Skip to content

Commit

Permalink
fix(User Management): re-gen user-mgmt service
Browse files Browse the repository at this point in the history
  • Loading branch information
padamstx committed Sep 16, 2020
1 parent 39d40e3 commit 1416bd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/unit/user-management.v1.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ describe('UserManagementV1', () => {

// InviteUserIamPolicy
const inviteUserIamPolicyModel = {
type: 'testString',
roles: [roleModel],
resources: [resourceModel],
};
Expand Down
4 changes: 3 additions & 1 deletion user-management/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

/**
* IBM OpenAPI SDK Code Generator Version: 99-SNAPSHOT-7811f8fb-20200813-160653
* IBM OpenAPI SDK Code Generator Version: 99-SNAPSHOT-ef5e13c2-20200915-144510
*/


Expand Down Expand Up @@ -688,6 +688,8 @@ namespace UserManagementV1 {

/** Invite a user to an IAM policy. */
export interface InviteUserIamPolicy {
/** The policy type. This can be either "access" or "authorization". */
type: string;
/** A list of IAM roles. */
roles?: Role[];
/** A list of resources. */
Expand Down

0 comments on commit 1416bd5

Please sign in to comment.