mirror of
https://github.com/netbirdio/terraform-provider-netbird.git
synced 2026-05-22 17:13:16 -07:00
- 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
1.1 KiB
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 IDprovider_name(String) Name of the SCIM identity provider
Read-Only
enabled(Boolean) Indicates whether the integration is enabledgroup_prefixes(List of String) List of start_with string patterns for groups to synclast_synced_at(String) Timestamp of when the integration was last synceduser_group_prefixes(List of String) List of start_with string patterns for groups which users to sync