authentik-client 3.2024101.1

Making authentication simple.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ScimProviderRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** |  | 
**property_mappings** | Option<[**Vec<uuid::Uuid>**]uuid::Uuid.md> |  | [optional]
**property_mappings_group** | Option<[**Vec<uuid::Uuid>**]uuid::Uuid.md> | Property mappings used for group creation/updating. | [optional]
**url** | **String** | Base URL to SCIM requests, usually ends in /v2 | 
**verify_certificates** | Option<**bool**> |  | [optional]
**token** | **String** | Authentication token | 
**exclude_users_service_account** | Option<**bool**> |  | [optional]
**filter_group** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)