AssetEndpointProfilePropertiesResponseUsernamePasswordCredentials

data class AssetEndpointProfilePropertiesResponseUsernamePasswordCredentials(val passwordReference: String, val usernameReference: String)

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

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A reference to secret containing the password.

Link copied to clipboard

A reference to secret containing the username.