Struct google_analyticsadmin1_alpha::api::GoogleAnalyticsAdminV1alphaUserLink [−][src]
pub struct GoogleAnalyticsAdminV1alphaUserLink {
pub direct_roles: Option<Vec<String>>,
pub email_address: Option<String>,
pub name: Option<String>,
}Expand description
A resource message representing a user’s permissions on an Account or Property resource.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- user links create accounts (request|response)
- user links get accounts (response)
- user links patch accounts (request|response)
- user links create properties (request|response)
- user links get properties (response)
- user links patch properties (request|response)
Fields
direct_roles: Option<Vec<String>>Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
email_address: Option<String>Email address of the user to link
name: Option<String>Example format: properties/1234/userLinks/5678
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl Send for GoogleAnalyticsAdminV1alphaUserLink
impl Sync for GoogleAnalyticsAdminV1alphaUserLink
impl Unpin for GoogleAnalyticsAdminV1alphaUserLink
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more