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

GoogleCloudPolicytroubleshooterIamV3AllowBindingExplanationAnnotatedAllowMembership

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

Details about whether the role binding includes the principal.

interface GoogleCloudPolicytroubleshooterIamV3AllowBindingExplanationAnnotatedAllowMembership {
membership?:
| "MEMBERSHIP_MATCHING_STATE_UNSPECIFIED"
| "MEMBERSHIP_MATCHED"
| "MEMBERSHIP_NOT_MATCHED"
| "MEMBERSHIP_UNKNOWN_INFO"
| "MEMBERSHIP_UNKNOWN_UNSUPPORTED";
relevance?: "HEURISTIC_RELEVANCE_UNSPECIFIED" | "HEURISTIC_RELEVANCE_NORMAL" | "HEURISTIC_RELEVANCE_HIGH";
}

§Properties

§
membership?: "MEMBERSHIP_MATCHING_STATE_UNSPECIFIED" | "MEMBERSHIP_MATCHED" | "MEMBERSHIP_NOT_MATCHED" | "MEMBERSHIP_UNKNOWN_INFO" | "MEMBERSHIP_UNKNOWN_UNSUPPORTED"
[src]

Indicates whether the role binding includes the principal.

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

The relevance of the principal's status to the overall determination for the role binding.