Identity Configuration Properties Args
data class IdentityConfigurationPropertiesArgs(val b2cAuthenticationPolicy: Output<String>? = null, val b2cPasswordResetPolicy: Output<String>? = null, val clientId: Output<String>, val clientSecret: Output<String>, val customLoginParameters: Output<String>? = null, val domainName: Output<String>, val identityType: Output<String>, val teamsEnabled: Output<Boolean>? = null, val tenantId: Output<String>) : ConvertibleToJava<IdentityConfigurationPropertiesArgs>
Details of the Community CommunityTraining Identity Configuration
Constructors
Link copied to clipboard
constructor(b2cAuthenticationPolicy: Output<String>? = null, b2cPasswordResetPolicy: Output<String>? = null, clientId: Output<String>, clientSecret: Output<String>, customLoginParameters: Output<String>? = null, domainName: Output<String>, identityType: Output<String>, teamsEnabled: Output<Boolean>? = null, tenantId: Output<String>)
Properties
Link copied to clipboard
The name of the authentication policy registered in ADB2C for the Community Training Resource
Link copied to clipboard
The name of the password reset policy registered in ADB2C for the Community Training Resource
Link copied to clipboard
The client secret of the application registered in the selected identity provider for the Community Training Resource
Link copied to clipboard
The custom login parameters for the Community Training Resource
Link copied to clipboard
The domain name of the selected identity provider for the Community Training Resource
Link copied to clipboard
The identity type of the Community Training Resource
Link copied to clipboard
To indicate whether the Community Training Resource has Teams enabled