IDataBoxDiskJobSecrets.IsPasskeyUserDefined 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.
Whether passkey was provided by user.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Whether passkey was provided by user.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isPasskeyUserDefined")]
public bool? IsPasskeyUserDefined { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Whether passkey was provided by user.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isPasskeyUserDefined")>]
member this.IsPasskeyUserDefined : Nullable<bool>
Public ReadOnly Property IsPasskeyUserDefined As Nullable(Of Boolean)
Property Value
- Attributes