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