Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudPolicytroubleshooterIamV3ExplainedDenyPolicy

import type { GoogleCloudPolicytroubleshooterIamV3ExplainedDenyPolicy } from "https://googleapis.deno.dev/v1/policytroubleshooter:v3.ts";

Details about how a specific IAM deny policy Policy contributed to the access check.

interface GoogleCloudPolicytroubleshooterIamV3ExplainedDenyPolicy {
denyAccessState?:
| "DENY_ACCESS_STATE_UNSPECIFIED"
| "DENY_ACCESS_STATE_DENIED"
| "DENY_ACCESS_STATE_NOT_DENIED"
| "DENY_ACCESS_STATE_UNKNOWN_CONDITIONAL"
| "DENY_ACCESS_STATE_UNKNOWN_INFO";
relevance?: "HEURISTIC_RELEVANCE_UNSPECIFIED" | "HEURISTIC_RELEVANCE_NORMAL" | "HEURISTIC_RELEVANCE_HIGH";
}

§Properties

§
denyAccessState?: "DENY_ACCESS_STATE_UNSPECIFIED" | "DENY_ACCESS_STATE_DENIED" | "DENY_ACCESS_STATE_NOT_DENIED" | "DENY_ACCESS_STATE_UNKNOWN_CONDITIONAL" | "DENY_ACCESS_STATE_UNKNOWN_INFO"
[src]

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.

§

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.

§
relevance?: "HEURISTIC_RELEVANCE_UNSPECIFIED" | "HEURISTIC_RELEVANCE_NORMAL" | "HEURISTIC_RELEVANCE_HIGH"
[src]

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.

§

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.