Okta · Schema

SamlAttributeStatement

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Properties

Name Type Description
filterType string
filterValue string
name string
namespace string
type string
values array
View JSON Schema on GitHub

JSON Schema

okta-samlattributestatement-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SamlAttributeStatement",
  "title": "SamlAttributeStatement",
  "type": "object",
  "properties": {
    "filterType": {
      "type": "string"
    },
    "filterValue": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "namespace": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "values": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "x-okta-tags": [
    "Application"
  ]
}