AI-generated Key Takeaways
-
The
Role
resource represents user roles within Google Ad Manager, including details like name, ID, display name, description, and status. -
Roles can be either built-in or custom, and their status can be active or inactive, managed through the
RoleStatus
enum. -
This documentation provides details on the JSON representation of the
Role
resource and its associated fields. -
You can use the provided API methods to retrieve individual
Role
objects or lists of roles.
Resource: Role
The Role
resource.
JSON representation |
---|
{
"name": string,
"roleId": string,
"displayName": string,
"description": string,
"builtIn": boolean,
"status": enum ( |
Fields | |
---|---|
name |
Identifier. The resource name of the |
roleId |
Output only. |
displayName |
Required. The display name of the |
description |
Optional. The description of the |
builtIn |
Output only. Whether the |
status |
Output only. The status of the |
RoleStatus
The status of the role.
Enums | |
---|---|
ROLE_STATUS_UNSPECIFIED |
No value specified. |
ACTIVE |
Role is active. |
INACTIVE |
Role is inactive. |
Methods |
|
---|---|
|
API to retrieve a Role object. |
|
API to retrieve a list of Role objects. |