Auth Platform Response
data class AuthPlatformResponse(val configFilePath: String? = null, val enabled: Boolean? = null, val runtimeVersion: String? = null)
The configuration settings of the platform of App Service Authentication/Authorization.
Constructors
Link copied to clipboard
fun AuthPlatformResponse(configFilePath: String? = null, enabled: Boolean? = null, runtimeVersion: String? = null)