UpdateAzureKeyVaultSecret.Enable Property

Definition

[System.Management.Automation.Parameter(HelpMessage="If present, enable a secret if value is true. Disable a secret if value is false. If not specified, the existing value of the secret's enabled/disabled state remains unchanged.", Mandatory=false)]
public bool? Enable { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="If present, enable a secret if value is true. Disable a secret if value is false. If not specified, the existing value of the secret's enabled/disabled state remains unchanged.", Mandatory=false)>]
member this.Enable : Nullable<bool> with get, set
Public Property Enable As Nullable(Of Boolean)

Property Value

Nullable<Boolean>
Attributes

Applies to