Name | Type | Description | Notes |
---|---|---|---|
id | java.util.UUID | Unique id of the role assignment | |
user | kotlin.String | the user the role is assigned to | |
role | kotlin.String | the role that is assigned | |
tenant | kotlin.String | the tenant the role is associated with | |
userId | java.util.UUID | Unique id of the user | |
roleId | java.util.UUID | Unique id of the role | |
tenantId | java.util.UUID | Unique id of the tenant | |
organizationId | java.util.UUID | Unique id of the organization that the role assignment belongs to. | |
projectId | java.util.UUID | Unique id of the project that the role assignment belongs to. | |
environmentId | java.util.UUID | Unique id of the environment that the role assignment belongs to. | |
createdAt | java.time.OffsetDateTime | Date and time when the role assignment was created (ISO_8601 format). |