Share via


SecretBase interface

The base definition of a secret type.

Properties

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

type

Polymorphic discriminator, which specifies the different types this object can be

type: "SecureString" | "AzureKeyVaultSecret"

Property Value

"SecureString" | "AzureKeyVaultSecret"