Workday Security · Schema

TargetRef

Reference to the target resource or object of an audited action.

Access ControlAuditAuthenticationComplianceEnterpriseIdentity ManagementPrivacySAMLSecuritySSO

Properties

Name Type Description
id string Unique identifier of the target resource
descriptor string Display name of the target resource
href string API URL for the target resource
resourceType string Type of the target resource
View JSON Schema on GitHub

JSON Schema

workday-security-targetref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TargetRef",
  "title": "TargetRef",
  "type": "object",
  "description": "Reference to the target resource or object of an audited action.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier of the target resource"
    },
    "descriptor": {
      "type": "string",
      "description": "Display name of the target resource"
    },
    "href": {
      "type": "string",
      "format": "uri",
      "description": "API URL for the target resource"
    },
    "resourceType": {
      "type": "string",
      "description": "Type of the target resource"
    }
  }
}