Update group IdP Sync settings by organization
Authorizations
Path Parameters
Organization ID
Body
AutoCreateMissing controls whether groups returned by the OIDC provider are automatically created in Wirtual if they are missing.
Field selects the claim field to be used as the created user's groups. If the group field is the empty string, then no group updates will ever come from the OIDC provider.
LegacyNameMapping is deprecated. It remaps an IDP group name to a Wirtual group name. Since configuration is now done at runtime, group IDs are used to account for group renames. For legacy configurations, this config option has to remain. Deprecated: Use Mapping instead.
Mapping maps from an OIDC group --> Wirtual group ID
RegexFilter is a regular expression that filters the groups returned by the OIDC provider. Any group not matched by this regex will be ignored. If the group filter is nil, then no group filtering will occur.
Response
AutoCreateMissing controls whether groups returned by the OIDC provider are automatically created in Wirtual if they are missing.
Field selects the claim field to be used as the created user's groups. If the group field is the empty string, then no group updates will ever come from the OIDC provider.
LegacyNameMapping is deprecated. It remaps an IDP group name to a Wirtual group name. Since configuration is now done at runtime, group IDs are used to account for group renames. For legacy configurations, this config option has to remain. Deprecated: Use Mapping instead.
Mapping maps from an OIDC group --> Wirtual group ID
RegexFilter is a regular expression that filters the groups returned by the OIDC provider. Any group not matched by this regex will be ignored. If the group filter is nil, then no group filtering will occur.