mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
13 lines
348 B
YAML
13 lines
348 B
YAML
type: object
|
|
properties:
|
|
domain:
|
|
type: string
|
|
description: The domain for the tenant.
|
|
redirectPatterns:
|
|
type: array
|
|
description: The collection of allowed redirect patterns for a tenant.
|
|
items:
|
|
type: string
|
|
legacyPasswordReset:
|
|
type: boolean
|
|
description: Denotes if the legacy password reset flow is enabled. |