AccountResponse
- Print
- PDF
AccountResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is the Data Forest account information.
Syntax
The syntax is as follows.
private String id;
private String name;
private String principal;
private String status;
private String createAt;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
id | String | Required | Account identifier UUID (base62) |
name | String | Optional | Account name |
principal | String | Optional | Account's principal email
|
status | String | Optional | Account status
|
disabled | String | Optional | Whether the user has resource permissions
|
createAt | String | Optional | Account creation date and time |
Was this article helpful?