Share via


DataBoxHeavyJobDetails.DevicePassword Property

Definition

Gets or sets set Device password for unlocking Databox Heavy. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+

[Newtonsoft.Json.JsonProperty(PropertyName="devicePassword")]
public string DevicePassword { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="devicePassword")>]
member this.DevicePassword : string with get, set
Public Property DevicePassword As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to