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

17 lines
425 B
YAML

type: object
properties:
enabled:
type: boolean
tenant:
type: string
description: This is the tenant's or organization's name.
serviceProviderConfig:
$ref: 'ServiceProviderConfiguration.yaml'
lockoutConfig:
$ref: 'LockoutConfiguration.yaml'
networkConfig:
$ref: 'NetworkConfiguration.yaml'
orgConfig:
$ref: 'OrgConfiguration.yaml'
sessionConfig:
$ref: 'SessionConfiguration.yaml'