GatewayToHostAuthFault

GatewayToHostAuthFault
GatewayToHostAuthFault

Deprecated not used since vSphere 6.5.

GatewayToHostAuthFault is thrown by the gateway used to communicate with a host, if the gateway cannot authenticate to the host with the provided authentication data.

The fault provides information, which of the properties given in the authentication data are invalid or if more properties are required.

See also hostAuthParams.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "gatewayType": "string",
    "gatewayId": "string",
    "gatewayInfo": "string",
    "details": {
        "_typeName": "string",
        "key": "string",
        "arg": [
            {
                "_typeName": "string",
                "key": "string",
                "value": {
                    "_typeName": "string"
                }
            }
        ],
        "message": "string"
    },
    "hostname": "string",
    "port": 0,
    "invalidProperties": [
        "string"
    ],
    "missingProperties": [
        "string"
    ]
}
array of string
invalidProperties
Required

List of properties that have been provided in the authentication data but have wrong values.

array of string
missingProperties
Required

List of properties that do not have their values specified in the provided authentication data but are required.