You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Apigee Organization associated with the Apigee app group,
59
+
in the format `organizations/{{org_name}}`.
60
+
url_param_only: true
61
+
required: true
62
+
immutable: true
63
+
properties:
64
+
- name: "appGroupId"
65
+
type: String
66
+
description: |
67
+
Internal identifier that cannot be edited
68
+
output: true
69
+
- name: "name"
70
+
type: String
71
+
description: |
72
+
Name of the AppGroup. Characters you can use in the name are restricted to: A-Z0-9._-$ %.
73
+
required: true
74
+
immutable: true
75
+
- name: "channelUri"
76
+
type: String
77
+
description: |
78
+
A reference to the associated storefront/marketplace.
79
+
- name: "channelId"
80
+
type: String
81
+
description: |
82
+
Channel identifier identifies the owner maintaing this grouping.
83
+
- name: "displayName"
84
+
type: String
85
+
description: |
86
+
App group name displayed in the UI
87
+
- name: "organization"
88
+
type: String
89
+
description: |
90
+
App group name displayed in the UI
91
+
output: true
92
+
- name: "status"
93
+
type: Enum
94
+
description: |
95
+
Valid values are active or inactive. Note that the status of the AppGroup should be updated via UpdateAppGroupRequest by setting the action as active or inactive.
0 commit comments