Channel Direct Line Site Args
data class ChannelDirectLineSiteArgs(val enabled: Output<Boolean>? = null, val endpointParametersEnabled: Output<Boolean>? = null, val enhancedAuthenticationEnabled: Output<Boolean>? = null, val id: Output<String>? = null, val key: Output<String>? = null, val key2: Output<String>? = null, val name: Output<String>, val storageEnabled: Output<Boolean>? = null, val trustedOrigins: Output<List<String>>? = null, val userUploadEnabled: Output<Boolean>? = null, val v1Allowed: Output<Boolean>? = null, val v3Allowed: Output<Boolean>? = null) : ConvertibleToJava<ChannelDirectLineSiteArgs>
Constructors
Link copied to clipboard
fun ChannelDirectLineSiteArgs(enabled: Output<Boolean>? = null, endpointParametersEnabled: Output<Boolean>? = null, enhancedAuthenticationEnabled: Output<Boolean>? = null, id: Output<String>? = null, key: Output<String>? = null, key2: Output<String>? = null, name: Output<String>, storageEnabled: Output<Boolean>? = null, trustedOrigins: Output<List<String>>? = null, userUploadEnabled: Output<Boolean>? = null, v1Allowed: Output<Boolean>? = null, v3Allowed: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
Enables additional security measures for this site, see Enhanced Directline Authentication Features. Disabled by default.