SailPoint · Schema

EntitlementSourceRef

Reference to the source associated with the entitlement.

Access GovernanceComplianceIAMIdentity ManagementIdentity SecuritySecurity

Properties

Name Type Description
id string The source ID.
type string The source object type.
name string The source name.
View JSON Schema on GitHub

JSON Schema

sailpoint-entitlementsourceref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EntitlementSourceRef",
  "title": "EntitlementSourceRef",
  "type": "object",
  "description": "Reference to the source associated with the entitlement.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The source ID.",
      "examples": [
        "2c9180835d191a86015d28455b4b232a"
      ]
    },
    "type": {
      "type": "string",
      "description": "The source object type.",
      "examples": [
        "SOURCE"
      ]
    },
    "name": {
      "type": "string",
      "description": "The source name.",
      "examples": [
        "ODS-AD-SOURCE"
      ]
    }
  }
}