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

GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse

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

Response for TroubleshootIamPolicy.

interface GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse {
access?:
| "ACCESS_STATE_UNSPECIFIED"
| "GRANTED"
| "NOT_GRANTED"
| "UNKNOWN_CONDITIONAL"
| "UNKNOWN_INFO_DENIED";
errors?: GoogleRpcStatus[];
}

§Properties

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

Indicates whether the principal has the specified permission for the specified resource, based on evaluating all of the applicable IAM policies.

§

The general errors contained in the troubleshooting response.

§

List of IAM policies that were evaluated to check the principal's permissions, with annotations to indicate how each policy contributed to the final result. The list of policies can include the policy for the resource itself. It can also include policies that are inherited from higher levels of the resource hierarchy, including the organization, the folder, and the project. To learn more about the resource hierarchy, see https://cloud.google.com/iam/help/resource-hierarchy.