Struct gapi_grpc::google::analytics::admin::v1alpha::AuditUserLink[][src]

pub struct AuditUserLink {
    pub name: String,
    pub email_address: String,
    pub direct_roles: Vec<String>,
    pub effective_roles: Vec<String>,
}

Read-only resource used to summarize a principal’s effective roles.

Fields

name: String

Example format: properties/1234/userLinks/5678

email_address: String

Email address of the linked user

direct_roles: Vec<String>

Roles directly assigned to this user for this entity.

Format: predefinedRoles/read

Excludes roles that are inherited from an account (if this is for a property), group, or organization admin role.

effective_roles: Vec<String>

Union of all permissions a user has at this account or property (includes direct permissions, group-inherited permissions, etc.).

Format: predefinedRoles/read

Trait Implementations

impl Clone for AuditUserLink[src]

impl Debug for AuditUserLink[src]

impl Default for AuditUserLink[src]

impl Message for AuditUserLink[src]

impl PartialEq<AuditUserLink> for AuditUserLink[src]

impl StructuralPartialEq for AuditUserLink[src]

Auto Trait Implementations

impl RefUnwindSafe for AuditUserLink

impl Send for AuditUserLink

impl Sync for AuditUserLink

impl Unpin for AuditUserLink

impl UnwindSafe for AuditUserLink

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]