AccountResponse

Prev Next

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
  • <Example> @KR.DF.NAVERNCP.COM
status String Optional Account status
  • ACCEPTED | RUNNING (default) | CHANGING
disabled String Optional Whether the user has resource permissions
  • true | false
    • true: if you don't have resource permissions
    • false: if you have resource permissions
createAt String Optional Account creation date and time