Files
Bethuel MmbagaandGitHub 48a7661c8c Sync provider with latest OpenAPI spec (#117)
- Added SCIM resource and data source for managing SCIM integration settings
- Added Identity Provider resource and data source for managing IdP configurations
- Enhanced Account Settings with new configuration options
- Added authorized_groups support for SSH policy rules
- Added skip_auto_apply option for exit node routes
- Updated REST client to latest version
- Replaced mock-jwt-provider with embedded IdP in test infrastructure
2026-02-20 18:12:11 +03:00

1.1 KiB

page_title, subcategory, description
page_title subcategory description
netbird_scim Data Source - netbird Read SCIM integration settings, see NetBird Docs https://docs.netbird.io/manage/team/idp-sync for more information.

netbird_scim (Data Source)

Read SCIM integration settings, see NetBird Docs for more information.

Example Usage

# Retrieve by id
data "netbird_scim" "example" {
  id = "1"
}

# Retrieve by provider name
data "netbird_scim" "example" {
  provider_name = "okta"
}

Schema

Optional

  • id (String) SCIM integration ID
  • provider_name (String) Name of the SCIM identity provider

Read-Only

  • enabled (Boolean) Indicates whether the integration is enabled
  • group_prefixes (List of String) List of start_with string patterns for groups to sync
  • last_synced_at (String) Timestamp of when the integration was last synced
  • user_group_prefixes (List of String) List of start_with string patterns for groups which users to sync