pulumi-gcp 7.26.0__py3-none-any.whl → 7.26.0a1717544115__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 (165) hide show
  1. pulumi_gcp/__init__.py +0 -56
  2. pulumi_gcp/alloydb/_inputs.py +0 -92
  3. pulumi_gcp/alloydb/backup.py +4 -12
  4. pulumi_gcp/alloydb/cluster.py +6 -72
  5. pulumi_gcp/alloydb/instance.py +2 -60
  6. pulumi_gcp/alloydb/outputs.py +0 -114
  7. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -6
  8. pulumi_gcp/artifactregistry/repository_iam_binding.py +7 -21
  9. pulumi_gcp/artifactregistry/repository_iam_member.py +7 -21
  10. pulumi_gcp/artifactregistry/repository_iam_policy.py +7 -21
  11. pulumi_gcp/bigquery/connection_iam_binding.py +7 -21
  12. pulumi_gcp/bigquery/connection_iam_member.py +7 -21
  13. pulumi_gcp/bigquery/connection_iam_policy.py +7 -21
  14. pulumi_gcp/bigquery/data_transfer_config.py +7 -14
  15. pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -6
  16. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -21
  17. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -21
  18. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -21
  19. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -6
  20. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -6
  21. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -21
  22. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -21
  23. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -21
  24. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +7 -21
  25. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +7 -21
  26. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +7 -21
  27. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -6
  28. pulumi_gcp/certificateauthority/_inputs.py +4 -20
  29. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +7 -21
  30. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +7 -21
  31. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +7 -21
  32. pulumi_gcp/certificateauthority/certificate_template.py +173 -157
  33. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +0 -27
  34. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +0 -27
  35. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +0 -27
  36. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -6
  37. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +0 -6
  38. pulumi_gcp/certificateauthority/outputs.py +4 -20
  39. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +7 -21
  40. pulumi_gcp/cloudbuildv2/connection_iam_member.py +7 -21
  41. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +7 -21
  42. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -6
  43. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -6
  44. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +7 -21
  45. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +7 -21
  46. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +7 -21
  47. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -6
  48. pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -6
  49. pulumi_gcp/cloudrun/iam_binding.py +7 -21
  50. pulumi_gcp/cloudrun/iam_member.py +7 -21
  51. pulumi_gcp/cloudrun/iam_policy.py +7 -21
  52. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -6
  53. pulumi_gcp/cloudrunv2/get_service.py +1 -11
  54. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -6
  55. pulumi_gcp/cloudrunv2/job_iam_binding.py +7 -21
  56. pulumi_gcp/cloudrunv2/job_iam_member.py +7 -21
  57. pulumi_gcp/cloudrunv2/job_iam_policy.py +7 -21
  58. pulumi_gcp/cloudrunv2/service.py +0 -47
  59. pulumi_gcp/cloudrunv2/service_iam_binding.py +7 -21
  60. pulumi_gcp/cloudrunv2/service_iam_member.py +7 -21
  61. pulumi_gcp/cloudrunv2/service_iam_policy.py +7 -21
  62. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -6
  63. pulumi_gcp/cloudtasks/queue_iam_binding.py +7 -21
  64. pulumi_gcp/cloudtasks/queue_iam_member.py +7 -21
  65. pulumi_gcp/cloudtasks/queue_iam_policy.py +7 -21
  66. pulumi_gcp/compute/_inputs.py +18 -18
  67. pulumi_gcp/compute/outputs.py +20 -20
  68. pulumi_gcp/dataplex/__init__.py +0 -5
  69. pulumi_gcp/dataplex/_inputs.py +0 -104
  70. pulumi_gcp/dataplex/aspect_type_iam_binding.py +7 -21
  71. pulumi_gcp/dataplex/aspect_type_iam_member.py +7 -21
  72. pulumi_gcp/dataplex/aspect_type_iam_policy.py +7 -21
  73. pulumi_gcp/dataplex/datascan_iam_binding.py +7 -21
  74. pulumi_gcp/dataplex/datascan_iam_member.py +7 -21
  75. pulumi_gcp/dataplex/datascan_iam_policy.py +7 -21
  76. pulumi_gcp/dataplex/entry_group_iam_binding.py +7 -21
  77. pulumi_gcp/dataplex/entry_group_iam_member.py +7 -21
  78. pulumi_gcp/dataplex/entry_group_iam_policy.py +7 -21
  79. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -6
  80. pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -6
  81. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -6
  82. pulumi_gcp/dataplex/get_task_iam_policy.py +2 -6
  83. pulumi_gcp/dataplex/outputs.py +0 -76
  84. pulumi_gcp/dataplex/task.py +16 -16
  85. pulumi_gcp/dataplex/task_iam_binding.py +7 -21
  86. pulumi_gcp/dataplex/task_iam_member.py +7 -21
  87. pulumi_gcp/dataplex/task_iam_policy.py +7 -21
  88. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +7 -21
  89. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +7 -21
  90. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +7 -21
  91. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -6
  92. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -6
  93. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -6
  94. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +7 -21
  95. pulumi_gcp/dataproc/metastore_federation_iam_member.py +7 -21
  96. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +7 -21
  97. pulumi_gcp/dataproc/metastore_service_iam_binding.py +7 -21
  98. pulumi_gcp/dataproc/metastore_service_iam_member.py +7 -21
  99. pulumi_gcp/dataproc/metastore_service_iam_policy.py +7 -21
  100. pulumi_gcp/firestore/field.py +4 -4
  101. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +7 -21
  102. pulumi_gcp/gkebackup/backup_plan_iam_member.py +7 -21
  103. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +7 -21
  104. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -6
  105. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -6
  106. pulumi_gcp/gkehub/feature_iam_binding.py +7 -21
  107. pulumi_gcp/gkehub/feature_iam_member.py +7 -21
  108. pulumi_gcp/gkehub/feature_iam_policy.py +7 -21
  109. pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -6
  110. pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -6
  111. pulumi_gcp/gkehub/membership_binding.py +6 -6
  112. pulumi_gcp/gkehub/membership_iam_binding.py +7 -21
  113. pulumi_gcp/gkehub/membership_iam_member.py +7 -21
  114. pulumi_gcp/gkehub/membership_iam_policy.py +7 -21
  115. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  116. pulumi_gcp/gkehub/namespace.py +4 -4
  117. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  118. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  119. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  120. pulumi_gcp/logging/__init__.py +0 -4
  121. pulumi_gcp/logging/_inputs.py +0 -100
  122. pulumi_gcp/logging/outputs.py +0 -76
  123. pulumi_gcp/netapp/storage_pool.py +9 -9
  124. pulumi_gcp/networksecurity/address_group_iam_policy.py +7 -21
  125. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +2 -6
  126. pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -6
  127. pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -6
  128. pulumi_gcp/notebooks/instance_iam_binding.py +7 -21
  129. pulumi_gcp/notebooks/instance_iam_member.py +7 -21
  130. pulumi_gcp/notebooks/instance_iam_policy.py +7 -21
  131. pulumi_gcp/notebooks/runtime_iam_binding.py +7 -21
  132. pulumi_gcp/notebooks/runtime_iam_member.py +7 -21
  133. pulumi_gcp/notebooks/runtime_iam_policy.py +7 -21
  134. pulumi_gcp/orgpolicy/policy.py +2 -2
  135. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  136. pulumi_gcp/pubsub/subscription.py +4 -4
  137. pulumi_gcp/pulumi-plugin.json +1 -1
  138. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -6
  139. pulumi_gcp/sql/_inputs.py +4 -2
  140. pulumi_gcp/sql/outputs.py +8 -6
  141. pulumi_gcp/storage/_inputs.py +0 -48
  142. pulumi_gcp/storage/outputs.py +0 -75
  143. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +2 -6
  144. pulumi_gcp/workbench/get_instance_iam_policy.py +2 -6
  145. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +2 -6
  146. pulumi_gcp/workstations/get_workstation_iam_policy.py +2 -6
  147. pulumi_gcp/workstations/workstation_config_iam_binding.py +7 -21
  148. pulumi_gcp/workstations/workstation_config_iam_member.py +7 -21
  149. pulumi_gcp/workstations/workstation_config_iam_policy.py +7 -21
  150. pulumi_gcp/workstations/workstation_iam_binding.py +7 -21
  151. pulumi_gcp/workstations/workstation_iam_member.py +7 -21
  152. pulumi_gcp/workstations/workstation_iam_policy.py +7 -21
  153. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/METADATA +1 -1
  154. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/RECORD +156 -165
  155. pulumi_gcp/dataplex/entry_type.py +0 -963
  156. pulumi_gcp/dataplex/entry_type_iam_binding.py +0 -779
  157. pulumi_gcp/dataplex/entry_type_iam_member.py +0 -779
  158. pulumi_gcp/dataplex/entry_type_iam_policy.py +0 -618
  159. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +0 -168
  160. pulumi_gcp/logging/get_log_view_iam_policy.py +0 -157
  161. pulumi_gcp/logging/log_view_iam_binding.py +0 -630
  162. pulumi_gcp/logging/log_view_iam_member.py +0 -630
  163. pulumi_gcp/logging/log_view_iam_policy.py +0 -449
  164. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/top_level.txt +0 -0
@@ -39,9 +39,7 @@ class DataPolicyIamBindingArgs:
39
39
  `bigquerydatapolicy.DataPolicyIamBinding` can be used per role. Note that custom roles must be of the format
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
41
  :param pulumi.Input[str] location: The name of the location of the data policy.
42
- Used to find the parent resource to bind the IAM policy to. If not specified,
43
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
44
- location is specified, it is taken from the provider configuration.
42
+ Used to find the parent resource to bind the IAM policy to
45
43
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
46
44
  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.
47
45
  """
@@ -114,9 +112,7 @@ class DataPolicyIamBindingArgs:
114
112
  def location(self) -> Optional[pulumi.Input[str]]:
115
113
  """
116
114
  The name of the location of the data policy.
117
- Used to find the parent resource to bind the IAM policy to. If not specified,
118
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
119
- location is specified, it is taken from the provider configuration.
115
+ Used to find the parent resource to bind the IAM policy to
120
116
  """
121
117
  return pulumi.get(self, "location")
122
118
 
@@ -152,9 +148,7 @@ class _DataPolicyIamBindingState:
152
148
  Input properties used for looking up and filtering DataPolicyIamBinding resources.
153
149
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
154
150
  :param pulumi.Input[str] location: The name of the location of the data policy.
155
- Used to find the parent resource to bind the IAM policy to. If not specified,
156
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
157
- location is specified, it is taken from the provider configuration.
151
+ Used to find the parent resource to bind the IAM policy to
158
152
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
159
153
  Each entry can have one of the following values:
160
154
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -222,9 +216,7 @@ class _DataPolicyIamBindingState:
222
216
  def location(self) -> Optional[pulumi.Input[str]]:
223
217
  """
224
218
  The name of the location of the data policy.
225
- Used to find the parent resource to bind the IAM policy to. If not specified,
226
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
227
- location is specified, it is taken from the provider configuration.
219
+ Used to find the parent resource to bind the IAM policy to
228
220
  """
229
221
  return pulumi.get(self, "location")
230
222
 
@@ -440,9 +432,7 @@ class DataPolicyIamBinding(pulumi.CustomResource):
440
432
  :param str resource_name: The name of the resource.
441
433
  :param pulumi.ResourceOptions opts: Options for the resource.
442
434
  :param pulumi.Input[str] location: The name of the location of the data policy.
443
- Used to find the parent resource to bind the IAM policy to. If not specified,
444
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
445
- location is specified, it is taken from the provider configuration.
435
+ Used to find the parent resource to bind the IAM policy to
446
436
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
447
437
  Each entry can have one of the following values:
448
438
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -678,9 +668,7 @@ class DataPolicyIamBinding(pulumi.CustomResource):
678
668
  :param pulumi.ResourceOptions opts: Options for the resource.
679
669
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
680
670
  :param pulumi.Input[str] location: The name of the location of the data policy.
681
- Used to find the parent resource to bind the IAM policy to. If not specified,
682
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
683
- location is specified, it is taken from the provider configuration.
671
+ Used to find the parent resource to bind the IAM policy to
684
672
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
685
673
  Each entry can have one of the following values:
686
674
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -734,9 +722,7 @@ class DataPolicyIamBinding(pulumi.CustomResource):
734
722
  def location(self) -> pulumi.Output[str]:
735
723
  """
736
724
  The name of the location of the data policy.
737
- Used to find the parent resource to bind the IAM policy to. If not specified,
738
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
739
- location is specified, it is taken from the provider configuration.
725
+ Used to find the parent resource to bind the IAM policy to
740
726
  """
741
727
  return pulumi.get(self, "location")
742
728
 
@@ -39,9 +39,7 @@ class DataPolicyIamMemberArgs:
39
39
  `bigquerydatapolicy.DataPolicyIamBinding` can be used per role. Note that custom roles must be of the format
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
41
  :param pulumi.Input[str] location: The name of the location of the data policy.
42
- Used to find the parent resource to bind the IAM policy to. If not specified,
43
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
44
- location is specified, it is taken from the provider configuration.
42
+ Used to find the parent resource to bind the IAM policy to
45
43
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
46
44
  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.
47
45
  """
@@ -114,9 +112,7 @@ class DataPolicyIamMemberArgs:
114
112
  def location(self) -> Optional[pulumi.Input[str]]:
115
113
  """
116
114
  The name of the location of the data policy.
117
- Used to find the parent resource to bind the IAM policy to. If not specified,
118
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
119
- location is specified, it is taken from the provider configuration.
115
+ Used to find the parent resource to bind the IAM policy to
120
116
  """
121
117
  return pulumi.get(self, "location")
122
118
 
@@ -152,9 +148,7 @@ class _DataPolicyIamMemberState:
152
148
  Input properties used for looking up and filtering DataPolicyIamMember resources.
153
149
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
154
150
  :param pulumi.Input[str] location: The name of the location of the data policy.
155
- Used to find the parent resource to bind the IAM policy to. If not specified,
156
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
157
- location is specified, it is taken from the provider configuration.
151
+ Used to find the parent resource to bind the IAM policy to
158
152
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
159
153
  Each entry can have one of the following values:
160
154
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -222,9 +216,7 @@ class _DataPolicyIamMemberState:
222
216
  def location(self) -> Optional[pulumi.Input[str]]:
223
217
  """
224
218
  The name of the location of the data policy.
225
- Used to find the parent resource to bind the IAM policy to. If not specified,
226
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
227
- location is specified, it is taken from the provider configuration.
219
+ Used to find the parent resource to bind the IAM policy to
228
220
  """
229
221
  return pulumi.get(self, "location")
230
222
 
@@ -440,9 +432,7 @@ class DataPolicyIamMember(pulumi.CustomResource):
440
432
  :param str resource_name: The name of the resource.
441
433
  :param pulumi.ResourceOptions opts: Options for the resource.
442
434
  :param pulumi.Input[str] location: The name of the location of the data policy.
443
- Used to find the parent resource to bind the IAM policy to. If not specified,
444
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
445
- location is specified, it is taken from the provider configuration.
435
+ Used to find the parent resource to bind the IAM policy to
446
436
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
447
437
  Each entry can have one of the following values:
448
438
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -678,9 +668,7 @@ class DataPolicyIamMember(pulumi.CustomResource):
678
668
  :param pulumi.ResourceOptions opts: Options for the resource.
679
669
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
680
670
  :param pulumi.Input[str] location: The name of the location of the data policy.
681
- Used to find the parent resource to bind the IAM policy to. If not specified,
682
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
683
- location is specified, it is taken from the provider configuration.
671
+ Used to find the parent resource to bind the IAM policy to
684
672
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
685
673
  Each entry can have one of the following values:
686
674
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -734,9 +722,7 @@ class DataPolicyIamMember(pulumi.CustomResource):
734
722
  def location(self) -> pulumi.Output[str]:
735
723
  """
736
724
  The name of the location of the data policy.
737
- Used to find the parent resource to bind the IAM policy to. If not specified,
738
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
739
- location is specified, it is taken from the provider configuration.
725
+ Used to find the parent resource to bind the IAM policy to
740
726
  """
741
727
  return pulumi.get(self, "location")
742
728
 
@@ -23,9 +23,7 @@ class DataPolicyIamPolicyArgs:
23
23
  :param pulumi.Input[str] policy_data: The policy data generated by
24
24
  a `organizations_get_iam_policy` data source.
25
25
  :param pulumi.Input[str] location: The name of the location of the data policy.
26
- Used to find the parent resource to bind the IAM policy to. If not specified,
27
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
28
- location is specified, it is taken from the provider configuration.
26
+ Used to find the parent resource to bind the IAM policy to
29
27
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
30
28
  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
29
  """
@@ -63,9 +61,7 @@ class DataPolicyIamPolicyArgs:
63
61
  def location(self) -> Optional[pulumi.Input[str]]:
64
62
  """
65
63
  The name of the location of the data policy.
66
- Used to find the parent resource to bind the IAM policy to. If not specified,
67
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
68
- location is specified, it is taken from the provider configuration.
64
+ Used to find the parent resource to bind the IAM policy to
69
65
  """
70
66
  return pulumi.get(self, "location")
71
67
 
@@ -99,9 +95,7 @@ class _DataPolicyIamPolicyState:
99
95
  Input properties used for looking up and filtering DataPolicyIamPolicy resources.
100
96
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
101
97
  :param pulumi.Input[str] location: The name of the location of the data policy.
102
- Used to find the parent resource to bind the IAM policy to. If not specified,
103
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
104
- location is specified, it is taken from the provider configuration.
98
+ Used to find the parent resource to bind the IAM policy to
105
99
  :param pulumi.Input[str] policy_data: The policy data generated by
106
100
  a `organizations_get_iam_policy` data source.
107
101
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -144,9 +138,7 @@ class _DataPolicyIamPolicyState:
144
138
  def location(self) -> Optional[pulumi.Input[str]]:
145
139
  """
146
140
  The name of the location of the data policy.
147
- Used to find the parent resource to bind the IAM policy to. If not specified,
148
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
149
- location is specified, it is taken from the provider configuration.
141
+ Used to find the parent resource to bind the IAM policy to
150
142
  """
151
143
  return pulumi.get(self, "location")
152
144
 
@@ -337,9 +329,7 @@ class DataPolicyIamPolicy(pulumi.CustomResource):
337
329
  :param str resource_name: The name of the resource.
338
330
  :param pulumi.ResourceOptions opts: Options for the resource.
339
331
  :param pulumi.Input[str] location: The name of the location of the data policy.
340
- Used to find the parent resource to bind the IAM policy to. If not specified,
341
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
342
- location is specified, it is taken from the provider configuration.
332
+ Used to find the parent resource to bind the IAM policy to
343
333
  :param pulumi.Input[str] policy_data: The policy data generated by
344
334
  a `organizations_get_iam_policy` data source.
345
335
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -555,9 +545,7 @@ class DataPolicyIamPolicy(pulumi.CustomResource):
555
545
  :param pulumi.ResourceOptions opts: Options for the resource.
556
546
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
557
547
  :param pulumi.Input[str] location: The name of the location of the data policy.
558
- Used to find the parent resource to bind the IAM policy to. If not specified,
559
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
560
- location is specified, it is taken from the provider configuration.
548
+ Used to find the parent resource to bind the IAM policy to
561
549
  :param pulumi.Input[str] policy_data: The policy data generated by
562
550
  a `organizations_get_iam_policy` data source.
563
551
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -592,9 +580,7 @@ class DataPolicyIamPolicy(pulumi.CustomResource):
592
580
  def location(self) -> pulumi.Output[str]:
593
581
  """
594
582
  The name of the location of the data policy.
595
- Used to find the parent resource to bind the IAM policy to. If not specified,
596
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
597
- location is specified, it is taken from the provider configuration.
583
+ Used to find the parent resource to bind the IAM policy to
598
584
  """
599
585
  return pulumi.get(self, "location")
600
586
 
@@ -116,9 +116,7 @@ def get_iam_policy(data_policy_id: Optional[str] = None,
116
116
 
117
117
 
118
118
  :param str location: The name of the location of the data policy.
119
- Used to find the parent resource to bind the IAM policy to. If not specified,
120
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
121
- location is specified, it is taken from the provider configuration.
119
+ Used to find the parent resource to bind the IAM policy to
122
120
  :param str project: The ID of the project in which the resource belongs.
123
121
  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.
124
122
  """
@@ -159,9 +157,7 @@ def get_iam_policy_output(data_policy_id: Optional[pulumi.Input[str]] = None,
159
157
 
160
158
 
161
159
  :param str location: The name of the location of the data policy.
162
- Used to find the parent resource to bind the IAM policy to. If not specified,
163
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
164
- location is specified, it is taken from the provider configuration.
160
+ Used to find the parent resource to bind the IAM policy to
165
161
  :param str project: The ID of the project in which the resource belongs.
166
162
  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.
167
163
  """
@@ -5698,7 +5698,6 @@ class CertificateTemplateIdentityConstraintsArgs:
5698
5698
  :param pulumi.Input[bool] allow_subject_alt_names_passthrough: Required. If this is true, the SubjectAltNames extension may be copied from a certificate request into the signed certificate. Otherwise, the requested SubjectAltNames will be discarded.
5699
5699
  :param pulumi.Input[bool] allow_subject_passthrough: Required. If this is true, the Subject field may be copied from a certificate request into the signed certificate. Otherwise, the requested Subject will be discarded.
5700
5700
  :param pulumi.Input['CertificateTemplateIdentityConstraintsCelExpressionArgs'] cel_expression: Optional. A CEL expression that may be used to validate the resolved X.509 Subject and/or Subject Alternative Name before a certificate is signed. To see the full allowed syntax and some examples, see https://cloud.google.com/certificate-authority-service/docs/using-cel
5701
- Structure is documented below.
5702
5701
  """
5703
5702
  pulumi.set(__self__, "allow_subject_alt_names_passthrough", allow_subject_alt_names_passthrough)
5704
5703
  pulumi.set(__self__, "allow_subject_passthrough", allow_subject_passthrough)
@@ -5734,7 +5733,6 @@ class CertificateTemplateIdentityConstraintsArgs:
5734
5733
  def cel_expression(self) -> Optional[pulumi.Input['CertificateTemplateIdentityConstraintsCelExpressionArgs']]:
5735
5734
  """
5736
5735
  Optional. A CEL expression that may be used to validate the resolved X.509 Subject and/or Subject Alternative Name before a certificate is signed. To see the full allowed syntax and some examples, see https://cloud.google.com/certificate-authority-service/docs/using-cel
5737
- Structure is documented below.
5738
5736
  """
5739
5737
  return pulumi.get(self, "cel_expression")
5740
5738
 
@@ -5821,7 +5819,6 @@ class CertificateTemplatePassthroughExtensionsArgs:
5821
5819
  known_extensions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5822
5820
  """
5823
5821
  :param pulumi.Input[Sequence[pulumi.Input['CertificateTemplatePassthroughExtensionsAdditionalExtensionArgs']]] additional_extensions: Optional. A set of ObjectIds identifying custom X.509 extensions. Will be combined with known_extensions to determine the full set of X.509 extensions.
5824
- Structure is documented below.
5825
5822
  :param pulumi.Input[Sequence[pulumi.Input[str]]] known_extensions: Optional. A set of named X.509 extensions. Will be combined with additional_extensions to determine the full set of X.509 extensions.
5826
5823
  """
5827
5824
  if additional_extensions is not None:
@@ -5834,7 +5831,6 @@ class CertificateTemplatePassthroughExtensionsArgs:
5834
5831
  def additional_extensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CertificateTemplatePassthroughExtensionsAdditionalExtensionArgs']]]]:
5835
5832
  """
5836
5833
  Optional. A set of ObjectIds identifying custom X.509 extensions. Will be combined with known_extensions to determine the full set of X.509 extensions.
5837
- Structure is documented below.
5838
5834
  """
5839
5835
  return pulumi.get(self, "additional_extensions")
5840
5836
 
@@ -5887,14 +5883,10 @@ class CertificateTemplatePredefinedValuesArgs:
5887
5883
  policy_ids: Optional[pulumi.Input[Sequence[pulumi.Input['CertificateTemplatePredefinedValuesPolicyIdArgs']]]] = None):
5888
5884
  """
5889
5885
  :param pulumi.Input[Sequence[pulumi.Input['CertificateTemplatePredefinedValuesAdditionalExtensionArgs']]] additional_extensions: Optional. Describes custom X.509 extensions.
5890
- Structure is documented below.
5891
5886
  :param pulumi.Input[Sequence[pulumi.Input[str]]] aia_ocsp_servers: Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
5892
5887
  :param pulumi.Input['CertificateTemplatePredefinedValuesCaOptionsArgs'] ca_options: Optional. Describes options in this X509Parameters that are relevant in a CA certificate.
5893
- Structure is documented below.
5894
5888
  :param pulumi.Input['CertificateTemplatePredefinedValuesKeyUsageArgs'] key_usage: Optional. Indicates the intended use for keys that correspond to a certificate.
5895
- Structure is documented below.
5896
5889
  :param pulumi.Input[Sequence[pulumi.Input['CertificateTemplatePredefinedValuesPolicyIdArgs']]] policy_ids: Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
5897
- Structure is documented below.
5898
5890
  """
5899
5891
  if additional_extensions is not None:
5900
5892
  pulumi.set(__self__, "additional_extensions", additional_extensions)
@@ -5912,7 +5904,6 @@ class CertificateTemplatePredefinedValuesArgs:
5912
5904
  def additional_extensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CertificateTemplatePredefinedValuesAdditionalExtensionArgs']]]]:
5913
5905
  """
5914
5906
  Optional. Describes custom X.509 extensions.
5915
- Structure is documented below.
5916
5907
  """
5917
5908
  return pulumi.get(self, "additional_extensions")
5918
5909
 
@@ -5937,7 +5928,6 @@ class CertificateTemplatePredefinedValuesArgs:
5937
5928
  def ca_options(self) -> Optional[pulumi.Input['CertificateTemplatePredefinedValuesCaOptionsArgs']]:
5938
5929
  """
5939
5930
  Optional. Describes options in this X509Parameters that are relevant in a CA certificate.
5940
- Structure is documented below.
5941
5931
  """
5942
5932
  return pulumi.get(self, "ca_options")
5943
5933
 
@@ -5950,7 +5940,6 @@ class CertificateTemplatePredefinedValuesArgs:
5950
5940
  def key_usage(self) -> Optional[pulumi.Input['CertificateTemplatePredefinedValuesKeyUsageArgs']]:
5951
5941
  """
5952
5942
  Optional. Indicates the intended use for keys that correspond to a certificate.
5953
- Structure is documented below.
5954
5943
  """
5955
5944
  return pulumi.get(self, "key_usage")
5956
5945
 
@@ -5963,7 +5952,6 @@ class CertificateTemplatePredefinedValuesArgs:
5963
5952
  def policy_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CertificateTemplatePredefinedValuesPolicyIdArgs']]]]:
5964
5953
  """
5965
5954
  Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
5966
- Structure is documented below.
5967
5955
  """
5968
5956
  return pulumi.get(self, "policy_ids")
5969
5957
 
@@ -5980,7 +5968,6 @@ class CertificateTemplatePredefinedValuesAdditionalExtensionArgs:
5980
5968
  critical: Optional[pulumi.Input[bool]] = None):
5981
5969
  """
5982
5970
  :param pulumi.Input['CertificateTemplatePredefinedValuesAdditionalExtensionObjectIdArgs'] object_id: Required. The OID for this X.509 extension.
5983
- Structure is documented below.
5984
5971
  :param pulumi.Input[str] value: Required. The value of this X.509 extension.
5985
5972
  :param pulumi.Input[bool] critical: Optional. Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).
5986
5973
  """
@@ -5994,7 +5981,6 @@ class CertificateTemplatePredefinedValuesAdditionalExtensionArgs:
5994
5981
  def object_id(self) -> pulumi.Input['CertificateTemplatePredefinedValuesAdditionalExtensionObjectIdArgs']:
5995
5982
  """
5996
5983
  Required. The OID for this X.509 extension.
5997
- Structure is documented below.
5998
5984
  """
5999
5985
  return pulumi.get(self, "object_id")
6000
5986
 
@@ -6033,6 +6019,8 @@ class CertificateTemplatePredefinedValuesAdditionalExtensionObjectIdArgs:
6033
6019
  object_id_paths: pulumi.Input[Sequence[pulumi.Input[int]]]):
6034
6020
  """
6035
6021
  :param pulumi.Input[Sequence[pulumi.Input[int]]] object_id_paths: Required. The parts of an OID path. The most significant parts of the path come first.
6022
+
6023
+ - - -
6036
6024
  """
6037
6025
  pulumi.set(__self__, "object_id_paths", object_id_paths)
6038
6026
 
@@ -6041,6 +6029,8 @@ class CertificateTemplatePredefinedValuesAdditionalExtensionObjectIdArgs:
6041
6029
  def object_id_paths(self) -> pulumi.Input[Sequence[pulumi.Input[int]]]:
6042
6030
  """
6043
6031
  Required. The parts of an OID path. The most significant parts of the path come first.
6032
+
6033
+ - - -
6044
6034
  """
6045
6035
  return pulumi.get(self, "object_id_paths")
6046
6036
 
@@ -6096,11 +6086,8 @@ class CertificateTemplatePredefinedValuesKeyUsageArgs:
6096
6086
  unknown_extended_key_usages: Optional[pulumi.Input[Sequence[pulumi.Input['CertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsageArgs']]]] = None):
6097
6087
  """
6098
6088
  :param pulumi.Input['CertificateTemplatePredefinedValuesKeyUsageBaseKeyUsageArgs'] base_key_usage: Describes high-level ways in which a key may be used.
6099
- Structure is documented below.
6100
6089
  :param pulumi.Input['CertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsageArgs'] extended_key_usage: Detailed scenarios in which a key may be used.
6101
- Structure is documented below.
6102
6090
  :param pulumi.Input[Sequence[pulumi.Input['CertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsageArgs']]] unknown_extended_key_usages: Used to describe extended key usages that are not listed in the KeyUsage.ExtendedKeyUsageOptions message.
6103
- Structure is documented below.
6104
6091
  """
6105
6092
  if base_key_usage is not None:
6106
6093
  pulumi.set(__self__, "base_key_usage", base_key_usage)
@@ -6114,7 +6101,6 @@ class CertificateTemplatePredefinedValuesKeyUsageArgs:
6114
6101
  def base_key_usage(self) -> Optional[pulumi.Input['CertificateTemplatePredefinedValuesKeyUsageBaseKeyUsageArgs']]:
6115
6102
  """
6116
6103
  Describes high-level ways in which a key may be used.
6117
- Structure is documented below.
6118
6104
  """
6119
6105
  return pulumi.get(self, "base_key_usage")
6120
6106
 
@@ -6127,7 +6113,6 @@ class CertificateTemplatePredefinedValuesKeyUsageArgs:
6127
6113
  def extended_key_usage(self) -> Optional[pulumi.Input['CertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsageArgs']]:
6128
6114
  """
6129
6115
  Detailed scenarios in which a key may be used.
6130
- Structure is documented below.
6131
6116
  """
6132
6117
  return pulumi.get(self, "extended_key_usage")
6133
6118
 
@@ -6140,7 +6125,6 @@ class CertificateTemplatePredefinedValuesKeyUsageArgs:
6140
6125
  def unknown_extended_key_usages(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsageArgs']]]]:
6141
6126
  """
6142
6127
  Used to describe extended key usages that are not listed in the KeyUsage.ExtendedKeyUsageOptions message.
6143
- Structure is documented below.
6144
6128
  """
6145
6129
  return pulumi.get(self, "unknown_extended_key_usages")
6146
6130
 
@@ -43,9 +43,7 @@ class CaPoolIamBindingArgs:
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. 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.
46
+ Used to find the parent resource to bind the IAM policy to
49
47
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
50
48
  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.
51
49
  """
@@ -126,9 +124,7 @@ class CaPoolIamBindingArgs:
126
124
  """
127
125
  Location of the CaPool. A full list of valid locations can be found by
128
126
  running `gcloud privateca locations list`.
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.
127
+ Used to find the parent resource to bind the IAM policy to
132
128
  """
133
129
  return pulumi.get(self, "location")
134
130
 
@@ -168,9 +164,7 @@ class _CaPoolIamBindingState:
168
164
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
169
165
  :param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
170
166
  running `gcloud privateca locations list`.
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.
167
+ Used to find the parent resource to bind the IAM policy to
174
168
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
175
169
  Each entry can have one of the following values:
176
170
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -246,9 +240,7 @@ class _CaPoolIamBindingState:
246
240
  """
247
241
  Location of the CaPool. A full list of valid locations can be found by
248
242
  running `gcloud privateca locations list`.
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.
243
+ Used to find the parent resource to bind the IAM policy to
252
244
  """
253
245
  return pulumi.get(self, "location")
254
246
 
@@ -560,9 +552,7 @@ class CaPoolIamBinding(pulumi.CustomResource):
560
552
  Structure is documented below.
561
553
  :param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
562
554
  running `gcloud privateca locations list`.
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.
555
+ Used to find the parent resource to bind the IAM policy to
566
556
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
567
557
  Each entry can have one of the following values:
568
558
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -894,9 +884,7 @@ class CaPoolIamBinding(pulumi.CustomResource):
894
884
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
895
885
  :param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
896
886
  running `gcloud privateca locations list`.
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.
887
+ Used to find the parent resource to bind the IAM policy to
900
888
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
901
889
  Each entry can have one of the following values:
902
890
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -958,9 +946,7 @@ class CaPoolIamBinding(pulumi.CustomResource):
958
946
  """
959
947
  Location of the CaPool. A full list of valid locations can be found by
960
948
  running `gcloud privateca locations list`.
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.
949
+ Used to find the parent resource to bind the IAM policy to
964
950
  """
965
951
  return pulumi.get(self, "location")
966
952
 
@@ -43,9 +43,7 @@ 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. 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.
46
+ Used to find the parent resource to bind the IAM policy to
49
47
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
50
48
  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.
51
49
  """
@@ -126,9 +124,7 @@ class CaPoolIamMemberArgs:
126
124
  """
127
125
  Location of the CaPool. A full list of valid locations can be found by
128
126
  running `gcloud privateca locations list`.
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.
127
+ Used to find the parent resource to bind the IAM policy to
132
128
  """
133
129
  return pulumi.get(self, "location")
134
130
 
@@ -168,9 +164,7 @@ class _CaPoolIamMemberState:
168
164
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
169
165
  :param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
170
166
  running `gcloud privateca locations list`.
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.
167
+ Used to find the parent resource to bind the IAM policy to
174
168
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
175
169
  Each entry can have one of the following values:
176
170
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -246,9 +240,7 @@ class _CaPoolIamMemberState:
246
240
  """
247
241
  Location of the CaPool. A full list of valid locations can be found by
248
242
  running `gcloud privateca locations list`.
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.
243
+ Used to find the parent resource to bind the IAM policy to
252
244
  """
253
245
  return pulumi.get(self, "location")
254
246
 
@@ -560,9 +552,7 @@ class CaPoolIamMember(pulumi.CustomResource):
560
552
  Structure is documented below.
561
553
  :param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
562
554
  running `gcloud privateca locations list`.
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.
555
+ Used to find the parent resource to bind the IAM policy to
566
556
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
567
557
  Each entry can have one of the following values:
568
558
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -894,9 +884,7 @@ class CaPoolIamMember(pulumi.CustomResource):
894
884
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
895
885
  :param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
896
886
  running `gcloud privateca locations list`.
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.
887
+ Used to find the parent resource to bind the IAM policy to
900
888
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
901
889
  Each entry can have one of the following values:
902
890
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -958,9 +946,7 @@ class CaPoolIamMember(pulumi.CustomResource):
958
946
  """
959
947
  Location of the CaPool. A full list of valid locations can be found by
960
948
  running `gcloud privateca locations list`.
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.
949
+ Used to find the parent resource to bind the IAM policy to
964
950
  """
965
951
  return pulumi.get(self, "location")
966
952
 
@@ -25,9 +25,7 @@ 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. 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.
28
+ Used to find the parent resource to bind the IAM policy to
31
29
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
32
30
  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.
33
31
  """
@@ -69,9 +67,7 @@ class CaPoolIamPolicyArgs:
69
67
  """
70
68
  Location of the CaPool. A full list of valid locations can be found by
71
69
  running `gcloud privateca locations list`.
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.
70
+ Used to find the parent resource to bind the IAM policy to
75
71
  """
76
72
  return pulumi.get(self, "location")
77
73
 
@@ -107,9 +103,7 @@ class _CaPoolIamPolicyState:
107
103
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
108
104
  :param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
109
105
  running `gcloud privateca locations list`.
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.
106
+ Used to find the parent resource to bind the IAM policy to
113
107
  :param pulumi.Input[str] policy_data: The policy data generated by
114
108
  a `organizations_get_iam_policy` data source.
115
109
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -156,9 +150,7 @@ class _CaPoolIamPolicyState:
156
150
  """
157
151
  Location of the CaPool. A full list of valid locations can be found by
158
152
  running `gcloud privateca locations list`.
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.
153
+ Used to find the parent resource to bind the IAM policy to
162
154
  """
163
155
  return pulumi.get(self, "location")
164
156
 
@@ -443,9 +435,7 @@ class CaPoolIamPolicy(pulumi.CustomResource):
443
435
  :param pulumi.Input[str] ca_pool: Used to find the parent resource to bind the IAM policy to
444
436
  :param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
445
437
  running `gcloud privateca locations list`.
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.
438
+ Used to find the parent resource to bind the IAM policy to
449
439
  :param pulumi.Input[str] policy_data: The policy data generated by
450
440
  a `organizations_get_iam_policy` data source.
451
441
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -755,9 +745,7 @@ class CaPoolIamPolicy(pulumi.CustomResource):
755
745
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
756
746
  :param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
757
747
  running `gcloud privateca locations list`.
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.
748
+ Used to find the parent resource to bind the IAM policy to
761
749
  :param pulumi.Input[str] policy_data: The policy data generated by
762
750
  a `organizations_get_iam_policy` data source.
763
751
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -796,9 +784,7 @@ class CaPoolIamPolicy(pulumi.CustomResource):
796
784
  """
797
785
  Location of the CaPool. A full list of valid locations can be found by
798
786
  running `gcloud privateca locations list`.
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.
787
+ Used to find the parent resource to bind the IAM policy to
802
788
  """
803
789
  return pulumi.get(self, "location")
804
790