Class: Google::Analytics::Admin::V1alpha::AccessBinding
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::AccessBinding
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
A binding of a user to a set of roles.
Instance Attribute Summary collapse
-
#name ⇒ ::String
readonly
Output only.
-
#roles ⇒ ::Array<::String>
A list of roles for to grant to the parent resource.
-
#user ⇒ ::String
If set, the email address of the user to set roles for.
Instance Attribute Details
#name ⇒ ::String (readonly)
1489 1490 1491 1492 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1489 class AccessBinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#roles ⇒ ::Array<::String>
1489 1490 1491 1492 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1489 class AccessBinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user ⇒ ::String
1489 1490 1491 1492 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1489 class AccessBinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |