Show / Hide Table of Contents

Class GoogleCloudPolicytroubleshooterIamV3TroubleshootIamPolicyRequest

Request for TroubleshootIamPolicy.

Inheritance
object
GoogleCloudPolicytroubleshooterIamV3TroubleshootIamPolicyRequest
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.v3.Data
Assembly: Google.Apis.PolicyTroubleshooter.v3.dll
Syntax
public class GoogleCloudPolicytroubleshooterIamV3TroubleshootIamPolicyRequest : IDirectResponseSchema

Properties

AccessTuple

The information to use for checking whether a principal has a permission for a resource.

Declaration
[JsonProperty("accessTuple")]
public virtual GoogleCloudPolicytroubleshooterIamV3AccessTuple AccessTuple { get; set; }
Property Value
Type Description
GoogleCloudPolicytroubleshooterIamV3AccessTuple

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX