pulumi-gcp 8.1.0__py3-none-any.whl → 8.1.0a1726293903__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 (101) hide show
  1. pulumi_gcp/__init__.py +0 -24
  2. pulumi_gcp/alloydb/_inputs.py +0 -94
  3. pulumi_gcp/alloydb/cluster.py +1 -94
  4. pulumi_gcp/alloydb/outputs.py +0 -79
  5. pulumi_gcp/assuredworkloads/workload.py +16 -135
  6. pulumi_gcp/backupdisasterrecovery/__init__.py +0 -1
  7. pulumi_gcp/bigquery/_inputs.py +0 -33
  8. pulumi_gcp/bigquery/data_transfer_config.py +6 -134
  9. pulumi_gcp/bigquery/outputs.py +0 -36
  10. pulumi_gcp/bigqueryanalyticshub/_inputs.py +7 -169
  11. pulumi_gcp/bigqueryanalyticshub/data_exchange.py +3 -96
  12. pulumi_gcp/bigqueryanalyticshub/listing.py +0 -114
  13. pulumi_gcp/bigqueryanalyticshub/outputs.py +5 -138
  14. pulumi_gcp/bigtable/_inputs.py +1 -21
  15. pulumi_gcp/bigtable/outputs.py +1 -13
  16. pulumi_gcp/bigtable/table.py +0 -34
  17. pulumi_gcp/certificateauthority/authority.py +7 -14
  18. pulumi_gcp/certificatemanager/__init__.py +0 -1
  19. pulumi_gcp/certificatemanager/certificate.py +0 -28
  20. pulumi_gcp/certificatemanager/outputs.py +0 -322
  21. pulumi_gcp/cloudbuild/_inputs.py +6 -6
  22. pulumi_gcp/cloudbuild/outputs.py +4 -4
  23. pulumi_gcp/cloudrun/_inputs.py +12 -6
  24. pulumi_gcp/cloudrun/outputs.py +16 -8
  25. pulumi_gcp/cloudrunv2/_inputs.py +15 -72
  26. pulumi_gcp/cloudrunv2/outputs.py +16 -82
  27. pulumi_gcp/cloudrunv2/service.py +4 -50
  28. pulumi_gcp/cloudtasks/_inputs.py +0 -630
  29. pulumi_gcp/cloudtasks/outputs.py +0 -479
  30. pulumi_gcp/cloudtasks/queue.py +0 -238
  31. pulumi_gcp/compute/_inputs.py +9 -129
  32. pulumi_gcp/compute/get_instance.py +1 -1
  33. pulumi_gcp/compute/health_check.py +0 -114
  34. pulumi_gcp/compute/instance.py +4 -86
  35. pulumi_gcp/compute/instance_template.py +0 -66
  36. pulumi_gcp/compute/interconnect.py +21 -28
  37. pulumi_gcp/compute/node_template.py +0 -93
  38. pulumi_gcp/compute/outputs.py +6 -108
  39. pulumi_gcp/compute/target_https_proxy.py +0 -28
  40. pulumi_gcp/container/_inputs.py +3 -140
  41. pulumi_gcp/container/attached_cluster.py +7 -7
  42. pulumi_gcp/container/outputs.py +2 -174
  43. pulumi_gcp/databasemigrationservice/_inputs.py +148 -176
  44. pulumi_gcp/databasemigrationservice/connection_profile.py +0 -206
  45. pulumi_gcp/databasemigrationservice/outputs.py +87 -109
  46. pulumi_gcp/dataloss/_inputs.py +1 -353
  47. pulumi_gcp/dataloss/outputs.py +3 -274
  48. pulumi_gcp/dataproc/_inputs.py +27 -27
  49. pulumi_gcp/dataproc/outputs.py +18 -18
  50. pulumi_gcp/datastream/_inputs.py +1 -69
  51. pulumi_gcp/datastream/outputs.py +2 -44
  52. pulumi_gcp/datastream/stream.py +7 -194
  53. pulumi_gcp/discoveryengine/_inputs.py +0 -188
  54. pulumi_gcp/discoveryengine/data_store.py +14 -14
  55. pulumi_gcp/discoveryengine/outputs.py +1 -153
  56. pulumi_gcp/firebase/database_instance.py +7 -7
  57. pulumi_gcp/gkehub/_inputs.py +1 -25
  58. pulumi_gcp/gkehub/feature_membership.py +6 -12
  59. pulumi_gcp/gkehub/outputs.py +1 -17
  60. pulumi_gcp/iam/_inputs.py +0 -196
  61. pulumi_gcp/iam/get_workload_identity_pool_provider.py +3 -13
  62. pulumi_gcp/iam/outputs.py +0 -295
  63. pulumi_gcp/iam/workload_identity_pool_provider.py +3 -164
  64. pulumi_gcp/kms/__init__.py +0 -2
  65. pulumi_gcp/kms/autokey_config.py +2 -10
  66. pulumi_gcp/kms/outputs.py +0 -164
  67. pulumi_gcp/netapp/active_directory.py +6 -6
  68. pulumi_gcp/netapp/backup.py +6 -6
  69. pulumi_gcp/netapp/backup_policy.py +6 -6
  70. pulumi_gcp/netapp/backup_vault.py +6 -6
  71. pulumi_gcp/netapp/storage_pool.py +4 -4
  72. pulumi_gcp/netapp/volume.py +0 -7
  73. pulumi_gcp/networkconnectivity/_inputs.py +1 -21
  74. pulumi_gcp/networkconnectivity/outputs.py +1 -15
  75. pulumi_gcp/networkconnectivity/spoke.py +0 -8
  76. pulumi_gcp/networksecurity/client_tls_policy.py +22 -24
  77. pulumi_gcp/networksecurity/server_tls_policy.py +32 -20
  78. pulumi_gcp/organizations/get_project.py +3 -13
  79. pulumi_gcp/organizations/project.py +3 -88
  80. pulumi_gcp/parallelstore/instance.py +121 -121
  81. pulumi_gcp/projects/iam_member_remove.py +0 -26
  82. pulumi_gcp/projects/usage_export_bucket.py +0 -38
  83. pulumi_gcp/pubsub/_inputs.py +0 -40
  84. pulumi_gcp/pubsub/outputs.py +1 -51
  85. pulumi_gcp/pubsub/subscription.py +0 -6
  86. pulumi_gcp/pulumi-plugin.json +1 -1
  87. pulumi_gcp/redis/_inputs.py +0 -419
  88. pulumi_gcp/redis/cluster.py +0 -123
  89. pulumi_gcp/redis/outputs.py +0 -315
  90. pulumi_gcp/securitycenter/__init__.py +0 -2
  91. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +4 -4
  92. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/METADATA +1 -1
  93. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/RECORD +95 -101
  94. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/WHEEL +1 -1
  95. pulumi_gcp/backupdisasterrecovery/backup_vault.py +0 -1203
  96. pulumi_gcp/certificatemanager/get_certificates.py +0 -150
  97. pulumi_gcp/kms/get_crypto_key_latest_version.py +0 -222
  98. pulumi_gcp/kms/get_crypto_key_versions.py +0 -175
  99. pulumi_gcp/securitycenter/v2_folder_scc_big_query_export.py +0 -857
  100. pulumi_gcp/securitycenter/v2_project_scc_big_query_export.py +0 -796
  101. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/top_level.txt +0 -0
@@ -31,8 +31,7 @@ class WorkloadIdentityPoolProviderArgs:
31
31
  display_name: Optional[pulumi.Input[str]] = None,
32
32
  oidc: Optional[pulumi.Input['WorkloadIdentityPoolProviderOidcArgs']] = None,
33
33
  project: Optional[pulumi.Input[str]] = None,
34
- saml: Optional[pulumi.Input['WorkloadIdentityPoolProviderSamlArgs']] = None,
35
- x509: Optional[pulumi.Input['WorkloadIdentityPoolProviderX509Args']] = None):
34
+ saml: Optional[pulumi.Input['WorkloadIdentityPoolProviderSamlArgs']] = None):
36
35
  """
37
36
  The set of arguments for constructing a WorkloadIdentityPoolProvider resource.
38
37
  :param pulumi.Input[str] workload_identity_pool_id: The ID used for the pool, which is the final component of the pool resource name. This
@@ -112,9 +111,6 @@ class WorkloadIdentityPoolProviderArgs:
112
111
  If it is not provided, the provider project is used.
113
112
  :param pulumi.Input['WorkloadIdentityPoolProviderSamlArgs'] saml: An SAML 2.0 identity provider. Not compatible with the property oidc or aws.
114
113
  Structure is documented below.
115
- :param pulumi.Input['WorkloadIdentityPoolProviderX509Args'] x509: An X.509-type identity provider represents a CA. It is trusted to assert a
116
- client identity if the client has a certificate that chains up to this CA.
117
- Structure is documented below.
118
114
  """
119
115
  pulumi.set(__self__, "workload_identity_pool_id", workload_identity_pool_id)
120
116
  pulumi.set(__self__, "workload_identity_pool_provider_id", workload_identity_pool_provider_id)
@@ -136,8 +132,6 @@ class WorkloadIdentityPoolProviderArgs:
136
132
  pulumi.set(__self__, "project", project)
137
133
  if saml is not None:
138
134
  pulumi.set(__self__, "saml", saml)
139
- if x509 is not None:
140
- pulumi.set(__self__, "x509", x509)
141
135
 
142
136
  @property
143
137
  @pulumi.getter(name="workloadIdentityPoolId")
@@ -337,20 +331,6 @@ class WorkloadIdentityPoolProviderArgs:
337
331
  def saml(self, value: Optional[pulumi.Input['WorkloadIdentityPoolProviderSamlArgs']]):
338
332
  pulumi.set(self, "saml", value)
339
333
 
340
- @property
341
- @pulumi.getter
342
- def x509(self) -> Optional[pulumi.Input['WorkloadIdentityPoolProviderX509Args']]:
343
- """
344
- An X.509-type identity provider represents a CA. It is trusted to assert a
345
- client identity if the client has a certificate that chains up to this CA.
346
- Structure is documented below.
347
- """
348
- return pulumi.get(self, "x509")
349
-
350
- @x509.setter
351
- def x509(self, value: Optional[pulumi.Input['WorkloadIdentityPoolProviderX509Args']]):
352
- pulumi.set(self, "x509", value)
353
-
354
334
 
355
335
  @pulumi.input_type
356
336
  class _WorkloadIdentityPoolProviderState:
@@ -367,8 +347,7 @@ class _WorkloadIdentityPoolProviderState:
367
347
  saml: Optional[pulumi.Input['WorkloadIdentityPoolProviderSamlArgs']] = None,
368
348
  state: Optional[pulumi.Input[str]] = None,
369
349
  workload_identity_pool_id: Optional[pulumi.Input[str]] = None,
370
- workload_identity_pool_provider_id: Optional[pulumi.Input[str]] = None,
371
- x509: Optional[pulumi.Input['WorkloadIdentityPoolProviderX509Args']] = None):
350
+ workload_identity_pool_provider_id: Optional[pulumi.Input[str]] = None):
372
351
  """
373
352
  Input properties used for looking up and filtering WorkloadIdentityPoolProvider resources.
374
353
  :param pulumi.Input[str] attribute_condition: [A Common Expression Language](https://opensource.google/projects/cel) expression, in
@@ -457,9 +436,6 @@ class _WorkloadIdentityPoolProviderState:
457
436
 
458
437
 
459
438
  - - -
460
- :param pulumi.Input['WorkloadIdentityPoolProviderX509Args'] x509: An X.509-type identity provider represents a CA. It is trusted to assert a
461
- client identity if the client has a certificate that chains up to this CA.
462
- Structure is documented below.
463
439
  """
464
440
  if attribute_condition is not None:
465
441
  pulumi.set(__self__, "attribute_condition", attribute_condition)
@@ -487,8 +463,6 @@ class _WorkloadIdentityPoolProviderState:
487
463
  pulumi.set(__self__, "workload_identity_pool_id", workload_identity_pool_id)
488
464
  if workload_identity_pool_provider_id is not None:
489
465
  pulumi.set(__self__, "workload_identity_pool_provider_id", workload_identity_pool_provider_id)
490
- if x509 is not None:
491
- pulumi.set(__self__, "x509", x509)
492
466
 
493
467
  @property
494
468
  @pulumi.getter(name="attributeCondition")
@@ -719,20 +693,6 @@ class _WorkloadIdentityPoolProviderState:
719
693
  def workload_identity_pool_provider_id(self, value: Optional[pulumi.Input[str]]):
720
694
  pulumi.set(self, "workload_identity_pool_provider_id", value)
721
695
 
722
- @property
723
- @pulumi.getter
724
- def x509(self) -> Optional[pulumi.Input['WorkloadIdentityPoolProviderX509Args']]:
725
- """
726
- An X.509-type identity provider represents a CA. It is trusted to assert a
727
- client identity if the client has a certificate that chains up to this CA.
728
- Structure is documented below.
729
- """
730
- return pulumi.get(self, "x509")
731
-
732
- @x509.setter
733
- def x509(self, value: Optional[pulumi.Input['WorkloadIdentityPoolProviderX509Args']]):
734
- pulumi.set(self, "x509", value)
735
-
736
696
 
737
697
  class WorkloadIdentityPoolProvider(pulumi.CustomResource):
738
698
  @overload
@@ -750,7 +710,6 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
750
710
  saml: Optional[pulumi.Input[Union['WorkloadIdentityPoolProviderSamlArgs', 'WorkloadIdentityPoolProviderSamlArgsDict']]] = None,
751
711
  workload_identity_pool_id: Optional[pulumi.Input[str]] = None,
752
712
  workload_identity_pool_provider_id: Optional[pulumi.Input[str]] = None,
753
- x509: Optional[pulumi.Input[Union['WorkloadIdentityPoolProviderX509Args', 'WorkloadIdentityPoolProviderX509ArgsDict']]] = None,
754
713
  __props__=None):
755
714
  """
756
715
  A configuration for an external identity provider.
@@ -923,56 +882,6 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
923
882
  "jwks_json": "{\\"keys\\":[{\\"kty\\":\\"RSA\\",\\"alg\\":\\"RS256\\",\\"kid\\":\\"sif0AR-F6MuvksAyAOv-Pds08Bcf2eUMlxE30NofddA\\",\\"use\\":\\"sig\\",\\"e\\":\\"AQAB\\",\\"n\\":\\"ylH1Chl1tpfti3lh51E1g5dPogzXDaQseqjsefGLknaNl5W6Wd4frBhHyE2t41Q5zgz_Ll0-NvWm0FlaG6brhrN9QZu6sJP1bM8WPfJVPgXOanxi7d7TXCkeNubGeiLTf5R3UXtS9Lm_guemU7MxDjDTelxnlgGCihOVTcL526suNJUdfXtpwUsvdU6_ZnAp9IpsuYjCtwPm9hPumlcZGMbxstdh07O4y4O90cVQClJOKSGQjAUCKJWXIQ0cqffGS_HuS_725CPzQ85SzYZzaNpgfhAER7kx_9P16ARM3BJz0PI5fe2hECE61J4GYU_BY43sxDfs7HyJpEXKLU9eWw\\"}]}",
924
883
  })
925
884
  ```
926
- ### Iam Workload Identity Pool Provider X509 Basic
927
-
928
- ```python
929
- import pulumi
930
- import pulumi_gcp as gcp
931
- import pulumi_std as std
932
-
933
- pool = gcp.iam.WorkloadIdentityPool("pool", workload_identity_pool_id="example-pool")
934
- example = gcp.iam.WorkloadIdentityPoolProvider("example",
935
- workload_identity_pool_id=pool.workload_identity_pool_id,
936
- workload_identity_pool_provider_id="example-prvdr",
937
- attribute_mapping={
938
- "google.subject": "assertion.subject.dn.cn",
939
- },
940
- x509={
941
- "trust_store": {
942
- "trust_anchors": [{
943
- "pem_certificate": std.file(input="test-fixtures/trust_anchor.pem").result,
944
- }],
945
- },
946
- })
947
- ```
948
- ### Iam Workload Identity Pool Provider X509 Full
949
-
950
- ```python
951
- import pulumi
952
- import pulumi_gcp as gcp
953
- import pulumi_std as std
954
-
955
- pool = gcp.iam.WorkloadIdentityPool("pool", workload_identity_pool_id="example-pool")
956
- example = gcp.iam.WorkloadIdentityPoolProvider("example",
957
- workload_identity_pool_id=pool.workload_identity_pool_id,
958
- workload_identity_pool_provider_id="example-prvdr",
959
- display_name="Name of provider",
960
- description="X.509 identity pool provider for automated test",
961
- disabled=True,
962
- attribute_mapping={
963
- "google.subject": "assertion.subject.dn.cn",
964
- },
965
- x509={
966
- "trust_store": {
967
- "trust_anchors": [{
968
- "pem_certificate": std.file(input="test-fixtures/trust_anchor.pem").result,
969
- }],
970
- "intermediate_cas": [{
971
- "pem_certificate": std.file(input="test-fixtures/intermediate_ca.pem").result,
972
- }],
973
- },
974
- })
975
- ```
976
885
 
977
886
  ## Import
978
887
 
@@ -1077,9 +986,6 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
1077
986
 
1078
987
 
1079
988
  - - -
1080
- :param pulumi.Input[Union['WorkloadIdentityPoolProviderX509Args', 'WorkloadIdentityPoolProviderX509ArgsDict']] x509: An X.509-type identity provider represents a CA. It is trusted to assert a
1081
- client identity if the client has a certificate that chains up to this CA.
1082
- Structure is documented below.
1083
989
  """
1084
990
  ...
1085
991
  @overload
@@ -1258,56 +1164,6 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
1258
1164
  "jwks_json": "{\\"keys\\":[{\\"kty\\":\\"RSA\\",\\"alg\\":\\"RS256\\",\\"kid\\":\\"sif0AR-F6MuvksAyAOv-Pds08Bcf2eUMlxE30NofddA\\",\\"use\\":\\"sig\\",\\"e\\":\\"AQAB\\",\\"n\\":\\"ylH1Chl1tpfti3lh51E1g5dPogzXDaQseqjsefGLknaNl5W6Wd4frBhHyE2t41Q5zgz_Ll0-NvWm0FlaG6brhrN9QZu6sJP1bM8WPfJVPgXOanxi7d7TXCkeNubGeiLTf5R3UXtS9Lm_guemU7MxDjDTelxnlgGCihOVTcL526suNJUdfXtpwUsvdU6_ZnAp9IpsuYjCtwPm9hPumlcZGMbxstdh07O4y4O90cVQClJOKSGQjAUCKJWXIQ0cqffGS_HuS_725CPzQ85SzYZzaNpgfhAER7kx_9P16ARM3BJz0PI5fe2hECE61J4GYU_BY43sxDfs7HyJpEXKLU9eWw\\"}]}",
1259
1165
  })
1260
1166
  ```
1261
- ### Iam Workload Identity Pool Provider X509 Basic
1262
-
1263
- ```python
1264
- import pulumi
1265
- import pulumi_gcp as gcp
1266
- import pulumi_std as std
1267
-
1268
- pool = gcp.iam.WorkloadIdentityPool("pool", workload_identity_pool_id="example-pool")
1269
- example = gcp.iam.WorkloadIdentityPoolProvider("example",
1270
- workload_identity_pool_id=pool.workload_identity_pool_id,
1271
- workload_identity_pool_provider_id="example-prvdr",
1272
- attribute_mapping={
1273
- "google.subject": "assertion.subject.dn.cn",
1274
- },
1275
- x509={
1276
- "trust_store": {
1277
- "trust_anchors": [{
1278
- "pem_certificate": std.file(input="test-fixtures/trust_anchor.pem").result,
1279
- }],
1280
- },
1281
- })
1282
- ```
1283
- ### Iam Workload Identity Pool Provider X509 Full
1284
-
1285
- ```python
1286
- import pulumi
1287
- import pulumi_gcp as gcp
1288
- import pulumi_std as std
1289
-
1290
- pool = gcp.iam.WorkloadIdentityPool("pool", workload_identity_pool_id="example-pool")
1291
- example = gcp.iam.WorkloadIdentityPoolProvider("example",
1292
- workload_identity_pool_id=pool.workload_identity_pool_id,
1293
- workload_identity_pool_provider_id="example-prvdr",
1294
- display_name="Name of provider",
1295
- description="X.509 identity pool provider for automated test",
1296
- disabled=True,
1297
- attribute_mapping={
1298
- "google.subject": "assertion.subject.dn.cn",
1299
- },
1300
- x509={
1301
- "trust_store": {
1302
- "trust_anchors": [{
1303
- "pem_certificate": std.file(input="test-fixtures/trust_anchor.pem").result,
1304
- }],
1305
- "intermediate_cas": [{
1306
- "pem_certificate": std.file(input="test-fixtures/intermediate_ca.pem").result,
1307
- }],
1308
- },
1309
- })
1310
- ```
1311
1167
 
1312
1168
  ## Import
1313
1169
 
@@ -1359,7 +1215,6 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
1359
1215
  saml: Optional[pulumi.Input[Union['WorkloadIdentityPoolProviderSamlArgs', 'WorkloadIdentityPoolProviderSamlArgsDict']]] = None,
1360
1216
  workload_identity_pool_id: Optional[pulumi.Input[str]] = None,
1361
1217
  workload_identity_pool_provider_id: Optional[pulumi.Input[str]] = None,
1362
- x509: Optional[pulumi.Input[Union['WorkloadIdentityPoolProviderX509Args', 'WorkloadIdentityPoolProviderX509ArgsDict']]] = None,
1363
1218
  __props__=None):
1364
1219
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
1365
1220
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -1384,7 +1239,6 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
1384
1239
  if workload_identity_pool_provider_id is None and not opts.urn:
1385
1240
  raise TypeError("Missing required property 'workload_identity_pool_provider_id'")
1386
1241
  __props__.__dict__["workload_identity_pool_provider_id"] = workload_identity_pool_provider_id
1387
- __props__.__dict__["x509"] = x509
1388
1242
  __props__.__dict__["name"] = None
1389
1243
  __props__.__dict__["state"] = None
1390
1244
  super(WorkloadIdentityPoolProvider, __self__).__init__(
@@ -1409,8 +1263,7 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
1409
1263
  saml: Optional[pulumi.Input[Union['WorkloadIdentityPoolProviderSamlArgs', 'WorkloadIdentityPoolProviderSamlArgsDict']]] = None,
1410
1264
  state: Optional[pulumi.Input[str]] = None,
1411
1265
  workload_identity_pool_id: Optional[pulumi.Input[str]] = None,
1412
- workload_identity_pool_provider_id: Optional[pulumi.Input[str]] = None,
1413
- x509: Optional[pulumi.Input[Union['WorkloadIdentityPoolProviderX509Args', 'WorkloadIdentityPoolProviderX509ArgsDict']]] = None) -> 'WorkloadIdentityPoolProvider':
1266
+ workload_identity_pool_provider_id: Optional[pulumi.Input[str]] = None) -> 'WorkloadIdentityPoolProvider':
1414
1267
  """
1415
1268
  Get an existing WorkloadIdentityPoolProvider resource's state with the given name, id, and optional extra
1416
1269
  properties used to qualify the lookup.
@@ -1504,9 +1357,6 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
1504
1357
 
1505
1358
 
1506
1359
  - - -
1507
- :param pulumi.Input[Union['WorkloadIdentityPoolProviderX509Args', 'WorkloadIdentityPoolProviderX509ArgsDict']] x509: An X.509-type identity provider represents a CA. It is trusted to assert a
1508
- client identity if the client has a certificate that chains up to this CA.
1509
- Structure is documented below.
1510
1360
  """
1511
1361
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1512
1362
 
@@ -1525,7 +1375,6 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
1525
1375
  __props__.__dict__["state"] = state
1526
1376
  __props__.__dict__["workload_identity_pool_id"] = workload_identity_pool_id
1527
1377
  __props__.__dict__["workload_identity_pool_provider_id"] = workload_identity_pool_provider_id
1528
- __props__.__dict__["x509"] = x509
1529
1378
  return WorkloadIdentityPoolProvider(resource_name, opts=opts, __props__=__props__)
1530
1379
 
1531
1380
  @property
@@ -1705,13 +1554,3 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
1705
1554
  """
1706
1555
  return pulumi.get(self, "workload_identity_pool_provider_id")
1707
1556
 
1708
- @property
1709
- @pulumi.getter
1710
- def x509(self) -> pulumi.Output[Optional['outputs.WorkloadIdentityPoolProviderX509']]:
1711
- """
1712
- An X.509-type identity provider represents a CA. It is trusted to assert a
1713
- client identity if the client has a certificate that chains up to this CA.
1714
- Structure is documented below.
1715
- """
1716
- return pulumi.get(self, "x509")
1717
-
@@ -16,8 +16,6 @@ from .ekm_connection_iam_binding import *
16
16
  from .ekm_connection_iam_member import *
17
17
  from .ekm_connection_iam_policy import *
18
18
  from .get_crypto_key_iam_policy import *
19
- from .get_crypto_key_latest_version import *
20
- from .get_crypto_key_versions import *
21
19
  from .get_crypto_keys import *
22
20
  from .get_ekm_connection_iam_policy import *
23
21
  from .get_key_ring_iam_policy import *
@@ -174,13 +174,9 @@ class AutokeyConfig(pulumi.CustomResource):
174
174
  wait_srv_acc_permissions = time.index.Sleep("wait_srv_acc_permissions", create_duration=10s,
175
175
  opts = pulumi.ResourceOptions(depends_on=[autokey_project_admin]))
176
176
  example_autokeyconfig = gcp.kms.AutokeyConfig("example-autokeyconfig",
177
- folder=autokms_folder.id,
177
+ folder=autokms_folder.folder_id,
178
178
  key_project=key_project.project_id.apply(lambda project_id: f"projects/{project_id}"),
179
179
  opts = pulumi.ResourceOptions(depends_on=[wait_srv_acc_permissions]))
180
- # Wait delay after setting AutokeyConfig, to prevent diffs on reapply,
181
- # because setting the config takes a little to fully propagate.
182
- wait_autokey_propagation = time.index.Sleep("wait_autokey_propagation", create_duration=30s,
183
- opts = pulumi.ResourceOptions(depends_on=[example_autokeyconfig]))
184
180
  ```
185
181
 
186
182
  ## Import
@@ -268,13 +264,9 @@ class AutokeyConfig(pulumi.CustomResource):
268
264
  wait_srv_acc_permissions = time.index.Sleep("wait_srv_acc_permissions", create_duration=10s,
269
265
  opts = pulumi.ResourceOptions(depends_on=[autokey_project_admin]))
270
266
  example_autokeyconfig = gcp.kms.AutokeyConfig("example-autokeyconfig",
271
- folder=autokms_folder.id,
267
+ folder=autokms_folder.folder_id,
272
268
  key_project=key_project.project_id.apply(lambda project_id: f"projects/{project_id}"),
273
269
  opts = pulumi.ResourceOptions(depends_on=[wait_srv_acc_permissions]))
274
- # Wait delay after setting AutokeyConfig, to prevent diffs on reapply,
275
- # because setting the config takes a little to fully propagate.
276
- wait_autokey_propagation = time.index.Sleep("wait_autokey_propagation", create_duration=30s,
277
- opts = pulumi.ResourceOptions(depends_on=[example_autokeyconfig]))
278
270
  ```
279
271
 
280
272
  ## Import
pulumi_gcp/kms/outputs.py CHANGED
@@ -33,10 +33,6 @@ __all__ = [
33
33
  'KeyRingIAMMemberCondition',
34
34
  'KeyRingImportJobAttestation',
35
35
  'KeyRingImportJobPublicKey',
36
- 'GetCryptoKeyLatestVersionPublicKeyResult',
37
- 'GetCryptoKeyVersionsPublicKeyResult',
38
- 'GetCryptoKeyVersionsVersionResult',
39
- 'GetCryptoKeyVersionsVersionPublicKeyResult',
40
36
  'GetCryptoKeysKeyResult',
41
37
  'GetCryptoKeysKeyKeyAccessJustificationsPolicyResult',
42
38
  'GetCryptoKeysKeyPrimaryResult',
@@ -987,166 +983,6 @@ class KeyRingImportJobPublicKey(dict):
987
983
  return pulumi.get(self, "pem")
988
984
 
989
985
 
990
- @pulumi.output_type
991
- class GetCryptoKeyLatestVersionPublicKeyResult(dict):
992
- def __init__(__self__, *,
993
- algorithm: str,
994
- pem: str):
995
- """
996
- :param str algorithm: The CryptoKeyVersionAlgorithm that this CryptoKeyVersion supports.
997
- :param str pem: The public key, encoded in PEM format. For more information, see the RFC 7468 sections for General Considerations and Textual Encoding of Subject Public Key Info.
998
- """
999
- pulumi.set(__self__, "algorithm", algorithm)
1000
- pulumi.set(__self__, "pem", pem)
1001
-
1002
- @property
1003
- @pulumi.getter
1004
- def algorithm(self) -> str:
1005
- """
1006
- The CryptoKeyVersionAlgorithm that this CryptoKeyVersion supports.
1007
- """
1008
- return pulumi.get(self, "algorithm")
1009
-
1010
- @property
1011
- @pulumi.getter
1012
- def pem(self) -> str:
1013
- """
1014
- The public key, encoded in PEM format. For more information, see the RFC 7468 sections for General Considerations and Textual Encoding of Subject Public Key Info.
1015
- """
1016
- return pulumi.get(self, "pem")
1017
-
1018
-
1019
- @pulumi.output_type
1020
- class GetCryptoKeyVersionsPublicKeyResult(dict):
1021
- def __init__(__self__, *,
1022
- algorithm: str,
1023
- pem: str):
1024
- """
1025
- :param str algorithm: The CryptoKeyVersionAlgorithm that this CryptoKeyVersion supports.
1026
- :param str pem: The public key, encoded in PEM format. For more information, see the RFC 7468 sections for General Considerations and Textual Encoding of Subject Public Key Info.
1027
- """
1028
- pulumi.set(__self__, "algorithm", algorithm)
1029
- pulumi.set(__self__, "pem", pem)
1030
-
1031
- @property
1032
- @pulumi.getter
1033
- def algorithm(self) -> str:
1034
- """
1035
- The CryptoKeyVersionAlgorithm that this CryptoKeyVersion supports.
1036
- """
1037
- return pulumi.get(self, "algorithm")
1038
-
1039
- @property
1040
- @pulumi.getter
1041
- def pem(self) -> str:
1042
- """
1043
- The public key, encoded in PEM format. For more information, see the RFC 7468 sections for General Considerations and Textual Encoding of Subject Public Key Info.
1044
- """
1045
- return pulumi.get(self, "pem")
1046
-
1047
-
1048
- @pulumi.output_type
1049
- class GetCryptoKeyVersionsVersionResult(dict):
1050
- def __init__(__self__, *,
1051
- algorithm: str,
1052
- crypto_key: str,
1053
- id: str,
1054
- name: str,
1055
- protection_level: str,
1056
- public_keys: Sequence['outputs.GetCryptoKeyVersionsVersionPublicKeyResult'],
1057
- state: str,
1058
- version: int):
1059
- """
1060
- :param str algorithm: The CryptoKeyVersionAlgorithm that this CryptoKeyVersion supports.
1061
- :param str crypto_key: The `id` of the Google Cloud Platform CryptoKey to which the key version belongs. This is also the `id` field of the
1062
- `kms.CryptoKey` resource/datasource.
1063
- """
1064
- pulumi.set(__self__, "algorithm", algorithm)
1065
- pulumi.set(__self__, "crypto_key", crypto_key)
1066
- pulumi.set(__self__, "id", id)
1067
- pulumi.set(__self__, "name", name)
1068
- pulumi.set(__self__, "protection_level", protection_level)
1069
- pulumi.set(__self__, "public_keys", public_keys)
1070
- pulumi.set(__self__, "state", state)
1071
- pulumi.set(__self__, "version", version)
1072
-
1073
- @property
1074
- @pulumi.getter
1075
- def algorithm(self) -> str:
1076
- """
1077
- The CryptoKeyVersionAlgorithm that this CryptoKeyVersion supports.
1078
- """
1079
- return pulumi.get(self, "algorithm")
1080
-
1081
- @property
1082
- @pulumi.getter(name="cryptoKey")
1083
- def crypto_key(self) -> str:
1084
- """
1085
- The `id` of the Google Cloud Platform CryptoKey to which the key version belongs. This is also the `id` field of the
1086
- `kms.CryptoKey` resource/datasource.
1087
- """
1088
- return pulumi.get(self, "crypto_key")
1089
-
1090
- @property
1091
- @pulumi.getter
1092
- def id(self) -> str:
1093
- return pulumi.get(self, "id")
1094
-
1095
- @property
1096
- @pulumi.getter
1097
- def name(self) -> str:
1098
- return pulumi.get(self, "name")
1099
-
1100
- @property
1101
- @pulumi.getter(name="protectionLevel")
1102
- def protection_level(self) -> str:
1103
- return pulumi.get(self, "protection_level")
1104
-
1105
- @property
1106
- @pulumi.getter(name="publicKeys")
1107
- def public_keys(self) -> Sequence['outputs.GetCryptoKeyVersionsVersionPublicKeyResult']:
1108
- return pulumi.get(self, "public_keys")
1109
-
1110
- @property
1111
- @pulumi.getter
1112
- def state(self) -> str:
1113
- return pulumi.get(self, "state")
1114
-
1115
- @property
1116
- @pulumi.getter
1117
- def version(self) -> int:
1118
- return pulumi.get(self, "version")
1119
-
1120
-
1121
- @pulumi.output_type
1122
- class GetCryptoKeyVersionsVersionPublicKeyResult(dict):
1123
- def __init__(__self__, *,
1124
- algorithm: str,
1125
- pem: str):
1126
- """
1127
- :param str algorithm: The CryptoKeyVersionAlgorithm that this CryptoKeyVersion supports.
1128
- :param str pem: The public key, encoded in PEM format. For more information, see the RFC 7468 sections for General Considerations and Textual Encoding of Subject Public Key Info.
1129
- """
1130
- pulumi.set(__self__, "algorithm", algorithm)
1131
- pulumi.set(__self__, "pem", pem)
1132
-
1133
- @property
1134
- @pulumi.getter
1135
- def algorithm(self) -> str:
1136
- """
1137
- The CryptoKeyVersionAlgorithm that this CryptoKeyVersion supports.
1138
- """
1139
- return pulumi.get(self, "algorithm")
1140
-
1141
- @property
1142
- @pulumi.getter
1143
- def pem(self) -> str:
1144
- """
1145
- The public key, encoded in PEM format. For more information, see the RFC 7468 sections for General Considerations and Textual Encoding of Subject Public Key Info.
1146
- """
1147
- return pulumi.get(self, "pem")
1148
-
1149
-
1150
986
  @pulumi.output_type
1151
987
  class GetCryptoKeysKeyResult(dict):
1152
988
  def __init__(__self__, *,
@@ -850,7 +850,7 @@ class ActiveDirectory(pulumi.CustomResource):
850
850
  """
851
851
  ActiveDirectory is the public representation of the active directory config.
852
852
 
853
- To get more information about ActiveDirectory, see:
853
+ To get more information about activeDirectory, see:
854
854
 
855
855
  * [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.activeDirectories)
856
856
  * How-to Guides
@@ -900,7 +900,7 @@ class ActiveDirectory(pulumi.CustomResource):
900
900
 
901
901
  ## Import
902
902
 
903
- ActiveDirectory can be imported using any of these accepted formats:
903
+ activeDirectory can be imported using any of these accepted formats:
904
904
 
905
905
  * `projects/{{project}}/locations/{{location}}/activeDirectories/{{name}}`
906
906
 
@@ -908,7 +908,7 @@ class ActiveDirectory(pulumi.CustomResource):
908
908
 
909
909
  * `{{location}}/{{name}}`
910
910
 
911
- When using the `pulumi import` command, ActiveDirectory can be imported using one of the formats above. For example:
911
+ When using the `pulumi import` command, activeDirectory can be imported using one of the formats above. For example:
912
912
 
913
913
  ```sh
914
914
  $ pulumi import gcp:netapp/activeDirectory:ActiveDirectory default projects/{{project}}/locations/{{location}}/activeDirectories/{{name}}
@@ -966,7 +966,7 @@ class ActiveDirectory(pulumi.CustomResource):
966
966
  """
967
967
  ActiveDirectory is the public representation of the active directory config.
968
968
 
969
- To get more information about ActiveDirectory, see:
969
+ To get more information about activeDirectory, see:
970
970
 
971
971
  * [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.activeDirectories)
972
972
  * How-to Guides
@@ -1016,7 +1016,7 @@ class ActiveDirectory(pulumi.CustomResource):
1016
1016
 
1017
1017
  ## Import
1018
1018
 
1019
- ActiveDirectory can be imported using any of these accepted formats:
1019
+ activeDirectory can be imported using any of these accepted formats:
1020
1020
 
1021
1021
  * `projects/{{project}}/locations/{{location}}/activeDirectories/{{name}}`
1022
1022
 
@@ -1024,7 +1024,7 @@ class ActiveDirectory(pulumi.CustomResource):
1024
1024
 
1025
1025
  * `{{location}}/{{name}}`
1026
1026
 
1027
- When using the `pulumi import` command, ActiveDirectory can be imported using one of the formats above. For example:
1027
+ When using the `pulumi import` command, activeDirectory can be imported using one of the formats above. For example:
1028
1028
 
1029
1029
  ```sh
1030
1030
  $ pulumi import gcp:netapp/activeDirectory:ActiveDirectory default projects/{{project}}/locations/{{location}}/activeDirectories/{{name}}
@@ -468,7 +468,7 @@ class Backup(pulumi.CustomResource):
468
468
  from a volume or from an existing volume snapshot. Scheduled backups
469
469
  require a backup policy.
470
470
 
471
- To get more information about Backup, see:
471
+ To get more information about backup, see:
472
472
 
473
473
  * [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.backupVaults.backups)
474
474
  * How-to Guides
@@ -512,7 +512,7 @@ class Backup(pulumi.CustomResource):
512
512
 
513
513
  ## Import
514
514
 
515
- Backup can be imported using any of these accepted formats:
515
+ backup can be imported using any of these accepted formats:
516
516
 
517
517
  * `projects/{{project}}/locations/{{location}}/backupVaults/{{vault_name}}/backups/{{name}}`
518
518
 
@@ -520,7 +520,7 @@ class Backup(pulumi.CustomResource):
520
520
 
521
521
  * `{{location}}/{{vault_name}}/{{name}}`
522
522
 
523
- When using the `pulumi import` command, Backup can be imported using one of the formats above. For example:
523
+ When using the `pulumi import` command, backup can be imported using one of the formats above. For example:
524
524
 
525
525
  ```sh
526
526
  $ pulumi import gcp:netapp/backup:Backup default projects/{{project}}/locations/{{location}}/backupVaults/{{vault_name}}/backups/{{name}}
@@ -576,7 +576,7 @@ class Backup(pulumi.CustomResource):
576
576
  from a volume or from an existing volume snapshot. Scheduled backups
577
577
  require a backup policy.
578
578
 
579
- To get more information about Backup, see:
579
+ To get more information about backup, see:
580
580
 
581
581
  * [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.backupVaults.backups)
582
582
  * How-to Guides
@@ -620,7 +620,7 @@ class Backup(pulumi.CustomResource):
620
620
 
621
621
  ## Import
622
622
 
623
- Backup can be imported using any of these accepted formats:
623
+ backup can be imported using any of these accepted formats:
624
624
 
625
625
  * `projects/{{project}}/locations/{{location}}/backupVaults/{{vault_name}}/backups/{{name}}`
626
626
 
@@ -628,7 +628,7 @@ class Backup(pulumi.CustomResource):
628
628
 
629
629
  * `{{location}}/{{vault_name}}/{{name}}`
630
630
 
631
- When using the `pulumi import` command, Backup can be imported using one of the formats above. For example:
631
+ When using the `pulumi import` command, backup can be imported using one of the formats above. For example:
632
632
 
633
633
  ```sh
634
634
  $ pulumi import gcp:netapp/backup:Backup default projects/{{project}}/locations/{{location}}/backupVaults/{{vault_name}}/backups/{{name}}
@@ -450,7 +450,7 @@ class BackupPolicy(pulumi.CustomResource):
450
450
  Backup policies allow you to attach a backup schedule to a volume.
451
451
  The policy defines how many backups to retain at daily, weekly, or monthly intervals.
452
452
 
453
- To get more information about BackupPolicy, see:
453
+ To get more information about backupPolicy, see:
454
454
 
455
455
  * [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.backupPolicies)
456
456
  * How-to Guides
@@ -479,7 +479,7 @@ class BackupPolicy(pulumi.CustomResource):
479
479
 
480
480
  ## Import
481
481
 
482
- BackupPolicy can be imported using any of these accepted formats:
482
+ backupPolicy can be imported using any of these accepted formats:
483
483
 
484
484
  * `projects/{{project}}/locations/{{location}}/backupPolicies/{{name}}`
485
485
 
@@ -487,7 +487,7 @@ class BackupPolicy(pulumi.CustomResource):
487
487
 
488
488
  * `{{location}}/{{name}}`
489
489
 
490
- When using the `pulumi import` command, BackupPolicy can be imported using one of the formats above. For example:
490
+ When using the `pulumi import` command, backupPolicy can be imported using one of the formats above. For example:
491
491
 
492
492
  ```sh
493
493
  $ pulumi import gcp:netapp/backupPolicy:BackupPolicy default projects/{{project}}/locations/{{location}}/backupPolicies/{{name}}
@@ -532,7 +532,7 @@ class BackupPolicy(pulumi.CustomResource):
532
532
  Backup policies allow you to attach a backup schedule to a volume.
533
533
  The policy defines how many backups to retain at daily, weekly, or monthly intervals.
534
534
 
535
- To get more information about BackupPolicy, see:
535
+ To get more information about backupPolicy, see:
536
536
 
537
537
  * [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.backupPolicies)
538
538
  * How-to Guides
@@ -561,7 +561,7 @@ class BackupPolicy(pulumi.CustomResource):
561
561
 
562
562
  ## Import
563
563
 
564
- BackupPolicy can be imported using any of these accepted formats:
564
+ backupPolicy can be imported using any of these accepted formats:
565
565
 
566
566
  * `projects/{{project}}/locations/{{location}}/backupPolicies/{{name}}`
567
567
 
@@ -569,7 +569,7 @@ class BackupPolicy(pulumi.CustomResource):
569
569
 
570
570
  * `{{location}}/{{name}}`
571
571
 
572
- When using the `pulumi import` command, BackupPolicy can be imported using one of the formats above. For example:
572
+ When using the `pulumi import` command, backupPolicy can be imported using one of the formats above. For example:
573
573
 
574
574
  ```sh
575
575
  $ pulumi import gcp:netapp/backupPolicy:BackupPolicy default projects/{{project}}/locations/{{location}}/backupPolicies/{{name}}