AssetEndpointProfilePropertiesUsernamePasswordCredentialsArgs

data class AssetEndpointProfilePropertiesUsernamePasswordCredentialsArgs(val passwordReference: Output<String>, val usernameReference: Output<String>) : ConvertibleToJava<AssetEndpointProfilePropertiesUsernamePasswordCredentialsArgs>

Defines the username and password references when UsernamePassword user authentication mode is selected.

Constructors

fun AssetEndpointProfilePropertiesUsernamePasswordCredentialsArgs(passwordReference: Output<String>, usernameReference: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): AssetEndpointProfilePropertiesUsernamePasswordCredentialsArgs

Properties

Link copied to clipboard

A reference to secret containing the password.

Link copied to clipboard

A reference to secret containing the username.