Class: Google::Analytics::Admin::V1alpha::UserLink

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/resources.rb

Overview

A resource message representing a user's permissions on an Account or Property resource.

Instance Attribute Summary collapse

Instance Attribute Details

#direct_roles::Array<::String>

Returns 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.

Returns:

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



244
245
246
247
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 244

class UserLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#email_address::String

Returns Immutable. Email address of the user to link.

Returns:

  • (::String)

    Immutable. Email address of the user to link



244
245
246
247
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 244

class UserLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String (readonly)

Returns Output only. Example format: properties/1234/userLinks/5678.

Returns:

  • (::String)

    Output only. Example format: properties/1234/userLinks/5678



244
245
246
247
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 244

class UserLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end