We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438f313 commit d139316Copy full SHA for d139316
1 file changed
pkg/aws/scim_model.go
@@ -281,8 +281,8 @@ func (u *PatchUserRequest) Validate() error {
281
282
// ListUsersResponse represent a list users response entity
283
type ListUsersResponse struct {
284
- ListResponse
285
Resources []*User `json:"Resources"`
+ ListResponse
286
}
287
288
// Member represent a member group entity
@@ -336,8 +336,8 @@ type CreateGroupResponse Group
336
337
// ListGroupsResponse represent a list groups response entity
338
type ListGroupsResponse struct {
339
340
Resources []*Group `json:"Resources"`
341
342
343
// PatchGroupRequest represent a patch group request entity
0 commit comments