pulumi-gcp 8.31.0a1747205151__py3-none-any.whl → 8.32.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +96 -0
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
- pulumi_gcp/alloydb/_inputs.py +164 -0
- pulumi_gcp/alloydb/outputs.py +211 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +13 -0
- pulumi_gcp/apigateway/api_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_iam_policy.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +13 -0
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/_inputs.py +20 -0
- pulumi_gcp/apigee/environment_iam_binding.py +27 -0
- pulumi_gcp/apigee/environment_iam_member.py +27 -0
- pulumi_gcp/apigee/environment_iam_policy.py +27 -0
- pulumi_gcp/apigee/get_environment_iam_policy.py +6 -0
- pulumi_gcp/apigee/outputs.py +12 -0
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/application.py +8 -4
- pulumi_gcp/beyondcorp/application_iam_binding.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +26 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/get_security_gateway.py +222 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/outputs.py +45 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +13 -0
- pulumi_gcp/bigquery/__init__.py +1 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +4 -11
- pulumi_gcp/bigquery/connection_iam_member.py +4 -11
- pulumi_gcp/bigquery/connection_iam_policy.py +4 -11
- pulumi_gcp/bigquery/data_transfer_config.py +2 -2
- pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -4
- pulumi_gcp/bigquery/get_table_iam_policy.py +4 -0
- pulumi_gcp/bigquery/iam_binding.py +26 -0
- pulumi_gcp/bigquery/iam_member.py +26 -0
- pulumi_gcp/bigquery/iam_policy.py +26 -0
- pulumi_gcp/bigquery/routine.py +56 -0
- pulumi_gcp/bigquery/row_access_policy.py +787 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +13 -0
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -0
- pulumi_gcp/bigtable/logical_view.py +49 -0
- pulumi_gcp/bigtable/table.py +7 -7
- pulumi_gcp/certificateauthority/_inputs.py +20 -19
- pulumi_gcp/certificateauthority/authority.py +70 -0
- pulumi_gcp/certificateauthority/outputs.py +12 -11
- pulumi_gcp/cloudbuild/trigger.py +2 -2
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +6 -0
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +6 -0
- pulumi_gcp/cloudfunctionsv2/function.py +4 -4
- pulumi_gcp/colab/schedule.py +2 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +438 -0
- pulumi_gcp/compute/backend_service.py +259 -51
- pulumi_gcp/compute/cross_site_network.py +374 -0
- pulumi_gcp/compute/get_backend_service.py +23 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +23 -1
- pulumi_gcp/compute/get_health_check.py +12 -1
- pulumi_gcp/compute/get_instance_template.py +12 -1
- pulumi_gcp/compute/get_network_endpoint_group.py +12 -1
- pulumi_gcp/compute/global_forwarding_rule.py +199 -0
- pulumi_gcp/compute/health_check.py +120 -0
- pulumi_gcp/compute/instance_template.py +28 -0
- pulumi_gcp/compute/network_endpoint_group.py +28 -0
- pulumi_gcp/compute/outputs.py +463 -0
- pulumi_gcp/compute/region_backend_service.py +58 -51
- pulumi_gcp/compute/region_health_check.py +120 -0
- pulumi_gcp/container/_inputs.py +6 -6
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/container/outputs.py +4 -4
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +34 -0
- pulumi_gcp/dataplex/__init__.py +5 -0
- pulumi_gcp/dataplex/_inputs.py +98 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +53 -0
- pulumi_gcp/dataplex/asset_iam_member.py +53 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +53 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_asset_iam_policy.py +10 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_glossary_iam_policy.py +185 -0
- pulumi_gcp/dataplex/get_lake_iam_policy.py +6 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_zone_iam_policy.py +8 -0
- pulumi_gcp/dataplex/glossary.py +772 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +676 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +27 -0
- pulumi_gcp/dataplex/lake_iam_member.py +27 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +27 -0
- pulumi_gcp/dataplex/outputs.py +56 -0
- pulumi_gcp/dataplex/task_iam_binding.py +13 -0
- pulumi_gcp/dataplex/task_iam_member.py +13 -0
- pulumi_gcp/dataplex/task_iam_policy.py +13 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +40 -0
- pulumi_gcp/dataplex/zone_iam_member.py +40 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +40 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +4 -25
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -8
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +8 -0
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_service.py +1 -12
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +10 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +40 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_service.py +0 -61
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +53 -0
- pulumi_gcp/diagflow/_inputs.py +6245 -2553
- pulumi_gcp/diagflow/cx_agent.py +60 -0
- pulumi_gcp/diagflow/cx_flow.py +306 -0
- pulumi_gcp/diagflow/cx_page.py +290 -0
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/outputs.py +4924 -2135
- pulumi_gcp/edgecontainer/node_pool.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_policy.py +26 -0
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +8 -0
- pulumi_gcp/endpoints/get_service_iam_policy.py +6 -0
- pulumi_gcp/endpoints/service_iam_binding.py +13 -0
- pulumi_gcp/endpoints/service_iam_member.py +13 -0
- pulumi_gcp/endpoints/service_iam_policy.py +13 -0
- pulumi_gcp/firebase/__init__.py +3 -0
- pulumi_gcp/firebase/_inputs.py +1527 -0
- pulumi_gcp/firebase/app_hosting_backend.py +104 -0
- pulumi_gcp/firebase/app_hosting_default_domain.py +721 -0
- pulumi_gcp/firebase/app_hosting_domain.py +796 -0
- pulumi_gcp/firebase/app_hosting_traffic.py +914 -0
- pulumi_gcp/firebase/extensions_instance.py +4 -4
- pulumi_gcp/firebase/outputs.py +1075 -0
- pulumi_gcp/firestore/database.py +9 -0
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +4 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +26 -0
- pulumi_gcp/gkebackup/backup_channel.py +9 -9
- pulumi_gcp/gkebackup/restore_channel.py +9 -9
- pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_iam_binding.py +13 -0
- pulumi_gcp/gkehub/membership_iam_member.py +13 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +13 -0
- pulumi_gcp/gkehub/scope_iam_binding.py +13 -0
- pulumi_gcp/gkehub/scope_iam_member.py +13 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +13 -0
- pulumi_gcp/iam/__init__.py +4 -0
- pulumi_gcp/iam/_inputs.py +432 -0
- pulumi_gcp/iam/get_workload_identity_pool.py +35 -1
- pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +156 -0
- pulumi_gcp/iam/oauth_client_credential.py +6 -0
- pulumi_gcp/iam/outputs.py +510 -0
- pulumi_gcp/iam/workload_identity_pool.py +446 -24
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +358 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +13 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +27 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
- pulumi_gcp/lustre/__init__.py +1 -0
- pulumi_gcp/lustre/get_instance.py +280 -0
- pulumi_gcp/lustre/instance.py +12 -0
- pulumi_gcp/netapp/backup.py +58 -2
- pulumi_gcp/netapp/backup_vault.py +185 -0
- pulumi_gcp/netapp/storage_pool.py +2 -2
- pulumi_gcp/networkconnectivity/internal_range.py +47 -0
- pulumi_gcp/networkconnectivity/regional_endpoint.py +13 -13
- pulumi_gcp/networksecurity/intercept_deployment.py +10 -0
- pulumi_gcp/networksecurity/intercept_deployment_group.py +8 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +12 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +16 -0
- pulumi_gcp/networkservices/_inputs.py +43 -0
- pulumi_gcp/networkservices/edge_cache_origin.py +61 -0
- pulumi_gcp/networkservices/outputs.py +43 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/get_instance.py +1 -12
- pulumi_gcp/redis/instance.py +0 -61
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +13 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_member.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +4 -11
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
- pulumi_gcp/spanner/database.py +56 -0
- pulumi_gcp/spanner/get_database.py +12 -1
- pulumi_gcp/storage/bucket.py +4 -4
- pulumi_gcp/storage/get_bucket_object_content.py +29 -1
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +13 -0
- pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +2 -0
- pulumi_gcp/vmwareengine/external_address.py +4 -4
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -0
- pulumi_gcp/workstations/get_workstation_iam_policy.py +10 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +33 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +53 -0
- pulumi_gcp/workstations/workstation_iam_member.py +53 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +53 -0
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/RECORD +289 -273
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/iam/outputs.py
CHANGED
@@ -42,6 +42,12 @@ __all__ = [
|
|
42
42
|
'WorkforcePoolProviderOidcClientSecretValue',
|
43
43
|
'WorkforcePoolProviderOidcWebSsoConfig',
|
44
44
|
'WorkforcePoolProviderSaml',
|
45
|
+
'WorkloadIdentityPoolIamBindingCondition',
|
46
|
+
'WorkloadIdentityPoolIamMemberCondition',
|
47
|
+
'WorkloadIdentityPoolInlineCertificateIssuanceConfig',
|
48
|
+
'WorkloadIdentityPoolInlineTrustConfig',
|
49
|
+
'WorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundle',
|
50
|
+
'WorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundleTrustAnchor',
|
45
51
|
'WorkloadIdentityPoolProviderAws',
|
46
52
|
'WorkloadIdentityPoolProviderOidc',
|
47
53
|
'WorkloadIdentityPoolProviderSaml',
|
@@ -50,6 +56,10 @@ __all__ = [
|
|
50
56
|
'WorkloadIdentityPoolProviderX509TrustStoreIntermediateCa',
|
51
57
|
'WorkloadIdentityPoolProviderX509TrustStoreTrustAnchor',
|
52
58
|
'GetTestablePermissionsPermissionResult',
|
59
|
+
'GetWorkloadIdentityPoolInlineCertificateIssuanceConfigResult',
|
60
|
+
'GetWorkloadIdentityPoolInlineTrustConfigResult',
|
61
|
+
'GetWorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundleResult',
|
62
|
+
'GetWorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundleTrustAnchorResult',
|
53
63
|
'GetWorkloadIdentityPoolProviderAwResult',
|
54
64
|
'GetWorkloadIdentityPoolProviderOidcResult',
|
55
65
|
'GetWorkloadIdentityPoolProviderSamlResult',
|
@@ -1511,6 +1521,334 @@ class WorkforcePoolProviderSaml(dict):
|
|
1511
1521
|
return pulumi.get(self, "idp_metadata_xml")
|
1512
1522
|
|
1513
1523
|
|
1524
|
+
@pulumi.output_type
|
1525
|
+
class WorkloadIdentityPoolIamBindingCondition(dict):
|
1526
|
+
def __init__(__self__, *,
|
1527
|
+
expression: builtins.str,
|
1528
|
+
title: builtins.str,
|
1529
|
+
description: Optional[builtins.str] = None):
|
1530
|
+
"""
|
1531
|
+
:param builtins.str expression: Textual representation of an expression in Common Expression Language syntax.
|
1532
|
+
:param builtins.str title: A title for the expression, i.e. a short string describing its purpose.
|
1533
|
+
"""
|
1534
|
+
pulumi.set(__self__, "expression", expression)
|
1535
|
+
pulumi.set(__self__, "title", title)
|
1536
|
+
if description is not None:
|
1537
|
+
pulumi.set(__self__, "description", description)
|
1538
|
+
|
1539
|
+
@property
|
1540
|
+
@pulumi.getter
|
1541
|
+
def expression(self) -> builtins.str:
|
1542
|
+
"""
|
1543
|
+
Textual representation of an expression in Common Expression Language syntax.
|
1544
|
+
"""
|
1545
|
+
return pulumi.get(self, "expression")
|
1546
|
+
|
1547
|
+
@property
|
1548
|
+
@pulumi.getter
|
1549
|
+
def title(self) -> builtins.str:
|
1550
|
+
"""
|
1551
|
+
A title for the expression, i.e. a short string describing its purpose.
|
1552
|
+
"""
|
1553
|
+
return pulumi.get(self, "title")
|
1554
|
+
|
1555
|
+
@property
|
1556
|
+
@pulumi.getter
|
1557
|
+
def description(self) -> Optional[builtins.str]:
|
1558
|
+
return pulumi.get(self, "description")
|
1559
|
+
|
1560
|
+
|
1561
|
+
@pulumi.output_type
|
1562
|
+
class WorkloadIdentityPoolIamMemberCondition(dict):
|
1563
|
+
def __init__(__self__, *,
|
1564
|
+
expression: builtins.str,
|
1565
|
+
title: builtins.str,
|
1566
|
+
description: Optional[builtins.str] = None):
|
1567
|
+
"""
|
1568
|
+
:param builtins.str expression: Textual representation of an expression in Common Expression Language syntax.
|
1569
|
+
:param builtins.str title: A title for the expression, i.e. a short string describing its purpose.
|
1570
|
+
"""
|
1571
|
+
pulumi.set(__self__, "expression", expression)
|
1572
|
+
pulumi.set(__self__, "title", title)
|
1573
|
+
if description is not None:
|
1574
|
+
pulumi.set(__self__, "description", description)
|
1575
|
+
|
1576
|
+
@property
|
1577
|
+
@pulumi.getter
|
1578
|
+
def expression(self) -> builtins.str:
|
1579
|
+
"""
|
1580
|
+
Textual representation of an expression in Common Expression Language syntax.
|
1581
|
+
"""
|
1582
|
+
return pulumi.get(self, "expression")
|
1583
|
+
|
1584
|
+
@property
|
1585
|
+
@pulumi.getter
|
1586
|
+
def title(self) -> builtins.str:
|
1587
|
+
"""
|
1588
|
+
A title for the expression, i.e. a short string describing its purpose.
|
1589
|
+
"""
|
1590
|
+
return pulumi.get(self, "title")
|
1591
|
+
|
1592
|
+
@property
|
1593
|
+
@pulumi.getter
|
1594
|
+
def description(self) -> Optional[builtins.str]:
|
1595
|
+
return pulumi.get(self, "description")
|
1596
|
+
|
1597
|
+
|
1598
|
+
@pulumi.output_type
|
1599
|
+
class WorkloadIdentityPoolInlineCertificateIssuanceConfig(dict):
|
1600
|
+
@staticmethod
|
1601
|
+
def __key_warning(key: str):
|
1602
|
+
suggest = None
|
1603
|
+
if key == "caPools":
|
1604
|
+
suggest = "ca_pools"
|
1605
|
+
elif key == "keyAlgorithm":
|
1606
|
+
suggest = "key_algorithm"
|
1607
|
+
elif key == "rotationWindowPercentage":
|
1608
|
+
suggest = "rotation_window_percentage"
|
1609
|
+
|
1610
|
+
if suggest:
|
1611
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkloadIdentityPoolInlineCertificateIssuanceConfig. Access the value via the '{suggest}' property getter instead.")
|
1612
|
+
|
1613
|
+
def __getitem__(self, key: str) -> Any:
|
1614
|
+
WorkloadIdentityPoolInlineCertificateIssuanceConfig.__key_warning(key)
|
1615
|
+
return super().__getitem__(key)
|
1616
|
+
|
1617
|
+
def get(self, key: str, default = None) -> Any:
|
1618
|
+
WorkloadIdentityPoolInlineCertificateIssuanceConfig.__key_warning(key)
|
1619
|
+
return super().get(key, default)
|
1620
|
+
|
1621
|
+
def __init__(__self__, *,
|
1622
|
+
ca_pools: Mapping[str, builtins.str],
|
1623
|
+
key_algorithm: Optional[builtins.str] = None,
|
1624
|
+
lifetime: Optional[builtins.str] = None,
|
1625
|
+
rotation_window_percentage: Optional[builtins.int] = None):
|
1626
|
+
"""
|
1627
|
+
:param Mapping[str, builtins.str] ca_pools: A required mapping of a cloud region to the CA pool resource located in that region used
|
1628
|
+
for certificate issuance, adhering to these constraints:
|
1629
|
+
* **Key format:** A supported cloud region name equivalent to the location identifier in
|
1630
|
+
the corresponding map entry's value.
|
1631
|
+
* **Value format:** A valid CA pool resource path format like:
|
1632
|
+
`projects/{project}/locations/{location}/caPools/{ca_pool}`
|
1633
|
+
* **Region Matching:** Workloads are ONLY issued certificates from CA pools within the
|
1634
|
+
same region. Also the CA pool region (in value) must match the workload's region (key).
|
1635
|
+
:param builtins.str key_algorithm: Key algorithm to use when generating the key pair. This key pair will be used to create
|
1636
|
+
the certificate. If unspecified, this will default to `ECDSA_P256`.
|
1637
|
+
* `RSA_2048`: Specifies RSA with a 2048-bit modulus.
|
1638
|
+
* `RSA_3072`: Specifies RSA with a 3072-bit modulus.
|
1639
|
+
* `RSA_4096`: Specifies RSA with a 4096-bit modulus.
|
1640
|
+
* `ECDSA_P256`: Specifies ECDSA with curve P256.
|
1641
|
+
* `ECDSA_P384`: Specifies ECDSA with curve P384.
|
1642
|
+
Possible values are: `RSA_2048`, `RSA_3072`, `RSA_4096`, `ECDSA_P256`, `ECDSA_P384`.
|
1643
|
+
:param builtins.str lifetime: Lifetime of the workload certificates issued by the CA pool in seconds. Must be between
|
1644
|
+
`86400s` (24 hours) to `2592000s` (30 days), ends in the suffix "`s`" (indicating seconds)
|
1645
|
+
and is preceded by the number of seconds. If unspecified, this will be defaulted to
|
1646
|
+
`86400s` (24 hours).
|
1647
|
+
:param builtins.int rotation_window_percentage: Rotation window percentage indicating when certificate rotation should be initiated based
|
1648
|
+
on remaining lifetime. Must be between `50` - `80`. If unspecified, this will be defaulted
|
1649
|
+
to `50`.
|
1650
|
+
"""
|
1651
|
+
pulumi.set(__self__, "ca_pools", ca_pools)
|
1652
|
+
if key_algorithm is not None:
|
1653
|
+
pulumi.set(__self__, "key_algorithm", key_algorithm)
|
1654
|
+
if lifetime is not None:
|
1655
|
+
pulumi.set(__self__, "lifetime", lifetime)
|
1656
|
+
if rotation_window_percentage is not None:
|
1657
|
+
pulumi.set(__self__, "rotation_window_percentage", rotation_window_percentage)
|
1658
|
+
|
1659
|
+
@property
|
1660
|
+
@pulumi.getter(name="caPools")
|
1661
|
+
def ca_pools(self) -> Mapping[str, builtins.str]:
|
1662
|
+
"""
|
1663
|
+
A required mapping of a cloud region to the CA pool resource located in that region used
|
1664
|
+
for certificate issuance, adhering to these constraints:
|
1665
|
+
* **Key format:** A supported cloud region name equivalent to the location identifier in
|
1666
|
+
the corresponding map entry's value.
|
1667
|
+
* **Value format:** A valid CA pool resource path format like:
|
1668
|
+
`projects/{project}/locations/{location}/caPools/{ca_pool}`
|
1669
|
+
* **Region Matching:** Workloads are ONLY issued certificates from CA pools within the
|
1670
|
+
same region. Also the CA pool region (in value) must match the workload's region (key).
|
1671
|
+
"""
|
1672
|
+
return pulumi.get(self, "ca_pools")
|
1673
|
+
|
1674
|
+
@property
|
1675
|
+
@pulumi.getter(name="keyAlgorithm")
|
1676
|
+
def key_algorithm(self) -> Optional[builtins.str]:
|
1677
|
+
"""
|
1678
|
+
Key algorithm to use when generating the key pair. This key pair will be used to create
|
1679
|
+
the certificate. If unspecified, this will default to `ECDSA_P256`.
|
1680
|
+
* `RSA_2048`: Specifies RSA with a 2048-bit modulus.
|
1681
|
+
* `RSA_3072`: Specifies RSA with a 3072-bit modulus.
|
1682
|
+
* `RSA_4096`: Specifies RSA with a 4096-bit modulus.
|
1683
|
+
* `ECDSA_P256`: Specifies ECDSA with curve P256.
|
1684
|
+
* `ECDSA_P384`: Specifies ECDSA with curve P384.
|
1685
|
+
Possible values are: `RSA_2048`, `RSA_3072`, `RSA_4096`, `ECDSA_P256`, `ECDSA_P384`.
|
1686
|
+
"""
|
1687
|
+
return pulumi.get(self, "key_algorithm")
|
1688
|
+
|
1689
|
+
@property
|
1690
|
+
@pulumi.getter
|
1691
|
+
def lifetime(self) -> Optional[builtins.str]:
|
1692
|
+
"""
|
1693
|
+
Lifetime of the workload certificates issued by the CA pool in seconds. Must be between
|
1694
|
+
`86400s` (24 hours) to `2592000s` (30 days), ends in the suffix "`s`" (indicating seconds)
|
1695
|
+
and is preceded by the number of seconds. If unspecified, this will be defaulted to
|
1696
|
+
`86400s` (24 hours).
|
1697
|
+
"""
|
1698
|
+
return pulumi.get(self, "lifetime")
|
1699
|
+
|
1700
|
+
@property
|
1701
|
+
@pulumi.getter(name="rotationWindowPercentage")
|
1702
|
+
def rotation_window_percentage(self) -> Optional[builtins.int]:
|
1703
|
+
"""
|
1704
|
+
Rotation window percentage indicating when certificate rotation should be initiated based
|
1705
|
+
on remaining lifetime. Must be between `50` - `80`. If unspecified, this will be defaulted
|
1706
|
+
to `50`.
|
1707
|
+
"""
|
1708
|
+
return pulumi.get(self, "rotation_window_percentage")
|
1709
|
+
|
1710
|
+
|
1711
|
+
@pulumi.output_type
|
1712
|
+
class WorkloadIdentityPoolInlineTrustConfig(dict):
|
1713
|
+
@staticmethod
|
1714
|
+
def __key_warning(key: str):
|
1715
|
+
suggest = None
|
1716
|
+
if key == "additionalTrustBundles":
|
1717
|
+
suggest = "additional_trust_bundles"
|
1718
|
+
|
1719
|
+
if suggest:
|
1720
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkloadIdentityPoolInlineTrustConfig. Access the value via the '{suggest}' property getter instead.")
|
1721
|
+
|
1722
|
+
def __getitem__(self, key: str) -> Any:
|
1723
|
+
WorkloadIdentityPoolInlineTrustConfig.__key_warning(key)
|
1724
|
+
return super().__getitem__(key)
|
1725
|
+
|
1726
|
+
def get(self, key: str, default = None) -> Any:
|
1727
|
+
WorkloadIdentityPoolInlineTrustConfig.__key_warning(key)
|
1728
|
+
return super().get(key, default)
|
1729
|
+
|
1730
|
+
def __init__(__self__, *,
|
1731
|
+
additional_trust_bundles: Optional[Sequence['outputs.WorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundle']] = None):
|
1732
|
+
"""
|
1733
|
+
:param Sequence['WorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundleArgs'] additional_trust_bundles: Maps specific trust domains (e.g., "example.com") to their corresponding `TrustStore`
|
1734
|
+
objects, which contain the trusted root certificates for that domain. There can be a
|
1735
|
+
maximum of `10` trust domain entries in this map.
|
1736
|
+
Note that a trust domain automatically trusts itself and don't need to be specified here.
|
1737
|
+
If however, this `WorkloadIdentityPool`'s trust domain contains any trust anchors in the
|
1738
|
+
`additional_trust_bundles` map, those trust anchors will be *appended to* the Trust Bundle
|
1739
|
+
automatically derived from your `InlineCertificateIssuanceConfig`'s `ca_pools`.
|
1740
|
+
Structure is documented below.
|
1741
|
+
"""
|
1742
|
+
if additional_trust_bundles is not None:
|
1743
|
+
pulumi.set(__self__, "additional_trust_bundles", additional_trust_bundles)
|
1744
|
+
|
1745
|
+
@property
|
1746
|
+
@pulumi.getter(name="additionalTrustBundles")
|
1747
|
+
def additional_trust_bundles(self) -> Optional[Sequence['outputs.WorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundle']]:
|
1748
|
+
"""
|
1749
|
+
Maps specific trust domains (e.g., "example.com") to their corresponding `TrustStore`
|
1750
|
+
objects, which contain the trusted root certificates for that domain. There can be a
|
1751
|
+
maximum of `10` trust domain entries in this map.
|
1752
|
+
Note that a trust domain automatically trusts itself and don't need to be specified here.
|
1753
|
+
If however, this `WorkloadIdentityPool`'s trust domain contains any trust anchors in the
|
1754
|
+
`additional_trust_bundles` map, those trust anchors will be *appended to* the Trust Bundle
|
1755
|
+
automatically derived from your `InlineCertificateIssuanceConfig`'s `ca_pools`.
|
1756
|
+
Structure is documented below.
|
1757
|
+
"""
|
1758
|
+
return pulumi.get(self, "additional_trust_bundles")
|
1759
|
+
|
1760
|
+
|
1761
|
+
@pulumi.output_type
|
1762
|
+
class WorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundle(dict):
|
1763
|
+
@staticmethod
|
1764
|
+
def __key_warning(key: str):
|
1765
|
+
suggest = None
|
1766
|
+
if key == "trustAnchors":
|
1767
|
+
suggest = "trust_anchors"
|
1768
|
+
elif key == "trustDomain":
|
1769
|
+
suggest = "trust_domain"
|
1770
|
+
|
1771
|
+
if suggest:
|
1772
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundle. Access the value via the '{suggest}' property getter instead.")
|
1773
|
+
|
1774
|
+
def __getitem__(self, key: str) -> Any:
|
1775
|
+
WorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundle.__key_warning(key)
|
1776
|
+
return super().__getitem__(key)
|
1777
|
+
|
1778
|
+
def get(self, key: str, default = None) -> Any:
|
1779
|
+
WorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundle.__key_warning(key)
|
1780
|
+
return super().get(key, default)
|
1781
|
+
|
1782
|
+
def __init__(__self__, *,
|
1783
|
+
trust_anchors: Sequence['outputs.WorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundleTrustAnchor'],
|
1784
|
+
trust_domain: builtins.str):
|
1785
|
+
"""
|
1786
|
+
:param Sequence['WorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundleTrustAnchorArgs'] trust_anchors: List of Trust Anchors to be used while performing validation against a given
|
1787
|
+
`TrustStore`. The incoming end entity's certificate must be chained up to one of the
|
1788
|
+
trust anchors here.
|
1789
|
+
Structure is documented below.
|
1790
|
+
:param builtins.str trust_domain: The identifier for this object. Format specified above.
|
1791
|
+
"""
|
1792
|
+
pulumi.set(__self__, "trust_anchors", trust_anchors)
|
1793
|
+
pulumi.set(__self__, "trust_domain", trust_domain)
|
1794
|
+
|
1795
|
+
@property
|
1796
|
+
@pulumi.getter(name="trustAnchors")
|
1797
|
+
def trust_anchors(self) -> Sequence['outputs.WorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundleTrustAnchor']:
|
1798
|
+
"""
|
1799
|
+
List of Trust Anchors to be used while performing validation against a given
|
1800
|
+
`TrustStore`. The incoming end entity's certificate must be chained up to one of the
|
1801
|
+
trust anchors here.
|
1802
|
+
Structure is documented below.
|
1803
|
+
"""
|
1804
|
+
return pulumi.get(self, "trust_anchors")
|
1805
|
+
|
1806
|
+
@property
|
1807
|
+
@pulumi.getter(name="trustDomain")
|
1808
|
+
def trust_domain(self) -> builtins.str:
|
1809
|
+
"""
|
1810
|
+
The identifier for this object. Format specified above.
|
1811
|
+
"""
|
1812
|
+
return pulumi.get(self, "trust_domain")
|
1813
|
+
|
1814
|
+
|
1815
|
+
@pulumi.output_type
|
1816
|
+
class WorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundleTrustAnchor(dict):
|
1817
|
+
@staticmethod
|
1818
|
+
def __key_warning(key: str):
|
1819
|
+
suggest = None
|
1820
|
+
if key == "pemCertificate":
|
1821
|
+
suggest = "pem_certificate"
|
1822
|
+
|
1823
|
+
if suggest:
|
1824
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundleTrustAnchor. Access the value via the '{suggest}' property getter instead.")
|
1825
|
+
|
1826
|
+
def __getitem__(self, key: str) -> Any:
|
1827
|
+
WorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundleTrustAnchor.__key_warning(key)
|
1828
|
+
return super().__getitem__(key)
|
1829
|
+
|
1830
|
+
def get(self, key: str, default = None) -> Any:
|
1831
|
+
WorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundleTrustAnchor.__key_warning(key)
|
1832
|
+
return super().get(key, default)
|
1833
|
+
|
1834
|
+
def __init__(__self__, *,
|
1835
|
+
pem_certificate: builtins.str):
|
1836
|
+
"""
|
1837
|
+
:param builtins.str pem_certificate: PEM certificate of the PKI used for validation. Must only contain one ca
|
1838
|
+
certificate(either root or intermediate cert).
|
1839
|
+
"""
|
1840
|
+
pulumi.set(__self__, "pem_certificate", pem_certificate)
|
1841
|
+
|
1842
|
+
@property
|
1843
|
+
@pulumi.getter(name="pemCertificate")
|
1844
|
+
def pem_certificate(self) -> builtins.str:
|
1845
|
+
"""
|
1846
|
+
PEM certificate of the PKI used for validation. Must only contain one ca
|
1847
|
+
certificate(either root or intermediate cert).
|
1848
|
+
"""
|
1849
|
+
return pulumi.get(self, "pem_certificate")
|
1850
|
+
|
1851
|
+
|
1514
1852
|
@pulumi.output_type
|
1515
1853
|
class WorkloadIdentityPoolProviderAws(dict):
|
1516
1854
|
@staticmethod
|
@@ -1954,6 +2292,178 @@ class GetTestablePermissionsPermissionResult(dict):
|
|
1954
2292
|
return pulumi.get(self, "title")
|
1955
2293
|
|
1956
2294
|
|
2295
|
+
@pulumi.output_type
|
2296
|
+
class GetWorkloadIdentityPoolInlineCertificateIssuanceConfigResult(dict):
|
2297
|
+
def __init__(__self__, *,
|
2298
|
+
ca_pools: Mapping[str, builtins.str],
|
2299
|
+
key_algorithm: builtins.str,
|
2300
|
+
lifetime: builtins.str,
|
2301
|
+
rotation_window_percentage: builtins.int):
|
2302
|
+
"""
|
2303
|
+
:param Mapping[str, builtins.str] ca_pools: A required mapping of a cloud region to the CA pool resource located in that region used
|
2304
|
+
for certificate issuance, adhering to these constraints:
|
2305
|
+
|
2306
|
+
* **Key format:** A supported cloud region name equivalent to the location identifier in
|
2307
|
+
the corresponding map entry's value.
|
2308
|
+
* **Value format:** A valid CA pool resource path format like:
|
2309
|
+
'projects/{project}/locations/{location}/caPools/{ca_pool}'
|
2310
|
+
* **Region Matching:** Workloads are ONLY issued certificates from CA pools within the
|
2311
|
+
same region. Also the CA pool region (in value) must match the workload's region (key).
|
2312
|
+
:param builtins.str key_algorithm: Key algorithm to use when generating the key pair. This key pair will be used to create
|
2313
|
+
the certificate. If unspecified, this will default to 'ECDSA_P256'.
|
2314
|
+
|
2315
|
+
* 'RSA_2048': Specifies RSA with a 2048-bit modulus.
|
2316
|
+
* 'RSA_3072': Specifies RSA with a 3072-bit modulus.
|
2317
|
+
* 'RSA_4096': Specifies RSA with a 4096-bit modulus.
|
2318
|
+
* 'ECDSA_P256': Specifies ECDSA with curve P256.
|
2319
|
+
* 'ECDSA_P384': Specifies ECDSA with curve P384. Possible values: ["RSA_2048", "RSA_3072", "RSA_4096", "ECDSA_P256", "ECDSA_P384"]
|
2320
|
+
:param builtins.str lifetime: Lifetime of the workload certificates issued by the CA pool in seconds. Must be between
|
2321
|
+
'86400s' (24 hours) to '2592000s' (30 days), ends in the suffix "'s'" (indicating seconds)
|
2322
|
+
and is preceded by the number of seconds. If unspecified, this will be defaulted to
|
2323
|
+
'86400s' (24 hours).
|
2324
|
+
:param builtins.int rotation_window_percentage: Rotation window percentage indicating when certificate rotation should be initiated based
|
2325
|
+
on remaining lifetime. Must be between '50' - '80'. If unspecified, this will be defaulted
|
2326
|
+
to '50'.
|
2327
|
+
"""
|
2328
|
+
pulumi.set(__self__, "ca_pools", ca_pools)
|
2329
|
+
pulumi.set(__self__, "key_algorithm", key_algorithm)
|
2330
|
+
pulumi.set(__self__, "lifetime", lifetime)
|
2331
|
+
pulumi.set(__self__, "rotation_window_percentage", rotation_window_percentage)
|
2332
|
+
|
2333
|
+
@property
|
2334
|
+
@pulumi.getter(name="caPools")
|
2335
|
+
def ca_pools(self) -> Mapping[str, builtins.str]:
|
2336
|
+
"""
|
2337
|
+
A required mapping of a cloud region to the CA pool resource located in that region used
|
2338
|
+
for certificate issuance, adhering to these constraints:
|
2339
|
+
|
2340
|
+
* **Key format:** A supported cloud region name equivalent to the location identifier in
|
2341
|
+
the corresponding map entry's value.
|
2342
|
+
* **Value format:** A valid CA pool resource path format like:
|
2343
|
+
'projects/{project}/locations/{location}/caPools/{ca_pool}'
|
2344
|
+
* **Region Matching:** Workloads are ONLY issued certificates from CA pools within the
|
2345
|
+
same region. Also the CA pool region (in value) must match the workload's region (key).
|
2346
|
+
"""
|
2347
|
+
return pulumi.get(self, "ca_pools")
|
2348
|
+
|
2349
|
+
@property
|
2350
|
+
@pulumi.getter(name="keyAlgorithm")
|
2351
|
+
def key_algorithm(self) -> builtins.str:
|
2352
|
+
"""
|
2353
|
+
Key algorithm to use when generating the key pair. This key pair will be used to create
|
2354
|
+
the certificate. If unspecified, this will default to 'ECDSA_P256'.
|
2355
|
+
|
2356
|
+
* 'RSA_2048': Specifies RSA with a 2048-bit modulus.
|
2357
|
+
* 'RSA_3072': Specifies RSA with a 3072-bit modulus.
|
2358
|
+
* 'RSA_4096': Specifies RSA with a 4096-bit modulus.
|
2359
|
+
* 'ECDSA_P256': Specifies ECDSA with curve P256.
|
2360
|
+
* 'ECDSA_P384': Specifies ECDSA with curve P384. Possible values: ["RSA_2048", "RSA_3072", "RSA_4096", "ECDSA_P256", "ECDSA_P384"]
|
2361
|
+
"""
|
2362
|
+
return pulumi.get(self, "key_algorithm")
|
2363
|
+
|
2364
|
+
@property
|
2365
|
+
@pulumi.getter
|
2366
|
+
def lifetime(self) -> builtins.str:
|
2367
|
+
"""
|
2368
|
+
Lifetime of the workload certificates issued by the CA pool in seconds. Must be between
|
2369
|
+
'86400s' (24 hours) to '2592000s' (30 days), ends in the suffix "'s'" (indicating seconds)
|
2370
|
+
and is preceded by the number of seconds. If unspecified, this will be defaulted to
|
2371
|
+
'86400s' (24 hours).
|
2372
|
+
"""
|
2373
|
+
return pulumi.get(self, "lifetime")
|
2374
|
+
|
2375
|
+
@property
|
2376
|
+
@pulumi.getter(name="rotationWindowPercentage")
|
2377
|
+
def rotation_window_percentage(self) -> builtins.int:
|
2378
|
+
"""
|
2379
|
+
Rotation window percentage indicating when certificate rotation should be initiated based
|
2380
|
+
on remaining lifetime. Must be between '50' - '80'. If unspecified, this will be defaulted
|
2381
|
+
to '50'.
|
2382
|
+
"""
|
2383
|
+
return pulumi.get(self, "rotation_window_percentage")
|
2384
|
+
|
2385
|
+
|
2386
|
+
@pulumi.output_type
|
2387
|
+
class GetWorkloadIdentityPoolInlineTrustConfigResult(dict):
|
2388
|
+
def __init__(__self__, *,
|
2389
|
+
additional_trust_bundles: Sequence['outputs.GetWorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundleResult']):
|
2390
|
+
"""
|
2391
|
+
:param Sequence['GetWorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundleArgs'] additional_trust_bundles: Maps specific trust domains (e.g., "example.com") to their corresponding 'TrustStore'
|
2392
|
+
objects, which contain the trusted root certificates for that domain. There can be a
|
2393
|
+
maximum of '10' trust domain entries in this map.
|
2394
|
+
|
2395
|
+
Note that a trust domain automatically trusts itself and don't need to be specified here.
|
2396
|
+
If however, this 'WorkloadIdentityPool''s trust domain contains any trust anchors in the
|
2397
|
+
'additional_trust_bundles' map, those trust anchors will be *appended to* the Trust Bundle
|
2398
|
+
automatically derived from your 'InlineCertificateIssuanceConfig''s 'ca_pools'.
|
2399
|
+
"""
|
2400
|
+
pulumi.set(__self__, "additional_trust_bundles", additional_trust_bundles)
|
2401
|
+
|
2402
|
+
@property
|
2403
|
+
@pulumi.getter(name="additionalTrustBundles")
|
2404
|
+
def additional_trust_bundles(self) -> Sequence['outputs.GetWorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundleResult']:
|
2405
|
+
"""
|
2406
|
+
Maps specific trust domains (e.g., "example.com") to their corresponding 'TrustStore'
|
2407
|
+
objects, which contain the trusted root certificates for that domain. There can be a
|
2408
|
+
maximum of '10' trust domain entries in this map.
|
2409
|
+
|
2410
|
+
Note that a trust domain automatically trusts itself and don't need to be specified here.
|
2411
|
+
If however, this 'WorkloadIdentityPool''s trust domain contains any trust anchors in the
|
2412
|
+
'additional_trust_bundles' map, those trust anchors will be *appended to* the Trust Bundle
|
2413
|
+
automatically derived from your 'InlineCertificateIssuanceConfig''s 'ca_pools'.
|
2414
|
+
"""
|
2415
|
+
return pulumi.get(self, "additional_trust_bundles")
|
2416
|
+
|
2417
|
+
|
2418
|
+
@pulumi.output_type
|
2419
|
+
class GetWorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundleResult(dict):
|
2420
|
+
def __init__(__self__, *,
|
2421
|
+
trust_anchors: Sequence['outputs.GetWorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundleTrustAnchorResult'],
|
2422
|
+
trust_domain: builtins.str):
|
2423
|
+
"""
|
2424
|
+
:param Sequence['GetWorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundleTrustAnchorArgs'] trust_anchors: List of Trust Anchors to be used while performing validation against a given
|
2425
|
+
'TrustStore'. The incoming end entity's certificate must be chained up to one of the
|
2426
|
+
trust anchors here.
|
2427
|
+
"""
|
2428
|
+
pulumi.set(__self__, "trust_anchors", trust_anchors)
|
2429
|
+
pulumi.set(__self__, "trust_domain", trust_domain)
|
2430
|
+
|
2431
|
+
@property
|
2432
|
+
@pulumi.getter(name="trustAnchors")
|
2433
|
+
def trust_anchors(self) -> Sequence['outputs.GetWorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundleTrustAnchorResult']:
|
2434
|
+
"""
|
2435
|
+
List of Trust Anchors to be used while performing validation against a given
|
2436
|
+
'TrustStore'. The incoming end entity's certificate must be chained up to one of the
|
2437
|
+
trust anchors here.
|
2438
|
+
"""
|
2439
|
+
return pulumi.get(self, "trust_anchors")
|
2440
|
+
|
2441
|
+
@property
|
2442
|
+
@pulumi.getter(name="trustDomain")
|
2443
|
+
def trust_domain(self) -> builtins.str:
|
2444
|
+
return pulumi.get(self, "trust_domain")
|
2445
|
+
|
2446
|
+
|
2447
|
+
@pulumi.output_type
|
2448
|
+
class GetWorkloadIdentityPoolInlineTrustConfigAdditionalTrustBundleTrustAnchorResult(dict):
|
2449
|
+
def __init__(__self__, *,
|
2450
|
+
pem_certificate: builtins.str):
|
2451
|
+
"""
|
2452
|
+
:param builtins.str pem_certificate: PEM certificate of the PKI used for validation. Must only contain one ca
|
2453
|
+
certificate(either root or intermediate cert).
|
2454
|
+
"""
|
2455
|
+
pulumi.set(__self__, "pem_certificate", pem_certificate)
|
2456
|
+
|
2457
|
+
@property
|
2458
|
+
@pulumi.getter(name="pemCertificate")
|
2459
|
+
def pem_certificate(self) -> builtins.str:
|
2460
|
+
"""
|
2461
|
+
PEM certificate of the PKI used for validation. Must only contain one ca
|
2462
|
+
certificate(either root or intermediate cert).
|
2463
|
+
"""
|
2464
|
+
return pulumi.get(self, "pem_certificate")
|
2465
|
+
|
2466
|
+
|
1957
2467
|
@pulumi.output_type
|
1958
2468
|
class GetWorkloadIdentityPoolProviderAwResult(dict):
|
1959
2469
|
def __init__(__self__, *,
|