strongdm 9.0.0__zip → 9.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-9.0.0 → strongdm-9.1.0}/PKG-INFO +2 -2
- {strongdm-9.0.0 → strongdm-9.1.0}/setup.py +2 -2
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/client.py +1 -1
- strongdm-9.1.0/strongdm/identity_sets_pb2.py +216 -0
- strongdm-9.1.0/strongdm/identity_sets_pb2_grpc.py +223 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/models.py +149 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/plumbing.py +116 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/svc.py +101 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm.egg-info/PKG-INFO +2 -2
- strongdm-9.0.0/strongdm/identity_sets_pb2.py +0 -122
- strongdm-9.0.0/strongdm/identity_sets_pb2_grpc.py +0 -139
- {strongdm-9.0.0 → strongdm-9.1.0}/LICENSE +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/README.md +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/setup.cfg +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/__init__.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/access_requests_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/constants.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/drivers_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/errors.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/options_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-9.0.0 → strongdm-9.1.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: strongdm
|
3
|
-
Version: 9.
|
3
|
+
Version: 9.1.0
|
4
4
|
Summary: strongDM SDK for the Python programming language.
|
5
5
|
Home-page: https://github.com/strongdm/strongdm-sdk-python
|
6
6
|
Author: strongDM Team
|
7
7
|
Author-email: sdk-feedback@strongdm.com
|
8
8
|
License: apache-2.0
|
9
|
-
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v9.
|
9
|
+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v9.1.0.tar.gz
|
10
10
|
Keywords: strongDM,sdm,api,automation,security,audit,database,server,ssh,rdp
|
11
11
|
Platform: UNKNOWN
|
12
12
|
Classifier: Development Status :: 4 - Beta
|
@@ -23,7 +23,7 @@ from setuptools import setup
|
|
23
23
|
setup(
|
24
24
|
name='strongdm',
|
25
25
|
packages=['strongdm'],
|
26
|
-
version='9.
|
26
|
+
version='9.1.0',
|
27
27
|
license='apache-2.0',
|
28
28
|
description='strongDM SDK for the Python programming language.',
|
29
29
|
long_description=long_description,
|
@@ -32,7 +32,7 @@ setup(
|
|
32
32
|
author_email='sdk-feedback@strongdm.com',
|
33
33
|
url='https://github.com/strongdm/strongdm-sdk-python',
|
34
34
|
download_url=
|
35
|
-
'https://github.com/strongdm/strongdm-sdk-python/archive/v9.
|
35
|
+
'https://github.com/strongdm/strongdm-sdk-python/archive/v9.1.0.tar.gz',
|
36
36
|
keywords=[
|
37
37
|
'strongDM', 'sdm', 'api', 'automation', 'security', 'audit',
|
38
38
|
'database', 'server', 'ssh', 'rdp'
|
@@ -0,0 +1,216 @@
|
|
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
|
+
# -*- coding: utf-8 -*-
|
16
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
17
|
+
# source: identity_sets.proto
|
18
|
+
"""Generated protocol buffer code."""
|
19
|
+
from google.protobuf import descriptor as _descriptor
|
20
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
21
|
+
from google.protobuf import message as _message
|
22
|
+
from google.protobuf import reflection as _reflection
|
23
|
+
from google.protobuf import symbol_database as _symbol_database
|
24
|
+
# @@protoc_insertion_point(imports)
|
25
|
+
|
26
|
+
_sym_db = _symbol_database.Default()
|
27
|
+
|
28
|
+
|
29
|
+
from . import options_pb2 as options__pb2
|
30
|
+
from . import spec_pb2 as spec__pb2
|
31
|
+
|
32
|
+
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x13identity_sets.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"v\n\x18IdentitySetCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12\x31\n\x0cidentity_set\x18\x02 \x01(\x0b\x32\x0f.v1.IdentitySetB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xe9\x01\n\x19IdentitySetCreateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x31\n\x0cidentity_set\x18\x02 \x01(\x0b\x32\x0f.v1.IdentitySetB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"U\n\x15IdentitySetGetRequest\x12$\n\x04meta\x18\x01 \x01(\x0b\x32\x16.v1.GetRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xe3\x01\n\x16IdentitySetGetResponse\x12\x31\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.GetResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x31\n\x0cidentity_set\x18\x02 \x01(\x0b\x32\x0f.v1.IdentitySetB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\x82\x01\n\x18IdentitySetUpdateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\x12\n\n\x02id\x18\x02 \x01(\t\x12\x31\n\x0cidentity_set\x18\x03 \x01(\x0b\x32\x0f.v1.IdentitySetB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xe9\x01\n\x19IdentitySetUpdateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.UpdateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x31\n\x0cidentity_set\x18\x02 \x01(\x0b\x32\x0f.v1.IdentitySetB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"[\n\x18IdentitySetDeleteRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.DeleteRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xb6\x01\n\x19IdentitySetDeleteResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x02 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"[\n\x16IdentitySetListRequest\x12%\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.ListRequestMetadata\x12\x1a\n\x06\x66ilter\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xce\x01\n\x17IdentitySetListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x32\n\ridentity_sets\x18\x02 \x03(\x0b\x32\x0f.v1.IdentitySetB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway\"\xac\x01\n\x0bIdentitySet\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\x04name\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01:f\xfa\xf8\xb3\x07\x61\xa8\xf3\xb3\x07\x01\xc2\xf3\xb3\x07W\xa2\xf3\xb3\x07%tf_examples/identity_set_resource.txt\xaa\xf3\xb3\x07(tf_examples/identity_set_data_source.txt2\xeb\x04\n\x0cIdentitySets\x12p\n\x06\x43reate\x12\x1c.v1.IdentitySetCreateRequest\x1a\x1d.v1.IdentitySetCreateResponse\")\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x16\xaa\xf3\xb3\x07\x11/v1/identity-sets\x12k\n\x03Get\x12\x19.v1.IdentitySetGetRequest\x1a\x1a.v1.IdentitySetGetResponse\"-\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1b\xaa\xf3\xb3\x07\x16/v1/identity-sets/{id}\x12t\n\x06Update\x12\x1c.v1.IdentitySetUpdateRequest\x1a\x1d.v1.IdentitySetUpdateResponse\"-\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03put\x82\xf9\xb3\x07\x1b\xaa\xf3\xb3\x07\x16/v1/identity-sets/{id}\x12w\n\x06\x44\x65lete\x12\x1c.v1.IdentitySetDeleteRequest\x1a\x1d.v1.IdentitySetDeleteResponse\"0\x82\xf9\xb3\x07\x0b\xa2\xf3\xb3\x07\x06\x64\x65lete\x82\xf9\xb3\x07\x1b\xaa\xf3\xb3\x07\x16/v1/identity-sets/{id}\x12i\n\x04List\x12\x1a.v1.IdentitySetListRequest\x1a\x1b.v1.IdentitySetListResponse\"(\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x16\xaa\xf3\xb3\x07\x11/v1/identity-sets\x1a\"\xca\xf9\xb3\x07\x10\xc2\xf9\xb3\x07\x0bIdentitySet\xca\xf9\xb3\x07\x08\xd2\xf9\xb3\x07\x03ig-Bh\n\x19\x63om.strongdm.api.plumbingB\x14IdentitySetsPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
_IDENTITYSETCREATEREQUEST = DESCRIPTOR.message_types_by_name['IdentitySetCreateRequest']
|
38
|
+
_IDENTITYSETCREATERESPONSE = DESCRIPTOR.message_types_by_name['IdentitySetCreateResponse']
|
39
|
+
_IDENTITYSETGETREQUEST = DESCRIPTOR.message_types_by_name['IdentitySetGetRequest']
|
40
|
+
_IDENTITYSETGETRESPONSE = DESCRIPTOR.message_types_by_name['IdentitySetGetResponse']
|
41
|
+
_IDENTITYSETUPDATEREQUEST = DESCRIPTOR.message_types_by_name['IdentitySetUpdateRequest']
|
42
|
+
_IDENTITYSETUPDATERESPONSE = DESCRIPTOR.message_types_by_name['IdentitySetUpdateResponse']
|
43
|
+
_IDENTITYSETDELETEREQUEST = DESCRIPTOR.message_types_by_name['IdentitySetDeleteRequest']
|
44
|
+
_IDENTITYSETDELETERESPONSE = DESCRIPTOR.message_types_by_name['IdentitySetDeleteResponse']
|
45
|
+
_IDENTITYSETLISTREQUEST = DESCRIPTOR.message_types_by_name['IdentitySetListRequest']
|
46
|
+
_IDENTITYSETLISTRESPONSE = DESCRIPTOR.message_types_by_name['IdentitySetListResponse']
|
47
|
+
_IDENTITYSET = DESCRIPTOR.message_types_by_name['IdentitySet']
|
48
|
+
IdentitySetCreateRequest = _reflection.GeneratedProtocolMessageType('IdentitySetCreateRequest', (_message.Message,), {
|
49
|
+
'DESCRIPTOR' : _IDENTITYSETCREATEREQUEST,
|
50
|
+
'__module__' : 'identity_sets_pb2'
|
51
|
+
# @@protoc_insertion_point(class_scope:v1.IdentitySetCreateRequest)
|
52
|
+
})
|
53
|
+
_sym_db.RegisterMessage(IdentitySetCreateRequest)
|
54
|
+
|
55
|
+
IdentitySetCreateResponse = _reflection.GeneratedProtocolMessageType('IdentitySetCreateResponse', (_message.Message,), {
|
56
|
+
'DESCRIPTOR' : _IDENTITYSETCREATERESPONSE,
|
57
|
+
'__module__' : 'identity_sets_pb2'
|
58
|
+
# @@protoc_insertion_point(class_scope:v1.IdentitySetCreateResponse)
|
59
|
+
})
|
60
|
+
_sym_db.RegisterMessage(IdentitySetCreateResponse)
|
61
|
+
|
62
|
+
IdentitySetGetRequest = _reflection.GeneratedProtocolMessageType('IdentitySetGetRequest', (_message.Message,), {
|
63
|
+
'DESCRIPTOR' : _IDENTITYSETGETREQUEST,
|
64
|
+
'__module__' : 'identity_sets_pb2'
|
65
|
+
# @@protoc_insertion_point(class_scope:v1.IdentitySetGetRequest)
|
66
|
+
})
|
67
|
+
_sym_db.RegisterMessage(IdentitySetGetRequest)
|
68
|
+
|
69
|
+
IdentitySetGetResponse = _reflection.GeneratedProtocolMessageType('IdentitySetGetResponse', (_message.Message,), {
|
70
|
+
'DESCRIPTOR' : _IDENTITYSETGETRESPONSE,
|
71
|
+
'__module__' : 'identity_sets_pb2'
|
72
|
+
# @@protoc_insertion_point(class_scope:v1.IdentitySetGetResponse)
|
73
|
+
})
|
74
|
+
_sym_db.RegisterMessage(IdentitySetGetResponse)
|
75
|
+
|
76
|
+
IdentitySetUpdateRequest = _reflection.GeneratedProtocolMessageType('IdentitySetUpdateRequest', (_message.Message,), {
|
77
|
+
'DESCRIPTOR' : _IDENTITYSETUPDATEREQUEST,
|
78
|
+
'__module__' : 'identity_sets_pb2'
|
79
|
+
# @@protoc_insertion_point(class_scope:v1.IdentitySetUpdateRequest)
|
80
|
+
})
|
81
|
+
_sym_db.RegisterMessage(IdentitySetUpdateRequest)
|
82
|
+
|
83
|
+
IdentitySetUpdateResponse = _reflection.GeneratedProtocolMessageType('IdentitySetUpdateResponse', (_message.Message,), {
|
84
|
+
'DESCRIPTOR' : _IDENTITYSETUPDATERESPONSE,
|
85
|
+
'__module__' : 'identity_sets_pb2'
|
86
|
+
# @@protoc_insertion_point(class_scope:v1.IdentitySetUpdateResponse)
|
87
|
+
})
|
88
|
+
_sym_db.RegisterMessage(IdentitySetUpdateResponse)
|
89
|
+
|
90
|
+
IdentitySetDeleteRequest = _reflection.GeneratedProtocolMessageType('IdentitySetDeleteRequest', (_message.Message,), {
|
91
|
+
'DESCRIPTOR' : _IDENTITYSETDELETEREQUEST,
|
92
|
+
'__module__' : 'identity_sets_pb2'
|
93
|
+
# @@protoc_insertion_point(class_scope:v1.IdentitySetDeleteRequest)
|
94
|
+
})
|
95
|
+
_sym_db.RegisterMessage(IdentitySetDeleteRequest)
|
96
|
+
|
97
|
+
IdentitySetDeleteResponse = _reflection.GeneratedProtocolMessageType('IdentitySetDeleteResponse', (_message.Message,), {
|
98
|
+
'DESCRIPTOR' : _IDENTITYSETDELETERESPONSE,
|
99
|
+
'__module__' : 'identity_sets_pb2'
|
100
|
+
# @@protoc_insertion_point(class_scope:v1.IdentitySetDeleteResponse)
|
101
|
+
})
|
102
|
+
_sym_db.RegisterMessage(IdentitySetDeleteResponse)
|
103
|
+
|
104
|
+
IdentitySetListRequest = _reflection.GeneratedProtocolMessageType('IdentitySetListRequest', (_message.Message,), {
|
105
|
+
'DESCRIPTOR' : _IDENTITYSETLISTREQUEST,
|
106
|
+
'__module__' : 'identity_sets_pb2'
|
107
|
+
# @@protoc_insertion_point(class_scope:v1.IdentitySetListRequest)
|
108
|
+
})
|
109
|
+
_sym_db.RegisterMessage(IdentitySetListRequest)
|
110
|
+
|
111
|
+
IdentitySetListResponse = _reflection.GeneratedProtocolMessageType('IdentitySetListResponse', (_message.Message,), {
|
112
|
+
'DESCRIPTOR' : _IDENTITYSETLISTRESPONSE,
|
113
|
+
'__module__' : 'identity_sets_pb2'
|
114
|
+
# @@protoc_insertion_point(class_scope:v1.IdentitySetListResponse)
|
115
|
+
})
|
116
|
+
_sym_db.RegisterMessage(IdentitySetListResponse)
|
117
|
+
|
118
|
+
IdentitySet = _reflection.GeneratedProtocolMessageType('IdentitySet', (_message.Message,), {
|
119
|
+
'DESCRIPTOR' : _IDENTITYSET,
|
120
|
+
'__module__' : 'identity_sets_pb2'
|
121
|
+
# @@protoc_insertion_point(class_scope:v1.IdentitySet)
|
122
|
+
})
|
123
|
+
_sym_db.RegisterMessage(IdentitySet)
|
124
|
+
|
125
|
+
_IDENTITYSETS = DESCRIPTOR.services_by_name['IdentitySets']
|
126
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
127
|
+
|
128
|
+
DESCRIPTOR._options = None
|
129
|
+
DESCRIPTOR._serialized_options = b'\n\031com.strongdm.api.plumbingB\024IdentitySetsPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1'
|
130
|
+
_IDENTITYSETCREATEREQUEST.fields_by_name['identity_set']._options = None
|
131
|
+
_IDENTITYSETCREATEREQUEST.fields_by_name['identity_set']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
132
|
+
_IDENTITYSETCREATERESPONSE.fields_by_name['meta']._options = None
|
133
|
+
_IDENTITYSETCREATERESPONSE.fields_by_name['meta']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
134
|
+
_IDENTITYSETCREATERESPONSE.fields_by_name['identity_set']._options = None
|
135
|
+
_IDENTITYSETCREATERESPONSE.fields_by_name['identity_set']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
136
|
+
_IDENTITYSETCREATERESPONSE.fields_by_name['rate_limit']._options = None
|
137
|
+
_IDENTITYSETCREATERESPONSE.fields_by_name['rate_limit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\006\262\364\263\007\001*\362\370\263\007\022\262\364\263\007\r!json_gateway'
|
138
|
+
_IDENTITYSETCREATERESPONSE._options = None
|
139
|
+
_IDENTITYSETCREATERESPONSE._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
140
|
+
_IDENTITYSETGETREQUEST.fields_by_name['id']._options = None
|
141
|
+
_IDENTITYSETGETREQUEST.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
142
|
+
_IDENTITYSETGETRESPONSE.fields_by_name['meta']._options = None
|
143
|
+
_IDENTITYSETGETRESPONSE.fields_by_name['meta']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
144
|
+
_IDENTITYSETGETRESPONSE.fields_by_name['identity_set']._options = None
|
145
|
+
_IDENTITYSETGETRESPONSE.fields_by_name['identity_set']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
146
|
+
_IDENTITYSETGETRESPONSE.fields_by_name['rate_limit']._options = None
|
147
|
+
_IDENTITYSETGETRESPONSE.fields_by_name['rate_limit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\006\262\364\263\007\001*\362\370\263\007\022\262\364\263\007\r!json_gateway'
|
148
|
+
_IDENTITYSETGETRESPONSE._options = None
|
149
|
+
_IDENTITYSETGETRESPONSE._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
150
|
+
_IDENTITYSETUPDATEREQUEST.fields_by_name['identity_set']._options = None
|
151
|
+
_IDENTITYSETUPDATEREQUEST.fields_by_name['identity_set']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
152
|
+
_IDENTITYSETUPDATERESPONSE.fields_by_name['meta']._options = None
|
153
|
+
_IDENTITYSETUPDATERESPONSE.fields_by_name['meta']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
154
|
+
_IDENTITYSETUPDATERESPONSE.fields_by_name['identity_set']._options = None
|
155
|
+
_IDENTITYSETUPDATERESPONSE.fields_by_name['identity_set']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
156
|
+
_IDENTITYSETUPDATERESPONSE.fields_by_name['rate_limit']._options = None
|
157
|
+
_IDENTITYSETUPDATERESPONSE.fields_by_name['rate_limit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\006\262\364\263\007\001*\362\370\263\007\022\262\364\263\007\r!json_gateway'
|
158
|
+
_IDENTITYSETUPDATERESPONSE._options = None
|
159
|
+
_IDENTITYSETUPDATERESPONSE._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
160
|
+
_IDENTITYSETDELETEREQUEST.fields_by_name['id']._options = None
|
161
|
+
_IDENTITYSETDELETEREQUEST.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
162
|
+
_IDENTITYSETDELETERESPONSE.fields_by_name['meta']._options = None
|
163
|
+
_IDENTITYSETDELETERESPONSE.fields_by_name['meta']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
164
|
+
_IDENTITYSETDELETERESPONSE.fields_by_name['rate_limit']._options = None
|
165
|
+
_IDENTITYSETDELETERESPONSE.fields_by_name['rate_limit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\006\262\364\263\007\001*\362\370\263\007\022\262\364\263\007\r!json_gateway'
|
166
|
+
_IDENTITYSETDELETERESPONSE._options = None
|
167
|
+
_IDENTITYSETDELETERESPONSE._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
168
|
+
_IDENTITYSETLISTREQUEST.fields_by_name['filter']._options = None
|
169
|
+
_IDENTITYSETLISTREQUEST.fields_by_name['filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
170
|
+
_IDENTITYSETLISTRESPONSE.fields_by_name['identity_sets']._options = None
|
171
|
+
_IDENTITYSETLISTRESPONSE.fields_by_name['identity_sets']._serialized_options = b'\362\370\263\007\005\270\363\263\007\001'
|
172
|
+
_IDENTITYSETLISTRESPONSE.fields_by_name['rate_limit']._options = None
|
173
|
+
_IDENTITYSETLISTRESPONSE.fields_by_name['rate_limit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\006\262\364\263\007\001*\362\370\263\007\022\262\364\263\007\r!json_gateway'
|
174
|
+
_IDENTITYSET.fields_by_name['id']._options = None
|
175
|
+
_IDENTITYSET.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
176
|
+
_IDENTITYSET.fields_by_name['name']._options = None
|
177
|
+
_IDENTITYSET.fields_by_name['name']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\300\363\263\007\001'
|
178
|
+
_IDENTITYSET._options = None
|
179
|
+
_IDENTITYSET._serialized_options = b'\372\370\263\007a\250\363\263\007\001\302\363\263\007W\242\363\263\007%tf_examples/identity_set_resource.txt\252\363\263\007(tf_examples/identity_set_data_source.txt'
|
180
|
+
_IDENTITYSETS._options = None
|
181
|
+
_IDENTITYSETS._serialized_options = b'\312\371\263\007\020\302\371\263\007\013IdentitySet\312\371\263\007\010\322\371\263\007\003ig-'
|
182
|
+
_IDENTITYSETS.methods_by_name['Create']._options = None
|
183
|
+
_IDENTITYSETS.methods_by_name['Create']._serialized_options = b'\202\371\263\007\t\242\363\263\007\004post\202\371\263\007\026\252\363\263\007\021/v1/identity-sets'
|
184
|
+
_IDENTITYSETS.methods_by_name['Get']._options = None
|
185
|
+
_IDENTITYSETS.methods_by_name['Get']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\033\252\363\263\007\026/v1/identity-sets/{id}'
|
186
|
+
_IDENTITYSETS.methods_by_name['Update']._options = None
|
187
|
+
_IDENTITYSETS.methods_by_name['Update']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003put\202\371\263\007\033\252\363\263\007\026/v1/identity-sets/{id}'
|
188
|
+
_IDENTITYSETS.methods_by_name['Delete']._options = None
|
189
|
+
_IDENTITYSETS.methods_by_name['Delete']._serialized_options = b'\202\371\263\007\013\242\363\263\007\006delete\202\371\263\007\033\252\363\263\007\026/v1/identity-sets/{id}'
|
190
|
+
_IDENTITYSETS.methods_by_name['List']._options = None
|
191
|
+
_IDENTITYSETS.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\026\252\363\263\007\021/v1/identity-sets'
|
192
|
+
_IDENTITYSETCREATEREQUEST._serialized_start=54
|
193
|
+
_IDENTITYSETCREATEREQUEST._serialized_end=172
|
194
|
+
_IDENTITYSETCREATERESPONSE._serialized_start=175
|
195
|
+
_IDENTITYSETCREATERESPONSE._serialized_end=408
|
196
|
+
_IDENTITYSETGETREQUEST._serialized_start=410
|
197
|
+
_IDENTITYSETGETREQUEST._serialized_end=495
|
198
|
+
_IDENTITYSETGETRESPONSE._serialized_start=498
|
199
|
+
_IDENTITYSETGETRESPONSE._serialized_end=725
|
200
|
+
_IDENTITYSETUPDATEREQUEST._serialized_start=728
|
201
|
+
_IDENTITYSETUPDATEREQUEST._serialized_end=858
|
202
|
+
_IDENTITYSETUPDATERESPONSE._serialized_start=861
|
203
|
+
_IDENTITYSETUPDATERESPONSE._serialized_end=1094
|
204
|
+
_IDENTITYSETDELETEREQUEST._serialized_start=1096
|
205
|
+
_IDENTITYSETDELETEREQUEST._serialized_end=1187
|
206
|
+
_IDENTITYSETDELETERESPONSE._serialized_start=1190
|
207
|
+
_IDENTITYSETDELETERESPONSE._serialized_end=1372
|
208
|
+
_IDENTITYSETLISTREQUEST._serialized_start=1374
|
209
|
+
_IDENTITYSETLISTREQUEST._serialized_end=1465
|
210
|
+
_IDENTITYSETLISTRESPONSE._serialized_start=1468
|
211
|
+
_IDENTITYSETLISTRESPONSE._serialized_end=1674
|
212
|
+
_IDENTITYSET._serialized_start=1677
|
213
|
+
_IDENTITYSET._serialized_end=1849
|
214
|
+
_IDENTITYSETS._serialized_start=1852
|
215
|
+
_IDENTITYSETS._serialized_end=2471
|
216
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -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)
|
@@ -10842,6 +10842,102 @@ class IdentitySet:
|
|
10842
10842
|
)
|
10843
10843
|
|
10844
10844
|
|
10845
|
+
class IdentitySetCreateResponse:
|
10846
|
+
'''
|
10847
|
+
IdentitySetCreateResponse reports how the IdentitySets were created in the system. It can
|
10848
|
+
communicate partial successes or failures.
|
10849
|
+
'''
|
10850
|
+
__slots__ = [
|
10851
|
+
'identity_set',
|
10852
|
+
'meta',
|
10853
|
+
'rate_limit',
|
10854
|
+
]
|
10855
|
+
|
10856
|
+
def __init__(
|
10857
|
+
self,
|
10858
|
+
identity_set=None,
|
10859
|
+
meta=None,
|
10860
|
+
rate_limit=None,
|
10861
|
+
):
|
10862
|
+
self.identity_set = identity_set if identity_set is not None else None
|
10863
|
+
'''
|
10864
|
+
The created IdentitySet.
|
10865
|
+
'''
|
10866
|
+
self.meta = meta if meta is not None else None
|
10867
|
+
'''
|
10868
|
+
Reserved for future use.
|
10869
|
+
'''
|
10870
|
+
self.rate_limit = rate_limit if rate_limit is not None else None
|
10871
|
+
'''
|
10872
|
+
Rate limit information.
|
10873
|
+
'''
|
10874
|
+
|
10875
|
+
def __repr__(self):
|
10876
|
+
return '<sdm.IdentitySetCreateResponse ' + \
|
10877
|
+
'identity_set: ' + repr(self.identity_set) + ' ' +\
|
10878
|
+
'meta: ' + repr(self.meta) + ' ' +\
|
10879
|
+
'rate_limit: ' + repr(self.rate_limit) + ' ' +\
|
10880
|
+
'>'
|
10881
|
+
|
10882
|
+
def to_dict(self):
|
10883
|
+
return {
|
10884
|
+
'identity_set': self.identity_set,
|
10885
|
+
'meta': self.meta,
|
10886
|
+
'rate_limit': self.rate_limit,
|
10887
|
+
}
|
10888
|
+
|
10889
|
+
@classmethod
|
10890
|
+
def from_dict(cls, d):
|
10891
|
+
return cls(
|
10892
|
+
identity_set=d.get('identity_set'),
|
10893
|
+
meta=d.get('meta'),
|
10894
|
+
rate_limit=d.get('rate_limit'),
|
10895
|
+
)
|
10896
|
+
|
10897
|
+
|
10898
|
+
class IdentitySetDeleteResponse:
|
10899
|
+
'''
|
10900
|
+
IdentitySetDeleteResponse returns information about a IdentitySet that was deleted.
|
10901
|
+
'''
|
10902
|
+
__slots__ = [
|
10903
|
+
'meta',
|
10904
|
+
'rate_limit',
|
10905
|
+
]
|
10906
|
+
|
10907
|
+
def __init__(
|
10908
|
+
self,
|
10909
|
+
meta=None,
|
10910
|
+
rate_limit=None,
|
10911
|
+
):
|
10912
|
+
self.meta = meta if meta is not None else None
|
10913
|
+
'''
|
10914
|
+
Reserved for future use.
|
10915
|
+
'''
|
10916
|
+
self.rate_limit = rate_limit if rate_limit is not None else None
|
10917
|
+
'''
|
10918
|
+
Rate limit information.
|
10919
|
+
'''
|
10920
|
+
|
10921
|
+
def __repr__(self):
|
10922
|
+
return '<sdm.IdentitySetDeleteResponse ' + \
|
10923
|
+
'meta: ' + repr(self.meta) + ' ' +\
|
10924
|
+
'rate_limit: ' + repr(self.rate_limit) + ' ' +\
|
10925
|
+
'>'
|
10926
|
+
|
10927
|
+
def to_dict(self):
|
10928
|
+
return {
|
10929
|
+
'meta': self.meta,
|
10930
|
+
'rate_limit': self.rate_limit,
|
10931
|
+
}
|
10932
|
+
|
10933
|
+
@classmethod
|
10934
|
+
def from_dict(cls, d):
|
10935
|
+
return cls(
|
10936
|
+
meta=d.get('meta'),
|
10937
|
+
rate_limit=d.get('rate_limit'),
|
10938
|
+
)
|
10939
|
+
|
10940
|
+
|
10845
10941
|
class IdentitySetGetResponse:
|
10846
10942
|
'''
|
10847
10943
|
IdentitySetGetResponse returns a requested IdentitySet.
|
@@ -10958,6 +11054,59 @@ class IdentitySetHistory:
|
|
10958
11054
|
)
|
10959
11055
|
|
10960
11056
|
|
11057
|
+
class IdentitySetUpdateResponse:
|
11058
|
+
'''
|
11059
|
+
IdentitySetUpdateResponse returns the fields of a IdentitySet after it has been updated by
|
11060
|
+
a IdentitySetUpdateRequest.
|
11061
|
+
'''
|
11062
|
+
__slots__ = [
|
11063
|
+
'identity_set',
|
11064
|
+
'meta',
|
11065
|
+
'rate_limit',
|
11066
|
+
]
|
11067
|
+
|
11068
|
+
def __init__(
|
11069
|
+
self,
|
11070
|
+
identity_set=None,
|
11071
|
+
meta=None,
|
11072
|
+
rate_limit=None,
|
11073
|
+
):
|
11074
|
+
self.identity_set = identity_set if identity_set is not None else None
|
11075
|
+
'''
|
11076
|
+
The updated IdentitySet.
|
11077
|
+
'''
|
11078
|
+
self.meta = meta if meta is not None else None
|
11079
|
+
'''
|
11080
|
+
Reserved for future use.
|
11081
|
+
'''
|
11082
|
+
self.rate_limit = rate_limit if rate_limit is not None else None
|
11083
|
+
'''
|
11084
|
+
Rate limit information.
|
11085
|
+
'''
|
11086
|
+
|
11087
|
+
def __repr__(self):
|
11088
|
+
return '<sdm.IdentitySetUpdateResponse ' + \
|
11089
|
+
'identity_set: ' + repr(self.identity_set) + ' ' +\
|
11090
|
+
'meta: ' + repr(self.meta) + ' ' +\
|
11091
|
+
'rate_limit: ' + repr(self.rate_limit) + ' ' +\
|
11092
|
+
'>'
|
11093
|
+
|
11094
|
+
def to_dict(self):
|
11095
|
+
return {
|
11096
|
+
'identity_set': self.identity_set,
|
11097
|
+
'meta': self.meta,
|
11098
|
+
'rate_limit': self.rate_limit,
|
11099
|
+
}
|
11100
|
+
|
11101
|
+
@classmethod
|
11102
|
+
def from_dict(cls, d):
|
11103
|
+
return cls(
|
11104
|
+
identity_set=d.get('identity_set'),
|
11105
|
+
meta=d.get('meta'),
|
11106
|
+
rate_limit=d.get('rate_limit'),
|
11107
|
+
)
|
11108
|
+
|
11109
|
+
|
10961
11110
|
class KeyfactorSSHStore:
|
10962
11111
|
__slots__ = [
|
10963
11112
|
'ca_file_path',
|