A system machine account. Machine accounts may be viewed, created, updated, and deleted using this API. Content-Type: application/vnd.plcm.plcm-machine-account+xml. All attributes are used in ETag calculation except for entity-tag and atom-link.
Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | List of link | See Definition of link | |
machine-account-uuid | xs:string | Identifier of the machine-account. Leave it blank if this is a new machine-account | |
room-uuid | xs:string | Identifier of the room associated. | |
machine-account-name | MachineAccountName | The machine-account's name. Modification of this field is not allowed. | Mandatory |
password | Password | The machine-account'password. | |
description | Description | The description of the machine-account. | |
disabled | xs:boolean | Disable this machine-account | |
locked | xs:boolean | Locked machine-account have been locked out by the system due to failed login attempts. An administrator can unlock the account by setting this field, but cannot lock it. | |
tenant-id | xs:string | The tenant that this room belongs to. | |
entity-tag | EntityTag | The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance. |
Name | Type | Restrictions |
---|---|---|
EntityTag | xs:string | Length of value must be >=1 Length of value must be <=64 |
Description | xs:string | Length of value must be >=0 Length of value must be <=512 |
Password | xs:string | Length of value must be >=0 Length of value must be <=128 |
MachineAccountName | xs:string | Length of value must be >=0 Length of value must be <=256 |