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
// (required) The subset of the full graph group used to uniquely find the graph subject in an external provider.
228
+
CreationContext*GraphGroupOriginIdCreationContext
229
+
// (optional) A descriptor referencing the scope (collection, project) in which the group should be created. If omitted, will be created in the scope of the enclosing account or organization. Valid only for VSTS groups.
230
+
ScopeDescriptor*string
231
+
// (optional) A comma separated list of descriptors referencing groups you want the graph group to join
232
+
GroupDescriptors*[]string
233
+
}
234
+
235
+
// Arguments for the CreateGroupMailAddress function
236
+
typeCreateGroupMailAddressArgsstruct {
237
+
// (required) The subset of the full graph group used to uniquely find the graph subject in an external provider.
// (optional) A descriptor referencing the scope (collection, project) in which the group should be created. If omitted, will be created in the scope of the enclosing account or organization. Valid only for VSTS groups.
240
+
ScopeDescriptor*string
241
+
// (optional) A comma separated list of descriptors referencing groups you want the graph group to join
242
+
GroupDescriptors*[]string
243
+
}
244
+
245
+
// Arguments for the CreateGroupVsts function
246
+
typeCreateGroupVstsArgsstruct {
167
247
// (required) The subset of the full graph group used to uniquely find the graph subject in an external provider.
168
-
CreationContext*GraphGroupCreationContext
248
+
CreationContext*GraphGroupVstsCreationContext
169
249
// (optional) A descriptor referencing the scope (collection, project) in which the group should be created. If omitted, will be created in the scope of the enclosing account or organization. Valid only for VSTS groups.
170
250
ScopeDescriptor*string
171
251
// (optional) A comma separated list of descriptors referencing groups you want the graph group to join
0 commit comments