RegistryCredentialSetAuthenticationCredentialsArgs

data class RegistryCredentialSetAuthenticationCredentialsArgs(val passwordSecretId: Output<String>, val usernameSecretId: Output<String>) : ConvertibleToJava<RegistryCredentialSetAuthenticationCredentialsArgs>

Constructors

constructor(passwordSecretId: Output<String>, usernameSecretId: Output<String>)

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.

Functions

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