Share via


CredentialReferenceOutput interface

The credential reference.

Properties

credentialType

The type of the credential.

referenceName

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