CredentialValue interface

A credential value. Exactly one variant must be set.

In the current API version, only the inline variant is supported. Future API versions are expected to add additional credential kinds (for example, managed identity and Key Vault secret references) as sibling variants on this model.

Properties

inline

An inline credential containing a secret value supplied in the request payload.

Property Details

inline

An inline credential containing a secret value supplied in the request payload.

inline?: InlineCredential

Property Value