identityProviderIds | List<String> | The UUIDs of the identity providers, both OIDC and SAML, supported when the IDP login flow is enabled--at least one is required. This parameter should be used instead of oidcIdentityProviderIds. | [optional] |
idpDomainBased | Boolean | A flag indicating if the authentication flow will be using only domain-based IDPs. | [optional] |
idpLoginSecondStep | List<IdpLoginSecondStepEnum> | The authenticator type to use during in the second step of a two-step authentication scenario when the identity provider Login flow is enabled and requires a second factor. PASSTHROUGH is not supported. | [optional] |
loginFlows | List<LoginFlow> | List of enabled login flows--at least one must be enabled. If a login flow is not provided, then it's treated as disabled. Enabled login flows must be supported by the account entitlement. | |
name | String | The name of the authentication flow. | [optional] |
oidcIdentityProviderIds | List<String> | The UUIDs of the OIDC identity providers supported when the IDP login flow is enabled--at least one is required. This parameter is deprecated, use identityProviderIds instead. | [optional] |
userLoginFirstStep | UserLoginFirstStepEnum | The authenticator type to use in the first step of a two-step authentication scenario when the User Login flow is enabled. | [optional] |
userLoginSecondStep | List<UserLoginSecondStepEnum> | The list of authenticator types to use in the second step of a two-step authentication scenario when the User Login flow is enabled. Use an empty array when none is required. | [optional] |