Show / Hide Table of Contents

Class GoogleCloudPolicytroubleshooterIamV3betaTroubleshootIamPolicyResponse

Response for TroubleshootIamPolicy.

Inheritance
object
GoogleCloudPolicytroubleshooterIamV3betaTroubleshootIamPolicyResponse
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 GoogleCloudPolicytroubleshooterIamV3betaTroubleshootIamPolicyResponse : IDirectResponseSchema

Properties

AccessTuple

The access tuple from the request, including any provided context used to evaluate the condition.

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

AllowPolicyExplanation

An explanation of how the applicable IAM allow policies affect the final access state.

Declaration
[JsonProperty("allowPolicyExplanation")]
public virtual GoogleCloudPolicytroubleshooterIamV3betaAllowPolicyExplanation AllowPolicyExplanation { get; set; }
Property Value
Type Description
GoogleCloudPolicytroubleshooterIamV3betaAllowPolicyExplanation

DenyPolicyExplanation

An explanation of how the applicable IAM deny policies affect the final access state.

Declaration
[JsonProperty("denyPolicyExplanation")]
public virtual GoogleCloudPolicytroubleshooterIamV3betaDenyPolicyExplanation DenyPolicyExplanation { get; set; }
Property Value
Type Description
GoogleCloudPolicytroubleshooterIamV3betaDenyPolicyExplanation

ETag

The ETag of the item.

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

OverallAccessState

Indicates whether the principal has the specified permission for the specified resource, based on evaluating all types of the applicable IAM policies.

Declaration
[JsonProperty("overallAccessState")]
public virtual string OverallAccessState { get; set; }
Property Value
Type Description
string

PabPolicyExplanation

An explanation of how the applicable principal access boundary policies affect the final access state.

Declaration
[JsonProperty("pabPolicyExplanation")]
public virtual GoogleCloudPolicytroubleshooterIamV3betaPABPolicyExplanation PabPolicyExplanation { get; set; }
Property Value
Type Description
GoogleCloudPolicytroubleshooterIamV3betaPABPolicyExplanation

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX