RemoveGuestAliasByCertRequestType

RemoveGuestAliasByCertRequestType
RemoveGuestAliasByCertRequestType

The parameters of RemoveGuestAliasByCert.

JSON Example
{
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "auth": {
        "_typeName": "string",
        "interactiveSession": false
    },
    "username": "string",
    "base64Cert": "string"
}
vm
Required

Reference to an instance of the VirtualMachine managed object.

auth
Required

GuestAuthentication is an abstract base class for authentication in the guest.

string
username
Required

Username for the guest account on the virtual machine.

string
base64Cert
Required

The X.509 certificate to be removed, in base64 encoded DER format.