Yandex Cloud
Поиск
Связаться с намиПодключиться
  • Истории успеха
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
    • Популярные
    • Инфраструктура и сеть
    • Платформа данных
    • Контейнеры
    • Инструменты разработчика
    • Бессерверные вычисления
    • Безопасность
    • Мониторинг и управление ресурсами
    • ИИ для бизнеса
    • Бизнес-инструменты
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Облако для интеграторов
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Контент-программа
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Калькулятор цен
    • Тарифы
    • Промоакции и free tier
    • Правила тарификации
  • Истории успеха
  • Документация
  • Блог
Проект Яндекса
© 2025 ООО «Яндекс.Облако»
Terraform в Yandex Cloud
  • Начало работы
  • Библиотека решений
    • Обзор
    • История изменений (англ.)
          • organizationmanager_group
          • organizationmanager_idp_user
          • organizationmanager_idp_userpool
          • organizationmanager_os_login_settings
          • organizationmanager_saml_federation
          • organizationmanager_saml_federation_user_account
          • organizationmanager_user_ssh_key

В этой статье:

  • Example usage
  • Schema
  • Optional
  • Read-Only
  • Nested Schema for timeouts
  • Nested Schema for bruteforce_protection_policy
  • Nested Schema for password_lifetime_policy
  • Nested Schema for password_quality_policy
  • Nested Schema for password_quality_policy.min_length_by_class_settings
  • Nested Schema for password_quality_policy.required_classes
  • Nested Schema for user_settings
  1. Справочник Terraform
  2. Ресурсы (англ.)
  3. Cloud Organization
  4. Data Sources
  5. organizationmanager_idp_userpool

yandex_organizationmanager_idp_userpool (Data Source)

Статья создана
Yandex Cloud
Обновлена 13 ноября 2025 г.
  • Example usage
  • Schema
    • Optional
    • Read-Only
    • Nested Schema for timeouts
    • Nested Schema for bruteforce_protection_policy
    • Nested Schema for password_lifetime_policy
    • Nested Schema for password_quality_policy
    • Nested Schema for password_quality_policy.min_length_by_class_settings
    • Nested Schema for password_quality_policy.required_classes
    • Nested Schema for user_settings

A userpool is a container for users in the Identity Provider system.

Example usageExample usage

//
// Get information about existing OrganizationManager Idp Userpool.
//
data "yandex_organizationmanager_idp_userpool" "userpool" {
  userpool_id = "some_userpool_id"
}

output "my_userpool.name" {
  value = data.yandex_organizationmanager_idp_userpool.userpool.name
}

output "my_userpool.organization_id" {
  value = data.yandex_organizationmanager_idp_userpool.userpool.organization_id
}

SchemaSchema

OptionalOptional

  • id (String) ID of the userpool to return.
    To get the userpool ID, make a [UserpoolService.List] request.
  • timeouts (Attributes) (see below for nested schema)
  • userpool_id (String) ID of the userpool to return.
    To get the userpool ID, make a [UserpoolService.List] request.

Read-OnlyRead-Only

  • bruteforce_protection_policy (Attributes) Bruteforce protection policy for this userpool. (see below for nested schema)
  • created_at (String) Timestamp when the userpool was created.
  • description (String) Description of the userpool.
  • domains (List of String) List of domains associated with this userpool.
  • labels (Map of String) Resource labels as key:value pairs.
  • name (String) Name of the userpool.
  • organization_id (String) ID of the organization this userpool belongs to.
  • password_lifetime_policy (Attributes) Password lifetime policy for this userpool. (see below for nested schema)
  • password_quality_policy (Attributes) Password quality policy for this userpool. (see below for nested schema)
  • status (String) Current status of the userpool.
  • updated_at (String) Timestamp when the userpool was last updated.
  • user_settings (Attributes) User settings for this userpool. (see below for nested schema)

Nested Schema for Nested Schema for timeouts

Optional:

  • create (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
  • delete (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
  • read (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
  • update (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).

Nested Schema for Nested Schema for bruteforce_protection_policy

Read-Only:

  • attempts (Number) Number of failed attempts allowed within the window before blocking.
  • block (String) Duration of the block after too many failed attempts.
  • window (String) Time window for counting failed authentication attempts.

Nested Schema for Nested Schema for password_lifetime_policy

Read-Only:

  • max_days_count (Number) Maximum number of days a password remains valid.
    Zero means passwords never expire.
  • min_days_count (Number) Minimum number of days before a password can be changed.

Nested Schema for Nested Schema for password_quality_policy

Read-Only:

  • allow_similar (Boolean) Whether passwords similar to previous ones are allowed.
  • match_length (Number) Minimum length of substrings to check for similarity to vulnerable sequences.
  • max_length (Number) Maximum password length. Zero means no maximum length is enforced.
  • min_length (Number) Minimum password length.
  • min_length_by_class_settings (Attributes) Minimum length requirements based on character class diversity.
    If not specified, these checks are disabled. (see below for nested schema)
  • required_classes (Attributes) Character classes required in passwords. (see below for nested schema)

Nested Schema for Nested Schema for password_quality_policy.min_length_by_class_settings

Read-Only:

  • one (Number) Minimum length for passwords with one character class.
  • three (Number) Minimum length for passwords with three character classes.
  • two (Number) Minimum length for passwords with two character classes.

Nested Schema for Nested Schema for password_quality_policy.required_classes

Read-Only:

  • digits (Boolean) Whether digits are required.
  • lowers (Boolean) Whether lowercase letters are required.
  • specials (Boolean) Whether special characters are required.
  • uppers (Boolean) Whether uppercase letters are required.

Nested Schema for Nested Schema for user_settings

Read-Only:

  • allow_edit_self_contacts (Boolean) Whether users can edit their own contact information.
  • allow_edit_self_info (Boolean) Whether users can edit their own profile information.
  • allow_edit_self_login (Boolean) Whether users can edit their own login information.
  • allow_edit_self_password (Boolean) Whether users can change their own passwords.

Была ли статья полезна?

Предыдущая
organizationmanager_idp_user
Следующая
organizationmanager_os_login_settings
Проект Яндекса
© 2025 ООО «Яндекс.Облако»