mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
17 lines
425 B
YAML
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' |