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

GoogleCloudPolicytroubleshooterIamV3DenyPolicyExplanation

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

Details about how the relevant IAM deny policies affect the final access state.

interface GoogleCloudPolicytroubleshooterIamV3DenyPolicyExplanation {
denyAccessState?:
| "DENY_ACCESS_STATE_UNSPECIFIED"
| "DENY_ACCESS_STATE_DENIED"
| "DENY_ACCESS_STATE_NOT_DENIED"
| "DENY_ACCESS_STATE_UNKNOWN_CONDITIONAL"
| "DENY_ACCESS_STATE_UNKNOWN_INFO";
permissionDeniable?: boolean;
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]

Indicates whether the principal is denied the specified permission for the specified resource, based on evaluating all applicable IAM deny policies.

§

List of resources with 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. The list of resources includes the policy for the resource itself, as well as policies that are inherited from higher levels of the resource hierarchy, including the organization, the folder, and the project. The order of the resources starts from the resource and climbs up the resource hierarchy. To learn more about the resource hierarchy, see https://cloud.google.com/iam/help/resource-hierarchy.

§
permissionDeniable?: boolean
[src]

Indicates whether the permission to troubleshoot is supported in deny policies.

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

The relevance of the deny policy result to the overall access state.