Contains the error details of the unsupported admin Consent resources for when the [ApplyAdminConsents][] method fails to apply one or more Consent resources.
| JSON representation |
|---|
{
"consentErrors": [
{
object( |
| Fields | |
|---|---|
consentErrors[] |
The list of Consent resources that are unsupported or cannot be applied and the error associated with each of them. |
existingOperationId |
The currently in progress non-validate-only ApplyAdminConsents operation ID if exist. |
ConsentErrors
The Consent resource name and error.
| JSON representation |
|---|
{
"name": string,
"error": {
object( |
| Fields | |
|---|---|
name |
The versioned name of the admin Consent resource, in the format |
error |
The error code and message. |