AI-generated Key Takeaways
-
A
Roleprovides users with permissions to perform specific operations in the system. -
The
Roleobject has fields forid,name,description, andstatus, all of which are readonly. -
The
statusfield indicates whether the role is active or inactive and determines its visibility in the UI. -
The
idfield is a unique value assigned by Google, with negative IDs indicating roles created by Google.
Each Role provides a user with permissions to perform specific operations in the system.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
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
|