pulumi-gcp 7.24.0a1715926460__py3-none-any.whl → 7.24.0a1716588893__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 +16 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +12 -12
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +12 -12
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +12 -12
- pulumi_gcp/apigateway/api_config_iam_binding.py +8 -8
- pulumi_gcp/apigateway/api_config_iam_member.py +8 -8
- pulumi_gcp/apigateway/api_config_iam_policy.py +8 -8
- pulumi_gcp/apigateway/api_iam_binding.py +8 -8
- pulumi_gcp/apigateway/api_iam_member.py +8 -8
- pulumi_gcp/apigateway/api_iam_policy.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_binding.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_member.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_policy.py +8 -8
- pulumi_gcp/apigee/environment_iam_binding.py +12 -12
- pulumi_gcp/apigee/environment_iam_member.py +12 -12
- pulumi_gcp/apigee/environment_iam_policy.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_binding.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_member.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_policy.py +12 -12
- pulumi_gcp/bigquery/_inputs.py +16 -0
- pulumi_gcp/bigquery/connection.py +126 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +12 -12
- pulumi_gcp/bigquery/connection_iam_member.py +12 -12
- pulumi_gcp/bigquery/connection_iam_policy.py +12 -12
- pulumi_gcp/bigquery/dataset_access.py +56 -0
- pulumi_gcp/bigquery/dataset_iam_binding.py +12 -12
- pulumi_gcp/bigquery/dataset_iam_member.py +12 -12
- pulumi_gcp/bigquery/dataset_iam_policy.py +12 -12
- pulumi_gcp/bigquery/iam_binding.py +12 -12
- pulumi_gcp/bigquery/iam_member.py +12 -12
- pulumi_gcp/bigquery/iam_policy.py +12 -12
- pulumi_gcp/bigquery/outputs.py +16 -0
- pulumi_gcp/bigquery/routine.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +12 -12
- pulumi_gcp/bigtable/instance_iam_binding.py +12 -12
- pulumi_gcp/bigtable/instance_iam_member.py +12 -12
- pulumi_gcp/bigtable/instance_iam_policy.py +12 -12
- pulumi_gcp/bigtable/table_iam_binding.py +12 -12
- pulumi_gcp/bigtable/table_iam_member.py +12 -12
- pulumi_gcp/bigtable/table_iam_policy.py +12 -12
- pulumi_gcp/billing/account_iam_binding.py +12 -12
- pulumi_gcp/billing/account_iam_member.py +12 -12
- pulumi_gcp/billing/account_iam_policy.py +12 -12
- pulumi_gcp/billing/project_info.py +4 -4
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +12 -12
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +12 -12
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +12 -12
- pulumi_gcp/cloudasset/__init__.py +1 -0
- pulumi_gcp/cloudasset/get_search_all_resources.py +197 -0
- pulumi_gcp/cloudasset/outputs.py +184 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +12 -12
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +12 -12
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +12 -12
- pulumi_gcp/cloudfunctions/function.py +21 -0
- pulumi_gcp/cloudfunctions/function_iam_binding.py +12 -12
- pulumi_gcp/cloudfunctions/function_iam_member.py +12 -12
- pulumi_gcp/cloudfunctions/function_iam_policy.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +12 -12
- pulumi_gcp/cloudrun/iam_binding.py +12 -12
- pulumi_gcp/cloudrun/iam_member.py +12 -12
- pulumi_gcp/cloudrun/iam_policy.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_binding.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_member.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_policy.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_binding.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_member.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_policy.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_binding.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_member.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_policy.py +12 -12
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +681 -0
- pulumi_gcp/compute/backend_service.py +315 -0
- pulumi_gcp/compute/disk_iam_binding.py +12 -12
- pulumi_gcp/compute/disk_iam_member.py +12 -12
- pulumi_gcp/compute/disk_iam_policy.py +12 -12
- pulumi_gcp/compute/forwarding_rule.py +6 -6
- pulumi_gcp/compute/get_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/get_region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/get_router_nat.py +11 -1
- pulumi_gcp/compute/get_snapshot.py +2 -0
- pulumi_gcp/compute/image_iam_binding.py +12 -12
- pulumi_gcp/compute/image_iam_member.py +12 -12
- pulumi_gcp/compute/image_iam_policy.py +12 -12
- pulumi_gcp/compute/instance_iam_binding.py +12 -12
- pulumi_gcp/compute/instance_iam_member.py +12 -12
- pulumi_gcp/compute/instance_iam_policy.py +12 -12
- pulumi_gcp/compute/interconnect.py +1683 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -8
- pulumi_gcp/compute/machine_image_iam_member.py +8 -8
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -8
- pulumi_gcp/compute/outputs.py +701 -0
- pulumi_gcp/compute/region_backend_service.py +315 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +12 -12
- pulumi_gcp/compute/region_disk_iam_member.py +12 -12
- pulumi_gcp/compute/region_disk_iam_policy.py +12 -12
- pulumi_gcp/compute/router_nat.py +68 -0
- pulumi_gcp/compute/router_peer.py +88 -0
- pulumi_gcp/compute/security_policy.py +49 -0
- pulumi_gcp/compute/snapshot_iam_binding.py +12 -12
- pulumi_gcp/compute/snapshot_iam_member.py +12 -12
- pulumi_gcp/compute/snapshot_iam_policy.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_binding.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_member.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_policy.py +12 -12
- pulumi_gcp/compute/target_instance.py +4 -4
- pulumi_gcp/compute/target_pool.py +21 -21
- pulumi_gcp/container/_inputs.py +14 -2
- pulumi_gcp/container/outputs.py +16 -4
- pulumi_gcp/containeranalysis/note_iam_binding.py +12 -12
- pulumi_gcp/containeranalysis/note_iam_member.py +12 -12
- pulumi_gcp/containeranalysis/note_iam_policy.py +12 -12
- pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/entry_group_iam_member.py +12 -12
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_member.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +12 -12
- pulumi_gcp/dataloss/_inputs.py +420 -13
- pulumi_gcp/dataloss/outputs.py +439 -13
- pulumi_gcp/dataplex/asset_iam_binding.py +12 -12
- pulumi_gcp/dataplex/asset_iam_member.py +12 -12
- pulumi_gcp/dataplex/asset_iam_policy.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_binding.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_member.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_policy.py +12 -12
- pulumi_gcp/dataplex/lake_iam_binding.py +12 -12
- pulumi_gcp/dataplex/lake_iam_member.py +12 -12
- pulumi_gcp/dataplex/lake_iam_policy.py +12 -12
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataplex/task_iam_binding.py +12 -12
- pulumi_gcp/dataplex/task_iam_member.py +12 -12
- pulumi_gcp/dataplex/task_iam_policy.py +12 -12
- pulumi_gcp/dataplex/zone_iam_binding.py +12 -12
- pulumi_gcp/dataplex/zone_iam_member.py +12 -12
- pulumi_gcp/dataplex/zone_iam_policy.py +12 -12
- pulumi_gcp/dataproc/_inputs.py +190 -46
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +12 -12
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +12 -12
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_binding.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_member.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_policy.py +12 -12
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +26 -2
- pulumi_gcp/dataproc/job_iam_binding.py +12 -12
- pulumi_gcp/dataproc/job_iam_member.py +12 -12
- pulumi_gcp/dataproc/job_iam_policy.py +12 -12
- pulumi_gcp/dataproc/metastore_federation.py +4 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +208 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +208 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +208 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +12 -12
- pulumi_gcp/dataproc/metastore_service_iam_member.py +12 -12
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +12 -12
- pulumi_gcp/dataproc/outputs.py +182 -46
- pulumi_gcp/datastream/_inputs.py +1789 -820
- pulumi_gcp/datastream/connection_profile.py +163 -3
- pulumi_gcp/datastream/outputs.py +864 -5
- pulumi_gcp/datastream/stream.py +174 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +12 -12
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +12 -12
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +12 -12
- pulumi_gcp/endpoints/service_iam_binding.py +12 -12
- pulumi_gcp/endpoints/service_iam_member.py +12 -12
- pulumi_gcp/endpoints/service_iam_policy.py +12 -12
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/folder/iam_audit_config.py +23 -23
- pulumi_gcp/folder/iam_member.py +16 -16
- pulumi_gcp/folder/iam_policy.py +16 -16
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +12 -12
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +12 -12
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +12 -12
- pulumi_gcp/gkehub/feature_iam_binding.py +12 -12
- pulumi_gcp/gkehub/feature_iam_member.py +12 -12
- pulumi_gcp/gkehub/feature_iam_policy.py +12 -12
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +12 -12
- pulumi_gcp/gkehub/membership_iam_member.py +12 -12
- pulumi_gcp/gkehub/membership_iam_policy.py +12 -12
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_iam_binding.py +12 -12
- pulumi_gcp/gkehub/scope_iam_member.py +12 -12
- pulumi_gcp/gkehub/scope_iam_policy.py +12 -12
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/consent_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/consent_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_binding.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_member.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_policy.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +12 -12
- pulumi_gcp/iap/app_engine_service_iam_binding.py +12 -12
- pulumi_gcp/iap/app_engine_service_iam_member.py +12 -12
- pulumi_gcp/iap/app_engine_service_iam_policy.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_binding.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_member.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_binding.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_member.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_policy.py +12 -12
- pulumi_gcp/iap/web_iam_binding.py +12 -12
- pulumi_gcp/iap/web_iam_member.py +12 -12
- pulumi_gcp/iap/web_iam_policy.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_binding.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_member.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_policy.py +12 -12
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/key_ring_iam_binding.py +12 -12
- pulumi_gcp/kms/key_ring_iam_member.py +12 -12
- pulumi_gcp/kms/key_ring_iam_policy.py +12 -12
- pulumi_gcp/netapp/storage_pool.py +7 -7
- pulumi_gcp/netapp/volume.py +4 -4
- pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
- pulumi_gcp/networksecurity/tls_inspection_policy.py +419 -5
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +254 -0
- pulumi_gcp/networkservices/lb_traffic_extension.py +1181 -0
- pulumi_gcp/networkservices/outputs.py +265 -0
- pulumi_gcp/notebooks/instance_iam_binding.py +12 -12
- pulumi_gcp/notebooks/instance_iam_member.py +12 -12
- pulumi_gcp/notebooks/instance_iam_policy.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_binding.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_member.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_policy.py +12 -12
- pulumi_gcp/organizations/_inputs.py +10 -0
- pulumi_gcp/organizations/iam_member.py +16 -16
- pulumi_gcp/organizations/iam_policy.py +16 -16
- pulumi_gcp/organizations/outputs.py +10 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/projects/iam_audit_config.py +23 -23
- pulumi_gcp/projects/iam_binding.py +23 -23
- pulumi_gcp/projects/iam_member.py +23 -23
- pulumi_gcp/projects/iam_policy.py +16 -16
- pulumi_gcp/projects/service.py +2 -43
- pulumi_gcp/pubsub/schema_iam_binding.py +12 -12
- pulumi_gcp/pubsub/schema_iam_member.py +12 -12
- pulumi_gcp/pubsub/schema_iam_policy.py +12 -12
- pulumi_gcp/pubsub/subscription.py +4 -4
- pulumi_gcp/pubsub/subscription_iam_binding.py +12 -12
- pulumi_gcp/pubsub/subscription_iam_member.py +12 -12
- pulumi_gcp/pubsub/subscription_iam_policy.py +12 -12
- pulumi_gcp/pubsub/topic_iam_binding.py +12 -12
- pulumi_gcp/pubsub/topic_iam_member.py +12 -12
- pulumi_gcp/pubsub/topic_iam_policy.py +12 -12
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/secret_iam_binding.py +12 -12
- pulumi_gcp/secretmanager/secret_iam_member.py +12 -12
- pulumi_gcp/secretmanager/secret_iam_policy.py +12 -12
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +8 -8
- pulumi_gcp/servicedirectory/namespace_iam_member.py +8 -8
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_binding.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_member.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_policy.py +8 -8
- pulumi_gcp/sourcerepo/repository_iam_binding.py +12 -12
- pulumi_gcp/sourcerepo/repository_iam_member.py +12 -12
- pulumi_gcp/sourcerepo/repository_iam_policy.py +12 -12
- pulumi_gcp/spanner/database_iam_binding.py +12 -12
- pulumi_gcp/spanner/database_iam_member.py +12 -12
- pulumi_gcp/spanner/database_iam_policy.py +12 -12
- pulumi_gcp/spanner/instance_iam_binding.py +12 -12
- pulumi_gcp/spanner/instance_iam_member.py +12 -12
- pulumi_gcp/spanner/instance_iam_policy.py +12 -12
- pulumi_gcp/storage/_inputs.py +12 -10
- pulumi_gcp/storage/bucket.py +44 -0
- pulumi_gcp/storage/bucket_iam_binding.py +12 -12
- pulumi_gcp/storage/bucket_iam_member.py +12 -12
- pulumi_gcp/storage/bucket_iam_policy.py +12 -12
- pulumi_gcp/storage/outputs.py +12 -10
- pulumi_gcp/tags/tag_key_iam_binding.py +12 -12
- pulumi_gcp/tags/tag_key_iam_member.py +12 -12
- pulumi_gcp/tags/tag_key_iam_policy.py +12 -12
- pulumi_gcp/tags/tag_value_iam_binding.py +12 -12
- pulumi_gcp/tags/tag_value_iam_member.py +12 -12
- pulumi_gcp/tags/tag_value_iam_policy.py +12 -12
- {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/RECORD +327 -324
- {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/top_level.txt +0 -0
@@ -15,35 +15,53 @@ __all__ = ['TlsInspectionPolicyArgs', 'TlsInspectionPolicy']
|
|
15
15
|
class TlsInspectionPolicyArgs:
|
16
16
|
def __init__(__self__, *,
|
17
17
|
ca_pool: pulumi.Input[str],
|
18
|
+
custom_tls_features: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
18
19
|
description: Optional[pulumi.Input[str]] = None,
|
19
20
|
exclude_public_ca_set: Optional[pulumi.Input[bool]] = None,
|
20
21
|
location: Optional[pulumi.Input[str]] = None,
|
22
|
+
min_tls_version: Optional[pulumi.Input[str]] = None,
|
21
23
|
name: Optional[pulumi.Input[str]] = None,
|
22
|
-
project: Optional[pulumi.Input[str]] = None
|
24
|
+
project: Optional[pulumi.Input[str]] = None,
|
25
|
+
tls_feature_profile: Optional[pulumi.Input[str]] = None,
|
26
|
+
trust_config: Optional[pulumi.Input[str]] = None):
|
23
27
|
"""
|
24
28
|
The set of arguments for constructing a TlsInspectionPolicy resource.
|
25
29
|
:param pulumi.Input[str] ca_pool: A CA pool resource used to issue interception certificates.
|
30
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] custom_tls_features: List of custom TLS cipher suites selected. This field is valid only if the selected tls_feature_profile is CUSTOM. The compute.SslPoliciesService.ListAvailableFeatures method returns the set of features that can be specified in this list. Note that Secure Web Proxy does not yet honor this field.
|
26
31
|
:param pulumi.Input[str] description: Free-text description of the resource.
|
27
32
|
:param pulumi.Input[bool] exclude_public_ca_set: If FALSE (the default), use our default set of public CAs in addition to any CAs specified in trustConfig. These public CAs are currently based on the Mozilla Root Program and are subject to change over time. If TRUE, do not accept our default set of public CAs. Only CAs specified in trustConfig will be accepted.
|
28
33
|
:param pulumi.Input[str] location: The location of the tls inspection policy.
|
34
|
+
:param pulumi.Input[str] min_tls_version: Minimum TLS version that the firewall should use when negotiating connections with both clients and servers. If this is not set, then the default value is to allow the broadest set of clients and servers (TLS 1.0 or higher). Setting this to more restrictive values may improve security, but may also prevent the firewall from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
|
35
|
+
Possible values are: `TLS_VERSION_UNSPECIFIED`, `TLS_1_0`, `TLS_1_1`, `TLS_1_2`, `TLS_1_3`.
|
29
36
|
:param pulumi.Input[str] name: Short name of the TlsInspectionPolicy resource to be created.
|
30
37
|
|
31
38
|
|
32
39
|
- - -
|
33
40
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
34
41
|
If it is not provided, the provider project is used.
|
42
|
+
:param pulumi.Input[str] tls_feature_profile: The selected Profile. If this is not set, then the default value is to allow the broadest set of clients and servers (\\"PROFILE_COMPATIBLE\\"). Setting this to more restrictive values may improve security, but may also prevent the TLS inspection proxy from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
|
43
|
+
Possible values are: `PROFILE_UNSPECIFIED`, `PROFILE_COMPATIBLE`, `PROFILE_MODERN`, `PROFILE_RESTRICTED`, `PROFILE_CUSTOM`.
|
44
|
+
:param pulumi.Input[str] trust_config: A TrustConfig resource used when making a connection to the TLS server. This is a relative resource path following the form \\"projects/{project}/locations/{location}/trustConfigs/{trust_config}\\". This is necessary to intercept TLS connections to servers with certificates signed by a private CA or self-signed certificates. Trust config and the TLS inspection policy must be in the same region. Note that Secure Web Proxy does not yet honor this field.
|
35
45
|
"""
|
36
46
|
pulumi.set(__self__, "ca_pool", ca_pool)
|
47
|
+
if custom_tls_features is not None:
|
48
|
+
pulumi.set(__self__, "custom_tls_features", custom_tls_features)
|
37
49
|
if description is not None:
|
38
50
|
pulumi.set(__self__, "description", description)
|
39
51
|
if exclude_public_ca_set is not None:
|
40
52
|
pulumi.set(__self__, "exclude_public_ca_set", exclude_public_ca_set)
|
41
53
|
if location is not None:
|
42
54
|
pulumi.set(__self__, "location", location)
|
55
|
+
if min_tls_version is not None:
|
56
|
+
pulumi.set(__self__, "min_tls_version", min_tls_version)
|
43
57
|
if name is not None:
|
44
58
|
pulumi.set(__self__, "name", name)
|
45
59
|
if project is not None:
|
46
60
|
pulumi.set(__self__, "project", project)
|
61
|
+
if tls_feature_profile is not None:
|
62
|
+
pulumi.set(__self__, "tls_feature_profile", tls_feature_profile)
|
63
|
+
if trust_config is not None:
|
64
|
+
pulumi.set(__self__, "trust_config", trust_config)
|
47
65
|
|
48
66
|
@property
|
49
67
|
@pulumi.getter(name="caPool")
|
@@ -57,6 +75,18 @@ class TlsInspectionPolicyArgs:
|
|
57
75
|
def ca_pool(self, value: pulumi.Input[str]):
|
58
76
|
pulumi.set(self, "ca_pool", value)
|
59
77
|
|
78
|
+
@property
|
79
|
+
@pulumi.getter(name="customTlsFeatures")
|
80
|
+
def custom_tls_features(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
81
|
+
"""
|
82
|
+
List of custom TLS cipher suites selected. This field is valid only if the selected tls_feature_profile is CUSTOM. The compute.SslPoliciesService.ListAvailableFeatures method returns the set of features that can be specified in this list. Note that Secure Web Proxy does not yet honor this field.
|
83
|
+
"""
|
84
|
+
return pulumi.get(self, "custom_tls_features")
|
85
|
+
|
86
|
+
@custom_tls_features.setter
|
87
|
+
def custom_tls_features(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
88
|
+
pulumi.set(self, "custom_tls_features", value)
|
89
|
+
|
60
90
|
@property
|
61
91
|
@pulumi.getter
|
62
92
|
def description(self) -> Optional[pulumi.Input[str]]:
|
@@ -93,6 +123,19 @@ class TlsInspectionPolicyArgs:
|
|
93
123
|
def location(self, value: Optional[pulumi.Input[str]]):
|
94
124
|
pulumi.set(self, "location", value)
|
95
125
|
|
126
|
+
@property
|
127
|
+
@pulumi.getter(name="minTlsVersion")
|
128
|
+
def min_tls_version(self) -> Optional[pulumi.Input[str]]:
|
129
|
+
"""
|
130
|
+
Minimum TLS version that the firewall should use when negotiating connections with both clients and servers. If this is not set, then the default value is to allow the broadest set of clients and servers (TLS 1.0 or higher). Setting this to more restrictive values may improve security, but may also prevent the firewall from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
|
131
|
+
Possible values are: `TLS_VERSION_UNSPECIFIED`, `TLS_1_0`, `TLS_1_1`, `TLS_1_2`, `TLS_1_3`.
|
132
|
+
"""
|
133
|
+
return pulumi.get(self, "min_tls_version")
|
134
|
+
|
135
|
+
@min_tls_version.setter
|
136
|
+
def min_tls_version(self, value: Optional[pulumi.Input[str]]):
|
137
|
+
pulumi.set(self, "min_tls_version", value)
|
138
|
+
|
96
139
|
@property
|
97
140
|
@pulumi.getter
|
98
141
|
def name(self) -> Optional[pulumi.Input[str]]:
|
@@ -121,47 +164,90 @@ class TlsInspectionPolicyArgs:
|
|
121
164
|
def project(self, value: Optional[pulumi.Input[str]]):
|
122
165
|
pulumi.set(self, "project", value)
|
123
166
|
|
167
|
+
@property
|
168
|
+
@pulumi.getter(name="tlsFeatureProfile")
|
169
|
+
def tls_feature_profile(self) -> Optional[pulumi.Input[str]]:
|
170
|
+
"""
|
171
|
+
The selected Profile. If this is not set, then the default value is to allow the broadest set of clients and servers (\\"PROFILE_COMPATIBLE\\"). Setting this to more restrictive values may improve security, but may also prevent the TLS inspection proxy from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
|
172
|
+
Possible values are: `PROFILE_UNSPECIFIED`, `PROFILE_COMPATIBLE`, `PROFILE_MODERN`, `PROFILE_RESTRICTED`, `PROFILE_CUSTOM`.
|
173
|
+
"""
|
174
|
+
return pulumi.get(self, "tls_feature_profile")
|
175
|
+
|
176
|
+
@tls_feature_profile.setter
|
177
|
+
def tls_feature_profile(self, value: Optional[pulumi.Input[str]]):
|
178
|
+
pulumi.set(self, "tls_feature_profile", value)
|
179
|
+
|
180
|
+
@property
|
181
|
+
@pulumi.getter(name="trustConfig")
|
182
|
+
def trust_config(self) -> Optional[pulumi.Input[str]]:
|
183
|
+
"""
|
184
|
+
A TrustConfig resource used when making a connection to the TLS server. This is a relative resource path following the form \\"projects/{project}/locations/{location}/trustConfigs/{trust_config}\\". This is necessary to intercept TLS connections to servers with certificates signed by a private CA or self-signed certificates. Trust config and the TLS inspection policy must be in the same region. Note that Secure Web Proxy does not yet honor this field.
|
185
|
+
"""
|
186
|
+
return pulumi.get(self, "trust_config")
|
187
|
+
|
188
|
+
@trust_config.setter
|
189
|
+
def trust_config(self, value: Optional[pulumi.Input[str]]):
|
190
|
+
pulumi.set(self, "trust_config", value)
|
191
|
+
|
124
192
|
|
125
193
|
@pulumi.input_type
|
126
194
|
class _TlsInspectionPolicyState:
|
127
195
|
def __init__(__self__, *,
|
128
196
|
ca_pool: Optional[pulumi.Input[str]] = None,
|
129
197
|
create_time: Optional[pulumi.Input[str]] = None,
|
198
|
+
custom_tls_features: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
130
199
|
description: Optional[pulumi.Input[str]] = None,
|
131
200
|
exclude_public_ca_set: Optional[pulumi.Input[bool]] = None,
|
132
201
|
location: Optional[pulumi.Input[str]] = None,
|
202
|
+
min_tls_version: Optional[pulumi.Input[str]] = None,
|
133
203
|
name: Optional[pulumi.Input[str]] = None,
|
134
204
|
project: Optional[pulumi.Input[str]] = None,
|
205
|
+
tls_feature_profile: Optional[pulumi.Input[str]] = None,
|
206
|
+
trust_config: Optional[pulumi.Input[str]] = None,
|
135
207
|
update_time: Optional[pulumi.Input[str]] = None):
|
136
208
|
"""
|
137
209
|
Input properties used for looking up and filtering TlsInspectionPolicy resources.
|
138
210
|
:param pulumi.Input[str] ca_pool: A CA pool resource used to issue interception certificates.
|
139
211
|
:param pulumi.Input[str] create_time: The timestamp when the resource was created.
|
212
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] custom_tls_features: List of custom TLS cipher suites selected. This field is valid only if the selected tls_feature_profile is CUSTOM. The compute.SslPoliciesService.ListAvailableFeatures method returns the set of features that can be specified in this list. Note that Secure Web Proxy does not yet honor this field.
|
140
213
|
:param pulumi.Input[str] description: Free-text description of the resource.
|
141
214
|
:param pulumi.Input[bool] exclude_public_ca_set: If FALSE (the default), use our default set of public CAs in addition to any CAs specified in trustConfig. These public CAs are currently based on the Mozilla Root Program and are subject to change over time. If TRUE, do not accept our default set of public CAs. Only CAs specified in trustConfig will be accepted.
|
142
215
|
:param pulumi.Input[str] location: The location of the tls inspection policy.
|
216
|
+
:param pulumi.Input[str] min_tls_version: Minimum TLS version that the firewall should use when negotiating connections with both clients and servers. If this is not set, then the default value is to allow the broadest set of clients and servers (TLS 1.0 or higher). Setting this to more restrictive values may improve security, but may also prevent the firewall from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
|
217
|
+
Possible values are: `TLS_VERSION_UNSPECIFIED`, `TLS_1_0`, `TLS_1_1`, `TLS_1_2`, `TLS_1_3`.
|
143
218
|
:param pulumi.Input[str] name: Short name of the TlsInspectionPolicy resource to be created.
|
144
219
|
|
145
220
|
|
146
221
|
- - -
|
147
222
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
148
223
|
If it is not provided, the provider project is used.
|
224
|
+
:param pulumi.Input[str] tls_feature_profile: The selected Profile. If this is not set, then the default value is to allow the broadest set of clients and servers (\\"PROFILE_COMPATIBLE\\"). Setting this to more restrictive values may improve security, but may also prevent the TLS inspection proxy from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
|
225
|
+
Possible values are: `PROFILE_UNSPECIFIED`, `PROFILE_COMPATIBLE`, `PROFILE_MODERN`, `PROFILE_RESTRICTED`, `PROFILE_CUSTOM`.
|
226
|
+
:param pulumi.Input[str] trust_config: A TrustConfig resource used when making a connection to the TLS server. This is a relative resource path following the form \\"projects/{project}/locations/{location}/trustConfigs/{trust_config}\\". This is necessary to intercept TLS connections to servers with certificates signed by a private CA or self-signed certificates. Trust config and the TLS inspection policy must be in the same region. Note that Secure Web Proxy does not yet honor this field.
|
149
227
|
:param pulumi.Input[str] update_time: The timestamp when the resource was updated.
|
150
228
|
"""
|
151
229
|
if ca_pool is not None:
|
152
230
|
pulumi.set(__self__, "ca_pool", ca_pool)
|
153
231
|
if create_time is not None:
|
154
232
|
pulumi.set(__self__, "create_time", create_time)
|
233
|
+
if custom_tls_features is not None:
|
234
|
+
pulumi.set(__self__, "custom_tls_features", custom_tls_features)
|
155
235
|
if description is not None:
|
156
236
|
pulumi.set(__self__, "description", description)
|
157
237
|
if exclude_public_ca_set is not None:
|
158
238
|
pulumi.set(__self__, "exclude_public_ca_set", exclude_public_ca_set)
|
159
239
|
if location is not None:
|
160
240
|
pulumi.set(__self__, "location", location)
|
241
|
+
if min_tls_version is not None:
|
242
|
+
pulumi.set(__self__, "min_tls_version", min_tls_version)
|
161
243
|
if name is not None:
|
162
244
|
pulumi.set(__self__, "name", name)
|
163
245
|
if project is not None:
|
164
246
|
pulumi.set(__self__, "project", project)
|
247
|
+
if tls_feature_profile is not None:
|
248
|
+
pulumi.set(__self__, "tls_feature_profile", tls_feature_profile)
|
249
|
+
if trust_config is not None:
|
250
|
+
pulumi.set(__self__, "trust_config", trust_config)
|
165
251
|
if update_time is not None:
|
166
252
|
pulumi.set(__self__, "update_time", update_time)
|
167
253
|
|
@@ -189,6 +275,18 @@ class _TlsInspectionPolicyState:
|
|
189
275
|
def create_time(self, value: Optional[pulumi.Input[str]]):
|
190
276
|
pulumi.set(self, "create_time", value)
|
191
277
|
|
278
|
+
@property
|
279
|
+
@pulumi.getter(name="customTlsFeatures")
|
280
|
+
def custom_tls_features(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
281
|
+
"""
|
282
|
+
List of custom TLS cipher suites selected. This field is valid only if the selected tls_feature_profile is CUSTOM. The compute.SslPoliciesService.ListAvailableFeatures method returns the set of features that can be specified in this list. Note that Secure Web Proxy does not yet honor this field.
|
283
|
+
"""
|
284
|
+
return pulumi.get(self, "custom_tls_features")
|
285
|
+
|
286
|
+
@custom_tls_features.setter
|
287
|
+
def custom_tls_features(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
288
|
+
pulumi.set(self, "custom_tls_features", value)
|
289
|
+
|
192
290
|
@property
|
193
291
|
@pulumi.getter
|
194
292
|
def description(self) -> Optional[pulumi.Input[str]]:
|
@@ -225,6 +323,19 @@ class _TlsInspectionPolicyState:
|
|
225
323
|
def location(self, value: Optional[pulumi.Input[str]]):
|
226
324
|
pulumi.set(self, "location", value)
|
227
325
|
|
326
|
+
@property
|
327
|
+
@pulumi.getter(name="minTlsVersion")
|
328
|
+
def min_tls_version(self) -> Optional[pulumi.Input[str]]:
|
329
|
+
"""
|
330
|
+
Minimum TLS version that the firewall should use when negotiating connections with both clients and servers. If this is not set, then the default value is to allow the broadest set of clients and servers (TLS 1.0 or higher). Setting this to more restrictive values may improve security, but may also prevent the firewall from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
|
331
|
+
Possible values are: `TLS_VERSION_UNSPECIFIED`, `TLS_1_0`, `TLS_1_1`, `TLS_1_2`, `TLS_1_3`.
|
332
|
+
"""
|
333
|
+
return pulumi.get(self, "min_tls_version")
|
334
|
+
|
335
|
+
@min_tls_version.setter
|
336
|
+
def min_tls_version(self, value: Optional[pulumi.Input[str]]):
|
337
|
+
pulumi.set(self, "min_tls_version", value)
|
338
|
+
|
228
339
|
@property
|
229
340
|
@pulumi.getter
|
230
341
|
def name(self) -> Optional[pulumi.Input[str]]:
|
@@ -253,6 +364,31 @@ class _TlsInspectionPolicyState:
|
|
253
364
|
def project(self, value: Optional[pulumi.Input[str]]):
|
254
365
|
pulumi.set(self, "project", value)
|
255
366
|
|
367
|
+
@property
|
368
|
+
@pulumi.getter(name="tlsFeatureProfile")
|
369
|
+
def tls_feature_profile(self) -> Optional[pulumi.Input[str]]:
|
370
|
+
"""
|
371
|
+
The selected Profile. If this is not set, then the default value is to allow the broadest set of clients and servers (\\"PROFILE_COMPATIBLE\\"). Setting this to more restrictive values may improve security, but may also prevent the TLS inspection proxy from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
|
372
|
+
Possible values are: `PROFILE_UNSPECIFIED`, `PROFILE_COMPATIBLE`, `PROFILE_MODERN`, `PROFILE_RESTRICTED`, `PROFILE_CUSTOM`.
|
373
|
+
"""
|
374
|
+
return pulumi.get(self, "tls_feature_profile")
|
375
|
+
|
376
|
+
@tls_feature_profile.setter
|
377
|
+
def tls_feature_profile(self, value: Optional[pulumi.Input[str]]):
|
378
|
+
pulumi.set(self, "tls_feature_profile", value)
|
379
|
+
|
380
|
+
@property
|
381
|
+
@pulumi.getter(name="trustConfig")
|
382
|
+
def trust_config(self) -> Optional[pulumi.Input[str]]:
|
383
|
+
"""
|
384
|
+
A TrustConfig resource used when making a connection to the TLS server. This is a relative resource path following the form \\"projects/{project}/locations/{location}/trustConfigs/{trust_config}\\". This is necessary to intercept TLS connections to servers with certificates signed by a private CA or self-signed certificates. Trust config and the TLS inspection policy must be in the same region. Note that Secure Web Proxy does not yet honor this field.
|
385
|
+
"""
|
386
|
+
return pulumi.get(self, "trust_config")
|
387
|
+
|
388
|
+
@trust_config.setter
|
389
|
+
def trust_config(self, value: Optional[pulumi.Input[str]]):
|
390
|
+
pulumi.set(self, "trust_config", value)
|
391
|
+
|
256
392
|
@property
|
257
393
|
@pulumi.getter(name="updateTime")
|
258
394
|
def update_time(self) -> Optional[pulumi.Input[str]]:
|
@@ -272,11 +408,15 @@ class TlsInspectionPolicy(pulumi.CustomResource):
|
|
272
408
|
resource_name: str,
|
273
409
|
opts: Optional[pulumi.ResourceOptions] = None,
|
274
410
|
ca_pool: Optional[pulumi.Input[str]] = None,
|
411
|
+
custom_tls_features: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
275
412
|
description: Optional[pulumi.Input[str]] = None,
|
276
413
|
exclude_public_ca_set: Optional[pulumi.Input[bool]] = None,
|
277
414
|
location: Optional[pulumi.Input[str]] = None,
|
415
|
+
min_tls_version: Optional[pulumi.Input[str]] = None,
|
278
416
|
name: Optional[pulumi.Input[str]] = None,
|
279
417
|
project: Optional[pulumi.Input[str]] = None,
|
418
|
+
tls_feature_profile: Optional[pulumi.Input[str]] = None,
|
419
|
+
trust_config: Optional[pulumi.Input[str]] = None,
|
280
420
|
__props__=None):
|
281
421
|
"""
|
282
422
|
The TlsInspectionPolicy resource contains references to CA pools in Certificate Authority Service and associated metadata.
|
@@ -351,17 +491,123 @@ class TlsInspectionPolicy(pulumi.CustomResource):
|
|
351
491
|
key_spec=gcp.certificateauthority.AuthorityKeySpecArgs(
|
352
492
|
algorithm="RSA_PKCS1_4096_SHA256",
|
353
493
|
))
|
354
|
-
|
494
|
+
project = gcp.organizations.get_project()
|
355
495
|
tls_inspection_permission = gcp.certificateauthority.CaPoolIamMember("tls_inspection_permission",
|
356
496
|
ca_pool=default.id,
|
357
497
|
role="roles/privateca.certificateManager",
|
358
|
-
member=
|
498
|
+
member=f"serviceAccount:service-{project.number}@gcp-sa-networksecurity.iam.gserviceaccount.com")
|
359
499
|
default_tls_inspection_policy = gcp.networksecurity.TlsInspectionPolicy("default",
|
360
500
|
name="my-tls-inspection-policy",
|
361
501
|
location="us-central1",
|
362
502
|
ca_pool=default.id,
|
363
503
|
exclude_public_ca_set=False)
|
364
504
|
```
|
505
|
+
### Network Security Tls Inspection Policy Custom
|
506
|
+
|
507
|
+
```python
|
508
|
+
import pulumi
|
509
|
+
import pulumi_gcp as gcp
|
510
|
+
import pulumi_std as std
|
511
|
+
|
512
|
+
default = gcp.certificateauthority.CaPool("default",
|
513
|
+
name="my-basic-ca-pool",
|
514
|
+
location="us-central1",
|
515
|
+
tier="DEVOPS",
|
516
|
+
publishing_options=gcp.certificateauthority.CaPoolPublishingOptionsArgs(
|
517
|
+
publish_ca_cert=False,
|
518
|
+
publish_crl=False,
|
519
|
+
),
|
520
|
+
issuance_policy=gcp.certificateauthority.CaPoolIssuancePolicyArgs(
|
521
|
+
maximum_lifetime="1209600s",
|
522
|
+
baseline_values=gcp.certificateauthority.CaPoolIssuancePolicyBaselineValuesArgs(
|
523
|
+
ca_options=gcp.certificateauthority.CaPoolIssuancePolicyBaselineValuesCaOptionsArgs(
|
524
|
+
is_ca=False,
|
525
|
+
),
|
526
|
+
key_usage=gcp.certificateauthority.CaPoolIssuancePolicyBaselineValuesKeyUsageArgs(
|
527
|
+
base_key_usage=gcp.certificateauthority.CaPoolIssuancePolicyBaselineValuesKeyUsageBaseKeyUsageArgs(),
|
528
|
+
extended_key_usage=gcp.certificateauthority.CaPoolIssuancePolicyBaselineValuesKeyUsageExtendedKeyUsageArgs(
|
529
|
+
server_auth=True,
|
530
|
+
),
|
531
|
+
),
|
532
|
+
),
|
533
|
+
))
|
534
|
+
default_authority = gcp.certificateauthority.Authority("default",
|
535
|
+
pool=default.name,
|
536
|
+
certificate_authority_id="my-basic-certificate-authority",
|
537
|
+
location="us-central1",
|
538
|
+
lifetime="86400s",
|
539
|
+
type="SELF_SIGNED",
|
540
|
+
deletion_protection=False,
|
541
|
+
skip_grace_period=True,
|
542
|
+
ignore_active_certificates_on_deletion=True,
|
543
|
+
config=gcp.certificateauthority.AuthorityConfigArgs(
|
544
|
+
subject_config=gcp.certificateauthority.AuthorityConfigSubjectConfigArgs(
|
545
|
+
subject=gcp.certificateauthority.AuthorityConfigSubjectConfigSubjectArgs(
|
546
|
+
organization="Test LLC",
|
547
|
+
common_name="my-ca",
|
548
|
+
),
|
549
|
+
),
|
550
|
+
x509_config=gcp.certificateauthority.AuthorityConfigX509ConfigArgs(
|
551
|
+
ca_options=gcp.certificateauthority.AuthorityConfigX509ConfigCaOptionsArgs(
|
552
|
+
is_ca=True,
|
553
|
+
),
|
554
|
+
key_usage=gcp.certificateauthority.AuthorityConfigX509ConfigKeyUsageArgs(
|
555
|
+
base_key_usage=gcp.certificateauthority.AuthorityConfigX509ConfigKeyUsageBaseKeyUsageArgs(
|
556
|
+
cert_sign=True,
|
557
|
+
crl_sign=True,
|
558
|
+
),
|
559
|
+
extended_key_usage=gcp.certificateauthority.AuthorityConfigX509ConfigKeyUsageExtendedKeyUsageArgs(
|
560
|
+
server_auth=False,
|
561
|
+
),
|
562
|
+
),
|
563
|
+
),
|
564
|
+
),
|
565
|
+
key_spec=gcp.certificateauthority.AuthorityKeySpecArgs(
|
566
|
+
algorithm="RSA_PKCS1_4096_SHA256",
|
567
|
+
))
|
568
|
+
ns_sa = gcp.projects.ServiceIdentity("ns_sa", service="networksecurity.googleapis.com")
|
569
|
+
default_ca_pool_iam_member = gcp.certificateauthority.CaPoolIamMember("default",
|
570
|
+
ca_pool=default.id,
|
571
|
+
role="roles/privateca.certificateManager",
|
572
|
+
member=ns_sa.email.apply(lambda email: f"serviceAccount:{email}"))
|
573
|
+
default_trust_config = gcp.certificatemanager.TrustConfig("default",
|
574
|
+
name="my-trust-config",
|
575
|
+
description="sample trust config description",
|
576
|
+
location="us-central1",
|
577
|
+
trust_stores=[gcp.certificatemanager.TrustConfigTrustStoreArgs(
|
578
|
+
trust_anchors=[gcp.certificatemanager.TrustConfigTrustStoreTrustAnchorArgs(
|
579
|
+
pem_certificate=std.file(input="test-fixtures/ca_cert.pem").result,
|
580
|
+
)],
|
581
|
+
intermediate_cas=[gcp.certificatemanager.TrustConfigTrustStoreIntermediateCaArgs(
|
582
|
+
pem_certificate=std.file(input="test-fixtures/ca_cert.pem").result,
|
583
|
+
)],
|
584
|
+
)])
|
585
|
+
default_tls_inspection_policy = gcp.networksecurity.TlsInspectionPolicy("default",
|
586
|
+
name="my-tls-inspection-policy",
|
587
|
+
location="us-central1",
|
588
|
+
ca_pool=default.id,
|
589
|
+
exclude_public_ca_set=False,
|
590
|
+
min_tls_version="TLS_1_0",
|
591
|
+
trust_config=default_trust_config.id,
|
592
|
+
tls_feature_profile="PROFILE_CUSTOM",
|
593
|
+
custom_tls_features=[
|
594
|
+
"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
595
|
+
"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
596
|
+
"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA",
|
597
|
+
"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384",
|
598
|
+
"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",
|
599
|
+
"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA",
|
600
|
+
"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",
|
601
|
+
"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA",
|
602
|
+
"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384",
|
603
|
+
"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
|
604
|
+
"TLS_RSA_WITH_3DES_EDE_CBC_SHA",
|
605
|
+
"TLS_RSA_WITH_AES_128_CBC_SHA",
|
606
|
+
"TLS_RSA_WITH_AES_128_GCM_SHA256",
|
607
|
+
"TLS_RSA_WITH_AES_256_CBC_SHA",
|
608
|
+
"TLS_RSA_WITH_AES_256_GCM_SHA384",
|
609
|
+
])
|
610
|
+
```
|
365
611
|
|
366
612
|
## Import
|
367
613
|
|
@@ -390,15 +636,21 @@ class TlsInspectionPolicy(pulumi.CustomResource):
|
|
390
636
|
:param str resource_name: The name of the resource.
|
391
637
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
392
638
|
:param pulumi.Input[str] ca_pool: A CA pool resource used to issue interception certificates.
|
639
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] custom_tls_features: List of custom TLS cipher suites selected. This field is valid only if the selected tls_feature_profile is CUSTOM. The compute.SslPoliciesService.ListAvailableFeatures method returns the set of features that can be specified in this list. Note that Secure Web Proxy does not yet honor this field.
|
393
640
|
:param pulumi.Input[str] description: Free-text description of the resource.
|
394
641
|
:param pulumi.Input[bool] exclude_public_ca_set: If FALSE (the default), use our default set of public CAs in addition to any CAs specified in trustConfig. These public CAs are currently based on the Mozilla Root Program and are subject to change over time. If TRUE, do not accept our default set of public CAs. Only CAs specified in trustConfig will be accepted.
|
395
642
|
:param pulumi.Input[str] location: The location of the tls inspection policy.
|
643
|
+
:param pulumi.Input[str] min_tls_version: Minimum TLS version that the firewall should use when negotiating connections with both clients and servers. If this is not set, then the default value is to allow the broadest set of clients and servers (TLS 1.0 or higher). Setting this to more restrictive values may improve security, but may also prevent the firewall from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
|
644
|
+
Possible values are: `TLS_VERSION_UNSPECIFIED`, `TLS_1_0`, `TLS_1_1`, `TLS_1_2`, `TLS_1_3`.
|
396
645
|
:param pulumi.Input[str] name: Short name of the TlsInspectionPolicy resource to be created.
|
397
646
|
|
398
647
|
|
399
648
|
- - -
|
400
649
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
401
650
|
If it is not provided, the provider project is used.
|
651
|
+
:param pulumi.Input[str] tls_feature_profile: The selected Profile. If this is not set, then the default value is to allow the broadest set of clients and servers (\\"PROFILE_COMPATIBLE\\"). Setting this to more restrictive values may improve security, but may also prevent the TLS inspection proxy from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
|
652
|
+
Possible values are: `PROFILE_UNSPECIFIED`, `PROFILE_COMPATIBLE`, `PROFILE_MODERN`, `PROFILE_RESTRICTED`, `PROFILE_CUSTOM`.
|
653
|
+
:param pulumi.Input[str] trust_config: A TrustConfig resource used when making a connection to the TLS server. This is a relative resource path following the form \\"projects/{project}/locations/{location}/trustConfigs/{trust_config}\\". This is necessary to intercept TLS connections to servers with certificates signed by a private CA or self-signed certificates. Trust config and the TLS inspection policy must be in the same region. Note that Secure Web Proxy does not yet honor this field.
|
402
654
|
"""
|
403
655
|
...
|
404
656
|
@overload
|
@@ -479,17 +731,123 @@ class TlsInspectionPolicy(pulumi.CustomResource):
|
|
479
731
|
key_spec=gcp.certificateauthority.AuthorityKeySpecArgs(
|
480
732
|
algorithm="RSA_PKCS1_4096_SHA256",
|
481
733
|
))
|
482
|
-
|
734
|
+
project = gcp.organizations.get_project()
|
483
735
|
tls_inspection_permission = gcp.certificateauthority.CaPoolIamMember("tls_inspection_permission",
|
484
736
|
ca_pool=default.id,
|
485
737
|
role="roles/privateca.certificateManager",
|
486
|
-
member=
|
738
|
+
member=f"serviceAccount:service-{project.number}@gcp-sa-networksecurity.iam.gserviceaccount.com")
|
487
739
|
default_tls_inspection_policy = gcp.networksecurity.TlsInspectionPolicy("default",
|
488
740
|
name="my-tls-inspection-policy",
|
489
741
|
location="us-central1",
|
490
742
|
ca_pool=default.id,
|
491
743
|
exclude_public_ca_set=False)
|
492
744
|
```
|
745
|
+
### Network Security Tls Inspection Policy Custom
|
746
|
+
|
747
|
+
```python
|
748
|
+
import pulumi
|
749
|
+
import pulumi_gcp as gcp
|
750
|
+
import pulumi_std as std
|
751
|
+
|
752
|
+
default = gcp.certificateauthority.CaPool("default",
|
753
|
+
name="my-basic-ca-pool",
|
754
|
+
location="us-central1",
|
755
|
+
tier="DEVOPS",
|
756
|
+
publishing_options=gcp.certificateauthority.CaPoolPublishingOptionsArgs(
|
757
|
+
publish_ca_cert=False,
|
758
|
+
publish_crl=False,
|
759
|
+
),
|
760
|
+
issuance_policy=gcp.certificateauthority.CaPoolIssuancePolicyArgs(
|
761
|
+
maximum_lifetime="1209600s",
|
762
|
+
baseline_values=gcp.certificateauthority.CaPoolIssuancePolicyBaselineValuesArgs(
|
763
|
+
ca_options=gcp.certificateauthority.CaPoolIssuancePolicyBaselineValuesCaOptionsArgs(
|
764
|
+
is_ca=False,
|
765
|
+
),
|
766
|
+
key_usage=gcp.certificateauthority.CaPoolIssuancePolicyBaselineValuesKeyUsageArgs(
|
767
|
+
base_key_usage=gcp.certificateauthority.CaPoolIssuancePolicyBaselineValuesKeyUsageBaseKeyUsageArgs(),
|
768
|
+
extended_key_usage=gcp.certificateauthority.CaPoolIssuancePolicyBaselineValuesKeyUsageExtendedKeyUsageArgs(
|
769
|
+
server_auth=True,
|
770
|
+
),
|
771
|
+
),
|
772
|
+
),
|
773
|
+
))
|
774
|
+
default_authority = gcp.certificateauthority.Authority("default",
|
775
|
+
pool=default.name,
|
776
|
+
certificate_authority_id="my-basic-certificate-authority",
|
777
|
+
location="us-central1",
|
778
|
+
lifetime="86400s",
|
779
|
+
type="SELF_SIGNED",
|
780
|
+
deletion_protection=False,
|
781
|
+
skip_grace_period=True,
|
782
|
+
ignore_active_certificates_on_deletion=True,
|
783
|
+
config=gcp.certificateauthority.AuthorityConfigArgs(
|
784
|
+
subject_config=gcp.certificateauthority.AuthorityConfigSubjectConfigArgs(
|
785
|
+
subject=gcp.certificateauthority.AuthorityConfigSubjectConfigSubjectArgs(
|
786
|
+
organization="Test LLC",
|
787
|
+
common_name="my-ca",
|
788
|
+
),
|
789
|
+
),
|
790
|
+
x509_config=gcp.certificateauthority.AuthorityConfigX509ConfigArgs(
|
791
|
+
ca_options=gcp.certificateauthority.AuthorityConfigX509ConfigCaOptionsArgs(
|
792
|
+
is_ca=True,
|
793
|
+
),
|
794
|
+
key_usage=gcp.certificateauthority.AuthorityConfigX509ConfigKeyUsageArgs(
|
795
|
+
base_key_usage=gcp.certificateauthority.AuthorityConfigX509ConfigKeyUsageBaseKeyUsageArgs(
|
796
|
+
cert_sign=True,
|
797
|
+
crl_sign=True,
|
798
|
+
),
|
799
|
+
extended_key_usage=gcp.certificateauthority.AuthorityConfigX509ConfigKeyUsageExtendedKeyUsageArgs(
|
800
|
+
server_auth=False,
|
801
|
+
),
|
802
|
+
),
|
803
|
+
),
|
804
|
+
),
|
805
|
+
key_spec=gcp.certificateauthority.AuthorityKeySpecArgs(
|
806
|
+
algorithm="RSA_PKCS1_4096_SHA256",
|
807
|
+
))
|
808
|
+
ns_sa = gcp.projects.ServiceIdentity("ns_sa", service="networksecurity.googleapis.com")
|
809
|
+
default_ca_pool_iam_member = gcp.certificateauthority.CaPoolIamMember("default",
|
810
|
+
ca_pool=default.id,
|
811
|
+
role="roles/privateca.certificateManager",
|
812
|
+
member=ns_sa.email.apply(lambda email: f"serviceAccount:{email}"))
|
813
|
+
default_trust_config = gcp.certificatemanager.TrustConfig("default",
|
814
|
+
name="my-trust-config",
|
815
|
+
description="sample trust config description",
|
816
|
+
location="us-central1",
|
817
|
+
trust_stores=[gcp.certificatemanager.TrustConfigTrustStoreArgs(
|
818
|
+
trust_anchors=[gcp.certificatemanager.TrustConfigTrustStoreTrustAnchorArgs(
|
819
|
+
pem_certificate=std.file(input="test-fixtures/ca_cert.pem").result,
|
820
|
+
)],
|
821
|
+
intermediate_cas=[gcp.certificatemanager.TrustConfigTrustStoreIntermediateCaArgs(
|
822
|
+
pem_certificate=std.file(input="test-fixtures/ca_cert.pem").result,
|
823
|
+
)],
|
824
|
+
)])
|
825
|
+
default_tls_inspection_policy = gcp.networksecurity.TlsInspectionPolicy("default",
|
826
|
+
name="my-tls-inspection-policy",
|
827
|
+
location="us-central1",
|
828
|
+
ca_pool=default.id,
|
829
|
+
exclude_public_ca_set=False,
|
830
|
+
min_tls_version="TLS_1_0",
|
831
|
+
trust_config=default_trust_config.id,
|
832
|
+
tls_feature_profile="PROFILE_CUSTOM",
|
833
|
+
custom_tls_features=[
|
834
|
+
"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
835
|
+
"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
836
|
+
"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA",
|
837
|
+
"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384",
|
838
|
+
"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",
|
839
|
+
"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA",
|
840
|
+
"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",
|
841
|
+
"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA",
|
842
|
+
"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384",
|
843
|
+
"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
|
844
|
+
"TLS_RSA_WITH_3DES_EDE_CBC_SHA",
|
845
|
+
"TLS_RSA_WITH_AES_128_CBC_SHA",
|
846
|
+
"TLS_RSA_WITH_AES_128_GCM_SHA256",
|
847
|
+
"TLS_RSA_WITH_AES_256_CBC_SHA",
|
848
|
+
"TLS_RSA_WITH_AES_256_GCM_SHA384",
|
849
|
+
])
|
850
|
+
```
|
493
851
|
|
494
852
|
## Import
|
495
853
|
|
@@ -531,11 +889,15 @@ class TlsInspectionPolicy(pulumi.CustomResource):
|
|
531
889
|
resource_name: str,
|
532
890
|
opts: Optional[pulumi.ResourceOptions] = None,
|
533
891
|
ca_pool: Optional[pulumi.Input[str]] = None,
|
892
|
+
custom_tls_features: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
534
893
|
description: Optional[pulumi.Input[str]] = None,
|
535
894
|
exclude_public_ca_set: Optional[pulumi.Input[bool]] = None,
|
536
895
|
location: Optional[pulumi.Input[str]] = None,
|
896
|
+
min_tls_version: Optional[pulumi.Input[str]] = None,
|
537
897
|
name: Optional[pulumi.Input[str]] = None,
|
538
898
|
project: Optional[pulumi.Input[str]] = None,
|
899
|
+
tls_feature_profile: Optional[pulumi.Input[str]] = None,
|
900
|
+
trust_config: Optional[pulumi.Input[str]] = None,
|
539
901
|
__props__=None):
|
540
902
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
541
903
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -548,11 +910,15 @@ class TlsInspectionPolicy(pulumi.CustomResource):
|
|
548
910
|
if ca_pool is None and not opts.urn:
|
549
911
|
raise TypeError("Missing required property 'ca_pool'")
|
550
912
|
__props__.__dict__["ca_pool"] = ca_pool
|
913
|
+
__props__.__dict__["custom_tls_features"] = custom_tls_features
|
551
914
|
__props__.__dict__["description"] = description
|
552
915
|
__props__.__dict__["exclude_public_ca_set"] = exclude_public_ca_set
|
553
916
|
__props__.__dict__["location"] = location
|
917
|
+
__props__.__dict__["min_tls_version"] = min_tls_version
|
554
918
|
__props__.__dict__["name"] = name
|
555
919
|
__props__.__dict__["project"] = project
|
920
|
+
__props__.__dict__["tls_feature_profile"] = tls_feature_profile
|
921
|
+
__props__.__dict__["trust_config"] = trust_config
|
556
922
|
__props__.__dict__["create_time"] = None
|
557
923
|
__props__.__dict__["update_time"] = None
|
558
924
|
super(TlsInspectionPolicy, __self__).__init__(
|
@@ -567,11 +933,15 @@ class TlsInspectionPolicy(pulumi.CustomResource):
|
|
567
933
|
opts: Optional[pulumi.ResourceOptions] = None,
|
568
934
|
ca_pool: Optional[pulumi.Input[str]] = None,
|
569
935
|
create_time: Optional[pulumi.Input[str]] = None,
|
936
|
+
custom_tls_features: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
570
937
|
description: Optional[pulumi.Input[str]] = None,
|
571
938
|
exclude_public_ca_set: Optional[pulumi.Input[bool]] = None,
|
572
939
|
location: Optional[pulumi.Input[str]] = None,
|
940
|
+
min_tls_version: Optional[pulumi.Input[str]] = None,
|
573
941
|
name: Optional[pulumi.Input[str]] = None,
|
574
942
|
project: Optional[pulumi.Input[str]] = None,
|
943
|
+
tls_feature_profile: Optional[pulumi.Input[str]] = None,
|
944
|
+
trust_config: Optional[pulumi.Input[str]] = None,
|
575
945
|
update_time: Optional[pulumi.Input[str]] = None) -> 'TlsInspectionPolicy':
|
576
946
|
"""
|
577
947
|
Get an existing TlsInspectionPolicy resource's state with the given name, id, and optional extra
|
@@ -582,15 +952,21 @@ class TlsInspectionPolicy(pulumi.CustomResource):
|
|
582
952
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
583
953
|
:param pulumi.Input[str] ca_pool: A CA pool resource used to issue interception certificates.
|
584
954
|
:param pulumi.Input[str] create_time: The timestamp when the resource was created.
|
955
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] custom_tls_features: List of custom TLS cipher suites selected. This field is valid only if the selected tls_feature_profile is CUSTOM. The compute.SslPoliciesService.ListAvailableFeatures method returns the set of features that can be specified in this list. Note that Secure Web Proxy does not yet honor this field.
|
585
956
|
:param pulumi.Input[str] description: Free-text description of the resource.
|
586
957
|
:param pulumi.Input[bool] exclude_public_ca_set: If FALSE (the default), use our default set of public CAs in addition to any CAs specified in trustConfig. These public CAs are currently based on the Mozilla Root Program and are subject to change over time. If TRUE, do not accept our default set of public CAs. Only CAs specified in trustConfig will be accepted.
|
587
958
|
:param pulumi.Input[str] location: The location of the tls inspection policy.
|
959
|
+
:param pulumi.Input[str] min_tls_version: Minimum TLS version that the firewall should use when negotiating connections with both clients and servers. If this is not set, then the default value is to allow the broadest set of clients and servers (TLS 1.0 or higher). Setting this to more restrictive values may improve security, but may also prevent the firewall from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
|
960
|
+
Possible values are: `TLS_VERSION_UNSPECIFIED`, `TLS_1_0`, `TLS_1_1`, `TLS_1_2`, `TLS_1_3`.
|
588
961
|
:param pulumi.Input[str] name: Short name of the TlsInspectionPolicy resource to be created.
|
589
962
|
|
590
963
|
|
591
964
|
- - -
|
592
965
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
593
966
|
If it is not provided, the provider project is used.
|
967
|
+
:param pulumi.Input[str] tls_feature_profile: The selected Profile. If this is not set, then the default value is to allow the broadest set of clients and servers (\\"PROFILE_COMPATIBLE\\"). Setting this to more restrictive values may improve security, but may also prevent the TLS inspection proxy from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
|
968
|
+
Possible values are: `PROFILE_UNSPECIFIED`, `PROFILE_COMPATIBLE`, `PROFILE_MODERN`, `PROFILE_RESTRICTED`, `PROFILE_CUSTOM`.
|
969
|
+
:param pulumi.Input[str] trust_config: A TrustConfig resource used when making a connection to the TLS server. This is a relative resource path following the form \\"projects/{project}/locations/{location}/trustConfigs/{trust_config}\\". This is necessary to intercept TLS connections to servers with certificates signed by a private CA or self-signed certificates. Trust config and the TLS inspection policy must be in the same region. Note that Secure Web Proxy does not yet honor this field.
|
594
970
|
:param pulumi.Input[str] update_time: The timestamp when the resource was updated.
|
595
971
|
"""
|
596
972
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -599,11 +975,15 @@ class TlsInspectionPolicy(pulumi.CustomResource):
|
|
599
975
|
|
600
976
|
__props__.__dict__["ca_pool"] = ca_pool
|
601
977
|
__props__.__dict__["create_time"] = create_time
|
978
|
+
__props__.__dict__["custom_tls_features"] = custom_tls_features
|
602
979
|
__props__.__dict__["description"] = description
|
603
980
|
__props__.__dict__["exclude_public_ca_set"] = exclude_public_ca_set
|
604
981
|
__props__.__dict__["location"] = location
|
982
|
+
__props__.__dict__["min_tls_version"] = min_tls_version
|
605
983
|
__props__.__dict__["name"] = name
|
606
984
|
__props__.__dict__["project"] = project
|
985
|
+
__props__.__dict__["tls_feature_profile"] = tls_feature_profile
|
986
|
+
__props__.__dict__["trust_config"] = trust_config
|
607
987
|
__props__.__dict__["update_time"] = update_time
|
608
988
|
return TlsInspectionPolicy(resource_name, opts=opts, __props__=__props__)
|
609
989
|
|
@@ -623,6 +1003,14 @@ class TlsInspectionPolicy(pulumi.CustomResource):
|
|
623
1003
|
"""
|
624
1004
|
return pulumi.get(self, "create_time")
|
625
1005
|
|
1006
|
+
@property
|
1007
|
+
@pulumi.getter(name="customTlsFeatures")
|
1008
|
+
def custom_tls_features(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
1009
|
+
"""
|
1010
|
+
List of custom TLS cipher suites selected. This field is valid only if the selected tls_feature_profile is CUSTOM. The compute.SslPoliciesService.ListAvailableFeatures method returns the set of features that can be specified in this list. Note that Secure Web Proxy does not yet honor this field.
|
1011
|
+
"""
|
1012
|
+
return pulumi.get(self, "custom_tls_features")
|
1013
|
+
|
626
1014
|
@property
|
627
1015
|
@pulumi.getter
|
628
1016
|
def description(self) -> pulumi.Output[Optional[str]]:
|
@@ -647,6 +1035,15 @@ class TlsInspectionPolicy(pulumi.CustomResource):
|
|
647
1035
|
"""
|
648
1036
|
return pulumi.get(self, "location")
|
649
1037
|
|
1038
|
+
@property
|
1039
|
+
@pulumi.getter(name="minTlsVersion")
|
1040
|
+
def min_tls_version(self) -> pulumi.Output[Optional[str]]:
|
1041
|
+
"""
|
1042
|
+
Minimum TLS version that the firewall should use when negotiating connections with both clients and servers. If this is not set, then the default value is to allow the broadest set of clients and servers (TLS 1.0 or higher). Setting this to more restrictive values may improve security, but may also prevent the firewall from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
|
1043
|
+
Possible values are: `TLS_VERSION_UNSPECIFIED`, `TLS_1_0`, `TLS_1_1`, `TLS_1_2`, `TLS_1_3`.
|
1044
|
+
"""
|
1045
|
+
return pulumi.get(self, "min_tls_version")
|
1046
|
+
|
650
1047
|
@property
|
651
1048
|
@pulumi.getter
|
652
1049
|
def name(self) -> pulumi.Output[str]:
|
@@ -667,6 +1064,23 @@ class TlsInspectionPolicy(pulumi.CustomResource):
|
|
667
1064
|
"""
|
668
1065
|
return pulumi.get(self, "project")
|
669
1066
|
|
1067
|
+
@property
|
1068
|
+
@pulumi.getter(name="tlsFeatureProfile")
|
1069
|
+
def tls_feature_profile(self) -> pulumi.Output[Optional[str]]:
|
1070
|
+
"""
|
1071
|
+
The selected Profile. If this is not set, then the default value is to allow the broadest set of clients and servers (\\"PROFILE_COMPATIBLE\\"). Setting this to more restrictive values may improve security, but may also prevent the TLS inspection proxy from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
|
1072
|
+
Possible values are: `PROFILE_UNSPECIFIED`, `PROFILE_COMPATIBLE`, `PROFILE_MODERN`, `PROFILE_RESTRICTED`, `PROFILE_CUSTOM`.
|
1073
|
+
"""
|
1074
|
+
return pulumi.get(self, "tls_feature_profile")
|
1075
|
+
|
1076
|
+
@property
|
1077
|
+
@pulumi.getter(name="trustConfig")
|
1078
|
+
def trust_config(self) -> pulumi.Output[Optional[str]]:
|
1079
|
+
"""
|
1080
|
+
A TrustConfig resource used when making a connection to the TLS server. This is a relative resource path following the form \\"projects/{project}/locations/{location}/trustConfigs/{trust_config}\\". This is necessary to intercept TLS connections to servers with certificates signed by a private CA or self-signed certificates. Trust config and the TLS inspection policy must be in the same region. Note that Secure Web Proxy does not yet honor this field.
|
1081
|
+
"""
|
1082
|
+
return pulumi.get(self, "trust_config")
|
1083
|
+
|
670
1084
|
@property
|
671
1085
|
@pulumi.getter(name="updateTime")
|
672
1086
|
def update_time(self) -> pulumi.Output[str]:
|