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

GoogleCloudAssetV1IdentityList

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

The identities and group edges.

interface GoogleCloudAssetV1IdentityList {
groupEdges?: GoogleCloudAssetV1Edge[];
}

§Properties

§

Group identity edges of the graph starting from the binding's group members to any node of the identities. The Edge.source_node contains a group, such as group:parent@google.com. The Edge.target_node contains a member of the group, such as group:child@google.com or user:foo@google.com. This field is present only if the output_group_edges option is enabled in request.

§

Only the identities that match one of the following conditions will be presented: - The identity_selector, if it is specified in request; - Otherwise, identities reachable from the policy binding's members.