authentik-client 3.2025061.1

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pk** | [**uuid::Uuid**]uuid::Uuid.md |  | [readonly]
**name** | **String** |  | 
**expires** | Option<**String**> |  | [optional]
**fixed_data** | Option<[**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> |  | [optional]
**created_by** | [**models::GroupMember**]GroupMember.md |  | [readonly]
**single_use** | Option<**bool**> | When enabled, the invitation will be deleted after usage. | [optional]
**flow** | Option<[**uuid::Uuid**]uuid::Uuid.md> | When set, only the configured flow can use this invitation. | [optional]
**flow_obj** | [**models::Flow**]Flow.md |  | [readonly]

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