pulumi-oci 2.9.0a1724479778__py3-none-any.whl → 2.9.0a1724836493__py3-none-any.whl

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.
Files changed (119) hide show
  1. pulumi_oci/__init__.py +86 -38
  2. pulumi_oci/announcementsservice/__init__.py +1 -0
  3. pulumi_oci/announcementsservice/_inputs.py +46 -6
  4. pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
  5. pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
  6. pulumi_oci/announcementsservice/get_services.py +173 -0
  7. pulumi_oci/announcementsservice/outputs.py +195 -18
  8. pulumi_oci/bigdataservice/_inputs.py +1 -49
  9. pulumi_oci/bigdataservice/bds_instance.py +0 -128
  10. pulumi_oci/bigdataservice/get_bds_instance.py +1 -31
  11. pulumi_oci/bigdataservice/outputs.py +3 -132
  12. pulumi_oci/database/_inputs.py +32 -0
  13. pulumi_oci/database/autonomous_database.py +28 -0
  14. pulumi_oci/database/data_guard_association.py +49 -0
  15. pulumi_oci/database/get_autonomous_database.py +14 -1
  16. pulumi_oci/database/get_autonomous_databases.py +32 -95
  17. pulumi_oci/database/get_data_guard_association.py +11 -1
  18. pulumi_oci/database/outputs.py +163 -42
  19. pulumi_oci/databasemanagement/__init__.py +1 -0
  20. pulumi_oci/databasemanagement/_inputs.py +873 -10
  21. pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +275 -0
  22. pulumi_oci/databasemanagement/database_dbm_features_management.py +37 -3
  23. pulumi_oci/databasemanagement/db_management_private_endpoint.py +49 -0
  24. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +14 -1
  25. pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +21 -1
  26. pulumi_oci/databasemanagement/get_managed_database.py +47 -3
  27. pulumi_oci/databasemanagement/managed_database.py +56 -0
  28. pulumi_oci/databasemanagement/outputs.py +3331 -1397
  29. pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +35 -1
  30. pulumi_oci/datasafe/__init__.py +6 -0
  31. pulumi_oci/datasafe/_inputs.py +18 -0
  32. pulumi_oci/datasafe/database_security_config_management.py +244 -2
  33. pulumi_oci/datasafe/masking_policy_health_report_management.py +453 -0
  34. pulumi_oci/datasafe/masking_report_management.py +693 -0
  35. pulumi_oci/datasafe/outputs.py +18 -0
  36. pulumi_oci/datasafe/security_policy_deployment_management.py +180 -2
  37. pulumi_oci/datasafe/security_policy_management.py +172 -2
  38. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
  39. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
  40. pulumi_oci/datasafe/sql_firewall_policy_management.py +354 -2
  41. pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +264 -0
  42. pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +264 -0
  43. pulumi_oci/delegateaccesscontrol/__init__.py +24 -0
  44. pulumi_oci/delegateaccesscontrol/_inputs.py +306 -0
  45. pulumi_oci/delegateaccesscontrol/delegation_control.py +1082 -0
  46. pulumi_oci/{globallydistributeddatabase/private_endpoint.py → delegateaccesscontrol/delegation_subscription.py} +162 -267
  47. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +535 -0
  48. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +174 -0
  49. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +133 -0
  50. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +250 -0
  51. pulumi_oci/delegateaccesscontrol/get_delegation_control.py +378 -0
  52. pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +133 -0
  53. pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +213 -0
  54. pulumi_oci/{globallydistributeddatabase/get_private_endpoint.py → delegateaccesscontrol/get_delegation_subscription.py} +66 -105
  55. pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +176 -0
  56. pulumi_oci/delegateaccesscontrol/get_service_provider.py +274 -0
  57. pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +210 -0
  58. pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +210 -0
  59. pulumi_oci/delegateaccesscontrol/get_service_providers.py +213 -0
  60. pulumi_oci/delegateaccesscontrol/outputs.py +1679 -0
  61. pulumi_oci/{fleetsoftwareupdate → desktops}/__init__.py +7 -6
  62. pulumi_oci/desktops/_inputs.py +483 -0
  63. pulumi_oci/desktops/desktop_pool.py +1348 -0
  64. pulumi_oci/desktops/get_desktop.py +223 -0
  65. pulumi_oci/desktops/get_desktop_pool.py +418 -0
  66. pulumi_oci/desktops/get_desktop_pool_desktops.py +208 -0
  67. pulumi_oci/desktops/get_desktop_pool_volumes.py +214 -0
  68. pulumi_oci/desktops/get_desktop_pools.py +203 -0
  69. pulumi_oci/desktops/get_desktops.py +214 -0
  70. pulumi_oci/desktops/outputs.py +1738 -0
  71. pulumi_oci/filestorage/mount_target.py +143 -38
  72. pulumi_oci/filestorage/outputs.py +44 -0
  73. pulumi_oci/identity/domains_group.py +34 -0
  74. pulumi_oci/identity/domains_user.py +34 -0
  75. pulumi_oci/identity/get_domains_group.py +11 -1
  76. pulumi_oci/identity/get_domains_user.py +11 -1
  77. pulumi_oci/identity/outputs.py +14 -0
  78. pulumi_oci/kms/_inputs.py +10 -10
  79. pulumi_oci/kms/get_vault.py +14 -1
  80. pulumi_oci/kms/outputs.py +41 -30
  81. pulumi_oci/kms/vault.py +28 -0
  82. pulumi_oci/loadbalancer/load_balancer.py +224 -0
  83. pulumi_oci/loadbalancer/outputs.py +22 -0
  84. pulumi_oci/mysql/_inputs.py +23 -0
  85. pulumi_oci/mysql/get_mysql_db_system.py +15 -2
  86. pulumi_oci/mysql/mysql_db_system.py +53 -0
  87. pulumi_oci/mysql/outputs.py +74 -6
  88. pulumi_oci/ocvp/get_cluster.py +2 -2
  89. pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
  90. pulumi_oci/ocvp/get_supported_vmware_software_versions.py +22 -5
  91. pulumi_oci/ocvp/outputs.py +2 -2
  92. pulumi_oci/pulumi-plugin.json +1 -1
  93. pulumi_oci/recoverymod/_inputs.py +0 -8
  94. pulumi_oci/recoverymod/get_protected_database.py +14 -1
  95. pulumi_oci/recoverymod/get_protection_policy.py +14 -1
  96. pulumi_oci/recoverymod/outputs.py +22 -8
  97. pulumi_oci/recoverymod/protected_database.py +80 -3
  98. pulumi_oci/recoverymod/protection_policy.py +49 -0
  99. pulumi_oci/waf/_inputs.py +29 -16
  100. pulumi_oci/waf/outputs.py +33 -10
  101. {pulumi_oci-2.9.0a1724479778.dist-info → pulumi_oci-2.9.0a1724836493.dist-info}/METADATA +1 -1
  102. {pulumi_oci-2.9.0a1724479778.dist-info → pulumi_oci-2.9.0a1724836493.dist-info}/RECORD +104 -86
  103. {pulumi_oci-2.9.0a1724479778.dist-info → pulumi_oci-2.9.0a1724836493.dist-info}/WHEEL +1 -1
  104. pulumi_oci/fleetsoftwareupdate/_inputs.py +0 -553
  105. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +0 -514
  106. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +0 -812
  107. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +0 -225
  108. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +0 -141
  109. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +0 -325
  110. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +0 -167
  111. pulumi_oci/fleetsoftwareupdate/outputs.py +0 -1481
  112. pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
  113. pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1003
  114. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -176
  115. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -610
  116. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -176
  117. pulumi_oci/globallydistributeddatabase/outputs.py +0 -2058
  118. pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1816
  119. {pulumi_oci-2.9.0a1724479778.dist-info → pulumi_oci-2.9.0a1724836493.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,210 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+ from . import outputs
12
+ from ._inputs import *
13
+
14
+ __all__ = [
15
+ 'GetServiceProviderActionsResult',
16
+ 'AwaitableGetServiceProviderActionsResult',
17
+ 'get_service_provider_actions',
18
+ 'get_service_provider_actions_output',
19
+ ]
20
+
21
+ @pulumi.output_type
22
+ class GetServiceProviderActionsResult:
23
+ """
24
+ A collection of values returned by getServiceProviderActions.
25
+ """
26
+ def __init__(__self__, compartment_id=None, filters=None, id=None, name=None, resource_type=None, service_provider_action_summary_collections=None, service_provider_service_types=None, state=None):
27
+ if compartment_id and not isinstance(compartment_id, str):
28
+ raise TypeError("Expected argument 'compartment_id' to be a str")
29
+ pulumi.set(__self__, "compartment_id", compartment_id)
30
+ if filters and not isinstance(filters, list):
31
+ raise TypeError("Expected argument 'filters' to be a list")
32
+ pulumi.set(__self__, "filters", filters)
33
+ if id and not isinstance(id, str):
34
+ raise TypeError("Expected argument 'id' to be a str")
35
+ pulumi.set(__self__, "id", id)
36
+ if name and not isinstance(name, str):
37
+ raise TypeError("Expected argument 'name' to be a str")
38
+ pulumi.set(__self__, "name", name)
39
+ if resource_type and not isinstance(resource_type, str):
40
+ raise TypeError("Expected argument 'resource_type' to be a str")
41
+ pulumi.set(__self__, "resource_type", resource_type)
42
+ if service_provider_action_summary_collections and not isinstance(service_provider_action_summary_collections, list):
43
+ raise TypeError("Expected argument 'service_provider_action_summary_collections' to be a list")
44
+ pulumi.set(__self__, "service_provider_action_summary_collections", service_provider_action_summary_collections)
45
+ if service_provider_service_types and not isinstance(service_provider_service_types, list):
46
+ raise TypeError("Expected argument 'service_provider_service_types' to be a list")
47
+ pulumi.set(__self__, "service_provider_service_types", service_provider_service_types)
48
+ if state and not isinstance(state, str):
49
+ raise TypeError("Expected argument 'state' to be a str")
50
+ pulumi.set(__self__, "state", state)
51
+
52
+ @property
53
+ @pulumi.getter(name="compartmentId")
54
+ def compartment_id(self) -> str:
55
+ return pulumi.get(self, "compartment_id")
56
+
57
+ @property
58
+ @pulumi.getter
59
+ def filters(self) -> Optional[Sequence['outputs.GetServiceProviderActionsFilterResult']]:
60
+ return pulumi.get(self, "filters")
61
+
62
+ @property
63
+ @pulumi.getter
64
+ def id(self) -> str:
65
+ """
66
+ The provider-assigned unique ID for this managed resource.
67
+ """
68
+ return pulumi.get(self, "id")
69
+
70
+ @property
71
+ @pulumi.getter
72
+ def name(self) -> Optional[str]:
73
+ """
74
+ Name of the property
75
+ """
76
+ return pulumi.get(self, "name")
77
+
78
+ @property
79
+ @pulumi.getter(name="resourceType")
80
+ def resource_type(self) -> Optional[str]:
81
+ """
82
+ resourceType for which the ServiceProviderAction is applicable
83
+ """
84
+ return pulumi.get(self, "resource_type")
85
+
86
+ @property
87
+ @pulumi.getter(name="serviceProviderActionSummaryCollections")
88
+ def service_provider_action_summary_collections(self) -> Sequence['outputs.GetServiceProviderActionsServiceProviderActionSummaryCollectionResult']:
89
+ """
90
+ The list of service_provider_action_summary_collection.
91
+ """
92
+ return pulumi.get(self, "service_provider_action_summary_collections")
93
+
94
+ @property
95
+ @pulumi.getter(name="serviceProviderServiceTypes")
96
+ def service_provider_service_types(self) -> Optional[Sequence[str]]:
97
+ return pulumi.get(self, "service_provider_service_types")
98
+
99
+ @property
100
+ @pulumi.getter
101
+ def state(self) -> Optional[str]:
102
+ """
103
+ The current lifecycle state of the Service Provider Action.
104
+ """
105
+ return pulumi.get(self, "state")
106
+
107
+
108
+ class AwaitableGetServiceProviderActionsResult(GetServiceProviderActionsResult):
109
+ # pylint: disable=using-constant-test
110
+ def __await__(self):
111
+ if False:
112
+ yield self
113
+ return GetServiceProviderActionsResult(
114
+ compartment_id=self.compartment_id,
115
+ filters=self.filters,
116
+ id=self.id,
117
+ name=self.name,
118
+ resource_type=self.resource_type,
119
+ service_provider_action_summary_collections=self.service_provider_action_summary_collections,
120
+ service_provider_service_types=self.service_provider_service_types,
121
+ state=self.state)
122
+
123
+
124
+ def get_service_provider_actions(compartment_id: Optional[str] = None,
125
+ filters: Optional[Sequence[Union['GetServiceProviderActionsFilterArgs', 'GetServiceProviderActionsFilterArgsDict']]] = None,
126
+ name: Optional[str] = None,
127
+ resource_type: Optional[str] = None,
128
+ service_provider_service_types: Optional[Sequence[str]] = None,
129
+ state: Optional[str] = None,
130
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceProviderActionsResult:
131
+ """
132
+ This data source provides the list of Service Provider Actions in Oracle Cloud Infrastructure Delegate Access Control service.
133
+
134
+ Lists all the ServiceProviderActions available in the system.
135
+
136
+ ## Example Usage
137
+
138
+ ```python
139
+ import pulumi
140
+ import pulumi_oci as oci
141
+
142
+ test_service_provider_actions = oci.DelegateAccessControl.get_service_provider_actions(compartment_id=compartment_id,
143
+ name=service_provider_action_name,
144
+ resource_type=service_provider_action_resource_type,
145
+ service_provider_service_types=service_provider_action_service_provider_service_type,
146
+ state=service_provider_action_state)
147
+ ```
148
+
149
+
150
+ :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
151
+ :param str name: A filter to return only resources that match the entire name given.
152
+ :param str resource_type: A filter to return only resources that match the given resource type.
153
+ :param Sequence[str] service_provider_service_types: A filter to return only resources that match the given Service Provider service type.
154
+ :param str state: A filter to return only resources whose lifecycleState matches the given Service Provider Action lifecycleState.
155
+ """
156
+ __args__ = dict()
157
+ __args__['compartmentId'] = compartment_id
158
+ __args__['filters'] = filters
159
+ __args__['name'] = name
160
+ __args__['resourceType'] = resource_type
161
+ __args__['serviceProviderServiceTypes'] = service_provider_service_types
162
+ __args__['state'] = state
163
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
164
+ __ret__ = pulumi.runtime.invoke('oci:DelegateAccessControl/getServiceProviderActions:getServiceProviderActions', __args__, opts=opts, typ=GetServiceProviderActionsResult).value
165
+
166
+ return AwaitableGetServiceProviderActionsResult(
167
+ compartment_id=pulumi.get(__ret__, 'compartment_id'),
168
+ filters=pulumi.get(__ret__, 'filters'),
169
+ id=pulumi.get(__ret__, 'id'),
170
+ name=pulumi.get(__ret__, 'name'),
171
+ resource_type=pulumi.get(__ret__, 'resource_type'),
172
+ service_provider_action_summary_collections=pulumi.get(__ret__, 'service_provider_action_summary_collections'),
173
+ service_provider_service_types=pulumi.get(__ret__, 'service_provider_service_types'),
174
+ state=pulumi.get(__ret__, 'state'))
175
+
176
+
177
+ @_utilities.lift_output_func(get_service_provider_actions)
178
+ def get_service_provider_actions_output(compartment_id: Optional[pulumi.Input[str]] = None,
179
+ filters: Optional[pulumi.Input[Optional[Sequence[Union['GetServiceProviderActionsFilterArgs', 'GetServiceProviderActionsFilterArgsDict']]]]] = None,
180
+ name: Optional[pulumi.Input[Optional[str]]] = None,
181
+ resource_type: Optional[pulumi.Input[Optional[str]]] = None,
182
+ service_provider_service_types: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
183
+ state: Optional[pulumi.Input[Optional[str]]] = None,
184
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceProviderActionsResult]:
185
+ """
186
+ This data source provides the list of Service Provider Actions in Oracle Cloud Infrastructure Delegate Access Control service.
187
+
188
+ Lists all the ServiceProviderActions available in the system.
189
+
190
+ ## Example Usage
191
+
192
+ ```python
193
+ import pulumi
194
+ import pulumi_oci as oci
195
+
196
+ test_service_provider_actions = oci.DelegateAccessControl.get_service_provider_actions(compartment_id=compartment_id,
197
+ name=service_provider_action_name,
198
+ resource_type=service_provider_action_resource_type,
199
+ service_provider_service_types=service_provider_action_service_provider_service_type,
200
+ state=service_provider_action_state)
201
+ ```
202
+
203
+
204
+ :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
205
+ :param str name: A filter to return only resources that match the entire name given.
206
+ :param str resource_type: A filter to return only resources that match the given resource type.
207
+ :param Sequence[str] service_provider_service_types: A filter to return only resources that match the given Service Provider service type.
208
+ :param str state: A filter to return only resources whose lifecycleState matches the given Service Provider Action lifecycleState.
209
+ """
210
+ ...
@@ -0,0 +1,213 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+ from . import outputs
12
+ from ._inputs import *
13
+
14
+ __all__ = [
15
+ 'GetServiceProvidersResult',
16
+ 'AwaitableGetServiceProvidersResult',
17
+ 'get_service_providers',
18
+ 'get_service_providers_output',
19
+ ]
20
+
21
+ @pulumi.output_type
22
+ class GetServiceProvidersResult:
23
+ """
24
+ A collection of values returned by getServiceProviders.
25
+ """
26
+ def __init__(__self__, compartment_id=None, filters=None, id=None, name=None, service_provider_summary_collections=None, service_provider_type=None, state=None, supported_resource_type=None):
27
+ if compartment_id and not isinstance(compartment_id, str):
28
+ raise TypeError("Expected argument 'compartment_id' to be a str")
29
+ pulumi.set(__self__, "compartment_id", compartment_id)
30
+ if filters and not isinstance(filters, list):
31
+ raise TypeError("Expected argument 'filters' to be a list")
32
+ pulumi.set(__self__, "filters", filters)
33
+ if id and not isinstance(id, str):
34
+ raise TypeError("Expected argument 'id' to be a str")
35
+ pulumi.set(__self__, "id", id)
36
+ if name and not isinstance(name, str):
37
+ raise TypeError("Expected argument 'name' to be a str")
38
+ pulumi.set(__self__, "name", name)
39
+ if service_provider_summary_collections and not isinstance(service_provider_summary_collections, list):
40
+ raise TypeError("Expected argument 'service_provider_summary_collections' to be a list")
41
+ pulumi.set(__self__, "service_provider_summary_collections", service_provider_summary_collections)
42
+ if service_provider_type and not isinstance(service_provider_type, str):
43
+ raise TypeError("Expected argument 'service_provider_type' to be a str")
44
+ pulumi.set(__self__, "service_provider_type", service_provider_type)
45
+ if state and not isinstance(state, str):
46
+ raise TypeError("Expected argument 'state' to be a str")
47
+ pulumi.set(__self__, "state", state)
48
+ if supported_resource_type and not isinstance(supported_resource_type, str):
49
+ raise TypeError("Expected argument 'supported_resource_type' to be a str")
50
+ pulumi.set(__self__, "supported_resource_type", supported_resource_type)
51
+
52
+ @property
53
+ @pulumi.getter(name="compartmentId")
54
+ def compartment_id(self) -> str:
55
+ """
56
+ The OCID of the compartment that contains the Delegation Control.
57
+ """
58
+ return pulumi.get(self, "compartment_id")
59
+
60
+ @property
61
+ @pulumi.getter
62
+ def filters(self) -> Optional[Sequence['outputs.GetServiceProvidersFilterResult']]:
63
+ return pulumi.get(self, "filters")
64
+
65
+ @property
66
+ @pulumi.getter
67
+ def id(self) -> str:
68
+ """
69
+ The provider-assigned unique ID for this managed resource.
70
+ """
71
+ return pulumi.get(self, "id")
72
+
73
+ @property
74
+ @pulumi.getter
75
+ def name(self) -> Optional[str]:
76
+ """
77
+ Unique name of the Service Provider.
78
+ """
79
+ return pulumi.get(self, "name")
80
+
81
+ @property
82
+ @pulumi.getter(name="serviceProviderSummaryCollections")
83
+ def service_provider_summary_collections(self) -> Sequence['outputs.GetServiceProvidersServiceProviderSummaryCollectionResult']:
84
+ """
85
+ The list of service_provider_summary_collection.
86
+ """
87
+ return pulumi.get(self, "service_provider_summary_collections")
88
+
89
+ @property
90
+ @pulumi.getter(name="serviceProviderType")
91
+ def service_provider_type(self) -> Optional[str]:
92
+ """
93
+ Service Provider type.
94
+ """
95
+ return pulumi.get(self, "service_provider_type")
96
+
97
+ @property
98
+ @pulumi.getter
99
+ def state(self) -> Optional[str]:
100
+ """
101
+ The current lifecycle state of the Service Provider.
102
+ """
103
+ return pulumi.get(self, "state")
104
+
105
+ @property
106
+ @pulumi.getter(name="supportedResourceType")
107
+ def supported_resource_type(self) -> Optional[str]:
108
+ return pulumi.get(self, "supported_resource_type")
109
+
110
+
111
+ class AwaitableGetServiceProvidersResult(GetServiceProvidersResult):
112
+ # pylint: disable=using-constant-test
113
+ def __await__(self):
114
+ if False:
115
+ yield self
116
+ return GetServiceProvidersResult(
117
+ compartment_id=self.compartment_id,
118
+ filters=self.filters,
119
+ id=self.id,
120
+ name=self.name,
121
+ service_provider_summary_collections=self.service_provider_summary_collections,
122
+ service_provider_type=self.service_provider_type,
123
+ state=self.state,
124
+ supported_resource_type=self.supported_resource_type)
125
+
126
+
127
+ def get_service_providers(compartment_id: Optional[str] = None,
128
+ filters: Optional[Sequence[Union['GetServiceProvidersFilterArgs', 'GetServiceProvidersFilterArgsDict']]] = None,
129
+ name: Optional[str] = None,
130
+ service_provider_type: Optional[str] = None,
131
+ state: Optional[str] = None,
132
+ supported_resource_type: Optional[str] = None,
133
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceProvidersResult:
134
+ """
135
+ This data source provides the list of Service Providers in Oracle Cloud Infrastructure Delegate Access Control service.
136
+
137
+ Lists the Service Providers.
138
+
139
+ ## Example Usage
140
+
141
+ ```python
142
+ import pulumi
143
+ import pulumi_oci as oci
144
+
145
+ test_service_providers = oci.DelegateAccessControl.get_service_providers(compartment_id=compartment_id,
146
+ name=service_provider_name,
147
+ service_provider_type=service_provider_service_provider_type,
148
+ state=service_provider_state,
149
+ supported_resource_type=service_provider_supported_resource_type)
150
+ ```
151
+
152
+
153
+ :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
154
+ :param str name: A filter to return Service Provider resources that match the given name.
155
+ :param str service_provider_type: A filter to return only Service Provider resources whose provider type matches the given provider type.
156
+ :param str state: A filter to return only Service Provider resources whose lifecycleState matches the given Service Provider lifecycle state.
157
+ :param str supported_resource_type: A filter to return only Service Provider resources whose supported resource type matches the given resource type.
158
+ """
159
+ __args__ = dict()
160
+ __args__['compartmentId'] = compartment_id
161
+ __args__['filters'] = filters
162
+ __args__['name'] = name
163
+ __args__['serviceProviderType'] = service_provider_type
164
+ __args__['state'] = state
165
+ __args__['supportedResourceType'] = supported_resource_type
166
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
167
+ __ret__ = pulumi.runtime.invoke('oci:DelegateAccessControl/getServiceProviders:getServiceProviders', __args__, opts=opts, typ=GetServiceProvidersResult).value
168
+
169
+ return AwaitableGetServiceProvidersResult(
170
+ compartment_id=pulumi.get(__ret__, 'compartment_id'),
171
+ filters=pulumi.get(__ret__, 'filters'),
172
+ id=pulumi.get(__ret__, 'id'),
173
+ name=pulumi.get(__ret__, 'name'),
174
+ service_provider_summary_collections=pulumi.get(__ret__, 'service_provider_summary_collections'),
175
+ service_provider_type=pulumi.get(__ret__, 'service_provider_type'),
176
+ state=pulumi.get(__ret__, 'state'),
177
+ supported_resource_type=pulumi.get(__ret__, 'supported_resource_type'))
178
+
179
+
180
+ @_utilities.lift_output_func(get_service_providers)
181
+ def get_service_providers_output(compartment_id: Optional[pulumi.Input[str]] = None,
182
+ filters: Optional[pulumi.Input[Optional[Sequence[Union['GetServiceProvidersFilterArgs', 'GetServiceProvidersFilterArgsDict']]]]] = None,
183
+ name: Optional[pulumi.Input[Optional[str]]] = None,
184
+ service_provider_type: Optional[pulumi.Input[Optional[str]]] = None,
185
+ state: Optional[pulumi.Input[Optional[str]]] = None,
186
+ supported_resource_type: Optional[pulumi.Input[Optional[str]]] = None,
187
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceProvidersResult]:
188
+ """
189
+ This data source provides the list of Service Providers in Oracle Cloud Infrastructure Delegate Access Control service.
190
+
191
+ Lists the Service Providers.
192
+
193
+ ## Example Usage
194
+
195
+ ```python
196
+ import pulumi
197
+ import pulumi_oci as oci
198
+
199
+ test_service_providers = oci.DelegateAccessControl.get_service_providers(compartment_id=compartment_id,
200
+ name=service_provider_name,
201
+ service_provider_type=service_provider_service_provider_type,
202
+ state=service_provider_state,
203
+ supported_resource_type=service_provider_supported_resource_type)
204
+ ```
205
+
206
+
207
+ :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
208
+ :param str name: A filter to return Service Provider resources that match the given name.
209
+ :param str service_provider_type: A filter to return only Service Provider resources whose provider type matches the given provider type.
210
+ :param str state: A filter to return only Service Provider resources whose lifecycleState matches the given Service Provider lifecycle state.
211
+ :param str supported_resource_type: A filter to return only Service Provider resources whose supported resource type matches the given resource type.
212
+ """
213
+ ...