Resource: AppGroup
AppGroup contains the request/response fields representing the logical grouping of apps. Note that appgroup_id, createTime and updateTime cannot be changed by the user, and gets updated by the system. The name and the organization once provided cannot be edited subsequently.
JSON representation |
---|
{
"appGroupId": string,
"name": string,
"channelUri": string,
"channelId": string,
"displayName": string,
"organization": string,
"status": string,
"attributes": [
{
object ( |
Fields | |
---|---|
app |
Output only. Internal identifier that cannot be edited |
name |
Immutable. Name of the AppGroup. Characters you can use in the name are restricted to: A-Z0-9._-$ %. |
channel |
A reference to the associated storefront/marketplace. |
channel |
channel identifier identifies the owner maintaing this grouping. |
display |
app group name displayed in the UI |
organization |
Immutable. the org the app group is created |
status |
Valid values are |
attributes[] |
A list of attributes |
created |
Output only. Created time as milliseconds since epoch. |
last |
Output only. Modified time as milliseconds since epoch. |
Methods |
|
---|---|
|
Creates an AppGroup. |
|
Deletes an AppGroup. |
|
Returns the AppGroup details for the provided AppGroup name in the request URI. |
|
Lists all AppGroups in an organization. |
|
Updates an AppGroup. |