AI-generated Key Takeaways
-
A
Roledefines a user's permissions within the system and is managed by theUserService. -
Roles have unique, read-only IDs assigned by Google, with negative IDs indicating roles created by Google.
-
Roles have a read-only name and description assigned by Google.
-
The
statusfield indicates whether a role is active (visible in the UI) or inactive (hidden in the UI), and it is read-only.
Each Role provides a user with permissions to perform specific operations in the system.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
|---|---|
|
The unique ID of the role. This value is readonly and is assigned by Google. Roles that are created by Google will have negative IDs. |
|
The name of the role. This value is readonly and is assigned by Google. |
|
The description of the role. This value is readonly and is assigned by Google. |
|
The status of the Role. This field is read-only and can have the values RoleStatus.ACTIVE (default) or RoleStatus.INACTIVE, which determines the visibility of the role in the UI. Enumerations
|