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

CheckTransitiveMembershipResponse

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

The response message for MembershipsService.CheckTransitiveMembership.

interface CheckTransitiveMembershipResponse {
hasMembership?: boolean;
}

§Properties

§
hasMembership?: boolean
[src]

Response does not include the possible roles of a member since the behavior of this rpc is not all-or-nothing unlike the other rpcs. So, it may not be possible to list all the roles definitively, due to possible lack of authorization in some of the paths.