Class GoogleCloudAssetV1IdentityList
The identities and group edges.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class GoogleCloudAssetV1IdentityList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupEdges
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.
Declaration
[JsonProperty("groupEdges")]
public virtual IList<GoogleCloudAssetV1Edge> GroupEdges { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAssetV1Edge> |
Identities
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.
Declaration
[JsonProperty("identities")]
public virtual IList<GoogleCloudAssetV1Identity> Identities { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAssetV1Identity> |