pulumi-gcp 8.20.0a1739946722__py3-none-any.whl → 8.21.0a1740551699__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 (189) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/accesscontextmanager/_inputs.py +168 -8
  3. pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +2 -2
  4. pulumi_gcp/accesscontextmanager/outputs.py +104 -8
  5. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +78 -3
  6. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +78 -3
  7. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +78 -3
  8. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +78 -3
  9. pulumi_gcp/alloydb/__init__.py +1 -0
  10. pulumi_gcp/alloydb/get_instance.py +466 -0
  11. pulumi_gcp/alloydb/outputs.py +352 -0
  12. pulumi_gcp/apigateway/get_api_config_iam_policy.py +20 -2
  13. pulumi_gcp/apigateway/get_api_iam_policy.py +20 -2
  14. pulumi_gcp/apigateway/get_gateway_iam_policy.py +22 -2
  15. pulumi_gcp/apigee/get_environment_iam_policy.py +2 -2
  16. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -2
  17. pulumi_gcp/beyondcorp/get_application_iam_policy.py +2 -2
  18. pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -2
  19. pulumi_gcp/bigquery/connection.py +2 -14
  20. pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -2
  21. pulumi_gcp/bigquery/get_table_iam_policy.py +2 -2
  22. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +8 -8
  23. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +8 -8
  24. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +8 -8
  25. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
  26. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
  27. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +8 -8
  28. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +8 -8
  29. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +8 -8
  30. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -2
  31. pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +2 -2
  32. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -2
  33. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +2 -2
  34. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -2
  35. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -2
  36. pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +2 -2
  37. pulumi_gcp/clouddeploy/get_target_iam_policy.py +2 -2
  38. pulumi_gcp/cloudfunctions/get_function_iam_policy.py +2 -2
  39. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -2
  40. pulumi_gcp/cloudrun/_inputs.py +6 -3
  41. pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -2
  42. pulumi_gcp/cloudrun/outputs.py +4 -2
  43. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -2
  44. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -2
  45. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -2
  46. pulumi_gcp/colab/get_runtime_template_iam_policy.py +2 -2
  47. pulumi_gcp/composer/_inputs.py +6 -6
  48. pulumi_gcp/composer/outputs.py +8 -8
  49. pulumi_gcp/compute/_inputs.py +756 -30
  50. pulumi_gcp/compute/firewall_policy_rule.py +0 -2
  51. pulumi_gcp/compute/get_backend_bucket_iam_policy.py +20 -2
  52. pulumi_gcp/compute/get_backend_service_iam_policy.py +20 -2
  53. pulumi_gcp/compute/get_disk_iam_policy.py +2 -2
  54. pulumi_gcp/compute/get_hc_vpn_gateway.py +45 -1
  55. pulumi_gcp/compute/get_image_iam_policy.py +2 -2
  56. pulumi_gcp/compute/get_instance_iam_policy.py +2 -2
  57. pulumi_gcp/compute/get_instance_template_iam_policy.py +2 -2
  58. pulumi_gcp/compute/get_machine_image_iam_policy.py +20 -2
  59. pulumi_gcp/compute/get_region_backend_service_iam_policy.py +22 -2
  60. pulumi_gcp/compute/get_region_disk_iam_policy.py +2 -2
  61. pulumi_gcp/compute/get_snapshot_iam_policy.py +2 -2
  62. pulumi_gcp/compute/get_subnetwork_iam_policy.py +2 -2
  63. pulumi_gcp/compute/ha_vpn_gateway.py +189 -2
  64. pulumi_gcp/compute/instance_template.py +14 -35
  65. pulumi_gcp/compute/outputs.py +796 -18
  66. pulumi_gcp/config/__init__.pyi +2 -0
  67. pulumi_gcp/config/vars.py +4 -0
  68. pulumi_gcp/container/_inputs.py +447 -3
  69. pulumi_gcp/container/outputs.py +469 -5
  70. pulumi_gcp/containeranalysis/get_note_iam_policy.py +2 -2
  71. pulumi_gcp/datacatalog/entry_group_iam_binding.py +8 -8
  72. pulumi_gcp/datacatalog/entry_group_iam_member.py +8 -8
  73. pulumi_gcp/datacatalog/entry_group_iam_policy.py +8 -8
  74. pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +2 -2
  75. pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +2 -2
  76. pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +2 -2
  77. pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +2 -2
  78. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +8 -8
  79. pulumi_gcp/datacatalog/policy_tag_iam_member.py +8 -8
  80. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +8 -8
  81. pulumi_gcp/datacatalog/tag_template_iam_binding.py +8 -8
  82. pulumi_gcp/datacatalog/tag_template_iam_member.py +8 -8
  83. pulumi_gcp/datacatalog/tag_template_iam_policy.py +8 -8
  84. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +8 -8
  85. pulumi_gcp/datacatalog/taxonomy_iam_member.py +8 -8
  86. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +8 -8
  87. pulumi_gcp/dataform/get_repository_iam_policy.py +22 -2
  88. pulumi_gcp/datafusion/get_instance_iam_policy.py +2 -2
  89. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -2
  90. pulumi_gcp/dataplex/get_asset_iam_policy.py +2 -2
  91. pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -2
  92. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -2
  93. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -2
  94. pulumi_gcp/dataplex/get_lake_iam_policy.py +2 -2
  95. pulumi_gcp/dataplex/get_task_iam_policy.py +2 -2
  96. pulumi_gcp/dataplex/get_zone_iam_policy.py +2 -2
  97. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -2
  98. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -2
  99. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -2
  100. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +8 -8
  101. pulumi_gcp/dataproc/metastore_federation_iam_member.py +8 -8
  102. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +8 -8
  103. pulumi_gcp/dataproc/metastore_service_iam_binding.py +8 -8
  104. pulumi_gcp/dataproc/metastore_service_iam_member.py +8 -8
  105. pulumi_gcp/dataproc/metastore_service_iam_policy.py +8 -8
  106. pulumi_gcp/dns/get_managed_zone_iam_policy.py +2 -2
  107. pulumi_gcp/endpoints/get_service_iam_policy.py +2 -2
  108. pulumi_gcp/eventarc/_inputs.py +29 -8
  109. pulumi_gcp/eventarc/google_channel_config.py +58 -46
  110. pulumi_gcp/eventarc/outputs.py +20 -6
  111. pulumi_gcp/eventarc/trigger.py +95 -72
  112. pulumi_gcp/filestore/backup.py +4 -4
  113. pulumi_gcp/firebase/__init__.py +1 -0
  114. pulumi_gcp/firebase/data_connect_service.py +937 -0
  115. pulumi_gcp/gemini/__init__.py +4 -0
  116. pulumi_gcp/gemini/data_sharing_with_google_setting.py +607 -0
  117. pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +608 -0
  118. pulumi_gcp/gemini/get_repository_group_iam_policy.py +2 -2
  119. pulumi_gcp/gemini/logging_setting.py +42 -54
  120. pulumi_gcp/gemini/logging_setting_binding.py +722 -0
  121. pulumi_gcp/gemini/release_channel_setting.py +39 -43
  122. pulumi_gcp/gemini/release_channel_setting_binding.py +734 -0
  123. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -2
  124. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -2
  125. pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -2
  126. pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -2
  127. pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -2
  128. pulumi_gcp/healthcare/get_consent_store_iam_policy.py +2 -2
  129. pulumi_gcp/iap/get_app_engine_service_iam_policy.py +2 -2
  130. pulumi_gcp/iap/get_app_engine_version_iam_policy.py +2 -2
  131. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -2
  132. pulumi_gcp/iap/get_tunnel_iam_policy.py +2 -2
  133. pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +2 -2
  134. pulumi_gcp/iap/get_web_backend_service_iam_policy.py +2 -2
  135. pulumi_gcp/iap/get_web_iam_policy.py +2 -2
  136. pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +2 -2
  137. pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
  138. pulumi_gcp/iap/get_web_type_compute_iam_policy.py +2 -2
  139. pulumi_gcp/kms/get_ekm_connection_iam_policy.py +2 -2
  140. pulumi_gcp/logging/get_log_view_iam_policy.py +2 -2
  141. pulumi_gcp/monitoring/_inputs.py +588 -0
  142. pulumi_gcp/monitoring/outputs.py +410 -0
  143. pulumi_gcp/netapp/__init__.py +1 -0
  144. pulumi_gcp/netapp/volume_quota_rule.py +895 -0
  145. pulumi_gcp/networksecurity/address_group_iam_binding.py +4 -4
  146. pulumi_gcp/networksecurity/address_group_iam_member.py +4 -4
  147. pulumi_gcp/networksecurity/address_group_iam_policy.py +4 -4
  148. pulumi_gcp/networkservices/authz_extension.py +8 -15
  149. pulumi_gcp/networkservices/mesh.py +79 -12
  150. pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -2
  151. pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -2
  152. pulumi_gcp/provider.py +20 -0
  153. pulumi_gcp/pubsub/get_schema_iam_policy.py +2 -2
  154. pulumi_gcp/pubsub/get_topic_iam_policy.py +2 -2
  155. pulumi_gcp/pulumi-plugin.json +1 -1
  156. pulumi_gcp/runtimeconfig/get_config_iam_policy.py +20 -2
  157. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -2
  158. pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -2
  159. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -2
  160. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -2
  161. pulumi_gcp/securitycenter/get_source_iam_policy.py +2 -2
  162. pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +2 -2
  163. pulumi_gcp/securitycenter/mute_config.py +136 -3
  164. pulumi_gcp/securitycenter/v2_folder_notification_config.py +2 -14
  165. pulumi_gcp/securitycenter/v2_organization_notification_config.py +2 -14
  166. pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +8 -8
  167. pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +8 -8
  168. pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +8 -8
  169. pulumi_gcp/securitycenter/v2_project_notification_config.py +2 -14
  170. pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +18 -2
  171. pulumi_gcp/servicedirectory/get_service_iam_policy.py +18 -2
  172. pulumi_gcp/sourcerepo/get_repository_iam_policy.py +2 -2
  173. pulumi_gcp/spanner/instance.py +0 -46
  174. pulumi_gcp/sql/_inputs.py +6 -6
  175. pulumi_gcp/sql/outputs.py +4 -4
  176. pulumi_gcp/storage/bucket.py +30 -0
  177. pulumi_gcp/storage/get_bucket_iam_policy.py +2 -2
  178. pulumi_gcp/tags/get_tag_key_iam_policy.py +2 -2
  179. pulumi_gcp/tags/get_tag_value_iam_policy.py +2 -2
  180. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +22 -2
  181. pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +20 -2
  182. pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +22 -2
  183. pulumi_gcp/workbench/get_instance_iam_policy.py +2 -2
  184. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +24 -2
  185. pulumi_gcp/workstations/get_workstation_iam_policy.py +26 -2
  186. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/METADATA +1 -1
  187. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/RECORD +189 -182
  188. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/WHEEL +1 -1
  189. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/top_level.txt +0 -0
@@ -108,7 +108,7 @@ def get_instance_iam_policy(instance_id: Optional[str] = None,
108
108
  """
109
109
  Retrieves the current IAM policy data for instance
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -150,7 +150,7 @@ def get_instance_iam_policy_output(instance_id: Optional[pulumi.Input[str]] = No
150
150
  """
151
151
  Retrieves the current IAM policy data for instance
152
152
 
153
- ## example
153
+ ## Example Usage
154
154
 
155
155
  ```python
156
156
  import pulumi
@@ -108,7 +108,7 @@ def get_repository_iam_policy(location: Optional[str] = None,
108
108
  """
109
109
  Retrieves the current IAM policy data for repository
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -150,7 +150,7 @@ def get_repository_iam_policy_output(location: Optional[pulumi.Input[Optional[st
150
150
  """
151
151
  Retrieves the current IAM policy data for repository
152
152
 
153
- ## example
153
+ ## Example Usage
154
154
 
155
155
  ```python
156
156
  import pulumi
@@ -98,7 +98,7 @@ def get_source_iam_policy(organization: Optional[str] = None,
98
98
  """
99
99
  Retrieves the current IAM policy data for source
100
100
 
101
- ## example
101
+ ## Example Usage
102
102
 
103
103
  ```python
104
104
  import pulumi
@@ -128,7 +128,7 @@ def get_source_iam_policy_output(organization: Optional[pulumi.Input[str]] = Non
128
128
  """
129
129
  Retrieves the current IAM policy data for source
130
130
 
131
- ## example
131
+ ## Example Usage
132
132
 
133
133
  ```python
134
134
  import pulumi
@@ -98,7 +98,7 @@ def get_v2_organization_source_iam_policy(organization: Optional[str] = None,
98
98
  """
99
99
  Retrieves the current IAM policy data for organizationsource
100
100
 
101
- ## example
101
+ ## Example Usage
102
102
 
103
103
  ```python
104
104
  import pulumi
@@ -128,7 +128,7 @@ def get_v2_organization_source_iam_policy_output(organization: Optional[pulumi.I
128
128
  """
129
129
  Retrieves the current IAM policy data for organizationsource
130
130
 
131
- ## example
131
+ ## Example Usage
132
132
 
133
133
  ```python
134
134
  import pulumi
@@ -22,7 +22,9 @@ class MuteConfigArgs:
22
22
  filter: pulumi.Input[str],
23
23
  mute_config_id: pulumi.Input[str],
24
24
  parent: pulumi.Input[str],
25
- description: Optional[pulumi.Input[str]] = None):
25
+ description: Optional[pulumi.Input[str]] = None,
26
+ expiry_time: Optional[pulumi.Input[str]] = None,
27
+ type: Optional[pulumi.Input[str]] = None):
26
28
  """
27
29
  The set of arguments for constructing a MuteConfig resource.
28
30
  :param pulumi.Input[str] filter: An expression that defines the filter to apply across create/update
@@ -38,12 +40,23 @@ class MuteConfigArgs:
38
40
 
39
41
  - - -
40
42
  :param pulumi.Input[str] description: A description of the mute config.
43
+ :param pulumi.Input[str] expiry_time: Optional. The expiry of the mute config. Only applicable for dynamic configs.
44
+ If the expiry is set, when the config expires, it is removed from all findings.
45
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to
46
+ nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
47
+ :param pulumi.Input[str] type: The type of the mute config, which determines what type of mute state the config affects.
48
+ Default value is `DYNAMIC`.
49
+ Possible values are: `MUTE_CONFIG_TYPE_UNSPECIFIED`, `STATIC`, `DYNAMIC`.
41
50
  """
42
51
  pulumi.set(__self__, "filter", filter)
43
52
  pulumi.set(__self__, "mute_config_id", mute_config_id)
44
53
  pulumi.set(__self__, "parent", parent)
45
54
  if description is not None:
46
55
  pulumi.set(__self__, "description", description)
56
+ if expiry_time is not None:
57
+ pulumi.set(__self__, "expiry_time", expiry_time)
58
+ if type is not None:
59
+ pulumi.set(__self__, "type", type)
47
60
 
48
61
  @property
49
62
  @pulumi.getter
@@ -102,23 +115,58 @@ class MuteConfigArgs:
102
115
  def description(self, value: Optional[pulumi.Input[str]]):
103
116
  pulumi.set(self, "description", value)
104
117
 
118
+ @property
119
+ @pulumi.getter(name="expiryTime")
120
+ def expiry_time(self) -> Optional[pulumi.Input[str]]:
121
+ """
122
+ Optional. The expiry of the mute config. Only applicable for dynamic configs.
123
+ If the expiry is set, when the config expires, it is removed from all findings.
124
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to
125
+ nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
126
+ """
127
+ return pulumi.get(self, "expiry_time")
128
+
129
+ @expiry_time.setter
130
+ def expiry_time(self, value: Optional[pulumi.Input[str]]):
131
+ pulumi.set(self, "expiry_time", value)
132
+
133
+ @property
134
+ @pulumi.getter
135
+ def type(self) -> Optional[pulumi.Input[str]]:
136
+ """
137
+ The type of the mute config, which determines what type of mute state the config affects.
138
+ Default value is `DYNAMIC`.
139
+ Possible values are: `MUTE_CONFIG_TYPE_UNSPECIFIED`, `STATIC`, `DYNAMIC`.
140
+ """
141
+ return pulumi.get(self, "type")
142
+
143
+ @type.setter
144
+ def type(self, value: Optional[pulumi.Input[str]]):
145
+ pulumi.set(self, "type", value)
146
+
105
147
 
106
148
  @pulumi.input_type
107
149
  class _MuteConfigState:
108
150
  def __init__(__self__, *,
109
151
  create_time: Optional[pulumi.Input[str]] = None,
110
152
  description: Optional[pulumi.Input[str]] = None,
153
+ expiry_time: Optional[pulumi.Input[str]] = None,
111
154
  filter: Optional[pulumi.Input[str]] = None,
112
155
  most_recent_editor: Optional[pulumi.Input[str]] = None,
113
156
  mute_config_id: Optional[pulumi.Input[str]] = None,
114
157
  name: Optional[pulumi.Input[str]] = None,
115
158
  parent: Optional[pulumi.Input[str]] = None,
159
+ type: Optional[pulumi.Input[str]] = None,
116
160
  update_time: Optional[pulumi.Input[str]] = None):
117
161
  """
118
162
  Input properties used for looking up and filtering MuteConfig resources.
119
163
  :param pulumi.Input[str] create_time: The time at which the mute config was created. This field is set by
120
164
  the server and will be ignored if provided on config creation.
121
165
  :param pulumi.Input[str] description: A description of the mute config.
166
+ :param pulumi.Input[str] expiry_time: Optional. The expiry of the mute config. Only applicable for dynamic configs.
167
+ If the expiry is set, when the config expires, it is removed from all findings.
168
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to
169
+ nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
122
170
  :param pulumi.Input[str] filter: An expression that defines the filter to apply across create/update
123
171
  events of findings. While creating a filter string, be mindful of
124
172
  the scope in which the mute configuration is being created. E.g.,
@@ -138,6 +186,9 @@ class _MuteConfigState:
138
186
 
139
187
 
140
188
  - - -
189
+ :param pulumi.Input[str] type: The type of the mute config, which determines what type of mute state the config affects.
190
+ Default value is `DYNAMIC`.
191
+ Possible values are: `MUTE_CONFIG_TYPE_UNSPECIFIED`, `STATIC`, `DYNAMIC`.
141
192
  :param pulumi.Input[str] update_time: Output only. The most recent time at which the mute config was
142
193
  updated. This field is set by the server and will be ignored if
143
194
  provided on config creation or update.
@@ -146,6 +197,8 @@ class _MuteConfigState:
146
197
  pulumi.set(__self__, "create_time", create_time)
147
198
  if description is not None:
148
199
  pulumi.set(__self__, "description", description)
200
+ if expiry_time is not None:
201
+ pulumi.set(__self__, "expiry_time", expiry_time)
149
202
  if filter is not None:
150
203
  pulumi.set(__self__, "filter", filter)
151
204
  if most_recent_editor is not None:
@@ -156,6 +209,8 @@ class _MuteConfigState:
156
209
  pulumi.set(__self__, "name", name)
157
210
  if parent is not None:
158
211
  pulumi.set(__self__, "parent", parent)
212
+ if type is not None:
213
+ pulumi.set(__self__, "type", type)
159
214
  if update_time is not None:
160
215
  pulumi.set(__self__, "update_time", update_time)
161
216
 
@@ -184,6 +239,21 @@ class _MuteConfigState:
184
239
  def description(self, value: Optional[pulumi.Input[str]]):
185
240
  pulumi.set(self, "description", value)
186
241
 
242
+ @property
243
+ @pulumi.getter(name="expiryTime")
244
+ def expiry_time(self) -> Optional[pulumi.Input[str]]:
245
+ """
246
+ Optional. The expiry of the mute config. Only applicable for dynamic configs.
247
+ If the expiry is set, when the config expires, it is removed from all findings.
248
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to
249
+ nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
250
+ """
251
+ return pulumi.get(self, "expiry_time")
252
+
253
+ @expiry_time.setter
254
+ def expiry_time(self, value: Optional[pulumi.Input[str]]):
255
+ pulumi.set(self, "expiry_time", value)
256
+
187
257
  @property
188
258
  @pulumi.getter
189
259
  def filter(self) -> Optional[pulumi.Input[str]]:
@@ -258,6 +328,20 @@ class _MuteConfigState:
258
328
  def parent(self, value: Optional[pulumi.Input[str]]):
259
329
  pulumi.set(self, "parent", value)
260
330
 
331
+ @property
332
+ @pulumi.getter
333
+ def type(self) -> Optional[pulumi.Input[str]]:
334
+ """
335
+ The type of the mute config, which determines what type of mute state the config affects.
336
+ Default value is `DYNAMIC`.
337
+ Possible values are: `MUTE_CONFIG_TYPE_UNSPECIFIED`, `STATIC`, `DYNAMIC`.
338
+ """
339
+ return pulumi.get(self, "type")
340
+
341
+ @type.setter
342
+ def type(self, value: Optional[pulumi.Input[str]]):
343
+ pulumi.set(self, "type", value)
344
+
261
345
  @property
262
346
  @pulumi.getter(name="updateTime")
263
347
  def update_time(self) -> Optional[pulumi.Input[str]]:
@@ -279,9 +363,11 @@ class MuteConfig(pulumi.CustomResource):
279
363
  resource_name: str,
280
364
  opts: Optional[pulumi.ResourceOptions] = None,
281
365
  description: Optional[pulumi.Input[str]] = None,
366
+ expiry_time: Optional[pulumi.Input[str]] = None,
282
367
  filter: Optional[pulumi.Input[str]] = None,
283
368
  mute_config_id: Optional[pulumi.Input[str]] = None,
284
369
  parent: Optional[pulumi.Input[str]] = None,
370
+ type: Optional[pulumi.Input[str]] = None,
285
371
  __props__=None):
286
372
  """
287
373
  Mute Findings is a volume management feature in Security Command Center
@@ -305,7 +391,9 @@ class MuteConfig(pulumi.CustomResource):
305
391
  mute_config_id="my-config",
306
392
  parent="organizations/123456789",
307
393
  filter="category: \\"OS_VULNERABILITY\\"",
308
- description="My Mute Config")
394
+ description="My Mute Config",
395
+ type="DYNAMIC",
396
+ expiry_time="2215-02-03T15:01:23Z")
309
397
  ```
310
398
 
311
399
  ## Import
@@ -323,6 +411,10 @@ class MuteConfig(pulumi.CustomResource):
323
411
  :param str resource_name: The name of the resource.
324
412
  :param pulumi.ResourceOptions opts: Options for the resource.
325
413
  :param pulumi.Input[str] description: A description of the mute config.
414
+ :param pulumi.Input[str] expiry_time: Optional. The expiry of the mute config. Only applicable for dynamic configs.
415
+ If the expiry is set, when the config expires, it is removed from all findings.
416
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to
417
+ nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
326
418
  :param pulumi.Input[str] filter: An expression that defines the filter to apply across create/update
327
419
  events of findings. While creating a filter string, be mindful of
328
420
  the scope in which the mute configuration is being created. E.g.,
@@ -335,6 +427,9 @@ class MuteConfig(pulumi.CustomResource):
335
427
 
336
428
 
337
429
  - - -
430
+ :param pulumi.Input[str] type: The type of the mute config, which determines what type of mute state the config affects.
431
+ Default value is `DYNAMIC`.
432
+ Possible values are: `MUTE_CONFIG_TYPE_UNSPECIFIED`, `STATIC`, `DYNAMIC`.
338
433
  """
339
434
  ...
340
435
  @overload
@@ -364,7 +459,9 @@ class MuteConfig(pulumi.CustomResource):
364
459
  mute_config_id="my-config",
365
460
  parent="organizations/123456789",
366
461
  filter="category: \\"OS_VULNERABILITY\\"",
367
- description="My Mute Config")
462
+ description="My Mute Config",
463
+ type="DYNAMIC",
464
+ expiry_time="2215-02-03T15:01:23Z")
368
465
  ```
369
466
 
370
467
  ## Import
@@ -395,9 +492,11 @@ class MuteConfig(pulumi.CustomResource):
395
492
  resource_name: str,
396
493
  opts: Optional[pulumi.ResourceOptions] = None,
397
494
  description: Optional[pulumi.Input[str]] = None,
495
+ expiry_time: Optional[pulumi.Input[str]] = None,
398
496
  filter: Optional[pulumi.Input[str]] = None,
399
497
  mute_config_id: Optional[pulumi.Input[str]] = None,
400
498
  parent: Optional[pulumi.Input[str]] = None,
499
+ type: Optional[pulumi.Input[str]] = None,
401
500
  __props__=None):
402
501
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
403
502
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -408,6 +507,7 @@ class MuteConfig(pulumi.CustomResource):
408
507
  __props__ = MuteConfigArgs.__new__(MuteConfigArgs)
409
508
 
410
509
  __props__.__dict__["description"] = description
510
+ __props__.__dict__["expiry_time"] = expiry_time
411
511
  if filter is None and not opts.urn:
412
512
  raise TypeError("Missing required property 'filter'")
413
513
  __props__.__dict__["filter"] = filter
@@ -417,6 +517,7 @@ class MuteConfig(pulumi.CustomResource):
417
517
  if parent is None and not opts.urn:
418
518
  raise TypeError("Missing required property 'parent'")
419
519
  __props__.__dict__["parent"] = parent
520
+ __props__.__dict__["type"] = type
420
521
  __props__.__dict__["create_time"] = None
421
522
  __props__.__dict__["most_recent_editor"] = None
422
523
  __props__.__dict__["name"] = None
@@ -433,11 +534,13 @@ class MuteConfig(pulumi.CustomResource):
433
534
  opts: Optional[pulumi.ResourceOptions] = None,
434
535
  create_time: Optional[pulumi.Input[str]] = None,
435
536
  description: Optional[pulumi.Input[str]] = None,
537
+ expiry_time: Optional[pulumi.Input[str]] = None,
436
538
  filter: Optional[pulumi.Input[str]] = None,
437
539
  most_recent_editor: Optional[pulumi.Input[str]] = None,
438
540
  mute_config_id: Optional[pulumi.Input[str]] = None,
439
541
  name: Optional[pulumi.Input[str]] = None,
440
542
  parent: Optional[pulumi.Input[str]] = None,
543
+ type: Optional[pulumi.Input[str]] = None,
441
544
  update_time: Optional[pulumi.Input[str]] = None) -> 'MuteConfig':
442
545
  """
443
546
  Get an existing MuteConfig resource's state with the given name, id, and optional extra
@@ -449,6 +552,10 @@ class MuteConfig(pulumi.CustomResource):
449
552
  :param pulumi.Input[str] create_time: The time at which the mute config was created. This field is set by
450
553
  the server and will be ignored if provided on config creation.
451
554
  :param pulumi.Input[str] description: A description of the mute config.
555
+ :param pulumi.Input[str] expiry_time: Optional. The expiry of the mute config. Only applicable for dynamic configs.
556
+ If the expiry is set, when the config expires, it is removed from all findings.
557
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to
558
+ nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
452
559
  :param pulumi.Input[str] filter: An expression that defines the filter to apply across create/update
453
560
  events of findings. While creating a filter string, be mindful of
454
561
  the scope in which the mute configuration is being created. E.g.,
@@ -468,6 +575,9 @@ class MuteConfig(pulumi.CustomResource):
468
575
 
469
576
 
470
577
  - - -
578
+ :param pulumi.Input[str] type: The type of the mute config, which determines what type of mute state the config affects.
579
+ Default value is `DYNAMIC`.
580
+ Possible values are: `MUTE_CONFIG_TYPE_UNSPECIFIED`, `STATIC`, `DYNAMIC`.
471
581
  :param pulumi.Input[str] update_time: Output only. The most recent time at which the mute config was
472
582
  updated. This field is set by the server and will be ignored if
473
583
  provided on config creation or update.
@@ -478,11 +588,13 @@ class MuteConfig(pulumi.CustomResource):
478
588
 
479
589
  __props__.__dict__["create_time"] = create_time
480
590
  __props__.__dict__["description"] = description
591
+ __props__.__dict__["expiry_time"] = expiry_time
481
592
  __props__.__dict__["filter"] = filter
482
593
  __props__.__dict__["most_recent_editor"] = most_recent_editor
483
594
  __props__.__dict__["mute_config_id"] = mute_config_id
484
595
  __props__.__dict__["name"] = name
485
596
  __props__.__dict__["parent"] = parent
597
+ __props__.__dict__["type"] = type
486
598
  __props__.__dict__["update_time"] = update_time
487
599
  return MuteConfig(resource_name, opts=opts, __props__=__props__)
488
600
 
@@ -503,6 +615,17 @@ class MuteConfig(pulumi.CustomResource):
503
615
  """
504
616
  return pulumi.get(self, "description")
505
617
 
618
+ @property
619
+ @pulumi.getter(name="expiryTime")
620
+ def expiry_time(self) -> pulumi.Output[Optional[str]]:
621
+ """
622
+ Optional. The expiry of the mute config. Only applicable for dynamic configs.
623
+ If the expiry is set, when the config expires, it is removed from all findings.
624
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to
625
+ nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
626
+ """
627
+ return pulumi.get(self, "expiry_time")
628
+
506
629
  @property
507
630
  @pulumi.getter
508
631
  def filter(self) -> pulumi.Output[str]:
@@ -557,6 +680,16 @@ class MuteConfig(pulumi.CustomResource):
557
680
  """
558
681
  return pulumi.get(self, "parent")
559
682
 
683
+ @property
684
+ @pulumi.getter
685
+ def type(self) -> pulumi.Output[Optional[str]]:
686
+ """
687
+ The type of the mute config, which determines what type of mute state the config affects.
688
+ Default value is `DYNAMIC`.
689
+ Possible values are: `MUTE_CONFIG_TYPE_UNSPECIFIED`, `STATIC`, `DYNAMIC`.
690
+ """
691
+ return pulumi.get(self, "type")
692
+
560
693
  @property
561
694
  @pulumi.getter(name="updateTime")
562
695
  def update_time(self) -> pulumi.Output[str]:
@@ -279,13 +279,7 @@ class V2FolderNotificationConfig(pulumi.CustomResource):
279
279
  streaming_config: Optional[pulumi.Input[Union['V2FolderNotificationConfigStreamingConfigArgs', 'V2FolderNotificationConfigStreamingConfigArgsDict']]] = None,
280
280
  __props__=None):
281
281
  """
282
- A Cloud Security Command Center (Cloud SCC) notification configs. A
283
- notification config is a Cloud SCC resource that contains the
284
- configuration to send notifications for create/update events of
285
- findings, assets and etc.
286
- > **Note:** In order to use Cloud SCC resources, your organization must be enrolled
287
- in [SCC Standard/Premium](https://cloud.google.com/security-command-center/docs/quickstart-security-command-center).
288
- Without doing so, you may run into errors during resource creation.
282
+ This is a continuous export that exports findings to a Pub/Sub topic.
289
283
 
290
284
  To get more information about FolderNotificationConfig, see:
291
285
 
@@ -352,13 +346,7 @@ class V2FolderNotificationConfig(pulumi.CustomResource):
352
346
  args: V2FolderNotificationConfigArgs,
353
347
  opts: Optional[pulumi.ResourceOptions] = None):
354
348
  """
355
- A Cloud Security Command Center (Cloud SCC) notification configs. A
356
- notification config is a Cloud SCC resource that contains the
357
- configuration to send notifications for create/update events of
358
- findings, assets and etc.
359
- > **Note:** In order to use Cloud SCC resources, your organization must be enrolled
360
- in [SCC Standard/Premium](https://cloud.google.com/security-command-center/docs/quickstart-security-command-center).
361
- Without doing so, you may run into errors during resource creation.
349
+ This is a continuous export that exports findings to a Pub/Sub topic.
362
350
 
363
351
  To get more information about FolderNotificationConfig, see:
364
352
 
@@ -283,13 +283,7 @@ class V2OrganizationNotificationConfig(pulumi.CustomResource):
283
283
  streaming_config: Optional[pulumi.Input[Union['V2OrganizationNotificationConfigStreamingConfigArgs', 'V2OrganizationNotificationConfigStreamingConfigArgsDict']]] = None,
284
284
  __props__=None):
285
285
  """
286
- A Cloud Security Command Center (Cloud SCC) notification configs. A
287
- notification config is a Cloud SCC resource that contains the
288
- configuration to send notifications for create/update events of
289
- findings, assets and etc.
290
- > **Note:** In order to use Cloud SCC resources, your organization must be enrolled
291
- in [SCC Standard/Premium](https://cloud.google.com/security-command-center/docs/quickstart-security-command-center).
292
- Without doing so, you may run into errors during resource creation.
286
+ This is a continuous export that exports findings to a Pub/Sub topic.
293
287
 
294
288
  To get more information about OrganizationNotificationConfig, see:
295
289
 
@@ -348,13 +342,7 @@ class V2OrganizationNotificationConfig(pulumi.CustomResource):
348
342
  args: V2OrganizationNotificationConfigArgs,
349
343
  opts: Optional[pulumi.ResourceOptions] = None):
350
344
  """
351
- A Cloud Security Command Center (Cloud SCC) notification configs. A
352
- notification config is a Cloud SCC resource that contains the
353
- configuration to send notifications for create/update events of
354
- findings, assets and etc.
355
- > **Note:** In order to use Cloud SCC resources, your organization must be enrolled
356
- in [SCC Standard/Premium](https://cloud.google.com/security-command-center/docs/quickstart-security-command-center).
357
- Without doing so, you may run into errors during resource creation.
345
+ This is a continuous export that exports findings to a Pub/Sub topic.
358
346
 
359
347
  To get more information about OrganizationNotificationConfig, see:
360
348
 
@@ -250,7 +250,7 @@ class V2OrganizationSourceIamBinding(pulumi.CustomResource):
250
250
  source: Optional[pulumi.Input[str]] = None,
251
251
  __props__=None):
252
252
  """
253
- Three different resources help you manage your IAM policy for Security Command Center (SCC)v2 API OrganizationSource. Each of these resources serves a different use case:
253
+ Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
254
254
 
255
255
  * `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
256
256
  * `securitycenter.V2OrganizationSourceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the organizationsource are preserved.
@@ -308,8 +308,8 @@ class V2OrganizationSourceIamBinding(pulumi.CustomResource):
308
308
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
309
309
  ---
310
310
 
311
- # IAM policy for Security Command Center (SCC)v2 API OrganizationSource
312
- Three different resources help you manage your IAM policy for Security Command Center (SCC)v2 API OrganizationSource. Each of these resources serves a different use case:
311
+ # IAM policy for Security Command Center (SCC) v2 API OrganizationSource
312
+ Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
313
313
 
314
314
  * `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
315
315
  * `securitycenter.V2OrganizationSourceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the organizationsource are preserved.
@@ -374,7 +374,7 @@ class V2OrganizationSourceIamBinding(pulumi.CustomResource):
374
374
 
375
375
  Any variables not passed in the import command will be taken from the provider configuration.
376
376
 
377
- Security Command Center (SCC)v2 API organizationsource IAM resources can be imported using the resource identifiers, role, and member.
377
+ Security Command Center (SCC) v2 API organizationsource IAM resources can be imported using the resource identifiers, role, and member.
378
378
 
379
379
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
380
380
 
@@ -423,7 +423,7 @@ class V2OrganizationSourceIamBinding(pulumi.CustomResource):
423
423
  args: V2OrganizationSourceIamBindingArgs,
424
424
  opts: Optional[pulumi.ResourceOptions] = None):
425
425
  """
426
- Three different resources help you manage your IAM policy for Security Command Center (SCC)v2 API OrganizationSource. Each of these resources serves a different use case:
426
+ Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
427
427
 
428
428
  * `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
429
429
  * `securitycenter.V2OrganizationSourceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the organizationsource are preserved.
@@ -481,8 +481,8 @@ class V2OrganizationSourceIamBinding(pulumi.CustomResource):
481
481
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
482
482
  ---
483
483
 
484
- # IAM policy for Security Command Center (SCC)v2 API OrganizationSource
485
- Three different resources help you manage your IAM policy for Security Command Center (SCC)v2 API OrganizationSource. Each of these resources serves a different use case:
484
+ # IAM policy for Security Command Center (SCC) v2 API OrganizationSource
485
+ Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
486
486
 
487
487
  * `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
488
488
  * `securitycenter.V2OrganizationSourceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the organizationsource are preserved.
@@ -547,7 +547,7 @@ class V2OrganizationSourceIamBinding(pulumi.CustomResource):
547
547
 
548
548
  Any variables not passed in the import command will be taken from the provider configuration.
549
549
 
550
- Security Command Center (SCC)v2 API organizationsource IAM resources can be imported using the resource identifiers, role, and member.
550
+ Security Command Center (SCC) v2 API organizationsource IAM resources can be imported using the resource identifiers, role, and member.
551
551
 
552
552
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
553
553
 
@@ -250,7 +250,7 @@ class V2OrganizationSourceIamMember(pulumi.CustomResource):
250
250
  source: Optional[pulumi.Input[str]] = None,
251
251
  __props__=None):
252
252
  """
253
- Three different resources help you manage your IAM policy for Security Command Center (SCC)v2 API OrganizationSource. Each of these resources serves a different use case:
253
+ Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
254
254
 
255
255
  * `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
256
256
  * `securitycenter.V2OrganizationSourceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the organizationsource are preserved.
@@ -308,8 +308,8 @@ class V2OrganizationSourceIamMember(pulumi.CustomResource):
308
308
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
309
309
  ---
310
310
 
311
- # IAM policy for Security Command Center (SCC)v2 API OrganizationSource
312
- Three different resources help you manage your IAM policy for Security Command Center (SCC)v2 API OrganizationSource. Each of these resources serves a different use case:
311
+ # IAM policy for Security Command Center (SCC) v2 API OrganizationSource
312
+ Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
313
313
 
314
314
  * `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
315
315
  * `securitycenter.V2OrganizationSourceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the organizationsource are preserved.
@@ -374,7 +374,7 @@ class V2OrganizationSourceIamMember(pulumi.CustomResource):
374
374
 
375
375
  Any variables not passed in the import command will be taken from the provider configuration.
376
376
 
377
- Security Command Center (SCC)v2 API organizationsource IAM resources can be imported using the resource identifiers, role, and member.
377
+ Security Command Center (SCC) v2 API organizationsource IAM resources can be imported using the resource identifiers, role, and member.
378
378
 
379
379
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
380
380
 
@@ -423,7 +423,7 @@ class V2OrganizationSourceIamMember(pulumi.CustomResource):
423
423
  args: V2OrganizationSourceIamMemberArgs,
424
424
  opts: Optional[pulumi.ResourceOptions] = None):
425
425
  """
426
- Three different resources help you manage your IAM policy for Security Command Center (SCC)v2 API OrganizationSource. Each of these resources serves a different use case:
426
+ Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
427
427
 
428
428
  * `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
429
429
  * `securitycenter.V2OrganizationSourceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the organizationsource are preserved.
@@ -481,8 +481,8 @@ class V2OrganizationSourceIamMember(pulumi.CustomResource):
481
481
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
482
482
  ---
483
483
 
484
- # IAM policy for Security Command Center (SCC)v2 API OrganizationSource
485
- Three different resources help you manage your IAM policy for Security Command Center (SCC)v2 API OrganizationSource. Each of these resources serves a different use case:
484
+ # IAM policy for Security Command Center (SCC) v2 API OrganizationSource
485
+ Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
486
486
 
487
487
  * `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
488
488
  * `securitycenter.V2OrganizationSourceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the organizationsource are preserved.
@@ -547,7 +547,7 @@ class V2OrganizationSourceIamMember(pulumi.CustomResource):
547
547
 
548
548
  Any variables not passed in the import command will be taken from the provider configuration.
549
549
 
550
- Security Command Center (SCC)v2 API organizationsource IAM resources can be imported using the resource identifiers, role, and member.
550
+ Security Command Center (SCC) v2 API organizationsource IAM resources can be imported using the resource identifiers, role, and member.
551
551
 
552
552
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
553
553
 
@@ -147,7 +147,7 @@ class V2OrganizationSourceIamPolicy(pulumi.CustomResource):
147
147
  source: Optional[pulumi.Input[str]] = None,
148
148
  __props__=None):
149
149
  """
150
- Three different resources help you manage your IAM policy for Security Command Center (SCC)v2 API OrganizationSource. Each of these resources serves a different use case:
150
+ Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
151
151
 
152
152
  * `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
153
153
  * `securitycenter.V2OrganizationSourceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the organizationsource are preserved.
@@ -205,8 +205,8 @@ class V2OrganizationSourceIamPolicy(pulumi.CustomResource):
205
205
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
206
206
  ---
207
207
 
208
- # IAM policy for Security Command Center (SCC)v2 API OrganizationSource
209
- Three different resources help you manage your IAM policy for Security Command Center (SCC)v2 API OrganizationSource. Each of these resources serves a different use case:
208
+ # IAM policy for Security Command Center (SCC) v2 API OrganizationSource
209
+ Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
210
210
 
211
211
  * `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
212
212
  * `securitycenter.V2OrganizationSourceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the organizationsource are preserved.
@@ -271,7 +271,7 @@ class V2OrganizationSourceIamPolicy(pulumi.CustomResource):
271
271
 
272
272
  Any variables not passed in the import command will be taken from the provider configuration.
273
273
 
274
- Security Command Center (SCC)v2 API organizationsource IAM resources can be imported using the resource identifiers, role, and member.
274
+ Security Command Center (SCC) v2 API organizationsource IAM resources can be imported using the resource identifiers, role, and member.
275
275
 
276
276
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
277
277
 
@@ -308,7 +308,7 @@ class V2OrganizationSourceIamPolicy(pulumi.CustomResource):
308
308
  args: V2OrganizationSourceIamPolicyArgs,
309
309
  opts: Optional[pulumi.ResourceOptions] = None):
310
310
  """
311
- Three different resources help you manage your IAM policy for Security Command Center (SCC)v2 API OrganizationSource. Each of these resources serves a different use case:
311
+ Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
312
312
 
313
313
  * `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
314
314
  * `securitycenter.V2OrganizationSourceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the organizationsource are preserved.
@@ -366,8 +366,8 @@ class V2OrganizationSourceIamPolicy(pulumi.CustomResource):
366
366
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
367
367
  ---
368
368
 
369
- # IAM policy for Security Command Center (SCC)v2 API OrganizationSource
370
- Three different resources help you manage your IAM policy for Security Command Center (SCC)v2 API OrganizationSource. Each of these resources serves a different use case:
369
+ # IAM policy for Security Command Center (SCC) v2 API OrganizationSource
370
+ Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
371
371
 
372
372
  * `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
373
373
  * `securitycenter.V2OrganizationSourceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the organizationsource are preserved.
@@ -432,7 +432,7 @@ class V2OrganizationSourceIamPolicy(pulumi.CustomResource):
432
432
 
433
433
  Any variables not passed in the import command will be taken from the provider configuration.
434
434
 
435
- Security Command Center (SCC)v2 API organizationsource IAM resources can be imported using the resource identifiers, role, and member.
435
+ Security Command Center (SCC) v2 API organizationsource IAM resources can be imported using the resource identifiers, role, and member.
436
436
 
437
437
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
438
438