Interface RoleAssignmentRead

Export

RoleAssignmentRead

Hierarchy

  • RoleAssignmentRead

Properties

created_at: string

Date and time when the role assignment was created (ISO_8601 format).

Memberof

RoleAssignmentRead

environment_id: string

Unique id of the environment that the role assignment belongs to.

Memberof

RoleAssignmentRead

id: string

Unique id of the role assignment

Memberof

RoleAssignmentRead

organization_id: string

Unique id of the organization that the role assignment belongs to.

Memberof

RoleAssignmentRead

project_id: string

Unique id of the project that the role assignment belongs to.

Memberof

RoleAssignmentRead

resource?: string

the resource type the role is associated with

Memberof

RoleAssignmentRead

resource_id?: string

Unique id of the resource type

Memberof

RoleAssignmentRead

resource_instance?: string

the resource instance the role is associated with

Memberof

RoleAssignmentRead

resource_instance_id?: string

Unique id of the resource instance

Memberof

RoleAssignmentRead

role: string

the role that is assigned

Memberof

RoleAssignmentRead

role_id: string

Unique id of the role

Memberof

RoleAssignmentRead

tenant?: string

the tenant the role is associated with

Memberof

RoleAssignmentRead

tenant_id: string

Unique id of the tenant

Memberof

RoleAssignmentRead

user: string

the user the role is assigned to

Memberof

RoleAssignmentRead

user_id: string

Unique id of the user

Memberof

RoleAssignmentRead

Generated using TypeDoc