Stytch · Schema

pwa_event_log_streaming_v3_GrafanaLokiConfigMasked

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
hostname string
username string
password_last_four string
View JSON Schema on GitHub

JSON Schema

stytch-pwa-event-log-streaming-v3-grafanalokiconfigmasked-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_event_log_streaming_v3_GrafanaLokiConfigMasked",
  "title": "pwa_event_log_streaming_v3_GrafanaLokiConfigMasked",
  "type": "object",
  "properties": {
    "hostname": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "password_last_four": {
      "type": "string"
    }
  },
  "required": [
    "hostname",
    "username",
    "password_last_four"
  ]
}