strongdm 7.0.0__zip → 12.1.0__zip
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {strongdm-7.0.0 → strongdm-12.1.0}/PKG-INFO +2 -2
- {strongdm-7.0.0 → strongdm-12.1.0}/setup.py +2 -2
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/access_request_events_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/access_requests_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/access_requests_pb2.py +45 -16
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_grants_pb2.py +6 -4
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/accounts_pb2.py +47 -34
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/accounts_pb2_grpc.py +3 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_approvers_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_approvers_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_steps_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_steps_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflows_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflows_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/client.py +108 -13
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/constants.py +86 -12
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/drivers_pb2.py +745 -227
- strongdm-12.1.0/strongdm/health_checks_pb2.py +107 -0
- strongdm-12.1.0/strongdm/health_checks_pb2_grpc.py +87 -0
- strongdm-12.1.0/strongdm/identity_aliases_history_pb2.py +100 -0
- strongdm-12.1.0/strongdm/identity_aliases_history_pb2_grpc.py +84 -0
- strongdm-12.1.0/strongdm/identity_aliases_pb2.py +220 -0
- strongdm-12.1.0/strongdm/identity_aliases_pb2_grpc.py +223 -0
- strongdm-12.1.0/strongdm/identity_sets_history_pb2.py +100 -0
- strongdm-12.1.0/strongdm/identity_sets_history_pb2_grpc.py +84 -0
- strongdm-12.1.0/strongdm/identity_sets_pb2.py +216 -0
- strongdm-12.1.0/strongdm/identity_sets_pb2_grpc.py +223 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/models.py +5857 -1634
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/nodes_pb2.py +41 -15
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/options_pb2.py +24 -24
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/organization_history_pb2.py +13 -5
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_group_nodes_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_group_peers_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_group_resources_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_groups_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/plumbing.py +3197 -1210
- strongdm-12.1.0/strongdm/policies_history_pb2.py +100 -0
- strongdm-12.1.0/strongdm/policies_history_pb2_grpc.py +84 -0
- strongdm-12.1.0/strongdm/policies_pb2.py +216 -0
- strongdm-12.1.0/strongdm/policies_pb2_grpc.py +223 -0
- strongdm-12.1.0/strongdm/proxy_cluster_keys_pb2.py +191 -0
- strongdm-12.1.0/strongdm/proxy_cluster_keys_pb2_grpc.py +192 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/queries_pb2.py +17 -11
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identities_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identities_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identity_groups_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identity_groups_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/replays_pb2.py +8 -6
- strongdm-12.1.0/strongdm/secret_store_types_pb2.py +687 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/spec_pb2.py +12 -8
- strongdm-12.1.0/strongdm/spec_pb2_grpc.py +18 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/svc.py +1345 -339
- strongdm-12.1.0/strongdm/tags_pb2_grpc.py +18 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_approvers_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_approvers_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_assignments_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_assignments_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_roles_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_roles_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflows_history_pb2.py +3 -3
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflows_pb2.py +31 -26
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm.egg-info/SOURCES.txt +18 -0
- strongdm-7.0.0/strongdm/secret_store_types_pb2.py +0 -549
- {strongdm-7.0.0 → strongdm-12.1.0}/LICENSE +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/README.md +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/setup.cfg +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/__init__.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/errors.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/roles_pb2_grpc.py +0 -0
- /strongdm-7.0.0/strongdm/secret_store_types_pb2_grpc.py → /strongdm-12.1.0/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- /strongdm-7.0.0/strongdm/spec_pb2_grpc.py → /strongdm-12.1.0/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- /strongdm-7.0.0/strongdm/tags_pb2_grpc.py → /strongdm-12.1.0/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-7.0.0 → strongdm-12.1.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -0,0 +1,223 @@
|
|
1
|
+
# Copyright 2020 StrongDM Inc
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
#
|
15
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
16
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
17
|
+
import grpc
|
18
|
+
|
19
|
+
from . import identity_sets_pb2 as identity__sets__pb2
|
20
|
+
|
21
|
+
|
22
|
+
class IdentitySetsStub(object):
|
23
|
+
"""A IdentitySet is a named grouping of Identity Aliases for Accounts.
|
24
|
+
An Account's relationship to a IdentitySet is defined via IdentityAlias objects.
|
25
|
+
"""
|
26
|
+
|
27
|
+
def __init__(self, channel):
|
28
|
+
"""Constructor.
|
29
|
+
|
30
|
+
Args:
|
31
|
+
channel: A grpc.Channel.
|
32
|
+
"""
|
33
|
+
self.Create = channel.unary_unary(
|
34
|
+
'/v1.IdentitySets/Create',
|
35
|
+
request_serializer=identity__sets__pb2.IdentitySetCreateRequest.SerializeToString,
|
36
|
+
response_deserializer=identity__sets__pb2.IdentitySetCreateResponse.FromString,
|
37
|
+
)
|
38
|
+
self.Get = channel.unary_unary(
|
39
|
+
'/v1.IdentitySets/Get',
|
40
|
+
request_serializer=identity__sets__pb2.IdentitySetGetRequest.SerializeToString,
|
41
|
+
response_deserializer=identity__sets__pb2.IdentitySetGetResponse.FromString,
|
42
|
+
)
|
43
|
+
self.Update = channel.unary_unary(
|
44
|
+
'/v1.IdentitySets/Update',
|
45
|
+
request_serializer=identity__sets__pb2.IdentitySetUpdateRequest.SerializeToString,
|
46
|
+
response_deserializer=identity__sets__pb2.IdentitySetUpdateResponse.FromString,
|
47
|
+
)
|
48
|
+
self.Delete = channel.unary_unary(
|
49
|
+
'/v1.IdentitySets/Delete',
|
50
|
+
request_serializer=identity__sets__pb2.IdentitySetDeleteRequest.SerializeToString,
|
51
|
+
response_deserializer=identity__sets__pb2.IdentitySetDeleteResponse.FromString,
|
52
|
+
)
|
53
|
+
self.List = channel.unary_unary(
|
54
|
+
'/v1.IdentitySets/List',
|
55
|
+
request_serializer=identity__sets__pb2.IdentitySetListRequest.SerializeToString,
|
56
|
+
response_deserializer=identity__sets__pb2.IdentitySetListResponse.FromString,
|
57
|
+
)
|
58
|
+
|
59
|
+
|
60
|
+
class IdentitySetsServicer(object):
|
61
|
+
"""A IdentitySet is a named grouping of Identity Aliases for Accounts.
|
62
|
+
An Account's relationship to a IdentitySet is defined via IdentityAlias objects.
|
63
|
+
"""
|
64
|
+
|
65
|
+
def Create(self, request, context):
|
66
|
+
"""Create registers a new IdentitySet.
|
67
|
+
"""
|
68
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
69
|
+
context.set_details('Method not implemented!')
|
70
|
+
raise NotImplementedError('Method not implemented!')
|
71
|
+
|
72
|
+
def Get(self, request, context):
|
73
|
+
"""Get reads one IdentitySet by ID.
|
74
|
+
"""
|
75
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
76
|
+
context.set_details('Method not implemented!')
|
77
|
+
raise NotImplementedError('Method not implemented!')
|
78
|
+
|
79
|
+
def Update(self, request, context):
|
80
|
+
"""Update replaces all the fields of a IdentitySet by ID.
|
81
|
+
"""
|
82
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
83
|
+
context.set_details('Method not implemented!')
|
84
|
+
raise NotImplementedError('Method not implemented!')
|
85
|
+
|
86
|
+
def Delete(self, request, context):
|
87
|
+
"""Delete removes a IdentitySet by ID.
|
88
|
+
"""
|
89
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
90
|
+
context.set_details('Method not implemented!')
|
91
|
+
raise NotImplementedError('Method not implemented!')
|
92
|
+
|
93
|
+
def List(self, request, context):
|
94
|
+
"""List gets a list of IdentitySets matching a given set of criteria.
|
95
|
+
"""
|
96
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
97
|
+
context.set_details('Method not implemented!')
|
98
|
+
raise NotImplementedError('Method not implemented!')
|
99
|
+
|
100
|
+
|
101
|
+
def add_IdentitySetsServicer_to_server(servicer, server):
|
102
|
+
rpc_method_handlers = {
|
103
|
+
'Create': grpc.unary_unary_rpc_method_handler(
|
104
|
+
servicer.Create,
|
105
|
+
request_deserializer=identity__sets__pb2.IdentitySetCreateRequest.FromString,
|
106
|
+
response_serializer=identity__sets__pb2.IdentitySetCreateResponse.SerializeToString,
|
107
|
+
),
|
108
|
+
'Get': grpc.unary_unary_rpc_method_handler(
|
109
|
+
servicer.Get,
|
110
|
+
request_deserializer=identity__sets__pb2.IdentitySetGetRequest.FromString,
|
111
|
+
response_serializer=identity__sets__pb2.IdentitySetGetResponse.SerializeToString,
|
112
|
+
),
|
113
|
+
'Update': grpc.unary_unary_rpc_method_handler(
|
114
|
+
servicer.Update,
|
115
|
+
request_deserializer=identity__sets__pb2.IdentitySetUpdateRequest.FromString,
|
116
|
+
response_serializer=identity__sets__pb2.IdentitySetUpdateResponse.SerializeToString,
|
117
|
+
),
|
118
|
+
'Delete': grpc.unary_unary_rpc_method_handler(
|
119
|
+
servicer.Delete,
|
120
|
+
request_deserializer=identity__sets__pb2.IdentitySetDeleteRequest.FromString,
|
121
|
+
response_serializer=identity__sets__pb2.IdentitySetDeleteResponse.SerializeToString,
|
122
|
+
),
|
123
|
+
'List': grpc.unary_unary_rpc_method_handler(
|
124
|
+
servicer.List,
|
125
|
+
request_deserializer=identity__sets__pb2.IdentitySetListRequest.FromString,
|
126
|
+
response_serializer=identity__sets__pb2.IdentitySetListResponse.SerializeToString,
|
127
|
+
),
|
128
|
+
}
|
129
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
130
|
+
'v1.IdentitySets', rpc_method_handlers)
|
131
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
132
|
+
|
133
|
+
|
134
|
+
# This class is part of an EXPERIMENTAL API.
|
135
|
+
class IdentitySets(object):
|
136
|
+
"""A IdentitySet is a named grouping of Identity Aliases for Accounts.
|
137
|
+
An Account's relationship to a IdentitySet is defined via IdentityAlias objects.
|
138
|
+
"""
|
139
|
+
|
140
|
+
@staticmethod
|
141
|
+
def Create(request,
|
142
|
+
target,
|
143
|
+
options=(),
|
144
|
+
channel_credentials=None,
|
145
|
+
call_credentials=None,
|
146
|
+
insecure=False,
|
147
|
+
compression=None,
|
148
|
+
wait_for_ready=None,
|
149
|
+
timeout=None,
|
150
|
+
metadata=None):
|
151
|
+
return grpc.experimental.unary_unary(request, target, '/v1.IdentitySets/Create',
|
152
|
+
identity__sets__pb2.IdentitySetCreateRequest.SerializeToString,
|
153
|
+
identity__sets__pb2.IdentitySetCreateResponse.FromString,
|
154
|
+
options, channel_credentials,
|
155
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
156
|
+
|
157
|
+
@staticmethod
|
158
|
+
def Get(request,
|
159
|
+
target,
|
160
|
+
options=(),
|
161
|
+
channel_credentials=None,
|
162
|
+
call_credentials=None,
|
163
|
+
insecure=False,
|
164
|
+
compression=None,
|
165
|
+
wait_for_ready=None,
|
166
|
+
timeout=None,
|
167
|
+
metadata=None):
|
168
|
+
return grpc.experimental.unary_unary(request, target, '/v1.IdentitySets/Get',
|
169
|
+
identity__sets__pb2.IdentitySetGetRequest.SerializeToString,
|
170
|
+
identity__sets__pb2.IdentitySetGetResponse.FromString,
|
171
|
+
options, channel_credentials,
|
172
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
173
|
+
|
174
|
+
@staticmethod
|
175
|
+
def Update(request,
|
176
|
+
target,
|
177
|
+
options=(),
|
178
|
+
channel_credentials=None,
|
179
|
+
call_credentials=None,
|
180
|
+
insecure=False,
|
181
|
+
compression=None,
|
182
|
+
wait_for_ready=None,
|
183
|
+
timeout=None,
|
184
|
+
metadata=None):
|
185
|
+
return grpc.experimental.unary_unary(request, target, '/v1.IdentitySets/Update',
|
186
|
+
identity__sets__pb2.IdentitySetUpdateRequest.SerializeToString,
|
187
|
+
identity__sets__pb2.IdentitySetUpdateResponse.FromString,
|
188
|
+
options, channel_credentials,
|
189
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
190
|
+
|
191
|
+
@staticmethod
|
192
|
+
def Delete(request,
|
193
|
+
target,
|
194
|
+
options=(),
|
195
|
+
channel_credentials=None,
|
196
|
+
call_credentials=None,
|
197
|
+
insecure=False,
|
198
|
+
compression=None,
|
199
|
+
wait_for_ready=None,
|
200
|
+
timeout=None,
|
201
|
+
metadata=None):
|
202
|
+
return grpc.experimental.unary_unary(request, target, '/v1.IdentitySets/Delete',
|
203
|
+
identity__sets__pb2.IdentitySetDeleteRequest.SerializeToString,
|
204
|
+
identity__sets__pb2.IdentitySetDeleteResponse.FromString,
|
205
|
+
options, channel_credentials,
|
206
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
207
|
+
|
208
|
+
@staticmethod
|
209
|
+
def List(request,
|
210
|
+
target,
|
211
|
+
options=(),
|
212
|
+
channel_credentials=None,
|
213
|
+
call_credentials=None,
|
214
|
+
insecure=False,
|
215
|
+
compression=None,
|
216
|
+
wait_for_ready=None,
|
217
|
+
timeout=None,
|
218
|
+
metadata=None):
|
219
|
+
return grpc.experimental.unary_unary(request, target, '/v1.IdentitySets/List',
|
220
|
+
identity__sets__pb2.IdentitySetListRequest.SerializeToString,
|
221
|
+
identity__sets__pb2.IdentitySetListResponse.FromString,
|
222
|
+
options, channel_credentials,
|
223
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|