SecretProperties.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
public Azure.Provisioning.BicepValue<string> Value { get; set; }
member this.Value : Azure.Provisioning.BicepValue<string> with get, set
Public Property Value As BicepValue(Of String)