pulumi-databricks 1.75.0a1756323569__py3-none-any.whl → 1.77.0__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 (159) hide show
  1. pulumi_databricks/__init__.py +129 -46
  2. pulumi_databricks/_inputs.py +13377 -13798
  3. pulumi_databricks/account_federation_policy.py +473 -0
  4. pulumi_databricks/account_network_policy.py +12 -4
  5. pulumi_databricks/account_setting_v2.py +759 -0
  6. pulumi_databricks/alert_v2.py +223 -90
  7. pulumi_databricks/app.py +111 -4
  8. pulumi_databricks/apps_settings_custom_template.py +531 -0
  9. pulumi_databricks/budget_policy.py +28 -5
  10. pulumi_databricks/catalog.py +322 -2
  11. pulumi_databricks/cluster.py +47 -168
  12. pulumi_databricks/config/__init__.pyi +2 -0
  13. pulumi_databricks/config/vars.py +4 -0
  14. pulumi_databricks/connection.py +0 -34
  15. pulumi_databricks/data_quality_monitor.py +453 -0
  16. pulumi_databricks/data_quality_refresh.py +492 -0
  17. pulumi_databricks/database_database_catalog.py +8 -4
  18. pulumi_databricks/database_instance.py +354 -73
  19. pulumi_databricks/database_synced_database_table.py +52 -4
  20. pulumi_databricks/entitlements.py +21 -21
  21. pulumi_databricks/entity_tag_assignment.py +409 -0
  22. pulumi_databricks/external_metadata.py +15 -11
  23. pulumi_databricks/feature_engineering_feature.py +480 -0
  24. pulumi_databricks/feature_engineering_materialized_feature.py +397 -0
  25. pulumi_databricks/get_account_federation_policies.py +127 -0
  26. pulumi_databricks/get_account_federation_policy.py +214 -0
  27. pulumi_databricks/get_account_network_policies.py +4 -0
  28. pulumi_databricks/get_account_network_policy.py +17 -18
  29. pulumi_databricks/get_account_setting_v2.py +331 -0
  30. pulumi_databricks/get_alert_v2.py +78 -70
  31. pulumi_databricks/get_alerts_v2.py +31 -12
  32. pulumi_databricks/get_app.py +21 -9
  33. pulumi_databricks/get_apps.py +22 -10
  34. pulumi_databricks/get_apps_settings_custom_template.py +207 -0
  35. pulumi_databricks/get_apps_settings_custom_templates.py +133 -0
  36. pulumi_databricks/get_aws_bucket_policy.py +6 -6
  37. pulumi_databricks/get_budget_policies.py +70 -6
  38. pulumi_databricks/get_budget_policy.py +35 -30
  39. pulumi_databricks/get_catalog.py +21 -4
  40. pulumi_databricks/get_catalogs.py +23 -4
  41. pulumi_databricks/get_cluster.py +21 -4
  42. pulumi_databricks/get_cluster_policy.py +23 -4
  43. pulumi_databricks/get_clusters.py +21 -4
  44. pulumi_databricks/get_current_metastore.py +21 -4
  45. pulumi_databricks/get_dashboards.py +24 -4
  46. pulumi_databricks/get_data_quality_monitor.py +210 -0
  47. pulumi_databricks/get_data_quality_monitors.py +143 -0
  48. pulumi_databricks/get_data_quality_refresh.py +270 -0
  49. pulumi_databricks/get_data_quality_refreshes.py +207 -0
  50. pulumi_databricks/get_database_database_catalog.py +6 -20
  51. pulumi_databricks/get_database_database_catalogs.py +46 -8
  52. pulumi_databricks/get_database_instance.py +122 -75
  53. pulumi_databricks/get_database_instances.py +31 -6
  54. pulumi_databricks/get_database_synced_database_table.py +7 -28
  55. pulumi_databricks/get_database_synced_database_tables.py +43 -5
  56. pulumi_databricks/get_directory.py +20 -1
  57. pulumi_databricks/get_entity_tag_assignment.py +202 -0
  58. pulumi_databricks/get_entity_tag_assignments.py +187 -0
  59. pulumi_databricks/get_external_location.py +21 -4
  60. pulumi_databricks/get_external_locations.py +23 -4
  61. pulumi_databricks/get_external_metadata.py +12 -50
  62. pulumi_databricks/get_external_metadatas.py +55 -6
  63. pulumi_databricks/get_feature_engineering_feature.py +179 -0
  64. pulumi_databricks/get_feature_engineering_features.py +103 -0
  65. pulumi_databricks/get_feature_engineering_materialized_feature.py +180 -0
  66. pulumi_databricks/get_feature_engineering_materialized_features.py +123 -0
  67. pulumi_databricks/get_functions.py +16 -1
  68. pulumi_databricks/get_instance_profiles.py +21 -4
  69. pulumi_databricks/get_jobs.py +23 -4
  70. pulumi_databricks/get_materialized_features_feature_tag.py +3 -11
  71. pulumi_databricks/get_materialized_features_feature_tags.py +59 -8
  72. pulumi_databricks/get_metastore.py +2 -2
  73. pulumi_databricks/get_mlflow_experiment.py +18 -1
  74. pulumi_databricks/get_mlflow_model.py +18 -1
  75. pulumi_databricks/get_mlflow_models.py +23 -4
  76. pulumi_databricks/get_node_type.py +42 -5
  77. pulumi_databricks/get_notification_destinations.py +17 -1
  78. pulumi_databricks/get_online_store.py +7 -17
  79. pulumi_databricks/get_online_stores.py +29 -8
  80. pulumi_databricks/get_pipelines.py +23 -4
  81. pulumi_databricks/get_policy_info.py +28 -99
  82. pulumi_databricks/get_policy_infos.py +92 -5
  83. pulumi_databricks/get_quality_monitor_v2.py +4 -0
  84. pulumi_databricks/get_quality_monitors_v2.py +22 -3
  85. pulumi_databricks/get_registered_model.py +19 -4
  86. pulumi_databricks/get_registered_model_versions.py +19 -4
  87. pulumi_databricks/get_rfa_access_request_destinations.py +126 -0
  88. pulumi_databricks/get_schema.py +18 -1
  89. pulumi_databricks/get_schemas.py +23 -4
  90. pulumi_databricks/get_service_principal_federation_policies.py +151 -0
  91. pulumi_databricks/get_service_principal_federation_policy.py +220 -0
  92. pulumi_databricks/get_serving_endpoints.py +19 -4
  93. pulumi_databricks/get_share.py +117 -18
  94. pulumi_databricks/get_shares.py +22 -3
  95. pulumi_databricks/get_spark_version.py +20 -1
  96. pulumi_databricks/get_sql_warehouse.py +16 -1
  97. pulumi_databricks/get_sql_warehouses.py +20 -1
  98. pulumi_databricks/get_storage_credential.py +18 -1
  99. pulumi_databricks/get_storage_credentials.py +23 -4
  100. pulumi_databricks/get_table.py +18 -1
  101. pulumi_databricks/get_tables.py +20 -1
  102. pulumi_databricks/get_tag_policies.py +139 -0
  103. pulumi_databricks/get_tag_policy.py +175 -0
  104. pulumi_databricks/get_views.py +20 -1
  105. pulumi_databricks/get_volume.py +18 -1
  106. pulumi_databricks/get_volumes.py +20 -1
  107. pulumi_databricks/get_workspace_network_option.py +8 -16
  108. pulumi_databricks/get_workspace_setting_v2.py +331 -0
  109. pulumi_databricks/get_zones.py +20 -1
  110. pulumi_databricks/git_credential.py +54 -7
  111. pulumi_databricks/grant.py +2 -2
  112. pulumi_databricks/group.py +21 -21
  113. pulumi_databricks/job.py +47 -0
  114. pulumi_databricks/library.py +165 -0
  115. pulumi_databricks/materialized_features_feature_tag.py +8 -4
  116. pulumi_databricks/mws_ncc_private_endpoint_rule.py +7 -7
  117. pulumi_databricks/mws_permission_assignment.py +16 -16
  118. pulumi_databricks/mws_storage_configurations.py +6 -6
  119. pulumi_databricks/mws_workspaces.py +76 -29
  120. pulumi_databricks/online_store.py +8 -4
  121. pulumi_databricks/outputs.py +26397 -22382
  122. pulumi_databricks/permission_assignment.py +266 -24
  123. pulumi_databricks/pipeline.py +37 -3
  124. pulumi_databricks/policy_info.py +43 -39
  125. pulumi_databricks/provider.py +15 -0
  126. pulumi_databricks/pulumi-plugin.json +1 -1
  127. pulumi_databricks/quality_monitor.py +47 -0
  128. pulumi_databricks/quality_monitor_v2.py +8 -4
  129. pulumi_databricks/registered_model.py +301 -29
  130. pulumi_databricks/rfa_access_request_destinations.py +286 -0
  131. pulumi_databricks/service_principal_federation_policy.py +469 -0
  132. pulumi_databricks/share.py +71 -84
  133. pulumi_databricks/sql_endpoint.py +47 -0
  134. pulumi_databricks/sql_table.py +35 -7
  135. pulumi_databricks/storage_credential.py +59 -6
  136. pulumi_databricks/tag_policy.py +357 -0
  137. pulumi_databricks/user.py +21 -21
  138. pulumi_databricks/workspace_binding.py +0 -48
  139. pulumi_databricks/workspace_network_option.py +8 -4
  140. pulumi_databricks/workspace_setting_v2.py +759 -0
  141. {pulumi_databricks-1.75.0a1756323569.dist-info → pulumi_databricks-1.77.0.dist-info}/METADATA +1 -1
  142. pulumi_databricks-1.77.0.dist-info/RECORD +250 -0
  143. pulumi_databricks/clean_room_asset.py +0 -891
  144. pulumi_databricks/clean_room_auto_approval_rule.py +0 -426
  145. pulumi_databricks/clean_rooms_clean_room.py +0 -518
  146. pulumi_databricks/get_clean_room_asset.py +0 -399
  147. pulumi_databricks/get_clean_room_asset_revisions_clean_room_asset.py +0 -375
  148. pulumi_databricks/get_clean_room_asset_revisions_clean_room_assets.py +0 -82
  149. pulumi_databricks/get_clean_room_assets.py +0 -104
  150. pulumi_databricks/get_clean_room_auto_approval_rule.py +0 -200
  151. pulumi_databricks/get_clean_room_auto_approval_rules.py +0 -82
  152. pulumi_databricks/get_clean_rooms_clean_room.py +0 -272
  153. pulumi_databricks/get_clean_rooms_clean_rooms.py +0 -104
  154. pulumi_databricks/get_recipient_federation_policies.py +0 -82
  155. pulumi_databricks/get_recipient_federation_policy.py +0 -165
  156. pulumi_databricks/recipient_federation_policy.py +0 -346
  157. pulumi_databricks-1.75.0a1756323569.dist-info/RECORD +0 -231
  158. {pulumi_databricks-1.75.0a1756323569.dist-info → pulumi_databricks-1.77.0.dist-info}/WHEEL +0 -0
  159. {pulumi_databricks-1.75.0a1756323569.dist-info → pulumi_databricks-1.77.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,286 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import builtins as _builtins
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from . import _utilities
16
+ from . import outputs
17
+ from ._inputs import *
18
+
19
+ __all__ = ['RfaAccessRequestDestinationsArgs', 'RfaAccessRequestDestinations']
20
+
21
+ @pulumi.input_type
22
+ class RfaAccessRequestDestinationsArgs:
23
+ def __init__(__self__, *,
24
+ destinations: pulumi.Input[Sequence[pulumi.Input['RfaAccessRequestDestinationsDestinationArgs']]],
25
+ securable: pulumi.Input['RfaAccessRequestDestinationsSecurableArgs']):
26
+ """
27
+ The set of arguments for constructing a RfaAccessRequestDestinations resource.
28
+ :param pulumi.Input[Sequence[pulumi.Input['RfaAccessRequestDestinationsDestinationArgs']]] destinations: The access request destinations for the securable
29
+ :param pulumi.Input['RfaAccessRequestDestinationsSecurableArgs'] securable: The securable for which the access request destinations are being retrieved
30
+ """
31
+ pulumi.set(__self__, "destinations", destinations)
32
+ pulumi.set(__self__, "securable", securable)
33
+
34
+ @_builtins.property
35
+ @pulumi.getter
36
+ def destinations(self) -> pulumi.Input[Sequence[pulumi.Input['RfaAccessRequestDestinationsDestinationArgs']]]:
37
+ """
38
+ The access request destinations for the securable
39
+ """
40
+ return pulumi.get(self, "destinations")
41
+
42
+ @destinations.setter
43
+ def destinations(self, value: pulumi.Input[Sequence[pulumi.Input['RfaAccessRequestDestinationsDestinationArgs']]]):
44
+ pulumi.set(self, "destinations", value)
45
+
46
+ @_builtins.property
47
+ @pulumi.getter
48
+ def securable(self) -> pulumi.Input['RfaAccessRequestDestinationsSecurableArgs']:
49
+ """
50
+ The securable for which the access request destinations are being retrieved
51
+ """
52
+ return pulumi.get(self, "securable")
53
+
54
+ @securable.setter
55
+ def securable(self, value: pulumi.Input['RfaAccessRequestDestinationsSecurableArgs']):
56
+ pulumi.set(self, "securable", value)
57
+
58
+
59
+ @pulumi.input_type
60
+ class _RfaAccessRequestDestinationsState:
61
+ def __init__(__self__, *,
62
+ are_any_destinations_hidden: Optional[pulumi.Input[_builtins.bool]] = None,
63
+ destinations: Optional[pulumi.Input[Sequence[pulumi.Input['RfaAccessRequestDestinationsDestinationArgs']]]] = None,
64
+ securable: Optional[pulumi.Input['RfaAccessRequestDestinationsSecurableArgs']] = None):
65
+ """
66
+ Input properties used for looking up and filtering RfaAccessRequestDestinations resources.
67
+ :param pulumi.Input[_builtins.bool] are_any_destinations_hidden: (boolean) - Indicates whether any destinations are hidden from the caller due to a lack of permissions.
68
+ This value is true if the caller does not have permission to see all destinations
69
+ :param pulumi.Input[Sequence[pulumi.Input['RfaAccessRequestDestinationsDestinationArgs']]] destinations: The access request destinations for the securable
70
+ :param pulumi.Input['RfaAccessRequestDestinationsSecurableArgs'] securable: The securable for which the access request destinations are being retrieved
71
+ """
72
+ if are_any_destinations_hidden is not None:
73
+ pulumi.set(__self__, "are_any_destinations_hidden", are_any_destinations_hidden)
74
+ if destinations is not None:
75
+ pulumi.set(__self__, "destinations", destinations)
76
+ if securable is not None:
77
+ pulumi.set(__self__, "securable", securable)
78
+
79
+ @_builtins.property
80
+ @pulumi.getter(name="areAnyDestinationsHidden")
81
+ def are_any_destinations_hidden(self) -> Optional[pulumi.Input[_builtins.bool]]:
82
+ """
83
+ (boolean) - Indicates whether any destinations are hidden from the caller due to a lack of permissions.
84
+ This value is true if the caller does not have permission to see all destinations
85
+ """
86
+ return pulumi.get(self, "are_any_destinations_hidden")
87
+
88
+ @are_any_destinations_hidden.setter
89
+ def are_any_destinations_hidden(self, value: Optional[pulumi.Input[_builtins.bool]]):
90
+ pulumi.set(self, "are_any_destinations_hidden", value)
91
+
92
+ @_builtins.property
93
+ @pulumi.getter
94
+ def destinations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RfaAccessRequestDestinationsDestinationArgs']]]]:
95
+ """
96
+ The access request destinations for the securable
97
+ """
98
+ return pulumi.get(self, "destinations")
99
+
100
+ @destinations.setter
101
+ def destinations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RfaAccessRequestDestinationsDestinationArgs']]]]):
102
+ pulumi.set(self, "destinations", value)
103
+
104
+ @_builtins.property
105
+ @pulumi.getter
106
+ def securable(self) -> Optional[pulumi.Input['RfaAccessRequestDestinationsSecurableArgs']]:
107
+ """
108
+ The securable for which the access request destinations are being retrieved
109
+ """
110
+ return pulumi.get(self, "securable")
111
+
112
+ @securable.setter
113
+ def securable(self, value: Optional[pulumi.Input['RfaAccessRequestDestinationsSecurableArgs']]):
114
+ pulumi.set(self, "securable", value)
115
+
116
+
117
+ @pulumi.type_token("databricks:index/rfaAccessRequestDestinations:RfaAccessRequestDestinations")
118
+ class RfaAccessRequestDestinations(pulumi.CustomResource):
119
+ @overload
120
+ def __init__(__self__,
121
+ resource_name: str,
122
+ opts: Optional[pulumi.ResourceOptions] = None,
123
+ destinations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RfaAccessRequestDestinationsDestinationArgs', 'RfaAccessRequestDestinationsDestinationArgsDict']]]]] = None,
124
+ securable: Optional[pulumi.Input[Union['RfaAccessRequestDestinationsSecurableArgs', 'RfaAccessRequestDestinationsSecurableArgsDict']]] = None,
125
+ __props__=None):
126
+ """
127
+ [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
128
+
129
+ Request for Access (RFA) access request destinations allow you to configure where notifications are sent when users request access to securable objects in Unity Catalog. This resource enables you to manage access request destinations for specific securable objects, such as tables, catalogs, or schemas.
130
+
131
+ When a user requests access to a securable object, notifications can be sent to various destinations including email addresses, Slack channels, or Microsoft Teams channels. This resource allows you to configure these destinations to ensure that the appropriate stakeholders are notified of access requests.
132
+
133
+ ## Example Usage
134
+
135
+ ## Import
136
+
137
+ As of Pulumi v1.5, resources can be imported through configuration.
138
+
139
+ hcl
140
+
141
+ import {
142
+
143
+ id = ""
144
+
145
+ to = databricks_rfa_access_request_destinations.this
146
+
147
+ }
148
+
149
+ If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
150
+
151
+ ```sh
152
+ $ pulumi import databricks:index/rfaAccessRequestDestinations:RfaAccessRequestDestinations this ""
153
+ ```
154
+
155
+ :param str resource_name: The name of the resource.
156
+ :param pulumi.ResourceOptions opts: Options for the resource.
157
+ :param pulumi.Input[Sequence[pulumi.Input[Union['RfaAccessRequestDestinationsDestinationArgs', 'RfaAccessRequestDestinationsDestinationArgsDict']]]] destinations: The access request destinations for the securable
158
+ :param pulumi.Input[Union['RfaAccessRequestDestinationsSecurableArgs', 'RfaAccessRequestDestinationsSecurableArgsDict']] securable: The securable for which the access request destinations are being retrieved
159
+ """
160
+ ...
161
+ @overload
162
+ def __init__(__self__,
163
+ resource_name: str,
164
+ args: RfaAccessRequestDestinationsArgs,
165
+ opts: Optional[pulumi.ResourceOptions] = None):
166
+ """
167
+ [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
168
+
169
+ Request for Access (RFA) access request destinations allow you to configure where notifications are sent when users request access to securable objects in Unity Catalog. This resource enables you to manage access request destinations for specific securable objects, such as tables, catalogs, or schemas.
170
+
171
+ When a user requests access to a securable object, notifications can be sent to various destinations including email addresses, Slack channels, or Microsoft Teams channels. This resource allows you to configure these destinations to ensure that the appropriate stakeholders are notified of access requests.
172
+
173
+ ## Example Usage
174
+
175
+ ## Import
176
+
177
+ As of Pulumi v1.5, resources can be imported through configuration.
178
+
179
+ hcl
180
+
181
+ import {
182
+
183
+ id = ""
184
+
185
+ to = databricks_rfa_access_request_destinations.this
186
+
187
+ }
188
+
189
+ If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
190
+
191
+ ```sh
192
+ $ pulumi import databricks:index/rfaAccessRequestDestinations:RfaAccessRequestDestinations this ""
193
+ ```
194
+
195
+ :param str resource_name: The name of the resource.
196
+ :param RfaAccessRequestDestinationsArgs args: The arguments to use to populate this resource's properties.
197
+ :param pulumi.ResourceOptions opts: Options for the resource.
198
+ """
199
+ ...
200
+ def __init__(__self__, resource_name: str, *args, **kwargs):
201
+ resource_args, opts = _utilities.get_resource_args_opts(RfaAccessRequestDestinationsArgs, pulumi.ResourceOptions, *args, **kwargs)
202
+ if resource_args is not None:
203
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
204
+ else:
205
+ __self__._internal_init(resource_name, *args, **kwargs)
206
+
207
+ def _internal_init(__self__,
208
+ resource_name: str,
209
+ opts: Optional[pulumi.ResourceOptions] = None,
210
+ destinations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RfaAccessRequestDestinationsDestinationArgs', 'RfaAccessRequestDestinationsDestinationArgsDict']]]]] = None,
211
+ securable: Optional[pulumi.Input[Union['RfaAccessRequestDestinationsSecurableArgs', 'RfaAccessRequestDestinationsSecurableArgsDict']]] = None,
212
+ __props__=None):
213
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
214
+ if not isinstance(opts, pulumi.ResourceOptions):
215
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
216
+ if opts.id is None:
217
+ if __props__ is not None:
218
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
219
+ __props__ = RfaAccessRequestDestinationsArgs.__new__(RfaAccessRequestDestinationsArgs)
220
+
221
+ if destinations is None and not opts.urn:
222
+ raise TypeError("Missing required property 'destinations'")
223
+ __props__.__dict__["destinations"] = destinations
224
+ if securable is None and not opts.urn:
225
+ raise TypeError("Missing required property 'securable'")
226
+ __props__.__dict__["securable"] = securable
227
+ __props__.__dict__["are_any_destinations_hidden"] = None
228
+ super(RfaAccessRequestDestinations, __self__).__init__(
229
+ 'databricks:index/rfaAccessRequestDestinations:RfaAccessRequestDestinations',
230
+ resource_name,
231
+ __props__,
232
+ opts)
233
+
234
+ @staticmethod
235
+ def get(resource_name: str,
236
+ id: pulumi.Input[str],
237
+ opts: Optional[pulumi.ResourceOptions] = None,
238
+ are_any_destinations_hidden: Optional[pulumi.Input[_builtins.bool]] = None,
239
+ destinations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RfaAccessRequestDestinationsDestinationArgs', 'RfaAccessRequestDestinationsDestinationArgsDict']]]]] = None,
240
+ securable: Optional[pulumi.Input[Union['RfaAccessRequestDestinationsSecurableArgs', 'RfaAccessRequestDestinationsSecurableArgsDict']]] = None) -> 'RfaAccessRequestDestinations':
241
+ """
242
+ Get an existing RfaAccessRequestDestinations resource's state with the given name, id, and optional extra
243
+ properties used to qualify the lookup.
244
+
245
+ :param str resource_name: The unique name of the resulting resource.
246
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
247
+ :param pulumi.ResourceOptions opts: Options for the resource.
248
+ :param pulumi.Input[_builtins.bool] are_any_destinations_hidden: (boolean) - Indicates whether any destinations are hidden from the caller due to a lack of permissions.
249
+ This value is true if the caller does not have permission to see all destinations
250
+ :param pulumi.Input[Sequence[pulumi.Input[Union['RfaAccessRequestDestinationsDestinationArgs', 'RfaAccessRequestDestinationsDestinationArgsDict']]]] destinations: The access request destinations for the securable
251
+ :param pulumi.Input[Union['RfaAccessRequestDestinationsSecurableArgs', 'RfaAccessRequestDestinationsSecurableArgsDict']] securable: The securable for which the access request destinations are being retrieved
252
+ """
253
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
254
+
255
+ __props__ = _RfaAccessRequestDestinationsState.__new__(_RfaAccessRequestDestinationsState)
256
+
257
+ __props__.__dict__["are_any_destinations_hidden"] = are_any_destinations_hidden
258
+ __props__.__dict__["destinations"] = destinations
259
+ __props__.__dict__["securable"] = securable
260
+ return RfaAccessRequestDestinations(resource_name, opts=opts, __props__=__props__)
261
+
262
+ @_builtins.property
263
+ @pulumi.getter(name="areAnyDestinationsHidden")
264
+ def are_any_destinations_hidden(self) -> pulumi.Output[_builtins.bool]:
265
+ """
266
+ (boolean) - Indicates whether any destinations are hidden from the caller due to a lack of permissions.
267
+ This value is true if the caller does not have permission to see all destinations
268
+ """
269
+ return pulumi.get(self, "are_any_destinations_hidden")
270
+
271
+ @_builtins.property
272
+ @pulumi.getter
273
+ def destinations(self) -> pulumi.Output[Sequence['outputs.RfaAccessRequestDestinationsDestination']]:
274
+ """
275
+ The access request destinations for the securable
276
+ """
277
+ return pulumi.get(self, "destinations")
278
+
279
+ @_builtins.property
280
+ @pulumi.getter
281
+ def securable(self) -> pulumi.Output['outputs.RfaAccessRequestDestinationsSecurable']:
282
+ """
283
+ The securable for which the access request destinations are being retrieved
284
+ """
285
+ return pulumi.get(self, "securable")
286
+