Skip to content
DocsTry Aspire
DocsTry

AzureKeyVaultSecretResource Properties

ClassProperties3 members
Represents an Azure Key Vault Secret. Initializes a new instance of the AzureKeyVaultSecretResource class.
Gets the parent Azure Key Vault resource.
public AzureKeyVaultResource Parent { get; }
Gets or sets the secret name.
public string SecretName { get; }
Gets the value provider for the secret.
public object Value { get; }