Show / Hide Table of Contents

Class GoogleCloudPolicytroubleshooterIamV3betaExplainedPABRuleExplainedResource

Details about how a resource contributes to the explanation, with annotations to indicate how the resource contributes to the overall access state.

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

Properties

ETag

The ETag of the item.

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

Relevance

The relevance of this resource to the overall access state.

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

Resource

The full resource name that identifies the resource that is explained. This can only be a project, a folder, or an organization which is what a PAB rule accepts.

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

ResourceInclusionState

Output only. Indicates whether the resource is the specified resource or includes the specified resource.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX