1. Docs
  2. API Reference
  3. WorkspaceIdentityAssignmentDto

WorkspaceIdentityAssignmentDto

Example

JSON
{
  "id": "string",
  "role": {
    "id": "string",
    "name": "string"
  },
  "application_node_id": "string",
  "effective_from": "2026-04-20T12:00:00.000Z",
  "effective_to": "2026-04-20T12:00:00.000Z",
  "created_at": "2026-04-20T12:00:00.000Z"
}

Properties

6 properties 4 required

id string Required
role WorkspaceIdentityAssignmentRoleDto Required
application_node_id string Required
effective_from string Optional
format: date-timenullable
effective_to string Optional
format: date-timenullable
created_at string Required
format: date-time
Was this page helpful?

Tell us how we can improve this guide.