Partager via


SecretProperties.Value Property

Definition

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)

Property Value

Applies to