InitialProvision
Description
An object used to complete some initial setup tasks, including changing the password for the admin account, accepting the End User License Agreement, starting evaluation mode, and unlocking the device so that you can change the configuration. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Supported Operations
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
version | False | string | A unique string version assigned by the system when the object is created or modified. No assumption can be made on the format or content of this identifier. The identifier must be provided whenever attempting to modify/delete an existing object. As the version will change every time the object is modified, the value provided in this identifier must match exactly what is present in the system or the request will be rejected. | |||
acceptEULA | False | boolean | A boolean value that indicates whether the End User License Agreement is accepted. Specify one of the following values: [true, false]. | |||
eulaText | False | string | The text of End User License Agreement. | |||
currentPassword | False | string | The current password. It is only used when updating user password. If you need to change the admin password, the current password. You must also configure the new password. | |||
newPassword | False | string | The new password to use. It is only used when updating user password. If you need to change the admin password, the new password. You must also configure the current password. | |||
initialPasswordChangeRequired | False | boolean | A read only boolean value indicating whether password fields are required. Value 'true' denotes the password has not been changed from the factory default and you must specify a new password as well as the existing password. Value 'false' denotes the default password was already changed and the current and new password fields are optional. | |||
id | False | string | A unique string identifier assigned by the system when the object is created. No assumption can be made on the format or content of this identifier. The identifier must be provided whenever attempting to modify/delete (or reference) an existing object. Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |