strongdm 11.10.0__zip → 11.11.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-11.10.0 → strongdm-11.11.0}/PKG-INFO +2 -2
- {strongdm-11.10.0 → strongdm-11.11.0}/setup.py +2 -2
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/client.py +20 -1
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/constants.py +1 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/drivers_pb2.py +348 -348
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/models.py +313 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/nodes_pb2.py +37 -37
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/organization_history_pb2.py +6 -4
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/plumbing.py +205 -0
- strongdm-11.11.0/strongdm/proxy_cluster_keys_pb2.py +191 -0
- strongdm-11.11.0/strongdm/proxy_cluster_keys_pb2_grpc.py +192 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/svc.py +178 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm.egg-info/SOURCES.txt +2 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/LICENSE +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/README.md +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/setup.cfg +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/__init__.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/access_requests_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/errors.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/options_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/policies_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-11.10.0 → strongdm-11.11.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -15318,6 +15318,7 @@ class Organization:
|
|
15318
15318
|
'created_at',
|
15319
15319
|
'device_trust_enabled',
|
15320
15320
|
'device_trust_provider',
|
15321
|
+
'enforce_single_session',
|
15321
15322
|
'idle_timeout',
|
15322
15323
|
'idle_timeout_enabled',
|
15323
15324
|
'kind',
|
@@ -15349,6 +15350,7 @@ class Organization:
|
|
15349
15350
|
created_at=None,
|
15350
15351
|
device_trust_enabled=None,
|
15351
15352
|
device_trust_provider=None,
|
15353
|
+
enforce_single_session=None,
|
15352
15354
|
idle_timeout=None,
|
15353
15355
|
idle_timeout_enabled=None,
|
15354
15356
|
kind=None,
|
@@ -15389,6 +15391,10 @@ class Organization:
|
|
15389
15391
|
'''
|
15390
15392
|
The Organization's device trust provider, one of the DeviceTrustProvider constants.
|
15391
15393
|
'''
|
15394
|
+
self.enforce_single_session = enforce_single_session if enforce_single_session is not None else False
|
15395
|
+
'''
|
15396
|
+
Indicates if the Organization enforces a single session per user for the CLI and AdminUI.
|
15397
|
+
'''
|
15392
15398
|
self.idle_timeout = idle_timeout if idle_timeout is not None else None
|
15393
15399
|
'''
|
15394
15400
|
The Organization's idle timeout, if enabled.
|
@@ -15488,6 +15494,7 @@ class Organization:
|
|
15488
15494
|
'created_at: ' + repr(self.created_at) + ' ' +\
|
15489
15495
|
'device_trust_enabled: ' + repr(self.device_trust_enabled) + ' ' +\
|
15490
15496
|
'device_trust_provider: ' + repr(self.device_trust_provider) + ' ' +\
|
15497
|
+
'enforce_single_session: ' + repr(self.enforce_single_session) + ' ' +\
|
15491
15498
|
'idle_timeout: ' + repr(self.idle_timeout) + ' ' +\
|
15492
15499
|
'idle_timeout_enabled: ' + repr(self.idle_timeout_enabled) + ' ' +\
|
15493
15500
|
'kind: ' + repr(self.kind) + ' ' +\
|
@@ -15519,6 +15526,7 @@ class Organization:
|
|
15519
15526
|
'created_at': self.created_at,
|
15520
15527
|
'device_trust_enabled': self.device_trust_enabled,
|
15521
15528
|
'device_trust_provider': self.device_trust_provider,
|
15529
|
+
'enforce_single_session': self.enforce_single_session,
|
15522
15530
|
'idle_timeout': self.idle_timeout,
|
15523
15531
|
'idle_timeout_enabled': self.idle_timeout_enabled,
|
15524
15532
|
'kind': self.kind,
|
@@ -15553,6 +15561,7 @@ class Organization:
|
|
15553
15561
|
created_at=d.get('created_at'),
|
15554
15562
|
device_trust_enabled=d.get('device_trust_enabled'),
|
15555
15563
|
device_trust_provider=d.get('device_trust_provider'),
|
15564
|
+
enforce_single_session=d.get('enforce_single_session'),
|
15556
15565
|
idle_timeout=d.get('idle_timeout'),
|
15557
15566
|
idle_timeout_enabled=d.get('idle_timeout_enabled'),
|
15558
15567
|
kind=d.get('kind'),
|
@@ -17067,6 +17076,310 @@ class Presto:
|
|
17067
17076
|
)
|
17068
17077
|
|
17069
17078
|
|
17079
|
+
class ProxyCluster:
|
17080
|
+
'''
|
17081
|
+
ProxyCluster represents a cluster of StrongDM proxies.
|
17082
|
+
'''
|
17083
|
+
__slots__ = [
|
17084
|
+
'address',
|
17085
|
+
'id',
|
17086
|
+
'maintenance_windows',
|
17087
|
+
'name',
|
17088
|
+
'tags',
|
17089
|
+
]
|
17090
|
+
|
17091
|
+
def __init__(
|
17092
|
+
self,
|
17093
|
+
address=None,
|
17094
|
+
id=None,
|
17095
|
+
maintenance_windows=None,
|
17096
|
+
name=None,
|
17097
|
+
tags=None,
|
17098
|
+
):
|
17099
|
+
self.address = address if address is not None else ''
|
17100
|
+
'''
|
17101
|
+
The public hostname/port tuple at which the proxy cluster will be
|
17102
|
+
accessible to clients.
|
17103
|
+
'''
|
17104
|
+
self.id = id if id is not None else ''
|
17105
|
+
'''
|
17106
|
+
Unique identifier of the Proxy Cluster.
|
17107
|
+
'''
|
17108
|
+
self.maintenance_windows = maintenance_windows if maintenance_windows is not None else []
|
17109
|
+
'''
|
17110
|
+
Maintenance Windows define when this node is allowed to restart. If a node
|
17111
|
+
is requested to restart, it will check each window to determine if any of
|
17112
|
+
them permit it to restart, and if any do, it will. This check is repeated
|
17113
|
+
per window until the restart is successfully completed.
|
17114
|
+
|
17115
|
+
If not set here, may be set on the command line or via an environment variable
|
17116
|
+
on the process itself; any server setting will take precedence over local
|
17117
|
+
settings. This setting is ineffective for nodes below version 38.44.0.
|
17118
|
+
|
17119
|
+
If this setting is not applied via this remote configuration or via local
|
17120
|
+
configuration, the default setting is used: always allow restarts if serving
|
17121
|
+
no connections, and allow a restart even if serving connections between 7-8 UTC, any day.
|
17122
|
+
'''
|
17123
|
+
self.name = name if name is not None else ''
|
17124
|
+
'''
|
17125
|
+
Unique human-readable name of the proxy cluster. Names must
|
17126
|
+
include only letters, numbers, and hyphens (no spaces, underscores, or
|
17127
|
+
other special characters). Generated if not provided on create.
|
17128
|
+
'''
|
17129
|
+
self.tags = tags if tags is not None else _porcelain_zero_value_tags()
|
17130
|
+
'''
|
17131
|
+
Tags is a map of key, value pairs.
|
17132
|
+
'''
|
17133
|
+
|
17134
|
+
def __repr__(self):
|
17135
|
+
return '<sdm.ProxyCluster ' + \
|
17136
|
+
'address: ' + repr(self.address) + ' ' +\
|
17137
|
+
'id: ' + repr(self.id) + ' ' +\
|
17138
|
+
'maintenance_windows: ' + repr(self.maintenance_windows) + ' ' +\
|
17139
|
+
'name: ' + repr(self.name) + ' ' +\
|
17140
|
+
'tags: ' + repr(self.tags) + ' ' +\
|
17141
|
+
'>'
|
17142
|
+
|
17143
|
+
def to_dict(self):
|
17144
|
+
return {
|
17145
|
+
'address': self.address,
|
17146
|
+
'id': self.id,
|
17147
|
+
'maintenance_windows': self.maintenance_windows,
|
17148
|
+
'name': self.name,
|
17149
|
+
'tags': self.tags,
|
17150
|
+
}
|
17151
|
+
|
17152
|
+
@classmethod
|
17153
|
+
def from_dict(cls, d):
|
17154
|
+
return cls(
|
17155
|
+
address=d.get('address'),
|
17156
|
+
id=d.get('id'),
|
17157
|
+
maintenance_windows=d.get('maintenance_windows'),
|
17158
|
+
name=d.get('name'),
|
17159
|
+
tags=d.get('tags'),
|
17160
|
+
)
|
17161
|
+
|
17162
|
+
|
17163
|
+
class ProxyClusterKey:
|
17164
|
+
'''
|
17165
|
+
Proxy Cluster Keys are authentication keys for all proxies within a cluster.
|
17166
|
+
The proxies within a cluster share the same key. One cluster can have
|
17167
|
+
multiple keys in order to facilitate key rotation.
|
17168
|
+
'''
|
17169
|
+
__slots__ = [
|
17170
|
+
'created_at',
|
17171
|
+
'id',
|
17172
|
+
'last_used_at',
|
17173
|
+
'proxy_cluster_id',
|
17174
|
+
]
|
17175
|
+
|
17176
|
+
def __init__(
|
17177
|
+
self,
|
17178
|
+
created_at=None,
|
17179
|
+
id=None,
|
17180
|
+
last_used_at=None,
|
17181
|
+
proxy_cluster_id=None,
|
17182
|
+
):
|
17183
|
+
self.created_at = created_at if created_at is not None else None
|
17184
|
+
'''
|
17185
|
+
The timestamp when this key was created.
|
17186
|
+
'''
|
17187
|
+
self.id = id if id is not None else ''
|
17188
|
+
'''
|
17189
|
+
Unique identifier of the Relay.
|
17190
|
+
'''
|
17191
|
+
self.last_used_at = last_used_at if last_used_at is not None else None
|
17192
|
+
'''
|
17193
|
+
The timestamp when this key was last used, if at all.
|
17194
|
+
'''
|
17195
|
+
self.proxy_cluster_id = proxy_cluster_id if proxy_cluster_id is not None else ''
|
17196
|
+
'''
|
17197
|
+
The ID of the proxy cluster which this key authenticates to.
|
17198
|
+
'''
|
17199
|
+
|
17200
|
+
def __repr__(self):
|
17201
|
+
return '<sdm.ProxyClusterKey ' + \
|
17202
|
+
'created_at: ' + repr(self.created_at) + ' ' +\
|
17203
|
+
'id: ' + repr(self.id) + ' ' +\
|
17204
|
+
'last_used_at: ' + repr(self.last_used_at) + ' ' +\
|
17205
|
+
'proxy_cluster_id: ' + repr(self.proxy_cluster_id) + ' ' +\
|
17206
|
+
'>'
|
17207
|
+
|
17208
|
+
def to_dict(self):
|
17209
|
+
return {
|
17210
|
+
'created_at': self.created_at,
|
17211
|
+
'id': self.id,
|
17212
|
+
'last_used_at': self.last_used_at,
|
17213
|
+
'proxy_cluster_id': self.proxy_cluster_id,
|
17214
|
+
}
|
17215
|
+
|
17216
|
+
@classmethod
|
17217
|
+
def from_dict(cls, d):
|
17218
|
+
return cls(
|
17219
|
+
created_at=d.get('created_at'),
|
17220
|
+
id=d.get('id'),
|
17221
|
+
last_used_at=d.get('last_used_at'),
|
17222
|
+
proxy_cluster_id=d.get('proxy_cluster_id'),
|
17223
|
+
)
|
17224
|
+
|
17225
|
+
|
17226
|
+
class ProxyClusterKeyCreateResponse:
|
17227
|
+
'''
|
17228
|
+
ProxyClusterKeyCreateResponse reports how the ProxyClusterKeys were created in the system.
|
17229
|
+
'''
|
17230
|
+
__slots__ = [
|
17231
|
+
'meta',
|
17232
|
+
'proxy_cluster_key',
|
17233
|
+
'rate_limit',
|
17234
|
+
'secret_key',
|
17235
|
+
]
|
17236
|
+
|
17237
|
+
def __init__(
|
17238
|
+
self,
|
17239
|
+
meta=None,
|
17240
|
+
proxy_cluster_key=None,
|
17241
|
+
rate_limit=None,
|
17242
|
+
secret_key=None,
|
17243
|
+
):
|
17244
|
+
self.meta = meta if meta is not None else None
|
17245
|
+
'''
|
17246
|
+
Reserved for future use.
|
17247
|
+
'''
|
17248
|
+
self.proxy_cluster_key = proxy_cluster_key if proxy_cluster_key is not None else None
|
17249
|
+
'''
|
17250
|
+
The created ProxyClusterKey.
|
17251
|
+
'''
|
17252
|
+
self.rate_limit = rate_limit if rate_limit is not None else None
|
17253
|
+
'''
|
17254
|
+
Rate limit information.
|
17255
|
+
'''
|
17256
|
+
self.secret_key = secret_key if secret_key is not None else ''
|
17257
|
+
'''
|
17258
|
+
The secret key component of this key. It must be saved upon creation
|
17259
|
+
because it will not be available for retrieval later.
|
17260
|
+
'''
|
17261
|
+
|
17262
|
+
def __repr__(self):
|
17263
|
+
return '<sdm.ProxyClusterKeyCreateResponse ' + \
|
17264
|
+
'meta: ' + repr(self.meta) + ' ' +\
|
17265
|
+
'proxy_cluster_key: ' + repr(self.proxy_cluster_key) + ' ' +\
|
17266
|
+
'rate_limit: ' + repr(self.rate_limit) + ' ' +\
|
17267
|
+
'secret_key: ' + repr(self.secret_key) + ' ' +\
|
17268
|
+
'>'
|
17269
|
+
|
17270
|
+
def to_dict(self):
|
17271
|
+
return {
|
17272
|
+
'meta': self.meta,
|
17273
|
+
'proxy_cluster_key': self.proxy_cluster_key,
|
17274
|
+
'rate_limit': self.rate_limit,
|
17275
|
+
'secret_key': self.secret_key,
|
17276
|
+
}
|
17277
|
+
|
17278
|
+
@classmethod
|
17279
|
+
def from_dict(cls, d):
|
17280
|
+
return cls(
|
17281
|
+
meta=d.get('meta'),
|
17282
|
+
proxy_cluster_key=d.get('proxy_cluster_key'),
|
17283
|
+
rate_limit=d.get('rate_limit'),
|
17284
|
+
secret_key=d.get('secret_key'),
|
17285
|
+
)
|
17286
|
+
|
17287
|
+
|
17288
|
+
class ProxyClusterKeyDeleteResponse:
|
17289
|
+
'''
|
17290
|
+
ProxyClusterKeyDeleteResponse returns information about a ProxyClusterKey that was deleted.
|
17291
|
+
'''
|
17292
|
+
__slots__ = [
|
17293
|
+
'meta',
|
17294
|
+
'rate_limit',
|
17295
|
+
]
|
17296
|
+
|
17297
|
+
def __init__(
|
17298
|
+
self,
|
17299
|
+
meta=None,
|
17300
|
+
rate_limit=None,
|
17301
|
+
):
|
17302
|
+
self.meta = meta if meta is not None else None
|
17303
|
+
'''
|
17304
|
+
Reserved for future use.
|
17305
|
+
'''
|
17306
|
+
self.rate_limit = rate_limit if rate_limit is not None else None
|
17307
|
+
'''
|
17308
|
+
Rate limit information.
|
17309
|
+
'''
|
17310
|
+
|
17311
|
+
def __repr__(self):
|
17312
|
+
return '<sdm.ProxyClusterKeyDeleteResponse ' + \
|
17313
|
+
'meta: ' + repr(self.meta) + ' ' +\
|
17314
|
+
'rate_limit: ' + repr(self.rate_limit) + ' ' +\
|
17315
|
+
'>'
|
17316
|
+
|
17317
|
+
def to_dict(self):
|
17318
|
+
return {
|
17319
|
+
'meta': self.meta,
|
17320
|
+
'rate_limit': self.rate_limit,
|
17321
|
+
}
|
17322
|
+
|
17323
|
+
@classmethod
|
17324
|
+
def from_dict(cls, d):
|
17325
|
+
return cls(
|
17326
|
+
meta=d.get('meta'),
|
17327
|
+
rate_limit=d.get('rate_limit'),
|
17328
|
+
)
|
17329
|
+
|
17330
|
+
|
17331
|
+
class ProxyClusterKeyGetResponse:
|
17332
|
+
'''
|
17333
|
+
ProxyClusterKeyGetResponse returns a requested ProxyClusterKey.
|
17334
|
+
'''
|
17335
|
+
__slots__ = [
|
17336
|
+
'meta',
|
17337
|
+
'proxy_cluster_key',
|
17338
|
+
'rate_limit',
|
17339
|
+
]
|
17340
|
+
|
17341
|
+
def __init__(
|
17342
|
+
self,
|
17343
|
+
meta=None,
|
17344
|
+
proxy_cluster_key=None,
|
17345
|
+
rate_limit=None,
|
17346
|
+
):
|
17347
|
+
self.meta = meta if meta is not None else None
|
17348
|
+
'''
|
17349
|
+
Reserved for future use.
|
17350
|
+
'''
|
17351
|
+
self.proxy_cluster_key = proxy_cluster_key if proxy_cluster_key is not None else None
|
17352
|
+
'''
|
17353
|
+
The requested ProxyClusterKey.
|
17354
|
+
'''
|
17355
|
+
self.rate_limit = rate_limit if rate_limit is not None else None
|
17356
|
+
'''
|
17357
|
+
Rate limit information.
|
17358
|
+
'''
|
17359
|
+
|
17360
|
+
def __repr__(self):
|
17361
|
+
return '<sdm.ProxyClusterKeyGetResponse ' + \
|
17362
|
+
'meta: ' + repr(self.meta) + ' ' +\
|
17363
|
+
'proxy_cluster_key: ' + repr(self.proxy_cluster_key) + ' ' +\
|
17364
|
+
'rate_limit: ' + repr(self.rate_limit) + ' ' +\
|
17365
|
+
'>'
|
17366
|
+
|
17367
|
+
def to_dict(self):
|
17368
|
+
return {
|
17369
|
+
'meta': self.meta,
|
17370
|
+
'proxy_cluster_key': self.proxy_cluster_key,
|
17371
|
+
'rate_limit': self.rate_limit,
|
17372
|
+
}
|
17373
|
+
|
17374
|
+
@classmethod
|
17375
|
+
def from_dict(cls, d):
|
17376
|
+
return cls(
|
17377
|
+
meta=d.get('meta'),
|
17378
|
+
proxy_cluster_key=d.get('proxy_cluster_key'),
|
17379
|
+
rate_limit=d.get('rate_limit'),
|
17380
|
+
)
|
17381
|
+
|
17382
|
+
|
17070
17383
|
class Query:
|
17071
17384
|
'''
|
17072
17385
|
A Query is a record of a single client request to a resource, such as a SQL query.
|
@@ -32,7 +32,7 @@ from . import spec_pb2 as spec__pb2
|
|
32
32
|
from . import tags_pb2 as tags__pb2
|
33
33
|
|
34
34
|
|
35
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0bnodes.proto\x12\x02v1\x1a\x1egoogle/protobuf/duration.proto\x1a\roptions.proto\x1a\nspec.proto\x1a\ntags.proto\"`\n\x11NodeCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xf3\x01\n\x12NodeCreateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\x05token\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xf0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x04 \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\n\x0eNodeGetRequest\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\"\xcd\x01\n\x0fNodeGetResponse\x12\x31\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.GetResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\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\"l\n\x11NodeUpdateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\x12\n\n\x02id\x18\x02 \x01(\t\x12\"\n\x04node\x18\x03 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xd3\x01\n\x12NodeUpdateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.UpdateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\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\"T\n\x11NodeDeleteRequest\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\"\xaf\x01\n\x12NodeDeleteResponse\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\"T\n\x0fNodeListRequest\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\"\xb8\x01\n\x10NodeListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12#\n\x05nodes\x18\x02 \x03(\x0b\x32\x08.v1.NodeB\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\"\xa7\x02\n\x04Node\x12&\n\x05relay\x18\x01 \x01(\x0b\x32\t.v1.RelayB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12*\n\x07gateway\x18\x02 \x01(\x0b\x32\x0b.v1.GatewayB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12H\n\x0fgateway_cluster\x18\x03 \x01(\x0b\x32\x12.v1.GatewayClusterB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_privateH\x00:[\xfa\xf8\xb3\x07L\xc2\xf3\xb3\x07G\xa2\xf3\xb3\x07\x1dtf_examples/node_resource.txt\xaa\xf3\xb3\x07 tf_examples/node_data_source.txt\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x42$\n\x04node\x12\x1c\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04tags\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04name\"\xa8\x04\n\x05Relay\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\xd0\xf4\xb3\x07\x01\x12<\n\x05state\x18\x03 \x01(\tB-\xf2\xf8\xb3\x07(\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\x01*\xb2\xf4\xb3\x07\x13!terraform-provider\x12\"\n\x04tags\x18\x04 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x0egateway_filter\x18\x05 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x06\x64\x65vice\x18\x06 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12!\n\x08location\x18\x07 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12 \n\x07version\x18\x08 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12,\n\x04uuid\x18\t \x01(\tB\x1e\xf2\xf8\xb3\x07\x19\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12t\n\x13maintenance_windows\x18\x0b \x03(\x0b\x32\x19.v1.NodeMaintenanceWindowB<\xf2\xf8\xb3\x07\x37\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x12terraform-provider\x12\x12maintenance_window\x12L\n\x10\x64iscovery_config\x18\x0c \x01(\x0b\x32\x17.v1.NodeDiscoveryConfigB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\x84\x05\n\x07Gateway\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\xd0\xf4\xb3\x07\x01\x12<\n\x05state\x18\x03 \x01(\tB-\xf2\xf8\xb3\x07(\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\x01*\xb2\xf4\xb3\x07\x13!terraform-provider\x12,\n\x0elisten_address\x18\x04 \x01(\tB\x14\xf2\xf8\xb3\x07\x0f\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\xe0\xf3\xb3\x07\x01\x12*\n\x0c\x62ind_address\x18\x05 \x01(\tB\x14\xf2\xf8\xb3\x07\x0f\xb0\xf3\xb3\x07\x01\xe0\xf3\xb3\x07\x01\xd0\xf4\xb3\x07\x01\x12\"\n\x04tags\x18\x06 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x0egateway_filter\x18\x07 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x06\x64\x65vice\x18\x08 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12!\n\x08location\x18\t \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12 \n\x07version\x18\n \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12,\n\x04uuid\x18\x0b \x01(\tB\x1e\xf2\xf8\xb3\x07\x19\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12t\n\x13maintenance_windows\x18\r \x03(\x0b\x32\x19.v1.NodeMaintenanceWindowB<\xf2\xf8\xb3\x07\x37\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x12terraform-provider\x12\x12maintenance_window\x12L\n\x10\x64iscovery_config\x18\x0e \x01(\x0b\x32\x17.v1.NodeDiscoveryConfigB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xf1\x02\n\x0eGatewayCluster\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\xd0\xf4\xb3\x07\x01\x12%\n\x07\x61\x64\x64ress\x18\x03 \x01(\tB\x14\xf2\xf8\xb3\x07\x0f\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\xe0\xf3\xb3\x07\x01\x12\"\n\x04tags\x18\x04 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12t\n\x13maintenance_windows\x18\x05 \x03(\x0b\x32\x19.v1.NodeMaintenanceWindowB<\xf2\xf8\xb3\x07\x37\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x12terraform-provider\x12\x12maintenance_window\x12L\n\x10\x64iscovery_config\x18\x06 \x01(\x0b\x32\x17.v1.NodeDiscoveryConfigB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private:\x19\xfa\xf8\xb3\x07\x14\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\ngo_private\"\xb6\x01\n\x15NodeMaintenanceWindow\x12!\n\rcron_schedule\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x10require_idleness\x18\x02 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:T\xfa\xf8\xb3\x07O\xa8\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x45\xf2\xf3\xb3\x07\x1e\n\x12terraform-provider\x12\x08TypeList\xfa\xf3\xb3\x07\x1dnodeMaintenanceWindowElemType\"\xc3\x01\n\x13NodeDiscoveryConfig\x12\x1b\n\x07\x65nabled\x18\x01 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x35\n\x06period\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12=\n\x0c\x65nabledTypes\x18\x03 \x03(\x0b\x32\x1b.v1.NodeDiscoveryTypeConfigB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x19\xfa\xf8\xb3\x07\x14\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\ngo_private\"N\n\x17NodeDiscoveryTypeConfig\x12\x18\n\x04type\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x19\xfa\xf8\xb3\x07\x14\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\ngo_private2\x87\x04\n\x05Nodes\x12Z\n\x06\x43reate\x12\x15.v1.NodeCreateRequest\x1a\x16.v1.NodeCreateResponse\"!\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x0e\xaa\xf3\xb3\x07\t/v1/nodes\x12U\n\x03Get\x12\x12.v1.NodeGetRequest\x1a\x13.v1.NodeGetResponse\"%\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x13\xaa\xf3\xb3\x07\x0e/v1/nodes/{id}\x12^\n\x06Update\x12\x15.v1.NodeUpdateRequest\x1a\x16.v1.NodeUpdateResponse\"%\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03put\x82\xf9\xb3\x07\x13\xaa\xf3\xb3\x07\x0e/v1/nodes/{id}\x12\x61\n\x06\x44\x65lete\x12\x15.v1.NodeDeleteRequest\x1a\x16.v1.NodeDeleteResponse\"(\x82\xf9\xb3\x07\x0b\xa2\xf3\xb3\x07\x06\x64\x65lete\x82\xf9\xb3\x07\x13\xaa\xf3\xb3\x07\x0e/v1/nodes/{id}\x12S\n\x04List\x12\x13.v1.NodeListRequest\x1a\x14.v1.NodeListResponse\" \x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x0e\xaa\xf3\xb3\x07\t/v1/nodes\x1a\x33\xca\xf9\xb3\x07\t\xc2\xf9\xb3\x07\x04Node\xca\xf9\xb3\x07\x07\xd2\xf9\xb3\x07\x02n-\xca\xf9\xb3\x07\x06\xca\xf9\xb3\x07\x01*\xca\xf9\xb3\x07\t\xca\xf9\xb3\x07\x04!cliBa\n\x19\x63om.strongdm.api.plumbingB\rNodesPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0bnodes.proto\x12\x02v1\x1a\x1egoogle/protobuf/duration.proto\x1a\roptions.proto\x1a\nspec.proto\x1a\ntags.proto\"`\n\x11NodeCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xf3\x01\n\x12NodeCreateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\x05token\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xf0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x04 \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\n\x0eNodeGetRequest\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\"\xcd\x01\n\x0fNodeGetResponse\x12\x31\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.GetResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\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\"l\n\x11NodeUpdateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\x12\n\n\x02id\x18\x02 \x01(\t\x12\"\n\x04node\x18\x03 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xd3\x01\n\x12NodeUpdateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.UpdateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\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\"T\n\x11NodeDeleteRequest\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\"\xaf\x01\n\x12NodeDeleteResponse\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\"T\n\x0fNodeListRequest\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\"\xb8\x01\n\x10NodeListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12#\n\x05nodes\x18\x02 \x03(\x0b\x32\x08.v1.NodeB\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\"\x94\x02\n\x04Node\x12&\n\x05relay\x18\x01 \x01(\x0b\x32\t.v1.RelayB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12*\n\x07gateway\x18\x02 \x01(\x0b\x32\x0b.v1.GatewayB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x35\n\rproxy_cluster\x18\x03 \x01(\x0b\x32\x10.v1.ProxyClusterB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00:[\xfa\xf8\xb3\x07L\xc2\xf3\xb3\x07G\xa2\xf3\xb3\x07\x1dtf_examples/node_resource.txt\xaa\xf3\xb3\x07 tf_examples/node_data_source.txt\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x42$\n\x04node\x12\x1c\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04tags\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04name\"\xa8\x04\n\x05Relay\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\xd0\xf4\xb3\x07\x01\x12<\n\x05state\x18\x03 \x01(\tB-\xf2\xf8\xb3\x07(\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\x01*\xb2\xf4\xb3\x07\x13!terraform-provider\x12\"\n\x04tags\x18\x04 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x0egateway_filter\x18\x05 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x06\x64\x65vice\x18\x06 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12!\n\x08location\x18\x07 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12 \n\x07version\x18\x08 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12,\n\x04uuid\x18\t \x01(\tB\x1e\xf2\xf8\xb3\x07\x19\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12t\n\x13maintenance_windows\x18\x0b \x03(\x0b\x32\x19.v1.NodeMaintenanceWindowB<\xf2\xf8\xb3\x07\x37\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x12terraform-provider\x12\x12maintenance_window\x12L\n\x10\x64iscovery_config\x18\x0c \x01(\x0b\x32\x17.v1.NodeDiscoveryConfigB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\x84\x05\n\x07Gateway\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\xd0\xf4\xb3\x07\x01\x12<\n\x05state\x18\x03 \x01(\tB-\xf2\xf8\xb3\x07(\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\x01*\xb2\xf4\xb3\x07\x13!terraform-provider\x12,\n\x0elisten_address\x18\x04 \x01(\tB\x14\xf2\xf8\xb3\x07\x0f\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\xe0\xf3\xb3\x07\x01\x12*\n\x0c\x62ind_address\x18\x05 \x01(\tB\x14\xf2\xf8\xb3\x07\x0f\xb0\xf3\xb3\x07\x01\xe0\xf3\xb3\x07\x01\xd0\xf4\xb3\x07\x01\x12\"\n\x04tags\x18\x06 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x0egateway_filter\x18\x07 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x06\x64\x65vice\x18\x08 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12!\n\x08location\x18\t \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12 \n\x07version\x18\n \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12,\n\x04uuid\x18\x0b \x01(\tB\x1e\xf2\xf8\xb3\x07\x19\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12t\n\x13maintenance_windows\x18\r \x03(\x0b\x32\x19.v1.NodeMaintenanceWindowB<\xf2\xf8\xb3\x07\x37\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x12terraform-provider\x12\x12maintenance_window\x12L\n\x10\x64iscovery_config\x18\x0e \x01(\x0b\x32\x17.v1.NodeDiscoveryConfigB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xe0\x02\n\x0cProxyCluster\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\xd0\xf4\xb3\x07\x01\x12%\n\x07\x61\x64\x64ress\x18\x03 \x01(\tB\x14\xf2\xf8\xb3\x07\x0f\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\xe0\xf3\xb3\x07\x01\x12\"\n\x04tags\x18\x04 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12t\n\x13maintenance_windows\x18\x05 \x03(\x0b\x32\x19.v1.NodeMaintenanceWindowB<\xf2\xf8\xb3\x07\x37\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x12terraform-provider\x12\x12maintenance_window\x12L\n\x10\x64iscovery_config\x18\x06 \x01(\x0b\x32\x17.v1.NodeDiscoveryConfigB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xb6\x01\n\x15NodeMaintenanceWindow\x12!\n\rcron_schedule\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x10require_idleness\x18\x02 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:T\xfa\xf8\xb3\x07O\xa8\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x45\xf2\xf3\xb3\x07\x1e\n\x12terraform-provider\x12\x08TypeList\xfa\xf3\xb3\x07\x1dnodeMaintenanceWindowElemType\"\xc3\x01\n\x13NodeDiscoveryConfig\x12\x1b\n\x07\x65nabled\x18\x01 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x35\n\x06period\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12=\n\x0c\x65nabledTypes\x18\x03 \x03(\x0b\x32\x1b.v1.NodeDiscoveryTypeConfigB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x19\xfa\xf8\xb3\x07\x14\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\ngo_private\"N\n\x17NodeDiscoveryTypeConfig\x12\x18\n\x04type\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x19\xfa\xf8\xb3\x07\x14\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\ngo_private2\x87\x04\n\x05Nodes\x12Z\n\x06\x43reate\x12\x15.v1.NodeCreateRequest\x1a\x16.v1.NodeCreateResponse\"!\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x0e\xaa\xf3\xb3\x07\t/v1/nodes\x12U\n\x03Get\x12\x12.v1.NodeGetRequest\x1a\x13.v1.NodeGetResponse\"%\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x13\xaa\xf3\xb3\x07\x0e/v1/nodes/{id}\x12^\n\x06Update\x12\x15.v1.NodeUpdateRequest\x1a\x16.v1.NodeUpdateResponse\"%\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03put\x82\xf9\xb3\x07\x13\xaa\xf3\xb3\x07\x0e/v1/nodes/{id}\x12\x61\n\x06\x44\x65lete\x12\x15.v1.NodeDeleteRequest\x1a\x16.v1.NodeDeleteResponse\"(\x82\xf9\xb3\x07\x0b\xa2\xf3\xb3\x07\x06\x64\x65lete\x82\xf9\xb3\x07\x13\xaa\xf3\xb3\x07\x0e/v1/nodes/{id}\x12S\n\x04List\x12\x13.v1.NodeListRequest\x1a\x14.v1.NodeListResponse\" \x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x0e\xaa\xf3\xb3\x07\t/v1/nodes\x1a\x33\xca\xf9\xb3\x07\t\xc2\xf9\xb3\x07\x04Node\xca\xf9\xb3\x07\x07\xd2\xf9\xb3\x07\x02n-\xca\xf9\xb3\x07\x06\xca\xf9\xb3\x07\x01*\xca\xf9\xb3\x07\t\xca\xf9\xb3\x07\x04!cliBa\n\x19\x63om.strongdm.api.plumbingB\rNodesPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
36
36
|
|
37
37
|
|
38
38
|
|
@@ -49,7 +49,7 @@ _NODELISTRESPONSE = DESCRIPTOR.message_types_by_name['NodeListResponse']
|
|
49
49
|
_NODE = DESCRIPTOR.message_types_by_name['Node']
|
50
50
|
_RELAY = DESCRIPTOR.message_types_by_name['Relay']
|
51
51
|
_GATEWAY = DESCRIPTOR.message_types_by_name['Gateway']
|
52
|
-
|
52
|
+
_PROXYCLUSTER = DESCRIPTOR.message_types_by_name['ProxyCluster']
|
53
53
|
_NODEMAINTENANCEWINDOW = DESCRIPTOR.message_types_by_name['NodeMaintenanceWindow']
|
54
54
|
_NODEDISCOVERYCONFIG = DESCRIPTOR.message_types_by_name['NodeDiscoveryConfig']
|
55
55
|
_NODEDISCOVERYTYPECONFIG = DESCRIPTOR.message_types_by_name['NodeDiscoveryTypeConfig']
|
@@ -144,12 +144,12 @@ Gateway = _reflection.GeneratedProtocolMessageType('Gateway', (_message.Message,
|
|
144
144
|
})
|
145
145
|
_sym_db.RegisterMessage(Gateway)
|
146
146
|
|
147
|
-
|
148
|
-
'DESCRIPTOR' :
|
147
|
+
ProxyCluster = _reflection.GeneratedProtocolMessageType('ProxyCluster', (_message.Message,), {
|
148
|
+
'DESCRIPTOR' : _PROXYCLUSTER,
|
149
149
|
'__module__' : 'nodes_pb2'
|
150
|
-
# @@protoc_insertion_point(class_scope:v1.
|
150
|
+
# @@protoc_insertion_point(class_scope:v1.ProxyCluster)
|
151
151
|
})
|
152
|
-
_sym_db.RegisterMessage(
|
152
|
+
_sym_db.RegisterMessage(ProxyCluster)
|
153
153
|
|
154
154
|
NodeMaintenanceWindow = _reflection.GeneratedProtocolMessageType('NodeMaintenanceWindow', (_message.Message,), {
|
155
155
|
'DESCRIPTOR' : _NODEMAINTENANCEWINDOW,
|
@@ -229,8 +229,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
229
229
|
_NODE.fields_by_name['relay']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
230
230
|
_NODE.fields_by_name['gateway']._options = None
|
231
231
|
_NODE.fields_by_name['gateway']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
232
|
-
_NODE.fields_by_name['
|
233
|
-
_NODE.fields_by_name['
|
232
|
+
_NODE.fields_by_name['proxy_cluster']._options = None
|
233
|
+
_NODE.fields_by_name['proxy_cluster']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
234
234
|
_NODE._options = None
|
235
235
|
_NODE._serialized_options = b'\372\370\263\007L\302\363\263\007G\242\363\263\007\035tf_examples/node_resource.txt\252\363\263\007 tf_examples/node_data_source.txt\372\370\263\007\005\250\363\263\007\001'
|
236
236
|
_RELAY.fields_by_name['id']._options = None
|
@@ -285,20 +285,20 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
285
285
|
_GATEWAY.fields_by_name['discovery_config']._serialized_options = b'\362\370\263\007\024\260\363\263\007\001\262\364\263\007\ngo_private'
|
286
286
|
_GATEWAY._options = None
|
287
287
|
_GATEWAY._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
288
|
+
_PROXYCLUSTER.fields_by_name['id']._options = None
|
289
|
+
_PROXYCLUSTER.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
290
|
+
_PROXYCLUSTER.fields_by_name['name']._options = None
|
291
|
+
_PROXYCLUSTER.fields_by_name['name']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\320\364\263\007\001'
|
292
|
+
_PROXYCLUSTER.fields_by_name['address']._options = None
|
293
|
+
_PROXYCLUSTER.fields_by_name['address']._serialized_options = b'\362\370\263\007\017\260\363\263\007\001\300\363\263\007\001\340\363\263\007\001'
|
294
|
+
_PROXYCLUSTER.fields_by_name['tags']._options = None
|
295
|
+
_PROXYCLUSTER.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
296
|
+
_PROXYCLUSTER.fields_by_name['maintenance_windows']._options = None
|
297
|
+
_PROXYCLUSTER.fields_by_name['maintenance_windows']._serialized_options = b'\362\370\263\0077\260\363\263\007\001\312\363\263\007-\302\364\263\007(\n\022terraform-provider\022\022maintenance_window'
|
298
|
+
_PROXYCLUSTER.fields_by_name['discovery_config']._options = None
|
299
|
+
_PROXYCLUSTER.fields_by_name['discovery_config']._serialized_options = b'\362\370\263\007\024\260\363\263\007\001\262\364\263\007\ngo_private'
|
300
|
+
_PROXYCLUSTER._options = None
|
301
|
+
_PROXYCLUSTER._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
302
302
|
_NODEMAINTENANCEWINDOW.fields_by_name['cron_schedule']._options = None
|
303
303
|
_NODEMAINTENANCEWINDOW.fields_by_name['cron_schedule']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
304
304
|
_NODEMAINTENANCEWINDOW.fields_by_name['require_idleness']._options = None
|
@@ -350,19 +350,19 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
350
350
|
_NODELISTRESPONSE._serialized_start=1397
|
351
351
|
_NODELISTRESPONSE._serialized_end=1581
|
352
352
|
_NODE._serialized_start=1584
|
353
|
-
_NODE._serialized_end=
|
354
|
-
_RELAY._serialized_start=
|
355
|
-
_RELAY._serialized_end=
|
356
|
-
_GATEWAY._serialized_start=
|
357
|
-
_GATEWAY._serialized_end=
|
358
|
-
|
359
|
-
|
360
|
-
_NODEMAINTENANCEWINDOW._serialized_start=
|
361
|
-
_NODEMAINTENANCEWINDOW._serialized_end=
|
362
|
-
_NODEDISCOVERYCONFIG._serialized_start=
|
363
|
-
_NODEDISCOVERYCONFIG._serialized_end=
|
364
|
-
_NODEDISCOVERYTYPECONFIG._serialized_start=
|
365
|
-
_NODEDISCOVERYTYPECONFIG._serialized_end=
|
366
|
-
_NODES._serialized_start=
|
367
|
-
_NODES._serialized_end=
|
353
|
+
_NODE._serialized_end=1860
|
354
|
+
_RELAY._serialized_start=1863
|
355
|
+
_RELAY._serialized_end=2415
|
356
|
+
_GATEWAY._serialized_start=2418
|
357
|
+
_GATEWAY._serialized_end=3062
|
358
|
+
_PROXYCLUSTER._serialized_start=3065
|
359
|
+
_PROXYCLUSTER._serialized_end=3417
|
360
|
+
_NODEMAINTENANCEWINDOW._serialized_start=3420
|
361
|
+
_NODEMAINTENANCEWINDOW._serialized_end=3602
|
362
|
+
_NODEDISCOVERYCONFIG._serialized_start=3605
|
363
|
+
_NODEDISCOVERYCONFIG._serialized_end=3800
|
364
|
+
_NODEDISCOVERYTYPECONFIG._serialized_start=3802
|
365
|
+
_NODEDISCOVERYTYPECONFIG._serialized_end=3880
|
366
|
+
_NODES._serialized_start=3883
|
367
|
+
_NODES._serialized_end=4402
|
368
368
|
# @@protoc_insertion_point(module_scope)
|
@@ -32,7 +32,7 @@ from . import options_pb2 as options__pb2
|
|
32
32
|
from . import spec_pb2 as spec__pb2
|
33
33
|
|
34
34
|
|
35
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1aorganization_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\roptions.proto\x1a\nspec.proto\"\x8d\x01\n\x1eOrganizationHistoryListRequest\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:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\x88\x02\n\x1fOrganizationHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12:\n\x07history\x18\x02 \x03(\x0b\x32\x1d.v1.OrganizationHistoryRecordB\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:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\xdf\x01\n\x19OrganizationHistoryRecord\x12\x1f\n\x0b\x61\x63tivity_id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x32\n\x0corganization\x18\x03 \x01(\x0b\x32\x10.v1.OrganizationB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1aorganization_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\roptions.proto\x1a\nspec.proto\"\x8d\x01\n\x1eOrganizationHistoryListRequest\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:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\x88\x02\n\x1fOrganizationHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12:\n\x07history\x18\x02 \x03(\x0b\x32\x1d.v1.OrganizationHistoryRecordB\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:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\xdf\x01\n\x19OrganizationHistoryRecord\x12\x1f\n\x0b\x61\x63tivity_id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x32\n\x0corganization\x18\x03 \x01(\x0b\x32\x10.v1.OrganizationB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\x99\x0c\n\x0cOrganization\x12\x18\n\x04name\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ncreated_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\nupdated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12!\n\rauth_provider\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12(\n\x14idle_timeout_enabled\x18\x05 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12;\n\x0cidle_timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12+\n\x17session_timeout_enabled\x18\x07 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12>\n\x0fsession_timeout\x18\x08 \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\x0bmfa_enabled\x18\t \x01(\x08\x42$\xf2\xf8\xb3\x07\x1f\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x02go\x12\nMFAEnabled\x12;\n\x0cmfa_provider\x18\n \x01(\tB%\xf2\xf8\xb3\x07 \xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x02go\x12\x0bMFAProvider\x12&\n\x12log_remote_encoder\x18\x0b \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12%\n\x11log_local_storage\x18\x0c \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12%\n\x11log_local_encoder\x18\r \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x10log_local_format\x18\x0e \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12@\n\x0flog_tcp_address\x18\x0f \x01(\tB\'\xf2\xf8\xb3\x07\"\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x02go\x12\rLogTCPAddress\x12#\n\x0flog_socket_path\x18\x10 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12=\n\rscim_provider\x18\x11 \x01(\tB&\xf2\xf8\xb3\x07!\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x02go\x12\x0cSCIMProvider\x12&\n\x12websites_subdomain\x18\x12 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12h\n$ssh_certificate_authority_public_key\x18\x13 \x01(\tB:\xf2\xf8\xb3\x07\x35\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07+\xc2\xf4\xb3\x07&\n\x02go\x12 SSHCertificateAuthorityPublicKey\x12\x84\x01\n$ssh_certificate_authority_updated_at\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.TimestampB:\xf2\xf8\xb3\x07\x35\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07+\xc2\xf4\xb3\x07&\n\x02go\x12 SSHCertificateAuthorityUpdatedAt\x12(\n\x14require_secret_store\x18\x15 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12#\n\x0fsensitive_label\x18\x16 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x44\n\x11saml_metadata_url\x18\x17 \x01(\tB)\xf2\xf8\xb3\x07$\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x02go\x12\x0fSAMLMetadataURL\x12\x18\n\x04kind\x18\x18 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12%\n\x02id\x18\x19 \x01(\tB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12\"\n\x0eloopback_range\x18\x1a \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12(\n\x14\x64\x65vice_trust_enabled\x18\x1b \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12)\n\x15\x64\x65vice_trust_provider\x18\x1c \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12*\n\x16\x65nforce_single_session\x18\x1d \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider2\xef\x01\n\x13OrganizationHistory\x12\x80\x01\n\x04List\x12\".v1.OrganizationHistoryListRequest\x1a#.v1.OrganizationHistoryListResponse\"/\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1d\xaa\xf3\xb3\x07\x18/v1/organization-history\x1aU\xca\xf9\xb3\x07\x1e\xc2\xf9\xb3\x07\x19OrganizationHistoryRecord\xca\xf9\xb3\x07\x05\xd8\xf9\xb3\x07\x01\xca\xf9\xb3\x07\x06\xca\xf9\xb3\x07\x01*\xca\xf9\xb3\x07\x18\xca\xf9\xb3\x07\x13!terraform-providerB\x97\x01\n\x19\x63om.strongdm.api.plumbingB\x1bOrganizationHistoryPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1\xc2\x92\xb4\x07\x06\xa2\x8c\xb4\x07\x01*\xc2\x92\xb4\x07\x18\xa2\x8c\xb4\x07\x13!terraform-providerb\x06proto3')
|
36
36
|
|
37
37
|
|
38
38
|
|
@@ -147,6 +147,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
147
147
|
_ORGANIZATION.fields_by_name['device_trust_enabled']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
148
148
|
_ORGANIZATION.fields_by_name['device_trust_provider']._options = None
|
149
149
|
_ORGANIZATION.fields_by_name['device_trust_provider']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
150
|
+
_ORGANIZATION.fields_by_name['enforce_single_session']._options = None
|
151
|
+
_ORGANIZATION.fields_by_name['enforce_single_session']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
150
152
|
_ORGANIZATION._options = None
|
151
153
|
_ORGANIZATION._serialized_options = b'\372\370\263\007\005\250\363\263\007\001\372\370\263\007\006\322\363\263\007\001*\372\370\263\007\030\322\363\263\007\023!terraform-provider'
|
152
154
|
_ORGANIZATIONHISTORY._options = None
|
@@ -160,7 +162,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
160
162
|
_ORGANIZATIONHISTORYRECORD._serialized_start=538
|
161
163
|
_ORGANIZATIONHISTORYRECORD._serialized_end=761
|
162
164
|
_ORGANIZATION._serialized_start=764
|
163
|
-
_ORGANIZATION._serialized_end=
|
164
|
-
_ORGANIZATIONHISTORY._serialized_start=
|
165
|
-
_ORGANIZATIONHISTORY._serialized_end=
|
165
|
+
_ORGANIZATION._serialized_end=2325
|
166
|
+
_ORGANIZATIONHISTORY._serialized_start=2328
|
167
|
+
_ORGANIZATIONHISTORY._serialized_end=2567
|
166
168
|
# @@protoc_insertion_point(module_scope)
|