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

GoogleCloudPolicytroubleshooterV1BindingExplanationAnnotatedMembership

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

Details about whether the binding includes the principal.

interface GoogleCloudPolicytroubleshooterV1BindingExplanationAnnotatedMembership {
membership?:
| "MEMBERSHIP_UNSPECIFIED"
| "MEMBERSHIP_INCLUDED"
| "MEMBERSHIP_NOT_INCLUDED"
| "MEMBERSHIP_UNKNOWN_INFO_DENIED"
| "MEMBERSHIP_UNKNOWN_UNSUPPORTED";
relevance?: "HEURISTIC_RELEVANCE_UNSPECIFIED" | "NORMAL" | "HIGH";
}

§Properties

§
membership?: "MEMBERSHIP_UNSPECIFIED" | "MEMBERSHIP_INCLUDED" | "MEMBERSHIP_NOT_INCLUDED" | "MEMBERSHIP_UNKNOWN_INFO_DENIED" | "MEMBERSHIP_UNKNOWN_UNSUPPORTED"
[src]

Indicates whether the binding includes the principal.

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

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