IdentityConfigurationPropertiesResponse

data class IdentityConfigurationPropertiesResponse(val b2cAuthenticationPolicy: String? = null, val b2cPasswordResetPolicy: String? = null, val clientId: String, val clientSecret: String, val customLoginParameters: String? = null, val domainName: String, val identityType: String, val teamsEnabled: Boolean? = null, val tenantId: String)

Details of the Community CommunityTraining Identity Configuration

Constructors

Link copied to clipboard
constructor(b2cAuthenticationPolicy: String? = null, b2cPasswordResetPolicy: String? = null, clientId: String, clientSecret: String, customLoginParameters: String? = null, domainName: String, identityType: String, teamsEnabled: Boolean? = null, tenantId: String)

Types

Link copied to clipboard
object Companion

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 clientId of the application registered in the selected identity provider 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
val teamsEnabled: Boolean? = null

To indicate whether the Community Training Resource has Teams enabled

Link copied to clipboard

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