Yandex Cloud
Поиск
Связаться с экспертомПопробовать бесплатно
  • Кейсы
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
  • Marketplace
    • Популярные
    • Инфраструктура и сеть
    • Платформа данных
    • Искусственный интеллект
    • Безопасность
    • Инструменты DevOps
    • Бессерверные вычисления
    • Управление ресурсами
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Облако для интеграторов
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Контент-программа
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Калькулятор цен
    • Тарифы
    • Акции и free tier
  • Кейсы
  • Документация
  • Блог
Создавайте контент и получайте гранты!Готовы написать своё руководство? Участвуйте в контент-программе и получайте гранты на работу с облачными сервисами!
Подробнее о программе
Проект Яндекса
© 2026 ООО «Яндекс.Облако»
Terraform в Yandex Cloud
  • Начало работы
  • Библиотека решений
    • Обзор
    • История изменений (англ.)
          • organizationmanager_group
          • organizationmanager_group_iam_member
          • organizationmanager_group_mapping
          • organizationmanager_group_mapping_item
          • organizationmanager_group_membership
          • organizationmanager_idp_application_oauth_application
          • organizationmanager_idp_application_oauth_application_assignment
          • organizationmanager_idp_application_saml_application
          • organizationmanager_idp_application_saml_application_assignment
          • organizationmanager_idp_application_saml_signature_certificate
          • organizationmanager_idp_user
          • organizationmanager_idp_userpool
          • organizationmanager_idp_userpool_domain
          • organizationmanager_mfa_enforcement
          • organizationmanager_mfa_enforcement_audience
          • organizationmanager_organization_iam_binding
          • organizationmanager_organization_iam_member
          • organizationmanager_os_login_settings
          • organizationmanager_saml_federation
          • organizationmanager_saml_federation_user_account
          • organizationmanager_user_ssh_key

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

  • Example usage
  • Arguments & Attributes Reference
  1. Справочник Terraform
  2. Ресурсы (англ.)
  3. Identity Hub
  4. Resources
  5. organizationmanager_idp_application_saml_application

yandex_organizationmanager_idp_application_saml_application (Resource)

Статья создана
Yandex Cloud
Обновлена 9 апреля 2026 г.
  • Example usage
  • Arguments & Attributes Reference

A SAML application resource.

Example usageExample usage

//
// Create a new OrganizationManager Idp SAML Application.
//
resource "yandex_organizationmanager_idp_application_saml_application" "example_saml_app" {
  name            = "example-saml-app"
  organization_id = "your_organization_id"
  description     = "Example SAML application"

  service_provider = {
    entity_id = "https://example.com/saml/metadata"

    acs_urls = [
      {
        url = "https://example.com/saml/acs"
      }
    ]

    slo_urls = [
      {
        url              = "https://example.com/saml/slo"
        protocol_binding = "HTTP_POST"
      }
    ]
  }

  attribute_mapping = {
    name_id = {
      format = "EMAIL"
    }

    attributes = [{
      name  = "email"
      value = "SubjectClaims.email"
    }, {
      name  = "firstName"
      value = "SubjectClaims.given_name"
    }, {
      name  = "lastName"
      value = "SubjectClaims.family_name"
    }]
  }

  security_settings = {
    signature_mode = "RESPONSE_AND_ASSERTIONS"
  }

  labels = {
    environment = "production"
    app-type    = "saml"
  }
}

Arguments & Attributes ReferenceArguments & Attributes Reference

  • application_id (String). ID of the SAML application to return.
  • attribute_mapping [Block]. Attribute mapping configuration for the SAML application.
    • attributes [Block]. List of attribute mappings.
      • name (Required)(String). Name of the SAML attribute.
      • value (Required)(String). Value of the SAML attribute.
    • name_id [Block]. NameID configuration for the SAML application.
      • format (Required)(String). Format of the NameID.
      • value (Read-Only) (String). Value of the NameID.
  • created_at (Read-Only) (String). Creation timestamp.
  • description (String). Description of the SAML application.
  • group_claims_settings [Block]. Group claims settings for the SAML application.
    • group_attribute_name (String). Name of the SAML attribute that contains group information.
    • group_distribution_type (String). Distribution type for group claims.
  • id (String). ID of the SAML application to return.
  • identity_provider_metadata [Block]. Identity provider metadata for the SAML application.
    • issuer (Read-Only) (String). Identity provider issuer identifier.
    • metadata_url (Read-Only) (String). Identity provider metadata URL.
    • slo_url (Read-Only) (String). Identity provider Single Logout URL.
    • sso_url (Read-Only) (String). Identity provider Single Sign-On URL.
  • labels (Map Of String). Resource labels as key:value pairs.
  • name (Required)(String). Name of the SAML application.
  • organization_id (Required)(String). ID of the organization that the application belongs to.
  • security_settings [Block]. Security settings for the SAML application.
    • signature_certificate_id (String). ID of the signature certificate to use.
    • signature_mode (String). Signature mode for SAML messages.
  • service_provider [Block]. Service provider configuration for the SAML application.
    • acs_urls [Block]. Assertion Consumer Service URLs.
      • index (Number). Optional index for the assertion consumer service.
      • url (Required)(String). The URL where SAML responses are sent.
    • entity_id (Required)(String). Service provider entity ID.
    • slo_urls [Block]. Single Logout Service URLs.
      • protocol_binding (Required)(String). Protocol binding supported by the logout endpoint.
      • response_url (String). Optional separate URL for logout responses.
      • url (Required)(String). The URL where logout requests are sent.
  • status (Read-Only) (String). Current status of the SAML application.
  • timeouts [Block].
    • 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).
  • updated_at (Read-Only) (String). Modification timestamp.

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

Предыдущая
organizationmanager_idp_application_oauth_application_assignment
Следующая
organizationmanager_idp_application_saml_application_assignment
Создавайте контент и получайте гранты!Готовы написать своё руководство? Участвуйте в контент-программе и получайте гранты на работу с облачными сервисами!
Подробнее о программе
Проект Яндекса
© 2026 ООО «Яндекс.Облако»