Class GoogleCloudPolicytroubleshooterIamV3TroubleshootIamPolicyResponse
Response for TroubleshootIamPolicy.
Implements
Inherited Members
Namespace: Google.Apis.PolicyTroubleshooter.v3.Data
Assembly: Google.Apis.PolicyTroubleshooter.v3.dll
Syntax
public class GoogleCloudPolicytroubleshooterIamV3TroubleshootIamPolicyResponse : IDirectResponseSchema
Properties
AccessTuple
The access tuple from the request, including any provided context used to evaluate the condition.
Declaration
[JsonProperty("accessTuple")]
public virtual GoogleCloudPolicytroubleshooterIamV3AccessTuple AccessTuple { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudPolicytroubleshooterIamV3AccessTuple |
AllowPolicyExplanation
An explanation of how the applicable IAM allow policies affect the final access state.
Declaration
[JsonProperty("allowPolicyExplanation")]
public virtual GoogleCloudPolicytroubleshooterIamV3AllowPolicyExplanation AllowPolicyExplanation { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudPolicytroubleshooterIamV3AllowPolicyExplanation |
DenyPolicyExplanation
An explanation of how the applicable IAM deny policies affect the final access state.
Declaration
[JsonProperty("denyPolicyExplanation")]
public virtual GoogleCloudPolicytroubleshooterIamV3DenyPolicyExplanation DenyPolicyExplanation { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudPolicytroubleshooterIamV3DenyPolicyExplanation |
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 |