Oauth2 Errors InvalidScope
Oauth2 Errors InvalidScope
Indicates that the requested scope is invalid, unknown, malformed, or exceeds the scope granted by the resource owner.
This schema was added in vSphere API 7.0.2.0.
AllOf
This class requires all of the following:
JSON Example
{
"error": "string",
"error_description": "string",
"error_uri": "string"
}