Class GoogleCloudPolicytroubleshooterIamV3ExplainedDenyPolicy
Details about how a specific IAM deny policy Policy contributed to the access check.
Implements
Inherited Members
Namespace: Google.Apis.PolicyTroubleshooter.v3.Data
Assembly: Google.Apis.PolicyTroubleshooter.v3.dll
Syntax
public class GoogleCloudPolicytroubleshooterIamV3ExplainedDenyPolicy : IDirectResponseSchema
Properties
DenyAccessState
Required. Indicates whether this policy denies the specified 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 |
Policy
The IAM deny policy attached to the resource. If the sender of the request does not have access to the policy, this field is omitted.
Declaration
[JsonProperty("policy")]
public virtual GoogleIamV2Policy Policy { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleIamV2Policy |
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 |
RuleExplanations
Details about how each rule in the policy affects the principal's inability to use the permission for the resource. The order of the deny rule matches the order of the rules in the deny policy. If the sender of the request does not have access to the policy, this field is omitted.
Declaration
[JsonProperty("ruleExplanations")]
public virtual IList<GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanation> RuleExplanations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanation> |