yandex_organizationmanager_idp_application_saml_application (Data Source)
Статья создана
Обновлена 1 декабря 2025 г.
- Example usage
- Schema
- Optional
- Read-Only
- Nested Schema for timeouts
- Nested Schema for attribute_mapping
- Nested Schema for attribute_mapping.attributes
- Nested Schema for attribute_mapping.name_id
- Nested Schema for group_claims_settings
- Nested Schema for identity_provider_metadata
- Nested Schema for security_settings
- Nested Schema for service_provider
- Nested Schema for service_provider.acs_urls
- Nested Schema for service_provider.slo_urls
A SAML application resource.
Example usage
//
// Get information about existing OrganizationManager Idp SAML Application.
//
data "yandex_organizationmanager_idp_application_saml_application" "saml_app" {
application_id = "some_application_id"
}
output "my_saml_app.name" {
value = data.yandex_organizationmanager_idp_application_saml_application.saml_app.name
}
output "my_saml_app.organization_id" {
value = data.yandex_organizationmanager_idp_application_saml_application.saml_app.organization_id
}
output "my_saml_app.status" {
value = data.yandex_organizationmanager_idp_application_saml_application.saml_app.status
}
Schema
Optional
application_id(String) ID of the SAML application to return.id(String) ID of the SAML application to return.timeouts(Attributes) (see below for nested schema)
Read-Only
attribute_mapping(Attributes) Attribute mapping configuration for the SAML application. (see below for nested schema)created_at(String) Creation timestamp.description(String) Description of the SAML application.group_claims_settings(Attributes) Group claims settings for the SAML application. (see below for nested schema)identity_provider_metadata(Attributes) Identity provider metadata for the SAML application. (see below for nested schema)labels(Map of String) Resource labels askey:valuepairs.name(String) Name of the SAML application.organization_id(String) ID of the organization that the application belongs to.security_settings(Attributes) Security settings for the SAML application. (see below for nested schema)service_provider(Attributes) Service provider configuration for the SAML application. (see below for nested schema)status(String) Current status of the SAML application.updated_at(String) Modification timestamp.
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 attribute_mapping
Read-Only:
attributes(Attributes List) List of attribute mappings. (see below for nested schema)name_id(Attributes) NameID configuration for the SAML application. (see below for nested schema)
Nested Schema for attribute_mapping.attributes
Read-Only:
name(String) Name of the SAML attribute.value(String) Value of the SAML attribute.
Nested Schema for attribute_mapping.name_id
Read-Only:
format(String) Format of the NameID.value(String) Value of the NameID.
Nested Schema for group_claims_settings
Read-Only:
group_attribute_name(String) Name of the SAML attribute that contains group information.group_distribution_type(String) Distribution type for group claims.
Nested Schema for identity_provider_metadata
Read-Only:
issuer(String) Identity provider issuer identifier.metadata_url(String) Identity provider metadata URL.slo_url(String) Identity provider Single Logout URL.sso_url(String) Identity provider Single Sign-On URL.
Nested Schema for security_settings
Read-Only:
signature_certificate_id(String) ID of the signature certificate to use.signature_mode(String) Signature mode for SAML messages.
Nested Schema for service_provider
Read-Only:
acs_urls(Attributes List) Assertion Consumer Service URLs. (see below for nested schema)entity_id(String) Service provider entity ID.slo_urls(Attributes List) Single Logout Service URLs. (see below for nested schema)
Nested Schema for service_provider.acs_urls
Read-Only:
index(Number) Optional index for the assertion consumer service.url(String) The URL where SAML responses are sent.
Nested Schema for service_provider.slo_urls
Read-Only:
protocol_binding(String) Protocol binding supported by the logout endpoint.response_url(String) Optional separate URL for logout responses.url(String) The URL where logout requests are sent.