{ "id":"/axapi/v3/admin/{user}/password", "type":"object", "node-type":"scalar", "title":"password", "operation-not-allowed": ["DELETE"], "partition-visibility":"shared", "description":"Config admin user password", "properties":{ "password-in-module":{ "type":"string", "format":"password", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Config admin user password", "optional":true }, "encrypted-in-module":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "description":"Specify an ENCRYPTED password string (System admin user password)", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }