Skip to content
Docs Try Aspire

BicepSecretOutputReference Properties

Class Properties 4 members
A reference to a KeyVault secret from a bicep template.
Name of the KeyVault secret.
public string Name { get; }
The instance of the bicep resource.
public AzureBicepResource Resource { get; }
Value Section titled Value nullable string?
The value of the output.
public string? Value { get; }
ValueExpression Section titled ValueExpression string
The expression used in the manifest to reference the value of the secret output.
public string ValueExpression { get; }