SailPoint · Schema
CertificationTask
A pending certification task.
Access GovernanceComplianceIAMIdentity ManagementIdentity SecuritySecurity
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The certification task ID. |
| type | string | The type of the task. |
| targetType | string | The type of the target. |
| targetId | string | The ID of the target. |
| status | string | The status of the task. |
| created | string | When the task was created. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CertificationTask",
"title": "CertificationTask",
"type": "object",
"description": "A pending certification task.",
"properties": {
"id": {
"type": "string",
"description": "The certification task ID.",
"examples": [
"2c918086749d78830174a1a40e121518"
]
},
"type": {
"type": "string",
"description": "The type of the task.",
"examples": [
"ADMIN_REASSIGN"
]
},
"targetType": {
"type": "string",
"description": "The type of the target.",
"enum": [
"CAMPAIGN",
"CERTIFICATION"
],
"examples": [
"CERTIFICATION"
]
},
"targetId": {
"type": "string",
"description": "The ID of the target.",
"examples": [
"ef38f94347e94562b5bb8424a56397d8"
]
},
"status": {
"type": "string",
"description": "The status of the task.",
"enum": [
"QUEUED",
"IN_PROGRESS",
"SUCCESS",
"ERROR"
],
"examples": [
"QUEUED"
]
},
"created": {
"type": "string",
"format": "date-time",
"description": "When the task was created."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sailpoint-certificationtask"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.