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

GoogleCloudPolicytroubleshooterIamV3TroubleshootIamPolicyResponse

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

Response for TroubleshootIamPolicy.

interface GoogleCloudPolicytroubleshooterIamV3TroubleshootIamPolicyResponse {
overallAccessState?:
| "OVERALL_ACCESS_STATE_UNSPECIFIED"
| "CAN_ACCESS"
| "CANNOT_ACCESS"
| "UNKNOWN_INFO"
| "UNKNOWN_CONDITIONAL";
}

§Properties

§

The access tuple from the request, including any provided context used to evaluate the condition.

§

An explanation of how the applicable IAM allow policies affect the final access state.

§

An explanation of how the applicable IAM deny policies affect the final access state.

§
overallAccessState?: "OVERALL_ACCESS_STATE_UNSPECIFIED" | "CAN_ACCESS" | "CANNOT_ACCESS" | "UNKNOWN_INFO" | "UNKNOWN_CONDITIONAL"
[src]

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