pulumi-gcp 9.0.0a1__py3-none-any.whl → 9.0.0a1758219982__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +48 -0
- pulumi_gcp/activedirectory/peering.py +16 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
- pulumi_gcp/apigateway/api_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_iam_policy.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_python_package.py +237 -0
- pulumi_gcp/artifactregistry/get_repository.py +12 -1
- pulumi_gcp/artifactregistry/repository.py +28 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
- pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
- pulumi_gcp/bigquery/app_profile.py +14 -49
- pulumi_gcp/bigquery/dataset_access.py +4 -8
- pulumi_gcp/bigquery/table.py +7 -21
- pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
- pulumi_gcp/bigtable/app_profile.py +14 -49
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
- pulumi_gcp/chronicle/_inputs.py +6 -5
- pulumi_gcp/chronicle/outputs.py +4 -3
- pulumi_gcp/chronicle/reference_list.py +53 -5
- pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
- pulumi_gcp/cloudbuild/_inputs.py +20 -0
- pulumi_gcp/cloudbuild/outputs.py +14 -0
- pulumi_gcp/cloudbuild/trigger.py +4 -2
- pulumi_gcp/cloudbuild/worker_pool.py +28 -21
- pulumi_gcp/cloudfunctions/function.py +4 -8
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
- pulumi_gcp/cloudrunv2/_inputs.py +57 -0
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/outputs.py +81 -0
- pulumi_gcp/cloudrunv2/service.py +54 -0
- pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
- pulumi_gcp/composer/environment.py +28 -49
- pulumi_gcp/compute/_inputs.py +804 -24
- pulumi_gcp/compute/backend_bucket.py +14 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
- pulumi_gcp/compute/backend_service_iam_member.py +464 -0
- pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
- pulumi_gcp/compute/cross_site_network.py +16 -0
- pulumi_gcp/compute/future_reservation.py +32 -0
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/get_resource_policy.py +2 -20
- pulumi_gcp/compute/instance_from_machine_image.py +75 -110
- pulumi_gcp/compute/instance_from_template.py +75 -110
- pulumi_gcp/compute/instance_group_manager.py +7 -14
- pulumi_gcp/compute/instance_template.py +7 -14
- pulumi_gcp/compute/interconnect.py +4 -8
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
- pulumi_gcp/compute/machine_image_iam_member.py +8 -4
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
- pulumi_gcp/compute/network_edge_security_service.py +16 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
- pulumi_gcp/compute/outputs.py +671 -16
- pulumi_gcp/compute/preview_feature.py +16 -0
- pulumi_gcp/compute/public_delegated_prefix.py +42 -0
- pulumi_gcp/compute/region_backend_service.py +54 -0
- pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
- pulumi_gcp/compute/region_instance_group_manager.py +7 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
- pulumi_gcp/compute/region_resize_request.py +24 -0
- pulumi_gcp/compute/region_url_map.py +75 -0
- pulumi_gcp/compute/wire_group.py +16 -0
- pulumi_gcp/container/_inputs.py +446 -18
- pulumi_gcp/container/aws_cluster.py +28 -42
- pulumi_gcp/container/aws_node_pool.py +28 -42
- pulumi_gcp/container/azure_cluster.py +35 -70
- pulumi_gcp/container/azure_node_pool.py +28 -42
- pulumi_gcp/container/cluster.py +16 -7
- pulumi_gcp/container/outputs.py +423 -15
- pulumi_gcp/dataflow/flex_template_job.py +10 -0
- pulumi_gcp/dataform/repository.py +16 -0
- pulumi_gcp/dataform/repository_release_config.py +16 -0
- pulumi_gcp/dataform/repository_workflow_config.py +16 -0
- pulumi_gcp/dataplex/asset.py +28 -21
- pulumi_gcp/dataplex/zone.py +28 -21
- pulumi_gcp/dataproc/cluster.py +21 -14
- pulumi_gcp/dataproc/workflow_template.py +42 -105
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/_inputs.py +94 -0
- pulumi_gcp/discoveryengine/acl_config.py +393 -0
- pulumi_gcp/discoveryengine/outputs.py +92 -0
- pulumi_gcp/firebase/android_app.py +16 -0
- pulumi_gcp/firebase/apple_app.py +16 -0
- pulumi_gcp/firebase/database_instance.py +16 -0
- pulumi_gcp/firebase/extensions_instance.py +12 -0
- pulumi_gcp/firebase/get_android_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app_config.py +16 -2
- pulumi_gcp/firebase/get_hosting_channel.py +4 -2
- pulumi_gcp/firebase/hosting_channel.py +20 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
- pulumi_gcp/firebase/hosting_release.py +16 -0
- pulumi_gcp/firebase/hosting_site.py +16 -0
- pulumi_gcp/firebase/hosting_version.py +16 -0
- pulumi_gcp/firebase/storage_bucket.py +18 -0
- pulumi_gcp/firestore/index.py +118 -3
- pulumi_gcp/folder/service_identity.py +26 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
- pulumi_gcp/healthcare/_inputs.py +205 -0
- pulumi_gcp/healthcare/fhir_store.py +128 -0
- pulumi_gcp/healthcare/outputs.py +163 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
- pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +1002 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +1002 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_policy.py +821 -0
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
- pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
- pulumi_gcp/logging/folder_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_sink.py +7 -7
- pulumi_gcp/managedkafka/connect_cluster.py +4 -0
- pulumi_gcp/managedkafka/connector.py +4 -0
- pulumi_gcp/memorystore/instance.py +14 -14
- pulumi_gcp/monitoring/dashboard.py +7 -14
- pulumi_gcp/netapp/storage_pool.py +91 -2
- pulumi_gcp/netapp/volume.py +47 -0
- pulumi_gcp/networkmanagement/__init__.py +1 -0
- pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
- pulumi_gcp/networksecurity/authorization_policy.py +12 -0
- pulumi_gcp/networkservices/gateway.py +7 -7
- pulumi_gcp/networkservices/service_lb_policies.py +12 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
- pulumi_gcp/organizations/project.py +7 -21
- pulumi_gcp/projects/service.py +0 -7
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/capability.py +16 -0
- pulumi_gcp/runtimeconfig/config.py +16 -0
- pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
- pulumi_gcp/runtimeconfig/variable.py +10 -0
- pulumi_gcp/saasruntime/__init__.py +1 -0
- pulumi_gcp/saasruntime/_inputs.py +458 -0
- pulumi_gcp/saasruntime/outputs.py +392 -0
- pulumi_gcp/saasruntime/saa_s.py +4 -0
- pulumi_gcp/saasruntime/unit_kind.py +1024 -0
- pulumi_gcp/securesourcemanager/instance.py +7 -7
- pulumi_gcp/securesourcemanager/repository.py +7 -7
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/sql/_inputs.py +135 -1
- pulumi_gcp/sql/database_instance.py +54 -14
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +265 -3
- pulumi_gcp/storage/_inputs.py +246 -0
- pulumi_gcp/storage/bucket.py +7 -14
- pulumi_gcp/storage/bucket_object.py +0 -9
- pulumi_gcp/storage/outputs.py +191 -1
- pulumi_gcp/storage/transfer_job.py +47 -0
- pulumi_gcp/tpu/v2_queued_resource.py +16 -0
- pulumi_gcp/tpu/v2_vm.py +16 -0
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_metadata_store.py +16 -0
- pulumi_gcp/workstations/workstation.py +16 -0
- pulumi_gcp/workstations/workstation_cluster.py +16 -0
- pulumi_gcp/workstations/workstation_config.py +16 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
- pulumi_gcp/workstations/workstation_iam_member.py +272 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +209 -200
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/top_level.txt +0 -0
@@ -337,6 +337,130 @@ class AiFeatureOnlineStoreFeatureviewIamMember(pulumi.CustomResource):
|
|
337
337
|
role: Optional[pulumi.Input[_builtins.str]] = None,
|
338
338
|
__props__=None):
|
339
339
|
"""
|
340
|
+
Three different resources help you manage your IAM policy for Vertex AI FeatureOnlineStoreFeatureview. Each of these resources serves a different use case:
|
341
|
+
|
342
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Authoritative. Sets the IAM policy for the featureonlinestorefeatureview and replaces any existing policy already attached.
|
343
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the featureonlinestorefeatureview are preserved.
|
344
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the featureonlinestorefeatureview are preserved.
|
345
|
+
|
346
|
+
A data source can be used to retrieve policy data in advent you do not need creation
|
347
|
+
|
348
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Retrieves the IAM policy for the featureonlinestorefeatureview
|
349
|
+
|
350
|
+
> **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy` **cannot** be used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` and `vertex.AiFeatureOnlineStoreFeatureviewIamMember` or they will fight over what your policy should be.
|
351
|
+
|
352
|
+
> **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` resources **can be** used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamMember` resources **only if** they do not grant privilege to the same role.
|
353
|
+
|
354
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamPolicy
|
355
|
+
|
356
|
+
```python
|
357
|
+
import pulumi
|
358
|
+
import pulumi_gcp as gcp
|
359
|
+
|
360
|
+
admin = gcp.organizations.get_iam_policy(bindings=[{
|
361
|
+
"role": "roles/viewer",
|
362
|
+
"members": ["user:jane@example.com"],
|
363
|
+
}])
|
364
|
+
policy = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamPolicy("policy",
|
365
|
+
region=featureview["region"],
|
366
|
+
feature_online_store=featureview["featureOnlineStore"],
|
367
|
+
feature_view=featureview["name"],
|
368
|
+
policy_data=admin.policy_data)
|
369
|
+
```
|
370
|
+
|
371
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamBinding
|
372
|
+
|
373
|
+
```python
|
374
|
+
import pulumi
|
375
|
+
import pulumi_gcp as gcp
|
376
|
+
|
377
|
+
binding = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamBinding("binding",
|
378
|
+
region=featureview["region"],
|
379
|
+
feature_online_store=featureview["featureOnlineStore"],
|
380
|
+
feature_view=featureview["name"],
|
381
|
+
role="roles/viewer",
|
382
|
+
members=["user:jane@example.com"])
|
383
|
+
```
|
384
|
+
|
385
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamMember
|
386
|
+
|
387
|
+
```python
|
388
|
+
import pulumi
|
389
|
+
import pulumi_gcp as gcp
|
390
|
+
|
391
|
+
member = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamMember("member",
|
392
|
+
region=featureview["region"],
|
393
|
+
feature_online_store=featureview["featureOnlineStore"],
|
394
|
+
feature_view=featureview["name"],
|
395
|
+
role="roles/viewer",
|
396
|
+
member="user:jane@example.com")
|
397
|
+
```
|
398
|
+
|
399
|
+
## This resource supports User Project Overrides.
|
400
|
+
|
401
|
+
-
|
402
|
+
|
403
|
+
# IAM policy for Vertex AI FeatureOnlineStoreFeatureview
|
404
|
+
|
405
|
+
Three different resources help you manage your IAM policy for Vertex AI FeatureOnlineStoreFeatureview. Each of these resources serves a different use case:
|
406
|
+
|
407
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Authoritative. Sets the IAM policy for the featureonlinestorefeatureview and replaces any existing policy already attached.
|
408
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the featureonlinestorefeatureview are preserved.
|
409
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the featureonlinestorefeatureview are preserved.
|
410
|
+
|
411
|
+
A data source can be used to retrieve policy data in advent you do not need creation
|
412
|
+
|
413
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Retrieves the IAM policy for the featureonlinestorefeatureview
|
414
|
+
|
415
|
+
> **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy` **cannot** be used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` and `vertex.AiFeatureOnlineStoreFeatureviewIamMember` or they will fight over what your policy should be.
|
416
|
+
|
417
|
+
> **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` resources **can be** used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamMember` resources **only if** they do not grant privilege to the same role.
|
418
|
+
|
419
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamPolicy
|
420
|
+
|
421
|
+
```python
|
422
|
+
import pulumi
|
423
|
+
import pulumi_gcp as gcp
|
424
|
+
|
425
|
+
admin = gcp.organizations.get_iam_policy(bindings=[{
|
426
|
+
"role": "roles/viewer",
|
427
|
+
"members": ["user:jane@example.com"],
|
428
|
+
}])
|
429
|
+
policy = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamPolicy("policy",
|
430
|
+
region=featureview["region"],
|
431
|
+
feature_online_store=featureview["featureOnlineStore"],
|
432
|
+
feature_view=featureview["name"],
|
433
|
+
policy_data=admin.policy_data)
|
434
|
+
```
|
435
|
+
|
436
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamBinding
|
437
|
+
|
438
|
+
```python
|
439
|
+
import pulumi
|
440
|
+
import pulumi_gcp as gcp
|
441
|
+
|
442
|
+
binding = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamBinding("binding",
|
443
|
+
region=featureview["region"],
|
444
|
+
feature_online_store=featureview["featureOnlineStore"],
|
445
|
+
feature_view=featureview["name"],
|
446
|
+
role="roles/viewer",
|
447
|
+
members=["user:jane@example.com"])
|
448
|
+
```
|
449
|
+
|
450
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamMember
|
451
|
+
|
452
|
+
```python
|
453
|
+
import pulumi
|
454
|
+
import pulumi_gcp as gcp
|
455
|
+
|
456
|
+
member = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamMember("member",
|
457
|
+
region=featureview["region"],
|
458
|
+
feature_online_store=featureview["featureOnlineStore"],
|
459
|
+
feature_view=featureview["name"],
|
460
|
+
role="roles/viewer",
|
461
|
+
member="user:jane@example.com")
|
462
|
+
```
|
463
|
+
|
340
464
|
## Import
|
341
465
|
|
342
466
|
For all import syntaxes, the "resource in question" can take any of the following forms:
|
@@ -404,6 +528,130 @@ class AiFeatureOnlineStoreFeatureviewIamMember(pulumi.CustomResource):
|
|
404
528
|
args: AiFeatureOnlineStoreFeatureviewIamMemberArgs,
|
405
529
|
opts: Optional[pulumi.ResourceOptions] = None):
|
406
530
|
"""
|
531
|
+
Three different resources help you manage your IAM policy for Vertex AI FeatureOnlineStoreFeatureview. Each of these resources serves a different use case:
|
532
|
+
|
533
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Authoritative. Sets the IAM policy for the featureonlinestorefeatureview and replaces any existing policy already attached.
|
534
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the featureonlinestorefeatureview are preserved.
|
535
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the featureonlinestorefeatureview are preserved.
|
536
|
+
|
537
|
+
A data source can be used to retrieve policy data in advent you do not need creation
|
538
|
+
|
539
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Retrieves the IAM policy for the featureonlinestorefeatureview
|
540
|
+
|
541
|
+
> **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy` **cannot** be used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` and `vertex.AiFeatureOnlineStoreFeatureviewIamMember` or they will fight over what your policy should be.
|
542
|
+
|
543
|
+
> **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` resources **can be** used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamMember` resources **only if** they do not grant privilege to the same role.
|
544
|
+
|
545
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamPolicy
|
546
|
+
|
547
|
+
```python
|
548
|
+
import pulumi
|
549
|
+
import pulumi_gcp as gcp
|
550
|
+
|
551
|
+
admin = gcp.organizations.get_iam_policy(bindings=[{
|
552
|
+
"role": "roles/viewer",
|
553
|
+
"members": ["user:jane@example.com"],
|
554
|
+
}])
|
555
|
+
policy = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamPolicy("policy",
|
556
|
+
region=featureview["region"],
|
557
|
+
feature_online_store=featureview["featureOnlineStore"],
|
558
|
+
feature_view=featureview["name"],
|
559
|
+
policy_data=admin.policy_data)
|
560
|
+
```
|
561
|
+
|
562
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamBinding
|
563
|
+
|
564
|
+
```python
|
565
|
+
import pulumi
|
566
|
+
import pulumi_gcp as gcp
|
567
|
+
|
568
|
+
binding = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamBinding("binding",
|
569
|
+
region=featureview["region"],
|
570
|
+
feature_online_store=featureview["featureOnlineStore"],
|
571
|
+
feature_view=featureview["name"],
|
572
|
+
role="roles/viewer",
|
573
|
+
members=["user:jane@example.com"])
|
574
|
+
```
|
575
|
+
|
576
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamMember
|
577
|
+
|
578
|
+
```python
|
579
|
+
import pulumi
|
580
|
+
import pulumi_gcp as gcp
|
581
|
+
|
582
|
+
member = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamMember("member",
|
583
|
+
region=featureview["region"],
|
584
|
+
feature_online_store=featureview["featureOnlineStore"],
|
585
|
+
feature_view=featureview["name"],
|
586
|
+
role="roles/viewer",
|
587
|
+
member="user:jane@example.com")
|
588
|
+
```
|
589
|
+
|
590
|
+
## This resource supports User Project Overrides.
|
591
|
+
|
592
|
+
-
|
593
|
+
|
594
|
+
# IAM policy for Vertex AI FeatureOnlineStoreFeatureview
|
595
|
+
|
596
|
+
Three different resources help you manage your IAM policy for Vertex AI FeatureOnlineStoreFeatureview. Each of these resources serves a different use case:
|
597
|
+
|
598
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Authoritative. Sets the IAM policy for the featureonlinestorefeatureview and replaces any existing policy already attached.
|
599
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the featureonlinestorefeatureview are preserved.
|
600
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the featureonlinestorefeatureview are preserved.
|
601
|
+
|
602
|
+
A data source can be used to retrieve policy data in advent you do not need creation
|
603
|
+
|
604
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Retrieves the IAM policy for the featureonlinestorefeatureview
|
605
|
+
|
606
|
+
> **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy` **cannot** be used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` and `vertex.AiFeatureOnlineStoreFeatureviewIamMember` or they will fight over what your policy should be.
|
607
|
+
|
608
|
+
> **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` resources **can be** used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamMember` resources **only if** they do not grant privilege to the same role.
|
609
|
+
|
610
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamPolicy
|
611
|
+
|
612
|
+
```python
|
613
|
+
import pulumi
|
614
|
+
import pulumi_gcp as gcp
|
615
|
+
|
616
|
+
admin = gcp.organizations.get_iam_policy(bindings=[{
|
617
|
+
"role": "roles/viewer",
|
618
|
+
"members": ["user:jane@example.com"],
|
619
|
+
}])
|
620
|
+
policy = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamPolicy("policy",
|
621
|
+
region=featureview["region"],
|
622
|
+
feature_online_store=featureview["featureOnlineStore"],
|
623
|
+
feature_view=featureview["name"],
|
624
|
+
policy_data=admin.policy_data)
|
625
|
+
```
|
626
|
+
|
627
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamBinding
|
628
|
+
|
629
|
+
```python
|
630
|
+
import pulumi
|
631
|
+
import pulumi_gcp as gcp
|
632
|
+
|
633
|
+
binding = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamBinding("binding",
|
634
|
+
region=featureview["region"],
|
635
|
+
feature_online_store=featureview["featureOnlineStore"],
|
636
|
+
feature_view=featureview["name"],
|
637
|
+
role="roles/viewer",
|
638
|
+
members=["user:jane@example.com"])
|
639
|
+
```
|
640
|
+
|
641
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamMember
|
642
|
+
|
643
|
+
```python
|
644
|
+
import pulumi
|
645
|
+
import pulumi_gcp as gcp
|
646
|
+
|
647
|
+
member = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamMember("member",
|
648
|
+
region=featureview["region"],
|
649
|
+
feature_online_store=featureview["featureOnlineStore"],
|
650
|
+
feature_view=featureview["name"],
|
651
|
+
role="roles/viewer",
|
652
|
+
member="user:jane@example.com")
|
653
|
+
```
|
654
|
+
|
407
655
|
## Import
|
408
656
|
|
409
657
|
For all import syntaxes, the "resource in question" can take any of the following forms:
|
@@ -234,6 +234,130 @@ class AiFeatureOnlineStoreFeatureviewIamPolicy(pulumi.CustomResource):
|
|
234
234
|
region: Optional[pulumi.Input[_builtins.str]] = None,
|
235
235
|
__props__=None):
|
236
236
|
"""
|
237
|
+
Three different resources help you manage your IAM policy for Vertex AI FeatureOnlineStoreFeatureview. Each of these resources serves a different use case:
|
238
|
+
|
239
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Authoritative. Sets the IAM policy for the featureonlinestorefeatureview and replaces any existing policy already attached.
|
240
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the featureonlinestorefeatureview are preserved.
|
241
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the featureonlinestorefeatureview are preserved.
|
242
|
+
|
243
|
+
A data source can be used to retrieve policy data in advent you do not need creation
|
244
|
+
|
245
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Retrieves the IAM policy for the featureonlinestorefeatureview
|
246
|
+
|
247
|
+
> **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy` **cannot** be used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` and `vertex.AiFeatureOnlineStoreFeatureviewIamMember` or they will fight over what your policy should be.
|
248
|
+
|
249
|
+
> **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` resources **can be** used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamMember` resources **only if** they do not grant privilege to the same role.
|
250
|
+
|
251
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamPolicy
|
252
|
+
|
253
|
+
```python
|
254
|
+
import pulumi
|
255
|
+
import pulumi_gcp as gcp
|
256
|
+
|
257
|
+
admin = gcp.organizations.get_iam_policy(bindings=[{
|
258
|
+
"role": "roles/viewer",
|
259
|
+
"members": ["user:jane@example.com"],
|
260
|
+
}])
|
261
|
+
policy = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamPolicy("policy",
|
262
|
+
region=featureview["region"],
|
263
|
+
feature_online_store=featureview["featureOnlineStore"],
|
264
|
+
feature_view=featureview["name"],
|
265
|
+
policy_data=admin.policy_data)
|
266
|
+
```
|
267
|
+
|
268
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamBinding
|
269
|
+
|
270
|
+
```python
|
271
|
+
import pulumi
|
272
|
+
import pulumi_gcp as gcp
|
273
|
+
|
274
|
+
binding = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamBinding("binding",
|
275
|
+
region=featureview["region"],
|
276
|
+
feature_online_store=featureview["featureOnlineStore"],
|
277
|
+
feature_view=featureview["name"],
|
278
|
+
role="roles/viewer",
|
279
|
+
members=["user:jane@example.com"])
|
280
|
+
```
|
281
|
+
|
282
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamMember
|
283
|
+
|
284
|
+
```python
|
285
|
+
import pulumi
|
286
|
+
import pulumi_gcp as gcp
|
287
|
+
|
288
|
+
member = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamMember("member",
|
289
|
+
region=featureview["region"],
|
290
|
+
feature_online_store=featureview["featureOnlineStore"],
|
291
|
+
feature_view=featureview["name"],
|
292
|
+
role="roles/viewer",
|
293
|
+
member="user:jane@example.com")
|
294
|
+
```
|
295
|
+
|
296
|
+
## This resource supports User Project Overrides.
|
297
|
+
|
298
|
+
-
|
299
|
+
|
300
|
+
# IAM policy for Vertex AI FeatureOnlineStoreFeatureview
|
301
|
+
|
302
|
+
Three different resources help you manage your IAM policy for Vertex AI FeatureOnlineStoreFeatureview. Each of these resources serves a different use case:
|
303
|
+
|
304
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Authoritative. Sets the IAM policy for the featureonlinestorefeatureview and replaces any existing policy already attached.
|
305
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the featureonlinestorefeatureview are preserved.
|
306
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the featureonlinestorefeatureview are preserved.
|
307
|
+
|
308
|
+
A data source can be used to retrieve policy data in advent you do not need creation
|
309
|
+
|
310
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Retrieves the IAM policy for the featureonlinestorefeatureview
|
311
|
+
|
312
|
+
> **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy` **cannot** be used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` and `vertex.AiFeatureOnlineStoreFeatureviewIamMember` or they will fight over what your policy should be.
|
313
|
+
|
314
|
+
> **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` resources **can be** used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamMember` resources **only if** they do not grant privilege to the same role.
|
315
|
+
|
316
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamPolicy
|
317
|
+
|
318
|
+
```python
|
319
|
+
import pulumi
|
320
|
+
import pulumi_gcp as gcp
|
321
|
+
|
322
|
+
admin = gcp.organizations.get_iam_policy(bindings=[{
|
323
|
+
"role": "roles/viewer",
|
324
|
+
"members": ["user:jane@example.com"],
|
325
|
+
}])
|
326
|
+
policy = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamPolicy("policy",
|
327
|
+
region=featureview["region"],
|
328
|
+
feature_online_store=featureview["featureOnlineStore"],
|
329
|
+
feature_view=featureview["name"],
|
330
|
+
policy_data=admin.policy_data)
|
331
|
+
```
|
332
|
+
|
333
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamBinding
|
334
|
+
|
335
|
+
```python
|
336
|
+
import pulumi
|
337
|
+
import pulumi_gcp as gcp
|
338
|
+
|
339
|
+
binding = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamBinding("binding",
|
340
|
+
region=featureview["region"],
|
341
|
+
feature_online_store=featureview["featureOnlineStore"],
|
342
|
+
feature_view=featureview["name"],
|
343
|
+
role="roles/viewer",
|
344
|
+
members=["user:jane@example.com"])
|
345
|
+
```
|
346
|
+
|
347
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamMember
|
348
|
+
|
349
|
+
```python
|
350
|
+
import pulumi
|
351
|
+
import pulumi_gcp as gcp
|
352
|
+
|
353
|
+
member = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamMember("member",
|
354
|
+
region=featureview["region"],
|
355
|
+
feature_online_store=featureview["featureOnlineStore"],
|
356
|
+
feature_view=featureview["name"],
|
357
|
+
role="roles/viewer",
|
358
|
+
member="user:jane@example.com")
|
359
|
+
```
|
360
|
+
|
237
361
|
## Import
|
238
362
|
|
239
363
|
For all import syntaxes, the "resource in question" can take any of the following forms:
|
@@ -289,6 +413,130 @@ class AiFeatureOnlineStoreFeatureviewIamPolicy(pulumi.CustomResource):
|
|
289
413
|
args: AiFeatureOnlineStoreFeatureviewIamPolicyArgs,
|
290
414
|
opts: Optional[pulumi.ResourceOptions] = None):
|
291
415
|
"""
|
416
|
+
Three different resources help you manage your IAM policy for Vertex AI FeatureOnlineStoreFeatureview. Each of these resources serves a different use case:
|
417
|
+
|
418
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Authoritative. Sets the IAM policy for the featureonlinestorefeatureview and replaces any existing policy already attached.
|
419
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the featureonlinestorefeatureview are preserved.
|
420
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the featureonlinestorefeatureview are preserved.
|
421
|
+
|
422
|
+
A data source can be used to retrieve policy data in advent you do not need creation
|
423
|
+
|
424
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Retrieves the IAM policy for the featureonlinestorefeatureview
|
425
|
+
|
426
|
+
> **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy` **cannot** be used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` and `vertex.AiFeatureOnlineStoreFeatureviewIamMember` or they will fight over what your policy should be.
|
427
|
+
|
428
|
+
> **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` resources **can be** used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamMember` resources **only if** they do not grant privilege to the same role.
|
429
|
+
|
430
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamPolicy
|
431
|
+
|
432
|
+
```python
|
433
|
+
import pulumi
|
434
|
+
import pulumi_gcp as gcp
|
435
|
+
|
436
|
+
admin = gcp.organizations.get_iam_policy(bindings=[{
|
437
|
+
"role": "roles/viewer",
|
438
|
+
"members": ["user:jane@example.com"],
|
439
|
+
}])
|
440
|
+
policy = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamPolicy("policy",
|
441
|
+
region=featureview["region"],
|
442
|
+
feature_online_store=featureview["featureOnlineStore"],
|
443
|
+
feature_view=featureview["name"],
|
444
|
+
policy_data=admin.policy_data)
|
445
|
+
```
|
446
|
+
|
447
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamBinding
|
448
|
+
|
449
|
+
```python
|
450
|
+
import pulumi
|
451
|
+
import pulumi_gcp as gcp
|
452
|
+
|
453
|
+
binding = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamBinding("binding",
|
454
|
+
region=featureview["region"],
|
455
|
+
feature_online_store=featureview["featureOnlineStore"],
|
456
|
+
feature_view=featureview["name"],
|
457
|
+
role="roles/viewer",
|
458
|
+
members=["user:jane@example.com"])
|
459
|
+
```
|
460
|
+
|
461
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamMember
|
462
|
+
|
463
|
+
```python
|
464
|
+
import pulumi
|
465
|
+
import pulumi_gcp as gcp
|
466
|
+
|
467
|
+
member = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamMember("member",
|
468
|
+
region=featureview["region"],
|
469
|
+
feature_online_store=featureview["featureOnlineStore"],
|
470
|
+
feature_view=featureview["name"],
|
471
|
+
role="roles/viewer",
|
472
|
+
member="user:jane@example.com")
|
473
|
+
```
|
474
|
+
|
475
|
+
## This resource supports User Project Overrides.
|
476
|
+
|
477
|
+
-
|
478
|
+
|
479
|
+
# IAM policy for Vertex AI FeatureOnlineStoreFeatureview
|
480
|
+
|
481
|
+
Three different resources help you manage your IAM policy for Vertex AI FeatureOnlineStoreFeatureview. Each of these resources serves a different use case:
|
482
|
+
|
483
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Authoritative. Sets the IAM policy for the featureonlinestorefeatureview and replaces any existing policy already attached.
|
484
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the featureonlinestorefeatureview are preserved.
|
485
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the featureonlinestorefeatureview are preserved.
|
486
|
+
|
487
|
+
A data source can be used to retrieve policy data in advent you do not need creation
|
488
|
+
|
489
|
+
* `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Retrieves the IAM policy for the featureonlinestorefeatureview
|
490
|
+
|
491
|
+
> **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy` **cannot** be used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` and `vertex.AiFeatureOnlineStoreFeatureviewIamMember` or they will fight over what your policy should be.
|
492
|
+
|
493
|
+
> **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` resources **can be** used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamMember` resources **only if** they do not grant privilege to the same role.
|
494
|
+
|
495
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamPolicy
|
496
|
+
|
497
|
+
```python
|
498
|
+
import pulumi
|
499
|
+
import pulumi_gcp as gcp
|
500
|
+
|
501
|
+
admin = gcp.organizations.get_iam_policy(bindings=[{
|
502
|
+
"role": "roles/viewer",
|
503
|
+
"members": ["user:jane@example.com"],
|
504
|
+
}])
|
505
|
+
policy = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamPolicy("policy",
|
506
|
+
region=featureview["region"],
|
507
|
+
feature_online_store=featureview["featureOnlineStore"],
|
508
|
+
feature_view=featureview["name"],
|
509
|
+
policy_data=admin.policy_data)
|
510
|
+
```
|
511
|
+
|
512
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamBinding
|
513
|
+
|
514
|
+
```python
|
515
|
+
import pulumi
|
516
|
+
import pulumi_gcp as gcp
|
517
|
+
|
518
|
+
binding = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamBinding("binding",
|
519
|
+
region=featureview["region"],
|
520
|
+
feature_online_store=featureview["featureOnlineStore"],
|
521
|
+
feature_view=featureview["name"],
|
522
|
+
role="roles/viewer",
|
523
|
+
members=["user:jane@example.com"])
|
524
|
+
```
|
525
|
+
|
526
|
+
## vertex.AiFeatureOnlineStoreFeatureviewIamMember
|
527
|
+
|
528
|
+
```python
|
529
|
+
import pulumi
|
530
|
+
import pulumi_gcp as gcp
|
531
|
+
|
532
|
+
member = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamMember("member",
|
533
|
+
region=featureview["region"],
|
534
|
+
feature_online_store=featureview["featureOnlineStore"],
|
535
|
+
feature_view=featureview["name"],
|
536
|
+
role="roles/viewer",
|
537
|
+
member="user:jane@example.com")
|
538
|
+
```
|
539
|
+
|
292
540
|
## Import
|
293
541
|
|
294
542
|
For all import syntaxes, the "resource in question" can take any of the following forms:
|