Package version:

The base definition of a secret type.

interface SecretBase {
    type: "SecureString" | "AzureKeyVaultSecret";
}

Hierarchy (view full)

Properties

Properties

type: "SecureString" | "AzureKeyVaultSecret"

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