Auth Credential Response
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)