Auth0 · Schema

LogStreamPiiConfig

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
log_fields array
method object
algorithm object
View JSON Schema on GitHub

JSON Schema

auth0-logstreampiiconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LogStreamPiiConfig",
  "title": "LogStreamPiiConfig",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "log_fields"
  ],
  "properties": {
    "log_fields": {
      "type": "array",
      "minItems": 1,
      "items": {
        "$ref": "#/components/schemas/LogStreamPiiLogFieldsEnum"
      }
    },
    "method": {
      "$ref": "#/components/schemas/LogStreamPiiMethodEnum"
    },
    "algorithm": {
      "$ref": "#/components/schemas/LogStreamPiiAlgorithmEnum"
    }
  }
}