pulumi-gcp 9.1.0a1758696393__py3-none-any.whl → 9.1.0a1758939336__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 +56 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +7 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +7 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +7 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +7 -0
- pulumi_gcp/apigateway/api_iam_binding.py +7 -0
- pulumi_gcp/apigateway/api_iam_member.py +7 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +7 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +7 -0
- pulumi_gcp/apigee/environment_iam_binding.py +7 -0
- pulumi_gcp/apigee/environment_iam_member.py +7 -0
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_maven_artifact.py +232 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +7 -0
- pulumi_gcp/artifactregistry/repository_iam_member.py +7 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +2 -0
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_associations.py +127 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_reference.py +211 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +34 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +7 -0
- pulumi_gcp/bigquery/__init__.py +5 -0
- pulumi_gcp/bigquery/_inputs.py +185 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +7 -0
- pulumi_gcp/bigquery/connection_iam_member.py +7 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy.py +870 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_binding.py +838 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_member.py +838 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_policy.py +670 -0
- pulumi_gcp/bigquery/get_datapolicyv2_data_policy_iam_policy.py +182 -0
- pulumi_gcp/bigquery/iam_binding.py +7 -0
- pulumi_gcp/bigquery/iam_member.py +7 -0
- pulumi_gcp/bigquery/outputs.py +127 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +7 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +7 -0
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +7 -0
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/_inputs.py +37 -0
- pulumi_gcp/certificateauthority/ca_pool.py +90 -4
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +7 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +7 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/outputs.py +39 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +7 -0
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +7 -0
- pulumi_gcp/cloudfunctions/function_iam_binding.py +7 -0
- pulumi_gcp/cloudfunctions/function_iam_member.py +7 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +7 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +7 -0
- pulumi_gcp/cloudrun/_inputs.py +21 -1
- pulumi_gcp/cloudrun/iam_binding.py +7 -0
- pulumi_gcp/cloudrun/iam_member.py +7 -0
- pulumi_gcp/cloudrun/outputs.py +27 -2
- pulumi_gcp/cloudrunv2/_inputs.py +83 -3
- pulumi_gcp/cloudrunv2/job_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/job_iam_member.py +7 -0
- pulumi_gcp/cloudrunv2/outputs.py +104 -6
- pulumi_gcp/cloudrunv2/service_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/service_iam_member.py +7 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +7 -0
- pulumi_gcp/cloudtasks/queue_iam_binding.py +7 -0
- pulumi_gcp/cloudtasks/queue_iam_member.py +7 -0
- pulumi_gcp/colab/runtime_template_iam_binding.py +7 -0
- pulumi_gcp/colab/runtime_template_iam_member.py +7 -0
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +214 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +7 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +7 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +7 -0
- pulumi_gcp/compute/backend_service_iam_member.py +7 -0
- pulumi_gcp/compute/disk_iam_binding.py +7 -0
- pulumi_gcp/compute/disk_iam_member.py +7 -0
- pulumi_gcp/compute/get_interconnect_location.py +278 -0
- pulumi_gcp/compute/get_interconnect_locations.py +130 -0
- pulumi_gcp/compute/get_security_policy.py +45 -1
- pulumi_gcp/compute/image_iam_binding.py +7 -0
- pulumi_gcp/compute/image_iam_member.py +7 -0
- pulumi_gcp/compute/instance_iam_binding.py +7 -0
- pulumi_gcp/compute/instance_iam_member.py +7 -0
- pulumi_gcp/compute/instance_template_iam_binding.py +7 -0
- pulumi_gcp/compute/instance_template_iam_member.py +7 -0
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +7 -0
- pulumi_gcp/compute/instant_snapshot_iam_member.py +7 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +7 -0
- pulumi_gcp/compute/machine_image_iam_member.py +7 -0
- pulumi_gcp/compute/outputs.py +348 -0
- pulumi_gcp/compute/region_backend_service.py +21 -7
- pulumi_gcp/compute/region_backend_service_iam_binding.py +7 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +7 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +7 -0
- pulumi_gcp/compute/region_disk_iam_member.py +7 -0
- pulumi_gcp/compute/security_policy.py +147 -0
- pulumi_gcp/compute/service_attachment.py +193 -3
- pulumi_gcp/compute/snapshot_iam_binding.py +7 -0
- pulumi_gcp/compute/snapshot_iam_member.py +7 -0
- pulumi_gcp/compute/storage_pool_iam_binding.py +7 -0
- pulumi_gcp/compute/storage_pool_iam_member.py +7 -0
- pulumi_gcp/compute/subnetwork_iam_binding.py +7 -0
- pulumi_gcp/compute/subnetwork_iam_member.py +7 -0
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +59 -0
- pulumi_gcp/container/outputs.py +67 -0
- pulumi_gcp/containeranalysis/note_iam_binding.py +7 -0
- pulumi_gcp/containeranalysis/note_iam_member.py +7 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +7 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +7 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +7 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +7 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +7 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +7 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +7 -0
- pulumi_gcp/dataplex/asset_iam_member.py +7 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +7 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +7 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +7 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +7 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +7 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +7 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +7 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +7 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +7 -0
- pulumi_gcp/dataplex/lake_iam_member.py +7 -0
- pulumi_gcp/dataplex/task_iam_binding.py +7 -0
- pulumi_gcp/dataplex/task_iam_member.py +7 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +7 -0
- pulumi_gcp/dataplex/zone_iam_member.py +7 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +7 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +7 -0
- pulumi_gcp/datastream/_inputs.py +21 -1
- pulumi_gcp/datastream/outputs.py +15 -1
- pulumi_gcp/datastream/stream.py +208 -0
- pulumi_gcp/discoveryengine/search_engine.py +100 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +7 -0
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +7 -0
- pulumi_gcp/endpoints/consumers_iam_binding.py +7 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +7 -0
- pulumi_gcp/endpoints/service_iam_binding.py +7 -0
- pulumi_gcp/endpoints/service_iam_member.py +7 -0
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/gemini/repository_group_iam_binding.py +7 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +7 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +7 -0
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +7 -0
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +7 -0
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +7 -0
- pulumi_gcp/gkehub/feature_iam_binding.py +7 -0
- pulumi_gcp/gkehub/feature_iam_member.py +7 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +7 -0
- pulumi_gcp/gkehub/membership_iam_member.py +7 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_iam_binding.py +7 -0
- pulumi_gcp/gkehub/scope_iam_member.py +7 -0
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +8 -8
- pulumi_gcp/gkeonprem/_inputs.py +56 -0
- pulumi_gcp/gkeonprem/outputs.py +50 -0
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +70 -0
- pulumi_gcp/healthcare/_inputs.py +144 -0
- pulumi_gcp/healthcare/consent_store_iam_binding.py +7 -0
- pulumi_gcp/healthcare/consent_store_iam_member.py +7 -0
- pulumi_gcp/healthcare/fhir_store.py +122 -0
- pulumi_gcp/healthcare/outputs.py +113 -0
- pulumi_gcp/iam/_inputs.py +270 -3
- pulumi_gcp/iam/outputs.py +203 -2
- pulumi_gcp/iam/workforce_pool_iam_binding.py +7 -0
- pulumi_gcp/iam/workforce_pool_iam_member.py +7 -0
- pulumi_gcp/iam/workforce_pool_provider.py +287 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +7 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +7 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +7 -0
- pulumi_gcp/iap/app_engine_service_iam_member.py +7 -0
- pulumi_gcp/iap/app_engine_version_iam_binding.py +7 -0
- pulumi_gcp/iap/app_engine_version_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +7 -0
- pulumi_gcp/iap/web_backend_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_backend_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_iam_binding.py +7 -0
- pulumi_gcp/iap/web_iam_member.py +7 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -0
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -0
- pulumi_gcp/iap/web_type_compute_iam_binding.py +7 -0
- pulumi_gcp/iap/web_type_compute_iam_member.py +7 -0
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/ekm_connection_iam_binding.py +7 -0
- pulumi_gcp/kms/ekm_connection_iam_member.py +7 -0
- pulumi_gcp/logging/log_view_iam_binding.py +7 -0
- pulumi_gcp/logging/log_view_iam_member.py +7 -0
- pulumi_gcp/managedkafka/connect_cluster.py +4 -4
- pulumi_gcp/managedkafka/connector.py +4 -4
- pulumi_gcp/netapp/_inputs.py +44 -1
- pulumi_gcp/netapp/outputs.py +31 -1
- pulumi_gcp/netapp/storage_pool.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networksecurity/address_group_iam_binding.py +7 -0
- pulumi_gcp/networksecurity/address_group_iam_member.py +7 -0
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +393 -6
- pulumi_gcp/networkservices/outputs.py +289 -4
- pulumi_gcp/networkservices/wasm_plugin.py +740 -0
- pulumi_gcp/notebooks/instance_iam_binding.py +7 -0
- pulumi_gcp/notebooks/instance_iam_member.py +7 -0
- pulumi_gcp/notebooks/runtime_iam_binding.py +7 -0
- pulumi_gcp/notebooks/runtime_iam_member.py +7 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/_inputs.py +24 -1
- pulumi_gcp/privilegedaccessmanager/outputs.py +26 -1
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/schema_iam_binding.py +7 -0
- pulumi_gcp/pubsub/schema_iam_member.py +7 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic_iam_binding.py +7 -0
- pulumi_gcp/pubsub/topic_iam_member.py +7 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/runtimeconfig/config_iam_binding.py +7 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +7 -0
- pulumi_gcp/saasruntime/__init__.py +1 -0
- pulumi_gcp/saasruntime/_inputs.py +344 -0
- pulumi_gcp/saasruntime/outputs.py +222 -0
- pulumi_gcp/saasruntime/release.py +1063 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +7 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +7 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +7 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +7 -0
- pulumi_gcp/securesourcemanager/__init__.py +1 -0
- pulumi_gcp/securesourcemanager/_inputs.py +43 -0
- pulumi_gcp/securesourcemanager/hook.py +758 -0
- pulumi_gcp/securesourcemanager/outputs.py +43 -0
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +7 -0
- pulumi_gcp/securesourcemanager/repository_iam_member.py +7 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +7 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +7 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +7 -0
- pulumi_gcp/servicedirectory/namespace_iam_member.py +7 -0
- pulumi_gcp/servicedirectory/service_iam_binding.py +7 -0
- pulumi_gcp/servicedirectory/service_iam_member.py +7 -0
- pulumi_gcp/sourcerepo/repository_iam_binding.py +7 -0
- pulumi_gcp/sourcerepo/repository_iam_member.py +7 -0
- pulumi_gcp/sql/database_instance.py +44 -0
- pulumi_gcp/tags/tag_key.py +7 -7
- pulumi_gcp/tags/tag_key_iam_binding.py +7 -0
- pulumi_gcp/tags/tag_key_iam_member.py +7 -0
- pulumi_gcp/tags/tag_value_iam_binding.py +7 -0
- pulumi_gcp/tags/tag_value_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +7 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +7 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +7 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +7 -0
- pulumi_gcp/workstations/workstation_iam_member.py +7 -0
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/RECORD +299 -286
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/top_level.txt +0 -0
@@ -15,6 +15,7 @@ else:
|
|
15
15
|
from .. import _utilities
|
16
16
|
|
17
17
|
__all__ = [
|
18
|
+
'HookPushOption',
|
18
19
|
'InstanceHostConfig',
|
19
20
|
'InstanceIamBindingCondition',
|
20
21
|
'InstanceIamMemberCondition',
|
@@ -26,6 +27,48 @@ __all__ = [
|
|
26
27
|
'RepositoryUri',
|
27
28
|
]
|
28
29
|
|
30
|
+
@pulumi.output_type
|
31
|
+
class HookPushOption(dict):
|
32
|
+
@staticmethod
|
33
|
+
def __key_warning(key: str):
|
34
|
+
suggest = None
|
35
|
+
if key == "branchFilter":
|
36
|
+
suggest = "branch_filter"
|
37
|
+
|
38
|
+
if suggest:
|
39
|
+
pulumi.log.warn(f"Key '{key}' not found in HookPushOption. Access the value via the '{suggest}' property getter instead.")
|
40
|
+
|
41
|
+
def __getitem__(self, key: str) -> Any:
|
42
|
+
HookPushOption.__key_warning(key)
|
43
|
+
return super().__getitem__(key)
|
44
|
+
|
45
|
+
def get(self, key: str, default = None) -> Any:
|
46
|
+
HookPushOption.__key_warning(key)
|
47
|
+
return super().get(key, default)
|
48
|
+
|
49
|
+
def __init__(__self__, *,
|
50
|
+
branch_filter: Optional[_builtins.str] = None):
|
51
|
+
"""
|
52
|
+
:param _builtins.str branch_filter: Trigger hook for matching branches only.
|
53
|
+
Specified as glob pattern. If empty or *, events for all branches are
|
54
|
+
reported. Examples: main, {main,release*}.
|
55
|
+
See https://pkg.go.dev/github.com/gobwas/glob documentation.
|
56
|
+
"""
|
57
|
+
if branch_filter is not None:
|
58
|
+
pulumi.set(__self__, "branch_filter", branch_filter)
|
59
|
+
|
60
|
+
@_builtins.property
|
61
|
+
@pulumi.getter(name="branchFilter")
|
62
|
+
def branch_filter(self) -> Optional[_builtins.str]:
|
63
|
+
"""
|
64
|
+
Trigger hook for matching branches only.
|
65
|
+
Specified as glob pattern. If empty or *, events for all branches are
|
66
|
+
reported. Examples: main, {main,release*}.
|
67
|
+
See https://pkg.go.dev/github.com/gobwas/glob documentation.
|
68
|
+
"""
|
69
|
+
return pulumi.get(self, "branch_filter")
|
70
|
+
|
71
|
+
|
29
72
|
@pulumi.output_type
|
30
73
|
class InstanceHostConfig(dict):
|
31
74
|
@staticmethod
|
@@ -40,6 +40,7 @@ class RepositoryIamBindingArgs:
|
|
40
40
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
41
41
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
42
42
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
43
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
43
44
|
:param pulumi.Input[_builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
44
45
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
45
46
|
`securesourcemanager.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -76,6 +77,7 @@ class RepositoryIamBindingArgs:
|
|
76
77
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
77
78
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
78
79
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
80
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
79
81
|
"""
|
80
82
|
return pulumi.get(self, "members")
|
81
83
|
|
@@ -175,6 +177,7 @@ class _RepositoryIamBindingState:
|
|
175
177
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
176
178
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
177
179
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
180
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
178
181
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
179
182
|
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.
|
180
183
|
:param pulumi.Input[_builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
@@ -248,6 +251,7 @@ class _RepositoryIamBindingState:
|
|
248
251
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
249
252
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
250
253
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
254
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
251
255
|
"""
|
252
256
|
return pulumi.get(self, "members")
|
253
257
|
|
@@ -488,6 +492,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
488
492
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
489
493
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
490
494
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
495
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
491
496
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
492
497
|
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.
|
493
498
|
:param pulumi.Input[_builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
@@ -747,6 +752,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
747
752
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
748
753
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
749
754
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
755
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
750
756
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
751
757
|
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.
|
752
758
|
:param pulumi.Input[_builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
@@ -806,6 +812,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
806
812
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
807
813
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
808
814
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
815
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
809
816
|
"""
|
810
817
|
return pulumi.get(self, "members")
|
811
818
|
|
@@ -40,6 +40,7 @@ class RepositoryIamMemberArgs:
|
|
40
40
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
41
41
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
42
42
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
43
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
43
44
|
:param pulumi.Input[_builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
44
45
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
45
46
|
`securesourcemanager.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -76,6 +77,7 @@ class RepositoryIamMemberArgs:
|
|
76
77
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
77
78
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
78
79
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
80
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
79
81
|
"""
|
80
82
|
return pulumi.get(self, "member")
|
81
83
|
|
@@ -175,6 +177,7 @@ class _RepositoryIamMemberState:
|
|
175
177
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
176
178
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
177
179
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
180
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
178
181
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
179
182
|
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.
|
180
183
|
:param pulumi.Input[_builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
@@ -248,6 +251,7 @@ class _RepositoryIamMemberState:
|
|
248
251
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
249
252
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
250
253
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
254
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
251
255
|
"""
|
252
256
|
return pulumi.get(self, "member")
|
253
257
|
|
@@ -488,6 +492,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
488
492
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
489
493
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
490
494
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
495
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
491
496
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
492
497
|
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.
|
493
498
|
:param pulumi.Input[_builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
@@ -747,6 +752,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
747
752
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
748
753
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
749
754
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
755
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
750
756
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
751
757
|
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.
|
752
758
|
:param pulumi.Input[_builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
@@ -806,6 +812,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
806
812
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
807
813
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
808
814
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
815
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
809
816
|
"""
|
810
817
|
return pulumi.get(self, "member")
|
811
818
|
|
@@ -39,6 +39,7 @@ class V2OrganizationSourceIamBindingArgs:
|
|
39
39
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
40
40
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
41
41
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
42
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
42
43
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
43
44
|
`securitycenter.V2OrganizationSourceIamBinding` can be used per role. Note that custom roles must be of the format
|
44
45
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -66,6 +67,7 @@ class V2OrganizationSourceIamBindingArgs:
|
|
66
67
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
67
68
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
68
69
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
70
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
69
71
|
"""
|
70
72
|
return pulumi.get(self, "members")
|
71
73
|
|
@@ -141,6 +143,7 @@ class _V2OrganizationSourceIamBindingState:
|
|
141
143
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
142
144
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
143
145
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
146
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
144
147
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
145
148
|
`securitycenter.V2OrganizationSourceIamBinding` can be used per role. Note that custom roles must be of the format
|
146
149
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -195,6 +198,7 @@ class _V2OrganizationSourceIamBindingState:
|
|
195
198
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
196
199
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
197
200
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
201
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
198
202
|
"""
|
199
203
|
return pulumi.get(self, "members")
|
200
204
|
|
@@ -413,6 +417,7 @@ class V2OrganizationSourceIamBinding(pulumi.CustomResource):
|
|
413
417
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
414
418
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
415
419
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
420
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
416
421
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
417
422
|
`securitycenter.V2OrganizationSourceIamBinding` can be used per role. Note that custom roles must be of the format
|
418
423
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -652,6 +657,7 @@ class V2OrganizationSourceIamBinding(pulumi.CustomResource):
|
|
652
657
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
653
658
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
654
659
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
660
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
655
661
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
656
662
|
`securitycenter.V2OrganizationSourceIamBinding` can be used per role. Note that custom roles must be of the format
|
657
663
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -697,6 +703,7 @@ class V2OrganizationSourceIamBinding(pulumi.CustomResource):
|
|
697
703
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
698
704
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
699
705
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
706
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
700
707
|
"""
|
701
708
|
return pulumi.get(self, "members")
|
702
709
|
|
@@ -39,6 +39,7 @@ class V2OrganizationSourceIamMemberArgs:
|
|
39
39
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
40
40
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
41
41
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
42
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
42
43
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
43
44
|
`securitycenter.V2OrganizationSourceIamBinding` can be used per role. Note that custom roles must be of the format
|
44
45
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -66,6 +67,7 @@ class V2OrganizationSourceIamMemberArgs:
|
|
66
67
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
67
68
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
68
69
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
70
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
69
71
|
"""
|
70
72
|
return pulumi.get(self, "member")
|
71
73
|
|
@@ -141,6 +143,7 @@ class _V2OrganizationSourceIamMemberState:
|
|
141
143
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
142
144
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
143
145
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
146
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
144
147
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
145
148
|
`securitycenter.V2OrganizationSourceIamBinding` can be used per role. Note that custom roles must be of the format
|
146
149
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -195,6 +198,7 @@ class _V2OrganizationSourceIamMemberState:
|
|
195
198
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
196
199
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
197
200
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
201
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
198
202
|
"""
|
199
203
|
return pulumi.get(self, "member")
|
200
204
|
|
@@ -413,6 +417,7 @@ class V2OrganizationSourceIamMember(pulumi.CustomResource):
|
|
413
417
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
414
418
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
415
419
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
420
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
416
421
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
417
422
|
`securitycenter.V2OrganizationSourceIamBinding` can be used per role. Note that custom roles must be of the format
|
418
423
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -652,6 +657,7 @@ class V2OrganizationSourceIamMember(pulumi.CustomResource):
|
|
652
657
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
653
658
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
654
659
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
660
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
655
661
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
656
662
|
`securitycenter.V2OrganizationSourceIamBinding` can be used per role. Note that custom roles must be of the format
|
657
663
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -697,6 +703,7 @@ class V2OrganizationSourceIamMember(pulumi.CustomResource):
|
|
697
703
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
698
704
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
699
705
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
706
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
700
707
|
"""
|
701
708
|
return pulumi.get(self, "member")
|
702
709
|
|
@@ -38,6 +38,7 @@ class NamespaceIamBindingArgs:
|
|
38
38
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
39
39
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
40
40
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
41
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
41
42
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
42
43
|
`servicedirectory.NamespaceIamBinding` can be used per role. Note that custom roles must be of the format
|
43
44
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -65,6 +66,7 @@ class NamespaceIamBindingArgs:
|
|
65
66
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
66
67
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
67
68
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
69
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
68
70
|
"""
|
69
71
|
return pulumi.get(self, "members")
|
70
72
|
|
@@ -130,6 +132,7 @@ class _NamespaceIamBindingState:
|
|
130
132
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
131
133
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
132
134
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
135
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
133
136
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
134
137
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
135
138
|
`servicedirectory.NamespaceIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -182,6 +185,7 @@ class _NamespaceIamBindingState:
|
|
182
185
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
183
186
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
184
187
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
188
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
185
189
|
"""
|
186
190
|
return pulumi.get(self, "members")
|
187
191
|
|
@@ -390,6 +394,7 @@ class NamespaceIamBinding(pulumi.CustomResource):
|
|
390
394
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
391
395
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
392
396
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
397
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
393
398
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
394
399
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
395
400
|
`servicedirectory.NamespaceIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -622,6 +627,7 @@ class NamespaceIamBinding(pulumi.CustomResource):
|
|
622
627
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
623
628
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
624
629
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
630
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
625
631
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
626
632
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
627
633
|
`servicedirectory.NamespaceIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -666,6 +672,7 @@ class NamespaceIamBinding(pulumi.CustomResource):
|
|
666
672
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
667
673
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
668
674
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
675
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
669
676
|
"""
|
670
677
|
return pulumi.get(self, "members")
|
671
678
|
|
@@ -38,6 +38,7 @@ class NamespaceIamMemberArgs:
|
|
38
38
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
39
39
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
40
40
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
41
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
41
42
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
42
43
|
`servicedirectory.NamespaceIamBinding` can be used per role. Note that custom roles must be of the format
|
43
44
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -65,6 +66,7 @@ class NamespaceIamMemberArgs:
|
|
65
66
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
66
67
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
67
68
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
69
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
68
70
|
"""
|
69
71
|
return pulumi.get(self, "member")
|
70
72
|
|
@@ -130,6 +132,7 @@ class _NamespaceIamMemberState:
|
|
130
132
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
131
133
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
132
134
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
135
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
133
136
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
134
137
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
135
138
|
`servicedirectory.NamespaceIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -182,6 +185,7 @@ class _NamespaceIamMemberState:
|
|
182
185
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
183
186
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
184
187
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
188
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
185
189
|
"""
|
186
190
|
return pulumi.get(self, "member")
|
187
191
|
|
@@ -390,6 +394,7 @@ class NamespaceIamMember(pulumi.CustomResource):
|
|
390
394
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
391
395
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
392
396
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
397
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
393
398
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
394
399
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
395
400
|
`servicedirectory.NamespaceIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -622,6 +627,7 @@ class NamespaceIamMember(pulumi.CustomResource):
|
|
622
627
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
623
628
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
624
629
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
630
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
625
631
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
626
632
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
627
633
|
`servicedirectory.NamespaceIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -666,6 +672,7 @@ class NamespaceIamMember(pulumi.CustomResource):
|
|
666
672
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
667
673
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
668
674
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
675
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
669
676
|
"""
|
670
677
|
return pulumi.get(self, "member")
|
671
678
|
|
@@ -38,6 +38,7 @@ class ServiceIamBindingArgs:
|
|
38
38
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
39
39
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
40
40
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
41
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
41
42
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
42
43
|
`servicedirectory.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
43
44
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -65,6 +66,7 @@ class ServiceIamBindingArgs:
|
|
65
66
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
66
67
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
67
68
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
69
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
68
70
|
"""
|
69
71
|
return pulumi.get(self, "members")
|
70
72
|
|
@@ -130,6 +132,7 @@ class _ServiceIamBindingState:
|
|
130
132
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
131
133
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
132
134
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
135
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
133
136
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
134
137
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
135
138
|
`servicedirectory.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -182,6 +185,7 @@ class _ServiceIamBindingState:
|
|
182
185
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
183
186
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
184
187
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
188
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
185
189
|
"""
|
186
190
|
return pulumi.get(self, "members")
|
187
191
|
|
@@ -390,6 +394,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
390
394
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
391
395
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
392
396
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
397
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
393
398
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
394
399
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
395
400
|
`servicedirectory.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -622,6 +627,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
622
627
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
623
628
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
624
629
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
630
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
625
631
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
626
632
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
627
633
|
`servicedirectory.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -666,6 +672,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
666
672
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
667
673
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
668
674
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
675
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
669
676
|
"""
|
670
677
|
return pulumi.get(self, "members")
|
671
678
|
|
@@ -38,6 +38,7 @@ class ServiceIamMemberArgs:
|
|
38
38
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
39
39
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
40
40
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
41
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
41
42
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
42
43
|
`servicedirectory.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
43
44
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -65,6 +66,7 @@ class ServiceIamMemberArgs:
|
|
65
66
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
66
67
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
67
68
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
69
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
68
70
|
"""
|
69
71
|
return pulumi.get(self, "member")
|
70
72
|
|
@@ -130,6 +132,7 @@ class _ServiceIamMemberState:
|
|
130
132
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
131
133
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
132
134
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
135
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
133
136
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
134
137
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
135
138
|
`servicedirectory.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -182,6 +185,7 @@ class _ServiceIamMemberState:
|
|
182
185
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
183
186
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
184
187
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
188
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
185
189
|
"""
|
186
190
|
return pulumi.get(self, "member")
|
187
191
|
|
@@ -390,6 +394,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
390
394
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
391
395
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
392
396
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
397
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
393
398
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
394
399
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
395
400
|
`servicedirectory.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -622,6 +627,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
622
627
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
623
628
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
624
629
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
630
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
625
631
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
626
632
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
627
633
|
`servicedirectory.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -666,6 +672,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
666
672
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
667
673
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
668
674
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
675
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
669
676
|
"""
|
670
677
|
return pulumi.get(self, "member")
|
671
678
|
|