SailPoint · Schema

CampaignReference

Reference to the campaign associated with the certification.

Access GovernanceComplianceIAMIdentity ManagementIdentity SecuritySecurity

Properties

Name Type Description
id string The unique ID of the campaign.
name string The name of the campaign.
type string The type of object being referenced.
campaignType string The type of the campaign.
description stringnull The description of the campaign.
correlatedStatus string The correlated status of the campaign. Only SOURCE_OWNER campaigns can be Uncorrelated. An Uncorrelated campaign only includes uncorrelated identities.
mandatoryCommentRequirement string Determines whether comments are required for decisions during certification reviews. By default, comments are not required.
View JSON Schema on GitHub

JSON Schema

sailpoint-campaignreference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CampaignReference",
  "title": "CampaignReference",
  "type": "object",
  "description": "Reference to the campaign associated with the certification.",
  "required": [
    "id",
    "name",
    "type",
    "campaignType"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique ID of the campaign.",
      "examples": [
        "ef38f94347e94562b5bb8424a56397d8"
      ]
    },
    "name": {
      "type": "string",
      "description": "The name of the campaign.",
      "examples": [
        "Campaign Name"
      ]
    },
    "type": {
      "type": "string",
      "description": "The type of object being referenced.",
      "enum": [
        "CAMPAIGN"
      ],
      "examples": [
        "CAMPAIGN"
      ]
    },
    "campaignType": {
      "type": "string",
      "description": "The type of the campaign.",
      "enum": [
        "MANAGER",
        "SOURCE_OWNER",
        "SEARCH"
      ],
      "examples": [
        "MANAGER"
      ]
    },
    "description": {
      "type": [
        "string",
        "null"
      ],
      "description": "The description of the campaign.",
      "examples": [
        "A description of the campaign"
      ]
    },
    "correlatedStatus": {
      "type": "string",
      "description": "The correlated status of the campaign. Only SOURCE_OWNER campaigns can be Uncorrelated. An Uncorrelated campaign only includes uncorrelated identities.",
      "enum": [
        "CORRELATED",
        "UNCORRELATED"
      ],
      "examples": [
        "CORRELATED"
      ]
    },
    "mandatoryCommentRequirement": {
      "type": "string",
      "description": "Determines whether comments are required for decisions during certification reviews. By default, comments are not required.",
      "enum": [
        "ALL_DECISIONS",
        "REVOKE_ONLY_DECISIONS",
        "NO_DECISIONS"
      ],
      "examples": [
        "NO_DECISIONS"
      ]
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sailpoint-campaignreference"
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 email required.

A second provider on the same verified email joins the account you already have.