Class Google::Analytics::Admin::V1alpha::AuditUserLink

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

def direct_roles() -> ::Array<::String>
Returns
  • (::Array<::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.

def direct_roles=(value) -> ::Array<::String>
Parameter
  • value (::Array<::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.

Returns
  • (::Array<::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.

def effective_roles() -> ::Array<::String>
Returns
  • (::Array<::String>) — Union of all permissions a user has at this account or property (includes direct permissions, group-inherited permissions, etc.).

    Format: predefinedRoles/read

def effective_roles=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Union of all permissions a user has at this account or property (includes direct permissions, group-inherited permissions, etc.).

    Format: predefinedRoles/read

Returns
  • (::Array<::String>) — Union of all permissions a user has at this account or property (includes direct permissions, group-inherited permissions, etc.).

    Format: predefinedRoles/read

def email_address() -> ::String
Returns
  • (::String) — Email address of the linked user
def email_address=(value) -> ::String
Parameter
  • value (::String) — Email address of the linked user
Returns
  • (::String) — Email address of the linked user
def name() -> ::String
Returns
  • (::String) — Example format: properties/1234/userLinks/5678
def name=(value) -> ::String
Parameter
  • value (::String) — Example format: properties/1234/userLinks/5678
Returns
  • (::String) — Example format: properties/1234/userLinks/5678