Show / Hide Table of Contents

Class GoogleCloudPolicytroubleshooterIamV3betaTroubleshootIamPolicyErrorResponse

Response for troubleshoot access denial with the IAM error identifier.

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

Properties

AccessContext

The access context associated with the ErrorInfoId.

Declaration
[JsonProperty("accessContext")]
public virtual GoogleCloudPolicytroubleshooterIamV3betaAccessContext AccessContext { get; set; }
Property Value
Type Description
GoogleCloudPolicytroubleshooterIamV3betaAccessContext

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 permission to access the 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