Share via


SecretBase Class

Definition

The base definition of a secret type. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SecretBase+SecretBaseConverter))]
public class SecretBase
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SecretBase+SecretBaseConverter))>]
type SecretBase = class
Public Class SecretBase
Inheritance
SecretBase
Derived
Attributes

Constructors

SecretBase()

Initializes a new instance of SecretBase.

Applies to