1. Docs
  2. API Reference
  3. NodeIdentitiesSummaryDto

NodeIdentitiesSummaryDto

Example

JSON
{
  "direct_count": 0,
  "inherited_count": 0,
  "can_manage_assignments": false,
  "active_count": 0,
  "scheduled_count": 0,
  "expired_count": 0,
  "expiring_soon_count": 0,
  "distinct_role_count": 0,
  "recent_identities": [
    {
      "id": "string",
      "first_name": "string",
      "last_name": "string",
      "name": "string",
      "avatar_url": "string"
    }
  ]
}

Properties

9 properties 9 required

direct_count number Required
inherited_count number Required
can_manage_assignments boolean Required
active_count number Required
scheduled_count number Required
expired_count number Required
expiring_soon_count number Required
distinct_role_count number Required
recent_identities array of RecentIdentityDto Required
Was this page helpful?

Tell us how we can improve this guide.