CredentialSetUpdateParameters interface
The parameters for updating a credential set
Properties
| auth |
List of authentication credentials stored for an upstream. Usually consists of a primary and an optional secondary credential. |
| identity | Identities associated with the resource. This is used to access the KeyVault secrets. |
Property Details
authCredentials
List of authentication credentials stored for an upstream. Usually consists of a primary and an optional secondary credential.
authCredentials?: AuthCredential[]
Property Value
identity
Identities associated with the resource. This is used to access the KeyVault secrets.
identity?: IdentityProperties