strongdm 15.0.0__zip → 15.2.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-15.0.0 → strongdm-15.2.0}/PKG-INFO +2 -2
- {strongdm-15.0.0 → strongdm-15.2.0}/setup.py +2 -2
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/client.py +1 -1
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/constants.py +23 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/drivers_pb2.py +322 -322
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/models.py +147 -4
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/organization_history_pb2.py +25 -25
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/plumbing.py +97 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-15.0.0 → strongdm-15.2.0}/LICENSE +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/README.md +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/setup.cfg +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/__init__.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/access_requests_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/errors.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/health_checks_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/health_checks_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/managed_secrets_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/managed_secrets_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/options_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/policies_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/proxy_cluster_keys_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/secret_engine_policy_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/secret_engine_types_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/secret_engines_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/secret_engines_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/svc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-15.0.0 → strongdm-15.2.0}/strongdm.egg-info/top_level.txt +0 -0
|
@@ -3847,10 +3847,6 @@ class ActivityGetResponse:
|
|
|
3847
3847
|
|
|
3848
3848
|
|
|
3849
3849
|
class Aerospike:
|
|
3850
|
-
'''
|
|
3851
|
-
Aerospike is currently unstable, and its API may change, or it may be removed,
|
|
3852
|
-
without a major version bump.
|
|
3853
|
-
'''
|
|
3854
3850
|
__slots__ = [
|
|
3855
3851
|
'bind_interface',
|
|
3856
3852
|
'egress_filter',
|
|
@@ -16328,6 +16324,132 @@ class KubernetesUserImpersonation:
|
|
|
16328
16324
|
)
|
|
16329
16325
|
|
|
16330
16326
|
|
|
16327
|
+
class LogCategoryConfig:
|
|
16328
|
+
__slots__ = [
|
|
16329
|
+
'remote_discard_replays',
|
|
16330
|
+
'remote_encoder',
|
|
16331
|
+
]
|
|
16332
|
+
|
|
16333
|
+
def __init__(
|
|
16334
|
+
self,
|
|
16335
|
+
remote_discard_replays=None,
|
|
16336
|
+
remote_encoder=None,
|
|
16337
|
+
):
|
|
16338
|
+
self.remote_discard_replays = remote_discard_replays if remote_discard_replays is not None else False
|
|
16339
|
+
'''
|
|
16340
|
+
Indicates if the Organization should exclude replay data from remote logging for the log category.
|
|
16341
|
+
'''
|
|
16342
|
+
self.remote_encoder = remote_encoder if remote_encoder is not None else ''
|
|
16343
|
+
'''
|
|
16344
|
+
The Organization's remote log encryption encoder, one of the LogRemoteEncoder constants.
|
|
16345
|
+
'''
|
|
16346
|
+
|
|
16347
|
+
def __repr__(self):
|
|
16348
|
+
return '<sdm.LogCategoryConfig ' + \
|
|
16349
|
+
'remote_discard_replays: ' + repr(self.remote_discard_replays) + ' ' +\
|
|
16350
|
+
'remote_encoder: ' + repr(self.remote_encoder) + ' ' +\
|
|
16351
|
+
'>'
|
|
16352
|
+
|
|
16353
|
+
def to_dict(self):
|
|
16354
|
+
return {
|
|
16355
|
+
'remote_discard_replays': self.remote_discard_replays,
|
|
16356
|
+
'remote_encoder': self.remote_encoder,
|
|
16357
|
+
}
|
|
16358
|
+
|
|
16359
|
+
@classmethod
|
|
16360
|
+
def from_dict(cls, d):
|
|
16361
|
+
return cls(
|
|
16362
|
+
remote_discard_replays=d.get('remote_discard_replays'),
|
|
16363
|
+
remote_encoder=d.get('remote_encoder'),
|
|
16364
|
+
)
|
|
16365
|
+
|
|
16366
|
+
|
|
16367
|
+
class LogConfig:
|
|
16368
|
+
__slots__ = [
|
|
16369
|
+
'categories',
|
|
16370
|
+
'local_encoder',
|
|
16371
|
+
'local_format',
|
|
16372
|
+
'local_socket_path',
|
|
16373
|
+
'local_storage',
|
|
16374
|
+
'local_tcp_address',
|
|
16375
|
+
'public_key',
|
|
16376
|
+
]
|
|
16377
|
+
|
|
16378
|
+
def __init__(
|
|
16379
|
+
self,
|
|
16380
|
+
categories=None,
|
|
16381
|
+
local_encoder=None,
|
|
16382
|
+
local_format=None,
|
|
16383
|
+
local_socket_path=None,
|
|
16384
|
+
local_storage=None,
|
|
16385
|
+
local_tcp_address=None,
|
|
16386
|
+
public_key=None,
|
|
16387
|
+
):
|
|
16388
|
+
self.categories = categories if categories is not None else _porcelain_zero_value_log_category_config_map(
|
|
16389
|
+
)
|
|
16390
|
+
'''
|
|
16391
|
+
The Organization's log category configuration settings.
|
|
16392
|
+
'''
|
|
16393
|
+
self.local_encoder = local_encoder if local_encoder is not None else ''
|
|
16394
|
+
'''
|
|
16395
|
+
The Organization's local log encryption encoder, one of the LogLocalEncoder constants.
|
|
16396
|
+
'''
|
|
16397
|
+
self.local_format = local_format if local_format is not None else ''
|
|
16398
|
+
'''
|
|
16399
|
+
The Organization's local log format, one of the LogLocalFormat constants.
|
|
16400
|
+
'''
|
|
16401
|
+
self.local_socket_path = local_socket_path if local_socket_path is not None else ''
|
|
16402
|
+
'''
|
|
16403
|
+
The Organization's local log socket path.
|
|
16404
|
+
'''
|
|
16405
|
+
self.local_storage = local_storage if local_storage is not None else ''
|
|
16406
|
+
'''
|
|
16407
|
+
The Organization's local log storage, one of the LogLocalStorage constants.
|
|
16408
|
+
'''
|
|
16409
|
+
self.local_tcp_address = local_tcp_address if local_tcp_address is not None else ''
|
|
16410
|
+
'''
|
|
16411
|
+
The Organization's local log TCP address.
|
|
16412
|
+
'''
|
|
16413
|
+
self.public_key = public_key if public_key is not None else ''
|
|
16414
|
+
'''
|
|
16415
|
+
The Organization's public key in PEM format for encrypting logs.
|
|
16416
|
+
'''
|
|
16417
|
+
|
|
16418
|
+
def __repr__(self):
|
|
16419
|
+
return '<sdm.LogConfig ' + \
|
|
16420
|
+
'categories: ' + repr(self.categories) + ' ' +\
|
|
16421
|
+
'local_encoder: ' + repr(self.local_encoder) + ' ' +\
|
|
16422
|
+
'local_format: ' + repr(self.local_format) + ' ' +\
|
|
16423
|
+
'local_socket_path: ' + repr(self.local_socket_path) + ' ' +\
|
|
16424
|
+
'local_storage: ' + repr(self.local_storage) + ' ' +\
|
|
16425
|
+
'local_tcp_address: ' + repr(self.local_tcp_address) + ' ' +\
|
|
16426
|
+
'public_key: ' + repr(self.public_key) + ' ' +\
|
|
16427
|
+
'>'
|
|
16428
|
+
|
|
16429
|
+
def to_dict(self):
|
|
16430
|
+
return {
|
|
16431
|
+
'categories': self.categories,
|
|
16432
|
+
'local_encoder': self.local_encoder,
|
|
16433
|
+
'local_format': self.local_format,
|
|
16434
|
+
'local_socket_path': self.local_socket_path,
|
|
16435
|
+
'local_storage': self.local_storage,
|
|
16436
|
+
'local_tcp_address': self.local_tcp_address,
|
|
16437
|
+
'public_key': self.public_key,
|
|
16438
|
+
}
|
|
16439
|
+
|
|
16440
|
+
@classmethod
|
|
16441
|
+
def from_dict(cls, d):
|
|
16442
|
+
return cls(
|
|
16443
|
+
categories=d.get('categories'),
|
|
16444
|
+
local_encoder=d.get('local_encoder'),
|
|
16445
|
+
local_format=d.get('local_format'),
|
|
16446
|
+
local_socket_path=d.get('local_socket_path'),
|
|
16447
|
+
local_storage=d.get('local_storage'),
|
|
16448
|
+
local_tcp_address=d.get('local_tcp_address'),
|
|
16449
|
+
public_key=d.get('public_key'),
|
|
16450
|
+
)
|
|
16451
|
+
|
|
16452
|
+
|
|
16331
16453
|
class MTLSMysql:
|
|
16332
16454
|
'''
|
|
16333
16455
|
MTLSMysql is currently unstable, and its API may change, or it may be removed,
|
|
@@ -20292,6 +20414,7 @@ class Organization:
|
|
|
20292
20414
|
'idle_timeout',
|
|
20293
20415
|
'idle_timeout_enabled',
|
|
20294
20416
|
'kind',
|
|
20417
|
+
'log_config',
|
|
20295
20418
|
'log_local_encoder',
|
|
20296
20419
|
'log_local_format',
|
|
20297
20420
|
'log_local_storage',
|
|
@@ -20326,6 +20449,7 @@ class Organization:
|
|
|
20326
20449
|
idle_timeout=None,
|
|
20327
20450
|
idle_timeout_enabled=None,
|
|
20328
20451
|
kind=None,
|
|
20452
|
+
log_config=None,
|
|
20329
20453
|
log_local_encoder=None,
|
|
20330
20454
|
log_local_format=None,
|
|
20331
20455
|
log_local_storage=None,
|
|
@@ -20367,6 +20491,7 @@ class Organization:
|
|
|
20367
20491
|
self.discard_replays = discard_replays if discard_replays is not None else False
|
|
20368
20492
|
'''
|
|
20369
20493
|
Indicates if the Organization should drop replay data for SSH, RDP, and K8s logs.
|
|
20494
|
+
Deprecated: use categories specific log_config.categories[].remote_discard_replays instead
|
|
20370
20495
|
'''
|
|
20371
20496
|
self.enforce_single_session = enforce_single_session if enforce_single_session is not None else False
|
|
20372
20497
|
'''
|
|
@@ -20384,29 +20509,39 @@ class Organization:
|
|
|
20384
20509
|
'''
|
|
20385
20510
|
The Organization's type, one of the OrgKind constants.
|
|
20386
20511
|
'''
|
|
20512
|
+
self.log_config = log_config if log_config is not None else None
|
|
20513
|
+
'''
|
|
20514
|
+
The Organization's logging settings
|
|
20515
|
+
'''
|
|
20387
20516
|
self.log_local_encoder = log_local_encoder if log_local_encoder is not None else ''
|
|
20388
20517
|
'''
|
|
20389
20518
|
The Organization's local log encryption encoder, one of the LogLocalEncoder constants.
|
|
20519
|
+
Deprecated: use log_config.local_encoder instead
|
|
20390
20520
|
'''
|
|
20391
20521
|
self.log_local_format = log_local_format if log_local_format is not None else ''
|
|
20392
20522
|
'''
|
|
20393
20523
|
The Organization's local log format, one of the LogLocalFormat constants.
|
|
20524
|
+
Deprecated: use log_config.local_format instead
|
|
20394
20525
|
'''
|
|
20395
20526
|
self.log_local_storage = log_local_storage if log_local_storage is not None else ''
|
|
20396
20527
|
'''
|
|
20397
20528
|
The Organization's local log storage, one of the LogLocalStorage constants.
|
|
20529
|
+
Deprecated: use log_config.local_storage instead
|
|
20398
20530
|
'''
|
|
20399
20531
|
self.log_remote_encoder = log_remote_encoder if log_remote_encoder is not None else ''
|
|
20400
20532
|
'''
|
|
20401
20533
|
The Organization's remote log encryption encoder, one of the LogRemoteEncoder constants.
|
|
20534
|
+
Deprecated: use categories specific log_config.categories[].remote_encoder instead
|
|
20402
20535
|
'''
|
|
20403
20536
|
self.log_socket_path = log_socket_path if log_socket_path is not None else ''
|
|
20404
20537
|
'''
|
|
20405
20538
|
The Organization's socket path for Socket local log storage.
|
|
20539
|
+
Deprecated: use log_config.local_socket_path instead
|
|
20406
20540
|
'''
|
|
20407
20541
|
self.log_tcp_address = log_tcp_address if log_tcp_address is not None else ''
|
|
20408
20542
|
'''
|
|
20409
20543
|
The Organization's TCP address for TCP or Syslog local log storage.
|
|
20544
|
+
Deprecated: use log_config.local_tcp_address instead
|
|
20410
20545
|
'''
|
|
20411
20546
|
self.loopback_range = loopback_range if loopback_range is not None else ''
|
|
20412
20547
|
'''
|
|
@@ -20427,6 +20562,7 @@ class Organization:
|
|
|
20427
20562
|
self.public_key_pem = public_key_pem if public_key_pem is not None else ''
|
|
20428
20563
|
'''
|
|
20429
20564
|
The Organization's public key PEM for encrypting remote logs.
|
|
20565
|
+
Deprecated: use log_config.public_key instead
|
|
20430
20566
|
'''
|
|
20431
20567
|
self.require_secret_store = require_secret_store if require_secret_store is not None else False
|
|
20432
20568
|
'''
|
|
@@ -20480,6 +20616,7 @@ class Organization:
|
|
|
20480
20616
|
'idle_timeout: ' + repr(self.idle_timeout) + ' ' +\
|
|
20481
20617
|
'idle_timeout_enabled: ' + repr(self.idle_timeout_enabled) + ' ' +\
|
|
20482
20618
|
'kind: ' + repr(self.kind) + ' ' +\
|
|
20619
|
+
'log_config: ' + repr(self.log_config) + ' ' +\
|
|
20483
20620
|
'log_local_encoder: ' + repr(self.log_local_encoder) + ' ' +\
|
|
20484
20621
|
'log_local_format: ' + repr(self.log_local_format) + ' ' +\
|
|
20485
20622
|
'log_local_storage: ' + repr(self.log_local_storage) + ' ' +\
|
|
@@ -20514,6 +20651,7 @@ class Organization:
|
|
|
20514
20651
|
'idle_timeout': self.idle_timeout,
|
|
20515
20652
|
'idle_timeout_enabled': self.idle_timeout_enabled,
|
|
20516
20653
|
'kind': self.kind,
|
|
20654
|
+
'log_config': self.log_config,
|
|
20517
20655
|
'log_local_encoder': self.log_local_encoder,
|
|
20518
20656
|
'log_local_format': self.log_local_format,
|
|
20519
20657
|
'log_local_storage': self.log_local_storage,
|
|
@@ -20551,6 +20689,7 @@ class Organization:
|
|
|
20551
20689
|
idle_timeout=d.get('idle_timeout'),
|
|
20552
20690
|
idle_timeout_enabled=d.get('idle_timeout_enabled'),
|
|
20553
20691
|
kind=d.get('kind'),
|
|
20692
|
+
log_config=d.get('log_config'),
|
|
20554
20693
|
log_local_encoder=d.get('log_local_encoder'),
|
|
20555
20694
|
log_local_format=d.get('log_local_format'),
|
|
20556
20695
|
log_local_storage=d.get('log_local_storage'),
|
|
@@ -32176,3 +32315,7 @@ def _porcelain_zero_value_access_rules():
|
|
|
32176
32315
|
|
|
32177
32316
|
def _porcelain_zero_value_access_rule():
|
|
32178
32317
|
return {}
|
|
32318
|
+
|
|
32319
|
+
|
|
32320
|
+
def _porcelain_zero_value_log_category_config_map():
|
|
32321
|
+
return {}
|
|
@@ -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\"\xa1\r\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\x0c\x18\x01\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\'\n\x11log_local_storage\x18\x0c \x01(\tB\x0c\x18\x01\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\'\n\x11log_local_encoder\x18\r \x01(\tB\x0c\x18\x01\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12&\n\x10log_local_format\x18\x0e \x01(\tB\x0c\x18\x01\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x42\n\x0flog_tcp_address\x18\x0f \x01(\tB)\x18\x01\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\x0c\x18\x01\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\x12%\n\x0f\x64iscard_replays\x18\x1e \x01(\x08\x42\x0c\x18\x01\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x0epublic_key_pem\x18\x1f \x01(\tB\x0c\x18\x01\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12-\n\nlog_config\x18 \x01(\x0b\x32\r.v1.LogConfigB\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\"\xc6\x02\n\tLogConfig\x12!\n\rlocal_storage\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12!\n\rlocal_encoder\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12 \n\x0clocal_format\x18\x03 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x44\n\x11local_tcp_address\x18\x04 \x01(\tB)\xf2\xf8\xb3\x07$\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x02go\x12\x0fLocalTCPAddress\x12%\n\x11local_socket_path\x18\x05 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\npublic_key\x18\x06 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x38\n\ncategories\x18\x07 \x01(\x0b\x32\x18.v1.LogCategoryConfigMapB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xbc\x03\n\x14LogCategoryConfigMap\x12/\n\x07\x65ntries\x18\x01 \x03(\x0b\x32\x1e.v1.LogCategoryConfigMap.Entry\x1a[\n\x05\x45ntry\x12\x0c\n\x04name\x18\x01 \x01(\t\x12%\n\x06\x63onfig\x18\x02 \x01(\x0b\x32\x15.v1.LogCategoryConfig:\x1d\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\r!json_gateway:\x95\x02\xfa\xf8\xb3\x07\x8f\x02\xca\xf3\xb3\x07\xf1\x01\xea\xf3\xb3\x07\x17log_category_config_map\xf2\xf3\xb3\x07\x1a\n\x02go\x12\x14LogCategoryConfigMap\xf2\xf3\xb3\x07\"\n\ngo_private\x12\x14LogCategoryConfigMap\xf2\xf3\xb3\x07$\n\x0cgo_terraform\x12\x14LogCategoryConfigMap\xf2\xf3\xb3\x07\x30\n\x04java\x12(java.util.Map<String, LogCategoryConfig>\xf2\xf3\xb3\x07,\n\x0cjson_gateway\x12\x1cmap[string]LogCategoryConfig\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\r!json_gateway\"o\n\x11LogCategoryConfig\x12\"\n\x0eremote_encoder\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12*\n\x16remote_discard_replays\x18\x02 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x32\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
|
|
|
@@ -145,17 +145,17 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
145
145
|
_ORGANIZATION.fields_by_name['mfa_provider']._options = None
|
|
146
146
|
_ORGANIZATION.fields_by_name['mfa_provider']._serialized_options = b'\362\370\263\007 \260\363\263\007\001\312\363\263\007\026\302\364\263\007\021\n\002go\022\013MFAProvider'
|
|
147
147
|
_ORGANIZATION.fields_by_name['log_remote_encoder']._options = None
|
|
148
|
-
_ORGANIZATION.fields_by_name['log_remote_encoder']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
148
|
+
_ORGANIZATION.fields_by_name['log_remote_encoder']._serialized_options = b'\030\001\362\370\263\007\005\260\363\263\007\001'
|
|
149
149
|
_ORGANIZATION.fields_by_name['log_local_storage']._options = None
|
|
150
|
-
_ORGANIZATION.fields_by_name['log_local_storage']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
150
|
+
_ORGANIZATION.fields_by_name['log_local_storage']._serialized_options = b'\030\001\362\370\263\007\005\260\363\263\007\001'
|
|
151
151
|
_ORGANIZATION.fields_by_name['log_local_encoder']._options = None
|
|
152
|
-
_ORGANIZATION.fields_by_name['log_local_encoder']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
152
|
+
_ORGANIZATION.fields_by_name['log_local_encoder']._serialized_options = b'\030\001\362\370\263\007\005\260\363\263\007\001'
|
|
153
153
|
_ORGANIZATION.fields_by_name['log_local_format']._options = None
|
|
154
|
-
_ORGANIZATION.fields_by_name['log_local_format']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
154
|
+
_ORGANIZATION.fields_by_name['log_local_format']._serialized_options = b'\030\001\362\370\263\007\005\260\363\263\007\001'
|
|
155
155
|
_ORGANIZATION.fields_by_name['log_tcp_address']._options = None
|
|
156
|
-
_ORGANIZATION.fields_by_name['log_tcp_address']._serialized_options = b'\362\370\263\007\"\260\363\263\007\001\312\363\263\007\030\302\364\263\007\023\n\002go\022\rLogTCPAddress'
|
|
156
|
+
_ORGANIZATION.fields_by_name['log_tcp_address']._serialized_options = b'\030\001\362\370\263\007\"\260\363\263\007\001\312\363\263\007\030\302\364\263\007\023\n\002go\022\rLogTCPAddress'
|
|
157
157
|
_ORGANIZATION.fields_by_name['log_socket_path']._options = None
|
|
158
|
-
_ORGANIZATION.fields_by_name['log_socket_path']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
158
|
+
_ORGANIZATION.fields_by_name['log_socket_path']._serialized_options = b'\030\001\362\370\263\007\005\260\363\263\007\001'
|
|
159
159
|
_ORGANIZATION.fields_by_name['scim_provider']._options = None
|
|
160
160
|
_ORGANIZATION.fields_by_name['scim_provider']._serialized_options = b'\362\370\263\007!\260\363\263\007\001\312\363\263\007\027\302\364\263\007\022\n\002go\022\014SCIMProvider'
|
|
161
161
|
_ORGANIZATION.fields_by_name['websites_subdomain']._options = None
|
|
@@ -183,11 +183,11 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
183
183
|
_ORGANIZATION.fields_by_name['enforce_single_session']._options = None
|
|
184
184
|
_ORGANIZATION.fields_by_name['enforce_single_session']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
185
185
|
_ORGANIZATION.fields_by_name['discard_replays']._options = None
|
|
186
|
-
_ORGANIZATION.fields_by_name['discard_replays']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
186
|
+
_ORGANIZATION.fields_by_name['discard_replays']._serialized_options = b'\030\001\362\370\263\007\005\260\363\263\007\001'
|
|
187
187
|
_ORGANIZATION.fields_by_name['public_key_pem']._options = None
|
|
188
|
-
_ORGANIZATION.fields_by_name['public_key_pem']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
188
|
+
_ORGANIZATION.fields_by_name['public_key_pem']._serialized_options = b'\030\001\362\370\263\007\005\260\363\263\007\001'
|
|
189
189
|
_ORGANIZATION.fields_by_name['log_config']._options = None
|
|
190
|
-
_ORGANIZATION.fields_by_name['log_config']._serialized_options = b'\362\370\263\007\
|
|
190
|
+
_ORGANIZATION.fields_by_name['log_config']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
191
191
|
_ORGANIZATION._options = None
|
|
192
192
|
_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'
|
|
193
193
|
_LOGCONFIG.fields_by_name['local_storage']._options = None
|
|
@@ -205,17 +205,17 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
205
205
|
_LOGCONFIG.fields_by_name['categories']._options = None
|
|
206
206
|
_LOGCONFIG.fields_by_name['categories']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
207
207
|
_LOGCONFIG._options = None
|
|
208
|
-
_LOGCONFIG._serialized_options = b'\372\370\263\007\
|
|
208
|
+
_LOGCONFIG._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
|
209
209
|
_LOGCATEGORYCONFIGMAP_ENTRY._options = None
|
|
210
|
-
_LOGCATEGORYCONFIGMAP_ENTRY._serialized_options = b'\372\370\263\007\
|
|
210
|
+
_LOGCATEGORYCONFIGMAP_ENTRY._serialized_options = b'\372\370\263\007\030\322\363\263\007\001*\322\363\263\007\r!json_gateway'
|
|
211
211
|
_LOGCATEGORYCONFIGMAP._options = None
|
|
212
|
-
_LOGCATEGORYCONFIGMAP._serialized_options = b'\372\370\263\
|
|
212
|
+
_LOGCATEGORYCONFIGMAP._serialized_options = b'\372\370\263\007\217\002\312\363\263\007\361\001\352\363\263\007\027log_category_config_map\362\363\263\007\032\n\002go\022\024LogCategoryConfigMap\362\363\263\007\"\n\ngo_private\022\024LogCategoryConfigMap\362\363\263\007$\n\014go_terraform\022\024LogCategoryConfigMap\362\363\263\0070\n\004java\022(java.util.Map<String, LogCategoryConfig>\362\363\263\007,\n\014json_gateway\022\034map[string]LogCategoryConfig\322\363\263\007\001*\322\363\263\007\r!json_gateway'
|
|
213
213
|
_LOGCATEGORYCONFIG.fields_by_name['remote_encoder']._options = None
|
|
214
214
|
_LOGCATEGORYCONFIG.fields_by_name['remote_encoder']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
215
215
|
_LOGCATEGORYCONFIG.fields_by_name['remote_discard_replays']._options = None
|
|
216
216
|
_LOGCATEGORYCONFIG.fields_by_name['remote_discard_replays']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
217
217
|
_LOGCATEGORYCONFIG._options = None
|
|
218
|
-
_LOGCATEGORYCONFIG._serialized_options = b'\372\370\263\007\
|
|
218
|
+
_LOGCATEGORYCONFIG._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
|
219
219
|
_ORGANIZATIONHISTORY._options = None
|
|
220
220
|
_ORGANIZATIONHISTORY._serialized_options = b'\312\371\263\007\036\302\371\263\007\031OrganizationHistoryRecord\312\371\263\007\005\330\371\263\007\001\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider'
|
|
221
221
|
_ORGANIZATIONHISTORY.methods_by_name['List']._options = None
|
|
@@ -227,15 +227,15 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
227
227
|
_ORGANIZATIONHISTORYRECORD._serialized_start=538
|
|
228
228
|
_ORGANIZATIONHISTORYRECORD._serialized_end=761
|
|
229
229
|
_ORGANIZATION._serialized_start=764
|
|
230
|
-
_ORGANIZATION._serialized_end=
|
|
231
|
-
_LOGCONFIG._serialized_start=
|
|
232
|
-
_LOGCONFIG._serialized_end=
|
|
233
|
-
_LOGCATEGORYCONFIGMAP._serialized_start=
|
|
234
|
-
_LOGCATEGORYCONFIGMAP._serialized_end=
|
|
235
|
-
_LOGCATEGORYCONFIGMAP_ENTRY._serialized_start=
|
|
236
|
-
_LOGCATEGORYCONFIGMAP_ENTRY._serialized_end=
|
|
237
|
-
_LOGCATEGORYCONFIG._serialized_start=
|
|
238
|
-
_LOGCATEGORYCONFIG._serialized_end=
|
|
239
|
-
_ORGANIZATIONHISTORY._serialized_start=
|
|
240
|
-
_ORGANIZATIONHISTORY._serialized_end=
|
|
230
|
+
_ORGANIZATION._serialized_end=2461
|
|
231
|
+
_LOGCONFIG._serialized_start=2464
|
|
232
|
+
_LOGCONFIG._serialized_end=2790
|
|
233
|
+
_LOGCATEGORYCONFIGMAP._serialized_start=2793
|
|
234
|
+
_LOGCATEGORYCONFIGMAP._serialized_end=3237
|
|
235
|
+
_LOGCATEGORYCONFIGMAP_ENTRY._serialized_start=2866
|
|
236
|
+
_LOGCATEGORYCONFIGMAP_ENTRY._serialized_end=2957
|
|
237
|
+
_LOGCATEGORYCONFIG._serialized_start=3239
|
|
238
|
+
_LOGCATEGORYCONFIG._serialized_end=3350
|
|
239
|
+
_ORGANIZATIONHISTORY._serialized_start=3353
|
|
240
|
+
_ORGANIZATIONHISTORY._serialized_end=3592
|
|
241
241
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -152,6 +152,26 @@ def convert_tags_to_plumbing(t):
|
|
|
152
152
|
return tags
|
|
153
153
|
|
|
154
154
|
|
|
155
|
+
def convert_log_category_config_map_to_porcelain(cfgMap):
|
|
156
|
+
res = {}
|
|
157
|
+
for entry in cfgMap.entries:
|
|
158
|
+
res[entry.name] = convert_log_category_config_to_porcelain(
|
|
159
|
+
entry.config)
|
|
160
|
+
return res
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
def convert_log_category_config_map_to_plumbing(cfgMap):
|
|
164
|
+
res = LogCategoryConfigMap()
|
|
165
|
+
if cfgMap is None:
|
|
166
|
+
return res
|
|
167
|
+
for name, config in cfgMap.items():
|
|
168
|
+
entry = LogCategoryConfigMap.Entry()
|
|
169
|
+
entry.name = name
|
|
170
|
+
entry.config.CopyFrom(convert_log_category_config_to_plumbing(config))
|
|
171
|
+
res.entries.append(entry)
|
|
172
|
+
return res
|
|
173
|
+
|
|
174
|
+
|
|
155
175
|
def convert_access_rules_to_porcelain(access_rules_json):
|
|
156
176
|
if access_rules_json == "":
|
|
157
177
|
return []
|
|
@@ -7552,6 +7572,80 @@ def convert_repeated_kubernetes_user_impersonation_to_porcelain(plumbings):
|
|
|
7552
7572
|
]
|
|
7553
7573
|
|
|
7554
7574
|
|
|
7575
|
+
def convert_log_category_config_to_porcelain(plumbing):
|
|
7576
|
+
if plumbing is None:
|
|
7577
|
+
return None
|
|
7578
|
+
porcelain = models.LogCategoryConfig()
|
|
7579
|
+
porcelain.remote_discard_replays = (plumbing.remote_discard_replays)
|
|
7580
|
+
porcelain.remote_encoder = (plumbing.remote_encoder)
|
|
7581
|
+
return porcelain
|
|
7582
|
+
|
|
7583
|
+
|
|
7584
|
+
def convert_log_category_config_to_plumbing(porcelain):
|
|
7585
|
+
plumbing = LogCategoryConfig()
|
|
7586
|
+
if porcelain is None:
|
|
7587
|
+
return plumbing
|
|
7588
|
+
plumbing.remote_discard_replays = (porcelain.remote_discard_replays)
|
|
7589
|
+
plumbing.remote_encoder = (porcelain.remote_encoder)
|
|
7590
|
+
return plumbing
|
|
7591
|
+
|
|
7592
|
+
|
|
7593
|
+
def convert_repeated_log_category_config_to_plumbing(porcelains):
|
|
7594
|
+
return [
|
|
7595
|
+
convert_log_category_config_to_plumbing(porcelain)
|
|
7596
|
+
for porcelain in porcelains
|
|
7597
|
+
]
|
|
7598
|
+
|
|
7599
|
+
|
|
7600
|
+
def convert_repeated_log_category_config_to_porcelain(plumbings):
|
|
7601
|
+
return [
|
|
7602
|
+
convert_log_category_config_to_porcelain(plumbing)
|
|
7603
|
+
for plumbing in plumbings
|
|
7604
|
+
]
|
|
7605
|
+
|
|
7606
|
+
|
|
7607
|
+
def convert_log_config_to_porcelain(plumbing):
|
|
7608
|
+
if plumbing is None:
|
|
7609
|
+
return None
|
|
7610
|
+
porcelain = models.LogConfig()
|
|
7611
|
+
porcelain.categories = convert_log_category_config_map_to_porcelain(
|
|
7612
|
+
plumbing.categories)
|
|
7613
|
+
porcelain.local_encoder = (plumbing.local_encoder)
|
|
7614
|
+
porcelain.local_format = (plumbing.local_format)
|
|
7615
|
+
porcelain.local_socket_path = (plumbing.local_socket_path)
|
|
7616
|
+
porcelain.local_storage = (plumbing.local_storage)
|
|
7617
|
+
porcelain.local_tcp_address = (plumbing.local_tcp_address)
|
|
7618
|
+
porcelain.public_key = (plumbing.public_key)
|
|
7619
|
+
return porcelain
|
|
7620
|
+
|
|
7621
|
+
|
|
7622
|
+
def convert_log_config_to_plumbing(porcelain):
|
|
7623
|
+
plumbing = LogConfig()
|
|
7624
|
+
if porcelain is None:
|
|
7625
|
+
return plumbing
|
|
7626
|
+
plumbing.categories.CopyFrom(
|
|
7627
|
+
convert_log_category_config_map_to_plumbing(porcelain.categories))
|
|
7628
|
+
plumbing.local_encoder = (porcelain.local_encoder)
|
|
7629
|
+
plumbing.local_format = (porcelain.local_format)
|
|
7630
|
+
plumbing.local_socket_path = (porcelain.local_socket_path)
|
|
7631
|
+
plumbing.local_storage = (porcelain.local_storage)
|
|
7632
|
+
plumbing.local_tcp_address = (porcelain.local_tcp_address)
|
|
7633
|
+
plumbing.public_key = (porcelain.public_key)
|
|
7634
|
+
return plumbing
|
|
7635
|
+
|
|
7636
|
+
|
|
7637
|
+
def convert_repeated_log_config_to_plumbing(porcelains):
|
|
7638
|
+
return [
|
|
7639
|
+
convert_log_config_to_plumbing(porcelain) for porcelain in porcelains
|
|
7640
|
+
]
|
|
7641
|
+
|
|
7642
|
+
|
|
7643
|
+
def convert_repeated_log_config_to_porcelain(plumbings):
|
|
7644
|
+
return [
|
|
7645
|
+
convert_log_config_to_porcelain(plumbing) for plumbing in plumbings
|
|
7646
|
+
]
|
|
7647
|
+
|
|
7648
|
+
|
|
7555
7649
|
def convert_mtls_mysql_to_porcelain(plumbing):
|
|
7556
7650
|
if plumbing is None:
|
|
7557
7651
|
return None
|
|
@@ -9505,6 +9599,7 @@ def convert_organization_to_porcelain(plumbing):
|
|
|
9505
9599
|
plumbing.idle_timeout)
|
|
9506
9600
|
porcelain.idle_timeout_enabled = (plumbing.idle_timeout_enabled)
|
|
9507
9601
|
porcelain.kind = (plumbing.kind)
|
|
9602
|
+
porcelain.log_config = convert_log_config_to_porcelain(plumbing.log_config)
|
|
9508
9603
|
porcelain.log_local_encoder = (plumbing.log_local_encoder)
|
|
9509
9604
|
porcelain.log_local_format = (plumbing.log_local_format)
|
|
9510
9605
|
porcelain.log_local_storage = (plumbing.log_local_storage)
|
|
@@ -9547,6 +9642,8 @@ def convert_organization_to_plumbing(porcelain):
|
|
|
9547
9642
|
convert_duration_to_plumbing(porcelain.idle_timeout))
|
|
9548
9643
|
plumbing.idle_timeout_enabled = (porcelain.idle_timeout_enabled)
|
|
9549
9644
|
plumbing.kind = (porcelain.kind)
|
|
9645
|
+
plumbing.log_config.CopyFrom(
|
|
9646
|
+
convert_log_config_to_plumbing(porcelain.log_config))
|
|
9550
9647
|
plumbing.log_local_encoder = (porcelain.log_local_encoder)
|
|
9551
9648
|
plumbing.log_local_format = (porcelain.log_local_format)
|
|
9552
9649
|
plumbing.log_local_storage = (porcelain.log_local_storage)
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: strongdm
|
|
3
|
-
Version: 15.
|
|
3
|
+
Version: 15.2.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/v15.
|
|
9
|
+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v15.2.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{strongdm-15.0.0 → strongdm-15.2.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|