Struct gapi_grpc::google::cloud::asset::v1::iam_policy_analysis_result::IdentityList[][src]

pub struct IdentityList {
    pub identities: Vec<Identity>,
    pub group_edges: Vec<Edge>,
}

The identities and group edges.

Fields

identities: Vec<Identity>

Only the identities that match one of the following conditions will be presented:

group_edges: Vec<Edge>

Group identity edges of the graph starting from the binding’s group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains a group, such as group:parent@google.com. The [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.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.

Trait Implementations

impl Clone for IdentityList[src]

impl Debug for IdentityList[src]

impl Default for IdentityList[src]

impl Message for IdentityList[src]

impl PartialEq<IdentityList> for IdentityList[src]

impl StructuralPartialEq for IdentityList[src]

Auto Trait Implementations

impl RefUnwindSafe for IdentityList

impl Send for IdentityList

impl Sync for IdentityList

impl Unpin for IdentityList

impl UnwindSafe for IdentityList

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]