Files
api-specs/idn/beta/schemas/OrgConfiguration.yaml
2022-09-02 10:59:29 -04:00

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.