CredentialSetProperties interface
The properties of a credential set resource.
Properties
| auth |
List of authentication credentials stored for an upstream. Usually consists of a primary and an optional secondary credential. |
| creation |
The creation date of credential store resource. |
| login |
The credentials are stored for this upstream or login server. |
| provisioning |
Provisioning state of the resource. |
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
creationDate
The creation date of credential store resource.
creationDate?: Date
Property Value
Date
loginServer
The credentials are stored for this upstream or login server.
loginServer?: string
Property Value
string
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string