Show / Hide Table of Contents

Class GoogleCloudPolicytroubleshooterIamV3AllowPolicyExplanation

Details about how the relevant IAM allow policies affect the final access state.

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

Properties

AllowAccessState

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

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

ETag

The ETag of the item.

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

ExplainedPolicies

List of IAM allow policies that were evaluated to check the principal's permissions, with annotations to indicate how each policy contributed to the final result. The list of policies includes the policy for the resource itself, as well as allow policies that are inherited from higher levels of the resource hierarchy, including the organization, the folder, and the project. To learn more about the resource hierarchy, see https://cloud.google.com/iam/help/resource-hierarchy.

Declaration
[JsonProperty("explainedPolicies")]
public virtual IList<GoogleCloudPolicytroubleshooterIamV3ExplainedAllowPolicy> ExplainedPolicies { get; set; }
Property Value
Type Description
IList<GoogleCloudPolicytroubleshooterIamV3ExplainedAllowPolicy>

Relevance

The relevance of the allow policy type 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