CredentialReferenceOutput interface
The credential reference.
Properties
| credential |
The type of the credential. |
| reference |
The reference name of the credential. |
Property Details
credentialType
The type of the credential.
credentialType?: "AccountKey" | "BasicAuth" | "AmazonARN" | "ServicePrincipal" | "SqlAuth" | "ConsumerKeyAuth" | "DelegatedAuth" | "ManagedIdentity"
Property Value
"AccountKey" | "BasicAuth" | "AmazonARN" | "ServicePrincipal" | "SqlAuth" | "ConsumerKeyAuth" | "DelegatedAuth" | "ManagedIdentity"
referenceName
The reference name of the credential.
referenceName?: string
Property Value
string