IdentityConfigurationPropertiesArgs

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
val b2cAuthenticationPolicy: Output<String>? = null

The name of the authentication policy registered in ADB2C for the Community Training Resource

Link copied to clipboard
val b2cPasswordResetPolicy: Output<String>? = null

The name of the password reset policy registered in ADB2C for the Community Training Resource

Link copied to clipboard
val clientId: Output<String>

The clientId of the application registered in the selected identity provider for the Community Training Resource

Link copied to clipboard
val clientSecret: Output<String>

The client secret of the application registered in the selected identity provider for the Community Training Resource

Link copied to clipboard
val customLoginParameters: Output<String>? = null

The custom login parameters for the Community Training Resource

Link copied to clipboard
val domainName: Output<String>

The domain name of the selected identity provider for the Community Training Resource

Link copied to clipboard
val identityType: Output<String>

The identity type of the Community Training Resource

Link copied to clipboard
val teamsEnabled: Output<Boolean>? = null

To indicate whether the Community Training Resource has Teams enabled

Link copied to clipboard
val tenantId: Output<String>

The tenantId of the selected identity provider for the Community Training Resource

Functions

Link copied to clipboard
open override fun toJava(): IdentityConfigurationPropertiesArgs