Asset Endpoint Profile Properties User Authentication Args
data class AssetEndpointProfilePropertiesUserAuthenticationArgs(val mode: Output<Either<String, Mode>>, val usernamePasswordCredentials: Output<AssetEndpointProfilePropertiesUsernamePasswordCredentialsArgs>? = null, val x509Credentials: Output<AssetEndpointProfilePropertiesX509CredentialsArgs>? = null) : ConvertibleToJava<AssetEndpointProfilePropertiesUserAuthenticationArgs>
Defines the client authentication mechanism to the server.
Constructors
Link copied to clipboard
fun AssetEndpointProfilePropertiesUserAuthenticationArgs(mode: Output<Either<String, Mode>>, usernamePasswordCredentials: Output<AssetEndpointProfilePropertiesUsernamePasswordCredentialsArgs>? = null, x509Credentials: Output<AssetEndpointProfilePropertiesX509CredentialsArgs>? = null)
Functions
Properties
Link copied to clipboard
val usernamePasswordCredentials: Output<AssetEndpointProfilePropertiesUsernamePasswordCredentialsArgs>? = null