Show / Hide Table of Contents

Class GoogleCloudPolicytroubleshooterIamV3betaTroubleshootIamPolicyErrorRequest

Request to troubleshoot access denial with the IAM error identifier.

Inheritance
object
GoogleCloudPolicytroubleshooterIamV3betaTroubleshootIamPolicyErrorRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX