AzureADConfig
See Template Schema Validation to learn how to validate templates automatically in your IDE.
Description
Properties
organizations(array): A list of Azure Active Directory organizations.- Items: Refer to #/definitions/AzureADOrganization.
Definitions
IambicManaged: An enumeration. Must be one of:["undefined", "read_and_write", "import_only", "enforced", "disabled"].
AzureADOrganization(object)idp_name(string, required)tenant_id(string, required)client_id(string, required)client_secret(string, required)request_timeout(integer): Default:60.clientaccess_token(string): Default:"".iambic_managed: Default:"undefined".- All of
- : Refer to #/definitions/IambicManaged.
- All of
require_user_mfa_on_create(boolean): If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. Default:false.