Skip to content
Docs Try Aspire

AzureKeyVaultSecretResource Properties

Class Properties 3 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; }
SecretName Section titled SecretName string
Gets or sets the secret name.
public string SecretName { get; }
Gets the value provider for the secret.
public object Value { get; }