pulumi-gcp 8.18.0a1738650987__py3-none-any.whl → 8.19.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 (130) hide show
  1. pulumi_gcp/__init__.py +104 -0
  2. pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
  3. pulumi_gcp/accesscontextmanager/outputs.py +186 -54
  4. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
  5. pulumi_gcp/alloydb/user.py +10 -1
  6. pulumi_gcp/appengine/_inputs.py +3 -0
  7. pulumi_gcp/appengine/outputs.py +2 -0
  8. pulumi_gcp/assuredworkloads/workload.py +7 -7
  9. pulumi_gcp/beyondcorp/__init__.py +9 -0
  10. pulumi_gcp/beyondcorp/_inputs.py +319 -0
  11. pulumi_gcp/beyondcorp/application.py +604 -0
  12. pulumi_gcp/beyondcorp/application_iam_binding.py +1049 -0
  13. pulumi_gcp/beyondcorp/application_iam_member.py +1049 -0
  14. pulumi_gcp/beyondcorp/application_iam_policy.py +868 -0
  15. pulumi_gcp/beyondcorp/get_application_iam_policy.py +174 -0
  16. pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +180 -0
  17. pulumi_gcp/beyondcorp/outputs.py +187 -0
  18. pulumi_gcp/beyondcorp/security_gateway.py +52 -25
  19. pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +1075 -0
  20. pulumi_gcp/beyondcorp/security_gateway_iam_member.py +1075 -0
  21. pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +894 -0
  22. pulumi_gcp/bigquery/_inputs.py +33 -0
  23. pulumi_gcp/bigquery/dataset.py +7 -7
  24. pulumi_gcp/bigquery/outputs.py +36 -0
  25. pulumi_gcp/bigquery/table.py +61 -7
  26. pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -0
  27. pulumi_gcp/bigqueryanalyticshub/_inputs.py +318 -0
  28. pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +808 -0
  29. pulumi_gcp/bigqueryanalyticshub/outputs.py +263 -0
  30. pulumi_gcp/certificateauthority/_inputs.py +54 -0
  31. pulumi_gcp/certificateauthority/authority.py +149 -3
  32. pulumi_gcp/certificateauthority/get_authority.py +15 -4
  33. pulumi_gcp/certificateauthority/outputs.py +81 -0
  34. pulumi_gcp/chronicle/retrohunt.py +0 -16
  35. pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +23 -23
  36. pulumi_gcp/cloudrunv2/_inputs.py +112 -0
  37. pulumi_gcp/cloudrunv2/outputs.py +144 -1
  38. pulumi_gcp/cloudrunv2/service.py +2 -0
  39. pulumi_gcp/colab/__init__.py +2 -0
  40. pulumi_gcp/colab/_inputs.py +655 -0
  41. pulumi_gcp/colab/notebook_execution.py +1259 -0
  42. pulumi_gcp/colab/outputs.py +512 -0
  43. pulumi_gcp/colab/runtime.py +266 -2
  44. pulumi_gcp/colab/runtime_template.py +79 -3
  45. pulumi_gcp/colab/schedule.py +1318 -0
  46. pulumi_gcp/compute/__init__.py +1 -0
  47. pulumi_gcp/compute/_inputs.py +213 -9
  48. pulumi_gcp/compute/firewall_policy.py +54 -43
  49. pulumi_gcp/compute/forwarding_rule.py +103 -0
  50. pulumi_gcp/compute/get_forwarding_rule.py +12 -1
  51. pulumi_gcp/compute/get_network.py +3 -3
  52. pulumi_gcp/compute/interconnect_attachment.py +12 -0
  53. pulumi_gcp/compute/network.py +7 -7
  54. pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
  55. pulumi_gcp/compute/outputs.py +193 -6
  56. pulumi_gcp/compute/public_advertised_prefix.py +35 -7
  57. pulumi_gcp/compute/public_delegated_prefix.py +171 -7
  58. pulumi_gcp/compute/region_resize_request.py +21 -22
  59. pulumi_gcp/compute/resize_request.py +22 -23
  60. pulumi_gcp/compute/router_peer.py +112 -0
  61. pulumi_gcp/compute/subnetwork.py +14 -7
  62. pulumi_gcp/container/_inputs.py +133 -21
  63. pulumi_gcp/container/outputs.py +154 -13
  64. pulumi_gcp/dataproc/_inputs.py +34 -0
  65. pulumi_gcp/dataproc/outputs.py +37 -0
  66. pulumi_gcp/dataproc/workflow_template.py +47 -0
  67. pulumi_gcp/datastream/connection_profile.py +120 -46
  68. pulumi_gcp/discoveryengine/chat_engine.py +7 -7
  69. pulumi_gcp/filestore/_inputs.py +222 -0
  70. pulumi_gcp/filestore/get_instance.py +23 -1
  71. pulumi_gcp/filestore/instance.py +86 -0
  72. pulumi_gcp/filestore/outputs.py +282 -0
  73. pulumi_gcp/firestore/field.py +60 -0
  74. pulumi_gcp/gemini/__init__.py +2 -0
  75. pulumi_gcp/gemini/logging_setting.py +671 -0
  76. pulumi_gcp/gemini/release_channel_setting.py +639 -0
  77. pulumi_gcp/gkehub/_inputs.py +20 -0
  78. pulumi_gcp/gkehub/membership_binding.py +6 -6
  79. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  80. pulumi_gcp/gkehub/namespace.py +4 -4
  81. pulumi_gcp/gkehub/outputs.py +26 -1
  82. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  83. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  84. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  85. pulumi_gcp/memorystore/_inputs.py +296 -0
  86. pulumi_gcp/memorystore/instance.py +32 -28
  87. pulumi_gcp/memorystore/outputs.py +224 -0
  88. pulumi_gcp/monitoring/_inputs.py +12 -9
  89. pulumi_gcp/monitoring/outputs.py +8 -6
  90. pulumi_gcp/netapp/storage_pool.py +1 -1
  91. pulumi_gcp/networkconnectivity/spoke.py +76 -14
  92. pulumi_gcp/networkservices/_inputs.py +89 -0
  93. pulumi_gcp/networkservices/outputs.py +75 -0
  94. pulumi_gcp/orgpolicy/policy.py +2 -2
  95. pulumi_gcp/parametermanager/__init__.py +5 -0
  96. pulumi_gcp/parametermanager/get_parameter_version.py +216 -0
  97. pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
  98. pulumi_gcp/parametermanager/get_parameters.py +140 -0
  99. pulumi_gcp/parametermanager/get_regional_parameter_version.py +235 -0
  100. pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
  101. pulumi_gcp/parametermanager/outputs.py +156 -0
  102. pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
  103. pulumi_gcp/pubsub/_inputs.py +264 -0
  104. pulumi_gcp/pubsub/outputs.py +353 -0
  105. pulumi_gcp/pubsub/subscription.py +6 -6
  106. pulumi_gcp/pubsub/topic.py +70 -0
  107. pulumi_gcp/pulumi-plugin.json +1 -1
  108. pulumi_gcp/resourcemanager/lien.py +12 -0
  109. pulumi_gcp/secretmanager/regional_secret.py +4 -0
  110. pulumi_gcp/secretmanager/regional_secret_version.py +12 -0
  111. pulumi_gcp/secretmanager/secret.py +4 -0
  112. pulumi_gcp/secretmanager/secret_version.py +12 -0
  113. pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
  114. pulumi_gcp/securesourcemanager/repository.py +4 -0
  115. pulumi_gcp/securityposture/posture.py +4 -0
  116. pulumi_gcp/securityposture/posture_deployment.py +4 -0
  117. pulumi_gcp/serviceaccount/get_s.py +98 -8
  118. pulumi_gcp/spanner/_inputs.py +68 -0
  119. pulumi_gcp/spanner/backup_schedule.py +70 -4
  120. pulumi_gcp/spanner/outputs.py +60 -0
  121. pulumi_gcp/storage/bucket_object.py +8 -0
  122. pulumi_gcp/storage/get_bucket_object_content.py +4 -4
  123. pulumi_gcp/vertex/ai_endpoint.py +4 -4
  124. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  125. pulumi_gcp/workbench/instance.py +70 -2
  126. pulumi_gcp/workflows/workflow.py +175 -0
  127. {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/METADATA +1 -1
  128. {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/RECORD +130 -110
  129. {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/WHEEL +0 -0
  130. {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,220 @@
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 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
+
17
+ __all__ = [
18
+ 'GetRegionalParameterVersionRenderResult',
19
+ 'AwaitableGetRegionalParameterVersionRenderResult',
20
+ 'get_regional_parameter_version_render',
21
+ 'get_regional_parameter_version_render_output',
22
+ ]
23
+
24
+ @pulumi.output_type
25
+ class GetRegionalParameterVersionRenderResult:
26
+ """
27
+ A collection of values returned by getRegionalParameterVersionRender.
28
+ """
29
+ def __init__(__self__, disabled=None, id=None, location=None, name=None, parameter=None, parameter_data=None, parameter_version_id=None, project=None, rendered_parameter_data=None):
30
+ if disabled and not isinstance(disabled, bool):
31
+ raise TypeError("Expected argument 'disabled' to be a bool")
32
+ pulumi.set(__self__, "disabled", disabled)
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 location and not isinstance(location, str):
37
+ raise TypeError("Expected argument 'location' to be a str")
38
+ pulumi.set(__self__, "location", location)
39
+ if name and not isinstance(name, str):
40
+ raise TypeError("Expected argument 'name' to be a str")
41
+ pulumi.set(__self__, "name", name)
42
+ if parameter and not isinstance(parameter, str):
43
+ raise TypeError("Expected argument 'parameter' to be a str")
44
+ pulumi.set(__self__, "parameter", parameter)
45
+ if parameter_data and not isinstance(parameter_data, str):
46
+ raise TypeError("Expected argument 'parameter_data' to be a str")
47
+ pulumi.set(__self__, "parameter_data", parameter_data)
48
+ if parameter_version_id and not isinstance(parameter_version_id, str):
49
+ raise TypeError("Expected argument 'parameter_version_id' to be a str")
50
+ pulumi.set(__self__, "parameter_version_id", parameter_version_id)
51
+ if project and not isinstance(project, str):
52
+ raise TypeError("Expected argument 'project' to be a str")
53
+ pulumi.set(__self__, "project", project)
54
+ if rendered_parameter_data and not isinstance(rendered_parameter_data, str):
55
+ raise TypeError("Expected argument 'rendered_parameter_data' to be a str")
56
+ pulumi.set(__self__, "rendered_parameter_data", rendered_parameter_data)
57
+
58
+ @property
59
+ @pulumi.getter
60
+ def disabled(self) -> bool:
61
+ """
62
+ The current state of the Regional Parameter Version.
63
+ """
64
+ return pulumi.get(self, "disabled")
65
+
66
+ @property
67
+ @pulumi.getter
68
+ def id(self) -> str:
69
+ """
70
+ The provider-assigned unique ID for this managed resource.
71
+ """
72
+ return pulumi.get(self, "id")
73
+
74
+ @property
75
+ @pulumi.getter
76
+ def location(self) -> str:
77
+ return pulumi.get(self, "location")
78
+
79
+ @property
80
+ @pulumi.getter
81
+ def name(self) -> str:
82
+ """
83
+ The resource name of the RegionalParameterVersion. Format:
84
+ `projects/{{project}}/locations/{{location}}/parameters/{{parameter_id}}/versions/{{parameter_version_id}}`
85
+ """
86
+ return pulumi.get(self, "name")
87
+
88
+ @property
89
+ @pulumi.getter
90
+ def parameter(self) -> str:
91
+ return pulumi.get(self, "parameter")
92
+
93
+ @property
94
+ @pulumi.getter(name="parameterData")
95
+ def parameter_data(self) -> str:
96
+ """
97
+ The Parameter data.
98
+ """
99
+ return pulumi.get(self, "parameter_data")
100
+
101
+ @property
102
+ @pulumi.getter(name="parameterVersionId")
103
+ def parameter_version_id(self) -> str:
104
+ return pulumi.get(self, "parameter_version_id")
105
+
106
+ @property
107
+ @pulumi.getter
108
+ def project(self) -> str:
109
+ return pulumi.get(self, "project")
110
+
111
+ @property
112
+ @pulumi.getter(name="renderedParameterData")
113
+ def rendered_parameter_data(self) -> str:
114
+ return pulumi.get(self, "rendered_parameter_data")
115
+
116
+
117
+ class AwaitableGetRegionalParameterVersionRenderResult(GetRegionalParameterVersionRenderResult):
118
+ # pylint: disable=using-constant-test
119
+ def __await__(self):
120
+ if False:
121
+ yield self
122
+ return GetRegionalParameterVersionRenderResult(
123
+ disabled=self.disabled,
124
+ id=self.id,
125
+ location=self.location,
126
+ name=self.name,
127
+ parameter=self.parameter,
128
+ parameter_data=self.parameter_data,
129
+ parameter_version_id=self.parameter_version_id,
130
+ project=self.project,
131
+ rendered_parameter_data=self.rendered_parameter_data)
132
+
133
+
134
+ def get_regional_parameter_version_render(location: Optional[str] = None,
135
+ parameter: Optional[str] = None,
136
+ parameter_version_id: Optional[str] = None,
137
+ project: Optional[str] = None,
138
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRegionalParameterVersionRenderResult:
139
+ """
140
+ ## Example Usage
141
+
142
+ ```python
143
+ import pulumi
144
+ import pulumi_gcp as gcp
145
+
146
+ basic = gcp.parametermanager.get_regional_parameter_version_render(parameter="test-regional-parameter",
147
+ parameter_version_id="test-regional-parameter-version",
148
+ location="us-central1")
149
+ ```
150
+
151
+
152
+ :param str location: Location of Parameter Manager regional Parameter resource.
153
+ It must be provided when the `parameter` field provided consists of only the name of the regional parameter.
154
+ :param str parameter: The Parameter for obtaining the Regional Parameter Version.
155
+ This can be either the reference of the parameter as in `projects/{{project}}/locations/{{location}}/parameters/{{parameter_id}}` or only the name of the parameter as in `{{parameter_id}}`.
156
+ :param str parameter_version_id: The version of the regional parameter to get.
157
+ :param str project: The project for retrieving the Regional Parameter Version. If it's not
158
+ specified, the provider project will be used.
159
+ """
160
+ __args__ = dict()
161
+ __args__['location'] = location
162
+ __args__['parameter'] = parameter
163
+ __args__['parameterVersionId'] = parameter_version_id
164
+ __args__['project'] = project
165
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
166
+ __ret__ = pulumi.runtime.invoke('gcp:parametermanager/getRegionalParameterVersionRender:getRegionalParameterVersionRender', __args__, opts=opts, typ=GetRegionalParameterVersionRenderResult).value
167
+
168
+ return AwaitableGetRegionalParameterVersionRenderResult(
169
+ disabled=pulumi.get(__ret__, 'disabled'),
170
+ id=pulumi.get(__ret__, 'id'),
171
+ location=pulumi.get(__ret__, 'location'),
172
+ name=pulumi.get(__ret__, 'name'),
173
+ parameter=pulumi.get(__ret__, 'parameter'),
174
+ parameter_data=pulumi.get(__ret__, 'parameter_data'),
175
+ parameter_version_id=pulumi.get(__ret__, 'parameter_version_id'),
176
+ project=pulumi.get(__ret__, 'project'),
177
+ rendered_parameter_data=pulumi.get(__ret__, 'rendered_parameter_data'))
178
+ def get_regional_parameter_version_render_output(location: Optional[pulumi.Input[Optional[str]]] = None,
179
+ parameter: Optional[pulumi.Input[str]] = None,
180
+ parameter_version_id: Optional[pulumi.Input[str]] = None,
181
+ project: Optional[pulumi.Input[Optional[str]]] = None,
182
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRegionalParameterVersionRenderResult]:
183
+ """
184
+ ## Example Usage
185
+
186
+ ```python
187
+ import pulumi
188
+ import pulumi_gcp as gcp
189
+
190
+ basic = gcp.parametermanager.get_regional_parameter_version_render(parameter="test-regional-parameter",
191
+ parameter_version_id="test-regional-parameter-version",
192
+ location="us-central1")
193
+ ```
194
+
195
+
196
+ :param str location: Location of Parameter Manager regional Parameter resource.
197
+ It must be provided when the `parameter` field provided consists of only the name of the regional parameter.
198
+ :param str parameter: The Parameter for obtaining the Regional Parameter Version.
199
+ This can be either the reference of the parameter as in `projects/{{project}}/locations/{{location}}/parameters/{{parameter_id}}` or only the name of the parameter as in `{{parameter_id}}`.
200
+ :param str parameter_version_id: The version of the regional parameter to get.
201
+ :param str project: The project for retrieving the Regional Parameter Version. If it's not
202
+ specified, the provider project will be used.
203
+ """
204
+ __args__ = dict()
205
+ __args__['location'] = location
206
+ __args__['parameter'] = parameter
207
+ __args__['parameterVersionId'] = parameter_version_id
208
+ __args__['project'] = project
209
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
210
+ __ret__ = pulumi.runtime.invoke_output('gcp:parametermanager/getRegionalParameterVersionRender:getRegionalParameterVersionRender', __args__, opts=opts, typ=GetRegionalParameterVersionRenderResult)
211
+ return __ret__.apply(lambda __response__: GetRegionalParameterVersionRenderResult(
212
+ disabled=pulumi.get(__response__, 'disabled'),
213
+ id=pulumi.get(__response__, 'id'),
214
+ location=pulumi.get(__response__, 'location'),
215
+ name=pulumi.get(__response__, 'name'),
216
+ parameter=pulumi.get(__response__, 'parameter'),
217
+ parameter_data=pulumi.get(__response__, 'parameter_data'),
218
+ parameter_version_id=pulumi.get(__response__, 'parameter_version_id'),
219
+ project=pulumi.get(__response__, 'project'),
220
+ rendered_parameter_data=pulumi.get(__response__, 'rendered_parameter_data')))
@@ -19,6 +19,8 @@ __all__ = [
19
19
  'ParameterPolicyMember',
20
20
  'RegionalParameterPolicyMember',
21
21
  'GetParameterPolicyMemberResult',
22
+ 'GetParametersParameterResult',
23
+ 'GetParametersParameterPolicyMemberResult',
22
24
  'GetRegionalParameterPolicyMemberResult',
23
25
  'GetRegionalParametersParameterResult',
24
26
  'GetRegionalParametersParameterPolicyMemberResult',
@@ -195,6 +197,160 @@ class GetParameterPolicyMemberResult(dict):
195
197
  return pulumi.get(self, "iam_policy_uid_principal")
196
198
 
197
199
 
200
+ @pulumi.output_type
201
+ class GetParametersParameterResult(dict):
202
+ def __init__(__self__, *,
203
+ create_time: str,
204
+ effective_labels: Mapping[str, str],
205
+ format: str,
206
+ labels: Mapping[str, str],
207
+ name: str,
208
+ parameter_id: str,
209
+ policy_members: Sequence['outputs.GetParametersParameterPolicyMemberResult'],
210
+ project: str,
211
+ pulumi_labels: Mapping[str, str],
212
+ update_time: str):
213
+ """
214
+ :param str create_time: The time at which the parameter was created.
215
+ :param str format: The format type of the parameter.
216
+ :param Mapping[str, str] labels: The labels assigned to the parameter.
217
+ :param str name: The resource name of the parameter. Format: `projects/{{project}}/locations/global/parameters/{{parameter_id}}`
218
+ :param str parameter_id: The unique name of the resource.
219
+ :param Sequence['GetParametersParameterPolicyMemberArgs'] policy_members: An object containing a unique resource identity tied to the parameter. Structure is documented below.
220
+ :param str project: The ID of the project.
221
+ :param Mapping[str, str] pulumi_labels: The combination of labels configured directly on the resource
222
+ and default labels configured on the provider.
223
+ :param str update_time: The time at which the parameter was updated.
224
+ """
225
+ pulumi.set(__self__, "create_time", create_time)
226
+ pulumi.set(__self__, "effective_labels", effective_labels)
227
+ pulumi.set(__self__, "format", format)
228
+ pulumi.set(__self__, "labels", labels)
229
+ pulumi.set(__self__, "name", name)
230
+ pulumi.set(__self__, "parameter_id", parameter_id)
231
+ pulumi.set(__self__, "policy_members", policy_members)
232
+ pulumi.set(__self__, "project", project)
233
+ pulumi.set(__self__, "pulumi_labels", pulumi_labels)
234
+ pulumi.set(__self__, "update_time", update_time)
235
+
236
+ @property
237
+ @pulumi.getter(name="createTime")
238
+ def create_time(self) -> str:
239
+ """
240
+ The time at which the parameter was created.
241
+ """
242
+ return pulumi.get(self, "create_time")
243
+
244
+ @property
245
+ @pulumi.getter(name="effectiveLabels")
246
+ def effective_labels(self) -> Mapping[str, str]:
247
+ return pulumi.get(self, "effective_labels")
248
+
249
+ @property
250
+ @pulumi.getter
251
+ def format(self) -> str:
252
+ """
253
+ The format type of the parameter.
254
+ """
255
+ return pulumi.get(self, "format")
256
+
257
+ @property
258
+ @pulumi.getter
259
+ def labels(self) -> Mapping[str, str]:
260
+ """
261
+ The labels assigned to the parameter.
262
+ """
263
+ return pulumi.get(self, "labels")
264
+
265
+ @property
266
+ @pulumi.getter
267
+ def name(self) -> str:
268
+ """
269
+ The resource name of the parameter. Format: `projects/{{project}}/locations/global/parameters/{{parameter_id}}`
270
+ """
271
+ return pulumi.get(self, "name")
272
+
273
+ @property
274
+ @pulumi.getter(name="parameterId")
275
+ def parameter_id(self) -> str:
276
+ """
277
+ The unique name of the resource.
278
+ """
279
+ return pulumi.get(self, "parameter_id")
280
+
281
+ @property
282
+ @pulumi.getter(name="policyMembers")
283
+ def policy_members(self) -> Sequence['outputs.GetParametersParameterPolicyMemberResult']:
284
+ """
285
+ An object containing a unique resource identity tied to the parameter. Structure is documented below.
286
+ """
287
+ return pulumi.get(self, "policy_members")
288
+
289
+ @property
290
+ @pulumi.getter
291
+ def project(self) -> str:
292
+ """
293
+ The ID of the project.
294
+ """
295
+ return pulumi.get(self, "project")
296
+
297
+ @property
298
+ @pulumi.getter(name="pulumiLabels")
299
+ def pulumi_labels(self) -> Mapping[str, str]:
300
+ """
301
+ The combination of labels configured directly on the resource
302
+ and default labels configured on the provider.
303
+ """
304
+ return pulumi.get(self, "pulumi_labels")
305
+
306
+ @property
307
+ @pulumi.getter(name="updateTime")
308
+ def update_time(self) -> str:
309
+ """
310
+ The time at which the parameter was updated.
311
+ """
312
+ return pulumi.get(self, "update_time")
313
+
314
+
315
+ @pulumi.output_type
316
+ class GetParametersParameterPolicyMemberResult(dict):
317
+ def __init__(__self__, *,
318
+ iam_policy_name_principal: str,
319
+ iam_policy_uid_principal: str):
320
+ """
321
+ :param str iam_policy_name_principal: AM policy binding member referring to a Google Cloud resource by user-assigned name. If a resource is deleted and recreated with the same name, the binding will be applicable to the
322
+ new resource. Format:
323
+ `principal://parametermanager.googleapis.com/projects/{{project}}/name/locations/global/parameters/{{parameter_id}}`
324
+ :param str iam_policy_uid_principal: IAM policy binding member referring to a Google Cloud resource by system-assigned unique identifier.
325
+ If a resource is deleted and recreated with the same name, the binding will not be applicable to the
326
+ new resource. Format:
327
+ `principal://parametermanager.googleapis.com/projects/{{project}}/uid/locations/global/parameters/{{uid}}`
328
+ """
329
+ pulumi.set(__self__, "iam_policy_name_principal", iam_policy_name_principal)
330
+ pulumi.set(__self__, "iam_policy_uid_principal", iam_policy_uid_principal)
331
+
332
+ @property
333
+ @pulumi.getter(name="iamPolicyNamePrincipal")
334
+ def iam_policy_name_principal(self) -> str:
335
+ """
336
+ AM policy binding member referring to a Google Cloud resource by user-assigned name. If a resource is deleted and recreated with the same name, the binding will be applicable to the
337
+ new resource. Format:
338
+ `principal://parametermanager.googleapis.com/projects/{{project}}/name/locations/global/parameters/{{parameter_id}}`
339
+ """
340
+ return pulumi.get(self, "iam_policy_name_principal")
341
+
342
+ @property
343
+ @pulumi.getter(name="iamPolicyUidPrincipal")
344
+ def iam_policy_uid_principal(self) -> str:
345
+ """
346
+ IAM policy binding member referring to a Google Cloud resource by system-assigned unique identifier.
347
+ If a resource is deleted and recreated with the same name, the binding will not be applicable to the
348
+ new resource. Format:
349
+ `principal://parametermanager.googleapis.com/projects/{{project}}/uid/locations/global/parameters/{{uid}}`
350
+ """
351
+ return pulumi.get(self, "iam_policy_uid_principal")
352
+
353
+
198
354
  @pulumi.output_type
199
355
  class GetRegionalParameterPolicyMemberResult(dict):
200
356
  def __init__(__self__, *,
@@ -451,6 +451,13 @@ class Entitlement(pulumi.CustomResource):
451
451
  """
452
452
  An Entitlement defines the eligibility of a set of users to obtain a predefined access for some time possibly after going through an approval workflow.
453
453
 
454
+ To get more information about Entitlement, see:
455
+
456
+ * [API documentation](https://cloud.google.com/iam/docs/reference/pam/rest)
457
+ * How-to Guides
458
+ * [How to create an Entitlement](https://cloud.google.com/iam/docs/pam-create-entitlements)
459
+ * [Official Documentation](https://cloud.google.com/iam/docs/pam-overview)
460
+
454
461
  ## Example Usage
455
462
 
456
463
  ### Privileged Access Manager Entitlement Basic
@@ -539,6 +546,13 @@ class Entitlement(pulumi.CustomResource):
539
546
  """
540
547
  An Entitlement defines the eligibility of a set of users to obtain a predefined access for some time possibly after going through an approval workflow.
541
548
 
549
+ To get more information about Entitlement, see:
550
+
551
+ * [API documentation](https://cloud.google.com/iam/docs/reference/pam/rest)
552
+ * How-to Guides
553
+ * [How to create an Entitlement](https://cloud.google.com/iam/docs/pam-create-entitlements)
554
+ * [Official Documentation](https://cloud.google.com/iam/docs/pam-overview)
555
+
542
556
  ## Example Usage
543
557
 
544
558
  ### Privileged Access Manager Entitlement Basic