ISecretObject.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. The format of this value will be determined based on the type of the secret object. If the type is Opaque, the value will be used as is without any modification.
[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The value of the secret. The format of this value will be determined\r\n based on the type of the secret object. If the type is Opaque, the value will be\r\n used as is without any modification.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="value")]
public string Value { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The value of the secret. The format of this value will be determined\r\n based on the type of the secret object. If the type is Opaque, the value will be\r\n used as is without any modification.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="value")>]
member this.Value : string with get, set
Public Property Value As String
Property Value
- Attributes