Name | Type | Description | Notes |
---|---|---|---|
id | uuid::Uuid | Unique id of the role assignment | |
role | models::RoleAssignmentRole | the role that is assigned | |
user | models::RoleAssignmentUser | the user the role is assigned to | |
tenant | models::RoleAssignmentTenant | the tenant the role is associated with | |
resource_instance | Option<models::RoleAssignmentResourceInstance> | [optional] | |
organization_id | uuid::Uuid | Unique id of the organization that the role assignment belongs to. | |
project_id | uuid::Uuid | Unique id of the project that the role assignment belongs to. | |
environment_id | uuid::Uuid | Unique id of the environment that the role assignment belongs to. | |
created_at | String | Date and time when the role assignment was created (ISO_8601 format). |