Package version:

Interface CredentialSetUpdateParameters

The parameters for updating a credential set

interface CredentialSetUpdateParameters {
    authCredentials?: AuthCredential[];
    identity?: IdentityProperties;
}

Properties

authCredentials?: AuthCredential[]

List of authentication credentials stored for an upstream. Usually consists of a primary and an optional secondary credential.

Identities associated with the resource. This is used to access the KeyVault secrets.