日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

alicloud_ram_saml_providers

更新時間:

This data source provides the Ram Saml Providers of the current Alibaba Cloud user.

-> NOTE: Available since v1.114.0+.

Example Usage

Basic Usage

data "alicloud_ram_saml_providers" "example" {
  ids        = ["samlProviderName"]
  name_regex = "tf-testAcc"
}

output "first_ram_saml_provider_id" {
  value = data.alicloud_ram_saml_providers.example.providers.0.id
}

Argument Reference

The following arguments are supported:

  • enable_details - (Optional) Default to false. Set it to true can output more details about resource attributes.
  • ids - (Optional, ForceNew, Computed) A list of SAML Provider IDs.
  • name_regex - (Optional, ForceNew) A regex string to filter results by SAML Provider name.
  • output_file - (Optional) File name where to save data source results (after running terraform plan).

Attributes Reference

The following attributes are exported in addition to the arguments listed above:

  • names - A list of SAML Provider names.
  • providers - A list of Ram Saml Providers. Each element contains the following attributes:
    • arn - The Alibaba Cloud Resource Name (ARN) of the IdP.
    • description - The description of SAML Provider.
    • encodedsaml_metadata_document - The encodedsaml metadata document.
    • id - The ID of the SAML Provider.
    • saml_provider_name - The saml provider name.
    • update_date - The update time.