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/viewer predefinedRoles/analyst predefinedRoles/editor predefinedRoles/admin predefinedRoles/no-cost-data predefinedRoles/no-revenue-data 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>Immutable. Email address of the user to link
name: Option<String>Output only. Example format: properties/1234/userLinks/5678
Trait Implementations§
source§impl Clone for GoogleAnalyticsAdminV1alphaUserLink
impl Clone for GoogleAnalyticsAdminV1alphaUserLink
source§fn clone(&self) -> GoogleAnalyticsAdminV1alphaUserLink
fn clone(&self) -> GoogleAnalyticsAdminV1alphaUserLink
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more