Workday Security · Schema

DomainSecurityPolicyRef

Reference to a domain security policy

Access ControlAuditAuthenticationComplianceEnterpriseIdentity ManagementPrivacySAMLSecuritySSO

Properties

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

JSON Schema

workday-security-domainsecuritypolicyref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DomainSecurityPolicyRef",
  "title": "DomainSecurityPolicyRef",
  "type": "object",
  "description": "Reference to a domain security policy",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier of the domain security policy"
    },
    "descriptor": {
      "type": "string",
      "description": "Display name of the domain security policy"
    },
    "href": {
      "type": "string",
      "format": "uri",
      "description": "API URL for the domain security policy resource"
    }
  }
}