IAzureKeyVaultResource Properties
Interface Properties 3 members
Represents a resource that represents an Azure Key Vault.
Gets the output reference that represents the name of Azure Key Vault resource.
public abstract BicepOutputReference NameOutputReference { get; }SecretResolver Section titled SecretResolver abstractnullable Func<IAzureKeyVaultSecretReference, CancellationToken, Task<string?>> Gets or sets the secret resolver function used to resolve secrets at runtime.
public abstract Func<IAzureKeyVaultSecretReference, CancellationToken, Task<string?>>? SecretResolver { get; set; } Gets the output reference that represents the vault uri for the Azure Key Vault resource.
public abstract BicepOutputReference VaultUriOutputReference { get; }