objectscale_iam_service_provider (Data Source)

Reads the ObjectScale SAML Service Provider configuration (singleton).

Example Usage

# Copyright (c) 2026 Dell Inc., or its subsidiaries. All Rights Reserved.

# Read the singleton SAML Service Provider configuration.
data "objectscale_iam_service_provider" "sp" {}

output "sp_dns" {
  value = data.objectscale_iam_service_provider.sp.dns
}

output "sp_uuid" {
  value = data.objectscale_iam_service_provider.sp.uuid
}

Schema

Read-Only

  • create_time (String)
  • dns (String)
  • etag (String)
  • id (String) The ID of this resource.
  • java_keystore (String, Sensitive)
  • key_alias (String)
  • key_password (String, Sensitive)
  • last_modified (String)
  • unique_id (String)
  • uuid (String)