SailPoint · Schema

IdentityCertificationDecisionSummary

Summary of certification decisions.

Access GovernanceComplianceIAMIdentity ManagementIdentity SecuritySecurity

Properties

Name Type Description
entitiesCertified integer Number of entities certified.
entitiesCompleted integer Number of entities completed.
entitiesTotalCount integer Total count of entities.
View JSON Schema on GitHub

JSON Schema

sailpoint-identitycertificationdecisionsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IdentityCertificationDecisionSummary",
  "title": "IdentityCertificationDecisionSummary",
  "type": "object",
  "description": "Summary of certification decisions.",
  "properties": {
    "entitiesCertified": {
      "type": "integer",
      "format": "int32",
      "description": "Number of entities certified."
    },
    "entitiesCompleted": {
      "type": "integer",
      "format": "int32",
      "description": "Number of entities completed."
    },
    "entitiesTotalCount": {
      "type": "integer",
      "format": "int32",
      "description": "Total count of entities."
    }
  }
}