Show / Hide Table of Contents

Class GoogleCloudPolicytroubleshooterIamV3betaPABPolicyExplanation

Details about how the relevant principal access boundary policies affect the overall access state.

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

Properties

ETag

The ETag of the item.

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

ExplainedBindingsAndPolicies

List of principal access boundary policies and bindings that are applicable to the principal's access state, with annotations to indicate how each binding and policy contributes to the overall access state.

Declaration
[JsonProperty("explainedBindingsAndPolicies")]
public virtual IList<GoogleCloudPolicytroubleshooterIamV3betaExplainedPABBindingAndPolicy> ExplainedBindingsAndPolicies { get; set; }
Property Value
Type Description
IList<GoogleCloudPolicytroubleshooterIamV3betaExplainedPABBindingAndPolicy>

PrincipalAccessBoundaryAccessState

Output only. Indicates whether the principal is allowed to access specified resource, based on evaluating all applicable principal access boundary bindings and policies.

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

Relevance

The relevance of the principal access boundary access state to the overall access state.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX