AuthCredentialResponse

data class AuthCredentialResponse(val credentialHealth: CredentialHealthResponse, val name: String? = null, val passwordSecretIdentifier: String? = null, val usernameSecretIdentifier: String? = null)

Authentication credential stored for an upstream.

Constructors

Link copied to clipboard
constructor(credentialHealth: CredentialHealthResponse, name: String? = null, passwordSecretIdentifier: String? = null, usernameSecretIdentifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This provides data pertaining to the health of the auth credential.

Link copied to clipboard
val name: String? = null

The name of the credential.

Link copied to clipboard

KeyVault Secret URI for accessing the password.

Link copied to clipboard

KeyVault Secret URI for accessing the username.