strongdm 11.0.0__zip → 11.3.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.0.0 → strongdm-11.3.0}/PKG-INFO +2 -2
- {strongdm-11.0.0 → strongdm-11.3.0}/setup.py +2 -2
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/access_request_events_history_pb2.py +3 -3
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/access_requests_history_pb2.py +3 -3
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/access_requests_pb2.py +3 -3
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/approval_workflow_approvers_history_pb2.py +3 -3
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/approval_workflow_approvers_pb2.py +3 -3
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/approval_workflow_steps_history_pb2.py +3 -3
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/approval_workflow_steps_pb2.py +3 -3
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/approval_workflows_history_pb2.py +3 -3
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/approval_workflows_pb2.py +3 -3
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/client.py +22 -1
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/constants.py +2 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/drivers_pb2.py +188 -174
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/models.py +408 -8
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/options_pb2.py +24 -24
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/plumbing.py +266 -0
- strongdm-11.3.0/strongdm/policies_history_pb2.py +100 -0
- strongdm-11.3.0/strongdm/policies_history_pb2_grpc.py +84 -0
- strongdm-11.3.0/strongdm/policies_pb2.py +226 -0
- strongdm-11.3.0/strongdm/policies_pb2_grpc.py +223 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/svc.py +245 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/workflow_approvers_history_pb2.py +3 -3
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/workflow_approvers_pb2.py +3 -3
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/workflow_assignments_history_pb2.py +3 -3
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/workflow_assignments_pb2.py +3 -3
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/workflow_roles_history_pb2.py +3 -3
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/workflow_roles_pb2.py +3 -3
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/workflows_history_pb2.py +3 -3
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/workflows_pb2.py +3 -3
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm.egg-info/SOURCES.txt +4 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/LICENSE +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/README.md +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/setup.cfg +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/__init__.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/errors.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-11.0.0 → strongdm-11.3.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -88,6 +88,10 @@ from .peering_group_resources_pb2 import *
|
|
88
88
|
from .peering_group_resources_pb2_grpc import *
|
89
89
|
from .peering_groups_pb2 import *
|
90
90
|
from .peering_groups_pb2_grpc import *
|
91
|
+
from .policies_pb2 import *
|
92
|
+
from .policies_pb2_grpc import *
|
93
|
+
from .policies_history_pb2 import *
|
94
|
+
from .policies_history_pb2_grpc import *
|
91
95
|
from .queries_pb2 import *
|
92
96
|
from .queries_pb2_grpc import *
|
93
97
|
from .remote_identities_pb2 import *
|
@@ -3471,6 +3475,247 @@ class PeeringGroups:
|
|
3471
3475
|
return generator(self, req)
|
3472
3476
|
|
3473
3477
|
|
3478
|
+
class Policies:
|
3479
|
+
'''
|
3480
|
+
Policies are the collection of one or more statements that enforce fine-grained access
|
3481
|
+
control for the users of an organization.
|
3482
|
+
See `strongdm.models.Policy`.
|
3483
|
+
'''
|
3484
|
+
def __init__(self, channel, client):
|
3485
|
+
self.parent = client
|
3486
|
+
self.stub = PoliciesStub(channel)
|
3487
|
+
|
3488
|
+
def create(self, policy, timeout=None):
|
3489
|
+
'''
|
3490
|
+
Create creates a new Policy.
|
3491
|
+
'''
|
3492
|
+
req = PolicyCreateRequest()
|
3493
|
+
|
3494
|
+
if policy is not None:
|
3495
|
+
req.policy.CopyFrom(plumbing.convert_policy_to_plumbing(policy))
|
3496
|
+
tries = 0
|
3497
|
+
plumbing_response = None
|
3498
|
+
while True:
|
3499
|
+
try:
|
3500
|
+
plumbing_response = self.stub.Create(
|
3501
|
+
req,
|
3502
|
+
metadata=self.parent.get_metadata('Policies.Create', req),
|
3503
|
+
timeout=timeout)
|
3504
|
+
except Exception as e:
|
3505
|
+
if self.parent.shouldRetry(tries, e):
|
3506
|
+
tries += 1
|
3507
|
+
self.parent.jitterSleep(tries)
|
3508
|
+
continue
|
3509
|
+
raise plumbing.convert_error_to_porcelain(e) from e
|
3510
|
+
break
|
3511
|
+
|
3512
|
+
resp = models.PolicyCreateResponse()
|
3513
|
+
resp.policy = plumbing.convert_policy_to_porcelain(
|
3514
|
+
plumbing_response.policy)
|
3515
|
+
resp.rate_limit = plumbing.convert_rate_limit_metadata_to_porcelain(
|
3516
|
+
plumbing_response.rate_limit)
|
3517
|
+
return resp
|
3518
|
+
|
3519
|
+
def delete(self, id, timeout=None):
|
3520
|
+
'''
|
3521
|
+
Delete removes a Policy by ID.
|
3522
|
+
'''
|
3523
|
+
req = PolicyDeleteRequest()
|
3524
|
+
|
3525
|
+
req.id = (id)
|
3526
|
+
tries = 0
|
3527
|
+
plumbing_response = None
|
3528
|
+
while True:
|
3529
|
+
try:
|
3530
|
+
plumbing_response = self.stub.Delete(
|
3531
|
+
req,
|
3532
|
+
metadata=self.parent.get_metadata('Policies.Delete', req),
|
3533
|
+
timeout=timeout)
|
3534
|
+
except Exception as e:
|
3535
|
+
if self.parent.shouldRetry(tries, e):
|
3536
|
+
tries += 1
|
3537
|
+
self.parent.jitterSleep(tries)
|
3538
|
+
continue
|
3539
|
+
raise plumbing.convert_error_to_porcelain(e) from e
|
3540
|
+
break
|
3541
|
+
|
3542
|
+
resp = models.PolicyDeleteResponse()
|
3543
|
+
resp.rate_limit = plumbing.convert_rate_limit_metadata_to_porcelain(
|
3544
|
+
plumbing_response.rate_limit)
|
3545
|
+
return resp
|
3546
|
+
|
3547
|
+
def update(self, policy, timeout=None):
|
3548
|
+
'''
|
3549
|
+
Update replaces all the fields of a Policy by ID.
|
3550
|
+
'''
|
3551
|
+
req = PolicyUpdateRequest()
|
3552
|
+
|
3553
|
+
if policy is not None:
|
3554
|
+
req.policy.CopyFrom(plumbing.convert_policy_to_plumbing(policy))
|
3555
|
+
tries = 0
|
3556
|
+
plumbing_response = None
|
3557
|
+
while True:
|
3558
|
+
try:
|
3559
|
+
plumbing_response = self.stub.Update(
|
3560
|
+
req,
|
3561
|
+
metadata=self.parent.get_metadata('Policies.Update', req),
|
3562
|
+
timeout=timeout)
|
3563
|
+
except Exception as e:
|
3564
|
+
if self.parent.shouldRetry(tries, e):
|
3565
|
+
tries += 1
|
3566
|
+
self.parent.jitterSleep(tries)
|
3567
|
+
continue
|
3568
|
+
raise plumbing.convert_error_to_porcelain(e) from e
|
3569
|
+
break
|
3570
|
+
|
3571
|
+
resp = models.PolicyUpdateResponse()
|
3572
|
+
resp.policy = plumbing.convert_policy_to_porcelain(
|
3573
|
+
plumbing_response.policy)
|
3574
|
+
resp.rate_limit = plumbing.convert_rate_limit_metadata_to_porcelain(
|
3575
|
+
plumbing_response.rate_limit)
|
3576
|
+
return resp
|
3577
|
+
|
3578
|
+
def get(self, id, timeout=None):
|
3579
|
+
'''
|
3580
|
+
Get reads one Policy by ID.
|
3581
|
+
'''
|
3582
|
+
req = PolicyGetRequest()
|
3583
|
+
if self.parent.snapshot_datetime is not None:
|
3584
|
+
req.meta.CopyFrom(GetRequestMetadata())
|
3585
|
+
req.meta.snapshot_at.FromDatetime(self.parent.snapshot_datetime)
|
3586
|
+
|
3587
|
+
req.id = (id)
|
3588
|
+
tries = 0
|
3589
|
+
plumbing_response = None
|
3590
|
+
while True:
|
3591
|
+
try:
|
3592
|
+
plumbing_response = self.stub.Get(
|
3593
|
+
req,
|
3594
|
+
metadata=self.parent.get_metadata('Policies.Get', req),
|
3595
|
+
timeout=timeout)
|
3596
|
+
except Exception as e:
|
3597
|
+
if self.parent.shouldRetry(tries, e):
|
3598
|
+
tries += 1
|
3599
|
+
self.parent.jitterSleep(tries)
|
3600
|
+
continue
|
3601
|
+
raise plumbing.convert_error_to_porcelain(e) from e
|
3602
|
+
break
|
3603
|
+
|
3604
|
+
resp = models.PolicyGetResponse()
|
3605
|
+
resp.meta = plumbing.convert_get_response_metadata_to_porcelain(
|
3606
|
+
plumbing_response.meta)
|
3607
|
+
resp.policy = plumbing.convert_policy_to_porcelain(
|
3608
|
+
plumbing_response.policy)
|
3609
|
+
resp.rate_limit = plumbing.convert_rate_limit_metadata_to_porcelain(
|
3610
|
+
plumbing_response.rate_limit)
|
3611
|
+
return resp
|
3612
|
+
|
3613
|
+
def list(self, filter, *args, timeout=None):
|
3614
|
+
'''
|
3615
|
+
List gets a list of Policy matching a given set of criteria
|
3616
|
+
'''
|
3617
|
+
req = PolicyListRequest()
|
3618
|
+
req.meta.CopyFrom(ListRequestMetadata())
|
3619
|
+
if self.parent.page_limit > 0:
|
3620
|
+
req.meta.limit = self.parent.page_limit
|
3621
|
+
if self.parent.snapshot_datetime is not None:
|
3622
|
+
req.meta.snapshot_at.FromDatetime(self.parent.snapshot_datetime)
|
3623
|
+
|
3624
|
+
req.filter = plumbing.quote_filter_args(filter, *args)
|
3625
|
+
|
3626
|
+
def generator(svc, req):
|
3627
|
+
tries = 0
|
3628
|
+
while True:
|
3629
|
+
try:
|
3630
|
+
plumbing_response = svc.stub.List(
|
3631
|
+
req,
|
3632
|
+
metadata=svc.parent.get_metadata('Policies.List', req),
|
3633
|
+
timeout=timeout)
|
3634
|
+
except Exception as e:
|
3635
|
+
if self.parent.shouldRetry(tries, e):
|
3636
|
+
tries += 1
|
3637
|
+
self.parent.jitterSleep(tries)
|
3638
|
+
continue
|
3639
|
+
raise plumbing.convert_error_to_porcelain(e) from e
|
3640
|
+
tries = 0
|
3641
|
+
for plumbing_item in plumbing_response.policies:
|
3642
|
+
yield plumbing.convert_policy_to_porcelain(plumbing_item)
|
3643
|
+
if plumbing_response.meta.next_cursor == '':
|
3644
|
+
break
|
3645
|
+
req.meta.cursor = plumbing_response.meta.next_cursor
|
3646
|
+
|
3647
|
+
return generator(self, req)
|
3648
|
+
|
3649
|
+
|
3650
|
+
class SnapshotPolicies:
|
3651
|
+
'''
|
3652
|
+
SnapshotPolicies exposes the read only methods of the Policies
|
3653
|
+
service for historical queries.
|
3654
|
+
'''
|
3655
|
+
def __init__(self, policies):
|
3656
|
+
self.policies = policies
|
3657
|
+
|
3658
|
+
def get(self, id, timeout=None):
|
3659
|
+
'''
|
3660
|
+
Get reads one Policy by ID.
|
3661
|
+
'''
|
3662
|
+
return self.policies.get(id, timeout=timeout)
|
3663
|
+
|
3664
|
+
def list(self, filter, *args, timeout=None):
|
3665
|
+
'''
|
3666
|
+
List gets a list of Policy matching a given set of criteria
|
3667
|
+
'''
|
3668
|
+
return self.policies.list(filter, *args, timeout=timeout)
|
3669
|
+
|
3670
|
+
|
3671
|
+
class PoliciesHistory:
|
3672
|
+
'''
|
3673
|
+
PoliciesHistory records all changes to the state of a Policy.
|
3674
|
+
See `strongdm.models.PolicyHistory`.
|
3675
|
+
'''
|
3676
|
+
def __init__(self, channel, client):
|
3677
|
+
self.parent = client
|
3678
|
+
self.stub = PoliciesHistoryStub(channel)
|
3679
|
+
|
3680
|
+
def list(self, filter, *args, timeout=None):
|
3681
|
+
'''
|
3682
|
+
List gets a list of PolicyHistory records matching a given set of criteria.
|
3683
|
+
'''
|
3684
|
+
req = PoliciesHistoryListRequest()
|
3685
|
+
req.meta.CopyFrom(ListRequestMetadata())
|
3686
|
+
if self.parent.page_limit > 0:
|
3687
|
+
req.meta.limit = self.parent.page_limit
|
3688
|
+
if self.parent.snapshot_datetime is not None:
|
3689
|
+
req.meta.snapshot_at.FromDatetime(self.parent.snapshot_datetime)
|
3690
|
+
|
3691
|
+
req.filter = plumbing.quote_filter_args(filter, *args)
|
3692
|
+
|
3693
|
+
def generator(svc, req):
|
3694
|
+
tries = 0
|
3695
|
+
while True:
|
3696
|
+
try:
|
3697
|
+
plumbing_response = svc.stub.List(
|
3698
|
+
req,
|
3699
|
+
metadata=svc.parent.get_metadata(
|
3700
|
+
'PoliciesHistory.List', req),
|
3701
|
+
timeout=timeout)
|
3702
|
+
except Exception as e:
|
3703
|
+
if self.parent.shouldRetry(tries, e):
|
3704
|
+
tries += 1
|
3705
|
+
self.parent.jitterSleep(tries)
|
3706
|
+
continue
|
3707
|
+
raise plumbing.convert_error_to_porcelain(e) from e
|
3708
|
+
tries = 0
|
3709
|
+
for plumbing_item in plumbing_response.history:
|
3710
|
+
yield plumbing.convert_policy_history_to_porcelain(
|
3711
|
+
plumbing_item)
|
3712
|
+
if plumbing_response.meta.next_cursor == '':
|
3713
|
+
break
|
3714
|
+
req.meta.cursor = plumbing_response.meta.next_cursor
|
3715
|
+
|
3716
|
+
return generator(self, req)
|
3717
|
+
|
3718
|
+
|
3474
3719
|
class Queries:
|
3475
3720
|
'''
|
3476
3721
|
A Query is a record of a single client request to a resource, such as a SQL query.
|
@@ -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 workflow_approvers_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x18workflow_approvers.proto\x1a\roptions.proto\x1a\nspec.proto\"\x92\x01\n#WorkflowApproversHistoryListRequest\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\"\x8b\x02\n$WorkflowApproversHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x38\n\x07history\x18\x02 \x03(\x0b\x32\x1b.v1.WorkflowApproverHistoryB\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\"\xa2\x02\n\x17WorkflowApproverHistory\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;\n\x11workflow_approver\x18\x03 \x01(\x0b\x32\x14.v1.WorkflowApproverB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\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\
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n workflow_approvers_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x18workflow_approvers.proto\x1a\roptions.proto\x1a\nspec.proto\"\x92\x01\n#WorkflowApproversHistoryListRequest\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\"\x8b\x02\n$WorkflowApproversHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x38\n\x07history\x18\x02 \x03(\x0b\x32\x1b.v1.WorkflowApproverHistoryB\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\"\xa2\x02\n\x17WorkflowApproverHistory\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;\n\x11workflow_approver\x18\x03 \x01(\x0b\x32\x14.v1.WorkflowApproverB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\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\x8c\x02\n\x18WorkflowApproversHistory\x12\x90\x01\n\x04List\x12\'.v1.WorkflowApproversHistoryListRequest\x1a(.v1.WorkflowApproversHistoryListResponse\"5\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07#\xaa\xf3\xb3\x07\x1e/v1/workflow-approvers-history\x1a]\xca\xf9\xb3\x07\x1c\xc2\xf9\xb3\x07\x17WorkflowApproverHistory\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-provider\xca\xf9\xb3\x07\x05\xe8\xf9\xb3\x07\x01\x42\x9c\x01\n\x19\x63om.strongdm.api.plumbingB WorkflowApproversHistoryPlumbingZ5github.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
|
|
@@ -86,7 +86,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
86
86
|
_WORKFLOWAPPROVERHISTORY._options = None
|
87
87
|
_WORKFLOWAPPROVERHISTORY._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'
|
88
88
|
_WORKFLOWAPPROVERSHISTORY._options = None
|
89
|
-
_WORKFLOWAPPROVERSHISTORY._serialized_options = b'\312\371\263\007\034\302\371\263\007\027WorkflowApproverHistory\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'
|
89
|
+
_WORKFLOWAPPROVERSHISTORY._serialized_options = b'\312\371\263\007\034\302\371\263\007\027WorkflowApproverHistory\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\312\371\263\007\005\350\371\263\007\001'
|
90
90
|
_WORKFLOWAPPROVERSHISTORY.methods_by_name['List']._options = None
|
91
91
|
_WORKFLOWAPPROVERSHISTORY.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007#\252\363\263\007\036/v1/workflow-approvers-history'
|
92
92
|
_WORKFLOWAPPROVERSHISTORYLISTREQUEST._serialized_start=127
|
@@ -96,5 +96,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
96
96
|
_WORKFLOWAPPROVERHISTORY._serialized_start=546
|
97
97
|
_WORKFLOWAPPROVERHISTORY._serialized_end=836
|
98
98
|
_WORKFLOWAPPROVERSHISTORY._serialized_start=839
|
99
|
-
_WORKFLOWAPPROVERSHISTORY._serialized_end=
|
99
|
+
_WORKFLOWAPPROVERSHISTORY._serialized_end=1107
|
100
100
|
# @@protoc_insertion_point(module_scope)
|
@@ -30,7 +30,7 @@ from . import options_pb2 as options__pb2
|
|
30
30
|
from . import spec_pb2 as spec__pb2
|
31
31
|
|
32
32
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18workflow_approvers.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"\x92\x01\n\x1eWorkflowApproversCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12;\n\x11workflow_approver\x18\x02 \x01(\x0b\x32\x14.v1.WorkflowApproverB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xed\x01\n\x1fWorkflowApproversCreateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadata\x12;\n\x11workflow_approver\x18\x02 \x01(\x0b\x32\x14.v1.WorkflowApproverB\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\"Z\n\x1aWorkflowApproverGetRequest\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\"\xf2\x01\n\x1bWorkflowApproverGetResponse\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\x11workflow_approver\x18\x02 \x01(\x0b\x32\x14.v1.WorkflowApproverB\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\"m\n\x1eWorkflowApproversDeleteRequest\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xb0\x01\n\x1fWorkflowApproversDeleteResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadata\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\"s\n\x1cWorkflowApproversListRequest\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:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\xf0\x01\n\x1dWorkflowApproversListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12<\n\x12workflow_approvers\x18\x02 \x03(\x0b\x32\x14.v1.WorkflowApproverB\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:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\x85\x02\n\x10WorkflowApprover\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x0bworkflow_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x1e\n\naccount_id\x18\x03 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1b\n\x07role_id\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:v\xfa\xf8\xb3\x07q\xa8\xf3\xb3\x07\x01\xc2\xf3\xb3\x07\x61\xa2\xf3\xb3\x07*tf_examples/workflow_approver_resource.txt\xaa\xf3\xb3\x07-tf_examples/workflow_approver_data_source.txt\xd2\xf3\xb3\x07\x01*2\
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18workflow_approvers.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"\x92\x01\n\x1eWorkflowApproversCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12;\n\x11workflow_approver\x18\x02 \x01(\x0b\x32\x14.v1.WorkflowApproverB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xed\x01\n\x1fWorkflowApproversCreateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadata\x12;\n\x11workflow_approver\x18\x02 \x01(\x0b\x32\x14.v1.WorkflowApproverB\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\"Z\n\x1aWorkflowApproverGetRequest\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\"\xf2\x01\n\x1bWorkflowApproverGetResponse\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\x11workflow_approver\x18\x02 \x01(\x0b\x32\x14.v1.WorkflowApproverB\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\"m\n\x1eWorkflowApproversDeleteRequest\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xb0\x01\n\x1fWorkflowApproversDeleteResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadata\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\"s\n\x1cWorkflowApproversListRequest\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:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\xf0\x01\n\x1dWorkflowApproversListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12<\n\x12workflow_approvers\x18\x02 \x03(\x0b\x32\x14.v1.WorkflowApproverB\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:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\x85\x02\n\x10WorkflowApprover\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x0bworkflow_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x1e\n\naccount_id\x18\x03 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1b\n\x07role_id\x18\x04 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:v\xfa\xf8\xb3\x07q\xa8\xf3\xb3\x07\x01\xc2\xf3\xb3\x07\x61\xa2\xf3\xb3\x07*tf_examples/workflow_approver_resource.txt\xaa\xf3\xb3\x07-tf_examples/workflow_approver_data_source.txt\xd2\xf3\xb3\x07\x01*2\xc7\x04\n\x11WorkflowApprovers\x12\x81\x01\n\x06\x43reate\x12\".v1.WorkflowApproversCreateRequest\x1a#.v1.WorkflowApproversCreateResponse\".\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x1b\xaa\xf3\xb3\x07\x16/v1/workflow-approvers\x12y\n\x03Get\x12\x1e.v1.WorkflowApproverGetRequest\x1a\x1f.v1.WorkflowApproverGetResponse\"1\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1f\xaa\xf3\xb3\x07\x1a/v1/workflow-approver/{id}\x12\x83\x01\n\x06\x44\x65lete\x12\".v1.WorkflowApproversDeleteRequest\x1a#.v1.WorkflowApproversDeleteResponse\"0\x82\xf9\xb3\x07\x0b\xa2\xf3\xb3\x07\x06\x64\x65lete\x82\xf9\xb3\x07\x1b\xaa\xf3\xb3\x07\x16/v1/workflow-approvers\x12z\n\x04List\x12 .v1.WorkflowApproversListRequest\x1a!.v1.WorkflowApproversListResponse\"-\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1b\xaa\xf3\xb3\x07\x16/v1/workflow-approvers\x1a\x31\xca\xf9\xb3\x07\x15\xc2\xf9\xb3\x07\x10WorkflowApprover\xca\xf9\xb3\x07\x08\xd2\xf9\xb3\x07\x03nt-\xca\xf9\xb3\x07\x05\xe8\xf9\xb3\x07\x01\x42m\n\x19\x63om.strongdm.api.plumbingB\x19WorkflowApproversPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
34
34
|
|
35
35
|
|
36
36
|
|
@@ -160,7 +160,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
160
160
|
_WORKFLOWAPPROVER._options = None
|
161
161
|
_WORKFLOWAPPROVER._serialized_options = b'\372\370\263\007q\250\363\263\007\001\302\363\263\007a\242\363\263\007*tf_examples/workflow_approver_resource.txt\252\363\263\007-tf_examples/workflow_approver_data_source.txt\322\363\263\007\001*'
|
162
162
|
_WORKFLOWAPPROVERS._options = None
|
163
|
-
_WORKFLOWAPPROVERS._serialized_options = b'\312\371\263\007\025\302\371\263\007\020WorkflowApprover\312\371\263\007\010\322\371\263\007\003nt
|
163
|
+
_WORKFLOWAPPROVERS._serialized_options = b'\312\371\263\007\025\302\371\263\007\020WorkflowApprover\312\371\263\007\010\322\371\263\007\003nt-\312\371\263\007\005\350\371\263\007\001'
|
164
164
|
_WORKFLOWAPPROVERS.methods_by_name['Create']._options = None
|
165
165
|
_WORKFLOWAPPROVERS.methods_by_name['Create']._serialized_options = b'\202\371\263\007\t\242\363\263\007\004post\202\371\263\007\033\252\363\263\007\026/v1/workflow-approvers'
|
166
166
|
_WORKFLOWAPPROVERS.methods_by_name['Get']._options = None
|
@@ -188,5 +188,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
188
188
|
_WORKFLOWAPPROVER._serialized_start=1436
|
189
189
|
_WORKFLOWAPPROVER._serialized_end=1697
|
190
190
|
_WORKFLOWAPPROVERS._serialized_start=1700
|
191
|
-
_WORKFLOWAPPROVERS._serialized_end=
|
191
|
+
_WORKFLOWAPPROVERS._serialized_end=2283
|
192
192
|
# @@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\"workflow_assignments_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1aworkflow_assignments.proto\x1a\roptions.proto\x1a\nspec.proto\"\x94\x01\n%WorkflowAssignmentsHistoryListRequest\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\"\x8f\x02\n&WorkflowAssignmentsHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12:\n\x07history\x18\x02 \x03(\x0b\x32\x1d.v1.WorkflowAssignmentHistoryB\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\"\xa8\x02\n\x19WorkflowAssignmentHistory\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?\n\x13workflow_assignment\x18\x03 \x01(\x0b\x32\x16.v1.WorkflowAssignmentB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\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\
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"workflow_assignments_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1aworkflow_assignments.proto\x1a\roptions.proto\x1a\nspec.proto\"\x94\x01\n%WorkflowAssignmentsHistoryListRequest\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\"\x8f\x02\n&WorkflowAssignmentsHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12:\n\x07history\x18\x02 \x03(\x0b\x32\x1d.v1.WorkflowAssignmentHistoryB\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\"\xa8\x02\n\x19WorkflowAssignmentHistory\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?\n\x13workflow_assignment\x18\x03 \x01(\x0b\x32\x16.v1.WorkflowAssignmentB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\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\x96\x02\n\x1aWorkflowAssignmentsHistory\x12\x96\x01\n\x04List\x12).v1.WorkflowAssignmentsHistoryListRequest\x1a*.v1.WorkflowAssignmentsHistoryListResponse\"7\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07%\xaa\xf3\xb3\x07 /v1/workflow-assignments-history\x1a_\xca\xf9\xb3\x07\x1e\xc2\xf9\xb3\x07\x19WorkflowAssignmentHistory\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-provider\xca\xf9\xb3\x07\x05\xe8\xf9\xb3\x07\x01\x42\x9e\x01\n\x19\x63om.strongdm.api.plumbingB\"WorkflowAssignmentsHistoryPlumbingZ5github.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
|
|
@@ -86,7 +86,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
86
86
|
_WORKFLOWASSIGNMENTHISTORY._options = None
|
87
87
|
_WORKFLOWASSIGNMENTHISTORY._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'
|
88
88
|
_WORKFLOWASSIGNMENTSHISTORY._options = None
|
89
|
-
_WORKFLOWASSIGNMENTSHISTORY._serialized_options = b'\312\371\263\007\036\302\371\263\007\031WorkflowAssignmentHistory\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'
|
89
|
+
_WORKFLOWASSIGNMENTSHISTORY._serialized_options = b'\312\371\263\007\036\302\371\263\007\031WorkflowAssignmentHistory\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\312\371\263\007\005\350\371\263\007\001'
|
90
90
|
_WORKFLOWASSIGNMENTSHISTORY.methods_by_name['List']._options = None
|
91
91
|
_WORKFLOWASSIGNMENTSHISTORY.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007%\252\363\263\007 /v1/workflow-assignments-history'
|
92
92
|
_WORKFLOWASSIGNMENTSHISTORYLISTREQUEST._serialized_start=131
|
@@ -96,5 +96,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
96
96
|
_WORKFLOWASSIGNMENTHISTORY._serialized_start=556
|
97
97
|
_WORKFLOWASSIGNMENTHISTORY._serialized_end=852
|
98
98
|
_WORKFLOWASSIGNMENTSHISTORY._serialized_start=855
|
99
|
-
_WORKFLOWASSIGNMENTSHISTORY._serialized_end=
|
99
|
+
_WORKFLOWASSIGNMENTSHISTORY._serialized_end=1133
|
100
100
|
# @@protoc_insertion_point(module_scope)
|
@@ -30,7 +30,7 @@ from . import options_pb2 as options__pb2
|
|
30
30
|
from . import spec_pb2 as spec__pb2
|
31
31
|
|
32
32
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1aworkflow_assignments.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"u\n\x1eWorkflowAssignmentsListRequest\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:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\xf6\x01\n\x1fWorkflowAssignmentsListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12@\n\x14workflow_assignments\x18\x02 \x03(\x0b\x32\x16.v1.WorkflowAssignmentB\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:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"l\n\x12WorkflowAssignment\x12$\n\x0bworkflow_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12$\n\x0bresource_id\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x32\
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1aworkflow_assignments.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"u\n\x1eWorkflowAssignmentsListRequest\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:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"\xf6\x01\n\x1fWorkflowAssignmentsListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12@\n\x14workflow_assignments\x18\x02 \x03(\x0b\x32\x16.v1.WorkflowAssignmentB\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:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"l\n\x12WorkflowAssignment\x12$\n\x0bworkflow_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12$\n\x0bresource_id\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x32\xf5\x01\n\x13WorkflowAssignments\x12\x80\x01\n\x04List\x12\".v1.WorkflowAssignmentsListRequest\x1a#.v1.WorkflowAssignmentsListResponse\"/\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1d\xaa\xf3\xb3\x07\x18/v1/workflow-assignments\x1a[\xca\xf9\xb3\x07\x17\xc2\xf9\xb3\x07\x12WorkflowAssignment\xca\xf9\xb3\x07\x08\xd2\xf9\xb3\x07\x03wa-\xca\xf9\xb3\x07\x06\xca\xf9\xb3\x07\x01*\xca\xf9\xb3\x07\x18\xca\xf9\xb3\x07\x13!terraform-provider\xca\xf9\xb3\x07\x05\xe8\xf9\xb3\x07\x01\x42\x97\x01\n\x19\x63om.strongdm.api.plumbingB\x1bWorkflowAssignmentsPlumbingZ5github.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')
|
34
34
|
|
35
35
|
|
36
36
|
|
@@ -80,7 +80,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
80
80
|
_WORKFLOWASSIGNMENT._options = None
|
81
81
|
_WORKFLOWASSIGNMENT._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
|
82
82
|
_WORKFLOWASSIGNMENTS._options = None
|
83
|
-
_WORKFLOWASSIGNMENTS._serialized_options = b'\312\371\263\007\027\302\371\263\007\022WorkflowAssignment\312\371\263\007\010\322\371\263\007\003wa-\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider'
|
83
|
+
_WORKFLOWASSIGNMENTS._serialized_options = b'\312\371\263\007\027\302\371\263\007\022WorkflowAssignment\312\371\263\007\010\322\371\263\007\003wa-\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider\312\371\263\007\005\350\371\263\007\001'
|
84
84
|
_WORKFLOWASSIGNMENTS.methods_by_name['List']._options = None
|
85
85
|
_WORKFLOWASSIGNMENTS.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\035\252\363\263\007\030/v1/workflow-assignments'
|
86
86
|
_WORKFLOWASSIGNMENTSLISTREQUEST._serialized_start=61
|
@@ -90,5 +90,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
90
90
|
_WORKFLOWASSIGNMENT._serialized_start=429
|
91
91
|
_WORKFLOWASSIGNMENT._serialized_end=537
|
92
92
|
_WORKFLOWASSIGNMENTS._serialized_start=540
|
93
|
-
_WORKFLOWASSIGNMENTS._serialized_end=
|
93
|
+
_WORKFLOWASSIGNMENTS._serialized_end=785
|
94
94
|
# @@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\x1cworkflow_roles_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x14workflow_roles.proto\x1a\roptions.proto\x1a\nspec.proto\"\x8e\x01\n\x1fWorkflowRolesHistoryListRequest\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\"\x83\x02\n WorkflowRolesHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x34\n\x07history\x18\x02 \x03(\x0b\x32\x17.v1.WorkflowRoleHistoryB\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\"\x96\x02\n\x13WorkflowRoleHistory\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\x33\n\rworkflow_role\x18\x03 \x01(\x0b\x32\x10.v1.WorkflowRoleB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\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\
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1cworkflow_roles_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x14workflow_roles.proto\x1a\roptions.proto\x1a\nspec.proto\"\x8e\x01\n\x1fWorkflowRolesHistoryListRequest\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\"\x83\x02\n WorkflowRolesHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x34\n\x07history\x18\x02 \x03(\x0b\x32\x17.v1.WorkflowRoleHistoryB\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\"\x96\x02\n\x13WorkflowRoleHistory\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\x33\n\rworkflow_role\x18\x03 \x01(\x0b\x32\x10.v1.WorkflowRoleB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\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\xf8\x01\n\x14WorkflowRolesHistory\x12\x84\x01\n\x04List\x12#.v1.WorkflowRolesHistoryListRequest\x1a$.v1.WorkflowRolesHistoryListResponse\"1\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1f\xaa\xf3\xb3\x07\x1a/v1/workflow-roles-history\x1aY\xca\xf9\xb3\x07\x18\xc2\xf9\xb3\x07\x13WorkflowRoleHistory\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-provider\xca\xf9\xb3\x07\x05\xe8\xf9\xb3\x07\x01\x42\x98\x01\n\x19\x63om.strongdm.api.plumbingB\x1cWorkflowRolesHistoryPlumbingZ5github.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
|
|
@@ -86,7 +86,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
86
86
|
_WORKFLOWROLEHISTORY._options = None
|
87
87
|
_WORKFLOWROLEHISTORY._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'
|
88
88
|
_WORKFLOWROLESHISTORY._options = None
|
89
|
-
_WORKFLOWROLESHISTORY._serialized_options = b'\312\371\263\007\030\302\371\263\007\023WorkflowRoleHistory\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'
|
89
|
+
_WORKFLOWROLESHISTORY._serialized_options = b'\312\371\263\007\030\302\371\263\007\023WorkflowRoleHistory\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\312\371\263\007\005\350\371\263\007\001'
|
90
90
|
_WORKFLOWROLESHISTORY.methods_by_name['List']._options = None
|
91
91
|
_WORKFLOWROLESHISTORY.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\037\252\363\263\007\032/v1/workflow-roles-history'
|
92
92
|
_WORKFLOWROLESHISTORYLISTREQUEST._serialized_start=119
|
@@ -96,5 +96,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
96
96
|
_WORKFLOWROLEHISTORY._serialized_start=526
|
97
97
|
_WORKFLOWROLEHISTORY._serialized_end=804
|
98
98
|
_WORKFLOWROLESHISTORY._serialized_start=807
|
99
|
-
_WORKFLOWROLESHISTORY._serialized_end=
|
99
|
+
_WORKFLOWROLESHISTORY._serialized_end=1055
|
100
100
|
# @@protoc_insertion_point(module_scope)
|
@@ -30,7 +30,7 @@ from . import options_pb2 as options__pb2
|
|
30
30
|
from . import spec_pb2 as spec__pb2
|
31
31
|
|
32
32
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14workflow_roles.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"\x86\x01\n\x1aWorkflowRolesCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12\x33\n\rworkflow_role\x18\x02 \x01(\x0b\x32\x10.v1.WorkflowRoleB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xe1\x01\n\x1bWorkflowRolesCreateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadata\x12\x33\n\rworkflow_role\x18\x02 \x01(\x0b\x32\x10.v1.WorkflowRoleB\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\"V\n\x16WorkflowRoleGetRequest\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\"\xe6\x01\n\x17WorkflowRoleGetResponse\x12\x31\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.GetResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x33\n\rworkflow_role\x18\x02 \x01(\x0b\x32\x10.v1.WorkflowRoleB\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\"i\n\x1aWorkflowRolesDeleteRequest\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xac\x01\n\x1bWorkflowRolesDeleteResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadata\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\"i\n\x18WorkflowRolesListRequest\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xdd\x01\n\x19WorkflowRolesListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x33\n\rworkflow_role\x18\x02 \x03(\x0b\x32\x10.v1.WorkflowRoleB\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xde\x01\n\x0cWorkflowRole\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x0bworkflow_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12 \n\x07role_id\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01:n\xfa\xf8\xb3\x07i\xa8\xf3\xb3\x07\x01\xc2\xf3\xb3\x07Y\xa2\xf3\xb3\x07&tf_examples/workflow_role_resource.txt\xaa\xf3\xb3\x07)tf_examples/workflow_role_data_source.txt\xd2\xf3\xb3\x07\x01*2\
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14workflow_roles.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"\x86\x01\n\x1aWorkflowRolesCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12\x33\n\rworkflow_role\x18\x02 \x01(\x0b\x32\x10.v1.WorkflowRoleB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xe1\x01\n\x1bWorkflowRolesCreateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadata\x12\x33\n\rworkflow_role\x18\x02 \x01(\x0b\x32\x10.v1.WorkflowRoleB\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\"V\n\x16WorkflowRoleGetRequest\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\"\xe6\x01\n\x17WorkflowRoleGetResponse\x12\x31\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.GetResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x33\n\rworkflow_role\x18\x02 \x01(\x0b\x32\x10.v1.WorkflowRoleB\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\"i\n\x1aWorkflowRolesDeleteRequest\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xac\x01\n\x1bWorkflowRolesDeleteResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadata\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\"i\n\x18WorkflowRolesListRequest\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xdd\x01\n\x19WorkflowRolesListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x33\n\rworkflow_role\x18\x02 \x03(\x0b\x32\x10.v1.WorkflowRoleB\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xde\x01\n\x0cWorkflowRole\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x0bworkflow_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12 \n\x07role_id\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01:n\xfa\xf8\xb3\x07i\xa8\xf3\xb3\x07\x01\xc2\xf3\xb3\x07Y\xa2\xf3\xb3\x07&tf_examples/workflow_role_resource.txt\xaa\xf3\xb3\x07)tf_examples/workflow_role_data_source.txt\xd2\xf3\xb3\x07\x01*2\x8d\x04\n\rWorkflowRoles\x12u\n\x06\x43reate\x12\x1e.v1.WorkflowRolesCreateRequest\x1a\x1f.v1.WorkflowRolesCreateResponse\"*\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x17\xaa\xf3\xb3\x07\x12/v1/workflow-roles\x12m\n\x03Get\x12\x1a.v1.WorkflowRoleGetRequest\x1a\x1b.v1.WorkflowRoleGetResponse\"-\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1b\xaa\xf3\xb3\x07\x16/v1/workflow-role/{id}\x12w\n\x06\x44\x65lete\x12\x1e.v1.WorkflowRolesDeleteRequest\x1a\x1f.v1.WorkflowRolesDeleteResponse\",\x82\xf9\xb3\x07\x0b\xa2\xf3\xb3\x07\x06\x64\x65lete\x82\xf9\xb3\x07\x17\xaa\xf3\xb3\x07\x12/v1/workflow-roles\x12n\n\x04List\x12\x1c.v1.WorkflowRolesListRequest\x1a\x1d.v1.WorkflowRolesListResponse\")\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x17\xaa\xf3\xb3\x07\x12/v1/workflow-roles\x1a-\xca\xf9\xb3\x07\x11\xc2\xf9\xb3\x07\x0cWorkflowRole\xca\xf9\xb3\x07\x08\xd2\xf9\xb3\x07\x03wr-\xca\xf9\xb3\x07\x05\xe8\xf9\xb3\x07\x01\x42i\n\x19\x63om.strongdm.api.plumbingB\x15WorkflowRolesPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
34
34
|
|
35
35
|
|
36
36
|
|
@@ -158,7 +158,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
158
158
|
_WORKFLOWROLE._options = None
|
159
159
|
_WORKFLOWROLE._serialized_options = b'\372\370\263\007i\250\363\263\007\001\302\363\263\007Y\242\363\263\007&tf_examples/workflow_role_resource.txt\252\363\263\007)tf_examples/workflow_role_data_source.txt\322\363\263\007\001*'
|
160
160
|
_WORKFLOWROLES._options = None
|
161
|
-
_WORKFLOWROLES._serialized_options = b'\312\371\263\007\021\302\371\263\007\014WorkflowRole\312\371\263\007\010\322\371\263\007\003wr
|
161
|
+
_WORKFLOWROLES._serialized_options = b'\312\371\263\007\021\302\371\263\007\014WorkflowRole\312\371\263\007\010\322\371\263\007\003wr-\312\371\263\007\005\350\371\263\007\001'
|
162
162
|
_WORKFLOWROLES.methods_by_name['Create']._options = None
|
163
163
|
_WORKFLOWROLES.methods_by_name['Create']._serialized_options = b'\202\371\263\007\t\242\363\263\007\004post\202\371\263\007\027\252\363\263\007\022/v1/workflow-roles'
|
164
164
|
_WORKFLOWROLES.methods_by_name['Get']._options = None
|
@@ -186,5 +186,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
186
186
|
_WORKFLOWROLE._serialized_start=1355
|
187
187
|
_WORKFLOWROLE._serialized_end=1577
|
188
188
|
_WORKFLOWROLES._serialized_start=1580
|
189
|
-
_WORKFLOWROLES._serialized_end=
|
189
|
+
_WORKFLOWROLES._serialized_end=2105
|
190
190
|
# @@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\x17workflows_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x0fworkflows.proto\x1a\roptions.proto\x1a\nspec.proto\"\x89\x01\n\x1aWorkflowHistoryListRequest\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\"\xfa\x01\n\x1bWorkflowHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x30\n\x07history\x18\x02 \x03(\x0b\x32\x13.v1.WorkflowHistoryB\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\"\x89\x02\n\x0fWorkflowHistory\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*\n\x08workflow\x18\x03 \x01(\x0b\x32\x0c.v1.WorkflowB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\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\
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17workflows_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x0fworkflows.proto\x1a\roptions.proto\x1a\nspec.proto\"\x89\x01\n\x1aWorkflowHistoryListRequest\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\"\xfa\x01\n\x1bWorkflowHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x30\n\x07history\x18\x02 \x03(\x0b\x32\x13.v1.WorkflowHistoryB\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\"\x89\x02\n\x0fWorkflowHistory\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*\n\x08workflow\x18\x03 \x01(\x0b\x32\x0c.v1.WorkflowB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\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\xe0\x01\n\x10WorkflowsHistory\x12u\n\x04List\x12\x1e.v1.WorkflowHistoryListRequest\x1a\x1f.v1.WorkflowHistoryListResponse\",\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1a\xaa\xf3\xb3\x07\x15/v1/workflows-history\x1aU\xca\xf9\xb3\x07\x14\xc2\xf9\xb3\x07\x0fWorkflowHistory\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-provider\xca\xf9\xb3\x07\x05\xe8\xf9\xb3\x07\x01\x42\x94\x01\n\x19\x63om.strongdm.api.plumbingB\x18WorkflowsHistoryPlumbingZ5github.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
|
|
@@ -86,7 +86,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
86
86
|
_WORKFLOWHISTORY._options = None
|
87
87
|
_WORKFLOWHISTORY._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'
|
88
88
|
_WORKFLOWSHISTORY._options = None
|
89
|
-
_WORKFLOWSHISTORY._serialized_options = b'\312\371\263\007\024\302\371\263\007\017WorkflowHistory\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'
|
89
|
+
_WORKFLOWSHISTORY._serialized_options = b'\312\371\263\007\024\302\371\263\007\017WorkflowHistory\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\312\371\263\007\005\350\371\263\007\001'
|
90
90
|
_WORKFLOWSHISTORY.methods_by_name['List']._options = None
|
91
91
|
_WORKFLOWSHISTORY.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\032\252\363\263\007\025/v1/workflows-history'
|
92
92
|
_WORKFLOWHISTORYLISTREQUEST._serialized_start=109
|
@@ -96,5 +96,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
96
96
|
_WORKFLOWHISTORY._serialized_start=502
|
97
97
|
_WORKFLOWHISTORY._serialized_end=767
|
98
98
|
_WORKFLOWSHISTORY._serialized_start=770
|
99
|
-
_WORKFLOWSHISTORY._serialized_end=
|
99
|
+
_WORKFLOWSHISTORY._serialized_end=994
|
100
100
|
# @@protoc_insertion_point(module_scope)
|
@@ -30,7 +30,7 @@ from . import options_pb2 as options__pb2
|
|
30
30
|
from . import spec_pb2 as spec__pb2
|
31
31
|
|
32
32
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0fworkflows.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"l\n\x15WorkflowCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12*\n\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xd3\x01\n\x16WorkflowCreateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadata\x12*\n\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\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\"R\n\x12WorkflowGetRequest\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\"\xd9\x01\n\x13WorkflowGetResponse\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\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\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\x15WorkflowUpdateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\x12*\n\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xd3\x01\n\x16WorkflowUpdateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.UpdateResponseMetadata\x12*\n\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\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\"X\n\x15WorkflowDeleteRequest\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\"\xbf\x01\n\x16WorkflowDeleteResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\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\"X\n\x13WorkflowListRequest\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\"\xd0\x01\n\x14WorkflowListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12+\n\tworkflows\x18\x02 \x03(\x0b\x32\x0c.v1.WorkflowB\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xf5\x04\n\x08Workflow\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\x04name\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x1f\n\x0b\x64\x65scription\x18\x03 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x06weight\x18\x04 \x01(\x03\x42\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xd0\xf4\xb3\x07\x01\x12\x1e\n\nauto_grant\x18\x05 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1b\n\x07\x65nabled\x18\x06 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x32\n\x0frequires_reason\x18\x07 \x01(\x08\x42\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12\xf2\x01\n\x0c\x61\x63\x63\x65ss_rules\x18\x08 \x01(\tB\xdb\x01\xf2\xf8\xb3\x07\xd5\x01\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\xa9\x01\xea\xf3\xb3\x07\x0c\x61\x63\x63\x65ss_rules\xf2\xf3\xb3\x07\x11\n\x02go\x12\x0b\x41\x63\x63\x65ssRules\xf2\xf3\xb3\x07\x19\n\ngo_private\x12\x0b\x41\x63\x63\x65ssRules\xf2\xf3\xb3\x07\x1b\n\x0cgo_terraform\x12\x0b\x41\x63\x63\x65ssRules\xf2\xf3\xb3\x07\x18\n\x04java\x12\x10List<AccessRule>\xf2\xf3\xb3\x07\"\n\x0cjson_gateway\x12\x12models.AccessRules\xba\xf4\xb3\x07\x17\x61\x63\x63\x65ssRulesDiffSuppress\xd0\xf4\xb3\x07\x01\x12$\n\x10\x61pproval_flow_id\x18\t \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:d\xfa\xf8\xb3\x07_\xa8\xf3\xb3\x07\x01\xc2\xf3\xb3\x07O\xa2\xf3\xb3\x07!tf_examples/workflow_resource.txt\xaa\xf3\xb3\x07$tf_examples/workflow_data_source.txt\xd2\xf3\xb3\x07\x01*2\
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0fworkflows.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"l\n\x15WorkflowCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12*\n\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xd3\x01\n\x16WorkflowCreateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadata\x12*\n\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\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\"R\n\x12WorkflowGetRequest\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\"\xd9\x01\n\x13WorkflowGetResponse\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\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\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\x15WorkflowUpdateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\x12*\n\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xd3\x01\n\x16WorkflowUpdateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.UpdateResponseMetadata\x12*\n\x08workflow\x18\x02 \x01(\x0b\x32\x0c.v1.WorkflowB\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\"X\n\x15WorkflowDeleteRequest\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\"\xbf\x01\n\x16WorkflowDeleteResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\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\"X\n\x13WorkflowListRequest\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\"\xd0\x01\n\x14WorkflowListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12+\n\tworkflows\x18\x02 \x03(\x0b\x32\x0c.v1.WorkflowB\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:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xf5\x04\n\x08Workflow\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\x04name\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x1f\n\x0b\x64\x65scription\x18\x03 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x06weight\x18\x04 \x01(\x03\x42\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xd0\xf4\xb3\x07\x01\x12\x1e\n\nauto_grant\x18\x05 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1b\n\x07\x65nabled\x18\x06 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x32\n\x0frequires_reason\x18\x07 \x01(\x08\x42\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12\xf2\x01\n\x0c\x61\x63\x63\x65ss_rules\x18\x08 \x01(\tB\xdb\x01\xf2\xf8\xb3\x07\xd5\x01\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07\xa9\x01\xea\xf3\xb3\x07\x0c\x61\x63\x63\x65ss_rules\xf2\xf3\xb3\x07\x11\n\x02go\x12\x0b\x41\x63\x63\x65ssRules\xf2\xf3\xb3\x07\x19\n\ngo_private\x12\x0b\x41\x63\x63\x65ssRules\xf2\xf3\xb3\x07\x1b\n\x0cgo_terraform\x12\x0b\x41\x63\x63\x65ssRules\xf2\xf3\xb3\x07\x18\n\x04java\x12\x10List<AccessRule>\xf2\xf3\xb3\x07\"\n\x0cjson_gateway\x12\x12models.AccessRules\xba\xf4\xb3\x07\x17\x61\x63\x63\x65ssRulesDiffSuppress\xd0\xf4\xb3\x07\x01\x12$\n\x10\x61pproval_flow_id\x18\t \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:d\xfa\xf8\xb3\x07_\xa8\xf3\xb3\x07\x01\xc2\xf3\xb3\x07O\xa2\xf3\xb3\x07!tf_examples/workflow_resource.txt\xaa\xf3\xb3\x07$tf_examples/workflow_data_source.txt\xd2\xf3\xb3\x07\x01*2\xb2\x04\n\tWorkflows\x12\x66\n\x06\x43reate\x12\x19.v1.WorkflowCreateRequest\x1a\x1a.v1.WorkflowCreateResponse\"%\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x12\xaa\xf3\xb3\x07\r/v1/workflows\x12`\n\x03Get\x12\x16.v1.WorkflowGetRequest\x1a\x17.v1.WorkflowGetResponse\"(\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x16\xaa\xf3\xb3\x07\x11/v1/workflow/{id}\x12h\n\x06\x44\x65lete\x12\x19.v1.WorkflowDeleteRequest\x1a\x1a.v1.WorkflowDeleteResponse\"\'\x82\xf9\xb3\x07\x0b\xa2\xf3\xb3\x07\x06\x64\x65lete\x82\xf9\xb3\x07\x12\xaa\xf3\xb3\x07\r/v1/workflows\x12\x65\n\x06Update\x12\x19.v1.WorkflowUpdateRequest\x1a\x1a.v1.WorkflowUpdateResponse\"$\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03put\x82\xf9\xb3\x07\x12\xaa\xf3\xb3\x07\r/v1/workflows\x12_\n\x04List\x12\x17.v1.WorkflowListRequest\x1a\x18.v1.WorkflowListResponse\"$\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x12\xaa\xf3\xb3\x07\r/v1/workflows\x1a)\xca\xf9\xb3\x07\r\xc2\xf9\xb3\x07\x08Workflow\xca\xf9\xb3\x07\x08\xd2\xf9\xb3\x07\x03\x61w-\xca\xf9\xb3\x07\x05\xe8\xf9\xb3\x07\x01\x42\x65\n\x19\x63om.strongdm.api.plumbingB\x11WorkflowsPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
34
34
|
|
35
35
|
|
36
36
|
|
@@ -190,7 +190,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
190
190
|
_WORKFLOW._options = None
|
191
191
|
_WORKFLOW._serialized_options = b'\372\370\263\007_\250\363\263\007\001\302\363\263\007O\242\363\263\007!tf_examples/workflow_resource.txt\252\363\263\007$tf_examples/workflow_data_source.txt\322\363\263\007\001*'
|
192
192
|
_WORKFLOWS._options = None
|
193
|
-
_WORKFLOWS._serialized_options = b'\312\371\263\007\r\302\371\263\007\010Workflow\312\371\263\007\010\322\371\263\007\003aw
|
193
|
+
_WORKFLOWS._serialized_options = b'\312\371\263\007\r\302\371\263\007\010Workflow\312\371\263\007\010\322\371\263\007\003aw-\312\371\263\007\005\350\371\263\007\001'
|
194
194
|
_WORKFLOWS.methods_by_name['Create']._options = None
|
195
195
|
_WORKFLOWS.methods_by_name['Create']._serialized_options = b'\202\371\263\007\t\242\363\263\007\004post\202\371\263\007\022\252\363\263\007\r/v1/workflows'
|
196
196
|
_WORKFLOWS.methods_by_name['Get']._options = None
|
@@ -224,5 +224,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
224
224
|
_WORKFLOW._serialized_start=1588
|
225
225
|
_WORKFLOW._serialized_end=2217
|
226
226
|
_WORKFLOWS._serialized_start=2220
|
227
|
-
_WORKFLOWS._serialized_end=
|
227
|
+
_WORKFLOWS._serialized_end=2782
|
228
228
|
# @@protoc_insertion_point(module_scope)
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: strongdm
|
3
|
-
Version: 11.
|
3
|
+
Version: 11.3.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/v11.
|
9
|
+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v11.3.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
|
@@ -73,6 +73,10 @@ strongdm/peering_group_resources_pb2_grpc.py
|
|
73
73
|
strongdm/peering_groups_pb2.py
|
74
74
|
strongdm/peering_groups_pb2_grpc.py
|
75
75
|
strongdm/plumbing.py
|
76
|
+
strongdm/policies_history_pb2.py
|
77
|
+
strongdm/policies_history_pb2_grpc.py
|
78
|
+
strongdm/policies_pb2.py
|
79
|
+
strongdm/policies_pb2_grpc.py
|
76
80
|
strongdm/queries_pb2.py
|
77
81
|
strongdm/queries_pb2_grpc.py
|
78
82
|
strongdm/remote_identities_history_pb2.py
|
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
|