RBACRoleEntities

Create a new RBAC Role Entity

Create a new RBAC Role Entity

post/{workspace}/rbac/roles/{RBACRoleIdForNestedEntities}/entities

Path parameters

workspacestring required
Example:team-payments

The name of the workspace

Request body

actionsstring[] required
commentstring nullable

Additional comment or description for the RBAC role entity.

created_atinteger nullable

Unix epoch when the resource was created.

entity_idstring nullable required

The ID of the entity associated with the RBAC role.

entity_typestring nullable required

The type of the entity associated with the RBAC role.

negativeboolean nullable

Indicates whether the RBAC role has negative permissions for the entity.

updated_atinteger nullable

Unix epoch when the resource was last updated.

role_idstring nullable

Response

Successfully created RBAC Role Entity

actionsstring[] required
commentstring nullable

Additional comment or description for the RBAC role entity.

created_atinteger nullable

Unix epoch when the resource was created.

entity_idstring nullable required

The ID of the entity associated with the RBAC role.

entity_typestring nullable required

The type of the entity associated with the RBAC role.

negativeboolean nullable

Indicates whether the RBAC role has negative permissions for the entity.

updated_atinteger nullable

Unix epoch when the resource was last updated.

role_idstring nullable

Changes

Changed in 1 of the 11 revisions of this API.1

Of the 11 revisions, 1 has no diff computed.