RegistryCredentialSetAuthenticationCredentials

data class RegistryCredentialSetAuthenticationCredentials(val passwordSecretId: String, val usernameSecretId: String)

Constructors

constructor(passwordSecretId: String, usernameSecretId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URI of the secret containing the password in a Key Vault.

Link copied to clipboard

The URI of the secret containing the username in a Key Vault.