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. |