RemoveGuestAliasRequestType
RemoveGuestAliasRequestType
The parameters of RemoveGuestAlias.
JSON Example
{
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"auth": {
"_typeName": "string",
"interactiveSession": false
},
"username": "string",
"base64Cert": "string",
"subject": {
"_typeName": "string"
}
}
vm
Required
Virtual machine to perform the operation on.
Required privileges: VirtualMachine.GuestOperations.ModifyAliases
auth
Required
The guest authentication data for this operation. See GuestAuthentication. These credentials must satisfy authentication requirements for a guest account on the specified virtual machine.
string
username
Required
Username for the guest account on the virtual machine.
string
base64Cert
Required
The X.509 certificate associated with the alias to be removed, in base64 encoded DER format.
subject
Required
The subject of the alias.