diff --git a/dist/go/spaceone/api/core/v2/handler.pb.go b/dist/go/spaceone/api/core/v2/handler.pb.go index 42bdce221..70df6b33e 100755 --- a/dist/go/spaceone/api/core/v2/handler.pb.go +++ b/dist/go/spaceone/api/core/v2/handler.pb.go @@ -109,8 +109,8 @@ const ( AuthorizationResponse_NONE AuthorizationResponse_RoleType = 0 AuthorizationResponse_SYSTEM_ADMIN AuthorizationResponse_RoleType = 1 AuthorizationResponse_DOMAIN_ADMIN AuthorizationResponse_RoleType = 2 - AuthorizationResponse_WORKPLACE_OWNER AuthorizationResponse_RoleType = 3 - AuthorizationResponse_WORKPLACE_MEMBER AuthorizationResponse_RoleType = 4 + AuthorizationResponse_WORKSPACE_OWNER AuthorizationResponse_RoleType = 3 + AuthorizationResponse_WORKSPACE_MEMBER AuthorizationResponse_RoleType = 4 AuthorizationResponse_NO_ROLE AuthorizationResponse_RoleType = 5 ) @@ -120,16 +120,16 @@ var ( 0: "NONE", 1: "SYSTEM_ADMIN", 2: "DOMAIN_ADMIN", - 3: "WORKPLACE_OWNER", - 4: "WORKPLACE_MEMBER", + 3: "WORKSPACE_OWNER", + 4: "WORKSPACE_MEMBER", 5: "NO_ROLE", } AuthorizationResponse_RoleType_value = map[string]int32{ "NONE": 0, "SYSTEM_ADMIN": 1, "DOMAIN_ADMIN": 2, - "WORKPLACE_OWNER": 3, - "WORKPLACE_MEMBER": 4, + "WORKSPACE_OWNER": 3, + "WORKSPACE_MEMBER": 4, "NO_ROLE": 5, } ) @@ -631,9 +631,9 @@ var file_spaceone_api_core_v2_handler_proto_rawDesc = []byte{ 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x08, 0x0a, 0x04, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x00, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x59, 0x53, 0x54, 0x45, 0x4d, 0x5f, 0x41, 0x44, 0x4d, 0x49, 0x4e, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x44, 0x4f, 0x4d, 0x41, 0x49, 0x4e, 0x5f, 0x41, 0x44, 0x4d, - 0x49, 0x4e, 0x10, 0x02, 0x12, 0x13, 0x0a, 0x0f, 0x57, 0x4f, 0x52, 0x4b, 0x50, 0x4c, 0x41, 0x43, + 0x49, 0x4e, 0x10, 0x02, 0x12, 0x13, 0x0a, 0x0f, 0x57, 0x4f, 0x52, 0x4b, 0x53, 0x50, 0x41, 0x43, 0x45, 0x5f, 0x4f, 0x57, 0x4e, 0x45, 0x52, 0x10, 0x03, 0x12, 0x14, 0x0a, 0x10, 0x57, 0x4f, 0x52, - 0x4b, 0x50, 0x4c, 0x41, 0x43, 0x45, 0x5f, 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x10, 0x04, 0x12, + 0x4b, 0x53, 0x50, 0x41, 0x43, 0x45, 0x5f, 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x10, 0x04, 0x12, 0x0b, 0x0a, 0x07, 0x4e, 0x4f, 0x5f, 0x52, 0x4f, 0x4c, 0x45, 0x10, 0x05, 0x22, 0x34, 0x0a, 0x15, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f, diff --git a/dist/go/spaceone/api/identity/v2/role.pb.go b/dist/go/spaceone/api/identity/v2/role.pb.go index 76d8046c3..fa1b7968d 100755 --- a/dist/go/spaceone/api/identity/v2/role.pb.go +++ b/dist/go/spaceone/api/identity/v2/role.pb.go @@ -30,8 +30,8 @@ const ( RoleType_NONE RoleType = 0 RoleType_SYSTEM_ADMIN RoleType = 1 RoleType_DOMAIN_ADMIN RoleType = 2 - RoleType_WORKPLACE_OWNER RoleType = 3 - RoleType_WORKPLACE_MEMBER RoleType = 4 + RoleType_WORKSPACE_OWNER RoleType = 3 + RoleType_WORKSPACE_MEMBER RoleType = 4 ) // Enum value maps for RoleType. @@ -40,15 +40,15 @@ var ( 0: "NONE", 1: "SYSTEM_ADMIN", 2: "DOMAIN_ADMIN", - 3: "WORKPLACE_OWNER", - 4: "WORKPLACE_MEMBER", + 3: "WORKSPACE_OWNER", + 4: "WORKSPACE_MEMBER", } RoleType_value = map[string]int32{ "NONE": 0, "SYSTEM_ADMIN": 1, "DOMAIN_ADMIN": 2, - "WORKPLACE_OWNER": 3, - "WORKPLACE_MEMBER": 4, + "WORKSPACE_OWNER": 3, + "WORKSPACE_MEMBER": 4, } ) @@ -850,8 +850,8 @@ var file_spaceone_api_identity_v2_role_proto_rawDesc = []byte{ 0x79, 0x70, 0x65, 0x12, 0x08, 0x0a, 0x04, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x00, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x59, 0x53, 0x54, 0x45, 0x4d, 0x5f, 0x41, 0x44, 0x4d, 0x49, 0x4e, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x44, 0x4f, 0x4d, 0x41, 0x49, 0x4e, 0x5f, 0x41, 0x44, 0x4d, 0x49, 0x4e, 0x10, - 0x02, 0x12, 0x13, 0x0a, 0x0f, 0x57, 0x4f, 0x52, 0x4b, 0x50, 0x4c, 0x41, 0x43, 0x45, 0x5f, 0x4f, - 0x57, 0x4e, 0x45, 0x52, 0x10, 0x03, 0x12, 0x14, 0x0a, 0x10, 0x57, 0x4f, 0x52, 0x4b, 0x50, 0x4c, + 0x02, 0x12, 0x13, 0x0a, 0x0f, 0x57, 0x4f, 0x52, 0x4b, 0x53, 0x50, 0x41, 0x43, 0x45, 0x5f, 0x4f, + 0x57, 0x4e, 0x45, 0x52, 0x10, 0x03, 0x12, 0x14, 0x0a, 0x10, 0x57, 0x4f, 0x52, 0x4b, 0x53, 0x50, 0x41, 0x43, 0x45, 0x5f, 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x10, 0x04, 0x32, 0xd0, 0x05, 0x0a, 0x04, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x7e, 0x0a, 0x06, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x2b, 0x2e, 0x73, 0x70, 0x61, 0x63, 0x65, 0x6f, 0x6e, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, diff --git a/dist/go/spaceone/api/identity/v2/role_binding.pb.go b/dist/go/spaceone/api/identity/v2/role_binding.pb.go index a884753a4..bca327d0e 100755 --- a/dist/go/spaceone/api/identity/v2/role_binding.pb.go +++ b/dist/go/spaceone/api/identity/v2/role_binding.pb.go @@ -128,8 +128,8 @@ const ( RoleBindingInfo_ROLE_TYPE_NONE RoleBindingInfo_RoleType = 0 RoleBindingInfo_SYSTEM_ADMIN RoleBindingInfo_RoleType = 1 RoleBindingInfo_DOMAIN_ADMIN RoleBindingInfo_RoleType = 2 - RoleBindingInfo_WORKPLACE_OWNER RoleBindingInfo_RoleType = 3 - RoleBindingInfo_WORKPLACE_MEMBER RoleBindingInfo_RoleType = 4 + RoleBindingInfo_WORKSPACE_OWNER RoleBindingInfo_RoleType = 3 + RoleBindingInfo_WORKSPACE_MEMBER RoleBindingInfo_RoleType = 4 ) // Enum value maps for RoleBindingInfo_RoleType. @@ -138,15 +138,15 @@ var ( 0: "ROLE_TYPE_NONE", 1: "SYSTEM_ADMIN", 2: "DOMAIN_ADMIN", - 3: "WORKPLACE_OWNER", - 4: "WORKPLACE_MEMBER", + 3: "WORKSPACE_OWNER", + 4: "WORKSPACE_MEMBER", } RoleBindingInfo_RoleType_value = map[string]int32{ "ROLE_TYPE_NONE": 0, "SYSTEM_ADMIN": 1, "DOMAIN_ADMIN": 2, - "WORKPLACE_OWNER": 3, - "WORKPLACE_MEMBER": 4, + "WORKSPACE_OWNER": 3, + "WORKSPACE_MEMBER": 4, } ) @@ -232,8 +232,8 @@ const ( RoleBindingSearchQuery_ROLE_TYPE_NONE RoleBindingSearchQuery_RoleType = 0 RoleBindingSearchQuery_SYSTEM_ADMIN RoleBindingSearchQuery_RoleType = 1 RoleBindingSearchQuery_DOMAIN_ADMIN RoleBindingSearchQuery_RoleType = 2 - RoleBindingSearchQuery_WORKPLACE_OWNER RoleBindingSearchQuery_RoleType = 3 - RoleBindingSearchQuery_WORKPLACE_MEMBER RoleBindingSearchQuery_RoleType = 4 + RoleBindingSearchQuery_WORKSPACE_OWNER RoleBindingSearchQuery_RoleType = 3 + RoleBindingSearchQuery_WORKSPACE_MEMBER RoleBindingSearchQuery_RoleType = 4 ) // Enum value maps for RoleBindingSearchQuery_RoleType. @@ -242,15 +242,15 @@ var ( 0: "ROLE_TYPE_NONE", 1: "SYSTEM_ADMIN", 2: "DOMAIN_ADMIN", - 3: "WORKPLACE_OWNER", - 4: "WORKPLACE_MEMBER", + 3: "WORKSPACE_OWNER", + 4: "WORKSPACE_MEMBER", } RoleBindingSearchQuery_RoleType_value = map[string]int32{ "ROLE_TYPE_NONE": 0, "SYSTEM_ADMIN": 1, "DOMAIN_ADMIN": 2, - "WORKPLACE_OWNER": 3, - "WORKPLACE_MEMBER": 4, + "WORKSPACE_OWNER": 3, + "WORKSPACE_MEMBER": 4, } ) @@ -917,9 +917,9 @@ var file_spaceone_api_identity_v2_role_binding_proto_rawDesc = []byte{ 0x4f, 0x4c, 0x45, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x00, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x59, 0x53, 0x54, 0x45, 0x4d, 0x5f, 0x41, 0x44, 0x4d, 0x49, 0x4e, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x44, 0x4f, 0x4d, 0x41, 0x49, 0x4e, 0x5f, 0x41, 0x44, 0x4d, 0x49, - 0x4e, 0x10, 0x02, 0x12, 0x13, 0x0a, 0x0f, 0x57, 0x4f, 0x52, 0x4b, 0x50, 0x4c, 0x41, 0x43, 0x45, + 0x4e, 0x10, 0x02, 0x12, 0x13, 0x0a, 0x0f, 0x57, 0x4f, 0x52, 0x4b, 0x53, 0x50, 0x41, 0x43, 0x45, 0x5f, 0x4f, 0x57, 0x4e, 0x45, 0x52, 0x10, 0x03, 0x12, 0x14, 0x0a, 0x10, 0x57, 0x4f, 0x52, 0x4b, - 0x50, 0x4c, 0x41, 0x43, 0x45, 0x5f, 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x10, 0x04, 0x22, 0xae, + 0x53, 0x50, 0x41, 0x43, 0x45, 0x5f, 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x10, 0x04, 0x22, 0xae, 0x04, 0x0a, 0x16, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x51, 0x75, 0x65, 0x72, 0x79, 0x12, 0x31, 0x0a, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x73, 0x70, 0x61, 0x63, 0x65, @@ -952,9 +952,9 @@ var file_spaceone_api_identity_v2_role_binding_proto_rawDesc = []byte{ 0x52, 0x4f, 0x4c, 0x45, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x00, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x59, 0x53, 0x54, 0x45, 0x4d, 0x5f, 0x41, 0x44, 0x4d, 0x49, 0x4e, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x44, 0x4f, 0x4d, 0x41, 0x49, 0x4e, 0x5f, 0x41, 0x44, 0x4d, - 0x49, 0x4e, 0x10, 0x02, 0x12, 0x13, 0x0a, 0x0f, 0x57, 0x4f, 0x52, 0x4b, 0x50, 0x4c, 0x41, 0x43, + 0x49, 0x4e, 0x10, 0x02, 0x12, 0x13, 0x0a, 0x0f, 0x57, 0x4f, 0x52, 0x4b, 0x53, 0x50, 0x41, 0x43, 0x45, 0x5f, 0x4f, 0x57, 0x4e, 0x45, 0x52, 0x10, 0x03, 0x12, 0x14, 0x0a, 0x10, 0x57, 0x4f, 0x52, - 0x4b, 0x50, 0x4c, 0x41, 0x43, 0x45, 0x5f, 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x10, 0x04, 0x22, + 0x4b, 0x53, 0x50, 0x41, 0x43, 0x45, 0x5f, 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x10, 0x04, 0x22, 0x78, 0x0a, 0x10, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x43, 0x0a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x70, 0x61, 0x63, 0x65, 0x6f, 0x6e, 0x65, 0x2e, diff --git a/dist/go/spaceone/api/identity/v2/user.pb.go b/dist/go/spaceone/api/identity/v2/user.pb.go index 7b9ddb079..671d59ee7 100755 --- a/dist/go/spaceone/api/identity/v2/user.pb.go +++ b/dist/go/spaceone/api/identity/v2/user.pb.go @@ -327,8 +327,8 @@ const ( UserInfo_ROLE_TYPE_NONE UserInfo_RoleType = 0 UserInfo_SYSTEM_ADMIN UserInfo_RoleType = 1 UserInfo_DOMAIN_ADMIN UserInfo_RoleType = 2 - UserInfo_WORKPLACE_OWNER UserInfo_RoleType = 3 - UserInfo_WORKPLACE_MEMBER UserInfo_RoleType = 4 + UserInfo_WORKSPACE_OWNER UserInfo_RoleType = 3 + UserInfo_WORKSPACE_MEMBER UserInfo_RoleType = 4 UserInfo_NO_ROLE UserInfo_RoleType = 5 ) @@ -338,16 +338,16 @@ var ( 0: "ROLE_TYPE_NONE", 1: "SYSTEM_ADMIN", 2: "DOMAIN_ADMIN", - 3: "WORKPLACE_OWNER", - 4: "WORKPLACE_MEMBER", + 3: "WORKSPACE_OWNER", + 4: "WORKSPACE_MEMBER", 5: "NO_ROLE", } UserInfo_RoleType_value = map[string]int32{ "ROLE_TYPE_NONE": 0, "SYSTEM_ADMIN": 1, "DOMAIN_ADMIN": 2, - "WORKPLACE_OWNER": 3, - "WORKPLACE_MEMBER": 4, + "WORKSPACE_OWNER": 3, + "WORKSPACE_MEMBER": 4, "NO_ROLE": 5, } ) @@ -1849,8 +1849,8 @@ var file_spaceone_api_identity_v2_user_proto_rawDesc = []byte{ 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x00, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x59, 0x53, 0x54, 0x45, 0x4d, 0x5f, 0x41, 0x44, 0x4d, 0x49, 0x4e, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x44, 0x4f, 0x4d, 0x41, 0x49, 0x4e, 0x5f, 0x41, 0x44, 0x4d, 0x49, 0x4e, 0x10, 0x02, - 0x12, 0x13, 0x0a, 0x0f, 0x57, 0x4f, 0x52, 0x4b, 0x50, 0x4c, 0x41, 0x43, 0x45, 0x5f, 0x4f, 0x57, - 0x4e, 0x45, 0x52, 0x10, 0x03, 0x12, 0x14, 0x0a, 0x10, 0x57, 0x4f, 0x52, 0x4b, 0x50, 0x4c, 0x41, + 0x12, 0x13, 0x0a, 0x0f, 0x57, 0x4f, 0x52, 0x4b, 0x53, 0x50, 0x41, 0x43, 0x45, 0x5f, 0x4f, 0x57, + 0x4e, 0x45, 0x52, 0x10, 0x03, 0x12, 0x14, 0x0a, 0x10, 0x57, 0x4f, 0x52, 0x4b, 0x53, 0x50, 0x41, 0x43, 0x45, 0x5f, 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x10, 0x04, 0x12, 0x0b, 0x0a, 0x07, 0x4e, 0x4f, 0x5f, 0x52, 0x4f, 0x4c, 0x45, 0x10, 0x05, 0x22, 0x6a, 0x0a, 0x09, 0x55, 0x73, 0x65, 0x72, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x3c, 0x0a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, diff --git a/dist/json/cloudforet/api/core/v2/Handler.json b/dist/json/cloudforet/api/core/v2/Handler.json index 0cc6ffd30..7035d881c 100755 --- a/dist/json/cloudforet/api/core/v2/Handler.json +++ b/dist/json/cloudforet/api/core/v2/Handler.json @@ -109,12 +109,12 @@ "description": "" }, { - "name": "WORKPLACE_OWNER", + "name": "WORKSPACE_OWNER", "number": "3", "description": "" }, { - "name": "WORKPLACE_MEMBER", + "name": "WORKSPACE_MEMBER", "number": "4", "description": "" }, diff --git a/dist/json/cloudforet/api/identity/v2/Role.json b/dist/json/cloudforet/api/identity/v2/Role.json index 224087085..237bdbca9 100755 --- a/dist/json/cloudforet/api/identity/v2/Role.json +++ b/dist/json/cloudforet/api/identity/v2/Role.json @@ -54,12 +54,12 @@ "description": "" }, { - "name": "WORKPLACE_OWNER", + "name": "WORKSPACE_OWNER", "number": "3", "description": "" }, { - "name": "WORKPLACE_MEMBER", + "name": "WORKSPACE_MEMBER", "number": "4", "description": "" } diff --git a/dist/json/cloudforet/api/identity/v2/Role_binding.json b/dist/json/cloudforet/api/identity/v2/Role_binding.json index 9e476b3ac..993ec63ff 100755 --- a/dist/json/cloudforet/api/identity/v2/Role_binding.json +++ b/dist/json/cloudforet/api/identity/v2/Role_binding.json @@ -54,12 +54,12 @@ "description": "" }, { - "name": "WORKPLACE_OWNER", + "name": "WORKSPACE_OWNER", "number": "3", "description": "" }, { - "name": "WORKPLACE_MEMBER", + "name": "WORKSPACE_MEMBER", "number": "4", "description": "" } @@ -110,12 +110,12 @@ "description": "" }, { - "name": "WORKPLACE_OWNER", + "name": "WORKSPACE_OWNER", "number": "3", "description": "" }, { - "name": "WORKPLACE_MEMBER", + "name": "WORKSPACE_MEMBER", "number": "4", "description": "" } diff --git a/dist/json/cloudforet/api/identity/v2/User.json b/dist/json/cloudforet/api/identity/v2/User.json index 293b3f44c..e0d13572d 100755 --- a/dist/json/cloudforet/api/identity/v2/User.json +++ b/dist/json/cloudforet/api/identity/v2/User.json @@ -77,12 +77,12 @@ "description": "" }, { - "name": "WORKPLACE_OWNER", + "name": "WORKSPACE_OWNER", "number": "3", "description": "" }, { - "name": "WORKPLACE_MEMBER", + "name": "WORKSPACE_MEMBER", "number": "4", "description": "" }, diff --git a/dist/openapi/cloudforet/api/identity/v2/openapi.json b/dist/openapi/cloudforet/api/identity/v2/openapi.json index f87712537..1f54bd9f9 100755 --- a/dist/openapi/cloudforet/api/identity/v2/openapi.json +++ b/dist/openapi/cloudforet/api/identity/v2/openapi.json @@ -803,7 +803,7 @@ "operationId" : "", "description": "### Description \n", "requestBody": { - "description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |query||Query||\n |role_binding_id||string||\n |scope|DOMAIN, WORKSPACE |string||\n |role_type|SYSTEM_ADMIN, DOMAIN_ADMIN, WORKPLACE_OWNER, WORKPLACE_MEMBER |string||\n |domain_id||string||\n |workspace_id||string||\n |role_id||string||\n |user_id||string||\n
", + "description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |query||Query||\n |role_binding_id||string||\n |scope|DOMAIN, WORKSPACE |string||\n |role_type|SYSTEM_ADMIN, DOMAIN_ADMIN, WORKSPACE_OWNER, WORKSPACE_MEMBER |string||\n |domain_id||string||\n |workspace_id||string||\n |role_id||string||\n |user_id||string||\n
", "content": { "application/json": { "schema": { @@ -1759,7 +1759,7 @@ "operationId" : "", "description": "### Description \n", "requestBody": { - "description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |name||string|True|\n |role_type|SYSTEM_ADMIN, DOMAIN_ADMIN, WORKPLACE_OWNER, WORKPLACE_MEMBER |string|True|\n |policies||array|True|\n |domain_id||string|True|\n |page_permissions||array||\n |tags||Struct||\n
", + "description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |name||string|True|\n |role_type|SYSTEM_ADMIN, DOMAIN_ADMIN, WORKSPACE_OWNER, WORKSPACE_MEMBER |string|True|\n |policies||array|True|\n |domain_id||string|True|\n |page_permissions||array||\n |tags||Struct||\n
", "content": { "application/json": { "schema": { @@ -1869,7 +1869,7 @@ "operationId" : "", "description": "### Description \n", "requestBody": { - "description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |domain_id||string|True|\n |query||Query||\n |role_id||string||\n |name||string||\n |role_type|SYSTEM_ADMIN, DOMAIN_ADMIN, WORKPLACE_OWNER, WORKPLACE_MEMBER |string||\n |policy_id||string||\n
", + "description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |domain_id||string|True|\n |query||Query||\n |role_id||string||\n |name||string||\n |role_type|SYSTEM_ADMIN, DOMAIN_ADMIN, WORKSPACE_OWNER, WORKSPACE_MEMBER |string||\n |policy_id||string||\n
", "content": { "application/json": { "schema": { diff --git a/dist/python/build/lib/spaceone/api/core/v2/handler_pb2.py b/dist/python/build/lib/spaceone/api/core/v2/handler_pb2.py index 9bd156b8f..2da4b54be 100644 --- a/dist/python/build/lib/spaceone/api/core/v2/handler_pb2.py +++ b/dist/python/build/lib/spaceone/api/core/v2/handler_pb2.py @@ -14,7 +14,7 @@ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2 -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"spaceone/api/core/v2/handler.proto\x12\x14spaceone.api.core.v2\x1a\x1cgoogle/protobuf/struct.proto\"\x81\x05\n\x14\x41uthorizationRequest\x12\x0f\n\x07service\x18\x01 \x01(\t\x12\x10\n\x08resource\x18\x02 \x01(\t\x12\x0c\n\x04verb\x18\x03 \x01(\t\x12?\n\x05scope\x18\x04 \x01(\x0e\x32\x30.spaceone.api.core.v2.AuthorizationRequest.Scope\x12\x19\n\x11require_domain_id\x18\x05 \x01(\x08\x12\x1c\n\x14require_workspace_id\x18\x06 \x01(\x08\x12\x1a\n\x12require_project_id\x18\x07 \x01(\x08\x12\x17\n\x0frequire_user_id\x18\x08 \x01(\x08\x12\x19\n\x11request_domain_id\x18\t \x01(\t\x12\x1c\n\x14request_workspace_id\x18\n \x01(\t\x12\x1a\n\x12request_project_id\x18\x0b \x01(\t\x12\x17\n\x0frequest_user_id\x18\x0c \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x0f\n\x07user_id\x18\x16 \x01(\t\"\xf6\x01\n\x05Scope\x12\x08\n\x04NONE\x10\x00\x12\n\n\x06PUBLIC\x10\x01\x12\n\n\x06SYSTEM\x10\x02\x12\n\n\x06\x44OMAIN\x10\x03\x12\x0f\n\x0b\x44OMAIN_READ\x10\x04\x12\r\n\tWORKSPACE\x10\x05\x12\x12\n\x0eWORKSPACE_READ\x10\x06\x12\x17\n\x13\x44OMAIN_OR_WORKSPACE\x10\x07\x12\x1c\n\x18\x44OMAIN_OR_WORKSPACE_READ\x10\x08\x12\x0b\n\x07PROJECT\x10\t\x12\x10\n\x0cPROJECT_READ\x10\n\x12\x12\n\x0e\x44OMAIN_OR_USER\x10\x0b\x12\x17\n\x13\x44OMAIN_OR_USER_READ\x10\x0c\x12\x08\n\x04USER\x10\r\"\xfc\x01\n\x15\x41uthorizationResponse\x12G\n\trole_type\x18\x01 \x01(\x0e\x32\x34.spaceone.api.core.v2.AuthorizationResponse.RoleType\x12\x10\n\x08projects\x18\x02 \x03(\t\x12\x16\n\x0eproject_groups\x18\x03 \x03(\t\"p\n\x08RoleType\x12\x08\n\x04NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKPLACE_OWNER\x10\x03\x12\x14\n\x10WORKPLACE_MEMBER\x10\x04\x12\x0b\n\x07NO_ROLE\x10\x05\"*\n\x15\x41uthenticationRequest\x12\x11\n\tdomain_id\x18\x01 \x01(\t\"?\n\x16\x41uthenticationResponse\x12\x11\n\tdomain_id\x18\x01 \x01(\t\x12\x12\n\npublic_key\x18\x02 \x01(\t\"y\n\x0c\x45ventRequest\x12\x0f\n\x07service\x18\x01 \x01(\t\x12\x10\n\x08resource\x18\x02 \x01(\t\x12\x0c\n\x04verb\x18\x03 \x01(\t\x12\x0e\n\x06status\x18\x04 \x01(\t\x12(\n\x07message\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructB;Z9github.com/cloudforet-io/api/dist/go/spaceone/api/core/v2b\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"spaceone/api/core/v2/handler.proto\x12\x14spaceone.api.core.v2\x1a\x1cgoogle/protobuf/struct.proto\"\x81\x05\n\x14\x41uthorizationRequest\x12\x0f\n\x07service\x18\x01 \x01(\t\x12\x10\n\x08resource\x18\x02 \x01(\t\x12\x0c\n\x04verb\x18\x03 \x01(\t\x12?\n\x05scope\x18\x04 \x01(\x0e\x32\x30.spaceone.api.core.v2.AuthorizationRequest.Scope\x12\x19\n\x11require_domain_id\x18\x05 \x01(\x08\x12\x1c\n\x14require_workspace_id\x18\x06 \x01(\x08\x12\x1a\n\x12require_project_id\x18\x07 \x01(\x08\x12\x17\n\x0frequire_user_id\x18\x08 \x01(\x08\x12\x19\n\x11request_domain_id\x18\t \x01(\t\x12\x1c\n\x14request_workspace_id\x18\n \x01(\t\x12\x1a\n\x12request_project_id\x18\x0b \x01(\t\x12\x17\n\x0frequest_user_id\x18\x0c \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x0f\n\x07user_id\x18\x16 \x01(\t\"\xf6\x01\n\x05Scope\x12\x08\n\x04NONE\x10\x00\x12\n\n\x06PUBLIC\x10\x01\x12\n\n\x06SYSTEM\x10\x02\x12\n\n\x06\x44OMAIN\x10\x03\x12\x0f\n\x0b\x44OMAIN_READ\x10\x04\x12\r\n\tWORKSPACE\x10\x05\x12\x12\n\x0eWORKSPACE_READ\x10\x06\x12\x17\n\x13\x44OMAIN_OR_WORKSPACE\x10\x07\x12\x1c\n\x18\x44OMAIN_OR_WORKSPACE_READ\x10\x08\x12\x0b\n\x07PROJECT\x10\t\x12\x10\n\x0cPROJECT_READ\x10\n\x12\x12\n\x0e\x44OMAIN_OR_USER\x10\x0b\x12\x17\n\x13\x44OMAIN_OR_USER_READ\x10\x0c\x12\x08\n\x04USER\x10\r\"\xfc\x01\n\x15\x41uthorizationResponse\x12G\n\trole_type\x18\x01 \x01(\x0e\x32\x34.spaceone.api.core.v2.AuthorizationResponse.RoleType\x12\x10\n\x08projects\x18\x02 \x03(\t\x12\x16\n\x0eproject_groups\x18\x03 \x03(\t\"p\n\x08RoleType\x12\x08\n\x04NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKSPACE_OWNER\x10\x03\x12\x14\n\x10WORKSPACE_MEMBER\x10\x04\x12\x0b\n\x07NO_ROLE\x10\x05\"*\n\x15\x41uthenticationRequest\x12\x11\n\tdomain_id\x18\x01 \x01(\t\"?\n\x16\x41uthenticationResponse\x12\x11\n\tdomain_id\x18\x01 \x01(\t\x12\x12\n\npublic_key\x18\x02 \x01(\t\"y\n\x0c\x45ventRequest\x12\x0f\n\x07service\x18\x01 \x01(\t\x12\x10\n\x08resource\x18\x02 \x01(\t\x12\x0c\n\x04verb\x18\x03 \x01(\t\x12\x0e\n\x06status\x18\x04 \x01(\t\x12(\n\x07message\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructB;Z9github.com/cloudforet-io/api/dist/go/spaceone/api/core/v2b\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) diff --git a/dist/python/build/lib/spaceone/api/identity/v2/role_binding_pb2.py b/dist/python/build/lib/spaceone/api/identity/v2/role_binding_pb2.py index c77e26099..436446af0 100644 --- a/dist/python/build/lib/spaceone/api/identity/v2/role_binding_pb2.py +++ b/dist/python/build/lib/spaceone/api/identity/v2/role_binding_pb2.py @@ -20,7 +20,7 @@ from spaceone.api.identity.v2 import role_pb2 as spaceone_dot_api_dot_identity_dot_v2_dot_role__pb2 -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+spaceone/api/identity/v2/role_binding.proto\x12\x18spaceone.api.identity.v2\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1cgoogle/api/annotations.proto\x1a spaceone/api/core/v1/query.proto\x1a&spaceone/api/identity/v2/project.proto\x1a,spaceone/api/identity/v2/project_group.proto\x1a#spaceone/api/identity/v2/role.proto\"\xdc\x01\n\x18\x43reateRoleBindingRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x0f\n\x07role_id\x18\x02 \x01(\t\x12G\n\x05scope\x18\x03 \x01(\x0e\x32\x38.spaceone.api.identity.v2.CreateRoleBindingRequest.Scope\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\",\n\x05Scope\x12\x08\n\x04NONE\x10\x00\x12\n\n\x06\x44OMAIN\x10\x01\x12\r\n\tWORKSPACE\x10\x02\"m\n\x18UpdateRoleBindingRequest\x12\x17\n\x0frole_binding_id\x18\x01 \x01(\t\x12\x0f\n\x07role_id\x18\x02 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\"V\n\x12RoleBindingRequest\x12\x17\n\x0frole_binding_id\x18\x01 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\"\xb3\x03\n\x0fRoleBindingInfo\x12\x17\n\x0frole_binding_id\x18\x01 \x01(\t\x12>\n\x05scope\x18\x02 \x01(\x0e\x32/.spaceone.api.identity.v2.RoleBindingInfo.Scope\x12\x45\n\trole_type\x18\x03 \x01(\x0e\x32\x32.spaceone.api.identity.v2.RoleBindingInfo.RoleType\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\x12\x0f\n\x07role_id\x18\x17 \x01(\t\x12\x0f\n\x07user_id\x18\x18 \x01(\t\x12\x12\n\ncreated_at\x18\x1f \x01(\t\"2\n\x05Scope\x12\x0e\n\nSCOPE_NONE\x10\x00\x12\n\n\x06\x44OMAIN\x10\x01\x12\r\n\tWORKSPACE\x10\x02\"m\n\x08RoleType\x12\x12\n\x0eROLE_TYPE_NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKPLACE_OWNER\x10\x03\x12\x14\n\x10WORKPLACE_MEMBER\x10\x04\"\xe0\x03\n\x16RoleBindingSearchQuery\x12*\n\x05query\x18\x01 \x01(\x0b\x32\x1b.spaceone.api.core.v1.Query\x12\x17\n\x0frole_binding_id\x18\x02 \x01(\t\x12\x45\n\x05scope\x18\x03 \x01(\x0e\x32\x36.spaceone.api.identity.v2.RoleBindingSearchQuery.Scope\x12L\n\trole_type\x18\x04 \x01(\x0e\x32\x39.spaceone.api.identity.v2.RoleBindingSearchQuery.RoleType\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\x12\x0f\n\x07role_id\x18\x17 \x01(\t\x12\x0f\n\x07user_id\x18\x18 \x01(\t\"2\n\x05Scope\x12\x0e\n\nSCOPE_NONE\x10\x00\x12\n\n\x06\x44OMAIN\x10\x01\x12\r\n\tWORKSPACE\x10\x02\"m\n\x08RoleType\x12\x12\n\x0eROLE_TYPE_NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKPLACE_OWNER\x10\x03\x12\x14\n\x10WORKPLACE_MEMBER\x10\x04\"c\n\x10RoleBindingsInfo\x12:\n\x07results\x18\x01 \x03(\x0b\x32).spaceone.api.identity.v2.RoleBindingInfo\x12\x13\n\x0btotal_count\x18\x02 \x01(\x05\"u\n\x14RoleBindingStatQuery\x12\x34\n\x05query\x18\x01 \x01(\x0b\x32%.spaceone.api.core.v1.StatisticsQuery\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t2\xdb\x06\n\x0bRoleBinding\x12\x94\x01\n\x06\x63reate\x12\x32.spaceone.api.identity.v2.CreateRoleBindingRequest\x1a).spaceone.api.identity.v2.RoleBindingInfo\"+\x82\xd3\xe4\x93\x02%\" /identity/v1/role-binding/create:\x01*\x12\x9e\x01\n\x0bupdate_role\x12\x32.spaceone.api.identity.v2.UpdateRoleBindingRequest\x1a).spaceone.api.identity.v2.RoleBindingInfo\"0\x82\xd3\xe4\x93\x02*\"%/identity/v1/role-binding/update-role:\x01*\x12{\n\x06\x64\x65lete\x12,.spaceone.api.identity.v2.RoleBindingRequest\x1a\x16.google.protobuf.Empty\"+\x82\xd3\xe4\x93\x02%\" /identity/v1/role-binding/delete:\x01*\x12\x88\x01\n\x03get\x12,.spaceone.api.identity.v2.RoleBindingRequest\x1a).spaceone.api.identity.v2.RoleBindingInfo\"(\x82\xd3\xe4\x93\x02\"\"\x1d/identity/v1/role-binding/get:\x01*\x12\x8f\x01\n\x04list\x12\x30.spaceone.api.identity.v2.RoleBindingSearchQuery\x1a*.spaceone.api.identity.v2.RoleBindingsInfo\")\x82\xd3\xe4\x93\x02#\"\x1e/identity/v1/role-binding/list:\x01*\x12z\n\x04stat\x12..spaceone.api.identity.v2.RoleBindingStatQuery\x1a\x17.google.protobuf.Struct\")\x82\xd3\xe4\x93\x02#\"\x1e/identity/v1/role-binding/stat:\x01*B?Z=github.com/cloudforet-io/api/dist/go/spaceone/api/identity/v2b\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+spaceone/api/identity/v2/role_binding.proto\x12\x18spaceone.api.identity.v2\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1cgoogle/api/annotations.proto\x1a spaceone/api/core/v1/query.proto\x1a&spaceone/api/identity/v2/project.proto\x1a,spaceone/api/identity/v2/project_group.proto\x1a#spaceone/api/identity/v2/role.proto\"\xdc\x01\n\x18\x43reateRoleBindingRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x0f\n\x07role_id\x18\x02 \x01(\t\x12G\n\x05scope\x18\x03 \x01(\x0e\x32\x38.spaceone.api.identity.v2.CreateRoleBindingRequest.Scope\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\",\n\x05Scope\x12\x08\n\x04NONE\x10\x00\x12\n\n\x06\x44OMAIN\x10\x01\x12\r\n\tWORKSPACE\x10\x02\"m\n\x18UpdateRoleBindingRequest\x12\x17\n\x0frole_binding_id\x18\x01 \x01(\t\x12\x0f\n\x07role_id\x18\x02 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\"V\n\x12RoleBindingRequest\x12\x17\n\x0frole_binding_id\x18\x01 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\"\xb3\x03\n\x0fRoleBindingInfo\x12\x17\n\x0frole_binding_id\x18\x01 \x01(\t\x12>\n\x05scope\x18\x02 \x01(\x0e\x32/.spaceone.api.identity.v2.RoleBindingInfo.Scope\x12\x45\n\trole_type\x18\x03 \x01(\x0e\x32\x32.spaceone.api.identity.v2.RoleBindingInfo.RoleType\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\x12\x0f\n\x07role_id\x18\x17 \x01(\t\x12\x0f\n\x07user_id\x18\x18 \x01(\t\x12\x12\n\ncreated_at\x18\x1f \x01(\t\"2\n\x05Scope\x12\x0e\n\nSCOPE_NONE\x10\x00\x12\n\n\x06\x44OMAIN\x10\x01\x12\r\n\tWORKSPACE\x10\x02\"m\n\x08RoleType\x12\x12\n\x0eROLE_TYPE_NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKSPACE_OWNER\x10\x03\x12\x14\n\x10WORKSPACE_MEMBER\x10\x04\"\xe0\x03\n\x16RoleBindingSearchQuery\x12*\n\x05query\x18\x01 \x01(\x0b\x32\x1b.spaceone.api.core.v1.Query\x12\x17\n\x0frole_binding_id\x18\x02 \x01(\t\x12\x45\n\x05scope\x18\x03 \x01(\x0e\x32\x36.spaceone.api.identity.v2.RoleBindingSearchQuery.Scope\x12L\n\trole_type\x18\x04 \x01(\x0e\x32\x39.spaceone.api.identity.v2.RoleBindingSearchQuery.RoleType\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\x12\x0f\n\x07role_id\x18\x17 \x01(\t\x12\x0f\n\x07user_id\x18\x18 \x01(\t\"2\n\x05Scope\x12\x0e\n\nSCOPE_NONE\x10\x00\x12\n\n\x06\x44OMAIN\x10\x01\x12\r\n\tWORKSPACE\x10\x02\"m\n\x08RoleType\x12\x12\n\x0eROLE_TYPE_NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKSPACE_OWNER\x10\x03\x12\x14\n\x10WORKSPACE_MEMBER\x10\x04\"c\n\x10RoleBindingsInfo\x12:\n\x07results\x18\x01 \x03(\x0b\x32).spaceone.api.identity.v2.RoleBindingInfo\x12\x13\n\x0btotal_count\x18\x02 \x01(\x05\"u\n\x14RoleBindingStatQuery\x12\x34\n\x05query\x18\x01 \x01(\x0b\x32%.spaceone.api.core.v1.StatisticsQuery\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t2\xdb\x06\n\x0bRoleBinding\x12\x94\x01\n\x06\x63reate\x12\x32.spaceone.api.identity.v2.CreateRoleBindingRequest\x1a).spaceone.api.identity.v2.RoleBindingInfo\"+\x82\xd3\xe4\x93\x02%\" /identity/v1/role-binding/create:\x01*\x12\x9e\x01\n\x0bupdate_role\x12\x32.spaceone.api.identity.v2.UpdateRoleBindingRequest\x1a).spaceone.api.identity.v2.RoleBindingInfo\"0\x82\xd3\xe4\x93\x02*\"%/identity/v1/role-binding/update-role:\x01*\x12{\n\x06\x64\x65lete\x12,.spaceone.api.identity.v2.RoleBindingRequest\x1a\x16.google.protobuf.Empty\"+\x82\xd3\xe4\x93\x02%\" /identity/v1/role-binding/delete:\x01*\x12\x88\x01\n\x03get\x12,.spaceone.api.identity.v2.RoleBindingRequest\x1a).spaceone.api.identity.v2.RoleBindingInfo\"(\x82\xd3\xe4\x93\x02\"\"\x1d/identity/v1/role-binding/get:\x01*\x12\x8f\x01\n\x04list\x12\x30.spaceone.api.identity.v2.RoleBindingSearchQuery\x1a*.spaceone.api.identity.v2.RoleBindingsInfo\")\x82\xd3\xe4\x93\x02#\"\x1e/identity/v1/role-binding/list:\x01*\x12z\n\x04stat\x12..spaceone.api.identity.v2.RoleBindingStatQuery\x1a\x17.google.protobuf.Struct\")\x82\xd3\xe4\x93\x02#\"\x1e/identity/v1/role-binding/stat:\x01*B?Z=github.com/cloudforet-io/api/dist/go/spaceone/api/identity/v2b\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) diff --git a/dist/python/build/lib/spaceone/api/identity/v2/role_pb2.py b/dist/python/build/lib/spaceone/api/identity/v2/role_pb2.py index f50f349c1..90310ff07 100644 --- a/dist/python/build/lib/spaceone/api/identity/v2/role_pb2.py +++ b/dist/python/build/lib/spaceone/api/identity/v2/role_pb2.py @@ -17,7 +17,7 @@ from spaceone.api.core.v1 import query_pb2 as spaceone_dot_api_dot_core_dot_v1_dot_query__pb2 -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#spaceone/api/identity/v2/role.proto\x12\x18spaceone.api.identity.v2\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1cgoogle/api/annotations.proto\x1a spaceone/api/core/v1/query.proto\"\x95\x01\n\x0ePagePermission\x12\x0c\n\x04page\x18\x01 \x01(\t\x12G\n\npermission\x18\x02 \x01(\x0e\x32\x33.spaceone.api.identity.v2.PagePermission.Permission\",\n\nPermission\x12\x08\n\x04NONE\x10\x00\x12\x08\n\x04VIEW\x10\x01\x12\n\n\x06MANAGE\x10\x02\"\xe8\x01\n\x11\x43reateRoleRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x35\n\trole_type\x18\x02 \x01(\x0e\x32\".spaceone.api.identity.v2.RoleType\x12\x10\n\x08policies\x18\x03 \x03(\t\x12\x42\n\x10page_permissions\x18\x04 \x03(\x0b\x32(.spaceone.api.identity.v2.PagePermission\x12%\n\x04tags\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"\xc2\x01\n\x11UpdateRoleRequest\x12\x0f\n\x07role_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x10\n\x08policies\x18\x03 \x03(\t\x12\x42\n\x10page_permissions\x18\x04 \x03(\x0b\x32(.spaceone.api.identity.v2.PagePermission\x12%\n\x04tags\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"1\n\x0bRoleRequest\x12\x0f\n\x07role_id\x18\x01 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"\x98\x02\n\x08RoleInfo\x12\x0f\n\x07role_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x35\n\trole_type\x18\x03 \x01(\x0e\x32\".spaceone.api.identity.v2.RoleType\x12\x10\n\x08policies\x18\x04 \x03(\t\x12\x42\n\x10page_permissions\x18\x05 \x03(\x0b\x32(.spaceone.api.identity.v2.PagePermission\x12%\n\x04tags\x18\x06 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x12\n\nis_managed\x18\x07 \x01(\x08\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x12\n\ncreated_at\x18\x1f \x01(\t\"\xb9\x01\n\x0fRoleSearchQuery\x12*\n\x05query\x18\x01 \x01(\x0b\x32\x1b.spaceone.api.core.v1.Query\x12\x0f\n\x07role_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x35\n\trole_type\x18\x04 \x01(\x0e\x32\".spaceone.api.identity.v2.RoleType\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x11\n\tpolicy_id\x18\x16 \x01(\t\"U\n\tRolesInfo\x12\x33\n\x07results\x18\x01 \x03(\x0b\x32\".spaceone.api.identity.v2.RoleInfo\x12\x13\n\x0btotal_count\x18\x02 \x01(\x05\"X\n\rRoleStatQuery\x12\x34\n\x05query\x18\x01 \x01(\x0b\x32%.spaceone.api.core.v1.StatisticsQuery\x12\x11\n\tdomain_id\x18\x15 \x01(\t*c\n\x08RoleType\x12\x08\n\x04NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKPLACE_OWNER\x10\x03\x12\x14\n\x10WORKPLACE_MEMBER\x10\x04\x32\xd0\x05\n\x04Role\x12~\n\x06\x63reate\x12+.spaceone.api.identity.v2.CreateRoleRequest\x1a\".spaceone.api.identity.v2.RoleInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/role/create:\x01*\x12~\n\x06update\x12+.spaceone.api.identity.v2.UpdateRoleRequest\x1a\".spaceone.api.identity.v2.RoleInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/role/update:\x01*\x12l\n\x06\x64\x65lete\x12%.spaceone.api.identity.v2.RoleRequest\x1a\x16.google.protobuf.Empty\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/role/delete:\x01*\x12r\n\x03get\x12%.spaceone.api.identity.v2.RoleRequest\x1a\".spaceone.api.identity.v2.RoleInfo\" \x82\xd3\xe4\x93\x02\x1a\"\x15/identity/v2/role/get:\x01*\x12y\n\x04list\x12).spaceone.api.identity.v2.RoleSearchQuery\x1a#.spaceone.api.identity.v2.RolesInfo\"!\x82\xd3\xe4\x93\x02\x1b\"\x16/identity/v2/role/list:\x01*\x12k\n\x04stat\x12\'.spaceone.api.identity.v2.RoleStatQuery\x1a\x17.google.protobuf.Struct\"!\x82\xd3\xe4\x93\x02\x1b\"\x16/identity/v2/role/stat:\x01*B?Z=github.com/cloudforet-io/api/dist/go/spaceone/api/identity/v2b\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#spaceone/api/identity/v2/role.proto\x12\x18spaceone.api.identity.v2\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1cgoogle/api/annotations.proto\x1a spaceone/api/core/v1/query.proto\"\x95\x01\n\x0ePagePermission\x12\x0c\n\x04page\x18\x01 \x01(\t\x12G\n\npermission\x18\x02 \x01(\x0e\x32\x33.spaceone.api.identity.v2.PagePermission.Permission\",\n\nPermission\x12\x08\n\x04NONE\x10\x00\x12\x08\n\x04VIEW\x10\x01\x12\n\n\x06MANAGE\x10\x02\"\xe8\x01\n\x11\x43reateRoleRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x35\n\trole_type\x18\x02 \x01(\x0e\x32\".spaceone.api.identity.v2.RoleType\x12\x10\n\x08policies\x18\x03 \x03(\t\x12\x42\n\x10page_permissions\x18\x04 \x03(\x0b\x32(.spaceone.api.identity.v2.PagePermission\x12%\n\x04tags\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"\xc2\x01\n\x11UpdateRoleRequest\x12\x0f\n\x07role_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x10\n\x08policies\x18\x03 \x03(\t\x12\x42\n\x10page_permissions\x18\x04 \x03(\x0b\x32(.spaceone.api.identity.v2.PagePermission\x12%\n\x04tags\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"1\n\x0bRoleRequest\x12\x0f\n\x07role_id\x18\x01 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"\x98\x02\n\x08RoleInfo\x12\x0f\n\x07role_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x35\n\trole_type\x18\x03 \x01(\x0e\x32\".spaceone.api.identity.v2.RoleType\x12\x10\n\x08policies\x18\x04 \x03(\t\x12\x42\n\x10page_permissions\x18\x05 \x03(\x0b\x32(.spaceone.api.identity.v2.PagePermission\x12%\n\x04tags\x18\x06 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x12\n\nis_managed\x18\x07 \x01(\x08\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x12\n\ncreated_at\x18\x1f \x01(\t\"\xb9\x01\n\x0fRoleSearchQuery\x12*\n\x05query\x18\x01 \x01(\x0b\x32\x1b.spaceone.api.core.v1.Query\x12\x0f\n\x07role_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x35\n\trole_type\x18\x04 \x01(\x0e\x32\".spaceone.api.identity.v2.RoleType\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x11\n\tpolicy_id\x18\x16 \x01(\t\"U\n\tRolesInfo\x12\x33\n\x07results\x18\x01 \x03(\x0b\x32\".spaceone.api.identity.v2.RoleInfo\x12\x13\n\x0btotal_count\x18\x02 \x01(\x05\"X\n\rRoleStatQuery\x12\x34\n\x05query\x18\x01 \x01(\x0b\x32%.spaceone.api.core.v1.StatisticsQuery\x12\x11\n\tdomain_id\x18\x15 \x01(\t*c\n\x08RoleType\x12\x08\n\x04NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKSPACE_OWNER\x10\x03\x12\x14\n\x10WORKSPACE_MEMBER\x10\x04\x32\xd0\x05\n\x04Role\x12~\n\x06\x63reate\x12+.spaceone.api.identity.v2.CreateRoleRequest\x1a\".spaceone.api.identity.v2.RoleInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/role/create:\x01*\x12~\n\x06update\x12+.spaceone.api.identity.v2.UpdateRoleRequest\x1a\".spaceone.api.identity.v2.RoleInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/role/update:\x01*\x12l\n\x06\x64\x65lete\x12%.spaceone.api.identity.v2.RoleRequest\x1a\x16.google.protobuf.Empty\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/role/delete:\x01*\x12r\n\x03get\x12%.spaceone.api.identity.v2.RoleRequest\x1a\".spaceone.api.identity.v2.RoleInfo\" \x82\xd3\xe4\x93\x02\x1a\"\x15/identity/v2/role/get:\x01*\x12y\n\x04list\x12).spaceone.api.identity.v2.RoleSearchQuery\x1a#.spaceone.api.identity.v2.RolesInfo\"!\x82\xd3\xe4\x93\x02\x1b\"\x16/identity/v2/role/list:\x01*\x12k\n\x04stat\x12\'.spaceone.api.identity.v2.RoleStatQuery\x1a\x17.google.protobuf.Struct\"!\x82\xd3\xe4\x93\x02\x1b\"\x16/identity/v2/role/stat:\x01*B?Z=github.com/cloudforet-io/api/dist/go/spaceone/api/identity/v2b\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) diff --git a/dist/python/build/lib/spaceone/api/identity/v2/user_pb2.py b/dist/python/build/lib/spaceone/api/identity/v2/user_pb2.py index e933b8832..a48052c95 100644 --- a/dist/python/build/lib/spaceone/api/identity/v2/user_pb2.py +++ b/dist/python/build/lib/spaceone/api/identity/v2/user_pb2.py @@ -17,7 +17,7 @@ from spaceone.api.core.v1 import query_pb2 as spaceone_dot_api_dot_core_dot_v1_dot_query__pb2 -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#spaceone/api/identity/v2/user.proto\x12\x18spaceone.api.identity.v2\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1cgoogle/api/annotations.proto\x1a spaceone/api/core/v1/query.proto\"\xa3\x01\n\x03MFA\x12\x32\n\x05state\x18\x01 \x01(\x0e\x32#.spaceone.api.identity.v2.MFA.State\x12\x10\n\x08mfa_type\x18\x02 \x01(\t\x12(\n\x07options\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\",\n\x05State\x12\x08\n\x04NONE\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\"\xd0\x01\n\x0fUserRoleBinding\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x0f\n\x07role_id\x18\x02 \x01(\t\x12\x17\n\x0fis_managed_role\x18\x03 \x01(\x08\x12>\n\x05scope\x18\x04 \x01(\x0e\x32/.spaceone.api.identity.v2.UserRoleBinding.Scope\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\",\n\x05Scope\x12\x08\n\x04NONE\x10\x00\x12\n\n\x06\x44OMAIN\x10\x01\x12\r\n\tWORKSPACE\x10\x02\"\xc1\x02\n\x11\x43reateUserRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\r\n\x05\x65mail\x18\x04 \x01(\t\x12\x35\n\tauth_type\x18\x05 \x01(\x0e\x32\".spaceone.api.identity.v2.AuthType\x12\x10\n\x08language\x18\x06 \x01(\t\x12\x10\n\x08timezone\x18\x07 \x01(\t\x12%\n\x04tags\x18\x08 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x16\n\x0ereset_password\x18\t \x01(\x08\x12?\n\x0crole_binding\x18\n \x01(\x0b\x32).spaceone.api.identity.v2.UserRoleBinding\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"\xc9\x01\n\x11UpdateUserRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\r\n\x05\x65mail\x18\x04 \x01(\t\x12\x10\n\x08language\x18\x05 \x01(\t\x12\x10\n\x08timezone\x18\x06 \x01(\t\x12%\n\x04tags\x18\x07 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x16\n\x0ereset_password\x18\x08 \x01(\x08\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"V\n\x12VerifyEmailRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\r\n\x05\x65mail\x18\x02 \x01(\t\x12\r\n\x05\x66orce\x18\x03 \x01(\x08\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"N\n\x13\x43onfirmEmailRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x13\n\x0bverify_code\x18\x02 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"~\n\x19SetRequiredActionsRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12=\n\x07\x61\x63tions\x18\x02 \x03(\x0e\x32,.spaceone.api.identity.v2.UserRequiredAction\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"r\n\x10\x45nableMFARequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x10\n\x08mfa_type\x18\x02 \x01(\t\x12(\n\x07options\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"F\n\x11\x44isableMFARequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\r\n\x05\x66orce\x18\x02 \x01(\x08\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"L\n\x11\x43onfirmMFARequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x13\n\x0bverify_code\x18\x02 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"1\n\x0bUserRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"\xc6\x02\n\x0fUserSearchQuery\x12*\n\x05query\x18\x01 \x01(\x0b\x32\x1b.spaceone.api.core.v1.Query\x12\x0f\n\x07user_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12>\n\x05state\x18\x04 \x01(\x0e\x32/.spaceone.api.identity.v2.UserSearchQuery.State\x12\r\n\x05\x65mail\x18\x05 \x01(\t\x12\x35\n\tauth_type\x18\x06 \x01(\x0e\x32\".spaceone.api.identity.v2.AuthType\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\"9\n\x05State\x12\x08\n\x04NONE\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\x12\x0b\n\x07PENDING\x10\x03\"\xbd\x05\n\x08UserInfo\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x37\n\x05state\x18\x03 \x01(\x0e\x32(.spaceone.api.identity.v2.UserInfo.State\x12\r\n\x05\x65mail\x18\x04 \x01(\t\x12\x16\n\x0e\x65mail_verified\x18\x05 \x01(\x08\x12\x35\n\tauth_type\x18\x06 \x01(\x0e\x32\".spaceone.api.identity.v2.AuthType\x12>\n\trole_type\x18\x07 \x01(\x0e\x32+.spaceone.api.identity.v2.UserInfo.RoleType\x12*\n\x03mfa\x18\x08 \x01(\x0b\x32\x1d.spaceone.api.identity.v2.MFA\x12\x10\n\x08language\x18\n \x01(\t\x12\x10\n\x08timezone\x18\x0b \x01(\t\x12\x46\n\x10required_actions\x18\x0c \x03(\x0e\x32,.spaceone.api.identity.v2.UserRequiredAction\x12%\n\x04tags\x18\r \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x12\n\ncreated_at\x18\x1f \x01(\t\x12\x18\n\x10last_accessed_at\x18 \x01(\t\"?\n\x05State\x12\x0e\n\nSTATE_NONE\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\x12\x0b\n\x07PENDING\x10\x03\"z\n\x08RoleType\x12\x12\n\x0eROLE_TYPE_NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKPLACE_OWNER\x10\x03\x12\x14\n\x10WORKPLACE_MEMBER\x10\x04\x12\x0b\n\x07NO_ROLE\x10\x05\"U\n\tUsersInfo\x12\x33\n\x07results\x18\x01 \x03(\x0b\x32\".spaceone.api.identity.v2.UserInfo\x12\x13\n\x0btotal_count\x18\x02 \x01(\x05\"n\n\rUserStatQuery\x12\x34\n\x05query\x18\x01 \x01(\x0b\x32%.spaceone.api.core.v1.StatisticsQuery\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t*5\n\x08\x41uthType\x12\x10\n\x0cNONE_BACKEND\x10\x00\x12\t\n\x05LOCAL\x10\x01\x12\x0c\n\x08\x45XTERNAL\x10\x02*)\n\x12UserRequiredAction\x12\x13\n\x0fUPDATE_PASSWORD\x10\x00\x32\x99\x0f\n\x04User\x12~\n\x06\x63reate\x12+.spaceone.api.identity.v2.CreateUserRequest\x1a\".spaceone.api.identity.v2.UserInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/user/create:\x01*\x12~\n\x06update\x12+.spaceone.api.identity.v2.UpdateUserRequest\x1a\".spaceone.api.identity.v2.UserInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/user/update:\x01*\x12\x7f\n\x0cverify_email\x12,.spaceone.api.identity.v2.VerifyEmailRequest\x1a\x16.google.protobuf.Empty\")\x82\xd3\xe4\x93\x02#\"\x1e/identity/v2/user/verify-email:\x01*\x12\x8e\x01\n\rconfirm_email\x12-.spaceone.api.identity.v2.ConfirmEmailRequest\x1a\".spaceone.api.identity.v2.UserInfo\"*\x82\xd3\xe4\x93\x02$\"\x1f/identity/v2/user/confirm-email:\x01*\x12|\n\x0ereset_password\x12%.spaceone.api.identity.v2.UserRequest\x1a\x16.google.protobuf.Empty\"+\x82\xd3\xe4\x93\x02%\" /identity/v2/user/reset-password:\x01*\x12\xa2\x01\n\x14set_required_actions\x12\x33.spaceone.api.identity.v2.SetRequiredActionsRequest\x1a\".spaceone.api.identity.v2.UserInfo\"1\x82\xd3\xe4\x93\x02+\"&/identity/v2/user/set-required-actions:\x01*\x12\x85\x01\n\nenable_mfa\x12*.spaceone.api.identity.v2.EnableMFARequest\x1a\".spaceone.api.identity.v2.UserInfo\"\'\x82\xd3\xe4\x93\x02!\"\x1c/identity/v2/user/enable-mfa:\x01*\x12\x88\x01\n\x0b\x64isable_mfa\x12+.spaceone.api.identity.v2.DisableMFARequest\x1a\".spaceone.api.identity.v2.UserInfo\"(\x82\xd3\xe4\x93\x02\"\"\x1d/identity/v2/user/disable-mfa:\x01*\x12\x88\x01\n\x0b\x63onfirm_mfa\x12+.spaceone.api.identity.v2.ConfirmMFARequest\x1a\".spaceone.api.identity.v2.UserInfo\"(\x82\xd3\xe4\x93\x02\"\"\x1d/identity/v2/user/confirm-mfa:\x01*\x12x\n\x06\x65nable\x12%.spaceone.api.identity.v2.UserRequest\x1a\".spaceone.api.identity.v2.UserInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/user/enable:\x01*\x12z\n\x07\x64isable\x12%.spaceone.api.identity.v2.UserRequest\x1a\".spaceone.api.identity.v2.UserInfo\"$\x82\xd3\xe4\x93\x02\x1e\"\x19/identity/v2/user/disable:\x01*\x12l\n\x06\x64\x65lete\x12%.spaceone.api.identity.v2.UserRequest\x1a\x16.google.protobuf.Empty\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/user/delete:\x01*\x12r\n\x03get\x12%.spaceone.api.identity.v2.UserRequest\x1a\".spaceone.api.identity.v2.UserInfo\" \x82\xd3\xe4\x93\x02\x1a\"\x15/identity/v2/user/get:\x01*\x12y\n\x04list\x12).spaceone.api.identity.v2.UserSearchQuery\x1a#.spaceone.api.identity.v2.UsersInfo\"!\x82\xd3\xe4\x93\x02\x1b\"\x16/identity/v2/user/list:\x01*\x12k\n\x04stat\x12\'.spaceone.api.identity.v2.UserStatQuery\x1a\x17.google.protobuf.Struct\"!\x82\xd3\xe4\x93\x02\x1b\"\x16/identity/v1/user/stat:\x01*B?Z=github.com/cloudforet-io/api/dist/go/spaceone/api/identity/v2b\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#spaceone/api/identity/v2/user.proto\x12\x18spaceone.api.identity.v2\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1cgoogle/api/annotations.proto\x1a spaceone/api/core/v1/query.proto\"\xa3\x01\n\x03MFA\x12\x32\n\x05state\x18\x01 \x01(\x0e\x32#.spaceone.api.identity.v2.MFA.State\x12\x10\n\x08mfa_type\x18\x02 \x01(\t\x12(\n\x07options\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\",\n\x05State\x12\x08\n\x04NONE\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\"\xd0\x01\n\x0fUserRoleBinding\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x0f\n\x07role_id\x18\x02 \x01(\t\x12\x17\n\x0fis_managed_role\x18\x03 \x01(\x08\x12>\n\x05scope\x18\x04 \x01(\x0e\x32/.spaceone.api.identity.v2.UserRoleBinding.Scope\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\",\n\x05Scope\x12\x08\n\x04NONE\x10\x00\x12\n\n\x06\x44OMAIN\x10\x01\x12\r\n\tWORKSPACE\x10\x02\"\xc1\x02\n\x11\x43reateUserRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\r\n\x05\x65mail\x18\x04 \x01(\t\x12\x35\n\tauth_type\x18\x05 \x01(\x0e\x32\".spaceone.api.identity.v2.AuthType\x12\x10\n\x08language\x18\x06 \x01(\t\x12\x10\n\x08timezone\x18\x07 \x01(\t\x12%\n\x04tags\x18\x08 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x16\n\x0ereset_password\x18\t \x01(\x08\x12?\n\x0crole_binding\x18\n \x01(\x0b\x32).spaceone.api.identity.v2.UserRoleBinding\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"\xc9\x01\n\x11UpdateUserRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\r\n\x05\x65mail\x18\x04 \x01(\t\x12\x10\n\x08language\x18\x05 \x01(\t\x12\x10\n\x08timezone\x18\x06 \x01(\t\x12%\n\x04tags\x18\x07 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x16\n\x0ereset_password\x18\x08 \x01(\x08\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"V\n\x12VerifyEmailRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\r\n\x05\x65mail\x18\x02 \x01(\t\x12\r\n\x05\x66orce\x18\x03 \x01(\x08\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"N\n\x13\x43onfirmEmailRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x13\n\x0bverify_code\x18\x02 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"~\n\x19SetRequiredActionsRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12=\n\x07\x61\x63tions\x18\x02 \x03(\x0e\x32,.spaceone.api.identity.v2.UserRequiredAction\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"r\n\x10\x45nableMFARequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x10\n\x08mfa_type\x18\x02 \x01(\t\x12(\n\x07options\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"F\n\x11\x44isableMFARequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\r\n\x05\x66orce\x18\x02 \x01(\x08\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"L\n\x11\x43onfirmMFARequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x13\n\x0bverify_code\x18\x02 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"1\n\x0bUserRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"\xc6\x02\n\x0fUserSearchQuery\x12*\n\x05query\x18\x01 \x01(\x0b\x32\x1b.spaceone.api.core.v1.Query\x12\x0f\n\x07user_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12>\n\x05state\x18\x04 \x01(\x0e\x32/.spaceone.api.identity.v2.UserSearchQuery.State\x12\r\n\x05\x65mail\x18\x05 \x01(\t\x12\x35\n\tauth_type\x18\x06 \x01(\x0e\x32\".spaceone.api.identity.v2.AuthType\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\"9\n\x05State\x12\x08\n\x04NONE\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\x12\x0b\n\x07PENDING\x10\x03\"\xbd\x05\n\x08UserInfo\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x37\n\x05state\x18\x03 \x01(\x0e\x32(.spaceone.api.identity.v2.UserInfo.State\x12\r\n\x05\x65mail\x18\x04 \x01(\t\x12\x16\n\x0e\x65mail_verified\x18\x05 \x01(\x08\x12\x35\n\tauth_type\x18\x06 \x01(\x0e\x32\".spaceone.api.identity.v2.AuthType\x12>\n\trole_type\x18\x07 \x01(\x0e\x32+.spaceone.api.identity.v2.UserInfo.RoleType\x12*\n\x03mfa\x18\x08 \x01(\x0b\x32\x1d.spaceone.api.identity.v2.MFA\x12\x10\n\x08language\x18\n \x01(\t\x12\x10\n\x08timezone\x18\x0b \x01(\t\x12\x46\n\x10required_actions\x18\x0c \x03(\x0e\x32,.spaceone.api.identity.v2.UserRequiredAction\x12%\n\x04tags\x18\r \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x12\n\ncreated_at\x18\x1f \x01(\t\x12\x18\n\x10last_accessed_at\x18 \x01(\t\"?\n\x05State\x12\x0e\n\nSTATE_NONE\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\x12\x0b\n\x07PENDING\x10\x03\"z\n\x08RoleType\x12\x12\n\x0eROLE_TYPE_NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKSPACE_OWNER\x10\x03\x12\x14\n\x10WORKSPACE_MEMBER\x10\x04\x12\x0b\n\x07NO_ROLE\x10\x05\"U\n\tUsersInfo\x12\x33\n\x07results\x18\x01 \x03(\x0b\x32\".spaceone.api.identity.v2.UserInfo\x12\x13\n\x0btotal_count\x18\x02 \x01(\x05\"n\n\rUserStatQuery\x12\x34\n\x05query\x18\x01 \x01(\x0b\x32%.spaceone.api.core.v1.StatisticsQuery\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t*5\n\x08\x41uthType\x12\x10\n\x0cNONE_BACKEND\x10\x00\x12\t\n\x05LOCAL\x10\x01\x12\x0c\n\x08\x45XTERNAL\x10\x02*)\n\x12UserRequiredAction\x12\x13\n\x0fUPDATE_PASSWORD\x10\x00\x32\x99\x0f\n\x04User\x12~\n\x06\x63reate\x12+.spaceone.api.identity.v2.CreateUserRequest\x1a\".spaceone.api.identity.v2.UserInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/user/create:\x01*\x12~\n\x06update\x12+.spaceone.api.identity.v2.UpdateUserRequest\x1a\".spaceone.api.identity.v2.UserInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/user/update:\x01*\x12\x7f\n\x0cverify_email\x12,.spaceone.api.identity.v2.VerifyEmailRequest\x1a\x16.google.protobuf.Empty\")\x82\xd3\xe4\x93\x02#\"\x1e/identity/v2/user/verify-email:\x01*\x12\x8e\x01\n\rconfirm_email\x12-.spaceone.api.identity.v2.ConfirmEmailRequest\x1a\".spaceone.api.identity.v2.UserInfo\"*\x82\xd3\xe4\x93\x02$\"\x1f/identity/v2/user/confirm-email:\x01*\x12|\n\x0ereset_password\x12%.spaceone.api.identity.v2.UserRequest\x1a\x16.google.protobuf.Empty\"+\x82\xd3\xe4\x93\x02%\" /identity/v2/user/reset-password:\x01*\x12\xa2\x01\n\x14set_required_actions\x12\x33.spaceone.api.identity.v2.SetRequiredActionsRequest\x1a\".spaceone.api.identity.v2.UserInfo\"1\x82\xd3\xe4\x93\x02+\"&/identity/v2/user/set-required-actions:\x01*\x12\x85\x01\n\nenable_mfa\x12*.spaceone.api.identity.v2.EnableMFARequest\x1a\".spaceone.api.identity.v2.UserInfo\"\'\x82\xd3\xe4\x93\x02!\"\x1c/identity/v2/user/enable-mfa:\x01*\x12\x88\x01\n\x0b\x64isable_mfa\x12+.spaceone.api.identity.v2.DisableMFARequest\x1a\".spaceone.api.identity.v2.UserInfo\"(\x82\xd3\xe4\x93\x02\"\"\x1d/identity/v2/user/disable-mfa:\x01*\x12\x88\x01\n\x0b\x63onfirm_mfa\x12+.spaceone.api.identity.v2.ConfirmMFARequest\x1a\".spaceone.api.identity.v2.UserInfo\"(\x82\xd3\xe4\x93\x02\"\"\x1d/identity/v2/user/confirm-mfa:\x01*\x12x\n\x06\x65nable\x12%.spaceone.api.identity.v2.UserRequest\x1a\".spaceone.api.identity.v2.UserInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/user/enable:\x01*\x12z\n\x07\x64isable\x12%.spaceone.api.identity.v2.UserRequest\x1a\".spaceone.api.identity.v2.UserInfo\"$\x82\xd3\xe4\x93\x02\x1e\"\x19/identity/v2/user/disable:\x01*\x12l\n\x06\x64\x65lete\x12%.spaceone.api.identity.v2.UserRequest\x1a\x16.google.protobuf.Empty\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/user/delete:\x01*\x12r\n\x03get\x12%.spaceone.api.identity.v2.UserRequest\x1a\".spaceone.api.identity.v2.UserInfo\" \x82\xd3\xe4\x93\x02\x1a\"\x15/identity/v2/user/get:\x01*\x12y\n\x04list\x12).spaceone.api.identity.v2.UserSearchQuery\x1a#.spaceone.api.identity.v2.UsersInfo\"!\x82\xd3\xe4\x93\x02\x1b\"\x16/identity/v2/user/list:\x01*\x12k\n\x04stat\x12\'.spaceone.api.identity.v2.UserStatQuery\x1a\x17.google.protobuf.Struct\"!\x82\xd3\xe4\x93\x02\x1b\"\x16/identity/v1/user/stat:\x01*B?Z=github.com/cloudforet-io/api/dist/go/spaceone/api/identity/v2b\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) diff --git a/dist/python/dist/spaceone-api-2.0.21.tar.gz b/dist/python/dist/spaceone-api-2.0.21.tar.gz deleted file mode 100644 index 49ed3e738..000000000 Binary files a/dist/python/dist/spaceone-api-2.0.21.tar.gz and /dev/null differ diff --git a/dist/python/dist/spaceone-api-2.0.22.tar.gz b/dist/python/dist/spaceone-api-2.0.22.tar.gz new file mode 100644 index 000000000..199d83f5a Binary files /dev/null and b/dist/python/dist/spaceone-api-2.0.22.tar.gz differ diff --git a/dist/python/dist/spaceone_api-2.0.21-py3-none-any.whl b/dist/python/dist/spaceone_api-2.0.22-py3-none-any.whl similarity index 84% rename from dist/python/dist/spaceone_api-2.0.21-py3-none-any.whl rename to dist/python/dist/spaceone_api-2.0.22-py3-none-any.whl index f2f15ca08..099e5275d 100644 Binary files a/dist/python/dist/spaceone_api-2.0.21-py3-none-any.whl and b/dist/python/dist/spaceone_api-2.0.22-py3-none-any.whl differ diff --git a/dist/python/spaceone/api/core/v2/handler_pb2.py b/dist/python/spaceone/api/core/v2/handler_pb2.py index 9bd156b8f..2da4b54be 100755 --- a/dist/python/spaceone/api/core/v2/handler_pb2.py +++ b/dist/python/spaceone/api/core/v2/handler_pb2.py @@ -14,7 +14,7 @@ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2 -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"spaceone/api/core/v2/handler.proto\x12\x14spaceone.api.core.v2\x1a\x1cgoogle/protobuf/struct.proto\"\x81\x05\n\x14\x41uthorizationRequest\x12\x0f\n\x07service\x18\x01 \x01(\t\x12\x10\n\x08resource\x18\x02 \x01(\t\x12\x0c\n\x04verb\x18\x03 \x01(\t\x12?\n\x05scope\x18\x04 \x01(\x0e\x32\x30.spaceone.api.core.v2.AuthorizationRequest.Scope\x12\x19\n\x11require_domain_id\x18\x05 \x01(\x08\x12\x1c\n\x14require_workspace_id\x18\x06 \x01(\x08\x12\x1a\n\x12require_project_id\x18\x07 \x01(\x08\x12\x17\n\x0frequire_user_id\x18\x08 \x01(\x08\x12\x19\n\x11request_domain_id\x18\t \x01(\t\x12\x1c\n\x14request_workspace_id\x18\n \x01(\t\x12\x1a\n\x12request_project_id\x18\x0b \x01(\t\x12\x17\n\x0frequest_user_id\x18\x0c \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x0f\n\x07user_id\x18\x16 \x01(\t\"\xf6\x01\n\x05Scope\x12\x08\n\x04NONE\x10\x00\x12\n\n\x06PUBLIC\x10\x01\x12\n\n\x06SYSTEM\x10\x02\x12\n\n\x06\x44OMAIN\x10\x03\x12\x0f\n\x0b\x44OMAIN_READ\x10\x04\x12\r\n\tWORKSPACE\x10\x05\x12\x12\n\x0eWORKSPACE_READ\x10\x06\x12\x17\n\x13\x44OMAIN_OR_WORKSPACE\x10\x07\x12\x1c\n\x18\x44OMAIN_OR_WORKSPACE_READ\x10\x08\x12\x0b\n\x07PROJECT\x10\t\x12\x10\n\x0cPROJECT_READ\x10\n\x12\x12\n\x0e\x44OMAIN_OR_USER\x10\x0b\x12\x17\n\x13\x44OMAIN_OR_USER_READ\x10\x0c\x12\x08\n\x04USER\x10\r\"\xfc\x01\n\x15\x41uthorizationResponse\x12G\n\trole_type\x18\x01 \x01(\x0e\x32\x34.spaceone.api.core.v2.AuthorizationResponse.RoleType\x12\x10\n\x08projects\x18\x02 \x03(\t\x12\x16\n\x0eproject_groups\x18\x03 \x03(\t\"p\n\x08RoleType\x12\x08\n\x04NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKPLACE_OWNER\x10\x03\x12\x14\n\x10WORKPLACE_MEMBER\x10\x04\x12\x0b\n\x07NO_ROLE\x10\x05\"*\n\x15\x41uthenticationRequest\x12\x11\n\tdomain_id\x18\x01 \x01(\t\"?\n\x16\x41uthenticationResponse\x12\x11\n\tdomain_id\x18\x01 \x01(\t\x12\x12\n\npublic_key\x18\x02 \x01(\t\"y\n\x0c\x45ventRequest\x12\x0f\n\x07service\x18\x01 \x01(\t\x12\x10\n\x08resource\x18\x02 \x01(\t\x12\x0c\n\x04verb\x18\x03 \x01(\t\x12\x0e\n\x06status\x18\x04 \x01(\t\x12(\n\x07message\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructB;Z9github.com/cloudforet-io/api/dist/go/spaceone/api/core/v2b\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"spaceone/api/core/v2/handler.proto\x12\x14spaceone.api.core.v2\x1a\x1cgoogle/protobuf/struct.proto\"\x81\x05\n\x14\x41uthorizationRequest\x12\x0f\n\x07service\x18\x01 \x01(\t\x12\x10\n\x08resource\x18\x02 \x01(\t\x12\x0c\n\x04verb\x18\x03 \x01(\t\x12?\n\x05scope\x18\x04 \x01(\x0e\x32\x30.spaceone.api.core.v2.AuthorizationRequest.Scope\x12\x19\n\x11require_domain_id\x18\x05 \x01(\x08\x12\x1c\n\x14require_workspace_id\x18\x06 \x01(\x08\x12\x1a\n\x12require_project_id\x18\x07 \x01(\x08\x12\x17\n\x0frequire_user_id\x18\x08 \x01(\x08\x12\x19\n\x11request_domain_id\x18\t \x01(\t\x12\x1c\n\x14request_workspace_id\x18\n \x01(\t\x12\x1a\n\x12request_project_id\x18\x0b \x01(\t\x12\x17\n\x0frequest_user_id\x18\x0c \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x0f\n\x07user_id\x18\x16 \x01(\t\"\xf6\x01\n\x05Scope\x12\x08\n\x04NONE\x10\x00\x12\n\n\x06PUBLIC\x10\x01\x12\n\n\x06SYSTEM\x10\x02\x12\n\n\x06\x44OMAIN\x10\x03\x12\x0f\n\x0b\x44OMAIN_READ\x10\x04\x12\r\n\tWORKSPACE\x10\x05\x12\x12\n\x0eWORKSPACE_READ\x10\x06\x12\x17\n\x13\x44OMAIN_OR_WORKSPACE\x10\x07\x12\x1c\n\x18\x44OMAIN_OR_WORKSPACE_READ\x10\x08\x12\x0b\n\x07PROJECT\x10\t\x12\x10\n\x0cPROJECT_READ\x10\n\x12\x12\n\x0e\x44OMAIN_OR_USER\x10\x0b\x12\x17\n\x13\x44OMAIN_OR_USER_READ\x10\x0c\x12\x08\n\x04USER\x10\r\"\xfc\x01\n\x15\x41uthorizationResponse\x12G\n\trole_type\x18\x01 \x01(\x0e\x32\x34.spaceone.api.core.v2.AuthorizationResponse.RoleType\x12\x10\n\x08projects\x18\x02 \x03(\t\x12\x16\n\x0eproject_groups\x18\x03 \x03(\t\"p\n\x08RoleType\x12\x08\n\x04NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKSPACE_OWNER\x10\x03\x12\x14\n\x10WORKSPACE_MEMBER\x10\x04\x12\x0b\n\x07NO_ROLE\x10\x05\"*\n\x15\x41uthenticationRequest\x12\x11\n\tdomain_id\x18\x01 \x01(\t\"?\n\x16\x41uthenticationResponse\x12\x11\n\tdomain_id\x18\x01 \x01(\t\x12\x12\n\npublic_key\x18\x02 \x01(\t\"y\n\x0c\x45ventRequest\x12\x0f\n\x07service\x18\x01 \x01(\t\x12\x10\n\x08resource\x18\x02 \x01(\t\x12\x0c\n\x04verb\x18\x03 \x01(\t\x12\x0e\n\x06status\x18\x04 \x01(\t\x12(\n\x07message\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructB;Z9github.com/cloudforet-io/api/dist/go/spaceone/api/core/v2b\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) diff --git a/dist/python/spaceone/api/identity/v2/role_binding_pb2.py b/dist/python/spaceone/api/identity/v2/role_binding_pb2.py index c77e26099..436446af0 100755 --- a/dist/python/spaceone/api/identity/v2/role_binding_pb2.py +++ b/dist/python/spaceone/api/identity/v2/role_binding_pb2.py @@ -20,7 +20,7 @@ from spaceone.api.identity.v2 import role_pb2 as spaceone_dot_api_dot_identity_dot_v2_dot_role__pb2 -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+spaceone/api/identity/v2/role_binding.proto\x12\x18spaceone.api.identity.v2\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1cgoogle/api/annotations.proto\x1a spaceone/api/core/v1/query.proto\x1a&spaceone/api/identity/v2/project.proto\x1a,spaceone/api/identity/v2/project_group.proto\x1a#spaceone/api/identity/v2/role.proto\"\xdc\x01\n\x18\x43reateRoleBindingRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x0f\n\x07role_id\x18\x02 \x01(\t\x12G\n\x05scope\x18\x03 \x01(\x0e\x32\x38.spaceone.api.identity.v2.CreateRoleBindingRequest.Scope\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\",\n\x05Scope\x12\x08\n\x04NONE\x10\x00\x12\n\n\x06\x44OMAIN\x10\x01\x12\r\n\tWORKSPACE\x10\x02\"m\n\x18UpdateRoleBindingRequest\x12\x17\n\x0frole_binding_id\x18\x01 \x01(\t\x12\x0f\n\x07role_id\x18\x02 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\"V\n\x12RoleBindingRequest\x12\x17\n\x0frole_binding_id\x18\x01 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\"\xb3\x03\n\x0fRoleBindingInfo\x12\x17\n\x0frole_binding_id\x18\x01 \x01(\t\x12>\n\x05scope\x18\x02 \x01(\x0e\x32/.spaceone.api.identity.v2.RoleBindingInfo.Scope\x12\x45\n\trole_type\x18\x03 \x01(\x0e\x32\x32.spaceone.api.identity.v2.RoleBindingInfo.RoleType\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\x12\x0f\n\x07role_id\x18\x17 \x01(\t\x12\x0f\n\x07user_id\x18\x18 \x01(\t\x12\x12\n\ncreated_at\x18\x1f \x01(\t\"2\n\x05Scope\x12\x0e\n\nSCOPE_NONE\x10\x00\x12\n\n\x06\x44OMAIN\x10\x01\x12\r\n\tWORKSPACE\x10\x02\"m\n\x08RoleType\x12\x12\n\x0eROLE_TYPE_NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKPLACE_OWNER\x10\x03\x12\x14\n\x10WORKPLACE_MEMBER\x10\x04\"\xe0\x03\n\x16RoleBindingSearchQuery\x12*\n\x05query\x18\x01 \x01(\x0b\x32\x1b.spaceone.api.core.v1.Query\x12\x17\n\x0frole_binding_id\x18\x02 \x01(\t\x12\x45\n\x05scope\x18\x03 \x01(\x0e\x32\x36.spaceone.api.identity.v2.RoleBindingSearchQuery.Scope\x12L\n\trole_type\x18\x04 \x01(\x0e\x32\x39.spaceone.api.identity.v2.RoleBindingSearchQuery.RoleType\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\x12\x0f\n\x07role_id\x18\x17 \x01(\t\x12\x0f\n\x07user_id\x18\x18 \x01(\t\"2\n\x05Scope\x12\x0e\n\nSCOPE_NONE\x10\x00\x12\n\n\x06\x44OMAIN\x10\x01\x12\r\n\tWORKSPACE\x10\x02\"m\n\x08RoleType\x12\x12\n\x0eROLE_TYPE_NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKPLACE_OWNER\x10\x03\x12\x14\n\x10WORKPLACE_MEMBER\x10\x04\"c\n\x10RoleBindingsInfo\x12:\n\x07results\x18\x01 \x03(\x0b\x32).spaceone.api.identity.v2.RoleBindingInfo\x12\x13\n\x0btotal_count\x18\x02 \x01(\x05\"u\n\x14RoleBindingStatQuery\x12\x34\n\x05query\x18\x01 \x01(\x0b\x32%.spaceone.api.core.v1.StatisticsQuery\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t2\xdb\x06\n\x0bRoleBinding\x12\x94\x01\n\x06\x63reate\x12\x32.spaceone.api.identity.v2.CreateRoleBindingRequest\x1a).spaceone.api.identity.v2.RoleBindingInfo\"+\x82\xd3\xe4\x93\x02%\" /identity/v1/role-binding/create:\x01*\x12\x9e\x01\n\x0bupdate_role\x12\x32.spaceone.api.identity.v2.UpdateRoleBindingRequest\x1a).spaceone.api.identity.v2.RoleBindingInfo\"0\x82\xd3\xe4\x93\x02*\"%/identity/v1/role-binding/update-role:\x01*\x12{\n\x06\x64\x65lete\x12,.spaceone.api.identity.v2.RoleBindingRequest\x1a\x16.google.protobuf.Empty\"+\x82\xd3\xe4\x93\x02%\" /identity/v1/role-binding/delete:\x01*\x12\x88\x01\n\x03get\x12,.spaceone.api.identity.v2.RoleBindingRequest\x1a).spaceone.api.identity.v2.RoleBindingInfo\"(\x82\xd3\xe4\x93\x02\"\"\x1d/identity/v1/role-binding/get:\x01*\x12\x8f\x01\n\x04list\x12\x30.spaceone.api.identity.v2.RoleBindingSearchQuery\x1a*.spaceone.api.identity.v2.RoleBindingsInfo\")\x82\xd3\xe4\x93\x02#\"\x1e/identity/v1/role-binding/list:\x01*\x12z\n\x04stat\x12..spaceone.api.identity.v2.RoleBindingStatQuery\x1a\x17.google.protobuf.Struct\")\x82\xd3\xe4\x93\x02#\"\x1e/identity/v1/role-binding/stat:\x01*B?Z=github.com/cloudforet-io/api/dist/go/spaceone/api/identity/v2b\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+spaceone/api/identity/v2/role_binding.proto\x12\x18spaceone.api.identity.v2\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1cgoogle/api/annotations.proto\x1a spaceone/api/core/v1/query.proto\x1a&spaceone/api/identity/v2/project.proto\x1a,spaceone/api/identity/v2/project_group.proto\x1a#spaceone/api/identity/v2/role.proto\"\xdc\x01\n\x18\x43reateRoleBindingRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x0f\n\x07role_id\x18\x02 \x01(\t\x12G\n\x05scope\x18\x03 \x01(\x0e\x32\x38.spaceone.api.identity.v2.CreateRoleBindingRequest.Scope\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\",\n\x05Scope\x12\x08\n\x04NONE\x10\x00\x12\n\n\x06\x44OMAIN\x10\x01\x12\r\n\tWORKSPACE\x10\x02\"m\n\x18UpdateRoleBindingRequest\x12\x17\n\x0frole_binding_id\x18\x01 \x01(\t\x12\x0f\n\x07role_id\x18\x02 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\"V\n\x12RoleBindingRequest\x12\x17\n\x0frole_binding_id\x18\x01 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\"\xb3\x03\n\x0fRoleBindingInfo\x12\x17\n\x0frole_binding_id\x18\x01 \x01(\t\x12>\n\x05scope\x18\x02 \x01(\x0e\x32/.spaceone.api.identity.v2.RoleBindingInfo.Scope\x12\x45\n\trole_type\x18\x03 \x01(\x0e\x32\x32.spaceone.api.identity.v2.RoleBindingInfo.RoleType\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\x12\x0f\n\x07role_id\x18\x17 \x01(\t\x12\x0f\n\x07user_id\x18\x18 \x01(\t\x12\x12\n\ncreated_at\x18\x1f \x01(\t\"2\n\x05Scope\x12\x0e\n\nSCOPE_NONE\x10\x00\x12\n\n\x06\x44OMAIN\x10\x01\x12\r\n\tWORKSPACE\x10\x02\"m\n\x08RoleType\x12\x12\n\x0eROLE_TYPE_NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKSPACE_OWNER\x10\x03\x12\x14\n\x10WORKSPACE_MEMBER\x10\x04\"\xe0\x03\n\x16RoleBindingSearchQuery\x12*\n\x05query\x18\x01 \x01(\x0b\x32\x1b.spaceone.api.core.v1.Query\x12\x17\n\x0frole_binding_id\x18\x02 \x01(\t\x12\x45\n\x05scope\x18\x03 \x01(\x0e\x32\x36.spaceone.api.identity.v2.RoleBindingSearchQuery.Scope\x12L\n\trole_type\x18\x04 \x01(\x0e\x32\x39.spaceone.api.identity.v2.RoleBindingSearchQuery.RoleType\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\x12\x0f\n\x07role_id\x18\x17 \x01(\t\x12\x0f\n\x07user_id\x18\x18 \x01(\t\"2\n\x05Scope\x12\x0e\n\nSCOPE_NONE\x10\x00\x12\n\n\x06\x44OMAIN\x10\x01\x12\r\n\tWORKSPACE\x10\x02\"m\n\x08RoleType\x12\x12\n\x0eROLE_TYPE_NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKSPACE_OWNER\x10\x03\x12\x14\n\x10WORKSPACE_MEMBER\x10\x04\"c\n\x10RoleBindingsInfo\x12:\n\x07results\x18\x01 \x03(\x0b\x32).spaceone.api.identity.v2.RoleBindingInfo\x12\x13\n\x0btotal_count\x18\x02 \x01(\x05\"u\n\x14RoleBindingStatQuery\x12\x34\n\x05query\x18\x01 \x01(\x0b\x32%.spaceone.api.core.v1.StatisticsQuery\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t2\xdb\x06\n\x0bRoleBinding\x12\x94\x01\n\x06\x63reate\x12\x32.spaceone.api.identity.v2.CreateRoleBindingRequest\x1a).spaceone.api.identity.v2.RoleBindingInfo\"+\x82\xd3\xe4\x93\x02%\" /identity/v1/role-binding/create:\x01*\x12\x9e\x01\n\x0bupdate_role\x12\x32.spaceone.api.identity.v2.UpdateRoleBindingRequest\x1a).spaceone.api.identity.v2.RoleBindingInfo\"0\x82\xd3\xe4\x93\x02*\"%/identity/v1/role-binding/update-role:\x01*\x12{\n\x06\x64\x65lete\x12,.spaceone.api.identity.v2.RoleBindingRequest\x1a\x16.google.protobuf.Empty\"+\x82\xd3\xe4\x93\x02%\" /identity/v1/role-binding/delete:\x01*\x12\x88\x01\n\x03get\x12,.spaceone.api.identity.v2.RoleBindingRequest\x1a).spaceone.api.identity.v2.RoleBindingInfo\"(\x82\xd3\xe4\x93\x02\"\"\x1d/identity/v1/role-binding/get:\x01*\x12\x8f\x01\n\x04list\x12\x30.spaceone.api.identity.v2.RoleBindingSearchQuery\x1a*.spaceone.api.identity.v2.RoleBindingsInfo\")\x82\xd3\xe4\x93\x02#\"\x1e/identity/v1/role-binding/list:\x01*\x12z\n\x04stat\x12..spaceone.api.identity.v2.RoleBindingStatQuery\x1a\x17.google.protobuf.Struct\")\x82\xd3\xe4\x93\x02#\"\x1e/identity/v1/role-binding/stat:\x01*B?Z=github.com/cloudforet-io/api/dist/go/spaceone/api/identity/v2b\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) diff --git a/dist/python/spaceone/api/identity/v2/role_pb2.py b/dist/python/spaceone/api/identity/v2/role_pb2.py index f50f349c1..90310ff07 100755 --- a/dist/python/spaceone/api/identity/v2/role_pb2.py +++ b/dist/python/spaceone/api/identity/v2/role_pb2.py @@ -17,7 +17,7 @@ from spaceone.api.core.v1 import query_pb2 as spaceone_dot_api_dot_core_dot_v1_dot_query__pb2 -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#spaceone/api/identity/v2/role.proto\x12\x18spaceone.api.identity.v2\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1cgoogle/api/annotations.proto\x1a spaceone/api/core/v1/query.proto\"\x95\x01\n\x0ePagePermission\x12\x0c\n\x04page\x18\x01 \x01(\t\x12G\n\npermission\x18\x02 \x01(\x0e\x32\x33.spaceone.api.identity.v2.PagePermission.Permission\",\n\nPermission\x12\x08\n\x04NONE\x10\x00\x12\x08\n\x04VIEW\x10\x01\x12\n\n\x06MANAGE\x10\x02\"\xe8\x01\n\x11\x43reateRoleRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x35\n\trole_type\x18\x02 \x01(\x0e\x32\".spaceone.api.identity.v2.RoleType\x12\x10\n\x08policies\x18\x03 \x03(\t\x12\x42\n\x10page_permissions\x18\x04 \x03(\x0b\x32(.spaceone.api.identity.v2.PagePermission\x12%\n\x04tags\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"\xc2\x01\n\x11UpdateRoleRequest\x12\x0f\n\x07role_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x10\n\x08policies\x18\x03 \x03(\t\x12\x42\n\x10page_permissions\x18\x04 \x03(\x0b\x32(.spaceone.api.identity.v2.PagePermission\x12%\n\x04tags\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"1\n\x0bRoleRequest\x12\x0f\n\x07role_id\x18\x01 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"\x98\x02\n\x08RoleInfo\x12\x0f\n\x07role_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x35\n\trole_type\x18\x03 \x01(\x0e\x32\".spaceone.api.identity.v2.RoleType\x12\x10\n\x08policies\x18\x04 \x03(\t\x12\x42\n\x10page_permissions\x18\x05 \x03(\x0b\x32(.spaceone.api.identity.v2.PagePermission\x12%\n\x04tags\x18\x06 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x12\n\nis_managed\x18\x07 \x01(\x08\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x12\n\ncreated_at\x18\x1f \x01(\t\"\xb9\x01\n\x0fRoleSearchQuery\x12*\n\x05query\x18\x01 \x01(\x0b\x32\x1b.spaceone.api.core.v1.Query\x12\x0f\n\x07role_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x35\n\trole_type\x18\x04 \x01(\x0e\x32\".spaceone.api.identity.v2.RoleType\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x11\n\tpolicy_id\x18\x16 \x01(\t\"U\n\tRolesInfo\x12\x33\n\x07results\x18\x01 \x03(\x0b\x32\".spaceone.api.identity.v2.RoleInfo\x12\x13\n\x0btotal_count\x18\x02 \x01(\x05\"X\n\rRoleStatQuery\x12\x34\n\x05query\x18\x01 \x01(\x0b\x32%.spaceone.api.core.v1.StatisticsQuery\x12\x11\n\tdomain_id\x18\x15 \x01(\t*c\n\x08RoleType\x12\x08\n\x04NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKPLACE_OWNER\x10\x03\x12\x14\n\x10WORKPLACE_MEMBER\x10\x04\x32\xd0\x05\n\x04Role\x12~\n\x06\x63reate\x12+.spaceone.api.identity.v2.CreateRoleRequest\x1a\".spaceone.api.identity.v2.RoleInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/role/create:\x01*\x12~\n\x06update\x12+.spaceone.api.identity.v2.UpdateRoleRequest\x1a\".spaceone.api.identity.v2.RoleInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/role/update:\x01*\x12l\n\x06\x64\x65lete\x12%.spaceone.api.identity.v2.RoleRequest\x1a\x16.google.protobuf.Empty\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/role/delete:\x01*\x12r\n\x03get\x12%.spaceone.api.identity.v2.RoleRequest\x1a\".spaceone.api.identity.v2.RoleInfo\" \x82\xd3\xe4\x93\x02\x1a\"\x15/identity/v2/role/get:\x01*\x12y\n\x04list\x12).spaceone.api.identity.v2.RoleSearchQuery\x1a#.spaceone.api.identity.v2.RolesInfo\"!\x82\xd3\xe4\x93\x02\x1b\"\x16/identity/v2/role/list:\x01*\x12k\n\x04stat\x12\'.spaceone.api.identity.v2.RoleStatQuery\x1a\x17.google.protobuf.Struct\"!\x82\xd3\xe4\x93\x02\x1b\"\x16/identity/v2/role/stat:\x01*B?Z=github.com/cloudforet-io/api/dist/go/spaceone/api/identity/v2b\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#spaceone/api/identity/v2/role.proto\x12\x18spaceone.api.identity.v2\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1cgoogle/api/annotations.proto\x1a spaceone/api/core/v1/query.proto\"\x95\x01\n\x0ePagePermission\x12\x0c\n\x04page\x18\x01 \x01(\t\x12G\n\npermission\x18\x02 \x01(\x0e\x32\x33.spaceone.api.identity.v2.PagePermission.Permission\",\n\nPermission\x12\x08\n\x04NONE\x10\x00\x12\x08\n\x04VIEW\x10\x01\x12\n\n\x06MANAGE\x10\x02\"\xe8\x01\n\x11\x43reateRoleRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x35\n\trole_type\x18\x02 \x01(\x0e\x32\".spaceone.api.identity.v2.RoleType\x12\x10\n\x08policies\x18\x03 \x03(\t\x12\x42\n\x10page_permissions\x18\x04 \x03(\x0b\x32(.spaceone.api.identity.v2.PagePermission\x12%\n\x04tags\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"\xc2\x01\n\x11UpdateRoleRequest\x12\x0f\n\x07role_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x10\n\x08policies\x18\x03 \x03(\t\x12\x42\n\x10page_permissions\x18\x04 \x03(\x0b\x32(.spaceone.api.identity.v2.PagePermission\x12%\n\x04tags\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"1\n\x0bRoleRequest\x12\x0f\n\x07role_id\x18\x01 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"\x98\x02\n\x08RoleInfo\x12\x0f\n\x07role_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x35\n\trole_type\x18\x03 \x01(\x0e\x32\".spaceone.api.identity.v2.RoleType\x12\x10\n\x08policies\x18\x04 \x03(\t\x12\x42\n\x10page_permissions\x18\x05 \x03(\x0b\x32(.spaceone.api.identity.v2.PagePermission\x12%\n\x04tags\x18\x06 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x12\n\nis_managed\x18\x07 \x01(\x08\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x12\n\ncreated_at\x18\x1f \x01(\t\"\xb9\x01\n\x0fRoleSearchQuery\x12*\n\x05query\x18\x01 \x01(\x0b\x32\x1b.spaceone.api.core.v1.Query\x12\x0f\n\x07role_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x35\n\trole_type\x18\x04 \x01(\x0e\x32\".spaceone.api.identity.v2.RoleType\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x11\n\tpolicy_id\x18\x16 \x01(\t\"U\n\tRolesInfo\x12\x33\n\x07results\x18\x01 \x03(\x0b\x32\".spaceone.api.identity.v2.RoleInfo\x12\x13\n\x0btotal_count\x18\x02 \x01(\x05\"X\n\rRoleStatQuery\x12\x34\n\x05query\x18\x01 \x01(\x0b\x32%.spaceone.api.core.v1.StatisticsQuery\x12\x11\n\tdomain_id\x18\x15 \x01(\t*c\n\x08RoleType\x12\x08\n\x04NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKSPACE_OWNER\x10\x03\x12\x14\n\x10WORKSPACE_MEMBER\x10\x04\x32\xd0\x05\n\x04Role\x12~\n\x06\x63reate\x12+.spaceone.api.identity.v2.CreateRoleRequest\x1a\".spaceone.api.identity.v2.RoleInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/role/create:\x01*\x12~\n\x06update\x12+.spaceone.api.identity.v2.UpdateRoleRequest\x1a\".spaceone.api.identity.v2.RoleInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/role/update:\x01*\x12l\n\x06\x64\x65lete\x12%.spaceone.api.identity.v2.RoleRequest\x1a\x16.google.protobuf.Empty\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/role/delete:\x01*\x12r\n\x03get\x12%.spaceone.api.identity.v2.RoleRequest\x1a\".spaceone.api.identity.v2.RoleInfo\" \x82\xd3\xe4\x93\x02\x1a\"\x15/identity/v2/role/get:\x01*\x12y\n\x04list\x12).spaceone.api.identity.v2.RoleSearchQuery\x1a#.spaceone.api.identity.v2.RolesInfo\"!\x82\xd3\xe4\x93\x02\x1b\"\x16/identity/v2/role/list:\x01*\x12k\n\x04stat\x12\'.spaceone.api.identity.v2.RoleStatQuery\x1a\x17.google.protobuf.Struct\"!\x82\xd3\xe4\x93\x02\x1b\"\x16/identity/v2/role/stat:\x01*B?Z=github.com/cloudforet-io/api/dist/go/spaceone/api/identity/v2b\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) diff --git a/dist/python/spaceone/api/identity/v2/user_pb2.py b/dist/python/spaceone/api/identity/v2/user_pb2.py index e933b8832..a48052c95 100755 --- a/dist/python/spaceone/api/identity/v2/user_pb2.py +++ b/dist/python/spaceone/api/identity/v2/user_pb2.py @@ -17,7 +17,7 @@ from spaceone.api.core.v1 import query_pb2 as spaceone_dot_api_dot_core_dot_v1_dot_query__pb2 -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#spaceone/api/identity/v2/user.proto\x12\x18spaceone.api.identity.v2\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1cgoogle/api/annotations.proto\x1a spaceone/api/core/v1/query.proto\"\xa3\x01\n\x03MFA\x12\x32\n\x05state\x18\x01 \x01(\x0e\x32#.spaceone.api.identity.v2.MFA.State\x12\x10\n\x08mfa_type\x18\x02 \x01(\t\x12(\n\x07options\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\",\n\x05State\x12\x08\n\x04NONE\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\"\xd0\x01\n\x0fUserRoleBinding\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x0f\n\x07role_id\x18\x02 \x01(\t\x12\x17\n\x0fis_managed_role\x18\x03 \x01(\x08\x12>\n\x05scope\x18\x04 \x01(\x0e\x32/.spaceone.api.identity.v2.UserRoleBinding.Scope\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\",\n\x05Scope\x12\x08\n\x04NONE\x10\x00\x12\n\n\x06\x44OMAIN\x10\x01\x12\r\n\tWORKSPACE\x10\x02\"\xc1\x02\n\x11\x43reateUserRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\r\n\x05\x65mail\x18\x04 \x01(\t\x12\x35\n\tauth_type\x18\x05 \x01(\x0e\x32\".spaceone.api.identity.v2.AuthType\x12\x10\n\x08language\x18\x06 \x01(\t\x12\x10\n\x08timezone\x18\x07 \x01(\t\x12%\n\x04tags\x18\x08 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x16\n\x0ereset_password\x18\t \x01(\x08\x12?\n\x0crole_binding\x18\n \x01(\x0b\x32).spaceone.api.identity.v2.UserRoleBinding\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"\xc9\x01\n\x11UpdateUserRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\r\n\x05\x65mail\x18\x04 \x01(\t\x12\x10\n\x08language\x18\x05 \x01(\t\x12\x10\n\x08timezone\x18\x06 \x01(\t\x12%\n\x04tags\x18\x07 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x16\n\x0ereset_password\x18\x08 \x01(\x08\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"V\n\x12VerifyEmailRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\r\n\x05\x65mail\x18\x02 \x01(\t\x12\r\n\x05\x66orce\x18\x03 \x01(\x08\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"N\n\x13\x43onfirmEmailRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x13\n\x0bverify_code\x18\x02 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"~\n\x19SetRequiredActionsRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12=\n\x07\x61\x63tions\x18\x02 \x03(\x0e\x32,.spaceone.api.identity.v2.UserRequiredAction\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"r\n\x10\x45nableMFARequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x10\n\x08mfa_type\x18\x02 \x01(\t\x12(\n\x07options\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"F\n\x11\x44isableMFARequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\r\n\x05\x66orce\x18\x02 \x01(\x08\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"L\n\x11\x43onfirmMFARequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x13\n\x0bverify_code\x18\x02 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"1\n\x0bUserRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"\xc6\x02\n\x0fUserSearchQuery\x12*\n\x05query\x18\x01 \x01(\x0b\x32\x1b.spaceone.api.core.v1.Query\x12\x0f\n\x07user_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12>\n\x05state\x18\x04 \x01(\x0e\x32/.spaceone.api.identity.v2.UserSearchQuery.State\x12\r\n\x05\x65mail\x18\x05 \x01(\t\x12\x35\n\tauth_type\x18\x06 \x01(\x0e\x32\".spaceone.api.identity.v2.AuthType\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\"9\n\x05State\x12\x08\n\x04NONE\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\x12\x0b\n\x07PENDING\x10\x03\"\xbd\x05\n\x08UserInfo\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x37\n\x05state\x18\x03 \x01(\x0e\x32(.spaceone.api.identity.v2.UserInfo.State\x12\r\n\x05\x65mail\x18\x04 \x01(\t\x12\x16\n\x0e\x65mail_verified\x18\x05 \x01(\x08\x12\x35\n\tauth_type\x18\x06 \x01(\x0e\x32\".spaceone.api.identity.v2.AuthType\x12>\n\trole_type\x18\x07 \x01(\x0e\x32+.spaceone.api.identity.v2.UserInfo.RoleType\x12*\n\x03mfa\x18\x08 \x01(\x0b\x32\x1d.spaceone.api.identity.v2.MFA\x12\x10\n\x08language\x18\n \x01(\t\x12\x10\n\x08timezone\x18\x0b \x01(\t\x12\x46\n\x10required_actions\x18\x0c \x03(\x0e\x32,.spaceone.api.identity.v2.UserRequiredAction\x12%\n\x04tags\x18\r \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x12\n\ncreated_at\x18\x1f \x01(\t\x12\x18\n\x10last_accessed_at\x18 \x01(\t\"?\n\x05State\x12\x0e\n\nSTATE_NONE\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\x12\x0b\n\x07PENDING\x10\x03\"z\n\x08RoleType\x12\x12\n\x0eROLE_TYPE_NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKPLACE_OWNER\x10\x03\x12\x14\n\x10WORKPLACE_MEMBER\x10\x04\x12\x0b\n\x07NO_ROLE\x10\x05\"U\n\tUsersInfo\x12\x33\n\x07results\x18\x01 \x03(\x0b\x32\".spaceone.api.identity.v2.UserInfo\x12\x13\n\x0btotal_count\x18\x02 \x01(\x05\"n\n\rUserStatQuery\x12\x34\n\x05query\x18\x01 \x01(\x0b\x32%.spaceone.api.core.v1.StatisticsQuery\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t*5\n\x08\x41uthType\x12\x10\n\x0cNONE_BACKEND\x10\x00\x12\t\n\x05LOCAL\x10\x01\x12\x0c\n\x08\x45XTERNAL\x10\x02*)\n\x12UserRequiredAction\x12\x13\n\x0fUPDATE_PASSWORD\x10\x00\x32\x99\x0f\n\x04User\x12~\n\x06\x63reate\x12+.spaceone.api.identity.v2.CreateUserRequest\x1a\".spaceone.api.identity.v2.UserInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/user/create:\x01*\x12~\n\x06update\x12+.spaceone.api.identity.v2.UpdateUserRequest\x1a\".spaceone.api.identity.v2.UserInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/user/update:\x01*\x12\x7f\n\x0cverify_email\x12,.spaceone.api.identity.v2.VerifyEmailRequest\x1a\x16.google.protobuf.Empty\")\x82\xd3\xe4\x93\x02#\"\x1e/identity/v2/user/verify-email:\x01*\x12\x8e\x01\n\rconfirm_email\x12-.spaceone.api.identity.v2.ConfirmEmailRequest\x1a\".spaceone.api.identity.v2.UserInfo\"*\x82\xd3\xe4\x93\x02$\"\x1f/identity/v2/user/confirm-email:\x01*\x12|\n\x0ereset_password\x12%.spaceone.api.identity.v2.UserRequest\x1a\x16.google.protobuf.Empty\"+\x82\xd3\xe4\x93\x02%\" /identity/v2/user/reset-password:\x01*\x12\xa2\x01\n\x14set_required_actions\x12\x33.spaceone.api.identity.v2.SetRequiredActionsRequest\x1a\".spaceone.api.identity.v2.UserInfo\"1\x82\xd3\xe4\x93\x02+\"&/identity/v2/user/set-required-actions:\x01*\x12\x85\x01\n\nenable_mfa\x12*.spaceone.api.identity.v2.EnableMFARequest\x1a\".spaceone.api.identity.v2.UserInfo\"\'\x82\xd3\xe4\x93\x02!\"\x1c/identity/v2/user/enable-mfa:\x01*\x12\x88\x01\n\x0b\x64isable_mfa\x12+.spaceone.api.identity.v2.DisableMFARequest\x1a\".spaceone.api.identity.v2.UserInfo\"(\x82\xd3\xe4\x93\x02\"\"\x1d/identity/v2/user/disable-mfa:\x01*\x12\x88\x01\n\x0b\x63onfirm_mfa\x12+.spaceone.api.identity.v2.ConfirmMFARequest\x1a\".spaceone.api.identity.v2.UserInfo\"(\x82\xd3\xe4\x93\x02\"\"\x1d/identity/v2/user/confirm-mfa:\x01*\x12x\n\x06\x65nable\x12%.spaceone.api.identity.v2.UserRequest\x1a\".spaceone.api.identity.v2.UserInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/user/enable:\x01*\x12z\n\x07\x64isable\x12%.spaceone.api.identity.v2.UserRequest\x1a\".spaceone.api.identity.v2.UserInfo\"$\x82\xd3\xe4\x93\x02\x1e\"\x19/identity/v2/user/disable:\x01*\x12l\n\x06\x64\x65lete\x12%.spaceone.api.identity.v2.UserRequest\x1a\x16.google.protobuf.Empty\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/user/delete:\x01*\x12r\n\x03get\x12%.spaceone.api.identity.v2.UserRequest\x1a\".spaceone.api.identity.v2.UserInfo\" \x82\xd3\xe4\x93\x02\x1a\"\x15/identity/v2/user/get:\x01*\x12y\n\x04list\x12).spaceone.api.identity.v2.UserSearchQuery\x1a#.spaceone.api.identity.v2.UsersInfo\"!\x82\xd3\xe4\x93\x02\x1b\"\x16/identity/v2/user/list:\x01*\x12k\n\x04stat\x12\'.spaceone.api.identity.v2.UserStatQuery\x1a\x17.google.protobuf.Struct\"!\x82\xd3\xe4\x93\x02\x1b\"\x16/identity/v1/user/stat:\x01*B?Z=github.com/cloudforet-io/api/dist/go/spaceone/api/identity/v2b\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#spaceone/api/identity/v2/user.proto\x12\x18spaceone.api.identity.v2\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1cgoogle/api/annotations.proto\x1a spaceone/api/core/v1/query.proto\"\xa3\x01\n\x03MFA\x12\x32\n\x05state\x18\x01 \x01(\x0e\x32#.spaceone.api.identity.v2.MFA.State\x12\x10\n\x08mfa_type\x18\x02 \x01(\t\x12(\n\x07options\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\",\n\x05State\x12\x08\n\x04NONE\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\"\xd0\x01\n\x0fUserRoleBinding\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x0f\n\x07role_id\x18\x02 \x01(\t\x12\x17\n\x0fis_managed_role\x18\x03 \x01(\x08\x12>\n\x05scope\x18\x04 \x01(\x0e\x32/.spaceone.api.identity.v2.UserRoleBinding.Scope\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\",\n\x05Scope\x12\x08\n\x04NONE\x10\x00\x12\n\n\x06\x44OMAIN\x10\x01\x12\r\n\tWORKSPACE\x10\x02\"\xc1\x02\n\x11\x43reateUserRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\r\n\x05\x65mail\x18\x04 \x01(\t\x12\x35\n\tauth_type\x18\x05 \x01(\x0e\x32\".spaceone.api.identity.v2.AuthType\x12\x10\n\x08language\x18\x06 \x01(\t\x12\x10\n\x08timezone\x18\x07 \x01(\t\x12%\n\x04tags\x18\x08 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x16\n\x0ereset_password\x18\t \x01(\x08\x12?\n\x0crole_binding\x18\n \x01(\x0b\x32).spaceone.api.identity.v2.UserRoleBinding\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"\xc9\x01\n\x11UpdateUserRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\r\n\x05\x65mail\x18\x04 \x01(\t\x12\x10\n\x08language\x18\x05 \x01(\t\x12\x10\n\x08timezone\x18\x06 \x01(\t\x12%\n\x04tags\x18\x07 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x16\n\x0ereset_password\x18\x08 \x01(\x08\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"V\n\x12VerifyEmailRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\r\n\x05\x65mail\x18\x02 \x01(\t\x12\r\n\x05\x66orce\x18\x03 \x01(\x08\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"N\n\x13\x43onfirmEmailRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x13\n\x0bverify_code\x18\x02 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"~\n\x19SetRequiredActionsRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12=\n\x07\x61\x63tions\x18\x02 \x03(\x0e\x32,.spaceone.api.identity.v2.UserRequiredAction\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"r\n\x10\x45nableMFARequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x10\n\x08mfa_type\x18\x02 \x01(\t\x12(\n\x07options\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"F\n\x11\x44isableMFARequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\r\n\x05\x66orce\x18\x02 \x01(\x08\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"L\n\x11\x43onfirmMFARequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x13\n\x0bverify_code\x18\x02 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"1\n\x0bUserRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x11\n\tdomain_id\x18\x15 \x01(\t\"\xc6\x02\n\x0fUserSearchQuery\x12*\n\x05query\x18\x01 \x01(\x0b\x32\x1b.spaceone.api.core.v1.Query\x12\x0f\n\x07user_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12>\n\x05state\x18\x04 \x01(\x0e\x32/.spaceone.api.identity.v2.UserSearchQuery.State\x12\r\n\x05\x65mail\x18\x05 \x01(\t\x12\x35\n\tauth_type\x18\x06 \x01(\x0e\x32\".spaceone.api.identity.v2.AuthType\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t\"9\n\x05State\x12\x08\n\x04NONE\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\x12\x0b\n\x07PENDING\x10\x03\"\xbd\x05\n\x08UserInfo\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x37\n\x05state\x18\x03 \x01(\x0e\x32(.spaceone.api.identity.v2.UserInfo.State\x12\r\n\x05\x65mail\x18\x04 \x01(\t\x12\x16\n\x0e\x65mail_verified\x18\x05 \x01(\x08\x12\x35\n\tauth_type\x18\x06 \x01(\x0e\x32\".spaceone.api.identity.v2.AuthType\x12>\n\trole_type\x18\x07 \x01(\x0e\x32+.spaceone.api.identity.v2.UserInfo.RoleType\x12*\n\x03mfa\x18\x08 \x01(\x0b\x32\x1d.spaceone.api.identity.v2.MFA\x12\x10\n\x08language\x18\n \x01(\t\x12\x10\n\x08timezone\x18\x0b \x01(\t\x12\x46\n\x10required_actions\x18\x0c \x03(\x0e\x32,.spaceone.api.identity.v2.UserRequiredAction\x12%\n\x04tags\x18\r \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x12\n\ncreated_at\x18\x1f \x01(\t\x12\x18\n\x10last_accessed_at\x18 \x01(\t\"?\n\x05State\x12\x0e\n\nSTATE_NONE\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\x12\x0b\n\x07PENDING\x10\x03\"z\n\x08RoleType\x12\x12\n\x0eROLE_TYPE_NONE\x10\x00\x12\x10\n\x0cSYSTEM_ADMIN\x10\x01\x12\x10\n\x0c\x44OMAIN_ADMIN\x10\x02\x12\x13\n\x0fWORKSPACE_OWNER\x10\x03\x12\x14\n\x10WORKSPACE_MEMBER\x10\x04\x12\x0b\n\x07NO_ROLE\x10\x05\"U\n\tUsersInfo\x12\x33\n\x07results\x18\x01 \x03(\x0b\x32\".spaceone.api.identity.v2.UserInfo\x12\x13\n\x0btotal_count\x18\x02 \x01(\x05\"n\n\rUserStatQuery\x12\x34\n\x05query\x18\x01 \x01(\x0b\x32%.spaceone.api.core.v1.StatisticsQuery\x12\x11\n\tdomain_id\x18\x15 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x16 \x01(\t*5\n\x08\x41uthType\x12\x10\n\x0cNONE_BACKEND\x10\x00\x12\t\n\x05LOCAL\x10\x01\x12\x0c\n\x08\x45XTERNAL\x10\x02*)\n\x12UserRequiredAction\x12\x13\n\x0fUPDATE_PASSWORD\x10\x00\x32\x99\x0f\n\x04User\x12~\n\x06\x63reate\x12+.spaceone.api.identity.v2.CreateUserRequest\x1a\".spaceone.api.identity.v2.UserInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/user/create:\x01*\x12~\n\x06update\x12+.spaceone.api.identity.v2.UpdateUserRequest\x1a\".spaceone.api.identity.v2.UserInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/user/update:\x01*\x12\x7f\n\x0cverify_email\x12,.spaceone.api.identity.v2.VerifyEmailRequest\x1a\x16.google.protobuf.Empty\")\x82\xd3\xe4\x93\x02#\"\x1e/identity/v2/user/verify-email:\x01*\x12\x8e\x01\n\rconfirm_email\x12-.spaceone.api.identity.v2.ConfirmEmailRequest\x1a\".spaceone.api.identity.v2.UserInfo\"*\x82\xd3\xe4\x93\x02$\"\x1f/identity/v2/user/confirm-email:\x01*\x12|\n\x0ereset_password\x12%.spaceone.api.identity.v2.UserRequest\x1a\x16.google.protobuf.Empty\"+\x82\xd3\xe4\x93\x02%\" /identity/v2/user/reset-password:\x01*\x12\xa2\x01\n\x14set_required_actions\x12\x33.spaceone.api.identity.v2.SetRequiredActionsRequest\x1a\".spaceone.api.identity.v2.UserInfo\"1\x82\xd3\xe4\x93\x02+\"&/identity/v2/user/set-required-actions:\x01*\x12\x85\x01\n\nenable_mfa\x12*.spaceone.api.identity.v2.EnableMFARequest\x1a\".spaceone.api.identity.v2.UserInfo\"\'\x82\xd3\xe4\x93\x02!\"\x1c/identity/v2/user/enable-mfa:\x01*\x12\x88\x01\n\x0b\x64isable_mfa\x12+.spaceone.api.identity.v2.DisableMFARequest\x1a\".spaceone.api.identity.v2.UserInfo\"(\x82\xd3\xe4\x93\x02\"\"\x1d/identity/v2/user/disable-mfa:\x01*\x12\x88\x01\n\x0b\x63onfirm_mfa\x12+.spaceone.api.identity.v2.ConfirmMFARequest\x1a\".spaceone.api.identity.v2.UserInfo\"(\x82\xd3\xe4\x93\x02\"\"\x1d/identity/v2/user/confirm-mfa:\x01*\x12x\n\x06\x65nable\x12%.spaceone.api.identity.v2.UserRequest\x1a\".spaceone.api.identity.v2.UserInfo\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/user/enable:\x01*\x12z\n\x07\x64isable\x12%.spaceone.api.identity.v2.UserRequest\x1a\".spaceone.api.identity.v2.UserInfo\"$\x82\xd3\xe4\x93\x02\x1e\"\x19/identity/v2/user/disable:\x01*\x12l\n\x06\x64\x65lete\x12%.spaceone.api.identity.v2.UserRequest\x1a\x16.google.protobuf.Empty\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/identity/v2/user/delete:\x01*\x12r\n\x03get\x12%.spaceone.api.identity.v2.UserRequest\x1a\".spaceone.api.identity.v2.UserInfo\" \x82\xd3\xe4\x93\x02\x1a\"\x15/identity/v2/user/get:\x01*\x12y\n\x04list\x12).spaceone.api.identity.v2.UserSearchQuery\x1a#.spaceone.api.identity.v2.UsersInfo\"!\x82\xd3\xe4\x93\x02\x1b\"\x16/identity/v2/user/list:\x01*\x12k\n\x04stat\x12\'.spaceone.api.identity.v2.UserStatQuery\x1a\x17.google.protobuf.Struct\"!\x82\xd3\xe4\x93\x02\x1b\"\x16/identity/v1/user/stat:\x01*B?Z=github.com/cloudforet-io/api/dist/go/spaceone/api/identity/v2b\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) diff --git a/dist/python/spaceone_api.egg-info/PKG-INFO b/dist/python/spaceone_api.egg-info/PKG-INFO index a6e802c43..257d1b950 100644 --- a/dist/python/spaceone_api.egg-info/PKG-INFO +++ b/dist/python/spaceone_api.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: spaceone-api -Version: 2.0.21 +Version: 2.0.22 Summary: Coreforet API Protobuf Home-page: https://cloudforet.io/ Author: MEGAZONE Cloud Corp.