vSphere Web Services API


Enum - AuthenticationRequiredErrorType(vmodl.fault.AuthenticationRequired.ErrorType)

Since
vmodl.version.version0


Enum Description

Possible reasons why an access request is declined.

Enum Constants

NameDescription
insufficient_scope The request requires higher privileges than provided by the access token.
invalid_request The request is missing a required parameter, includes an unsupported parameter or parameter value, repeats the same parameter, uses more than one method for including an access token, or is otherwise malformed.
invalid_token The access token is invalid, expired, revoked or is invalid for other reasons. The client may request a new access token and retry the request.
registration_required vCenter requires registration of the full user claims to enable the provided access token use in vCenter. The client application should obtain the full claims token from the authorization server on the "ovl" field specified URI and register the full claims token with vCenter. After registration, the client application should retry the request.

Show WSDL type definition