Class GoogleCloudPolicytroubleshooterIamV3betaTroubleshootIamPolicyErrorRequest
Request to troubleshoot access denial with the IAM error identifier.
Implements
Inherited Members
Namespace: Google.Apis.PolicyTroubleshooter.v3beta.Data
Assembly: Google.Apis.PolicyTroubleshooter.v3beta.dll
Syntax
public class GoogleCloudPolicytroubleshooterIamV3betaTroubleshootIamPolicyErrorRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorInfoId
This identifier is returned in the ErrorInfo.metadata with key 'error_info_id' when an access requests is
denied by the IAM service.
Declaration
[JsonProperty("errorInfoId")]
public virtual string ErrorInfoId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |