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 b926f43 commit f39e1f8
Show file tree
Hide file tree
Showing 37 changed files with 10,038 additions and 1,296 deletions.
20 changes: 20 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,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 @@ -140,6 +142,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 @@ -175,6 +179,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 @@ -279,6 +285,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 @@ -297,6 +304,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 @@ -407,6 +415,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 @@ -425,6 +434,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 @@ -720,6 +730,8 @@ model_authenticator_duo_stage.go
model_authenticator_duo_stage_device_import_response.go
model_authenticator_duo_stage_manual_device_import_request.go
model_authenticator_duo_stage_request.go
model_authenticator_endpoint_gdtc_stage.go
model_authenticator_endpoint_gdtc_stage_request.go
model_authenticator_sms_challenge.go
model_authenticator_sms_challenge_response_request.go
model_authenticator_sms_stage.go
Expand Down Expand Up @@ -807,6 +819,8 @@ model_email_challenge_response_request.go
model_email_stage.go
model_email_stage_request.go
model_endpoint.go
model_endpoint_device.go
model_endpoint_device_request.go
model_endpoint_request.go
model_error_detail.go
model_error_reporting_config.go
Expand Down Expand Up @@ -839,6 +853,8 @@ model_flow_set_request.go
model_flow_stage_binding.go
model_flow_stage_binding_request.go
model_footer_link.go
model_frame_challenge.go
model_frame_challenge_response_request.go
model_generic_error.go
model_geo_ip_policy.go
model_geo_ip_policy_request.go
Expand Down Expand Up @@ -940,6 +956,7 @@ model_outpost_type_enum.go
model_paginated_application_list.go
model_paginated_authenticated_session_list.go
model_paginated_authenticator_duo_stage_list.go
model_paginated_authenticator_endpoint_gdtc_stage_list.go
model_paginated_authenticator_sms_stage_list.go
model_paginated_authenticator_static_stage_list.go
model_paginated_authenticator_totp_stage_list.go
Expand All @@ -958,6 +975,7 @@ model_paginated_dummy_policy_list.go
model_paginated_dummy_stage_list.go
model_paginated_duo_device_list.go
model_paginated_email_stage_list.go
model_paginated_endpoint_device_list.go
model_paginated_endpoint_list.go
model_paginated_event_list.go
model_paginated_event_matcher_policy_list.go
Expand Down Expand Up @@ -1068,6 +1086,7 @@ model_password_stage.go
model_password_stage_request.go
model_patched_application_request.go
model_patched_authenticator_duo_stage_request.go
model_patched_authenticator_endpoint_gdtc_stage_request.go
model_patched_authenticator_sms_stage_request.go
model_patched_authenticator_static_stage_request.go
model_patched_authenticator_totp_stage_request.go
Expand All @@ -1086,6 +1105,7 @@ model_patched_dummy_policy_request.go
model_patched_dummy_stage_request.go
model_patched_duo_device_request.go
model_patched_email_stage_request.go
model_patched_endpoint_device_request.go
model_patched_endpoint_request.go
model_patched_event_matcher_policy_request.go
model_patched_event_request.go
Expand Down
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ Class | Method | HTTP request | Description
*AuthenticatorsApi* | [**AuthenticatorsAdminDuoPartialUpdate**](docs/AuthenticatorsApi.md#authenticatorsadminduopartialupdate) | **Patch** /authenticators/admin/duo/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminDuoRetrieve**](docs/AuthenticatorsApi.md#authenticatorsadminduoretrieve) | **Get** /authenticators/admin/duo/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminDuoUpdate**](docs/AuthenticatorsApi.md#authenticatorsadminduoupdate) | **Put** /authenticators/admin/duo/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminEndpointCreate**](docs/AuthenticatorsApi.md#authenticatorsadminendpointcreate) | **Post** /authenticators/admin/endpoint/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminEndpointDestroy**](docs/AuthenticatorsApi.md#authenticatorsadminendpointdestroy) | **Delete** /authenticators/admin/endpoint/{uuid}/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminEndpointList**](docs/AuthenticatorsApi.md#authenticatorsadminendpointlist) | **Get** /authenticators/admin/endpoint/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminEndpointPartialUpdate**](docs/AuthenticatorsApi.md#authenticatorsadminendpointpartialupdate) | **Patch** /authenticators/admin/endpoint/{uuid}/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminEndpointRetrieve**](docs/AuthenticatorsApi.md#authenticatorsadminendpointretrieve) | **Get** /authenticators/admin/endpoint/{uuid}/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminEndpointUpdate**](docs/AuthenticatorsApi.md#authenticatorsadminendpointupdate) | **Put** /authenticators/admin/endpoint/{uuid}/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminSmsCreate**](docs/AuthenticatorsApi.md#authenticatorsadminsmscreate) | **Post** /authenticators/admin/sms/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminSmsDestroy**](docs/AuthenticatorsApi.md#authenticatorsadminsmsdestroy) | **Delete** /authenticators/admin/sms/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminSmsList**](docs/AuthenticatorsApi.md#authenticatorsadminsmslist) | **Get** /authenticators/admin/sms/ |
Expand Down Expand Up @@ -87,6 +93,9 @@ Class | Method | HTTP request | Description
*AuthenticatorsApi* | [**AuthenticatorsDuoRetrieve**](docs/AuthenticatorsApi.md#authenticatorsduoretrieve) | **Get** /authenticators/duo/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsDuoUpdate**](docs/AuthenticatorsApi.md#authenticatorsduoupdate) | **Put** /authenticators/duo/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsDuoUsedByList**](docs/AuthenticatorsApi.md#authenticatorsduousedbylist) | **Get** /authenticators/duo/{id}/used_by/ |
*AuthenticatorsApi* | [**AuthenticatorsEndpointList**](docs/AuthenticatorsApi.md#authenticatorsendpointlist) | **Get** /authenticators/endpoint/ |
*AuthenticatorsApi* | [**AuthenticatorsEndpointRetrieve**](docs/AuthenticatorsApi.md#authenticatorsendpointretrieve) | **Get** /authenticators/endpoint/{uuid}/ |
*AuthenticatorsApi* | [**AuthenticatorsEndpointUsedByList**](docs/AuthenticatorsApi.md#authenticatorsendpointusedbylist) | **Get** /authenticators/endpoint/{uuid}/used_by/ |
*AuthenticatorsApi* | [**AuthenticatorsSmsDestroy**](docs/AuthenticatorsApi.md#authenticatorssmsdestroy) | **Delete** /authenticators/sms/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsSmsList**](docs/AuthenticatorsApi.md#authenticatorssmslist) | **Get** /authenticators/sms/ |
*AuthenticatorsApi* | [**AuthenticatorsSmsPartialUpdate**](docs/AuthenticatorsApi.md#authenticatorssmspartialupdate) | **Patch** /authenticators/sms/{id}/ |
Expand Down Expand Up @@ -749,6 +758,13 @@ Class | Method | HTTP request | Description
*StagesApi* | [**StagesAuthenticatorDuoRetrieve**](docs/StagesApi.md#stagesauthenticatorduoretrieve) | **Get** /stages/authenticator/duo/{stage_uuid}/ |
*StagesApi* | [**StagesAuthenticatorDuoUpdate**](docs/StagesApi.md#stagesauthenticatorduoupdate) | **Put** /stages/authenticator/duo/{stage_uuid}/ |
*StagesApi* | [**StagesAuthenticatorDuoUsedByList**](docs/StagesApi.md#stagesauthenticatorduousedbylist) | **Get** /stages/authenticator/duo/{stage_uuid}/used_by/ |
*StagesApi* | [**StagesAuthenticatorEndpointGdtcCreate**](docs/StagesApi.md#stagesauthenticatorendpointgdtccreate) | **Post** /stages/authenticator/endpoint_gdtc/ |
*StagesApi* | [**StagesAuthenticatorEndpointGdtcDestroy**](docs/StagesApi.md#stagesauthenticatorendpointgdtcdestroy) | **Delete** /stages/authenticator/endpoint_gdtc/{stage_uuid}/ |
*StagesApi* | [**StagesAuthenticatorEndpointGdtcList**](docs/StagesApi.md#stagesauthenticatorendpointgdtclist) | **Get** /stages/authenticator/endpoint_gdtc/ |
*StagesApi* | [**StagesAuthenticatorEndpointGdtcPartialUpdate**](docs/StagesApi.md#stagesauthenticatorendpointgdtcpartialupdate) | **Patch** /stages/authenticator/endpoint_gdtc/{stage_uuid}/ |
*StagesApi* | [**StagesAuthenticatorEndpointGdtcRetrieve**](docs/StagesApi.md#stagesauthenticatorendpointgdtcretrieve) | **Get** /stages/authenticator/endpoint_gdtc/{stage_uuid}/ |
*StagesApi* | [**StagesAuthenticatorEndpointGdtcUpdate**](docs/StagesApi.md#stagesauthenticatorendpointgdtcupdate) | **Put** /stages/authenticator/endpoint_gdtc/{stage_uuid}/ |
*StagesApi* | [**StagesAuthenticatorEndpointGdtcUsedByList**](docs/StagesApi.md#stagesauthenticatorendpointgdtcusedbylist) | **Get** /stages/authenticator/endpoint_gdtc/{stage_uuid}/used_by/ |
*StagesApi* | [**StagesAuthenticatorSmsCreate**](docs/StagesApi.md#stagesauthenticatorsmscreate) | **Post** /stages/authenticator/sms/ |
*StagesApi* | [**StagesAuthenticatorSmsDestroy**](docs/StagesApi.md#stagesauthenticatorsmsdestroy) | **Delete** /stages/authenticator/sms/{stage_uuid}/ |
*StagesApi* | [**StagesAuthenticatorSmsList**](docs/StagesApi.md#stagesauthenticatorsmslist) | **Get** /stages/authenticator/sms/ |
Expand Down Expand Up @@ -943,6 +959,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 @@ -1030,6 +1048,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 @@ -1062,6 +1082,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 @@ -1163,6 +1185,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 @@ -1181,6 +1204,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 @@ -1291,6 +1315,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 @@ -1309,6 +1334,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
Loading

0 comments on commit f39e1f8

Please sign in to comment.