Class GoogleCloudPolicytroubleshooterIamV3betaExplainedPABRuleExplainedResource
Details about how a resource contributes to the explanation, with annotations to indicate how the resource contributes to the overall access state.
Implements
Inherited Members
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 |