Roles
Returns all roles.
Creates a new role.
Sets the unique name of the new role. It must be a valid HQ resource name: it can only contain lowercase alphanumeric characters or hyphens; hyphens cannot appear at the end or start; the length is 63 characters at most.
Sets the display name of the new role. If not provided, the value of "name" will be used.
Contains a list of permission statements.
Allows attaching custom string key/values to resources. The following maxima apply:
- 50 keys/values;
- 40 bytes key length;
- 500 bytes value length.
Returns a specific role.
Updates a role.
Updates the display name of the role.
Sets, if specififed, the new permission statements.
Patches metadata. It has the following semantics:
- Absent keys are left untouched;
- Null values are deleted;
- Non-null values are replaced.
Deletes a role.
No body
Last updated
Was this helpful?