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.
{
"_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"
]
}
List of properties that have been provided in the authentication data but have wrong values.
List of properties that do not have their values specified in the provided authentication data but are required.