pulumi-gcp 8.42.0a1758178363__py3-none-any.whl → 9.0.0a1758219982__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 +83 -48
- pulumi_gcp/activedirectory/peering.py +16 -0
- pulumi_gcp/alloydb/backup.py +8 -4
- pulumi_gcp/alloydb/cluster.py +56 -10
- pulumi_gcp/alloydb/get_cluster.py +12 -1
- pulumi_gcp/alloydb/instance.py +10 -4
- pulumi_gcp/alloydb/user.py +8 -4
- pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
- pulumi_gcp/apigateway/api_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_iam_policy.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
- pulumi_gcp/apigee/_inputs.py +151 -108
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
- pulumi_gcp/apigee/outputs.py +92 -88
- pulumi_gcp/artifactregistry/__init__.py +2 -0
- pulumi_gcp/artifactregistry/_inputs.py +0 -12
- pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
- pulumi_gcp/artifactregistry/get_python_package.py +237 -0
- pulumi_gcp/artifactregistry/get_repository.py +12 -1
- pulumi_gcp/artifactregistry/outputs.py +8 -16
- pulumi_gcp/artifactregistry/repository.py +28 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
- pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
- pulumi_gcp/beyondcorp/__init__.py +0 -5
- pulumi_gcp/beyondcorp/_inputs.py +0 -312
- pulumi_gcp/beyondcorp/outputs.py +0 -200
- pulumi_gcp/bigquery/_inputs.py +114 -4
- pulumi_gcp/bigquery/app_profile.py +3 -5
- pulumi_gcp/bigquery/outputs.py +75 -5
- pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
- pulumi_gcp/bigtable/app_profile.py +1 -1
- pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
- pulumi_gcp/bigtable/table_iam_binding.py +43 -43
- pulumi_gcp/bigtable/table_iam_member.py +43 -43
- pulumi_gcp/bigtable/table_iam_policy.py +43 -43
- pulumi_gcp/billing/_inputs.py +0 -6
- pulumi_gcp/billing/outputs.py +0 -4
- pulumi_gcp/certificatemanager/__init__.py +1 -0
- pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
- pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
- pulumi_gcp/certificatemanager/outputs.py +41 -0
- pulumi_gcp/chronicle/_inputs.py +6 -5
- pulumi_gcp/chronicle/outputs.py +4 -3
- pulumi_gcp/chronicle/reference_list.py +53 -5
- pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
- pulumi_gcp/cloudbuild/_inputs.py +309 -45
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
- pulumi_gcp/cloudbuild/get_trigger.py +12 -1
- pulumi_gcp/cloudbuild/outputs.py +380 -30
- pulumi_gcp/cloudbuild/trigger.py +160 -2
- pulumi_gcp/cloudbuild/worker_pool.py +2 -6
- pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
- pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
- pulumi_gcp/cloudrunv2/_inputs.py +80 -26
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/outputs.py +109 -30
- pulumi_gcp/cloudrunv2/service.py +72 -12
- pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
- pulumi_gcp/cloudtasks/queue.py +98 -2
- pulumi_gcp/colab/_inputs.py +1 -114
- pulumi_gcp/colab/outputs.py +1 -106
- pulumi_gcp/compute/_inputs.py +884 -24
- pulumi_gcp/compute/backend_bucket.py +68 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
- pulumi_gcp/compute/backend_service.py +54 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
- pulumi_gcp/compute/backend_service_iam_member.py +464 -0
- pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
- pulumi_gcp/compute/cross_site_network.py +16 -0
- pulumi_gcp/compute/future_reservation.py +32 -0
- pulumi_gcp/compute/get_backend_bucket.py +12 -1
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/get_resource_policy.py +2 -20
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
- pulumi_gcp/compute/machine_image_iam_member.py +8 -4
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
- pulumi_gcp/compute/network_edge_security_service.py +16 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
- pulumi_gcp/compute/network_peering_routes_config.py +0 -100
- pulumi_gcp/compute/organization_security_policy.py +83 -51
- pulumi_gcp/compute/outputs.py +799 -16
- pulumi_gcp/compute/packet_mirroring.py +6 -0
- pulumi_gcp/compute/preview_feature.py +16 -0
- pulumi_gcp/compute/public_delegated_prefix.py +42 -0
- pulumi_gcp/compute/region_backend_service.py +54 -0
- pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
- pulumi_gcp/compute/region_resize_request.py +24 -0
- pulumi_gcp/compute/region_url_map.py +75 -0
- pulumi_gcp/compute/subnetwork.py +0 -98
- pulumi_gcp/compute/wire_group.py +16 -0
- pulumi_gcp/config/__init__.pyi +2 -2
- pulumi_gcp/config/vars.py +4 -4
- pulumi_gcp/container/_inputs.py +466 -18
- pulumi_gcp/container/cluster.py +16 -7
- pulumi_gcp/container/outputs.py +448 -15
- pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
- pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
- pulumi_gcp/dataflow/flex_template_job.py +10 -0
- pulumi_gcp/dataform/repository.py +16 -0
- pulumi_gcp/dataform/repository_release_config.py +16 -0
- pulumi_gcp/dataform/repository_workflow_config.py +16 -0
- pulumi_gcp/diagflow/_inputs.py +152 -0
- pulumi_gcp/diagflow/cx_agent.py +425 -0
- pulumi_gcp/diagflow/outputs.py +143 -0
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/_inputs.py +94 -0
- pulumi_gcp/discoveryengine/acl_config.py +393 -0
- pulumi_gcp/discoveryengine/outputs.py +92 -0
- pulumi_gcp/firebase/android_app.py +16 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
- pulumi_gcp/firebase/app_check_service_config.py +6 -12
- pulumi_gcp/firebase/app_hosting_backend.py +4 -8
- pulumi_gcp/firebase/app_hosting_build.py +4 -8
- pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
- pulumi_gcp/firebase/apple_app.py +16 -0
- pulumi_gcp/firebase/data_connect_service.py +4 -8
- pulumi_gcp/firebase/database_instance.py +20 -8
- pulumi_gcp/firebase/extensions_instance.py +12 -0
- pulumi_gcp/firebase/get_android_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app_config.py +16 -2
- pulumi_gcp/firebase/get_hosting_channel.py +4 -2
- pulumi_gcp/firebase/hosting_channel.py +20 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
- pulumi_gcp/firebase/hosting_release.py +16 -0
- pulumi_gcp/firebase/hosting_site.py +16 -0
- pulumi_gcp/firebase/hosting_version.py +16 -0
- pulumi_gcp/firebase/storage_bucket.py +18 -0
- pulumi_gcp/firestore/index.py +118 -3
- pulumi_gcp/folder/service_identity.py +26 -0
- pulumi_gcp/gkehub/_inputs.py +0 -60
- pulumi_gcp/gkehub/get_membership.py +1 -12
- pulumi_gcp/gkehub/membership.py +0 -70
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
- pulumi_gcp/gkehub/outputs.py +0 -36
- pulumi_gcp/healthcare/_inputs.py +205 -0
- pulumi_gcp/healthcare/fhir_store.py +128 -0
- pulumi_gcp/healthcare/outputs.py +163 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
- pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
- pulumi_gcp/iap/__init__.py +8 -0
- pulumi_gcp/iap/_inputs.py +260 -0
- pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
- pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
- pulumi_gcp/iap/outputs.py +152 -0
- pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_forwarding_rule_service_iam_binding.py} +233 -315
- pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_forwarding_rule_service_iam_member.py} +233 -315
- pulumi_gcp/{beyondcorp/application_iam_policy.py → iap/web_forwarding_rule_service_iam_policy.py} +212 -294
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_binding.py +1091 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_member.py +1091 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
- pulumi_gcp/kms/autokey_config.py +0 -2
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
- pulumi_gcp/kms/key_handle.py +0 -2
- pulumi_gcp/logging/organization_sink.py +7 -7
- pulumi_gcp/managedkafka/connect_cluster.py +4 -0
- pulumi_gcp/managedkafka/connector.py +4 -0
- pulumi_gcp/memorystore/get_instance.py +1 -12
- pulumi_gcp/memorystore/instance.py +14 -84
- pulumi_gcp/netapp/storage_pool.py +91 -2
- pulumi_gcp/netapp/volume.py +47 -0
- pulumi_gcp/networkmanagement/__init__.py +1 -0
- pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
- pulumi_gcp/networksecurity/authorization_policy.py +12 -0
- pulumi_gcp/networkservices/gateway.py +7 -7
- pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
- pulumi_gcp/networkservices/service_lb_policies.py +12 -0
- pulumi_gcp/notebooks/__init__.py +0 -1
- pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
- pulumi_gcp/projects/service.py +2 -11
- pulumi_gcp/provider.py +20 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +0 -70
- pulumi_gcp/redis/get_cluster.py +1 -12
- pulumi_gcp/resourcemanager/capability.py +16 -0
- pulumi_gcp/runtimeconfig/config.py +16 -0
- pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
- pulumi_gcp/runtimeconfig/variable.py +10 -0
- pulumi_gcp/saasruntime/__init__.py +12 -0
- pulumi_gcp/saasruntime/_inputs.py +513 -0
- pulumi_gcp/saasruntime/outputs.py +431 -0
- pulumi_gcp/saasruntime/saa_s.py +819 -0
- pulumi_gcp/saasruntime/unit_kind.py +1024 -0
- pulumi_gcp/securesourcemanager/_inputs.py +20 -19
- pulumi_gcp/securesourcemanager/instance.py +7 -7
- pulumi_gcp/securesourcemanager/outputs.py +15 -14
- pulumi_gcp/securesourcemanager/repository.py +7 -7
- pulumi_gcp/serviceaccount/get_account_key.py +1 -21
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/sql/_inputs.py +135 -1
- pulumi_gcp/sql/database_instance.py +94 -0
- pulumi_gcp/sql/get_database_instance.py +23 -1
- pulumi_gcp/sql/outputs.py +276 -3
- pulumi_gcp/sql/user.py +61 -0
- pulumi_gcp/storage/_inputs.py +253 -7
- pulumi_gcp/storage/bucket_object.py +0 -9
- pulumi_gcp/storage/outputs.py +198 -8
- pulumi_gcp/storage/transfer_job.py +47 -0
- pulumi_gcp/tpu/__init__.py +0 -2
- pulumi_gcp/tpu/_inputs.py +0 -93
- pulumi_gcp/tpu/outputs.py +0 -72
- pulumi_gcp/tpu/v2_queued_resource.py +16 -0
- pulumi_gcp/tpu/v2_vm.py +16 -0
- pulumi_gcp/vertex/_inputs.py +8 -9
- pulumi_gcp/vertex/ai_endpoint.py +2 -4
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_index.py +24 -23
- pulumi_gcp/vertex/ai_metadata_store.py +16 -0
- pulumi_gcp/vertex/outputs.py +7 -8
- pulumi_gcp/workstations/workstation.py +16 -0
- pulumi_gcp/workstations/workstation_cluster.py +16 -0
- pulumi_gcp/workstations/workstation_config.py +16 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
- pulumi_gcp/workstations/workstation_iam_member.py +272 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
- {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +266 -255
- pulumi_gcp/beyondcorp/application.py +0 -746
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
- pulumi_gcp/notebooks/location.py +0 -285
- pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
- pulumi_gcp/tpu/node.py +0 -1062
- {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/top_level.txt +0 -0
pulumi_gcp/iap/_inputs.py
CHANGED
@@ -67,6 +67,10 @@ __all__ = [
|
|
67
67
|
'WebCloudRunServiceIamBindingConditionArgsDict',
|
68
68
|
'WebCloudRunServiceIamMemberConditionArgs',
|
69
69
|
'WebCloudRunServiceIamMemberConditionArgsDict',
|
70
|
+
'WebForwardingRuleServiceIamBindingConditionArgs',
|
71
|
+
'WebForwardingRuleServiceIamBindingConditionArgsDict',
|
72
|
+
'WebForwardingRuleServiceIamMemberConditionArgs',
|
73
|
+
'WebForwardingRuleServiceIamMemberConditionArgsDict',
|
70
74
|
'WebIamBindingConditionArgs',
|
71
75
|
'WebIamBindingConditionArgsDict',
|
72
76
|
'WebIamMemberConditionArgs',
|
@@ -75,6 +79,10 @@ __all__ = [
|
|
75
79
|
'WebRegionBackendServiceIamBindingConditionArgsDict',
|
76
80
|
'WebRegionBackendServiceIamMemberConditionArgs',
|
77
81
|
'WebRegionBackendServiceIamMemberConditionArgsDict',
|
82
|
+
'WebRegionForwardingRuleServiceIamBindingConditionArgs',
|
83
|
+
'WebRegionForwardingRuleServiceIamBindingConditionArgsDict',
|
84
|
+
'WebRegionForwardingRuleServiceIamMemberConditionArgs',
|
85
|
+
'WebRegionForwardingRuleServiceIamMemberConditionArgsDict',
|
78
86
|
'WebTypeAppEngingIamBindingConditionArgs',
|
79
87
|
'WebTypeAppEngingIamBindingConditionArgsDict',
|
80
88
|
'WebTypeAppEngingIamMemberConditionArgs',
|
@@ -2119,6 +2127,132 @@ class WebCloudRunServiceIamMemberConditionArgs:
|
|
2119
2127
|
pulumi.set(self, "description", value)
|
2120
2128
|
|
2121
2129
|
|
2130
|
+
if not MYPY:
|
2131
|
+
class WebForwardingRuleServiceIamBindingConditionArgsDict(TypedDict):
|
2132
|
+
expression: pulumi.Input[_builtins.str]
|
2133
|
+
"""
|
2134
|
+
Textual representation of an expression in Common Expression Language syntax.
|
2135
|
+
"""
|
2136
|
+
title: pulumi.Input[_builtins.str]
|
2137
|
+
"""
|
2138
|
+
A title for the expression, i.e. a short string describing its purpose.
|
2139
|
+
"""
|
2140
|
+
description: NotRequired[pulumi.Input[_builtins.str]]
|
2141
|
+
elif False:
|
2142
|
+
WebForwardingRuleServiceIamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
|
2143
|
+
|
2144
|
+
@pulumi.input_type
|
2145
|
+
class WebForwardingRuleServiceIamBindingConditionArgs:
|
2146
|
+
def __init__(__self__, *,
|
2147
|
+
expression: pulumi.Input[_builtins.str],
|
2148
|
+
title: pulumi.Input[_builtins.str],
|
2149
|
+
description: Optional[pulumi.Input[_builtins.str]] = None):
|
2150
|
+
"""
|
2151
|
+
:param pulumi.Input[_builtins.str] expression: Textual representation of an expression in Common Expression Language syntax.
|
2152
|
+
:param pulumi.Input[_builtins.str] title: A title for the expression, i.e. a short string describing its purpose.
|
2153
|
+
"""
|
2154
|
+
pulumi.set(__self__, "expression", expression)
|
2155
|
+
pulumi.set(__self__, "title", title)
|
2156
|
+
if description is not None:
|
2157
|
+
pulumi.set(__self__, "description", description)
|
2158
|
+
|
2159
|
+
@_builtins.property
|
2160
|
+
@pulumi.getter
|
2161
|
+
def expression(self) -> pulumi.Input[_builtins.str]:
|
2162
|
+
"""
|
2163
|
+
Textual representation of an expression in Common Expression Language syntax.
|
2164
|
+
"""
|
2165
|
+
return pulumi.get(self, "expression")
|
2166
|
+
|
2167
|
+
@expression.setter
|
2168
|
+
def expression(self, value: pulumi.Input[_builtins.str]):
|
2169
|
+
pulumi.set(self, "expression", value)
|
2170
|
+
|
2171
|
+
@_builtins.property
|
2172
|
+
@pulumi.getter
|
2173
|
+
def title(self) -> pulumi.Input[_builtins.str]:
|
2174
|
+
"""
|
2175
|
+
A title for the expression, i.e. a short string describing its purpose.
|
2176
|
+
"""
|
2177
|
+
return pulumi.get(self, "title")
|
2178
|
+
|
2179
|
+
@title.setter
|
2180
|
+
def title(self, value: pulumi.Input[_builtins.str]):
|
2181
|
+
pulumi.set(self, "title", value)
|
2182
|
+
|
2183
|
+
@_builtins.property
|
2184
|
+
@pulumi.getter
|
2185
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2186
|
+
return pulumi.get(self, "description")
|
2187
|
+
|
2188
|
+
@description.setter
|
2189
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2190
|
+
pulumi.set(self, "description", value)
|
2191
|
+
|
2192
|
+
|
2193
|
+
if not MYPY:
|
2194
|
+
class WebForwardingRuleServiceIamMemberConditionArgsDict(TypedDict):
|
2195
|
+
expression: pulumi.Input[_builtins.str]
|
2196
|
+
"""
|
2197
|
+
Textual representation of an expression in Common Expression Language syntax.
|
2198
|
+
"""
|
2199
|
+
title: pulumi.Input[_builtins.str]
|
2200
|
+
"""
|
2201
|
+
A title for the expression, i.e. a short string describing its purpose.
|
2202
|
+
"""
|
2203
|
+
description: NotRequired[pulumi.Input[_builtins.str]]
|
2204
|
+
elif False:
|
2205
|
+
WebForwardingRuleServiceIamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
|
2206
|
+
|
2207
|
+
@pulumi.input_type
|
2208
|
+
class WebForwardingRuleServiceIamMemberConditionArgs:
|
2209
|
+
def __init__(__self__, *,
|
2210
|
+
expression: pulumi.Input[_builtins.str],
|
2211
|
+
title: pulumi.Input[_builtins.str],
|
2212
|
+
description: Optional[pulumi.Input[_builtins.str]] = None):
|
2213
|
+
"""
|
2214
|
+
:param pulumi.Input[_builtins.str] expression: Textual representation of an expression in Common Expression Language syntax.
|
2215
|
+
:param pulumi.Input[_builtins.str] title: A title for the expression, i.e. a short string describing its purpose.
|
2216
|
+
"""
|
2217
|
+
pulumi.set(__self__, "expression", expression)
|
2218
|
+
pulumi.set(__self__, "title", title)
|
2219
|
+
if description is not None:
|
2220
|
+
pulumi.set(__self__, "description", description)
|
2221
|
+
|
2222
|
+
@_builtins.property
|
2223
|
+
@pulumi.getter
|
2224
|
+
def expression(self) -> pulumi.Input[_builtins.str]:
|
2225
|
+
"""
|
2226
|
+
Textual representation of an expression in Common Expression Language syntax.
|
2227
|
+
"""
|
2228
|
+
return pulumi.get(self, "expression")
|
2229
|
+
|
2230
|
+
@expression.setter
|
2231
|
+
def expression(self, value: pulumi.Input[_builtins.str]):
|
2232
|
+
pulumi.set(self, "expression", value)
|
2233
|
+
|
2234
|
+
@_builtins.property
|
2235
|
+
@pulumi.getter
|
2236
|
+
def title(self) -> pulumi.Input[_builtins.str]:
|
2237
|
+
"""
|
2238
|
+
A title for the expression, i.e. a short string describing its purpose.
|
2239
|
+
"""
|
2240
|
+
return pulumi.get(self, "title")
|
2241
|
+
|
2242
|
+
@title.setter
|
2243
|
+
def title(self, value: pulumi.Input[_builtins.str]):
|
2244
|
+
pulumi.set(self, "title", value)
|
2245
|
+
|
2246
|
+
@_builtins.property
|
2247
|
+
@pulumi.getter
|
2248
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2249
|
+
return pulumi.get(self, "description")
|
2250
|
+
|
2251
|
+
@description.setter
|
2252
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2253
|
+
pulumi.set(self, "description", value)
|
2254
|
+
|
2255
|
+
|
2122
2256
|
if not MYPY:
|
2123
2257
|
class WebIamBindingConditionArgsDict(TypedDict):
|
2124
2258
|
expression: pulumi.Input[_builtins.str]
|
@@ -2409,6 +2543,132 @@ class WebRegionBackendServiceIamMemberConditionArgs:
|
|
2409
2543
|
pulumi.set(self, "description", value)
|
2410
2544
|
|
2411
2545
|
|
2546
|
+
if not MYPY:
|
2547
|
+
class WebRegionForwardingRuleServiceIamBindingConditionArgsDict(TypedDict):
|
2548
|
+
expression: pulumi.Input[_builtins.str]
|
2549
|
+
"""
|
2550
|
+
Textual representation of an expression in Common Expression Language syntax.
|
2551
|
+
"""
|
2552
|
+
title: pulumi.Input[_builtins.str]
|
2553
|
+
"""
|
2554
|
+
A title for the expression, i.e. a short string describing its purpose.
|
2555
|
+
"""
|
2556
|
+
description: NotRequired[pulumi.Input[_builtins.str]]
|
2557
|
+
elif False:
|
2558
|
+
WebRegionForwardingRuleServiceIamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
|
2559
|
+
|
2560
|
+
@pulumi.input_type
|
2561
|
+
class WebRegionForwardingRuleServiceIamBindingConditionArgs:
|
2562
|
+
def __init__(__self__, *,
|
2563
|
+
expression: pulumi.Input[_builtins.str],
|
2564
|
+
title: pulumi.Input[_builtins.str],
|
2565
|
+
description: Optional[pulumi.Input[_builtins.str]] = None):
|
2566
|
+
"""
|
2567
|
+
:param pulumi.Input[_builtins.str] expression: Textual representation of an expression in Common Expression Language syntax.
|
2568
|
+
:param pulumi.Input[_builtins.str] title: A title for the expression, i.e. a short string describing its purpose.
|
2569
|
+
"""
|
2570
|
+
pulumi.set(__self__, "expression", expression)
|
2571
|
+
pulumi.set(__self__, "title", title)
|
2572
|
+
if description is not None:
|
2573
|
+
pulumi.set(__self__, "description", description)
|
2574
|
+
|
2575
|
+
@_builtins.property
|
2576
|
+
@pulumi.getter
|
2577
|
+
def expression(self) -> pulumi.Input[_builtins.str]:
|
2578
|
+
"""
|
2579
|
+
Textual representation of an expression in Common Expression Language syntax.
|
2580
|
+
"""
|
2581
|
+
return pulumi.get(self, "expression")
|
2582
|
+
|
2583
|
+
@expression.setter
|
2584
|
+
def expression(self, value: pulumi.Input[_builtins.str]):
|
2585
|
+
pulumi.set(self, "expression", value)
|
2586
|
+
|
2587
|
+
@_builtins.property
|
2588
|
+
@pulumi.getter
|
2589
|
+
def title(self) -> pulumi.Input[_builtins.str]:
|
2590
|
+
"""
|
2591
|
+
A title for the expression, i.e. a short string describing its purpose.
|
2592
|
+
"""
|
2593
|
+
return pulumi.get(self, "title")
|
2594
|
+
|
2595
|
+
@title.setter
|
2596
|
+
def title(self, value: pulumi.Input[_builtins.str]):
|
2597
|
+
pulumi.set(self, "title", value)
|
2598
|
+
|
2599
|
+
@_builtins.property
|
2600
|
+
@pulumi.getter
|
2601
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2602
|
+
return pulumi.get(self, "description")
|
2603
|
+
|
2604
|
+
@description.setter
|
2605
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2606
|
+
pulumi.set(self, "description", value)
|
2607
|
+
|
2608
|
+
|
2609
|
+
if not MYPY:
|
2610
|
+
class WebRegionForwardingRuleServiceIamMemberConditionArgsDict(TypedDict):
|
2611
|
+
expression: pulumi.Input[_builtins.str]
|
2612
|
+
"""
|
2613
|
+
Textual representation of an expression in Common Expression Language syntax.
|
2614
|
+
"""
|
2615
|
+
title: pulumi.Input[_builtins.str]
|
2616
|
+
"""
|
2617
|
+
A title for the expression, i.e. a short string describing its purpose.
|
2618
|
+
"""
|
2619
|
+
description: NotRequired[pulumi.Input[_builtins.str]]
|
2620
|
+
elif False:
|
2621
|
+
WebRegionForwardingRuleServiceIamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
|
2622
|
+
|
2623
|
+
@pulumi.input_type
|
2624
|
+
class WebRegionForwardingRuleServiceIamMemberConditionArgs:
|
2625
|
+
def __init__(__self__, *,
|
2626
|
+
expression: pulumi.Input[_builtins.str],
|
2627
|
+
title: pulumi.Input[_builtins.str],
|
2628
|
+
description: Optional[pulumi.Input[_builtins.str]] = None):
|
2629
|
+
"""
|
2630
|
+
:param pulumi.Input[_builtins.str] expression: Textual representation of an expression in Common Expression Language syntax.
|
2631
|
+
:param pulumi.Input[_builtins.str] title: A title for the expression, i.e. a short string describing its purpose.
|
2632
|
+
"""
|
2633
|
+
pulumi.set(__self__, "expression", expression)
|
2634
|
+
pulumi.set(__self__, "title", title)
|
2635
|
+
if description is not None:
|
2636
|
+
pulumi.set(__self__, "description", description)
|
2637
|
+
|
2638
|
+
@_builtins.property
|
2639
|
+
@pulumi.getter
|
2640
|
+
def expression(self) -> pulumi.Input[_builtins.str]:
|
2641
|
+
"""
|
2642
|
+
Textual representation of an expression in Common Expression Language syntax.
|
2643
|
+
"""
|
2644
|
+
return pulumi.get(self, "expression")
|
2645
|
+
|
2646
|
+
@expression.setter
|
2647
|
+
def expression(self, value: pulumi.Input[_builtins.str]):
|
2648
|
+
pulumi.set(self, "expression", value)
|
2649
|
+
|
2650
|
+
@_builtins.property
|
2651
|
+
@pulumi.getter
|
2652
|
+
def title(self) -> pulumi.Input[_builtins.str]:
|
2653
|
+
"""
|
2654
|
+
A title for the expression, i.e. a short string describing its purpose.
|
2655
|
+
"""
|
2656
|
+
return pulumi.get(self, "title")
|
2657
|
+
|
2658
|
+
@title.setter
|
2659
|
+
def title(self, value: pulumi.Input[_builtins.str]):
|
2660
|
+
pulumi.set(self, "title", value)
|
2661
|
+
|
2662
|
+
@_builtins.property
|
2663
|
+
@pulumi.getter
|
2664
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2665
|
+
return pulumi.get(self, "description")
|
2666
|
+
|
2667
|
+
@description.setter
|
2668
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2669
|
+
pulumi.set(self, "description", value)
|
2670
|
+
|
2671
|
+
|
2412
2672
|
if not MYPY:
|
2413
2673
|
class WebTypeAppEngingIamBindingConditionArgsDict(TypedDict):
|
2414
2674
|
expression: pulumi.Input[_builtins.str]
|
@@ -0,0 +1,159 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
|
17
|
+
__all__ = [
|
18
|
+
'GetWebForwardingRuleServiceIamPolicyResult',
|
19
|
+
'AwaitableGetWebForwardingRuleServiceIamPolicyResult',
|
20
|
+
'get_web_forwarding_rule_service_iam_policy',
|
21
|
+
'get_web_forwarding_rule_service_iam_policy_output',
|
22
|
+
]
|
23
|
+
|
24
|
+
@pulumi.output_type
|
25
|
+
class GetWebForwardingRuleServiceIamPolicyResult:
|
26
|
+
"""
|
27
|
+
A collection of values returned by getWebForwardingRuleServiceIamPolicy.
|
28
|
+
"""
|
29
|
+
def __init__(__self__, etag=None, forwarding_rule_service_name=None, id=None, policy_data=None, project=None):
|
30
|
+
if etag and not isinstance(etag, str):
|
31
|
+
raise TypeError("Expected argument 'etag' to be a str")
|
32
|
+
pulumi.set(__self__, "etag", etag)
|
33
|
+
if forwarding_rule_service_name and not isinstance(forwarding_rule_service_name, str):
|
34
|
+
raise TypeError("Expected argument 'forwarding_rule_service_name' to be a str")
|
35
|
+
pulumi.set(__self__, "forwarding_rule_service_name", forwarding_rule_service_name)
|
36
|
+
if id and not isinstance(id, str):
|
37
|
+
raise TypeError("Expected argument 'id' to be a str")
|
38
|
+
pulumi.set(__self__, "id", id)
|
39
|
+
if policy_data and not isinstance(policy_data, str):
|
40
|
+
raise TypeError("Expected argument 'policy_data' to be a str")
|
41
|
+
pulumi.set(__self__, "policy_data", policy_data)
|
42
|
+
if project and not isinstance(project, str):
|
43
|
+
raise TypeError("Expected argument 'project' to be a str")
|
44
|
+
pulumi.set(__self__, "project", project)
|
45
|
+
|
46
|
+
@_builtins.property
|
47
|
+
@pulumi.getter
|
48
|
+
def etag(self) -> _builtins.str:
|
49
|
+
"""
|
50
|
+
(Computed) The etag of the IAM policy.
|
51
|
+
"""
|
52
|
+
return pulumi.get(self, "etag")
|
53
|
+
|
54
|
+
@_builtins.property
|
55
|
+
@pulumi.getter(name="forwardingRuleServiceName")
|
56
|
+
def forwarding_rule_service_name(self) -> _builtins.str:
|
57
|
+
return pulumi.get(self, "forwarding_rule_service_name")
|
58
|
+
|
59
|
+
@_builtins.property
|
60
|
+
@pulumi.getter
|
61
|
+
def id(self) -> _builtins.str:
|
62
|
+
"""
|
63
|
+
The provider-assigned unique ID for this managed resource.
|
64
|
+
"""
|
65
|
+
return pulumi.get(self, "id")
|
66
|
+
|
67
|
+
@_builtins.property
|
68
|
+
@pulumi.getter(name="policyData")
|
69
|
+
def policy_data(self) -> _builtins.str:
|
70
|
+
"""
|
71
|
+
(Required only by `iap.WebForwardingRuleServiceIamPolicy`) The policy data generated by
|
72
|
+
a `organizations_get_iam_policy` data source.
|
73
|
+
"""
|
74
|
+
return pulumi.get(self, "policy_data")
|
75
|
+
|
76
|
+
@_builtins.property
|
77
|
+
@pulumi.getter
|
78
|
+
def project(self) -> _builtins.str:
|
79
|
+
return pulumi.get(self, "project")
|
80
|
+
|
81
|
+
|
82
|
+
class AwaitableGetWebForwardingRuleServiceIamPolicyResult(GetWebForwardingRuleServiceIamPolicyResult):
|
83
|
+
# pylint: disable=using-constant-test
|
84
|
+
def __await__(self):
|
85
|
+
if False:
|
86
|
+
yield self
|
87
|
+
return GetWebForwardingRuleServiceIamPolicyResult(
|
88
|
+
etag=self.etag,
|
89
|
+
forwarding_rule_service_name=self.forwarding_rule_service_name,
|
90
|
+
id=self.id,
|
91
|
+
policy_data=self.policy_data,
|
92
|
+
project=self.project)
|
93
|
+
|
94
|
+
|
95
|
+
def get_web_forwarding_rule_service_iam_policy(forwarding_rule_service_name: Optional[_builtins.str] = None,
|
96
|
+
project: Optional[_builtins.str] = None,
|
97
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWebForwardingRuleServiceIamPolicyResult:
|
98
|
+
"""
|
99
|
+
Retrieves the current IAM policy data for webforwardingruleservice
|
100
|
+
|
101
|
+
## Example Usage
|
102
|
+
|
103
|
+
```python
|
104
|
+
import pulumi
|
105
|
+
import pulumi_gcp as gcp
|
106
|
+
|
107
|
+
policy = gcp.iap.get_web_forwarding_rule_service_iam_policy(project=default["project"],
|
108
|
+
forwarding_rule_service_name=default["name"])
|
109
|
+
```
|
110
|
+
|
111
|
+
|
112
|
+
:param _builtins.str forwarding_rule_service_name: Used to find the parent resource to bind the IAM policy to
|
113
|
+
:param _builtins.str project: The ID of the project in which the resource belongs.
|
114
|
+
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
115
|
+
"""
|
116
|
+
__args__ = dict()
|
117
|
+
__args__['forwardingRuleServiceName'] = forwarding_rule_service_name
|
118
|
+
__args__['project'] = project
|
119
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
120
|
+
__ret__ = pulumi.runtime.invoke('gcp:iap/getWebForwardingRuleServiceIamPolicy:getWebForwardingRuleServiceIamPolicy', __args__, opts=opts, typ=GetWebForwardingRuleServiceIamPolicyResult).value
|
121
|
+
|
122
|
+
return AwaitableGetWebForwardingRuleServiceIamPolicyResult(
|
123
|
+
etag=pulumi.get(__ret__, 'etag'),
|
124
|
+
forwarding_rule_service_name=pulumi.get(__ret__, 'forwarding_rule_service_name'),
|
125
|
+
id=pulumi.get(__ret__, 'id'),
|
126
|
+
policy_data=pulumi.get(__ret__, 'policy_data'),
|
127
|
+
project=pulumi.get(__ret__, 'project'))
|
128
|
+
def get_web_forwarding_rule_service_iam_policy_output(forwarding_rule_service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
129
|
+
project: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
130
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetWebForwardingRuleServiceIamPolicyResult]:
|
131
|
+
"""
|
132
|
+
Retrieves the current IAM policy data for webforwardingruleservice
|
133
|
+
|
134
|
+
## Example Usage
|
135
|
+
|
136
|
+
```python
|
137
|
+
import pulumi
|
138
|
+
import pulumi_gcp as gcp
|
139
|
+
|
140
|
+
policy = gcp.iap.get_web_forwarding_rule_service_iam_policy(project=default["project"],
|
141
|
+
forwarding_rule_service_name=default["name"])
|
142
|
+
```
|
143
|
+
|
144
|
+
|
145
|
+
:param _builtins.str forwarding_rule_service_name: Used to find the parent resource to bind the IAM policy to
|
146
|
+
:param _builtins.str project: The ID of the project in which the resource belongs.
|
147
|
+
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
148
|
+
"""
|
149
|
+
__args__ = dict()
|
150
|
+
__args__['forwardingRuleServiceName'] = forwarding_rule_service_name
|
151
|
+
__args__['project'] = project
|
152
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
153
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:iap/getWebForwardingRuleServiceIamPolicy:getWebForwardingRuleServiceIamPolicy', __args__, opts=opts, typ=GetWebForwardingRuleServiceIamPolicyResult)
|
154
|
+
return __ret__.apply(lambda __response__: GetWebForwardingRuleServiceIamPolicyResult(
|
155
|
+
etag=pulumi.get(__response__, 'etag'),
|
156
|
+
forwarding_rule_service_name=pulumi.get(__response__, 'forwarding_rule_service_name'),
|
157
|
+
id=pulumi.get(__response__, 'id'),
|
158
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
159
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -0,0 +1,182 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
|
17
|
+
__all__ = [
|
18
|
+
'GetWebRegionForwardingRuleServiceIamPolicyResult',
|
19
|
+
'AwaitableGetWebRegionForwardingRuleServiceIamPolicyResult',
|
20
|
+
'get_web_region_forwarding_rule_service_iam_policy',
|
21
|
+
'get_web_region_forwarding_rule_service_iam_policy_output',
|
22
|
+
]
|
23
|
+
|
24
|
+
@pulumi.output_type
|
25
|
+
class GetWebRegionForwardingRuleServiceIamPolicyResult:
|
26
|
+
"""
|
27
|
+
A collection of values returned by getWebRegionForwardingRuleServiceIamPolicy.
|
28
|
+
"""
|
29
|
+
def __init__(__self__, etag=None, forwarding_rule_region_service_name=None, id=None, policy_data=None, project=None, region=None):
|
30
|
+
if etag and not isinstance(etag, str):
|
31
|
+
raise TypeError("Expected argument 'etag' to be a str")
|
32
|
+
pulumi.set(__self__, "etag", etag)
|
33
|
+
if forwarding_rule_region_service_name and not isinstance(forwarding_rule_region_service_name, str):
|
34
|
+
raise TypeError("Expected argument 'forwarding_rule_region_service_name' to be a str")
|
35
|
+
pulumi.set(__self__, "forwarding_rule_region_service_name", forwarding_rule_region_service_name)
|
36
|
+
if id and not isinstance(id, str):
|
37
|
+
raise TypeError("Expected argument 'id' to be a str")
|
38
|
+
pulumi.set(__self__, "id", id)
|
39
|
+
if policy_data and not isinstance(policy_data, str):
|
40
|
+
raise TypeError("Expected argument 'policy_data' to be a str")
|
41
|
+
pulumi.set(__self__, "policy_data", policy_data)
|
42
|
+
if project and not isinstance(project, str):
|
43
|
+
raise TypeError("Expected argument 'project' to be a str")
|
44
|
+
pulumi.set(__self__, "project", project)
|
45
|
+
if region and not isinstance(region, str):
|
46
|
+
raise TypeError("Expected argument 'region' to be a str")
|
47
|
+
pulumi.set(__self__, "region", region)
|
48
|
+
|
49
|
+
@_builtins.property
|
50
|
+
@pulumi.getter
|
51
|
+
def etag(self) -> _builtins.str:
|
52
|
+
"""
|
53
|
+
(Computed) The etag of the IAM policy.
|
54
|
+
"""
|
55
|
+
return pulumi.get(self, "etag")
|
56
|
+
|
57
|
+
@_builtins.property
|
58
|
+
@pulumi.getter(name="forwardingRuleRegionServiceName")
|
59
|
+
def forwarding_rule_region_service_name(self) -> _builtins.str:
|
60
|
+
return pulumi.get(self, "forwarding_rule_region_service_name")
|
61
|
+
|
62
|
+
@_builtins.property
|
63
|
+
@pulumi.getter
|
64
|
+
def id(self) -> _builtins.str:
|
65
|
+
"""
|
66
|
+
The provider-assigned unique ID for this managed resource.
|
67
|
+
"""
|
68
|
+
return pulumi.get(self, "id")
|
69
|
+
|
70
|
+
@_builtins.property
|
71
|
+
@pulumi.getter(name="policyData")
|
72
|
+
def policy_data(self) -> _builtins.str:
|
73
|
+
"""
|
74
|
+
(Required only by `iap.WebRegionForwardingRuleServiceIamPolicy`) The policy data generated by
|
75
|
+
a `organizations_get_iam_policy` data source.
|
76
|
+
"""
|
77
|
+
return pulumi.get(self, "policy_data")
|
78
|
+
|
79
|
+
@_builtins.property
|
80
|
+
@pulumi.getter
|
81
|
+
def project(self) -> _builtins.str:
|
82
|
+
return pulumi.get(self, "project")
|
83
|
+
|
84
|
+
@_builtins.property
|
85
|
+
@pulumi.getter
|
86
|
+
def region(self) -> _builtins.str:
|
87
|
+
return pulumi.get(self, "region")
|
88
|
+
|
89
|
+
|
90
|
+
class AwaitableGetWebRegionForwardingRuleServiceIamPolicyResult(GetWebRegionForwardingRuleServiceIamPolicyResult):
|
91
|
+
# pylint: disable=using-constant-test
|
92
|
+
def __await__(self):
|
93
|
+
if False:
|
94
|
+
yield self
|
95
|
+
return GetWebRegionForwardingRuleServiceIamPolicyResult(
|
96
|
+
etag=self.etag,
|
97
|
+
forwarding_rule_region_service_name=self.forwarding_rule_region_service_name,
|
98
|
+
id=self.id,
|
99
|
+
policy_data=self.policy_data,
|
100
|
+
project=self.project,
|
101
|
+
region=self.region)
|
102
|
+
|
103
|
+
|
104
|
+
def get_web_region_forwarding_rule_service_iam_policy(forwarding_rule_region_service_name: Optional[_builtins.str] = None,
|
105
|
+
project: Optional[_builtins.str] = None,
|
106
|
+
region: Optional[_builtins.str] = None,
|
107
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWebRegionForwardingRuleServiceIamPolicyResult:
|
108
|
+
"""
|
109
|
+
Retrieves the current IAM policy data for webregionforwardingruleservice
|
110
|
+
|
111
|
+
## Example Usage
|
112
|
+
|
113
|
+
```python
|
114
|
+
import pulumi
|
115
|
+
import pulumi_gcp as gcp
|
116
|
+
|
117
|
+
policy = gcp.iap.get_web_region_forwarding_rule_service_iam_policy(project=default["project"],
|
118
|
+
region=default["region"],
|
119
|
+
forwarding_rule_region_service_name=default["name"])
|
120
|
+
```
|
121
|
+
|
122
|
+
|
123
|
+
:param _builtins.str forwarding_rule_region_service_name: Used to find the parent resource to bind the IAM policy to
|
124
|
+
:param _builtins.str project: The ID of the project in which the resource belongs.
|
125
|
+
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
126
|
+
:param _builtins.str region: Used to find the parent resource to bind the IAM policy to. If not specified,
|
127
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
128
|
+
region is specified, it is taken from the provider configuration.
|
129
|
+
"""
|
130
|
+
__args__ = dict()
|
131
|
+
__args__['forwardingRuleRegionServiceName'] = forwarding_rule_region_service_name
|
132
|
+
__args__['project'] = project
|
133
|
+
__args__['region'] = region
|
134
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
135
|
+
__ret__ = pulumi.runtime.invoke('gcp:iap/getWebRegionForwardingRuleServiceIamPolicy:getWebRegionForwardingRuleServiceIamPolicy', __args__, opts=opts, typ=GetWebRegionForwardingRuleServiceIamPolicyResult).value
|
136
|
+
|
137
|
+
return AwaitableGetWebRegionForwardingRuleServiceIamPolicyResult(
|
138
|
+
etag=pulumi.get(__ret__, 'etag'),
|
139
|
+
forwarding_rule_region_service_name=pulumi.get(__ret__, 'forwarding_rule_region_service_name'),
|
140
|
+
id=pulumi.get(__ret__, 'id'),
|
141
|
+
policy_data=pulumi.get(__ret__, 'policy_data'),
|
142
|
+
project=pulumi.get(__ret__, 'project'),
|
143
|
+
region=pulumi.get(__ret__, 'region'))
|
144
|
+
def get_web_region_forwarding_rule_service_iam_policy_output(forwarding_rule_region_service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
145
|
+
project: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
146
|
+
region: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
147
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetWebRegionForwardingRuleServiceIamPolicyResult]:
|
148
|
+
"""
|
149
|
+
Retrieves the current IAM policy data for webregionforwardingruleservice
|
150
|
+
|
151
|
+
## Example Usage
|
152
|
+
|
153
|
+
```python
|
154
|
+
import pulumi
|
155
|
+
import pulumi_gcp as gcp
|
156
|
+
|
157
|
+
policy = gcp.iap.get_web_region_forwarding_rule_service_iam_policy(project=default["project"],
|
158
|
+
region=default["region"],
|
159
|
+
forwarding_rule_region_service_name=default["name"])
|
160
|
+
```
|
161
|
+
|
162
|
+
|
163
|
+
:param _builtins.str forwarding_rule_region_service_name: Used to find the parent resource to bind the IAM policy to
|
164
|
+
:param _builtins.str project: The ID of the project in which the resource belongs.
|
165
|
+
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
166
|
+
:param _builtins.str region: Used to find the parent resource to bind the IAM policy to. If not specified,
|
167
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
168
|
+
region is specified, it is taken from the provider configuration.
|
169
|
+
"""
|
170
|
+
__args__ = dict()
|
171
|
+
__args__['forwardingRuleRegionServiceName'] = forwarding_rule_region_service_name
|
172
|
+
__args__['project'] = project
|
173
|
+
__args__['region'] = region
|
174
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
175
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:iap/getWebRegionForwardingRuleServiceIamPolicy:getWebRegionForwardingRuleServiceIamPolicy', __args__, opts=opts, typ=GetWebRegionForwardingRuleServiceIamPolicyResult)
|
176
|
+
return __ret__.apply(lambda __response__: GetWebRegionForwardingRuleServiceIamPolicyResult(
|
177
|
+
etag=pulumi.get(__response__, 'etag'),
|
178
|
+
forwarding_rule_region_service_name=pulumi.get(__response__, 'forwarding_rule_region_service_name'),
|
179
|
+
id=pulumi.get(__response__, 'id'),
|
180
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
181
|
+
project=pulumi.get(__response__, 'project'),
|
182
|
+
region=pulumi.get(__response__, 'region')))
|