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

GoogleCloudPolicytroubleshooterV1ExplainedPolicy

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

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

interface GoogleCloudPolicytroubleshooterV1ExplainedPolicy {
access?:
| "ACCESS_STATE_UNSPECIFIED"
| "GRANTED"
| "NOT_GRANTED"
| "UNKNOWN_CONDITIONAL"
| "UNKNOWN_INFO_DENIED";
fullResourceName?: string;
relevance?: "HEURISTIC_RELEVANCE_UNSPECIFIED" | "NORMAL" | "HIGH";
}

§Properties

§
access?: "ACCESS_STATE_UNSPECIFIED" | "GRANTED" | "NOT_GRANTED" | "UNKNOWN_CONDITIONAL" | "UNKNOWN_INFO_DENIED"
[src]

Indicates whether this policy provides 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 access field in the TroubleshootIamPolicyResponse.

§

Details about how each binding in the policy affects the principal's ability, or inability, to use the permission for the resource. If the sender of the request does not have access to the policy, this field is omitted.

§
fullResourceName?: string
[src]

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.

§

The IAM policy attached to the resource. If the sender of the request does not have access to the policy, this field is empty.

§
relevance?: "HEURISTIC_RELEVANCE_UNSPECIFIED" | "NORMAL" | "HIGH"
[src]

The relevance of this policy to the overall determination in the TroubleshootIamPolicyResponse. If the sender of the request does not have access to the policy, this field is omitted.