The account object contains information about an account. This object includes only "configured" information about the account, not any runtime or usage information.
This object contains the following members:
Name | Description | Type |
---|---|---|
accountID | The unique account ID for the account. | integer |
attributes | List of name-value pairs in JSON object format. | JSON object |
initiatorSecret | The initiator CHAP secret. | string |
status | The current status of the account. Possible values:
|
string |
storageContainerID | The unique ID of the virtual volume storage container associated with this account. | UUID |
targetSecret | The target CHAP secret. | string |
username | The username for the account. | string |
volumes | A list of volume IDs for volumes owned by this account. | integer array |