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: "AzureKeyVaultSecret" | "SecureString"

Property Value

"AzureKeyVaultSecret" | "SecureString"