pulumi-gcp 8.32.0a1747459264__py3-none-any.whl → 8.32.1__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 +88 -0
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +13 -0
- pulumi_gcp/apigateway/api_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_iam_policy.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +13 -0
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/environment_iam_binding.py +27 -0
- pulumi_gcp/apigee/environment_iam_member.py +27 -0
- pulumi_gcp/apigee/environment_iam_policy.py +27 -0
- pulumi_gcp/apigee/get_environment_iam_policy.py +6 -0
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/application.py +8 -4
- pulumi_gcp/beyondcorp/application_iam_binding.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +26 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/get_security_gateway.py +222 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/outputs.py +45 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +13 -0
- pulumi_gcp/bigquery/__init__.py +1 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +4 -11
- pulumi_gcp/bigquery/connection_iam_member.py +4 -11
- pulumi_gcp/bigquery/connection_iam_policy.py +4 -11
- pulumi_gcp/bigquery/data_transfer_config.py +2 -2
- pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -4
- pulumi_gcp/bigquery/get_table_iam_policy.py +4 -0
- pulumi_gcp/bigquery/iam_binding.py +26 -0
- pulumi_gcp/bigquery/iam_member.py +26 -0
- pulumi_gcp/bigquery/iam_policy.py +26 -0
- pulumi_gcp/bigquery/row_access_policy.py +787 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +13 -0
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -0
- pulumi_gcp/bigtable/logical_view.py +49 -0
- pulumi_gcp/cloudbuild/trigger.py +2 -2
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +6 -0
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +6 -0
- pulumi_gcp/colab/schedule.py +2 -2
- pulumi_gcp/compute/_inputs.py +126 -0
- pulumi_gcp/compute/backend_service.py +259 -51
- pulumi_gcp/compute/get_backend_service.py +23 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +23 -1
- pulumi_gcp/compute/get_instance_template.py +12 -1
- pulumi_gcp/compute/get_network_endpoint_group.py +12 -1
- pulumi_gcp/compute/global_forwarding_rule.py +199 -0
- pulumi_gcp/compute/instance_template.py +28 -0
- pulumi_gcp/compute/network_endpoint_group.py +28 -0
- pulumi_gcp/compute/outputs.py +110 -0
- pulumi_gcp/compute/region_backend_service.py +58 -51
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +34 -0
- pulumi_gcp/dataplex/__init__.py +5 -0
- pulumi_gcp/dataplex/_inputs.py +98 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +53 -0
- pulumi_gcp/dataplex/asset_iam_member.py +53 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +53 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_asset_iam_policy.py +10 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_glossary_iam_policy.py +185 -0
- pulumi_gcp/dataplex/get_lake_iam_policy.py +6 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_zone_iam_policy.py +8 -0
- pulumi_gcp/dataplex/glossary.py +772 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +676 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +27 -0
- pulumi_gcp/dataplex/lake_iam_member.py +27 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +27 -0
- pulumi_gcp/dataplex/outputs.py +56 -0
- pulumi_gcp/dataplex/task_iam_binding.py +13 -0
- pulumi_gcp/dataplex/task_iam_member.py +13 -0
- pulumi_gcp/dataplex/task_iam_policy.py +13 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +40 -0
- pulumi_gcp/dataplex/zone_iam_member.py +40 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +40 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +4 -25
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -8
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +8 -0
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +10 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +40 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +53 -0
- pulumi_gcp/diagflow/_inputs.py +56 -0
- pulumi_gcp/diagflow/cx_agent.py +60 -0
- pulumi_gcp/diagflow/cx_flow.py +2 -0
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/outputs.py +35 -0
- pulumi_gcp/edgecontainer/node_pool.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_policy.py +26 -0
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +8 -0
- pulumi_gcp/endpoints/get_service_iam_policy.py +6 -0
- pulumi_gcp/endpoints/service_iam_binding.py +13 -0
- pulumi_gcp/endpoints/service_iam_member.py +13 -0
- pulumi_gcp/endpoints/service_iam_policy.py +13 -0
- pulumi_gcp/firebase/__init__.py +3 -0
- pulumi_gcp/firebase/_inputs.py +1527 -0
- pulumi_gcp/firebase/app_hosting_backend.py +104 -0
- pulumi_gcp/firebase/app_hosting_default_domain.py +721 -0
- pulumi_gcp/firebase/app_hosting_domain.py +796 -0
- pulumi_gcp/firebase/app_hosting_traffic.py +914 -0
- pulumi_gcp/firebase/extensions_instance.py +4 -4
- pulumi_gcp/firebase/outputs.py +1075 -0
- pulumi_gcp/firestore/database.py +9 -0
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +4 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +26 -0
- pulumi_gcp/gkebackup/backup_channel.py +9 -9
- pulumi_gcp/gkebackup/restore_channel.py +9 -9
- pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_iam_binding.py +13 -0
- pulumi_gcp/gkehub/membership_iam_member.py +13 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +13 -0
- pulumi_gcp/gkehub/scope_iam_binding.py +13 -0
- pulumi_gcp/gkehub/scope_iam_member.py +13 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +13 -0
- pulumi_gcp/iam/__init__.py +4 -0
- pulumi_gcp/iam/_inputs.py +432 -0
- pulumi_gcp/iam/get_workload_identity_pool.py +35 -1
- pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +156 -0
- pulumi_gcp/iam/oauth_client_credential.py +6 -0
- pulumi_gcp/iam/outputs.py +510 -0
- pulumi_gcp/iam/workload_identity_pool.py +446 -24
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +358 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +13 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +27 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
- pulumi_gcp/lustre/__init__.py +1 -0
- pulumi_gcp/lustre/get_instance.py +280 -0
- pulumi_gcp/lustre/instance.py +12 -0
- pulumi_gcp/netapp/backup.py +2 -2
- pulumi_gcp/networksecurity/intercept_deployment.py +10 -0
- pulumi_gcp/networksecurity/intercept_deployment_group.py +8 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +12 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +16 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +13 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_member.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +4 -11
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +13 -0
- pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +2 -0
- pulumi_gcp/vmwareengine/external_address.py +4 -4
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -0
- pulumi_gcp/workstations/get_workstation_iam_policy.py +10 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +33 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +53 -0
- pulumi_gcp/workstations/workstation_iam_member.py +53 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +53 -0
- {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.32.1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.32.1.dist-info}/RECORD +256 -241
- {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.32.1.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.32.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,358 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins
|
6
|
+
import copy
|
7
|
+
import warnings
|
8
|
+
import sys
|
9
|
+
import pulumi
|
10
|
+
import pulumi.runtime
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
12
|
+
if sys.version_info >= (3, 11):
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
14
|
+
else:
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
16
|
+
from .. import _utilities
|
17
|
+
|
18
|
+
__all__ = ['WorkloadIdentityPoolIamPolicyArgs', 'WorkloadIdentityPoolIamPolicy']
|
19
|
+
|
20
|
+
@pulumi.input_type
|
21
|
+
class WorkloadIdentityPoolIamPolicyArgs:
|
22
|
+
def __init__(__self__, *,
|
23
|
+
policy_data: pulumi.Input[builtins.str],
|
24
|
+
workload_identity_pool_id: pulumi.Input[builtins.str],
|
25
|
+
project: Optional[pulumi.Input[builtins.str]] = None):
|
26
|
+
"""
|
27
|
+
The set of arguments for constructing a WorkloadIdentityPoolIamPolicy resource.
|
28
|
+
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
29
|
+
a `organizations_get_iam_policy` data source.
|
30
|
+
:param pulumi.Input[builtins.str] workload_identity_pool_id: Used to find the parent resource to bind the IAM policy to
|
31
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
32
|
+
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.
|
33
|
+
"""
|
34
|
+
pulumi.set(__self__, "policy_data", policy_data)
|
35
|
+
pulumi.set(__self__, "workload_identity_pool_id", workload_identity_pool_id)
|
36
|
+
if project is not None:
|
37
|
+
pulumi.set(__self__, "project", project)
|
38
|
+
|
39
|
+
@property
|
40
|
+
@pulumi.getter(name="policyData")
|
41
|
+
def policy_data(self) -> pulumi.Input[builtins.str]:
|
42
|
+
"""
|
43
|
+
The policy data generated by
|
44
|
+
a `organizations_get_iam_policy` data source.
|
45
|
+
"""
|
46
|
+
return pulumi.get(self, "policy_data")
|
47
|
+
|
48
|
+
@policy_data.setter
|
49
|
+
def policy_data(self, value: pulumi.Input[builtins.str]):
|
50
|
+
pulumi.set(self, "policy_data", value)
|
51
|
+
|
52
|
+
@property
|
53
|
+
@pulumi.getter(name="workloadIdentityPoolId")
|
54
|
+
def workload_identity_pool_id(self) -> pulumi.Input[builtins.str]:
|
55
|
+
"""
|
56
|
+
Used to find the parent resource to bind the IAM policy to
|
57
|
+
"""
|
58
|
+
return pulumi.get(self, "workload_identity_pool_id")
|
59
|
+
|
60
|
+
@workload_identity_pool_id.setter
|
61
|
+
def workload_identity_pool_id(self, value: pulumi.Input[builtins.str]):
|
62
|
+
pulumi.set(self, "workload_identity_pool_id", value)
|
63
|
+
|
64
|
+
@property
|
65
|
+
@pulumi.getter
|
66
|
+
def project(self) -> Optional[pulumi.Input[builtins.str]]:
|
67
|
+
"""
|
68
|
+
The ID of the project in which the resource belongs.
|
69
|
+
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.
|
70
|
+
"""
|
71
|
+
return pulumi.get(self, "project")
|
72
|
+
|
73
|
+
@project.setter
|
74
|
+
def project(self, value: Optional[pulumi.Input[builtins.str]]):
|
75
|
+
pulumi.set(self, "project", value)
|
76
|
+
|
77
|
+
|
78
|
+
@pulumi.input_type
|
79
|
+
class _WorkloadIdentityPoolIamPolicyState:
|
80
|
+
def __init__(__self__, *,
|
81
|
+
etag: Optional[pulumi.Input[builtins.str]] = None,
|
82
|
+
policy_data: Optional[pulumi.Input[builtins.str]] = None,
|
83
|
+
project: Optional[pulumi.Input[builtins.str]] = None,
|
84
|
+
workload_identity_pool_id: Optional[pulumi.Input[builtins.str]] = None):
|
85
|
+
"""
|
86
|
+
Input properties used for looking up and filtering WorkloadIdentityPoolIamPolicy resources.
|
87
|
+
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
88
|
+
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
89
|
+
a `organizations_get_iam_policy` data source.
|
90
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
91
|
+
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.
|
92
|
+
:param pulumi.Input[builtins.str] workload_identity_pool_id: Used to find the parent resource to bind the IAM policy to
|
93
|
+
"""
|
94
|
+
if etag is not None:
|
95
|
+
pulumi.set(__self__, "etag", etag)
|
96
|
+
if policy_data is not None:
|
97
|
+
pulumi.set(__self__, "policy_data", policy_data)
|
98
|
+
if project is not None:
|
99
|
+
pulumi.set(__self__, "project", project)
|
100
|
+
if workload_identity_pool_id is not None:
|
101
|
+
pulumi.set(__self__, "workload_identity_pool_id", workload_identity_pool_id)
|
102
|
+
|
103
|
+
@property
|
104
|
+
@pulumi.getter
|
105
|
+
def etag(self) -> Optional[pulumi.Input[builtins.str]]:
|
106
|
+
"""
|
107
|
+
(Computed) The etag of the IAM policy.
|
108
|
+
"""
|
109
|
+
return pulumi.get(self, "etag")
|
110
|
+
|
111
|
+
@etag.setter
|
112
|
+
def etag(self, value: Optional[pulumi.Input[builtins.str]]):
|
113
|
+
pulumi.set(self, "etag", value)
|
114
|
+
|
115
|
+
@property
|
116
|
+
@pulumi.getter(name="policyData")
|
117
|
+
def policy_data(self) -> Optional[pulumi.Input[builtins.str]]:
|
118
|
+
"""
|
119
|
+
The policy data generated by
|
120
|
+
a `organizations_get_iam_policy` data source.
|
121
|
+
"""
|
122
|
+
return pulumi.get(self, "policy_data")
|
123
|
+
|
124
|
+
@policy_data.setter
|
125
|
+
def policy_data(self, value: Optional[pulumi.Input[builtins.str]]):
|
126
|
+
pulumi.set(self, "policy_data", value)
|
127
|
+
|
128
|
+
@property
|
129
|
+
@pulumi.getter
|
130
|
+
def project(self) -> Optional[pulumi.Input[builtins.str]]:
|
131
|
+
"""
|
132
|
+
The ID of the project in which the resource belongs.
|
133
|
+
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.
|
134
|
+
"""
|
135
|
+
return pulumi.get(self, "project")
|
136
|
+
|
137
|
+
@project.setter
|
138
|
+
def project(self, value: Optional[pulumi.Input[builtins.str]]):
|
139
|
+
pulumi.set(self, "project", value)
|
140
|
+
|
141
|
+
@property
|
142
|
+
@pulumi.getter(name="workloadIdentityPoolId")
|
143
|
+
def workload_identity_pool_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
144
|
+
"""
|
145
|
+
Used to find the parent resource to bind the IAM policy to
|
146
|
+
"""
|
147
|
+
return pulumi.get(self, "workload_identity_pool_id")
|
148
|
+
|
149
|
+
@workload_identity_pool_id.setter
|
150
|
+
def workload_identity_pool_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
151
|
+
pulumi.set(self, "workload_identity_pool_id", value)
|
152
|
+
|
153
|
+
|
154
|
+
@pulumi.type_token("gcp:iam/workloadIdentityPoolIamPolicy:WorkloadIdentityPoolIamPolicy")
|
155
|
+
class WorkloadIdentityPoolIamPolicy(pulumi.CustomResource):
|
156
|
+
@overload
|
157
|
+
def __init__(__self__,
|
158
|
+
resource_name: str,
|
159
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
160
|
+
policy_data: Optional[pulumi.Input[builtins.str]] = None,
|
161
|
+
project: Optional[pulumi.Input[builtins.str]] = None,
|
162
|
+
workload_identity_pool_id: Optional[pulumi.Input[builtins.str]] = None,
|
163
|
+
__props__=None):
|
164
|
+
"""
|
165
|
+
## Import
|
166
|
+
|
167
|
+
For all import syntaxes, the "resource in question" can take any of the following forms:
|
168
|
+
|
169
|
+
* projects/{{project}}/locations/global/workloadIdentityPools/{{workload_identity_pool_id}}
|
170
|
+
|
171
|
+
* {{project}}/{{workload_identity_pool_id}}
|
172
|
+
|
173
|
+
* {{workload_identity_pool_id}}
|
174
|
+
|
175
|
+
Any variables not passed in the import command will be taken from the provider configuration.
|
176
|
+
|
177
|
+
Cloud IAM workloadidentitypool IAM resources can be imported using the resource identifiers, role, and member.
|
178
|
+
|
179
|
+
IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
|
180
|
+
|
181
|
+
```sh
|
182
|
+
$ pulumi import gcp:iam/workloadIdentityPoolIamPolicy:WorkloadIdentityPoolIamPolicy editor "projects/{{project}}/locations/global/workloadIdentityPools/{{workload_identity_pool_id}} roles/iam.workloadIdentityPoolViewer user:jane@example.com"
|
183
|
+
```
|
184
|
+
|
185
|
+
IAM binding imports use space-delimited identifiers: the resource in question and the role, e.g.
|
186
|
+
|
187
|
+
```sh
|
188
|
+
$ pulumi import gcp:iam/workloadIdentityPoolIamPolicy:WorkloadIdentityPoolIamPolicy editor "projects/{{project}}/locations/global/workloadIdentityPools/{{workload_identity_pool_id}} roles/iam.workloadIdentityPoolViewer"
|
189
|
+
```
|
190
|
+
|
191
|
+
IAM policy imports use the identifier of the resource in question, e.g.
|
192
|
+
|
193
|
+
```sh
|
194
|
+
$ pulumi import gcp:iam/workloadIdentityPoolIamPolicy:WorkloadIdentityPoolIamPolicy editor projects/{{project}}/locations/global/workloadIdentityPools/{{workload_identity_pool_id}}
|
195
|
+
```
|
196
|
+
|
197
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
198
|
+
|
199
|
+
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
200
|
+
|
201
|
+
:param str resource_name: The name of the resource.
|
202
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
203
|
+
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
204
|
+
a `organizations_get_iam_policy` data source.
|
205
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
206
|
+
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.
|
207
|
+
:param pulumi.Input[builtins.str] workload_identity_pool_id: Used to find the parent resource to bind the IAM policy to
|
208
|
+
"""
|
209
|
+
...
|
210
|
+
@overload
|
211
|
+
def __init__(__self__,
|
212
|
+
resource_name: str,
|
213
|
+
args: WorkloadIdentityPoolIamPolicyArgs,
|
214
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
215
|
+
"""
|
216
|
+
## Import
|
217
|
+
|
218
|
+
For all import syntaxes, the "resource in question" can take any of the following forms:
|
219
|
+
|
220
|
+
* projects/{{project}}/locations/global/workloadIdentityPools/{{workload_identity_pool_id}}
|
221
|
+
|
222
|
+
* {{project}}/{{workload_identity_pool_id}}
|
223
|
+
|
224
|
+
* {{workload_identity_pool_id}}
|
225
|
+
|
226
|
+
Any variables not passed in the import command will be taken from the provider configuration.
|
227
|
+
|
228
|
+
Cloud IAM workloadidentitypool IAM resources can be imported using the resource identifiers, role, and member.
|
229
|
+
|
230
|
+
IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
|
231
|
+
|
232
|
+
```sh
|
233
|
+
$ pulumi import gcp:iam/workloadIdentityPoolIamPolicy:WorkloadIdentityPoolIamPolicy editor "projects/{{project}}/locations/global/workloadIdentityPools/{{workload_identity_pool_id}} roles/iam.workloadIdentityPoolViewer user:jane@example.com"
|
234
|
+
```
|
235
|
+
|
236
|
+
IAM binding imports use space-delimited identifiers: the resource in question and the role, e.g.
|
237
|
+
|
238
|
+
```sh
|
239
|
+
$ pulumi import gcp:iam/workloadIdentityPoolIamPolicy:WorkloadIdentityPoolIamPolicy editor "projects/{{project}}/locations/global/workloadIdentityPools/{{workload_identity_pool_id}} roles/iam.workloadIdentityPoolViewer"
|
240
|
+
```
|
241
|
+
|
242
|
+
IAM policy imports use the identifier of the resource in question, e.g.
|
243
|
+
|
244
|
+
```sh
|
245
|
+
$ pulumi import gcp:iam/workloadIdentityPoolIamPolicy:WorkloadIdentityPoolIamPolicy editor projects/{{project}}/locations/global/workloadIdentityPools/{{workload_identity_pool_id}}
|
246
|
+
```
|
247
|
+
|
248
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
249
|
+
|
250
|
+
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
251
|
+
|
252
|
+
:param str resource_name: The name of the resource.
|
253
|
+
:param WorkloadIdentityPoolIamPolicyArgs args: The arguments to use to populate this resource's properties.
|
254
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
255
|
+
"""
|
256
|
+
...
|
257
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
258
|
+
resource_args, opts = _utilities.get_resource_args_opts(WorkloadIdentityPoolIamPolicyArgs, pulumi.ResourceOptions, *args, **kwargs)
|
259
|
+
if resource_args is not None:
|
260
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
261
|
+
else:
|
262
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
263
|
+
|
264
|
+
def _internal_init(__self__,
|
265
|
+
resource_name: str,
|
266
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
267
|
+
policy_data: Optional[pulumi.Input[builtins.str]] = None,
|
268
|
+
project: Optional[pulumi.Input[builtins.str]] = None,
|
269
|
+
workload_identity_pool_id: Optional[pulumi.Input[builtins.str]] = None,
|
270
|
+
__props__=None):
|
271
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
272
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
273
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
274
|
+
if opts.id is None:
|
275
|
+
if __props__ is not None:
|
276
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
277
|
+
__props__ = WorkloadIdentityPoolIamPolicyArgs.__new__(WorkloadIdentityPoolIamPolicyArgs)
|
278
|
+
|
279
|
+
if policy_data is None and not opts.urn:
|
280
|
+
raise TypeError("Missing required property 'policy_data'")
|
281
|
+
__props__.__dict__["policy_data"] = policy_data
|
282
|
+
__props__.__dict__["project"] = project
|
283
|
+
if workload_identity_pool_id is None and not opts.urn:
|
284
|
+
raise TypeError("Missing required property 'workload_identity_pool_id'")
|
285
|
+
__props__.__dict__["workload_identity_pool_id"] = workload_identity_pool_id
|
286
|
+
__props__.__dict__["etag"] = None
|
287
|
+
super(WorkloadIdentityPoolIamPolicy, __self__).__init__(
|
288
|
+
'gcp:iam/workloadIdentityPoolIamPolicy:WorkloadIdentityPoolIamPolicy',
|
289
|
+
resource_name,
|
290
|
+
__props__,
|
291
|
+
opts)
|
292
|
+
|
293
|
+
@staticmethod
|
294
|
+
def get(resource_name: str,
|
295
|
+
id: pulumi.Input[str],
|
296
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
297
|
+
etag: Optional[pulumi.Input[builtins.str]] = None,
|
298
|
+
policy_data: Optional[pulumi.Input[builtins.str]] = None,
|
299
|
+
project: Optional[pulumi.Input[builtins.str]] = None,
|
300
|
+
workload_identity_pool_id: Optional[pulumi.Input[builtins.str]] = None) -> 'WorkloadIdentityPoolIamPolicy':
|
301
|
+
"""
|
302
|
+
Get an existing WorkloadIdentityPoolIamPolicy resource's state with the given name, id, and optional extra
|
303
|
+
properties used to qualify the lookup.
|
304
|
+
|
305
|
+
:param str resource_name: The unique name of the resulting resource.
|
306
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
307
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
308
|
+
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
309
|
+
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
310
|
+
a `organizations_get_iam_policy` data source.
|
311
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
312
|
+
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.
|
313
|
+
:param pulumi.Input[builtins.str] workload_identity_pool_id: Used to find the parent resource to bind the IAM policy to
|
314
|
+
"""
|
315
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
316
|
+
|
317
|
+
__props__ = _WorkloadIdentityPoolIamPolicyState.__new__(_WorkloadIdentityPoolIamPolicyState)
|
318
|
+
|
319
|
+
__props__.__dict__["etag"] = etag
|
320
|
+
__props__.__dict__["policy_data"] = policy_data
|
321
|
+
__props__.__dict__["project"] = project
|
322
|
+
__props__.__dict__["workload_identity_pool_id"] = workload_identity_pool_id
|
323
|
+
return WorkloadIdentityPoolIamPolicy(resource_name, opts=opts, __props__=__props__)
|
324
|
+
|
325
|
+
@property
|
326
|
+
@pulumi.getter
|
327
|
+
def etag(self) -> pulumi.Output[builtins.str]:
|
328
|
+
"""
|
329
|
+
(Computed) The etag of the IAM policy.
|
330
|
+
"""
|
331
|
+
return pulumi.get(self, "etag")
|
332
|
+
|
333
|
+
@property
|
334
|
+
@pulumi.getter(name="policyData")
|
335
|
+
def policy_data(self) -> pulumi.Output[builtins.str]:
|
336
|
+
"""
|
337
|
+
The policy data generated by
|
338
|
+
a `organizations_get_iam_policy` data source.
|
339
|
+
"""
|
340
|
+
return pulumi.get(self, "policy_data")
|
341
|
+
|
342
|
+
@property
|
343
|
+
@pulumi.getter
|
344
|
+
def project(self) -> pulumi.Output[builtins.str]:
|
345
|
+
"""
|
346
|
+
The ID of the project in which the resource belongs.
|
347
|
+
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.
|
348
|
+
"""
|
349
|
+
return pulumi.get(self, "project")
|
350
|
+
|
351
|
+
@property
|
352
|
+
@pulumi.getter(name="workloadIdentityPoolId")
|
353
|
+
def workload_identity_pool_id(self) -> pulumi.Output[builtins.str]:
|
354
|
+
"""
|
355
|
+
Used to find the parent resource to bind the IAM policy to
|
356
|
+
"""
|
357
|
+
return pulumi.get(self, "workload_identity_pool_id")
|
358
|
+
|
@@ -30,7 +30,7 @@ class AppEngineServiceIamBindingArgs:
|
|
30
30
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
31
31
|
"""
|
32
32
|
The set of arguments for constructing a AppEngineServiceIamBinding resource.
|
33
|
-
:param pulumi.Input[builtins.str] app_id:
|
33
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
34
34
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
35
35
|
Each entry can have one of the following values:
|
36
36
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -45,7 +45,7 @@ class AppEngineServiceIamBindingArgs:
|
|
45
45
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
46
46
|
`iap.AppEngineServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
47
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
48
|
-
:param pulumi.Input[builtins.str] service:
|
48
|
+
:param pulumi.Input[builtins.str] service: Used to find the parent resource to bind the IAM policy to
|
49
49
|
:param pulumi.Input['AppEngineServiceIamBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
50
50
|
Structure is documented below.
|
51
51
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -64,7 +64,7 @@ class AppEngineServiceIamBindingArgs:
|
|
64
64
|
@pulumi.getter(name="appId")
|
65
65
|
def app_id(self) -> pulumi.Input[builtins.str]:
|
66
66
|
"""
|
67
|
-
|
67
|
+
Used to find the parent resource to bind the IAM policy to
|
68
68
|
"""
|
69
69
|
return pulumi.get(self, "app_id")
|
70
70
|
|
@@ -112,7 +112,7 @@ class AppEngineServiceIamBindingArgs:
|
|
112
112
|
@pulumi.getter
|
113
113
|
def service(self) -> pulumi.Input[builtins.str]:
|
114
114
|
"""
|
115
|
-
|
115
|
+
Used to find the parent resource to bind the IAM policy to
|
116
116
|
"""
|
117
117
|
return pulumi.get(self, "service")
|
118
118
|
|
@@ -159,7 +159,7 @@ class _AppEngineServiceIamBindingState:
|
|
159
159
|
service: Optional[pulumi.Input[builtins.str]] = None):
|
160
160
|
"""
|
161
161
|
Input properties used for looking up and filtering AppEngineServiceIamBinding resources.
|
162
|
-
:param pulumi.Input[builtins.str] app_id:
|
162
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
163
163
|
:param pulumi.Input['AppEngineServiceIamBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
164
164
|
Structure is documented below.
|
165
165
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
@@ -179,7 +179,7 @@ class _AppEngineServiceIamBindingState:
|
|
179
179
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
180
180
|
`iap.AppEngineServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
181
181
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
182
|
-
:param pulumi.Input[builtins.str] service:
|
182
|
+
:param pulumi.Input[builtins.str] service: Used to find the parent resource to bind the IAM policy to
|
183
183
|
"""
|
184
184
|
if app_id is not None:
|
185
185
|
pulumi.set(__self__, "app_id", app_id)
|
@@ -200,7 +200,7 @@ class _AppEngineServiceIamBindingState:
|
|
200
200
|
@pulumi.getter(name="appId")
|
201
201
|
def app_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
202
202
|
"""
|
203
|
-
|
203
|
+
Used to find the parent resource to bind the IAM policy to
|
204
204
|
"""
|
205
205
|
return pulumi.get(self, "app_id")
|
206
206
|
|
@@ -286,7 +286,7 @@ class _AppEngineServiceIamBindingState:
|
|
286
286
|
@pulumi.getter
|
287
287
|
def service(self) -> Optional[pulumi.Input[builtins.str]]:
|
288
288
|
"""
|
289
|
-
|
289
|
+
Used to find the parent resource to bind the IAM policy to
|
290
290
|
"""
|
291
291
|
return pulumi.get(self, "service")
|
292
292
|
|
@@ -592,7 +592,7 @@ class AppEngineServiceIamBinding(pulumi.CustomResource):
|
|
592
592
|
|
593
593
|
:param str resource_name: The name of the resource.
|
594
594
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
595
|
-
:param pulumi.Input[builtins.str] app_id:
|
595
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
596
596
|
:param pulumi.Input[Union['AppEngineServiceIamBindingConditionArgs', 'AppEngineServiceIamBindingConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
597
597
|
Structure is documented below.
|
598
598
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
@@ -611,7 +611,7 @@ class AppEngineServiceIamBinding(pulumi.CustomResource):
|
|
611
611
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
612
612
|
`iap.AppEngineServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
613
613
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
614
|
-
:param pulumi.Input[builtins.str] service:
|
614
|
+
:param pulumi.Input[builtins.str] service: Used to find the parent resource to bind the IAM policy to
|
615
615
|
"""
|
616
616
|
...
|
617
617
|
@overload
|
@@ -970,7 +970,7 @@ class AppEngineServiceIamBinding(pulumi.CustomResource):
|
|
970
970
|
:param str resource_name: The unique name of the resulting resource.
|
971
971
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
972
972
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
973
|
-
:param pulumi.Input[builtins.str] app_id:
|
973
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
974
974
|
:param pulumi.Input[Union['AppEngineServiceIamBindingConditionArgs', 'AppEngineServiceIamBindingConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
975
975
|
Structure is documented below.
|
976
976
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
@@ -990,7 +990,7 @@ class AppEngineServiceIamBinding(pulumi.CustomResource):
|
|
990
990
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
991
991
|
`iap.AppEngineServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
992
992
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
993
|
-
:param pulumi.Input[builtins.str] service:
|
993
|
+
:param pulumi.Input[builtins.str] service: Used to find the parent resource to bind the IAM policy to
|
994
994
|
"""
|
995
995
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
996
996
|
|
@@ -1009,7 +1009,7 @@ class AppEngineServiceIamBinding(pulumi.CustomResource):
|
|
1009
1009
|
@pulumi.getter(name="appId")
|
1010
1010
|
def app_id(self) -> pulumi.Output[builtins.str]:
|
1011
1011
|
"""
|
1012
|
-
|
1012
|
+
Used to find the parent resource to bind the IAM policy to
|
1013
1013
|
"""
|
1014
1014
|
return pulumi.get(self, "app_id")
|
1015
1015
|
|
@@ -1071,7 +1071,7 @@ class AppEngineServiceIamBinding(pulumi.CustomResource):
|
|
1071
1071
|
@pulumi.getter
|
1072
1072
|
def service(self) -> pulumi.Output[builtins.str]:
|
1073
1073
|
"""
|
1074
|
-
|
1074
|
+
Used to find the parent resource to bind the IAM policy to
|
1075
1075
|
"""
|
1076
1076
|
return pulumi.get(self, "service")
|
1077
1077
|
|
@@ -30,7 +30,7 @@ class AppEngineServiceIamMemberArgs:
|
|
30
30
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
31
31
|
"""
|
32
32
|
The set of arguments for constructing a AppEngineServiceIamMember resource.
|
33
|
-
:param pulumi.Input[builtins.str] app_id:
|
33
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
34
34
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
35
35
|
Each entry can have one of the following values:
|
36
36
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -45,7 +45,7 @@ class AppEngineServiceIamMemberArgs:
|
|
45
45
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
46
46
|
`iap.AppEngineServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
47
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
48
|
-
:param pulumi.Input[builtins.str] service:
|
48
|
+
:param pulumi.Input[builtins.str] service: Used to find the parent resource to bind the IAM policy to
|
49
49
|
:param pulumi.Input['AppEngineServiceIamMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
50
50
|
Structure is documented below.
|
51
51
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -64,7 +64,7 @@ class AppEngineServiceIamMemberArgs:
|
|
64
64
|
@pulumi.getter(name="appId")
|
65
65
|
def app_id(self) -> pulumi.Input[builtins.str]:
|
66
66
|
"""
|
67
|
-
|
67
|
+
Used to find the parent resource to bind the IAM policy to
|
68
68
|
"""
|
69
69
|
return pulumi.get(self, "app_id")
|
70
70
|
|
@@ -112,7 +112,7 @@ class AppEngineServiceIamMemberArgs:
|
|
112
112
|
@pulumi.getter
|
113
113
|
def service(self) -> pulumi.Input[builtins.str]:
|
114
114
|
"""
|
115
|
-
|
115
|
+
Used to find the parent resource to bind the IAM policy to
|
116
116
|
"""
|
117
117
|
return pulumi.get(self, "service")
|
118
118
|
|
@@ -159,7 +159,7 @@ class _AppEngineServiceIamMemberState:
|
|
159
159
|
service: Optional[pulumi.Input[builtins.str]] = None):
|
160
160
|
"""
|
161
161
|
Input properties used for looking up and filtering AppEngineServiceIamMember resources.
|
162
|
-
:param pulumi.Input[builtins.str] app_id:
|
162
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
163
163
|
:param pulumi.Input['AppEngineServiceIamMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
164
164
|
Structure is documented below.
|
165
165
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
@@ -179,7 +179,7 @@ class _AppEngineServiceIamMemberState:
|
|
179
179
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
180
180
|
`iap.AppEngineServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
181
181
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
182
|
-
:param pulumi.Input[builtins.str] service:
|
182
|
+
:param pulumi.Input[builtins.str] service: Used to find the parent resource to bind the IAM policy to
|
183
183
|
"""
|
184
184
|
if app_id is not None:
|
185
185
|
pulumi.set(__self__, "app_id", app_id)
|
@@ -200,7 +200,7 @@ class _AppEngineServiceIamMemberState:
|
|
200
200
|
@pulumi.getter(name="appId")
|
201
201
|
def app_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
202
202
|
"""
|
203
|
-
|
203
|
+
Used to find the parent resource to bind the IAM policy to
|
204
204
|
"""
|
205
205
|
return pulumi.get(self, "app_id")
|
206
206
|
|
@@ -286,7 +286,7 @@ class _AppEngineServiceIamMemberState:
|
|
286
286
|
@pulumi.getter
|
287
287
|
def service(self) -> Optional[pulumi.Input[builtins.str]]:
|
288
288
|
"""
|
289
|
-
|
289
|
+
Used to find the parent resource to bind the IAM policy to
|
290
290
|
"""
|
291
291
|
return pulumi.get(self, "service")
|
292
292
|
|
@@ -592,7 +592,7 @@ class AppEngineServiceIamMember(pulumi.CustomResource):
|
|
592
592
|
|
593
593
|
:param str resource_name: The name of the resource.
|
594
594
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
595
|
-
:param pulumi.Input[builtins.str] app_id:
|
595
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
596
596
|
:param pulumi.Input[Union['AppEngineServiceIamMemberConditionArgs', 'AppEngineServiceIamMemberConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
597
597
|
Structure is documented below.
|
598
598
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
@@ -611,7 +611,7 @@ class AppEngineServiceIamMember(pulumi.CustomResource):
|
|
611
611
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
612
612
|
`iap.AppEngineServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
613
613
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
614
|
-
:param pulumi.Input[builtins.str] service:
|
614
|
+
:param pulumi.Input[builtins.str] service: Used to find the parent resource to bind the IAM policy to
|
615
615
|
"""
|
616
616
|
...
|
617
617
|
@overload
|
@@ -970,7 +970,7 @@ class AppEngineServiceIamMember(pulumi.CustomResource):
|
|
970
970
|
:param str resource_name: The unique name of the resulting resource.
|
971
971
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
972
972
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
973
|
-
:param pulumi.Input[builtins.str] app_id:
|
973
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
974
974
|
:param pulumi.Input[Union['AppEngineServiceIamMemberConditionArgs', 'AppEngineServiceIamMemberConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
975
975
|
Structure is documented below.
|
976
976
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
@@ -990,7 +990,7 @@ class AppEngineServiceIamMember(pulumi.CustomResource):
|
|
990
990
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
991
991
|
`iap.AppEngineServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
992
992
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
993
|
-
:param pulumi.Input[builtins.str] service:
|
993
|
+
:param pulumi.Input[builtins.str] service: Used to find the parent resource to bind the IAM policy to
|
994
994
|
"""
|
995
995
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
996
996
|
|
@@ -1009,7 +1009,7 @@ class AppEngineServiceIamMember(pulumi.CustomResource):
|
|
1009
1009
|
@pulumi.getter(name="appId")
|
1010
1010
|
def app_id(self) -> pulumi.Output[builtins.str]:
|
1011
1011
|
"""
|
1012
|
-
|
1012
|
+
Used to find the parent resource to bind the IAM policy to
|
1013
1013
|
"""
|
1014
1014
|
return pulumi.get(self, "app_id")
|
1015
1015
|
|
@@ -1071,7 +1071,7 @@ class AppEngineServiceIamMember(pulumi.CustomResource):
|
|
1071
1071
|
@pulumi.getter
|
1072
1072
|
def service(self) -> pulumi.Output[builtins.str]:
|
1073
1073
|
"""
|
1074
|
-
|
1074
|
+
Used to find the parent resource to bind the IAM policy to
|
1075
1075
|
"""
|
1076
1076
|
return pulumi.get(self, "service")
|
1077
1077
|
|