All URIs are relative to http://localhost/api/v3
Method | HTTP request | Description |
---|---|---|
authenticators_admin_all_list | GET /authenticators/admin/all/ | |
authenticators_admin_duo_create | POST /authenticators/admin/duo/ | |
authenticators_admin_duo_destroy | DELETE /authenticators/admin/duo/{id}/ | |
authenticators_admin_duo_list | GET /authenticators/admin/duo/ | |
authenticators_admin_duo_partial_update | PATCH /authenticators/admin/duo/{id}/ | |
authenticators_admin_duo_retrieve | GET /authenticators/admin/duo/{id}/ | |
authenticators_admin_duo_update | PUT /authenticators/admin/duo/{id}/ | |
authenticators_admin_endpoint_create | POST /authenticators/admin/endpoint/ | |
authenticators_admin_endpoint_destroy | DELETE /authenticators/admin/endpoint/{uuid}/ | |
authenticators_admin_endpoint_list | GET /authenticators/admin/endpoint/ | |
authenticators_admin_endpoint_partial_update | PATCH /authenticators/admin/endpoint/{uuid}/ | |
authenticators_admin_endpoint_retrieve | GET /authenticators/admin/endpoint/{uuid}/ | |
authenticators_admin_endpoint_update | PUT /authenticators/admin/endpoint/{uuid}/ | |
authenticators_admin_sms_create | POST /authenticators/admin/sms/ | |
authenticators_admin_sms_destroy | DELETE /authenticators/admin/sms/{id}/ | |
authenticators_admin_sms_list | GET /authenticators/admin/sms/ | |
authenticators_admin_sms_partial_update | PATCH /authenticators/admin/sms/{id}/ | |
authenticators_admin_sms_retrieve | GET /authenticators/admin/sms/{id}/ | |
authenticators_admin_sms_update | PUT /authenticators/admin/sms/{id}/ | |
authenticators_admin_static_create | POST /authenticators/admin/static/ | |
authenticators_admin_static_destroy | DELETE /authenticators/admin/static/{id}/ | |
authenticators_admin_static_list | GET /authenticators/admin/static/ | |
authenticators_admin_static_partial_update | PATCH /authenticators/admin/static/{id}/ | |
authenticators_admin_static_retrieve | GET /authenticators/admin/static/{id}/ | |
authenticators_admin_static_update | PUT /authenticators/admin/static/{id}/ | |
authenticators_admin_totp_create | POST /authenticators/admin/totp/ | |
authenticators_admin_totp_destroy | DELETE /authenticators/admin/totp/{id}/ | |
authenticators_admin_totp_list | GET /authenticators/admin/totp/ | |
authenticators_admin_totp_partial_update | PATCH /authenticators/admin/totp/{id}/ | |
authenticators_admin_totp_retrieve | GET /authenticators/admin/totp/{id}/ | |
authenticators_admin_totp_update | PUT /authenticators/admin/totp/{id}/ | |
authenticators_admin_webauthn_create | POST /authenticators/admin/webauthn/ | |
authenticators_admin_webauthn_destroy | DELETE /authenticators/admin/webauthn/{id}/ | |
authenticators_admin_webauthn_list | GET /authenticators/admin/webauthn/ | |
authenticators_admin_webauthn_partial_update | PATCH /authenticators/admin/webauthn/{id}/ | |
authenticators_admin_webauthn_retrieve | GET /authenticators/admin/webauthn/{id}/ | |
authenticators_admin_webauthn_update | PUT /authenticators/admin/webauthn/{id}/ | |
authenticators_all_list | GET /authenticators/all/ | |
authenticators_duo_destroy | DELETE /authenticators/duo/{id}/ | |
authenticators_duo_list | GET /authenticators/duo/ | |
authenticators_duo_partial_update | PATCH /authenticators/duo/{id}/ | |
authenticators_duo_retrieve | GET /authenticators/duo/{id}/ | |
authenticators_duo_update | PUT /authenticators/duo/{id}/ | |
authenticators_duo_used_by_list | GET /authenticators/duo/{id}/used_by/ | |
authenticators_endpoint_list | GET /authenticators/endpoint/ | |
authenticators_endpoint_retrieve | GET /authenticators/endpoint/{uuid}/ | |
authenticators_endpoint_used_by_list | GET /authenticators/endpoint/{uuid}/used_by/ | |
authenticators_sms_destroy | DELETE /authenticators/sms/{id}/ | |
authenticators_sms_list | GET /authenticators/sms/ | |
authenticators_sms_partial_update | PATCH /authenticators/sms/{id}/ | |
authenticators_sms_retrieve | GET /authenticators/sms/{id}/ | |
authenticators_sms_update | PUT /authenticators/sms/{id}/ | |
authenticators_sms_used_by_list | GET /authenticators/sms/{id}/used_by/ | |
authenticators_static_destroy | DELETE /authenticators/static/{id}/ | |
authenticators_static_list | GET /authenticators/static/ | |
authenticators_static_partial_update | PATCH /authenticators/static/{id}/ | |
authenticators_static_retrieve | GET /authenticators/static/{id}/ | |
authenticators_static_update | PUT /authenticators/static/{id}/ | |
authenticators_static_used_by_list | GET /authenticators/static/{id}/used_by/ | |
authenticators_totp_destroy | DELETE /authenticators/totp/{id}/ | |
authenticators_totp_list | GET /authenticators/totp/ | |
authenticators_totp_partial_update | PATCH /authenticators/totp/{id}/ | |
authenticators_totp_retrieve | GET /authenticators/totp/{id}/ | |
authenticators_totp_update | PUT /authenticators/totp/{id}/ | |
authenticators_totp_used_by_list | GET /authenticators/totp/{id}/used_by/ | |
authenticators_webauthn_destroy | DELETE /authenticators/webauthn/{id}/ | |
authenticators_webauthn_list | GET /authenticators/webauthn/ | |
authenticators_webauthn_partial_update | PATCH /authenticators/webauthn/{id}/ | |
authenticators_webauthn_retrieve | GET /authenticators/webauthn/{id}/ | |
authenticators_webauthn_update | PUT /authenticators/webauthn/{id}/ | |
authenticators_webauthn_used_by_list | GET /authenticators/webauthn/{id}/used_by/ |
Vecmodels::Device authenticators_admin_all_list(user)
Get all devices for current user
Name | Type | Description | Required | Notes |
---|---|---|---|---|
user | Option<i32> |
Vecmodels::Device
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::DuoDevice authenticators_admin_duo_create(duo_device_request)
Viewset for Duo authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
duo_device_request | DuoDeviceRequest | [required] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
authenticators_admin_duo_destroy(id)
Viewset for Duo authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this Duo Device. | [required] |
(empty response body)
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::PaginatedDuoDeviceList authenticators_admin_duo_list(name, ordering, page, page_size, search)
Viewset for Duo authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
name | Option<String> | |||
ordering | Option<String> | Which field to use when ordering the results. | ||
page | Option<i32> | A page number within the paginated result set. | ||
page_size | Option<i32> | Number of results to return per page. | ||
search | Option<String> | A search term. |
models::PaginatedDuoDeviceList
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::DuoDevice authenticators_admin_duo_partial_update(id, patched_duo_device_request)
Viewset for Duo authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this Duo Device. | [required] | |
patched_duo_device_request | Option<PatchedDuoDeviceRequest> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::DuoDevice authenticators_admin_duo_retrieve(id)
Viewset for Duo authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this Duo Device. | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::DuoDevice authenticators_admin_duo_update(id, duo_device_request)
Viewset for Duo authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this Duo Device. | [required] | |
duo_device_request | DuoDeviceRequest | [required] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::EndpointDevice authenticators_admin_endpoint_create(endpoint_device_request)
Viewset for Endpoint authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
endpoint_device_request | EndpointDeviceRequest | [required] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
authenticators_admin_endpoint_destroy(uuid)
Viewset for Endpoint authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
uuid | uuid::Uuid | A UUID string identifying this Endpoint Device. | [required] |
(empty response body)
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::PaginatedEndpointDeviceList authenticators_admin_endpoint_list(name, ordering, page, page_size, search)
Viewset for Endpoint authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
name | Option<String> | |||
ordering | Option<String> | Which field to use when ordering the results. | ||
page | Option<i32> | A page number within the paginated result set. | ||
page_size | Option<i32> | Number of results to return per page. | ||
search | Option<String> | A search term. |
models::PaginatedEndpointDeviceList
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::EndpointDevice authenticators_admin_endpoint_partial_update(uuid, patched_endpoint_device_request)
Viewset for Endpoint authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
uuid | uuid::Uuid | A UUID string identifying this Endpoint Device. | [required] | |
patched_endpoint_device_request | Option<PatchedEndpointDeviceRequest> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::EndpointDevice authenticators_admin_endpoint_retrieve(uuid)
Viewset for Endpoint authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
uuid | uuid::Uuid | A UUID string identifying this Endpoint Device. | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::EndpointDevice authenticators_admin_endpoint_update(uuid, endpoint_device_request)
Viewset for Endpoint authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
uuid | uuid::Uuid | A UUID string identifying this Endpoint Device. | [required] | |
endpoint_device_request | EndpointDeviceRequest | [required] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::SmsDevice authenticators_admin_sms_create(sms_device_request)
Viewset for sms authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
sms_device_request | SmsDeviceRequest | [required] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
authenticators_admin_sms_destroy(id)
Viewset for sms authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this SMS Device. | [required] |
(empty response body)
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::PaginatedSmsDeviceList authenticators_admin_sms_list(name, ordering, page, page_size, search)
Viewset for sms authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
name | Option<String> | |||
ordering | Option<String> | Which field to use when ordering the results. | ||
page | Option<i32> | A page number within the paginated result set. | ||
page_size | Option<i32> | Number of results to return per page. | ||
search | Option<String> | A search term. |
models::PaginatedSmsDeviceList
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::SmsDevice authenticators_admin_sms_partial_update(id, patched_sms_device_request)
Viewset for sms authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this SMS Device. | [required] | |
patched_sms_device_request | Option<PatchedSmsDeviceRequest> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::SmsDevice authenticators_admin_sms_retrieve(id)
Viewset for sms authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this SMS Device. | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::SmsDevice authenticators_admin_sms_update(id, sms_device_request)
Viewset for sms authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this SMS Device. | [required] | |
sms_device_request | SmsDeviceRequest | [required] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::StaticDevice authenticators_admin_static_create(static_device_request)
Viewset for static authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
static_device_request | StaticDeviceRequest | [required] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
authenticators_admin_static_destroy(id)
Viewset for static authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this Static Device. | [required] |
(empty response body)
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::PaginatedStaticDeviceList authenticators_admin_static_list(name, ordering, page, page_size, search)
Viewset for static authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
name | Option<String> | |||
ordering | Option<String> | Which field to use when ordering the results. | ||
page | Option<i32> | A page number within the paginated result set. | ||
page_size | Option<i32> | Number of results to return per page. | ||
search | Option<String> | A search term. |
models::PaginatedStaticDeviceList
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::StaticDevice authenticators_admin_static_partial_update(id, patched_static_device_request)
Viewset for static authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this Static Device. | [required] | |
patched_static_device_request | Option<PatchedStaticDeviceRequest> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::StaticDevice authenticators_admin_static_retrieve(id)
Viewset for static authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this Static Device. | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::StaticDevice authenticators_admin_static_update(id, static_device_request)
Viewset for static authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this Static Device. | [required] | |
static_device_request | StaticDeviceRequest | [required] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::TotpDevice authenticators_admin_totp_create(totp_device_request)
Viewset for totp authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
totp_device_request | TotpDeviceRequest | [required] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
authenticators_admin_totp_destroy(id)
Viewset for totp authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this TOTP Device. | [required] |
(empty response body)
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::PaginatedTotpDeviceList authenticators_admin_totp_list(name, ordering, page, page_size, search)
Viewset for totp authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
name | Option<String> | |||
ordering | Option<String> | Which field to use when ordering the results. | ||
page | Option<i32> | A page number within the paginated result set. | ||
page_size | Option<i32> | Number of results to return per page. | ||
search | Option<String> | A search term. |
models::PaginatedTotpDeviceList
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::TotpDevice authenticators_admin_totp_partial_update(id, patched_totp_device_request)
Viewset for totp authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this TOTP Device. | [required] | |
patched_totp_device_request | Option<PatchedTotpDeviceRequest> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::TotpDevice authenticators_admin_totp_retrieve(id)
Viewset for totp authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this TOTP Device. | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::TotpDevice authenticators_admin_totp_update(id, totp_device_request)
Viewset for totp authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this TOTP Device. | [required] | |
totp_device_request | TotpDeviceRequest | [required] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::WebAuthnDevice authenticators_admin_webauthn_create(web_authn_device_request)
Viewset for WebAuthn authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
web_authn_device_request | WebAuthnDeviceRequest | [required] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
authenticators_admin_webauthn_destroy(id)
Viewset for WebAuthn authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this WebAuthn Device. | [required] |
(empty response body)
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::PaginatedWebAuthnDeviceList authenticators_admin_webauthn_list(name, ordering, page, page_size, search)
Viewset for WebAuthn authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
name | Option<String> | |||
ordering | Option<String> | Which field to use when ordering the results. | ||
page | Option<i32> | A page number within the paginated result set. | ||
page_size | Option<i32> | Number of results to return per page. | ||
search | Option<String> | A search term. |
models::PaginatedWebAuthnDeviceList
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::WebAuthnDevice authenticators_admin_webauthn_partial_update(id, patched_web_authn_device_request)
Viewset for WebAuthn authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this WebAuthn Device. | [required] | |
patched_web_authn_device_request | Option<PatchedWebAuthnDeviceRequest> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::WebAuthnDevice authenticators_admin_webauthn_retrieve(id)
Viewset for WebAuthn authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this WebAuthn Device. | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::WebAuthnDevice authenticators_admin_webauthn_update(id, web_authn_device_request)
Viewset for WebAuthn authenticator devices (for admins)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this WebAuthn Device. | [required] | |
web_authn_device_request | WebAuthnDeviceRequest | [required] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::Device authenticators_all_list()
Get all devices for current user
This endpoint does not need any parameter.
Vecmodels::Device
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
authenticators_duo_destroy(id)
Viewset for Duo authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this Duo Device. | [required] |
(empty response body)
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::PaginatedDuoDeviceList authenticators_duo_list(name, ordering, page, page_size, search)
Viewset for Duo authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
name | Option<String> | |||
ordering | Option<String> | Which field to use when ordering the results. | ||
page | Option<i32> | A page number within the paginated result set. | ||
page_size | Option<i32> | Number of results to return per page. | ||
search | Option<String> | A search term. |
models::PaginatedDuoDeviceList
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::DuoDevice authenticators_duo_partial_update(id, patched_duo_device_request)
Viewset for Duo authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this Duo Device. | [required] | |
patched_duo_device_request | Option<PatchedDuoDeviceRequest> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::DuoDevice authenticators_duo_retrieve(id)
Viewset for Duo authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this Duo Device. | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::DuoDevice authenticators_duo_update(id, duo_device_request)
Viewset for Duo authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this Duo Device. | [required] | |
duo_device_request | DuoDeviceRequest | [required] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::UsedBy authenticators_duo_used_by_list(id)
Get a list of all objects that use this object
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this Duo Device. | [required] |
Vecmodels::UsedBy
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::PaginatedEndpointDeviceList authenticators_endpoint_list(name, ordering, page, page_size, search)
Viewset for Endpoint authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
name | Option<String> | |||
ordering | Option<String> | Which field to use when ordering the results. | ||
page | Option<i32> | A page number within the paginated result set. | ||
page_size | Option<i32> | Number of results to return per page. | ||
search | Option<String> | A search term. |
models::PaginatedEndpointDeviceList
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::EndpointDevice authenticators_endpoint_retrieve(uuid)
Viewset for Endpoint authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
uuid | uuid::Uuid | A UUID string identifying this Endpoint Device. | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::UsedBy authenticators_endpoint_used_by_list(uuid)
Get a list of all objects that use this object
Name | Type | Description | Required | Notes |
---|---|---|---|---|
uuid | uuid::Uuid | A UUID string identifying this Endpoint Device. | [required] |
Vecmodels::UsedBy
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
authenticators_sms_destroy(id)
Viewset for sms authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this SMS Device. | [required] |
(empty response body)
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::PaginatedSmsDeviceList authenticators_sms_list(name, ordering, page, page_size, search)
Viewset for sms authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
name | Option<String> | |||
ordering | Option<String> | Which field to use when ordering the results. | ||
page | Option<i32> | A page number within the paginated result set. | ||
page_size | Option<i32> | Number of results to return per page. | ||
search | Option<String> | A search term. |
models::PaginatedSmsDeviceList
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::SmsDevice authenticators_sms_partial_update(id, patched_sms_device_request)
Viewset for sms authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this SMS Device. | [required] | |
patched_sms_device_request | Option<PatchedSmsDeviceRequest> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::SmsDevice authenticators_sms_retrieve(id)
Viewset for sms authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this SMS Device. | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::SmsDevice authenticators_sms_update(id, sms_device_request)
Viewset for sms authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this SMS Device. | [required] | |
sms_device_request | SmsDeviceRequest | [required] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::UsedBy authenticators_sms_used_by_list(id)
Get a list of all objects that use this object
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this SMS Device. | [required] |
Vecmodels::UsedBy
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
authenticators_static_destroy(id)
Viewset for static authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this Static Device. | [required] |
(empty response body)
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::PaginatedStaticDeviceList authenticators_static_list(name, ordering, page, page_size, search)
Viewset for static authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
name | Option<String> | |||
ordering | Option<String> | Which field to use when ordering the results. | ||
page | Option<i32> | A page number within the paginated result set. | ||
page_size | Option<i32> | Number of results to return per page. | ||
search | Option<String> | A search term. |
models::PaginatedStaticDeviceList
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::StaticDevice authenticators_static_partial_update(id, patched_static_device_request)
Viewset for static authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this Static Device. | [required] | |
patched_static_device_request | Option<PatchedStaticDeviceRequest> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::StaticDevice authenticators_static_retrieve(id)
Viewset for static authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this Static Device. | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::StaticDevice authenticators_static_update(id, static_device_request)
Viewset for static authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this Static Device. | [required] | |
static_device_request | StaticDeviceRequest | [required] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::UsedBy authenticators_static_used_by_list(id)
Get a list of all objects that use this object
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this Static Device. | [required] |
Vecmodels::UsedBy
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
authenticators_totp_destroy(id)
Viewset for totp authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this TOTP Device. | [required] |
(empty response body)
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::PaginatedTotpDeviceList authenticators_totp_list(name, ordering, page, page_size, search)
Viewset for totp authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
name | Option<String> | |||
ordering | Option<String> | Which field to use when ordering the results. | ||
page | Option<i32> | A page number within the paginated result set. | ||
page_size | Option<i32> | Number of results to return per page. | ||
search | Option<String> | A search term. |
models::PaginatedTotpDeviceList
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::TotpDevice authenticators_totp_partial_update(id, patched_totp_device_request)
Viewset for totp authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this TOTP Device. | [required] | |
patched_totp_device_request | Option<PatchedTotpDeviceRequest> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::TotpDevice authenticators_totp_retrieve(id)
Viewset for totp authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this TOTP Device. | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::TotpDevice authenticators_totp_update(id, totp_device_request)
Viewset for totp authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this TOTP Device. | [required] | |
totp_device_request | TotpDeviceRequest | [required] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::UsedBy authenticators_totp_used_by_list(id)
Get a list of all objects that use this object
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this TOTP Device. | [required] |
Vecmodels::UsedBy
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
authenticators_webauthn_destroy(id)
Viewset for WebAuthn authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this WebAuthn Device. | [required] |
(empty response body)
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::PaginatedWebAuthnDeviceList authenticators_webauthn_list(name, ordering, page, page_size, search)
Viewset for WebAuthn authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
name | Option<String> | |||
ordering | Option<String> | Which field to use when ordering the results. | ||
page | Option<i32> | A page number within the paginated result set. | ||
page_size | Option<i32> | Number of results to return per page. | ||
search | Option<String> | A search term. |
models::PaginatedWebAuthnDeviceList
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::WebAuthnDevice authenticators_webauthn_partial_update(id, patched_web_authn_device_request)
Viewset for WebAuthn authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this WebAuthn Device. | [required] | |
patched_web_authn_device_request | Option<PatchedWebAuthnDeviceRequest> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::WebAuthnDevice authenticators_webauthn_retrieve(id)
Viewset for WebAuthn authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this WebAuthn Device. | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::WebAuthnDevice authenticators_webauthn_update(id, web_authn_device_request)
Viewset for WebAuthn authenticator devices
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this WebAuthn Device. | [required] | |
web_authn_device_request | WebAuthnDeviceRequest | [required] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::UsedBy authenticators_webauthn_used_by_list(id)
Get a list of all objects that use this object
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this WebAuthn Device. | [required] |
Vecmodels::UsedBy
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]