pulumi-gcp 7.25.0a1717135845__py3-none-any.whl → 7.26.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.
- pulumi_gcp/__init__.py +144 -0
- pulumi_gcp/alloydb/_inputs.py +92 -0
- pulumi_gcp/alloydb/backup.py +12 -4
- pulumi_gcp/alloydb/cluster.py +72 -6
- pulumi_gcp/alloydb/instance.py +60 -2
- pulumi_gcp/alloydb/outputs.py +114 -0
- pulumi_gcp/appengine/_inputs.py +18 -0
- pulumi_gcp/appengine/domain_mapping.py +1 -1
- pulumi_gcp/appengine/outputs.py +16 -0
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
- pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
- pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
- pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
- pulumi_gcp/bigquery/_inputs.py +286 -2
- pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
- pulumi_gcp/bigquery/connection_iam_member.py +21 -7
- pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
- pulumi_gcp/bigquery/data_transfer_config.py +14 -7
- pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
- pulumi_gcp/bigquery/outputs.py +289 -2
- pulumi_gcp/bigquery/table.py +77 -35
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
- pulumi_gcp/certificateauthority/_inputs.py +20 -4
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
- pulumi_gcp/certificateauthority/certificate_template.py +157 -173
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
- pulumi_gcp/certificateauthority/outputs.py +20 -4
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
- pulumi_gcp/cloudfunctionsv2/function.py +0 -4
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
- pulumi_gcp/cloudrun/_inputs.py +80 -4
- pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
- pulumi_gcp/cloudrun/iam_binding.py +21 -7
- pulumi_gcp/cloudrun/iam_member.py +21 -7
- pulumi_gcp/cloudrun/iam_policy.py +21 -7
- pulumi_gcp/cloudrun/outputs.py +137 -4
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
- pulumi_gcp/cloudrunv2/get_service.py +11 -1
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
- pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
- pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
- pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
- pulumi_gcp/cloudrunv2/service.py +47 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
- pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
- pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
- pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
- pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
- pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +416 -194
- pulumi_gcp/compute/get_subnetworks.py +157 -0
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/interconnect_attachment.py +82 -0
- pulumi_gcp/compute/network_endpoint.py +2 -2
- pulumi_gcp/compute/network_endpoint_list.py +2 -2
- pulumi_gcp/compute/outputs.py +629 -181
- pulumi_gcp/compute/region_ssl_policy.py +39 -40
- pulumi_gcp/compute/security_policy_rule.py +55 -1
- pulumi_gcp/container/_inputs.py +560 -0
- pulumi_gcp/container/outputs.py +1106 -51
- pulumi_gcp/dataplex/__init__.py +15 -0
- pulumi_gcp/dataplex/_inputs.py +264 -0
- pulumi_gcp/dataplex/aspect_type.py +1077 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +779 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +779 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +618 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
- pulumi_gcp/dataplex/entry_group.py +722 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +779 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +779 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +618 -0
- pulumi_gcp/dataplex/entry_type.py +963 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
- pulumi_gcp/dataplex/outputs.py +188 -0
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataplex/task_iam_binding.py +21 -7
- pulumi_gcp/dataplex/task_iam_member.py +21 -7
- pulumi_gcp/dataplex/task_iam_policy.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
- pulumi_gcp/datastream/connection_profile.py +47 -0
- pulumi_gcp/datastream/private_connection.py +47 -0
- pulumi_gcp/datastream/stream.py +47 -0
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
- pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
- pulumi_gcp/gkehub/feature_iam_member.py +21 -7
- pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
- pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
- pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
- pulumi_gcp/gkehub/membership_iam_member.py +21 -7
- pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/__init__.py +2 -0
- pulumi_gcp/kms/autokey_config.py +366 -0
- pulumi_gcp/kms/key_handle.py +548 -0
- pulumi_gcp/logging/__init__.py +4 -0
- pulumi_gcp/logging/_inputs.py +100 -0
- pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
- pulumi_gcp/logging/log_view_iam_binding.py +630 -0
- pulumi_gcp/logging/log_view_iam_member.py +630 -0
- pulumi_gcp/logging/log_view_iam_policy.py +449 -0
- pulumi_gcp/logging/outputs.py +76 -0
- pulumi_gcp/netapp/storage_pool.py +9 -9
- pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
- pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +245 -27
- pulumi_gcp/networkservices/lb_route_extension.py +663 -0
- pulumi_gcp/networkservices/lb_traffic_extension.py +28 -14
- pulumi_gcp/networkservices/outputs.py +251 -20
- pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
- pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
- pulumi_gcp/notebooks/instance_iam_member.py +21 -7
- pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
- pulumi_gcp/pubsub/_inputs.py +16 -0
- pulumi_gcp/pubsub/outputs.py +25 -0
- pulumi_gcp/pubsub/subscription.py +8 -4
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
- pulumi_gcp/sql/_inputs.py +2 -4
- pulumi_gcp/sql/outputs.py +6 -8
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/storage/_inputs.py +48 -0
- pulumi_gcp/storage/outputs.py +75 -0
- pulumi_gcp/tpu/_inputs.py +2 -2
- pulumi_gcp/tpu/outputs.py +2 -2
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
- pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
- pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
- pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
- pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
- pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
- pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
- pulumi_gcp/workstations/workstation_iam_member.py +21 -7
- pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/RECORD +203 -180
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/top_level.txt +0 -0
@@ -43,7 +43,9 @@ class CaPoolIamMemberArgs:
|
|
43
43
|
Structure is documented below.
|
44
44
|
:param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
|
45
45
|
running `gcloud privateca locations list`.
|
46
|
-
Used to find the parent resource to bind the IAM policy to
|
46
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
47
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
48
|
+
location is specified, it is taken from the provider configuration.
|
47
49
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
48
50
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
49
51
|
"""
|
@@ -124,7 +126,9 @@ class CaPoolIamMemberArgs:
|
|
124
126
|
"""
|
125
127
|
Location of the CaPool. A full list of valid locations can be found by
|
126
128
|
running `gcloud privateca locations list`.
|
127
|
-
Used to find the parent resource to bind the IAM policy to
|
129
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
130
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
131
|
+
location is specified, it is taken from the provider configuration.
|
128
132
|
"""
|
129
133
|
return pulumi.get(self, "location")
|
130
134
|
|
@@ -164,7 +168,9 @@ class _CaPoolIamMemberState:
|
|
164
168
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
165
169
|
:param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
|
166
170
|
running `gcloud privateca locations list`.
|
167
|
-
Used to find the parent resource to bind the IAM policy to
|
171
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
172
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
173
|
+
location is specified, it is taken from the provider configuration.
|
168
174
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
169
175
|
Each entry can have one of the following values:
|
170
176
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -240,7 +246,9 @@ class _CaPoolIamMemberState:
|
|
240
246
|
"""
|
241
247
|
Location of the CaPool. A full list of valid locations can be found by
|
242
248
|
running `gcloud privateca locations list`.
|
243
|
-
Used to find the parent resource to bind the IAM policy to
|
249
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
250
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
251
|
+
location is specified, it is taken from the provider configuration.
|
244
252
|
"""
|
245
253
|
return pulumi.get(self, "location")
|
246
254
|
|
@@ -552,7 +560,9 @@ class CaPoolIamMember(pulumi.CustomResource):
|
|
552
560
|
Structure is documented below.
|
553
561
|
:param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
|
554
562
|
running `gcloud privateca locations list`.
|
555
|
-
Used to find the parent resource to bind the IAM policy to
|
563
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
564
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
565
|
+
location is specified, it is taken from the provider configuration.
|
556
566
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
557
567
|
Each entry can have one of the following values:
|
558
568
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -884,7 +894,9 @@ class CaPoolIamMember(pulumi.CustomResource):
|
|
884
894
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
885
895
|
:param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
|
886
896
|
running `gcloud privateca locations list`.
|
887
|
-
Used to find the parent resource to bind the IAM policy to
|
897
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
898
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
899
|
+
location is specified, it is taken from the provider configuration.
|
888
900
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
889
901
|
Each entry can have one of the following values:
|
890
902
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -946,7 +958,9 @@ class CaPoolIamMember(pulumi.CustomResource):
|
|
946
958
|
"""
|
947
959
|
Location of the CaPool. A full list of valid locations can be found by
|
948
960
|
running `gcloud privateca locations list`.
|
949
|
-
Used to find the parent resource to bind the IAM policy to
|
961
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
962
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
963
|
+
location is specified, it is taken from the provider configuration.
|
950
964
|
"""
|
951
965
|
return pulumi.get(self, "location")
|
952
966
|
|
@@ -25,7 +25,9 @@ class CaPoolIamPolicyArgs:
|
|
25
25
|
a `organizations_get_iam_policy` data source.
|
26
26
|
:param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
|
27
27
|
running `gcloud privateca locations list`.
|
28
|
-
Used to find the parent resource to bind the IAM policy to
|
28
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
29
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
30
|
+
location is specified, it is taken from the provider configuration.
|
29
31
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
30
32
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
31
33
|
"""
|
@@ -67,7 +69,9 @@ class CaPoolIamPolicyArgs:
|
|
67
69
|
"""
|
68
70
|
Location of the CaPool. A full list of valid locations can be found by
|
69
71
|
running `gcloud privateca locations list`.
|
70
|
-
Used to find the parent resource to bind the IAM policy to
|
72
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
73
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
74
|
+
location is specified, it is taken from the provider configuration.
|
71
75
|
"""
|
72
76
|
return pulumi.get(self, "location")
|
73
77
|
|
@@ -103,7 +107,9 @@ class _CaPoolIamPolicyState:
|
|
103
107
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
104
108
|
:param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
|
105
109
|
running `gcloud privateca locations list`.
|
106
|
-
Used to find the parent resource to bind the IAM policy to
|
110
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
111
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
112
|
+
location is specified, it is taken from the provider configuration.
|
107
113
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
108
114
|
a `organizations_get_iam_policy` data source.
|
109
115
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -150,7 +156,9 @@ class _CaPoolIamPolicyState:
|
|
150
156
|
"""
|
151
157
|
Location of the CaPool. A full list of valid locations can be found by
|
152
158
|
running `gcloud privateca locations list`.
|
153
|
-
Used to find the parent resource to bind the IAM policy to
|
159
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
160
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
161
|
+
location is specified, it is taken from the provider configuration.
|
154
162
|
"""
|
155
163
|
return pulumi.get(self, "location")
|
156
164
|
|
@@ -435,7 +443,9 @@ class CaPoolIamPolicy(pulumi.CustomResource):
|
|
435
443
|
:param pulumi.Input[str] ca_pool: Used to find the parent resource to bind the IAM policy to
|
436
444
|
:param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
|
437
445
|
running `gcloud privateca locations list`.
|
438
|
-
Used to find the parent resource to bind the IAM policy to
|
446
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
447
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
448
|
+
location is specified, it is taken from the provider configuration.
|
439
449
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
440
450
|
a `organizations_get_iam_policy` data source.
|
441
451
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -745,7 +755,9 @@ class CaPoolIamPolicy(pulumi.CustomResource):
|
|
745
755
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
746
756
|
:param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
|
747
757
|
running `gcloud privateca locations list`.
|
748
|
-
Used to find the parent resource to bind the IAM policy to
|
758
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
759
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
760
|
+
location is specified, it is taken from the provider configuration.
|
749
761
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
750
762
|
a `organizations_get_iam_policy` data source.
|
751
763
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -784,7 +796,9 @@ class CaPoolIamPolicy(pulumi.CustomResource):
|
|
784
796
|
"""
|
785
797
|
Location of the CaPool. A full list of valid locations can be found by
|
786
798
|
running `gcloud privateca locations list`.
|
787
|
-
Used to find the parent resource to bind the IAM policy to
|
799
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
800
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
801
|
+
location is specified, it is taken from the provider configuration.
|
788
802
|
"""
|
789
803
|
return pulumi.get(self, "location")
|
790
804
|
|