Skip to content
DocsTry Aspire
DocsTry

BicepSecretOutputReference Properties

ClassProperties4 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; }
ValueSection titled Valuenullablestring?
The value of the output.
public string? Value { get; }
ValueExpressionSection titled ValueExpressionstring
The expression used in the manifest to reference the value of the secret output.
public string ValueExpression { get; }