Class GoogleCloudPolicytroubleshooterIamV3ExplainedDenyResource
Details about how a specific resource contributed to the deny policy evaluation.
Implements
Inherited Members
Namespace: Google.Apis.PolicyTroubleshooter.v3.Data
Assembly: Google.Apis.PolicyTroubleshooter.v3.dll
Syntax
public class GoogleCloudPolicytroubleshooterIamV3ExplainedDenyResource : IDirectResponseSchema
Properties
DenyAccessState
Required. Indicates whether any policies attached to this resource deny the specific permission to the
specified principal for the specified resource. This field does not indicate whether the principal
actually has the permission for the resource. There might be another policy that overrides this policy. To
determine whether the principal actually has the permission, use the overall_access_state field in the
TroubleshootIamPolicyResponse.
Declaration
[JsonProperty("denyAccessState")]
public virtual string DenyAccessState { 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 deny policies that were evaluated to check the principal's denied permissions, with annotations to indicate how each policy contributed to the final result.
Declaration
[JsonProperty("explainedPolicies")]
public virtual IList<GoogleCloudPolicytroubleshooterIamV3ExplainedDenyPolicy> ExplainedPolicies { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudPolicytroubleshooterIamV3ExplainedDenyPolicy> |
FullResourceName
The full resource name that identifies the resource. For example,
//compute.googleapis.com/projects/my-project/zones/us-central1-a/instances/my-instance. If the sender of
the request does not have access to the policy, this field is omitted. For examples of full resource names
for Google Cloud services, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names.
Declaration
[JsonProperty("fullResourceName")]
public virtual string FullResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Relevance
The relevance of this policy to the overall access state in the TroubleshootIamPolicyResponse. If the sender of the request does not have access to the policy, this field is omitted.
Declaration
[JsonProperty("relevance")]
public virtual string Relevance { get; set; }
Property Value
| Type | Description |
|---|---|
| string |