Class: Google::Ads::AdManager::V1::User
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::User
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/user_messages.rb
Overview
The User resource.
Instance Attribute Summary collapse
-
#active ⇒ ::Boolean
readonly
Output only.
-
#display_name ⇒ ::String
Required.
-
#email ⇒ ::String
Required.
-
#external_id ⇒ ::String
Optional.
-
#name ⇒ ::String
Identifier.
-
#orders_ui_local_time_zone ⇒ ::String
Optional.
-
#role ⇒ ::String
Required.
-
#service_account ⇒ ::Boolean
readonly
Output only.
-
#user_id ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#active ⇒ ::Boolean (readonly)
Returns Output only. Specifies whether or not the User is active. An inactive user cannot log in to the system or perform any operations.
62 63 64 65 |
# File 'proto_docs/google/ads/admanager/v1/user_messages.rb', line 62 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. The name of the User. It has a maximum length of 128 characters.
62 63 64 65 |
# File 'proto_docs/google/ads/admanager/v1/user_messages.rb', line 62 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#email ⇒ ::String
Returns Required. The email or login of the User. In order to create a new user, you must already have a Google Account.
62 63 64 65 |
# File 'proto_docs/google/ads/admanager/v1/user_messages.rb', line 62 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#external_id ⇒ ::String
Returns Optional. An identifier for the User that is meaningful to the publisher. This attribute has a maximum length of 255 characters.
62 63 64 65 |
# File 'proto_docs/google/ads/admanager/v1/user_messages.rb', line 62 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the User.
Format: networks/{network_code}/users/{user_id}
.
62 63 64 65 |
# File 'proto_docs/google/ads/admanager/v1/user_messages.rb', line 62 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#orders_ui_local_time_zone ⇒ ::String
Returns Optional. The IANA Time Zone Database time zone, e.g. "America/New_York", used in the orders and line items UI for this User. If not provided, the UI then defaults to using the Network's timezone. This setting only affects the UI for this user and does not affect the timezone of any dates and times returned in API responses.
62 63 64 65 |
# File 'proto_docs/google/ads/admanager/v1/user_messages.rb', line 62 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#role ⇒ ::String
Returns Required. The unique Role ID of the User. Roles that are created by Google will have negative IDs.
62 63 64 65 |
# File 'proto_docs/google/ads/admanager/v1/user_messages.rb', line 62 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_account ⇒ ::Boolean (readonly)
Returns Output only. Whether the user is an OAuth2 service account user. Service account users can only be added through the UI.
62 63 64 65 |
# File 'proto_docs/google/ads/admanager/v1/user_messages.rb', line 62 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |