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
pulumi_gcp/iam/_inputs.py
CHANGED
@@ -51,6 +51,14 @@ __all__ = [
|
|
51
51
|
'WorkforcePoolIamBindingConditionArgsDict',
|
52
52
|
'WorkforcePoolIamMemberConditionArgs',
|
53
53
|
'WorkforcePoolIamMemberConditionArgsDict',
|
54
|
+
'WorkforcePoolProviderExtendedAttributesOauth2ClientArgs',
|
55
|
+
'WorkforcePoolProviderExtendedAttributesOauth2ClientArgsDict',
|
56
|
+
'WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretArgs',
|
57
|
+
'WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretArgsDict',
|
58
|
+
'WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretValueArgs',
|
59
|
+
'WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretValueArgsDict',
|
60
|
+
'WorkforcePoolProviderExtendedAttributesOauth2ClientQueryParametersArgs',
|
61
|
+
'WorkforcePoolProviderExtendedAttributesOauth2ClientQueryParametersArgsDict',
|
54
62
|
'WorkforcePoolProviderExtraAttributesOauth2ClientArgs',
|
55
63
|
'WorkforcePoolProviderExtraAttributesOauth2ClientArgsDict',
|
56
64
|
'WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretArgs',
|
@@ -1378,6 +1386,265 @@ class WorkforcePoolIamMemberConditionArgs:
|
|
1378
1386
|
pulumi.set(self, "description", value)
|
1379
1387
|
|
1380
1388
|
|
1389
|
+
if not MYPY:
|
1390
|
+
class WorkforcePoolProviderExtendedAttributesOauth2ClientArgsDict(TypedDict):
|
1391
|
+
attributes_type: pulumi.Input[_builtins.str]
|
1392
|
+
"""
|
1393
|
+
Represents the IdP and type of claims that should be fetched.
|
1394
|
+
* AZURE_AD_GROUPS_ID: Used to get the user's group claims from the Azure AD identity provider
|
1395
|
+
using configuration provided in ExtendedAttributesOAuth2Client and 'id'
|
1396
|
+
property of the 'microsoft.graph.group' object is used for claim mapping. See
|
1397
|
+
https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties
|
1398
|
+
for more details on 'microsoft.graph.group' properties. The
|
1399
|
+
group IDs obtained from Azure AD are present in 'assertion.groups' for
|
1400
|
+
OIDC providers and 'assertion.attributes.groups' for SAML providers for
|
1401
|
+
attribute mapping. Possible values: ["AZURE_AD_GROUPS_ID"]
|
1402
|
+
"""
|
1403
|
+
client_id: pulumi.Input[_builtins.str]
|
1404
|
+
"""
|
1405
|
+
The OAuth 2.0 client ID for retrieving extended attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
|
1406
|
+
"""
|
1407
|
+
client_secret: pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretArgsDict']
|
1408
|
+
"""
|
1409
|
+
The OAuth 2.0 client secret for retrieving extended attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
|
1410
|
+
"""
|
1411
|
+
issuer_uri: pulumi.Input[_builtins.str]
|
1412
|
+
"""
|
1413
|
+
The OIDC identity provider's issuer URI. Must be a valid URI using the 'https' scheme. Required to get the OIDC discovery document.
|
1414
|
+
"""
|
1415
|
+
query_parameters: NotRequired[pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientQueryParametersArgsDict']]
|
1416
|
+
"""
|
1417
|
+
Represents the parameters to control which claims are fetched from an IdP.
|
1418
|
+
"""
|
1419
|
+
elif False:
|
1420
|
+
WorkforcePoolProviderExtendedAttributesOauth2ClientArgsDict: TypeAlias = Mapping[str, Any]
|
1421
|
+
|
1422
|
+
@pulumi.input_type
|
1423
|
+
class WorkforcePoolProviderExtendedAttributesOauth2ClientArgs:
|
1424
|
+
def __init__(__self__, *,
|
1425
|
+
attributes_type: pulumi.Input[_builtins.str],
|
1426
|
+
client_id: pulumi.Input[_builtins.str],
|
1427
|
+
client_secret: pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretArgs'],
|
1428
|
+
issuer_uri: pulumi.Input[_builtins.str],
|
1429
|
+
query_parameters: Optional[pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientQueryParametersArgs']] = None):
|
1430
|
+
"""
|
1431
|
+
:param pulumi.Input[_builtins.str] attributes_type: Represents the IdP and type of claims that should be fetched.
|
1432
|
+
* AZURE_AD_GROUPS_ID: Used to get the user's group claims from the Azure AD identity provider
|
1433
|
+
using configuration provided in ExtendedAttributesOAuth2Client and 'id'
|
1434
|
+
property of the 'microsoft.graph.group' object is used for claim mapping. See
|
1435
|
+
https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties
|
1436
|
+
for more details on 'microsoft.graph.group' properties. The
|
1437
|
+
group IDs obtained from Azure AD are present in 'assertion.groups' for
|
1438
|
+
OIDC providers and 'assertion.attributes.groups' for SAML providers for
|
1439
|
+
attribute mapping. Possible values: ["AZURE_AD_GROUPS_ID"]
|
1440
|
+
:param pulumi.Input[_builtins.str] client_id: The OAuth 2.0 client ID for retrieving extended attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
|
1441
|
+
:param pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretArgs'] client_secret: The OAuth 2.0 client secret for retrieving extended attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
|
1442
|
+
:param pulumi.Input[_builtins.str] issuer_uri: The OIDC identity provider's issuer URI. Must be a valid URI using the 'https' scheme. Required to get the OIDC discovery document.
|
1443
|
+
:param pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientQueryParametersArgs'] query_parameters: Represents the parameters to control which claims are fetched from an IdP.
|
1444
|
+
"""
|
1445
|
+
pulumi.set(__self__, "attributes_type", attributes_type)
|
1446
|
+
pulumi.set(__self__, "client_id", client_id)
|
1447
|
+
pulumi.set(__self__, "client_secret", client_secret)
|
1448
|
+
pulumi.set(__self__, "issuer_uri", issuer_uri)
|
1449
|
+
if query_parameters is not None:
|
1450
|
+
pulumi.set(__self__, "query_parameters", query_parameters)
|
1451
|
+
|
1452
|
+
@_builtins.property
|
1453
|
+
@pulumi.getter(name="attributesType")
|
1454
|
+
def attributes_type(self) -> pulumi.Input[_builtins.str]:
|
1455
|
+
"""
|
1456
|
+
Represents the IdP and type of claims that should be fetched.
|
1457
|
+
* AZURE_AD_GROUPS_ID: Used to get the user's group claims from the Azure AD identity provider
|
1458
|
+
using configuration provided in ExtendedAttributesOAuth2Client and 'id'
|
1459
|
+
property of the 'microsoft.graph.group' object is used for claim mapping. See
|
1460
|
+
https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties
|
1461
|
+
for more details on 'microsoft.graph.group' properties. The
|
1462
|
+
group IDs obtained from Azure AD are present in 'assertion.groups' for
|
1463
|
+
OIDC providers and 'assertion.attributes.groups' for SAML providers for
|
1464
|
+
attribute mapping. Possible values: ["AZURE_AD_GROUPS_ID"]
|
1465
|
+
"""
|
1466
|
+
return pulumi.get(self, "attributes_type")
|
1467
|
+
|
1468
|
+
@attributes_type.setter
|
1469
|
+
def attributes_type(self, value: pulumi.Input[_builtins.str]):
|
1470
|
+
pulumi.set(self, "attributes_type", value)
|
1471
|
+
|
1472
|
+
@_builtins.property
|
1473
|
+
@pulumi.getter(name="clientId")
|
1474
|
+
def client_id(self) -> pulumi.Input[_builtins.str]:
|
1475
|
+
"""
|
1476
|
+
The OAuth 2.0 client ID for retrieving extended attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
|
1477
|
+
"""
|
1478
|
+
return pulumi.get(self, "client_id")
|
1479
|
+
|
1480
|
+
@client_id.setter
|
1481
|
+
def client_id(self, value: pulumi.Input[_builtins.str]):
|
1482
|
+
pulumi.set(self, "client_id", value)
|
1483
|
+
|
1484
|
+
@_builtins.property
|
1485
|
+
@pulumi.getter(name="clientSecret")
|
1486
|
+
def client_secret(self) -> pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretArgs']:
|
1487
|
+
"""
|
1488
|
+
The OAuth 2.0 client secret for retrieving extended attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
|
1489
|
+
"""
|
1490
|
+
return pulumi.get(self, "client_secret")
|
1491
|
+
|
1492
|
+
@client_secret.setter
|
1493
|
+
def client_secret(self, value: pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretArgs']):
|
1494
|
+
pulumi.set(self, "client_secret", value)
|
1495
|
+
|
1496
|
+
@_builtins.property
|
1497
|
+
@pulumi.getter(name="issuerUri")
|
1498
|
+
def issuer_uri(self) -> pulumi.Input[_builtins.str]:
|
1499
|
+
"""
|
1500
|
+
The OIDC identity provider's issuer URI. Must be a valid URI using the 'https' scheme. Required to get the OIDC discovery document.
|
1501
|
+
"""
|
1502
|
+
return pulumi.get(self, "issuer_uri")
|
1503
|
+
|
1504
|
+
@issuer_uri.setter
|
1505
|
+
def issuer_uri(self, value: pulumi.Input[_builtins.str]):
|
1506
|
+
pulumi.set(self, "issuer_uri", value)
|
1507
|
+
|
1508
|
+
@_builtins.property
|
1509
|
+
@pulumi.getter(name="queryParameters")
|
1510
|
+
def query_parameters(self) -> Optional[pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientQueryParametersArgs']]:
|
1511
|
+
"""
|
1512
|
+
Represents the parameters to control which claims are fetched from an IdP.
|
1513
|
+
"""
|
1514
|
+
return pulumi.get(self, "query_parameters")
|
1515
|
+
|
1516
|
+
@query_parameters.setter
|
1517
|
+
def query_parameters(self, value: Optional[pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientQueryParametersArgs']]):
|
1518
|
+
pulumi.set(self, "query_parameters", value)
|
1519
|
+
|
1520
|
+
|
1521
|
+
if not MYPY:
|
1522
|
+
class WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretArgsDict(TypedDict):
|
1523
|
+
value: NotRequired[pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretValueArgsDict']]
|
1524
|
+
"""
|
1525
|
+
The value of the client secret.
|
1526
|
+
Structure is documented below.
|
1527
|
+
"""
|
1528
|
+
elif False:
|
1529
|
+
WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretArgsDict: TypeAlias = Mapping[str, Any]
|
1530
|
+
|
1531
|
+
@pulumi.input_type
|
1532
|
+
class WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretArgs:
|
1533
|
+
def __init__(__self__, *,
|
1534
|
+
value: Optional[pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretValueArgs']] = None):
|
1535
|
+
"""
|
1536
|
+
:param pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretValueArgs'] value: The value of the client secret.
|
1537
|
+
Structure is documented below.
|
1538
|
+
"""
|
1539
|
+
if value is not None:
|
1540
|
+
pulumi.set(__self__, "value", value)
|
1541
|
+
|
1542
|
+
@_builtins.property
|
1543
|
+
@pulumi.getter
|
1544
|
+
def value(self) -> Optional[pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretValueArgs']]:
|
1545
|
+
"""
|
1546
|
+
The value of the client secret.
|
1547
|
+
Structure is documented below.
|
1548
|
+
"""
|
1549
|
+
return pulumi.get(self, "value")
|
1550
|
+
|
1551
|
+
@value.setter
|
1552
|
+
def value(self, value: Optional[pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretValueArgs']]):
|
1553
|
+
pulumi.set(self, "value", value)
|
1554
|
+
|
1555
|
+
|
1556
|
+
if not MYPY:
|
1557
|
+
class WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretValueArgsDict(TypedDict):
|
1558
|
+
plain_text: pulumi.Input[_builtins.str]
|
1559
|
+
"""
|
1560
|
+
The plain text of the client secret value.
|
1561
|
+
"""
|
1562
|
+
thumbprint: NotRequired[pulumi.Input[_builtins.str]]
|
1563
|
+
"""
|
1564
|
+
(Output)
|
1565
|
+
A thumbprint to represent the current client secret value.
|
1566
|
+
"""
|
1567
|
+
elif False:
|
1568
|
+
WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretValueArgsDict: TypeAlias = Mapping[str, Any]
|
1569
|
+
|
1570
|
+
@pulumi.input_type
|
1571
|
+
class WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretValueArgs:
|
1572
|
+
def __init__(__self__, *,
|
1573
|
+
plain_text: pulumi.Input[_builtins.str],
|
1574
|
+
thumbprint: Optional[pulumi.Input[_builtins.str]] = None):
|
1575
|
+
"""
|
1576
|
+
:param pulumi.Input[_builtins.str] plain_text: The plain text of the client secret value.
|
1577
|
+
:param pulumi.Input[_builtins.str] thumbprint: (Output)
|
1578
|
+
A thumbprint to represent the current client secret value.
|
1579
|
+
"""
|
1580
|
+
pulumi.set(__self__, "plain_text", plain_text)
|
1581
|
+
if thumbprint is not None:
|
1582
|
+
pulumi.set(__self__, "thumbprint", thumbprint)
|
1583
|
+
|
1584
|
+
@_builtins.property
|
1585
|
+
@pulumi.getter(name="plainText")
|
1586
|
+
def plain_text(self) -> pulumi.Input[_builtins.str]:
|
1587
|
+
"""
|
1588
|
+
The plain text of the client secret value.
|
1589
|
+
"""
|
1590
|
+
return pulumi.get(self, "plain_text")
|
1591
|
+
|
1592
|
+
@plain_text.setter
|
1593
|
+
def plain_text(self, value: pulumi.Input[_builtins.str]):
|
1594
|
+
pulumi.set(self, "plain_text", value)
|
1595
|
+
|
1596
|
+
@_builtins.property
|
1597
|
+
@pulumi.getter
|
1598
|
+
def thumbprint(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1599
|
+
"""
|
1600
|
+
(Output)
|
1601
|
+
A thumbprint to represent the current client secret value.
|
1602
|
+
"""
|
1603
|
+
return pulumi.get(self, "thumbprint")
|
1604
|
+
|
1605
|
+
@thumbprint.setter
|
1606
|
+
def thumbprint(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1607
|
+
pulumi.set(self, "thumbprint", value)
|
1608
|
+
|
1609
|
+
|
1610
|
+
if not MYPY:
|
1611
|
+
class WorkforcePoolProviderExtendedAttributesOauth2ClientQueryParametersArgsDict(TypedDict):
|
1612
|
+
filter: NotRequired[pulumi.Input[_builtins.str]]
|
1613
|
+
"""
|
1614
|
+
The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_ID, it represents the
|
1615
|
+
filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
|
1616
|
+
groups should be security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
|
1617
|
+
"""
|
1618
|
+
elif False:
|
1619
|
+
WorkforcePoolProviderExtendedAttributesOauth2ClientQueryParametersArgsDict: TypeAlias = Mapping[str, Any]
|
1620
|
+
|
1621
|
+
@pulumi.input_type
|
1622
|
+
class WorkforcePoolProviderExtendedAttributesOauth2ClientQueryParametersArgs:
|
1623
|
+
def __init__(__self__, *,
|
1624
|
+
filter: Optional[pulumi.Input[_builtins.str]] = None):
|
1625
|
+
"""
|
1626
|
+
:param pulumi.Input[_builtins.str] filter: The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_ID, it represents the
|
1627
|
+
filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
|
1628
|
+
groups should be security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
|
1629
|
+
"""
|
1630
|
+
if filter is not None:
|
1631
|
+
pulumi.set(__self__, "filter", filter)
|
1632
|
+
|
1633
|
+
@_builtins.property
|
1634
|
+
@pulumi.getter
|
1635
|
+
def filter(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1636
|
+
"""
|
1637
|
+
The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_ID, it represents the
|
1638
|
+
filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
|
1639
|
+
groups should be security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
|
1640
|
+
"""
|
1641
|
+
return pulumi.get(self, "filter")
|
1642
|
+
|
1643
|
+
@filter.setter
|
1644
|
+
def filter(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1645
|
+
pulumi.set(self, "filter", value)
|
1646
|
+
|
1647
|
+
|
1381
1648
|
if not MYPY:
|
1382
1649
|
class WorkforcePoolProviderExtraAttributesOauth2ClientArgsDict(TypedDict):
|
1383
1650
|
attributes_type: pulumi.Input[_builtins.str]
|
@@ -1615,7 +1882,7 @@ if not MYPY:
|
|
1615
1882
|
class WorkforcePoolProviderExtraAttributesOauth2ClientQueryParametersArgsDict(TypedDict):
|
1616
1883
|
filter: NotRequired[pulumi.Input[_builtins.str]]
|
1617
1884
|
"""
|
1618
|
-
The filter used to request specific records from IdP. In case of attributes type as
|
1885
|
+
The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_ID, it represents the
|
1619
1886
|
filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
|
1620
1887
|
groups should be security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
|
1621
1888
|
"""
|
@@ -1627,7 +1894,7 @@ class WorkforcePoolProviderExtraAttributesOauth2ClientQueryParametersArgs:
|
|
1627
1894
|
def __init__(__self__, *,
|
1628
1895
|
filter: Optional[pulumi.Input[_builtins.str]] = None):
|
1629
1896
|
"""
|
1630
|
-
:param pulumi.Input[_builtins.str] filter: The filter used to request specific records from IdP. In case of attributes type as
|
1897
|
+
:param pulumi.Input[_builtins.str] filter: The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_ID, it represents the
|
1631
1898
|
filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
|
1632
1899
|
groups should be security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
|
1633
1900
|
"""
|
@@ -1638,7 +1905,7 @@ class WorkforcePoolProviderExtraAttributesOauth2ClientQueryParametersArgs:
|
|
1638
1905
|
@pulumi.getter
|
1639
1906
|
def filter(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1640
1907
|
"""
|
1641
|
-
The filter used to request specific records from IdP. In case of attributes type as
|
1908
|
+
The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_ID, it represents the
|
1642
1909
|
filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
|
1643
1910
|
groups should be security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
|
1644
1911
|
"""
|
pulumi_gcp/iam/outputs.py
CHANGED
@@ -34,6 +34,10 @@ __all__ = [
|
|
34
34
|
'WorkforcePoolAccessRestrictionsAllowedService',
|
35
35
|
'WorkforcePoolIamBindingCondition',
|
36
36
|
'WorkforcePoolIamMemberCondition',
|
37
|
+
'WorkforcePoolProviderExtendedAttributesOauth2Client',
|
38
|
+
'WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecret',
|
39
|
+
'WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretValue',
|
40
|
+
'WorkforcePoolProviderExtendedAttributesOauth2ClientQueryParameters',
|
37
41
|
'WorkforcePoolProviderExtraAttributesOauth2Client',
|
38
42
|
'WorkforcePoolProviderExtraAttributesOauth2ClientClientSecret',
|
39
43
|
'WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValue',
|
@@ -1005,6 +1009,203 @@ class WorkforcePoolIamMemberCondition(dict):
|
|
1005
1009
|
return pulumi.get(self, "description")
|
1006
1010
|
|
1007
1011
|
|
1012
|
+
@pulumi.output_type
|
1013
|
+
class WorkforcePoolProviderExtendedAttributesOauth2Client(dict):
|
1014
|
+
@staticmethod
|
1015
|
+
def __key_warning(key: str):
|
1016
|
+
suggest = None
|
1017
|
+
if key == "attributesType":
|
1018
|
+
suggest = "attributes_type"
|
1019
|
+
elif key == "clientId":
|
1020
|
+
suggest = "client_id"
|
1021
|
+
elif key == "clientSecret":
|
1022
|
+
suggest = "client_secret"
|
1023
|
+
elif key == "issuerUri":
|
1024
|
+
suggest = "issuer_uri"
|
1025
|
+
elif key == "queryParameters":
|
1026
|
+
suggest = "query_parameters"
|
1027
|
+
|
1028
|
+
if suggest:
|
1029
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkforcePoolProviderExtendedAttributesOauth2Client. Access the value via the '{suggest}' property getter instead.")
|
1030
|
+
|
1031
|
+
def __getitem__(self, key: str) -> Any:
|
1032
|
+
WorkforcePoolProviderExtendedAttributesOauth2Client.__key_warning(key)
|
1033
|
+
return super().__getitem__(key)
|
1034
|
+
|
1035
|
+
def get(self, key: str, default = None) -> Any:
|
1036
|
+
WorkforcePoolProviderExtendedAttributesOauth2Client.__key_warning(key)
|
1037
|
+
return super().get(key, default)
|
1038
|
+
|
1039
|
+
def __init__(__self__, *,
|
1040
|
+
attributes_type: _builtins.str,
|
1041
|
+
client_id: _builtins.str,
|
1042
|
+
client_secret: 'outputs.WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecret',
|
1043
|
+
issuer_uri: _builtins.str,
|
1044
|
+
query_parameters: Optional['outputs.WorkforcePoolProviderExtendedAttributesOauth2ClientQueryParameters'] = None):
|
1045
|
+
"""
|
1046
|
+
:param _builtins.str attributes_type: Represents the IdP and type of claims that should be fetched.
|
1047
|
+
* AZURE_AD_GROUPS_ID: Used to get the user's group claims from the Azure AD identity provider
|
1048
|
+
using configuration provided in ExtendedAttributesOAuth2Client and 'id'
|
1049
|
+
property of the 'microsoft.graph.group' object is used for claim mapping. See
|
1050
|
+
https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties
|
1051
|
+
for more details on 'microsoft.graph.group' properties. The
|
1052
|
+
group IDs obtained from Azure AD are present in 'assertion.groups' for
|
1053
|
+
OIDC providers and 'assertion.attributes.groups' for SAML providers for
|
1054
|
+
attribute mapping. Possible values: ["AZURE_AD_GROUPS_ID"]
|
1055
|
+
:param _builtins.str client_id: The OAuth 2.0 client ID for retrieving extended attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
|
1056
|
+
:param 'WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretArgs' client_secret: The OAuth 2.0 client secret for retrieving extended attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
|
1057
|
+
:param _builtins.str issuer_uri: The OIDC identity provider's issuer URI. Must be a valid URI using the 'https' scheme. Required to get the OIDC discovery document.
|
1058
|
+
:param 'WorkforcePoolProviderExtendedAttributesOauth2ClientQueryParametersArgs' query_parameters: Represents the parameters to control which claims are fetched from an IdP.
|
1059
|
+
"""
|
1060
|
+
pulumi.set(__self__, "attributes_type", attributes_type)
|
1061
|
+
pulumi.set(__self__, "client_id", client_id)
|
1062
|
+
pulumi.set(__self__, "client_secret", client_secret)
|
1063
|
+
pulumi.set(__self__, "issuer_uri", issuer_uri)
|
1064
|
+
if query_parameters is not None:
|
1065
|
+
pulumi.set(__self__, "query_parameters", query_parameters)
|
1066
|
+
|
1067
|
+
@_builtins.property
|
1068
|
+
@pulumi.getter(name="attributesType")
|
1069
|
+
def attributes_type(self) -> _builtins.str:
|
1070
|
+
"""
|
1071
|
+
Represents the IdP and type of claims that should be fetched.
|
1072
|
+
* AZURE_AD_GROUPS_ID: Used to get the user's group claims from the Azure AD identity provider
|
1073
|
+
using configuration provided in ExtendedAttributesOAuth2Client and 'id'
|
1074
|
+
property of the 'microsoft.graph.group' object is used for claim mapping. See
|
1075
|
+
https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties
|
1076
|
+
for more details on 'microsoft.graph.group' properties. The
|
1077
|
+
group IDs obtained from Azure AD are present in 'assertion.groups' for
|
1078
|
+
OIDC providers and 'assertion.attributes.groups' for SAML providers for
|
1079
|
+
attribute mapping. Possible values: ["AZURE_AD_GROUPS_ID"]
|
1080
|
+
"""
|
1081
|
+
return pulumi.get(self, "attributes_type")
|
1082
|
+
|
1083
|
+
@_builtins.property
|
1084
|
+
@pulumi.getter(name="clientId")
|
1085
|
+
def client_id(self) -> _builtins.str:
|
1086
|
+
"""
|
1087
|
+
The OAuth 2.0 client ID for retrieving extended attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
|
1088
|
+
"""
|
1089
|
+
return pulumi.get(self, "client_id")
|
1090
|
+
|
1091
|
+
@_builtins.property
|
1092
|
+
@pulumi.getter(name="clientSecret")
|
1093
|
+
def client_secret(self) -> 'outputs.WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecret':
|
1094
|
+
"""
|
1095
|
+
The OAuth 2.0 client secret for retrieving extended attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
|
1096
|
+
"""
|
1097
|
+
return pulumi.get(self, "client_secret")
|
1098
|
+
|
1099
|
+
@_builtins.property
|
1100
|
+
@pulumi.getter(name="issuerUri")
|
1101
|
+
def issuer_uri(self) -> _builtins.str:
|
1102
|
+
"""
|
1103
|
+
The OIDC identity provider's issuer URI. Must be a valid URI using the 'https' scheme. Required to get the OIDC discovery document.
|
1104
|
+
"""
|
1105
|
+
return pulumi.get(self, "issuer_uri")
|
1106
|
+
|
1107
|
+
@_builtins.property
|
1108
|
+
@pulumi.getter(name="queryParameters")
|
1109
|
+
def query_parameters(self) -> Optional['outputs.WorkforcePoolProviderExtendedAttributesOauth2ClientQueryParameters']:
|
1110
|
+
"""
|
1111
|
+
Represents the parameters to control which claims are fetched from an IdP.
|
1112
|
+
"""
|
1113
|
+
return pulumi.get(self, "query_parameters")
|
1114
|
+
|
1115
|
+
|
1116
|
+
@pulumi.output_type
|
1117
|
+
class WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecret(dict):
|
1118
|
+
def __init__(__self__, *,
|
1119
|
+
value: Optional['outputs.WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretValue'] = None):
|
1120
|
+
"""
|
1121
|
+
:param 'WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretValueArgs' value: The value of the client secret.
|
1122
|
+
Structure is documented below.
|
1123
|
+
"""
|
1124
|
+
if value is not None:
|
1125
|
+
pulumi.set(__self__, "value", value)
|
1126
|
+
|
1127
|
+
@_builtins.property
|
1128
|
+
@pulumi.getter
|
1129
|
+
def value(self) -> Optional['outputs.WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretValue']:
|
1130
|
+
"""
|
1131
|
+
The value of the client secret.
|
1132
|
+
Structure is documented below.
|
1133
|
+
"""
|
1134
|
+
return pulumi.get(self, "value")
|
1135
|
+
|
1136
|
+
|
1137
|
+
@pulumi.output_type
|
1138
|
+
class WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretValue(dict):
|
1139
|
+
@staticmethod
|
1140
|
+
def __key_warning(key: str):
|
1141
|
+
suggest = None
|
1142
|
+
if key == "plainText":
|
1143
|
+
suggest = "plain_text"
|
1144
|
+
|
1145
|
+
if suggest:
|
1146
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretValue. Access the value via the '{suggest}' property getter instead.")
|
1147
|
+
|
1148
|
+
def __getitem__(self, key: str) -> Any:
|
1149
|
+
WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretValue.__key_warning(key)
|
1150
|
+
return super().__getitem__(key)
|
1151
|
+
|
1152
|
+
def get(self, key: str, default = None) -> Any:
|
1153
|
+
WorkforcePoolProviderExtendedAttributesOauth2ClientClientSecretValue.__key_warning(key)
|
1154
|
+
return super().get(key, default)
|
1155
|
+
|
1156
|
+
def __init__(__self__, *,
|
1157
|
+
plain_text: _builtins.str,
|
1158
|
+
thumbprint: Optional[_builtins.str] = None):
|
1159
|
+
"""
|
1160
|
+
:param _builtins.str plain_text: The plain text of the client secret value.
|
1161
|
+
:param _builtins.str thumbprint: (Output)
|
1162
|
+
A thumbprint to represent the current client secret value.
|
1163
|
+
"""
|
1164
|
+
pulumi.set(__self__, "plain_text", plain_text)
|
1165
|
+
if thumbprint is not None:
|
1166
|
+
pulumi.set(__self__, "thumbprint", thumbprint)
|
1167
|
+
|
1168
|
+
@_builtins.property
|
1169
|
+
@pulumi.getter(name="plainText")
|
1170
|
+
def plain_text(self) -> _builtins.str:
|
1171
|
+
"""
|
1172
|
+
The plain text of the client secret value.
|
1173
|
+
"""
|
1174
|
+
return pulumi.get(self, "plain_text")
|
1175
|
+
|
1176
|
+
@_builtins.property
|
1177
|
+
@pulumi.getter
|
1178
|
+
def thumbprint(self) -> Optional[_builtins.str]:
|
1179
|
+
"""
|
1180
|
+
(Output)
|
1181
|
+
A thumbprint to represent the current client secret value.
|
1182
|
+
"""
|
1183
|
+
return pulumi.get(self, "thumbprint")
|
1184
|
+
|
1185
|
+
|
1186
|
+
@pulumi.output_type
|
1187
|
+
class WorkforcePoolProviderExtendedAttributesOauth2ClientQueryParameters(dict):
|
1188
|
+
def __init__(__self__, *,
|
1189
|
+
filter: Optional[_builtins.str] = None):
|
1190
|
+
"""
|
1191
|
+
:param _builtins.str filter: The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_ID, it represents the
|
1192
|
+
filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
|
1193
|
+
groups should be security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
|
1194
|
+
"""
|
1195
|
+
if filter is not None:
|
1196
|
+
pulumi.set(__self__, "filter", filter)
|
1197
|
+
|
1198
|
+
@_builtins.property
|
1199
|
+
@pulumi.getter
|
1200
|
+
def filter(self) -> Optional[_builtins.str]:
|
1201
|
+
"""
|
1202
|
+
The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_ID, it represents the
|
1203
|
+
filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
|
1204
|
+
groups should be security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
|
1205
|
+
"""
|
1206
|
+
return pulumi.get(self, "filter")
|
1207
|
+
|
1208
|
+
|
1008
1209
|
@pulumi.output_type
|
1009
1210
|
class WorkforcePoolProviderExtraAttributesOauth2Client(dict):
|
1010
1211
|
@staticmethod
|
@@ -1192,7 +1393,7 @@ class WorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters(dict):
|
|
1192
1393
|
def __init__(__self__, *,
|
1193
1394
|
filter: Optional[_builtins.str] = None):
|
1194
1395
|
"""
|
1195
|
-
:param _builtins.str filter: The filter used to request specific records from IdP. In case of attributes type as
|
1396
|
+
:param _builtins.str filter: The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_ID, it represents the
|
1196
1397
|
filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
|
1197
1398
|
groups should be security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
|
1198
1399
|
"""
|
@@ -1203,7 +1404,7 @@ class WorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters(dict):
|
|
1203
1404
|
@pulumi.getter
|
1204
1405
|
def filter(self) -> Optional[_builtins.str]:
|
1205
1406
|
"""
|
1206
|
-
The filter used to request specific records from IdP. In case of attributes type as
|
1407
|
+
The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_ID, it represents the
|
1207
1408
|
filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
|
1208
1409
|
groups should be security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
|
1209
1410
|
"""
|
@@ -39,6 +39,7 @@ class WorkforcePoolIamBindingArgs:
|
|
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
|
`iam.WorkforcePoolIamBinding` can be used per role. Note that custom roles must be of the format
|
44
45
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -70,6 +71,7 @@ class WorkforcePoolIamBindingArgs:
|
|
70
71
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
71
72
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
72
73
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
74
|
+
* **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"
|
73
75
|
"""
|
74
76
|
return pulumi.get(self, "members")
|
75
77
|
|
@@ -153,6 +155,7 @@ class _WorkforcePoolIamBindingState:
|
|
153
155
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
154
156
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
155
157
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
158
|
+
* **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"
|
156
159
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
157
160
|
`iam.WorkforcePoolIamBinding` can be used per role. Note that custom roles must be of the format
|
158
161
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -221,6 +224,7 @@ class _WorkforcePoolIamBindingState:
|
|
221
224
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
222
225
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
223
226
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
227
|
+
* **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"
|
224
228
|
"""
|
225
229
|
return pulumi.get(self, "members")
|
226
230
|
|
@@ -439,6 +443,7 @@ class WorkforcePoolIamBinding(pulumi.CustomResource):
|
|
439
443
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
440
444
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
441
445
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
446
|
+
* **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"
|
442
447
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
443
448
|
`iam.WorkforcePoolIamBinding` can be used per role. Note that custom roles must be of the format
|
444
449
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -685,6 +690,7 @@ class WorkforcePoolIamBinding(pulumi.CustomResource):
|
|
685
690
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
686
691
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
687
692
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
693
|
+
* **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"
|
688
694
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
689
695
|
`iam.WorkforcePoolIamBinding` can be used per role. Note that custom roles must be of the format
|
690
696
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -740,6 +746,7 @@ class WorkforcePoolIamBinding(pulumi.CustomResource):
|
|
740
746
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
741
747
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
742
748
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
749
|
+
* **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"
|
743
750
|
"""
|
744
751
|
return pulumi.get(self, "members")
|
745
752
|
|