IPWorks Cloud 2020 Delphi Edition

Questions / Feedback?

BoxAccount Type

A Box account's details and space usage information.

Remarks

This type represents a Box account's details and space usage information.

Fields

Address
String

The address of the account's user.

This property reflects the address of the account's user.

CreatedTime
String

The creation timestamp of the account.

This property reflects the creation timestamp of the account. Timestamps are formatted according to RFC 3339.

Email
String

The email address of the account.

This property reflects the email address associated with the account.

EnterpriseId
String

The Id of the enterprise the account is a member of.

This property reflects the Id of the enterprise that the account is a member of. It will be empty if the account isn't part of an enterprise.

Id
String

The Id of the account.

This property reflects the Id of the account.

ModifiedTime
String

The last modified timestamp of the account.

This property reflects the last modified timestamp of the account. Timestamps are formatted according to RFC 3339.

Name
String

The name of the account's user.

This property reflects the name of the account's user.

Phone
String

The phone number of the account's user.

This property reflects the phone number of the account's user.

Role
TicsBoxAccountRoles

The account's role.

This property reflects the account's role. Possible values are:

  • 0 (arUser)
  • 1 (arCoadmin)
  • 2 (arAdmin)

Status
TicsBoxAccountStatus

The account's status.

This property reflects the account's status. Possible values are:

  • 0 (asActive)
  • 1 (asInactive)
  • 2 (asNoDeleteOrEdit)
  • 3 (asNoDeleteEditOrUpload)

Tags
String

The account's resource tags.

This property holds a comma-separated list containing all of the tags that the account has applied to any of its resources.

TotalSpace
Int64

The total amount of space allocated to the account.

This property reflects the total amount of space, in bytes, allocated to the account.

UsedSpace
Int64

The amount of space used by the account.

This property reflects the amount of space, in bytes, used by the account.

Constructors

constructor Create();

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Delphi Edition - Version 20.0 [Build 8265]