Resource: Company
JSON representation | |
---|---|
{
"apps": [
string
],
"name": string,
"displayName": string,
"organization": string,
"status": string,
"attributes": [
{
object ( |
Fields | |
---|---|
apps[] |
|
name |
Name of the company. Characters you can use in the name are restricted to: A-Z0-9._-$ %. |
displayName |
company name displayed in the UI |
organization |
the org that the company is created |
status |
The status of the company |
attributes[] |
A list of attributes |
createdAt |
Output only. Created time as milliseconds since epoch. json key: createdAt |
lastModifiedAt |
Output only. Modified time as milliseconds since epoch. json key: lastModifiedAt |
Methods |
|
---|---|
|
Creates an app for a company. |
|
Deletes an existing company. |
|
List details for a company. |
|
List all companies in an organization, and optionally returns an expanded list of companies, displaying a full profile for each company in the organization. |
|
Updates an existing company. |