Skip to content

Commit

Permalink
Update API Client
Browse files Browse the repository at this point in the history
#### What's New
---

##### `GET` /authenticators/admin/endpoint/

##### `POST` /authenticators/admin/endpoint/

##### `GET` /authenticators/admin/endpoint/{uuid}/

##### `PUT` /authenticators/admin/endpoint/{uuid}/

##### `DELETE` /authenticators/admin/endpoint/{uuid}/

##### `PATCH` /authenticators/admin/endpoint/{uuid}/

##### `GET` /authenticators/endpoint/

##### `GET` /authenticators/endpoint/{uuid}/

##### `GET` /authenticators/endpoint/{uuid}/used_by/

##### `GET` /stages/authenticator/endpoint_gdtc/

##### `POST` /stages/authenticator/endpoint_gdtc/

##### `GET` /stages/authenticator/endpoint_gdtc/{stage_uuid}/

##### `PUT` /stages/authenticator/endpoint_gdtc/{stage_uuid}/

##### `DELETE` /stages/authenticator/endpoint_gdtc/{stage_uuid}/

##### `PATCH` /stages/authenticator/endpoint_gdtc/{stage_uuid}/

##### `GET` /stages/authenticator/endpoint_gdtc/{stage_uuid}/used_by/

#### What's Changed
---

##### `GET` /authenticators/admin/all/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    Changed items (object):
        > Serializer for Duo authenticator devices

    * Changed property `pk` (integer -> string)

##### `GET` /authenticators/all/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    Changed items (object):
        > Serializer for Duo authenticator devices

    * Changed property `pk` (integer -> string)

##### `GET` /policies/event_matcher/{policy_uuid}/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `app` (string)
        > Match events created by selected application. When left empty, all applications are matched.

        Added enum value:

        * `authentik.enterprise.stages.authenticator_endpoint_gdtc`
    * Changed property `model` (string)
        > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.

        Added enum value:

        * `authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage`
##### `PUT` /policies/event_matcher/{policy_uuid}/

###### Request:

Changed content type : `application/json`

* Changed property `app` (string)
    > Match events created by selected application. When left empty, all applications are matched.

    Added enum value:

    * `authentik.enterprise.stages.authenticator_endpoint_gdtc`
* Changed property `model` (string)
    > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.

    Added enum value:

    * `authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage`
###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `app` (string)
        > Match events created by selected application. When left empty, all applications are matched.

        Added enum value:

        * `authentik.enterprise.stages.authenticator_endpoint_gdtc`
    * Changed property `model` (string)
        > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.

        Added enum value:

        * `authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage`
##### `PATCH` /policies/event_matcher/{policy_uuid}/

###### Request:

Changed content type : `application/json`

* Changed property `app` (string)
    > Match events created by selected application. When left empty, all applications are matched.

    Added enum value:

    * `authentik.enterprise.stages.authenticator_endpoint_gdtc`
* Changed property `model` (string)
    > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.

    Added enum value:

    * `authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage`
###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `app` (string)
        > Match events created by selected application. When left empty, all applications are matched.

        Added enum value:

        * `authentik.enterprise.stages.authenticator_endpoint_gdtc`
    * Changed property `model` (string)
        > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.

        Added enum value:

        * `authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage`
##### `POST` /policies/event_matcher/

###### Request:

Changed content type : `application/json`

* Changed property `app` (string)
    > Match events created by selected application. When left empty, all applications are matched.

    Added enum value:

    * `authentik.enterprise.stages.authenticator_endpoint_gdtc`
* Changed property `model` (string)
    > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.

    Added enum value:

    * `authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage`
###### Return Type:

Changed response : **201 Created**

* Changed content type : `application/json`

    * Changed property `app` (string)
        > Match events created by selected application. When left empty, all applications are matched.

        Added enum value:

        * `authentik.enterprise.stages.authenticator_endpoint_gdtc`
    * Changed property `model` (string)
        > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.

        Added enum value:

        * `authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage`
##### `GET` /policies/event_matcher/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `results` (array)

        Changed items (object):
            > Event Matcher Policy Serializer

        * Changed property `app` (string)
            > Match events created by selected application. When left empty, all applications are matched.

            Added enum value:

            * `authentik.enterprise.stages.authenticator_endpoint_gdtc`
        * Changed property `model` (string)
            > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.

            Added enum value:

            * `authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage`
##### `POST` /rbac/permissions/assigned_by_roles/{uuid}/assign/

###### Request:

Changed content type : `application/json`

* Changed property `model` (string)

    Added enum value:

    * `authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage`
##### `PATCH` /rbac/permissions/assigned_by_roles/{uuid}/unassign/

###### Request:

Changed content type : `application/json`

* Changed property `model` (string)

    Added enum value:

    * `authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage`
##### `POST` /rbac/permissions/assigned_by_users/{id}/assign/

###### Request:

Changed content type : `application/json`

* Changed property `model` (string)

    Added enum value:

    * `authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage`
##### `PATCH` /rbac/permissions/assigned_by_users/{id}/unassign/

###### Request:

Changed content type : `application/json`

* Changed property `model` (string)

    Added enum value:

    * `authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage`
##### `GET` /rbac/permissions/assigned_by_roles/

###### Parameters:

Changed: `model` in `query`

##### `GET` /rbac/permissions/assigned_by_users/

###### Parameters:

Changed: `model` in `query`

##### `GET` /flows/executor/{flow_slug}/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    Added 'xak-flow-frame' component:
    * Property `flow_info` (object)
        > Contextual flow information for a challenge

        * Property `title` (string)

        * Property `background` (string)

        * Property `cancel_url` (string)

        * Property `layout` (string)

            Enum values:

            * `stacked`
            * `content_left`
            * `content_right`
            * `sidebar_left`
            * `sidebar_right`
    * Property `component` (string)

    * Property `response_errors` (object)

    * Property `url` (string)

    * Property `loading_overlay` (boolean)

    * Property `loading_text` (string)

##### `POST` /flows/executor/{flow_slug}/

###### Request:

Changed content type : `application/json`

Added 'xak-flow-frame' component:
* Property `component` (string)

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    Added 'xak-flow-frame' component:
  • Loading branch information
authentik-automation[bot] committed Oct 22, 2024
1 parent 894060b commit 668f73b
Show file tree
Hide file tree
Showing 37 changed files with 3,020 additions and 161 deletions.
20 changes: 20 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ docs/AuthenticatorDuoStage.md
docs/AuthenticatorDuoStageDeviceImportResponse.md
docs/AuthenticatorDuoStageManualDeviceImportRequest.md
docs/AuthenticatorDuoStageRequest.md
docs/AuthenticatorEndpointGdtcStage.md
docs/AuthenticatorEndpointGdtcStageRequest.md
docs/AuthenticatorSmsChallenge.md
docs/AuthenticatorSmsChallengeResponseRequest.md
docs/AuthenticatorSmsStage.md
Expand Down Expand Up @@ -118,6 +120,8 @@ docs/EmailChallengeResponseRequest.md
docs/EmailStage.md
docs/EmailStageRequest.md
docs/Endpoint.md
docs/EndpointDevice.md
docs/EndpointDeviceRequest.md
docs/EndpointRequest.md
docs/EnterpriseApi.md
docs/ErrorDetail.md
Expand Down Expand Up @@ -153,6 +157,8 @@ docs/FlowStageBinding.md
docs/FlowStageBindingRequest.md
docs/FlowsApi.md
docs/FooterLink.md
docs/FrameChallenge.md
docs/FrameChallengeResponseRequest.md
docs/GenericError.md
docs/GeoIpPolicy.md
docs/GeoIpPolicyRequest.md
Expand Down Expand Up @@ -257,6 +263,7 @@ docs/OutpostsApi.md
docs/PaginatedApplicationList.md
docs/PaginatedAuthenticatedSessionList.md
docs/PaginatedAuthenticatorDuoStageList.md
docs/PaginatedAuthenticatorEndpointGdtcStageList.md
docs/PaginatedAuthenticatorSmsStageList.md
docs/PaginatedAuthenticatorStaticStageList.md
docs/PaginatedAuthenticatorTotpStageList.md
Expand All @@ -275,6 +282,7 @@ docs/PaginatedDummyPolicyList.md
docs/PaginatedDummyStageList.md
docs/PaginatedDuoDeviceList.md
docs/PaginatedEmailStageList.md
docs/PaginatedEndpointDeviceList.md
docs/PaginatedEndpointList.md
docs/PaginatedEventList.md
docs/PaginatedEventMatcherPolicyList.md
Expand Down Expand Up @@ -385,6 +393,7 @@ docs/PasswordStage.md
docs/PasswordStageRequest.md
docs/PatchedApplicationRequest.md
docs/PatchedAuthenticatorDuoStageRequest.md
docs/PatchedAuthenticatorEndpointGdtcStageRequest.md
docs/PatchedAuthenticatorSmsStageRequest.md
docs/PatchedAuthenticatorStaticStageRequest.md
docs/PatchedAuthenticatorTotpStageRequest.md
Expand All @@ -403,6 +412,7 @@ docs/PatchedDummyPolicyRequest.md
docs/PatchedDummyStageRequest.md
docs/PatchedDuoDeviceRequest.md
docs/PatchedEmailStageRequest.md
docs/PatchedEndpointDeviceRequest.md
docs/PatchedEndpointRequest.md
docs/PatchedEventMatcherPolicyRequest.md
docs/PatchedEventRequest.md
Expand Down Expand Up @@ -718,6 +728,8 @@ src/models/authenticator_duo_stage.rs
src/models/authenticator_duo_stage_device_import_response.rs
src/models/authenticator_duo_stage_manual_device_import_request.rs
src/models/authenticator_duo_stage_request.rs
src/models/authenticator_endpoint_gdtc_stage.rs
src/models/authenticator_endpoint_gdtc_stage_request.rs
src/models/authenticator_sms_challenge.rs
src/models/authenticator_sms_challenge_response_request.rs
src/models/authenticator_sms_stage.rs
Expand Down Expand Up @@ -805,6 +817,8 @@ src/models/email_challenge_response_request.rs
src/models/email_stage.rs
src/models/email_stage_request.rs
src/models/endpoint.rs
src/models/endpoint_device.rs
src/models/endpoint_device_request.rs
src/models/endpoint_request.rs
src/models/error_detail.rs
src/models/error_reporting_config.rs
Expand Down Expand Up @@ -837,6 +851,8 @@ src/models/flow_set_request.rs
src/models/flow_stage_binding.rs
src/models/flow_stage_binding_request.rs
src/models/footer_link.rs
src/models/frame_challenge.rs
src/models/frame_challenge_response_request.rs
src/models/generic_error.rs
src/models/geo_ip_policy.rs
src/models/geo_ip_policy_request.rs
Expand Down Expand Up @@ -939,6 +955,7 @@ src/models/outpost_type_enum.rs
src/models/paginated_application_list.rs
src/models/paginated_authenticated_session_list.rs
src/models/paginated_authenticator_duo_stage_list.rs
src/models/paginated_authenticator_endpoint_gdtc_stage_list.rs
src/models/paginated_authenticator_sms_stage_list.rs
src/models/paginated_authenticator_static_stage_list.rs
src/models/paginated_authenticator_totp_stage_list.rs
Expand All @@ -957,6 +974,7 @@ src/models/paginated_dummy_policy_list.rs
src/models/paginated_dummy_stage_list.rs
src/models/paginated_duo_device_list.rs
src/models/paginated_email_stage_list.rs
src/models/paginated_endpoint_device_list.rs
src/models/paginated_endpoint_list.rs
src/models/paginated_event_list.rs
src/models/paginated_event_matcher_policy_list.rs
Expand Down Expand Up @@ -1067,6 +1085,7 @@ src/models/password_stage.rs
src/models/password_stage_request.rs
src/models/patched_application_request.rs
src/models/patched_authenticator_duo_stage_request.rs
src/models/patched_authenticator_endpoint_gdtc_stage_request.rs
src/models/patched_authenticator_sms_stage_request.rs
src/models/patched_authenticator_static_stage_request.rs
src/models/patched_authenticator_totp_stage_request.rs
Expand All @@ -1085,6 +1104,7 @@ src/models/patched_dummy_policy_request.rs
src/models/patched_dummy_stage_request.rs
src/models/patched_duo_device_request.rs
src/models/patched_email_stage_request.rs
src/models/patched_endpoint_device_request.rs
src/models/patched_endpoint_request.rs
src/models/patched_event_matcher_policy_request.rs
src/models/patched_event_request.rs
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "authentik-client"
version = "3.2024083.6"
version = "3.2024083.7"
authors = ["[email protected]"]
description = "Making authentication simple."
license = "MIT"
Expand Down
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ Class | Method | HTTP request | Description
*AuthenticatorsApi* | [**authenticators_admin_duo_partial_update**](docs/AuthenticatorsApi.md#authenticators_admin_duo_partial_update) | **PATCH** /authenticators/admin/duo/{id}/ |
*AuthenticatorsApi* | [**authenticators_admin_duo_retrieve**](docs/AuthenticatorsApi.md#authenticators_admin_duo_retrieve) | **GET** /authenticators/admin/duo/{id}/ |
*AuthenticatorsApi* | [**authenticators_admin_duo_update**](docs/AuthenticatorsApi.md#authenticators_admin_duo_update) | **PUT** /authenticators/admin/duo/{id}/ |
*AuthenticatorsApi* | [**authenticators_admin_endpoint_create**](docs/AuthenticatorsApi.md#authenticators_admin_endpoint_create) | **POST** /authenticators/admin/endpoint/ |
*AuthenticatorsApi* | [**authenticators_admin_endpoint_destroy**](docs/AuthenticatorsApi.md#authenticators_admin_endpoint_destroy) | **DELETE** /authenticators/admin/endpoint/{uuid}/ |
*AuthenticatorsApi* | [**authenticators_admin_endpoint_list**](docs/AuthenticatorsApi.md#authenticators_admin_endpoint_list) | **GET** /authenticators/admin/endpoint/ |
*AuthenticatorsApi* | [**authenticators_admin_endpoint_partial_update**](docs/AuthenticatorsApi.md#authenticators_admin_endpoint_partial_update) | **PATCH** /authenticators/admin/endpoint/{uuid}/ |
*AuthenticatorsApi* | [**authenticators_admin_endpoint_retrieve**](docs/AuthenticatorsApi.md#authenticators_admin_endpoint_retrieve) | **GET** /authenticators/admin/endpoint/{uuid}/ |
*AuthenticatorsApi* | [**authenticators_admin_endpoint_update**](docs/AuthenticatorsApi.md#authenticators_admin_endpoint_update) | **PUT** /authenticators/admin/endpoint/{uuid}/ |
*AuthenticatorsApi* | [**authenticators_admin_sms_create**](docs/AuthenticatorsApi.md#authenticators_admin_sms_create) | **POST** /authenticators/admin/sms/ |
*AuthenticatorsApi* | [**authenticators_admin_sms_destroy**](docs/AuthenticatorsApi.md#authenticators_admin_sms_destroy) | **DELETE** /authenticators/admin/sms/{id}/ |
*AuthenticatorsApi* | [**authenticators_admin_sms_list**](docs/AuthenticatorsApi.md#authenticators_admin_sms_list) | **GET** /authenticators/admin/sms/ |
Expand Down Expand Up @@ -81,6 +87,9 @@ Class | Method | HTTP request | Description
*AuthenticatorsApi* | [**authenticators_duo_retrieve**](docs/AuthenticatorsApi.md#authenticators_duo_retrieve) | **GET** /authenticators/duo/{id}/ |
*AuthenticatorsApi* | [**authenticators_duo_update**](docs/AuthenticatorsApi.md#authenticators_duo_update) | **PUT** /authenticators/duo/{id}/ |
*AuthenticatorsApi* | [**authenticators_duo_used_by_list**](docs/AuthenticatorsApi.md#authenticators_duo_used_by_list) | **GET** /authenticators/duo/{id}/used_by/ |
*AuthenticatorsApi* | [**authenticators_endpoint_list**](docs/AuthenticatorsApi.md#authenticators_endpoint_list) | **GET** /authenticators/endpoint/ |
*AuthenticatorsApi* | [**authenticators_endpoint_retrieve**](docs/AuthenticatorsApi.md#authenticators_endpoint_retrieve) | **GET** /authenticators/endpoint/{uuid}/ |
*AuthenticatorsApi* | [**authenticators_endpoint_used_by_list**](docs/AuthenticatorsApi.md#authenticators_endpoint_used_by_list) | **GET** /authenticators/endpoint/{uuid}/used_by/ |
*AuthenticatorsApi* | [**authenticators_sms_destroy**](docs/AuthenticatorsApi.md#authenticators_sms_destroy) | **DELETE** /authenticators/sms/{id}/ |
*AuthenticatorsApi* | [**authenticators_sms_list**](docs/AuthenticatorsApi.md#authenticators_sms_list) | **GET** /authenticators/sms/ |
*AuthenticatorsApi* | [**authenticators_sms_partial_update**](docs/AuthenticatorsApi.md#authenticators_sms_partial_update) | **PATCH** /authenticators/sms/{id}/ |
Expand Down Expand Up @@ -743,6 +752,13 @@ Class | Method | HTTP request | Description
*StagesApi* | [**stages_authenticator_duo_retrieve**](docs/StagesApi.md#stages_authenticator_duo_retrieve) | **GET** /stages/authenticator/duo/{stage_uuid}/ |
*StagesApi* | [**stages_authenticator_duo_update**](docs/StagesApi.md#stages_authenticator_duo_update) | **PUT** /stages/authenticator/duo/{stage_uuid}/ |
*StagesApi* | [**stages_authenticator_duo_used_by_list**](docs/StagesApi.md#stages_authenticator_duo_used_by_list) | **GET** /stages/authenticator/duo/{stage_uuid}/used_by/ |
*StagesApi* | [**stages_authenticator_endpoint_gdtc_create**](docs/StagesApi.md#stages_authenticator_endpoint_gdtc_create) | **POST** /stages/authenticator/endpoint_gdtc/ |
*StagesApi* | [**stages_authenticator_endpoint_gdtc_destroy**](docs/StagesApi.md#stages_authenticator_endpoint_gdtc_destroy) | **DELETE** /stages/authenticator/endpoint_gdtc/{stage_uuid}/ |
*StagesApi* | [**stages_authenticator_endpoint_gdtc_list**](docs/StagesApi.md#stages_authenticator_endpoint_gdtc_list) | **GET** /stages/authenticator/endpoint_gdtc/ |
*StagesApi* | [**stages_authenticator_endpoint_gdtc_partial_update**](docs/StagesApi.md#stages_authenticator_endpoint_gdtc_partial_update) | **PATCH** /stages/authenticator/endpoint_gdtc/{stage_uuid}/ |
*StagesApi* | [**stages_authenticator_endpoint_gdtc_retrieve**](docs/StagesApi.md#stages_authenticator_endpoint_gdtc_retrieve) | **GET** /stages/authenticator/endpoint_gdtc/{stage_uuid}/ |
*StagesApi* | [**stages_authenticator_endpoint_gdtc_update**](docs/StagesApi.md#stages_authenticator_endpoint_gdtc_update) | **PUT** /stages/authenticator/endpoint_gdtc/{stage_uuid}/ |
*StagesApi* | [**stages_authenticator_endpoint_gdtc_used_by_list**](docs/StagesApi.md#stages_authenticator_endpoint_gdtc_used_by_list) | **GET** /stages/authenticator/endpoint_gdtc/{stage_uuid}/used_by/ |
*StagesApi* | [**stages_authenticator_sms_create**](docs/StagesApi.md#stages_authenticator_sms_create) | **POST** /stages/authenticator/sms/ |
*StagesApi* | [**stages_authenticator_sms_destroy**](docs/StagesApi.md#stages_authenticator_sms_destroy) | **DELETE** /stages/authenticator/sms/{stage_uuid}/ |
*StagesApi* | [**stages_authenticator_sms_list**](docs/StagesApi.md#stages_authenticator_sms_list) | **GET** /stages/authenticator/sms/ |
Expand Down Expand Up @@ -937,6 +953,8 @@ Class | Method | HTTP request | Description
- [AuthenticatorDuoStageDeviceImportResponse](docs/AuthenticatorDuoStageDeviceImportResponse.md)
- [AuthenticatorDuoStageManualDeviceImportRequest](docs/AuthenticatorDuoStageManualDeviceImportRequest.md)
- [AuthenticatorDuoStageRequest](docs/AuthenticatorDuoStageRequest.md)
- [AuthenticatorEndpointGdtcStage](docs/AuthenticatorEndpointGdtcStage.md)
- [AuthenticatorEndpointGdtcStageRequest](docs/AuthenticatorEndpointGdtcStageRequest.md)
- [AuthenticatorSmsChallenge](docs/AuthenticatorSmsChallenge.md)
- [AuthenticatorSmsChallengeResponseRequest](docs/AuthenticatorSmsChallengeResponseRequest.md)
- [AuthenticatorSmsStage](docs/AuthenticatorSmsStage.md)
Expand Down Expand Up @@ -1024,6 +1042,8 @@ Class | Method | HTTP request | Description
- [EmailStage](docs/EmailStage.md)
- [EmailStageRequest](docs/EmailStageRequest.md)
- [Endpoint](docs/Endpoint.md)
- [EndpointDevice](docs/EndpointDevice.md)
- [EndpointDeviceRequest](docs/EndpointDeviceRequest.md)
- [EndpointRequest](docs/EndpointRequest.md)
- [ErrorDetail](docs/ErrorDetail.md)
- [ErrorReportingConfig](docs/ErrorReportingConfig.md)
Expand Down Expand Up @@ -1056,6 +1076,8 @@ Class | Method | HTTP request | Description
- [FlowStageBinding](docs/FlowStageBinding.md)
- [FlowStageBindingRequest](docs/FlowStageBindingRequest.md)
- [FooterLink](docs/FooterLink.md)
- [FrameChallenge](docs/FrameChallenge.md)
- [FrameChallengeResponseRequest](docs/FrameChallengeResponseRequest.md)
- [GenericError](docs/GenericError.md)
- [GeoIpPolicy](docs/GeoIpPolicy.md)
- [GeoIpPolicyRequest](docs/GeoIpPolicyRequest.md)
Expand Down Expand Up @@ -1157,6 +1179,7 @@ Class | Method | HTTP request | Description
- [PaginatedApplicationList](docs/PaginatedApplicationList.md)
- [PaginatedAuthenticatedSessionList](docs/PaginatedAuthenticatedSessionList.md)
- [PaginatedAuthenticatorDuoStageList](docs/PaginatedAuthenticatorDuoStageList.md)
- [PaginatedAuthenticatorEndpointGdtcStageList](docs/PaginatedAuthenticatorEndpointGdtcStageList.md)
- [PaginatedAuthenticatorSmsStageList](docs/PaginatedAuthenticatorSmsStageList.md)
- [PaginatedAuthenticatorStaticStageList](docs/PaginatedAuthenticatorStaticStageList.md)
- [PaginatedAuthenticatorTotpStageList](docs/PaginatedAuthenticatorTotpStageList.md)
Expand All @@ -1175,6 +1198,7 @@ Class | Method | HTTP request | Description
- [PaginatedDummyStageList](docs/PaginatedDummyStageList.md)
- [PaginatedDuoDeviceList](docs/PaginatedDuoDeviceList.md)
- [PaginatedEmailStageList](docs/PaginatedEmailStageList.md)
- [PaginatedEndpointDeviceList](docs/PaginatedEndpointDeviceList.md)
- [PaginatedEndpointList](docs/PaginatedEndpointList.md)
- [PaginatedEventList](docs/PaginatedEventList.md)
- [PaginatedEventMatcherPolicyList](docs/PaginatedEventMatcherPolicyList.md)
Expand Down Expand Up @@ -1285,6 +1309,7 @@ Class | Method | HTTP request | Description
- [PasswordStageRequest](docs/PasswordStageRequest.md)
- [PatchedApplicationRequest](docs/PatchedApplicationRequest.md)
- [PatchedAuthenticatorDuoStageRequest](docs/PatchedAuthenticatorDuoStageRequest.md)
- [PatchedAuthenticatorEndpointGdtcStageRequest](docs/PatchedAuthenticatorEndpointGdtcStageRequest.md)
- [PatchedAuthenticatorSmsStageRequest](docs/PatchedAuthenticatorSmsStageRequest.md)
- [PatchedAuthenticatorStaticStageRequest](docs/PatchedAuthenticatorStaticStageRequest.md)
- [PatchedAuthenticatorTotpStageRequest](docs/PatchedAuthenticatorTotpStageRequest.md)
Expand All @@ -1303,6 +1328,7 @@ Class | Method | HTTP request | Description
- [PatchedDummyStageRequest](docs/PatchedDummyStageRequest.md)
- [PatchedDuoDeviceRequest](docs/PatchedDuoDeviceRequest.md)
- [PatchedEmailStageRequest](docs/PatchedEmailStageRequest.md)
- [PatchedEndpointDeviceRequest](docs/PatchedEndpointDeviceRequest.md)
- [PatchedEndpointRequest](docs/PatchedEndpointRequest.md)
- [PatchedEventMatcherPolicyRequest](docs/PatchedEventMatcherPolicyRequest.md)
- [PatchedEventRequest](docs/PatchedEventRequest.md)
Expand Down
1 change: 1 addition & 0 deletions docs/AppEnum.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
| EnterprisePeriodProvidersPeriodGoogleWorkspace | authentik.enterprise.providers.google_workspace |
| EnterprisePeriodProvidersPeriodMicrosoftEntra | authentik.enterprise.providers.microsoft_entra |
| EnterprisePeriodProvidersPeriodRac | authentik.enterprise.providers.rac |
| EnterprisePeriodStagesPeriodAuthenticatorEndpointGdtc | authentik.enterprise.stages.authenticator_endpoint_gdtc |
| EnterprisePeriodStagesPeriodSource | authentik.enterprise.stages.source |
| Events | authentik.events |

Expand Down
20 changes: 20 additions & 0 deletions docs/AuthenticatorEndpointGdtcStage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# AuthenticatorEndpointGdtcStage

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pk** | [**uuid::Uuid**](uuid::Uuid.md) | | [readonly]
**name** | **String** | |
**component** | **String** | Get object type so that we know how to edit the object | [readonly]
**verbose_name** | **String** | Return object's verbose_name | [readonly]
**verbose_name_plural** | **String** | Return object's plural verbose_name | [readonly]
**meta_model_name** | **String** | Return internal model name | [readonly]
**flow_set** | Option<[**Vec<models::FlowSet>**](FlowSet.md)> | | [optional]
**configure_flow** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. | [optional]
**friendly_name** | Option<**String**> | | [optional]
**credentials** | Option<[**serde_json::Value**](.md)> | |

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


15 changes: 15 additions & 0 deletions docs/AuthenticatorEndpointGdtcStageRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# AuthenticatorEndpointGdtcStageRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | |
**flow_set** | Option<[**Vec<models::FlowSetRequest>**](FlowSetRequest.md)> | | [optional]
**configure_flow** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. | [optional]
**friendly_name** | Option<**String**> | | [optional]
**credentials** | Option<[**serde_json::Value**](.md)> | |

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


Loading

0 comments on commit 668f73b

Please sign in to comment.