alicloud_ram_saml_providers

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

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:

Attributes Reference

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