Class: Google::Analytics::Admin::V1alpha::AuditUserLink
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::AuditUserLink
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
Read-only resource used to summarize a principal's effective roles.
Instance Attribute Summary collapse
-
#direct_roles ⇒ ::Array<::String>
Roles directly assigned to this user for this entity.
-
#effective_roles ⇒ ::Array<::String>
Union of all permissions a user has at this account or property (includes direct permissions, group-inherited permissions, etc.).
-
#email_address ⇒ ::String
Email address of the linked user.
-
#name ⇒ ::String
Example format: properties/1234/userLinks/5678.
Instance Attribute Details
#direct_roles ⇒ ::Array<::String>
Returns Roles directly assigned to this user for this entity.
Format: predefinedRoles/viewer
Excludes roles that are inherited from an account (if this is for a property), group, or organization admin role.
277 278 279 280 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 277 class AuditUserLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#effective_roles ⇒ ::Array<::String>
Returns Union of all permissions a user has at this account or property (includes direct permissions, group-inherited permissions, etc.).
Format: predefinedRoles/viewer.
277 278 279 280 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 277 class AuditUserLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#email_address ⇒ ::String
Returns Email address of the linked user.
277 278 279 280 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 277 class AuditUserLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Example format: properties/1234/userLinks/5678.
277 278 279 280 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 277 class AuditUserLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |