Asset Endpoint Profile Properties Args
data class AssetEndpointProfilePropertiesArgs(val additionalConfiguration: Output<String>? = null, val targetAddress: Output<String>, val transportAuthentication: Output<AssetEndpointProfilePropertiesTransportAuthenticationArgs>? = null, val userAuthentication: Output<AssetEndpointProfilePropertiesUserAuthenticationArgs>? = null) : ConvertibleToJava<AssetEndpointProfilePropertiesArgs>
Defines the Asset Endpoint Profile properties.
Constructors
Link copied to clipboard
fun AssetEndpointProfilePropertiesArgs(additionalConfiguration: Output<String>? = null, targetAddress: Output<String>, transportAuthentication: Output<AssetEndpointProfilePropertiesTransportAuthenticationArgs>? = null, userAuthentication: Output<AssetEndpointProfilePropertiesUserAuthenticationArgs>? = null)
Functions
Properties
Link copied to clipboard
val transportAuthentication: Output<AssetEndpointProfilePropertiesTransportAuthenticationArgs>? = null