Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.27 KB

RoleAssignmentDetailedRead.md

File metadata and controls

19 lines (14 loc) · 1.27 KB

RoleAssignmentDetailedRead

Properties

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).

[Back to Model list] [Back to API list] [Back to README]