1. Docs
  2. API Reference
  3. SetupSummaryItemDto

The SetupSummaryItemDto object

Example

{
  "application_id": "string",
  "application_slug": "string",
  "environment_id": "string",
  "environment_slug": "string",
  "has_permissions": false,
  "has_roles": false,
  "has_role_permissions": false,
  "is_complete": false,
  "identities_count": 0
}

Properties

  • application_idstring*
  • application_slugstring*
  • environment_idstring*
  • environment_slugstring*
  • has_permissionsboolean*

    ≥ 1 custom permission in the env

  • has_rolesboolean*

    ≥ 1 custom (non-system) role in the env

  • has_role_permissionsboolean*

    ≥ 1 role-permission mapping on a custom role in the env

  • is_completeboolean*

    True when all three has_* flags are true

  • identities_countnumber*

    Distinct identities with ≥ 1 role assignment on a node in this env