Company

Company.

Schema

Company
apps

array

Output only. Apps associated with the company.

name

string

Name of the company. Required when creating a company. Notes:

  • Company names must use a unique sequence of characters, regardless of case. For example, if you create a company named CompanyA and subsequently attempt to create a company named companya, an error is thrown.
  • Do not set the company name to 0 (number or string). This value is not supported and will cause unexpected results. See naming restrictions.
displayName

string

Display name for the company.

organization

string

Output only. Organization name.

status

string

Output only. Status of the company. Valid values are active or inactive. Defaults to active when creating the company. To change the value, see Update a company.

attributes

array

Name/value formatted attributes used to extend the default company profile. Note: With Apigee Edge for Public Cloud, the custom attribute limit is 18.

object
name

string

Name of the attribute.

value

string

Value of the attribute.

createdAt

integer

Output only. Time when the company was last modified in seconds since epoch.

lastModifiedAt

integer

Output only. Time when the company was last modified in seconds since epoch.

lastModifiedBy

string

Output only. Email address of developer that last modified the company.