pulumi-gcp 7.19.0a1712989149__py3-none-any.whl → 7.19.0a1713335069__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/accesscontextmanager/access_policy_iam_binding.py +136 -47
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +136 -47
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +90 -84
- pulumi_gcp/apigateway/api_config_iam_binding.py +147 -52
- pulumi_gcp/apigateway/api_config_iam_member.py +147 -52
- pulumi_gcp/apigateway/api_config_iam_policy.py +96 -84
- pulumi_gcp/apigateway/api_iam_binding.py +147 -52
- pulumi_gcp/apigateway/api_iam_member.py +147 -52
- pulumi_gcp/apigateway/api_iam_policy.py +96 -84
- pulumi_gcp/apigateway/gateway_iam_binding.py +153 -52
- pulumi_gcp/apigateway/gateway_iam_member.py +153 -52
- pulumi_gcp/apigateway/gateway_iam_policy.py +102 -84
- pulumi_gcp/apigee/environment_iam_binding.py +139 -44
- pulumi_gcp/apigee/environment_iam_member.py +139 -44
- pulumi_gcp/apigee/environment_iam_policy.py +96 -84
- pulumi_gcp/artifactregistry/repository_iam_binding.py +156 -55
- pulumi_gcp/artifactregistry/repository_iam_member.py +156 -55
- pulumi_gcp/artifactregistry/repository_iam_policy.py +102 -84
- pulumi_gcp/bigquery/connection_iam_binding.py +158 -57
- pulumi_gcp/bigquery/connection_iam_member.py +158 -57
- pulumi_gcp/bigquery/connection_iam_policy.py +102 -84
- pulumi_gcp/bigquery/dataset_iam_binding.py +135 -40
- pulumi_gcp/bigquery/dataset_iam_member.py +135 -40
- pulumi_gcp/bigquery/dataset_iam_policy.py +96 -70
- pulumi_gcp/bigquery/iam_binding.py +283 -54
- pulumi_gcp/bigquery/iam_member.py +283 -54
- pulumi_gcp/bigquery/iam_policy.py +230 -84
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +155 -54
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +155 -54
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +102 -84
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +161 -54
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +161 -54
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +108 -84
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +155 -54
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +155 -54
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +102 -84
- pulumi_gcp/bigtable/instance_iam_binding.py +123 -32
- pulumi_gcp/bigtable/instance_iam_member.py +123 -32
- pulumi_gcp/bigtable/instance_iam_policy.py +92 -63
- pulumi_gcp/bigtable/table_iam_binding.py +160 -63
- pulumi_gcp/bigtable/table_iam_member.py +160 -63
- pulumi_gcp/bigtable/table_iam_policy.py +98 -63
- pulumi_gcp/billing/account_iam_binding.py +120 -31
- pulumi_gcp/billing/account_iam_member.py +120 -31
- pulumi_gcp/billing/account_iam_policy.py +90 -49
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +147 -52
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +147 -52
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +96 -84
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +262 -57
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +262 -57
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +206 -84
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +259 -54
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +259 -54
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +206 -84
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +161 -60
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +161 -60
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +102 -84
- pulumi_gcp/cloudfunctions/function_iam_binding.py +153 -52
- pulumi_gcp/cloudfunctions/function_iam_member.py +153 -52
- pulumi_gcp/cloudfunctions/function_iam_policy.py +102 -84
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +154 -53
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +154 -53
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +102 -84
- pulumi_gcp/cloudrun/iam_binding.py +155 -54
- pulumi_gcp/cloudrun/iam_member.py +155 -54
- pulumi_gcp/cloudrun/iam_policy.py +102 -84
- pulumi_gcp/cloudrunv2/job_iam_binding.py +161 -60
- pulumi_gcp/cloudrunv2/job_iam_member.py +161 -60
- pulumi_gcp/cloudrunv2/job_iam_policy.py +102 -84
- pulumi_gcp/cloudrunv2/service_iam_binding.py +161 -60
- pulumi_gcp/cloudrunv2/service_iam_member.py +161 -60
- pulumi_gcp/cloudrunv2/service_iam_policy.py +102 -84
- pulumi_gcp/cloudtasks/queue_iam_binding.py +161 -60
- pulumi_gcp/cloudtasks/queue_iam_member.py +161 -60
- pulumi_gcp/cloudtasks/queue_iam_policy.py +102 -84
- pulumi_gcp/compute/backend_bucket_iam_binding.py +58 -59
- pulumi_gcp/compute/backend_bucket_iam_member.py +58 -59
- pulumi_gcp/compute/backend_bucket_iam_policy.py +0 -84
- pulumi_gcp/compute/backend_service_iam_binding.py +60 -61
- pulumi_gcp/compute/backend_service_iam_member.py +60 -61
- pulumi_gcp/compute/backend_service_iam_policy.py +0 -84
- pulumi_gcp/compute/disk_iam_binding.py +160 -59
- pulumi_gcp/compute/disk_iam_member.py +160 -59
- pulumi_gcp/compute/disk_iam_policy.py +102 -84
- pulumi_gcp/compute/image_iam_binding.py +271 -54
- pulumi_gcp/compute/image_iam_member.py +271 -54
- pulumi_gcp/compute/image_iam_policy.py +218 -84
- pulumi_gcp/compute/instance_iam_binding.py +283 -54
- pulumi_gcp/compute/instance_iam_member.py +283 -54
- pulumi_gcp/compute/instance_iam_policy.py +230 -84
- pulumi_gcp/compute/machine_image_iam_binding.py +271 -54
- pulumi_gcp/compute/machine_image_iam_member.py +271 -54
- pulumi_gcp/compute/machine_image_iam_policy.py +218 -84
- pulumi_gcp/compute/region_backend_service_iam_binding.py +60 -61
- pulumi_gcp/compute/region_backend_service_iam_member.py +60 -61
- pulumi_gcp/compute/region_backend_service_iam_policy.py +0 -84
- pulumi_gcp/compute/region_disk_iam_binding.py +160 -59
- pulumi_gcp/compute/region_disk_iam_member.py +160 -59
- pulumi_gcp/compute/region_disk_iam_policy.py +102 -84
- pulumi_gcp/compute/snapshot_iam_binding.py +154 -59
- pulumi_gcp/compute/snapshot_iam_member.py +154 -59
- pulumi_gcp/compute/snapshot_iam_policy.py +96 -84
- pulumi_gcp/compute/subnetwork_iam_binding.py +284 -55
- pulumi_gcp/compute/subnetwork_iam_member.py +284 -55
- pulumi_gcp/compute/subnetwork_iam_policy.py +230 -84
- pulumi_gcp/containeranalysis/note_iam_binding.py +154 -59
- pulumi_gcp/containeranalysis/note_iam_member.py +154 -59
- pulumi_gcp/containeranalysis/note_iam_policy.py +96 -84
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +141 -52
- pulumi_gcp/datacatalog/entry_group_iam_member.py +141 -52
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +90 -84
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +133 -44
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +133 -44
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +90 -84
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +142 -53
- pulumi_gcp/datacatalog/tag_template_iam_member.py +142 -53
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +90 -84
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +142 -53
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +142 -53
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +90 -84
- pulumi_gcp/dataplex/asset_iam_binding.py +165 -52
- pulumi_gcp/dataplex/asset_iam_member.py +165 -52
- pulumi_gcp/dataplex/asset_iam_policy.py +114 -84
- pulumi_gcp/dataplex/datascan_iam_binding.py +155 -54
- pulumi_gcp/dataplex/datascan_iam_member.py +155 -54
- pulumi_gcp/dataplex/datascan_iam_policy.py +102 -84
- pulumi_gcp/dataplex/lake_iam_binding.py +153 -52
- pulumi_gcp/dataplex/lake_iam_member.py +153 -52
- pulumi_gcp/dataplex/lake_iam_policy.py +102 -84
- pulumi_gcp/dataplex/task_iam_binding.py +161 -54
- pulumi_gcp/dataplex/task_iam_member.py +161 -54
- pulumi_gcp/dataplex/task_iam_policy.py +108 -84
- pulumi_gcp/dataplex/zone_iam_binding.py +159 -52
- pulumi_gcp/dataplex/zone_iam_member.py +159 -52
- pulumi_gcp/dataplex/zone_iam_policy.py +108 -84
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +173 -72
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +173 -72
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +102 -84
- pulumi_gcp/dataproc/cluster_iam_binding.py +130 -37
- pulumi_gcp/dataproc/cluster_iam_member.py +130 -37
- pulumi_gcp/dataproc/cluster_iam_policy.py +94 -63
- pulumi_gcp/dataproc/job_iam_binding.py +156 -0
- pulumi_gcp/dataproc/job_iam_member.py +156 -0
- pulumi_gcp/dataproc/job_iam_policy.py +94 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +53 -54
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +53 -54
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +0 -84
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +156 -55
- pulumi_gcp/dataproc/metastore_service_iam_member.py +156 -55
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +102 -84
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +147 -52
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +147 -52
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +96 -84
- pulumi_gcp/endpoints/consumers_iam_binding.py +83 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +83 -0
- pulumi_gcp/endpoints/service_iam_binding.py +173 -0
- pulumi_gcp/endpoints/service_iam_member.py +173 -0
- pulumi_gcp/endpoints/service_iam_policy.py +90 -0
- pulumi_gcp/folder/iam_audit_config.py +270 -0
- pulumi_gcp/folder/iam_member.py +318 -0
- pulumi_gcp/folder/iam_policy.py +270 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +162 -61
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +162 -61
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +102 -84
- pulumi_gcp/gkehub/feature_iam_binding.py +161 -60
- pulumi_gcp/gkehub/feature_iam_member.py +161 -60
- pulumi_gcp/gkehub/feature_iam_policy.py +102 -84
- pulumi_gcp/gkehub/membership_iam_binding.py +159 -58
- pulumi_gcp/gkehub/membership_iam_member.py +159 -58
- pulumi_gcp/gkehub/membership_iam_policy.py +102 -84
- pulumi_gcp/gkehub/scope_iam_binding.py +147 -52
- pulumi_gcp/gkehub/scope_iam_member.py +147 -52
- pulumi_gcp/gkehub/scope_iam_policy.py +96 -84
- pulumi_gcp/healthcare/consent_store_iam_binding.py +139 -44
- pulumi_gcp/healthcare/consent_store_iam_member.py +139 -44
- pulumi_gcp/healthcare/consent_store_iam_policy.py +96 -84
- pulumi_gcp/healthcare/dataset_iam_binding.py +126 -37
- pulumi_gcp/healthcare/dataset_iam_member.py +126 -37
- pulumi_gcp/healthcare/dataset_iam_policy.py +90 -63
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +126 -37
- pulumi_gcp/healthcare/dicom_store_iam_member.py +126 -37
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +90 -63
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +121 -32
- pulumi_gcp/healthcare/fhir_store_iam_member.py +121 -32
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +90 -63
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +121 -32
- pulumi_gcp/healthcare/hl7_store_iam_member.py +121 -32
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +90 -63
- pulumi_gcp/iap/app_engine_service_iam_binding.py +284 -55
- pulumi_gcp/iap/app_engine_service_iam_member.py +284 -55
- pulumi_gcp/iap/app_engine_service_iam_policy.py +230 -84
- pulumi_gcp/iap/app_engine_version_iam_binding.py +297 -56
- pulumi_gcp/iap/app_engine_version_iam_member.py +297 -56
- pulumi_gcp/iap/app_engine_version_iam_policy.py +242 -84
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +283 -54
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +283 -54
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +230 -84
- pulumi_gcp/iap/tunnel_iam_binding.py +259 -54
- pulumi_gcp/iap/tunnel_iam_member.py +259 -54
- pulumi_gcp/iap/tunnel_iam_policy.py +206 -84
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +283 -54
- pulumi_gcp/iap/tunnel_instance_iam_member.py +283 -54
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +230 -84
- pulumi_gcp/iap/web_backend_service_iam_binding.py +272 -55
- pulumi_gcp/iap/web_backend_service_iam_member.py +272 -55
- pulumi_gcp/iap/web_backend_service_iam_policy.py +218 -84
- pulumi_gcp/iap/web_iam_binding.py +259 -54
- pulumi_gcp/iap/web_iam_member.py +259 -54
- pulumi_gcp/iap/web_iam_policy.py +206 -84
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +284 -55
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +284 -55
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +230 -84
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +271 -54
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +271 -54
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +218 -84
- pulumi_gcp/iap/web_type_compute_iam_binding.py +259 -54
- pulumi_gcp/iap/web_type_compute_iam_member.py +259 -54
- pulumi_gcp/iap/web_type_compute_iam_policy.py +206 -84
- pulumi_gcp/kms/crypto_key_iam_binding.py +36 -37
- pulumi_gcp/kms/crypto_key_iam_member.py +36 -37
- pulumi_gcp/kms/crypto_key_iam_policy.py +0 -63
- pulumi_gcp/kms/key_ring_iam_binding.py +253 -32
- pulumi_gcp/kms/key_ring_iam_member.py +253 -32
- pulumi_gcp/kms/key_ring_iam_policy.py +222 -63
- pulumi_gcp/networksecurity/address_group_iam_policy.py +0 -84
- pulumi_gcp/notebooks/instance_iam_binding.py +154 -53
- pulumi_gcp/notebooks/instance_iam_member.py +154 -53
- pulumi_gcp/notebooks/instance_iam_policy.py +102 -84
- pulumi_gcp/notebooks/runtime_iam_binding.py +155 -54
- pulumi_gcp/notebooks/runtime_iam_member.py +155 -54
- pulumi_gcp/notebooks/runtime_iam_policy.py +102 -84
- pulumi_gcp/organizations/iam_member.py +330 -0
- pulumi_gcp/organizations/iam_policy.py +282 -0
- pulumi_gcp/projects/iam_audit_config.py +270 -0
- pulumi_gcp/projects/iam_binding.py +318 -0
- pulumi_gcp/projects/iam_member.py +318 -0
- pulumi_gcp/projects/iam_policy.py +270 -0
- pulumi_gcp/pubsub/schema_iam_binding.py +148 -53
- pulumi_gcp/pubsub/schema_iam_member.py +148 -53
- pulumi_gcp/pubsub/schema_iam_policy.py +96 -84
- pulumi_gcp/pubsub/subscription_iam_binding.py +146 -57
- pulumi_gcp/pubsub/subscription_iam_member.py +146 -57
- pulumi_gcp/pubsub/subscription_iam_policy.py +90 -63
- pulumi_gcp/pubsub/topic_iam_binding.py +148 -53
- pulumi_gcp/pubsub/topic_iam_member.py +148 -53
- pulumi_gcp/pubsub/topic_iam_policy.py +96 -84
- pulumi_gcp/runtimeconfig/config_iam_binding.py +51 -52
- pulumi_gcp/runtimeconfig/config_iam_member.py +51 -52
- pulumi_gcp/runtimeconfig/config_iam_policy.py +0 -84
- pulumi_gcp/secretmanager/secret_iam_binding.py +147 -52
- pulumi_gcp/secretmanager/secret_iam_member.py +147 -52
- pulumi_gcp/secretmanager/secret_iam_policy.py +96 -84
- pulumi_gcp/serviceaccount/iam_binding.py +262 -51
- pulumi_gcp/serviceaccount/iam_member.py +262 -51
- pulumi_gcp/serviceaccount/iam_policy.py +212 -63
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +136 -47
- pulumi_gcp/servicedirectory/namespace_iam_member.py +136 -47
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +90 -84
- pulumi_gcp/servicedirectory/service_iam_binding.py +136 -47
- pulumi_gcp/servicedirectory/service_iam_member.py +136 -47
- pulumi_gcp/servicedirectory/service_iam_policy.py +90 -84
- pulumi_gcp/sourcerepo/repository_iam_binding.py +147 -52
- pulumi_gcp/sourcerepo/repository_iam_member.py +147 -52
- pulumi_gcp/sourcerepo/repository_iam_policy.py +96 -84
- pulumi_gcp/spanner/database_iam_binding.py +253 -32
- pulumi_gcp/spanner/database_iam_member.py +253 -32
- pulumi_gcp/spanner/database_iam_policy.py +222 -63
- pulumi_gcp/spanner/instance_iam_binding.py +121 -32
- pulumi_gcp/spanner/instance_iam_member.py +121 -32
- pulumi_gcp/spanner/instance_iam_policy.py +90 -63
- pulumi_gcp/storage/bucket_iam_binding.py +255 -50
- pulumi_gcp/storage/bucket_iam_member.py +255 -50
- pulumi_gcp/storage/bucket_iam_policy.py +206 -84
- pulumi_gcp/tags/tag_key_iam_binding.py +149 -60
- pulumi_gcp/tags/tag_key_iam_member.py +149 -60
- pulumi_gcp/tags/tag_key_iam_policy.py +90 -84
- pulumi_gcp/tags/tag_value_iam_binding.py +149 -60
- pulumi_gcp/tags/tag_value_iam_member.py +149 -60
- pulumi_gcp/tags/tag_value_iam_policy.py +90 -84
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +33 -34
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +33 -34
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +0 -84
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +51 -52
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +51 -52
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +0 -84
- pulumi_gcp/workstations/workstation_config_iam_binding.py +53 -54
- pulumi_gcp/workstations/workstation_config_iam_member.py +53 -54
- pulumi_gcp/workstations/workstation_config_iam_policy.py +0 -84
- pulumi_gcp/workstations/workstation_iam_binding.py +53 -54
- pulumi_gcp/workstations/workstation_iam_member.py +53 -54
- pulumi_gcp/workstations/workstation_iam_policy.py +0 -84
- {pulumi_gcp-7.19.0a1712989149.dist-info → pulumi_gcp-7.19.0a1713335069.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.19.0a1712989149.dist-info → pulumi_gcp-7.19.0a1713335069.dist-info}/RECORD +295 -295
- {pulumi_gcp-7.19.0a1712989149.dist-info → pulumi_gcp-7.19.0a1713335069.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.19.0a1712989149.dist-info → pulumi_gcp-7.19.0a1713335069.dist-info}/top_level.txt +0 -0
@@ -22,12 +22,7 @@ class IAMBindingArgs:
|
|
22
22
|
condition: Optional[pulumi.Input['IAMBindingConditionArgs']] = None):
|
23
23
|
"""
|
24
24
|
The set of arguments for constructing a IAMBinding resource.
|
25
|
-
:param pulumi.Input[str]
|
26
|
-
`serviceaccount.IAMBinding` can be used per role. Note that custom roles must be of the format
|
27
|
-
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
28
|
-
:param pulumi.Input[str] service_account_id: The fully-qualified name of the service account to apply policy to.
|
29
|
-
|
30
|
-
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
25
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
31
26
|
Each entry can have one of the following values:
|
32
27
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
33
28
|
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
@@ -35,6 +30,10 @@ class IAMBindingArgs:
|
|
35
30
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
36
31
|
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
37
32
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
33
|
+
:param pulumi.Input[str] role: The role that should be applied. Only one
|
34
|
+
`serviceaccount.IAMBinding` can be used per role. Note that custom roles must be of the format
|
35
|
+
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
36
|
+
:param pulumi.Input[str] service_account_id: The fully-qualified name of the service account to apply policy to.
|
38
37
|
:param pulumi.Input['IAMBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
39
38
|
Structure is documented below.
|
40
39
|
"""
|
@@ -47,6 +46,16 @@ class IAMBindingArgs:
|
|
47
46
|
@property
|
48
47
|
@pulumi.getter
|
49
48
|
def members(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
49
|
+
"""
|
50
|
+
Identities that will be granted the privilege in `role`.
|
51
|
+
Each entry can have one of the following values:
|
52
|
+
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
53
|
+
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
54
|
+
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
55
|
+
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
56
|
+
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
57
|
+
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
58
|
+
"""
|
50
59
|
return pulumi.get(self, "members")
|
51
60
|
|
52
61
|
@members.setter
|
@@ -72,15 +81,6 @@ class IAMBindingArgs:
|
|
72
81
|
def service_account_id(self) -> pulumi.Input[str]:
|
73
82
|
"""
|
74
83
|
The fully-qualified name of the service account to apply policy to.
|
75
|
-
|
76
|
-
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
77
|
-
Each entry can have one of the following values:
|
78
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
79
|
-
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
80
|
-
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
81
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
82
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
83
|
-
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
84
84
|
"""
|
85
85
|
return pulumi.get(self, "service_account_id")
|
86
86
|
|
@@ -115,12 +115,7 @@ class _IAMBindingState:
|
|
115
115
|
:param pulumi.Input['IAMBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
116
116
|
Structure is documented below.
|
117
117
|
:param pulumi.Input[str] etag: (Computed) The etag of the service account IAM policy.
|
118
|
-
:param pulumi.Input[str]
|
119
|
-
`serviceaccount.IAMBinding` can be used per role. Note that custom roles must be of the format
|
120
|
-
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
121
|
-
:param pulumi.Input[str] service_account_id: The fully-qualified name of the service account to apply policy to.
|
122
|
-
|
123
|
-
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
118
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
124
119
|
Each entry can have one of the following values:
|
125
120
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
126
121
|
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
@@ -128,6 +123,10 @@ class _IAMBindingState:
|
|
128
123
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
129
124
|
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
130
125
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
126
|
+
:param pulumi.Input[str] role: The role that should be applied. Only one
|
127
|
+
`serviceaccount.IAMBinding` can be used per role. Note that custom roles must be of the format
|
128
|
+
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
129
|
+
:param pulumi.Input[str] service_account_id: The fully-qualified name of the service account to apply policy to.
|
131
130
|
"""
|
132
131
|
if condition is not None:
|
133
132
|
pulumi.set(__self__, "condition", condition)
|
@@ -168,6 +167,16 @@ class _IAMBindingState:
|
|
168
167
|
@property
|
169
168
|
@pulumi.getter
|
170
169
|
def members(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
170
|
+
"""
|
171
|
+
Identities that will be granted the privilege in `role`.
|
172
|
+
Each entry can have one of the following values:
|
173
|
+
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
174
|
+
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
175
|
+
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
176
|
+
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
177
|
+
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
178
|
+
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
179
|
+
"""
|
171
180
|
return pulumi.get(self, "members")
|
172
181
|
|
173
182
|
@members.setter
|
@@ -193,15 +202,6 @@ class _IAMBindingState:
|
|
193
202
|
def service_account_id(self) -> Optional[pulumi.Input[str]]:
|
194
203
|
"""
|
195
204
|
The fully-qualified name of the service account to apply policy to.
|
196
|
-
|
197
|
-
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
198
|
-
Each entry can have one of the following values:
|
199
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
200
|
-
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
201
|
-
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
202
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
203
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
204
|
-
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
205
205
|
"""
|
206
206
|
return pulumi.get(self, "service_account_id")
|
207
207
|
|
@@ -339,6 +339,112 @@ class IAMBinding(pulumi.CustomResource):
|
|
339
339
|
```
|
340
340
|
<!--End PulumiCodeChooser -->
|
341
341
|
|
342
|
+
### Additional Examples
|
343
|
+
|
344
|
+
### Service Account IAM Policy
|
345
|
+
|
346
|
+
<!--Start PulumiCodeChooser -->
|
347
|
+
```python
|
348
|
+
import pulumi
|
349
|
+
import pulumi_gcp as gcp
|
350
|
+
|
351
|
+
admin = gcp.organizations.get_iam_policy(bindings=[gcp.organizations.GetIAMPolicyBindingArgs(
|
352
|
+
role="roles/iam.serviceAccountUser",
|
353
|
+
members=["user:jane@example.com"],
|
354
|
+
)])
|
355
|
+
sa = gcp.serviceaccount.Account("sa",
|
356
|
+
account_id="my-service-account",
|
357
|
+
display_name="A service account that only Jane can interact with")
|
358
|
+
admin_account_iam = gcp.serviceaccount.IAMPolicy("admin-account-iam",
|
359
|
+
service_account_id=sa.name,
|
360
|
+
policy_data=admin.policy_data)
|
361
|
+
```
|
362
|
+
<!--End PulumiCodeChooser -->
|
363
|
+
|
364
|
+
### Service Account IAM Binding
|
365
|
+
|
366
|
+
<!--Start PulumiCodeChooser -->
|
367
|
+
```python
|
368
|
+
import pulumi
|
369
|
+
import pulumi_gcp as gcp
|
370
|
+
|
371
|
+
sa = gcp.serviceaccount.Account("sa",
|
372
|
+
account_id="my-service-account",
|
373
|
+
display_name="A service account that only Jane can use")
|
374
|
+
admin_account_iam = gcp.serviceaccount.IAMBinding("admin-account-iam",
|
375
|
+
service_account_id=sa.name,
|
376
|
+
role="roles/iam.serviceAccountUser",
|
377
|
+
members=["user:jane@example.com"])
|
378
|
+
```
|
379
|
+
<!--End PulumiCodeChooser -->
|
380
|
+
|
381
|
+
### Service Account IAM Binding With IAM Conditions:
|
382
|
+
|
383
|
+
<!--Start PulumiCodeChooser -->
|
384
|
+
```python
|
385
|
+
import pulumi
|
386
|
+
import pulumi_gcp as gcp
|
387
|
+
|
388
|
+
sa = gcp.serviceaccount.Account("sa",
|
389
|
+
account_id="my-service-account",
|
390
|
+
display_name="A service account that only Jane can use")
|
391
|
+
admin_account_iam = gcp.serviceaccount.IAMBinding("admin-account-iam",
|
392
|
+
service_account_id=sa.name,
|
393
|
+
role="roles/iam.serviceAccountUser",
|
394
|
+
members=["user:jane@example.com"],
|
395
|
+
condition=gcp.serviceaccount.IAMBindingConditionArgs(
|
396
|
+
title="expires_after_2019_12_31",
|
397
|
+
description="Expiring at midnight of 2019-12-31",
|
398
|
+
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
399
|
+
))
|
400
|
+
```
|
401
|
+
<!--End PulumiCodeChooser -->
|
402
|
+
|
403
|
+
### Service Account IAM Member
|
404
|
+
|
405
|
+
<!--Start PulumiCodeChooser -->
|
406
|
+
```python
|
407
|
+
import pulumi
|
408
|
+
import pulumi_gcp as gcp
|
409
|
+
|
410
|
+
default = gcp.compute.get_default_service_account()
|
411
|
+
sa = gcp.serviceaccount.Account("sa",
|
412
|
+
account_id="my-service-account",
|
413
|
+
display_name="A service account that Jane can use")
|
414
|
+
admin_account_iam = gcp.serviceaccount.IAMMember("admin-account-iam",
|
415
|
+
service_account_id=sa.name,
|
416
|
+
role="roles/iam.serviceAccountUser",
|
417
|
+
member="user:jane@example.com")
|
418
|
+
# Allow SA service account use the default GCE account
|
419
|
+
gce_default_account_iam = gcp.serviceaccount.IAMMember("gce-default-account-iam",
|
420
|
+
service_account_id=default.name,
|
421
|
+
role="roles/iam.serviceAccountUser",
|
422
|
+
member=sa.email.apply(lambda email: f"serviceAccount:{email}"))
|
423
|
+
```
|
424
|
+
<!--End PulumiCodeChooser -->
|
425
|
+
|
426
|
+
### Service Account IAM Member With IAM Conditions:
|
427
|
+
|
428
|
+
<!--Start PulumiCodeChooser -->
|
429
|
+
```python
|
430
|
+
import pulumi
|
431
|
+
import pulumi_gcp as gcp
|
432
|
+
|
433
|
+
sa = gcp.serviceaccount.Account("sa",
|
434
|
+
account_id="my-service-account",
|
435
|
+
display_name="A service account that Jane can use")
|
436
|
+
admin_account_iam = gcp.serviceaccount.IAMMember("admin-account-iam",
|
437
|
+
service_account_id=sa.name,
|
438
|
+
role="roles/iam.serviceAccountUser",
|
439
|
+
member="user:jane@example.com",
|
440
|
+
condition=gcp.serviceaccount.IAMMemberConditionArgs(
|
441
|
+
title="expires_after_2019_12_31",
|
442
|
+
description="Expiring at midnight of 2019-12-31",
|
443
|
+
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
444
|
+
))
|
445
|
+
```
|
446
|
+
<!--End PulumiCodeChooser -->
|
447
|
+
|
342
448
|
## Import
|
343
449
|
|
344
450
|
### Importing with conditions:
|
@@ -357,12 +463,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
357
463
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
358
464
|
:param pulumi.Input[pulumi.InputType['IAMBindingConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
359
465
|
Structure is documented below.
|
360
|
-
:param pulumi.Input[str]
|
361
|
-
`serviceaccount.IAMBinding` can be used per role. Note that custom roles must be of the format
|
362
|
-
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
363
|
-
:param pulumi.Input[str] service_account_id: The fully-qualified name of the service account to apply policy to.
|
364
|
-
|
365
|
-
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
466
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
366
467
|
Each entry can have one of the following values:
|
367
468
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
368
469
|
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
@@ -370,6 +471,10 @@ class IAMBinding(pulumi.CustomResource):
|
|
370
471
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
371
472
|
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
372
473
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
474
|
+
:param pulumi.Input[str] role: The role that should be applied. Only one
|
475
|
+
`serviceaccount.IAMBinding` can be used per role. Note that custom roles must be of the format
|
476
|
+
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
477
|
+
:param pulumi.Input[str] service_account_id: The fully-qualified name of the service account to apply policy to.
|
373
478
|
"""
|
374
479
|
...
|
375
480
|
@overload
|
@@ -496,6 +601,112 @@ class IAMBinding(pulumi.CustomResource):
|
|
496
601
|
```
|
497
602
|
<!--End PulumiCodeChooser -->
|
498
603
|
|
604
|
+
### Additional Examples
|
605
|
+
|
606
|
+
### Service Account IAM Policy
|
607
|
+
|
608
|
+
<!--Start PulumiCodeChooser -->
|
609
|
+
```python
|
610
|
+
import pulumi
|
611
|
+
import pulumi_gcp as gcp
|
612
|
+
|
613
|
+
admin = gcp.organizations.get_iam_policy(bindings=[gcp.organizations.GetIAMPolicyBindingArgs(
|
614
|
+
role="roles/iam.serviceAccountUser",
|
615
|
+
members=["user:jane@example.com"],
|
616
|
+
)])
|
617
|
+
sa = gcp.serviceaccount.Account("sa",
|
618
|
+
account_id="my-service-account",
|
619
|
+
display_name="A service account that only Jane can interact with")
|
620
|
+
admin_account_iam = gcp.serviceaccount.IAMPolicy("admin-account-iam",
|
621
|
+
service_account_id=sa.name,
|
622
|
+
policy_data=admin.policy_data)
|
623
|
+
```
|
624
|
+
<!--End PulumiCodeChooser -->
|
625
|
+
|
626
|
+
### Service Account IAM Binding
|
627
|
+
|
628
|
+
<!--Start PulumiCodeChooser -->
|
629
|
+
```python
|
630
|
+
import pulumi
|
631
|
+
import pulumi_gcp as gcp
|
632
|
+
|
633
|
+
sa = gcp.serviceaccount.Account("sa",
|
634
|
+
account_id="my-service-account",
|
635
|
+
display_name="A service account that only Jane can use")
|
636
|
+
admin_account_iam = gcp.serviceaccount.IAMBinding("admin-account-iam",
|
637
|
+
service_account_id=sa.name,
|
638
|
+
role="roles/iam.serviceAccountUser",
|
639
|
+
members=["user:jane@example.com"])
|
640
|
+
```
|
641
|
+
<!--End PulumiCodeChooser -->
|
642
|
+
|
643
|
+
### Service Account IAM Binding With IAM Conditions:
|
644
|
+
|
645
|
+
<!--Start PulumiCodeChooser -->
|
646
|
+
```python
|
647
|
+
import pulumi
|
648
|
+
import pulumi_gcp as gcp
|
649
|
+
|
650
|
+
sa = gcp.serviceaccount.Account("sa",
|
651
|
+
account_id="my-service-account",
|
652
|
+
display_name="A service account that only Jane can use")
|
653
|
+
admin_account_iam = gcp.serviceaccount.IAMBinding("admin-account-iam",
|
654
|
+
service_account_id=sa.name,
|
655
|
+
role="roles/iam.serviceAccountUser",
|
656
|
+
members=["user:jane@example.com"],
|
657
|
+
condition=gcp.serviceaccount.IAMBindingConditionArgs(
|
658
|
+
title="expires_after_2019_12_31",
|
659
|
+
description="Expiring at midnight of 2019-12-31",
|
660
|
+
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
661
|
+
))
|
662
|
+
```
|
663
|
+
<!--End PulumiCodeChooser -->
|
664
|
+
|
665
|
+
### Service Account IAM Member
|
666
|
+
|
667
|
+
<!--Start PulumiCodeChooser -->
|
668
|
+
```python
|
669
|
+
import pulumi
|
670
|
+
import pulumi_gcp as gcp
|
671
|
+
|
672
|
+
default = gcp.compute.get_default_service_account()
|
673
|
+
sa = gcp.serviceaccount.Account("sa",
|
674
|
+
account_id="my-service-account",
|
675
|
+
display_name="A service account that Jane can use")
|
676
|
+
admin_account_iam = gcp.serviceaccount.IAMMember("admin-account-iam",
|
677
|
+
service_account_id=sa.name,
|
678
|
+
role="roles/iam.serviceAccountUser",
|
679
|
+
member="user:jane@example.com")
|
680
|
+
# Allow SA service account use the default GCE account
|
681
|
+
gce_default_account_iam = gcp.serviceaccount.IAMMember("gce-default-account-iam",
|
682
|
+
service_account_id=default.name,
|
683
|
+
role="roles/iam.serviceAccountUser",
|
684
|
+
member=sa.email.apply(lambda email: f"serviceAccount:{email}"))
|
685
|
+
```
|
686
|
+
<!--End PulumiCodeChooser -->
|
687
|
+
|
688
|
+
### Service Account IAM Member With IAM Conditions:
|
689
|
+
|
690
|
+
<!--Start PulumiCodeChooser -->
|
691
|
+
```python
|
692
|
+
import pulumi
|
693
|
+
import pulumi_gcp as gcp
|
694
|
+
|
695
|
+
sa = gcp.serviceaccount.Account("sa",
|
696
|
+
account_id="my-service-account",
|
697
|
+
display_name="A service account that Jane can use")
|
698
|
+
admin_account_iam = gcp.serviceaccount.IAMMember("admin-account-iam",
|
699
|
+
service_account_id=sa.name,
|
700
|
+
role="roles/iam.serviceAccountUser",
|
701
|
+
member="user:jane@example.com",
|
702
|
+
condition=gcp.serviceaccount.IAMMemberConditionArgs(
|
703
|
+
title="expires_after_2019_12_31",
|
704
|
+
description="Expiring at midnight of 2019-12-31",
|
705
|
+
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
706
|
+
))
|
707
|
+
```
|
708
|
+
<!--End PulumiCodeChooser -->
|
709
|
+
|
499
710
|
## Import
|
500
711
|
|
501
712
|
### Importing with conditions:
|
@@ -576,12 +787,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
576
787
|
:param pulumi.Input[pulumi.InputType['IAMBindingConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
577
788
|
Structure is documented below.
|
578
789
|
:param pulumi.Input[str] etag: (Computed) The etag of the service account IAM policy.
|
579
|
-
:param pulumi.Input[str]
|
580
|
-
`serviceaccount.IAMBinding` can be used per role. Note that custom roles must be of the format
|
581
|
-
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
582
|
-
:param pulumi.Input[str] service_account_id: The fully-qualified name of the service account to apply policy to.
|
583
|
-
|
584
|
-
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
790
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
585
791
|
Each entry can have one of the following values:
|
586
792
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
587
793
|
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
@@ -589,6 +795,10 @@ class IAMBinding(pulumi.CustomResource):
|
|
589
795
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
590
796
|
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
591
797
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
798
|
+
:param pulumi.Input[str] role: The role that should be applied. Only one
|
799
|
+
`serviceaccount.IAMBinding` can be used per role. Note that custom roles must be of the format
|
800
|
+
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
801
|
+
:param pulumi.Input[str] service_account_id: The fully-qualified name of the service account to apply policy to.
|
592
802
|
"""
|
593
803
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
594
804
|
|
@@ -621,6 +831,16 @@ class IAMBinding(pulumi.CustomResource):
|
|
621
831
|
@property
|
622
832
|
@pulumi.getter
|
623
833
|
def members(self) -> pulumi.Output[Sequence[str]]:
|
834
|
+
"""
|
835
|
+
Identities that will be granted the privilege in `role`.
|
836
|
+
Each entry can have one of the following values:
|
837
|
+
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
838
|
+
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
839
|
+
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
840
|
+
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
841
|
+
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
842
|
+
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
843
|
+
"""
|
624
844
|
return pulumi.get(self, "members")
|
625
845
|
|
626
846
|
@property
|
@@ -638,15 +858,6 @@ class IAMBinding(pulumi.CustomResource):
|
|
638
858
|
def service_account_id(self) -> pulumi.Output[str]:
|
639
859
|
"""
|
640
860
|
The fully-qualified name of the service account to apply policy to.
|
641
|
-
|
642
|
-
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
643
|
-
Each entry can have one of the following values:
|
644
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
645
|
-
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
646
|
-
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
647
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
648
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
649
|
-
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
650
861
|
"""
|
651
862
|
return pulumi.get(self, "service_account_id")
|
652
863
|
|