Available in VPC
These are Data Forest account details.
Syntax
The syntax is as follows.
private Boolean success;
private String message;
private String id;
private String name;
private String status;
private String createdAt;
private QuotaResponse quotas;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
success |
Boolean | Required | Whether the account details query was successful
|
message |
String | Optional | Result message after querying the account details |
id |
String | Required | Account identifier UUID (base62) |
name |
String | Optional | Account name |
status |
String | Optional | Account status
|
createdAt |
String | Optional | Account creation date and time |
quotas |
QuotaResponse | Optional | QuotaResponse data type |