REST Resource: organizations.appgroups Stay organized with collections Save and categorize content based on your preferences.
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 | |
|---|---|
appGroupId |
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._-$ %. |
channelUri |
A reference to the associated storefront/marketplace. |
channelId |
channel identifier identifies the owner maintaing this grouping. |
displayName |
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 |
createdAt |
Output only. Created time as milliseconds since epoch. |
lastModifiedAt |
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. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-17 UTC.