Skip to content

goauthentik/client-swift

Repository files navigation

authentik logo


Latest version

authentik Swift API Client

This repo contains a generated API client to talk with authentik's API from Swift.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 2025.6.3
  • Package version:

Documentation for API Endpoints

All URIs are relative to http://localhost/api/v3

Class Method HTTP request Description
AdminAPI adminAppsList GET /admin/apps/
AdminAPI adminModelsList GET /admin/models/
AdminAPI adminSettingsPartialUpdate PATCH /admin/settings/
AdminAPI adminSettingsRetrieve GET /admin/settings/
AdminAPI adminSettingsUpdate PUT /admin/settings/
AdminAPI adminSystemCreate POST /admin/system/
AdminAPI adminSystemRetrieve GET /admin/system/
AdminAPI adminVersionHistoryList GET /admin/version/history/
AdminAPI adminVersionHistoryRetrieve GET /admin/version/history/{id}/
AdminAPI adminVersionRetrieve GET /admin/version/
AdminAPI adminWorkersList GET /admin/workers/
AuthenticatorsAPI authenticatorsAdminAllList GET /authenticators/admin/all/
AuthenticatorsAPI authenticatorsAdminDuoCreate POST /authenticators/admin/duo/
AuthenticatorsAPI authenticatorsAdminDuoDestroy DELETE /authenticators/admin/duo/{id}/
AuthenticatorsAPI authenticatorsAdminDuoList GET /authenticators/admin/duo/
AuthenticatorsAPI authenticatorsAdminDuoPartialUpdate PATCH /authenticators/admin/duo/{id}/
AuthenticatorsAPI authenticatorsAdminDuoRetrieve GET /authenticators/admin/duo/{id}/
AuthenticatorsAPI authenticatorsAdminDuoUpdate PUT /authenticators/admin/duo/{id}/
AuthenticatorsAPI authenticatorsAdminEmailCreate POST /authenticators/admin/email/
AuthenticatorsAPI authenticatorsAdminEmailDestroy DELETE /authenticators/admin/email/{id}/
AuthenticatorsAPI authenticatorsAdminEmailList GET /authenticators/admin/email/
AuthenticatorsAPI authenticatorsAdminEmailPartialUpdate PATCH /authenticators/admin/email/{id}/
AuthenticatorsAPI authenticatorsAdminEmailRetrieve GET /authenticators/admin/email/{id}/
AuthenticatorsAPI authenticatorsAdminEmailUpdate PUT /authenticators/admin/email/{id}/
AuthenticatorsAPI authenticatorsAdminEndpointCreate POST /authenticators/admin/endpoint/
AuthenticatorsAPI authenticatorsAdminEndpointDestroy DELETE /authenticators/admin/endpoint/{uuid}/
AuthenticatorsAPI authenticatorsAdminEndpointList GET /authenticators/admin/endpoint/
AuthenticatorsAPI authenticatorsAdminEndpointPartialUpdate PATCH /authenticators/admin/endpoint/{uuid}/
AuthenticatorsAPI authenticatorsAdminEndpointRetrieve GET /authenticators/admin/endpoint/{uuid}/
AuthenticatorsAPI authenticatorsAdminEndpointUpdate PUT /authenticators/admin/endpoint/{uuid}/
AuthenticatorsAPI authenticatorsAdminSmsCreate POST /authenticators/admin/sms/
AuthenticatorsAPI authenticatorsAdminSmsDestroy DELETE /authenticators/admin/sms/{id}/
AuthenticatorsAPI authenticatorsAdminSmsList GET /authenticators/admin/sms/
AuthenticatorsAPI authenticatorsAdminSmsPartialUpdate PATCH /authenticators/admin/sms/{id}/
AuthenticatorsAPI authenticatorsAdminSmsRetrieve GET /authenticators/admin/sms/{id}/
AuthenticatorsAPI authenticatorsAdminSmsUpdate PUT /authenticators/admin/sms/{id}/
AuthenticatorsAPI authenticatorsAdminStaticCreate POST /authenticators/admin/static/
AuthenticatorsAPI authenticatorsAdminStaticDestroy DELETE /authenticators/admin/static/{id}/
AuthenticatorsAPI authenticatorsAdminStaticList GET /authenticators/admin/static/
AuthenticatorsAPI authenticatorsAdminStaticPartialUpdate PATCH /authenticators/admin/static/{id}/
AuthenticatorsAPI authenticatorsAdminStaticRetrieve GET /authenticators/admin/static/{id}/
AuthenticatorsAPI authenticatorsAdminStaticUpdate PUT /authenticators/admin/static/{id}/
AuthenticatorsAPI authenticatorsAdminTotpCreate POST /authenticators/admin/totp/
AuthenticatorsAPI authenticatorsAdminTotpDestroy DELETE /authenticators/admin/totp/{id}/
AuthenticatorsAPI authenticatorsAdminTotpList GET /authenticators/admin/totp/
AuthenticatorsAPI authenticatorsAdminTotpPartialUpdate PATCH /authenticators/admin/totp/{id}/
AuthenticatorsAPI authenticatorsAdminTotpRetrieve GET /authenticators/admin/totp/{id}/
AuthenticatorsAPI authenticatorsAdminTotpUpdate PUT /authenticators/admin/totp/{id}/
AuthenticatorsAPI authenticatorsAdminWebauthnCreate POST /authenticators/admin/webauthn/
AuthenticatorsAPI authenticatorsAdminWebauthnDestroy DELETE /authenticators/admin/webauthn/{id}/
AuthenticatorsAPI authenticatorsAdminWebauthnList GET /authenticators/admin/webauthn/
AuthenticatorsAPI authenticatorsAdminWebauthnPartialUpdate PATCH /authenticators/admin/webauthn/{id}/
AuthenticatorsAPI authenticatorsAdminWebauthnRetrieve GET /authenticators/admin/webauthn/{id}/
AuthenticatorsAPI authenticatorsAdminWebauthnUpdate PUT /authenticators/admin/webauthn/{id}/
AuthenticatorsAPI authenticatorsAllList GET /authenticators/all/
AuthenticatorsAPI authenticatorsDuoDestroy DELETE /authenticators/duo/{id}/
AuthenticatorsAPI authenticatorsDuoList GET /authenticators/duo/
AuthenticatorsAPI authenticatorsDuoPartialUpdate PATCH /authenticators/duo/{id}/
AuthenticatorsAPI authenticatorsDuoRetrieve GET /authenticators/duo/{id}/
AuthenticatorsAPI authenticatorsDuoUpdate PUT /authenticators/duo/{id}/
AuthenticatorsAPI authenticatorsDuoUsedByList GET /authenticators/duo/{id}/used_by/
AuthenticatorsAPI authenticatorsEmailDestroy DELETE /authenticators/email/{id}/
AuthenticatorsAPI authenticatorsEmailList GET /authenticators/email/
AuthenticatorsAPI authenticatorsEmailPartialUpdate PATCH /authenticators/email/{id}/
AuthenticatorsAPI authenticatorsEmailRetrieve GET /authenticators/email/{id}/
AuthenticatorsAPI authenticatorsEmailUpdate PUT /authenticators/email/{id}/
AuthenticatorsAPI authenticatorsEmailUsedByList GET /authenticators/email/{id}/used_by/
AuthenticatorsAPI authenticatorsEndpointList GET /authenticators/endpoint/
AuthenticatorsAPI authenticatorsEndpointRetrieve GET /authenticators/endpoint/{uuid}/
AuthenticatorsAPI authenticatorsEndpointUsedByList GET /authenticators/endpoint/{uuid}/used_by/
AuthenticatorsAPI authenticatorsSmsDestroy DELETE /authenticators/sms/{id}/
AuthenticatorsAPI authenticatorsSmsList GET /authenticators/sms/
AuthenticatorsAPI authenticatorsSmsPartialUpdate PATCH /authenticators/sms/{id}/
AuthenticatorsAPI authenticatorsSmsRetrieve GET /authenticators/sms/{id}/
AuthenticatorsAPI authenticatorsSmsUpdate PUT /authenticators/sms/{id}/
AuthenticatorsAPI authenticatorsSmsUsedByList GET /authenticators/sms/{id}/used_by/
AuthenticatorsAPI authenticatorsStaticDestroy DELETE /authenticators/static/{id}/
AuthenticatorsAPI authenticatorsStaticList GET /authenticators/static/
AuthenticatorsAPI authenticatorsStaticPartialUpdate PATCH /authenticators/static/{id}/
AuthenticatorsAPI authenticatorsStaticRetrieve GET /authenticators/static/{id}/
AuthenticatorsAPI authenticatorsStaticUpdate PUT /authenticators/static/{id}/
AuthenticatorsAPI authenticatorsStaticUsedByList GET /authenticators/static/{id}/used_by/
AuthenticatorsAPI authenticatorsTotpDestroy DELETE /authenticators/totp/{id}/
AuthenticatorsAPI authenticatorsTotpList GET /authenticators/totp/
AuthenticatorsAPI authenticatorsTotpPartialUpdate PATCH /authenticators/totp/{id}/
AuthenticatorsAPI authenticatorsTotpRetrieve GET /authenticators/totp/{id}/
AuthenticatorsAPI authenticatorsTotpUpdate PUT /authenticators/totp/{id}/
AuthenticatorsAPI authenticatorsTotpUsedByList GET /authenticators/totp/{id}/used_by/
AuthenticatorsAPI authenticatorsWebauthnDestroy DELETE /authenticators/webauthn/{id}/
AuthenticatorsAPI authenticatorsWebauthnList GET /authenticators/webauthn/
AuthenticatorsAPI authenticatorsWebauthnPartialUpdate PATCH /authenticators/webauthn/{id}/
AuthenticatorsAPI authenticatorsWebauthnRetrieve GET /authenticators/webauthn/{id}/
AuthenticatorsAPI authenticatorsWebauthnUpdate PUT /authenticators/webauthn/{id}/
AuthenticatorsAPI authenticatorsWebauthnUsedByList GET /authenticators/webauthn/{id}/used_by/
CoreAPI coreApplicationEntitlementsCreate POST /core/application_entitlements/
CoreAPI coreApplicationEntitlementsDestroy DELETE /core/application_entitlements/{pbm_uuid}/
CoreAPI coreApplicationEntitlementsList GET /core/application_entitlements/
CoreAPI coreApplicationEntitlementsPartialUpdate PATCH /core/application_entitlements/{pbm_uuid}/
CoreAPI coreApplicationEntitlementsRetrieve GET /core/application_entitlements/{pbm_uuid}/
CoreAPI coreApplicationEntitlementsUpdate PUT /core/application_entitlements/{pbm_uuid}/
CoreAPI coreApplicationEntitlementsUsedByList GET /core/application_entitlements/{pbm_uuid}/used_by/
CoreAPI coreApplicationsCheckAccessRetrieve GET /core/applications/{slug}/check_access/
CoreAPI coreApplicationsCreate POST /core/applications/
CoreAPI coreApplicationsDestroy DELETE /core/applications/{slug}/
CoreAPI coreApplicationsList GET /core/applications/
CoreAPI coreApplicationsPartialUpdate PATCH /core/applications/{slug}/
CoreAPI coreApplicationsRetrieve GET /core/applications/{slug}/
CoreAPI coreApplicationsSetIconCreate POST /core/applications/{slug}/set_icon/
CoreAPI coreApplicationsSetIconUrlCreate POST /core/applications/{slug}/set_icon_url/
CoreAPI coreApplicationsUpdate PUT /core/applications/{slug}/
CoreAPI coreApplicationsUsedByList GET /core/applications/{slug}/used_by/
CoreAPI coreAuthenticatedSessionsDestroy DELETE /core/authenticated_sessions/{uuid}/
CoreAPI coreAuthenticatedSessionsList GET /core/authenticated_sessions/
CoreAPI coreAuthenticatedSessionsRetrieve GET /core/authenticated_sessions/{uuid}/
CoreAPI coreAuthenticatedSessionsUsedByList GET /core/authenticated_sessions/{uuid}/used_by/
CoreAPI coreBrandsCreate POST /core/brands/
CoreAPI coreBrandsCurrentRetrieve GET /core/brands/current/
CoreAPI coreBrandsDestroy DELETE /core/brands/{brand_uuid}/
CoreAPI coreBrandsList GET /core/brands/
CoreAPI coreBrandsPartialUpdate PATCH /core/brands/{brand_uuid}/
CoreAPI coreBrandsRetrieve GET /core/brands/{brand_uuid}/
CoreAPI coreBrandsUpdate PUT /core/brands/{brand_uuid}/
CoreAPI coreBrandsUsedByList GET /core/brands/{brand_uuid}/used_by/
CoreAPI coreGroupsAddUserCreate POST /core/groups/{group_uuid}/add_user/
CoreAPI coreGroupsCreate POST /core/groups/
CoreAPI coreGroupsDestroy DELETE /core/groups/{group_uuid}/
CoreAPI coreGroupsList GET /core/groups/
CoreAPI coreGroupsPartialUpdate PATCH /core/groups/{group_uuid}/
CoreAPI coreGroupsRemoveUserCreate POST /core/groups/{group_uuid}/remove_user/
CoreAPI coreGroupsRetrieve GET /core/groups/{group_uuid}/
CoreAPI coreGroupsUpdate PUT /core/groups/{group_uuid}/
CoreAPI coreGroupsUsedByList GET /core/groups/{group_uuid}/used_by/
CoreAPI coreTokensCreate POST /core/tokens/
CoreAPI coreTokensDestroy DELETE /core/tokens/{identifier}/
CoreAPI coreTokensList GET /core/tokens/
CoreAPI coreTokensPartialUpdate PATCH /core/tokens/{identifier}/
CoreAPI coreTokensRetrieve GET /core/tokens/{identifier}/
CoreAPI coreTokensSetKeyCreate POST /core/tokens/{identifier}/set_key/
CoreAPI coreTokensUpdate PUT /core/tokens/{identifier}/
CoreAPI coreTokensUsedByList GET /core/tokens/{identifier}/used_by/
CoreAPI coreTokensViewKeyRetrieve GET /core/tokens/{identifier}/view_key/
CoreAPI coreTransactionalApplicationsUpdate PUT /core/transactional/applications/
CoreAPI coreUserConsentDestroy DELETE /core/user_consent/{id}/
CoreAPI coreUserConsentList GET /core/user_consent/
CoreAPI coreUserConsentRetrieve GET /core/user_consent/{id}/
CoreAPI coreUserConsentUsedByList GET /core/user_consent/{id}/used_by/
CoreAPI coreUsersCreate POST /core/users/
CoreAPI coreUsersDestroy DELETE /core/users/{id}/
CoreAPI coreUsersImpersonateCreate POST /core/users/{id}/impersonate/
CoreAPI coreUsersImpersonateEndRetrieve GET /core/users/impersonate_end/
CoreAPI coreUsersList GET /core/users/
CoreAPI coreUsersMeRetrieve GET /core/users/me/
CoreAPI coreUsersPartialUpdate PATCH /core/users/{id}/
CoreAPI coreUsersPathsRetrieve GET /core/users/paths/
CoreAPI coreUsersRecoveryCreate POST /core/users/{id}/recovery/
CoreAPI coreUsersRecoveryEmailCreate POST /core/users/{id}/recovery_email/
CoreAPI coreUsersRetrieve GET /core/users/{id}/
CoreAPI coreUsersServiceAccountCreate POST /core/users/service_account/
CoreAPI coreUsersSetPasswordCreate POST /core/users/{id}/set_password/
CoreAPI coreUsersUpdate PUT /core/users/{id}/
CoreAPI coreUsersUsedByList GET /core/users/{id}/used_by/
CryptoAPI cryptoCertificatekeypairsCreate POST /crypto/certificatekeypairs/
CryptoAPI cryptoCertificatekeypairsDestroy DELETE /crypto/certificatekeypairs/{kp_uuid}/
CryptoAPI cryptoCertificatekeypairsGenerateCreate POST /crypto/certificatekeypairs/generate/
CryptoAPI cryptoCertificatekeypairsList GET /crypto/certificatekeypairs/
CryptoAPI cryptoCertificatekeypairsPartialUpdate PATCH /crypto/certificatekeypairs/{kp_uuid}/
CryptoAPI cryptoCertificatekeypairsRetrieve GET /crypto/certificatekeypairs/{kp_uuid}/
CryptoAPI cryptoCertificatekeypairsUpdate PUT /crypto/certificatekeypairs/{kp_uuid}/
CryptoAPI cryptoCertificatekeypairsUsedByList GET /crypto/certificatekeypairs/{kp_uuid}/used_by/
CryptoAPI cryptoCertificatekeypairsViewCertificateRetrieve GET /crypto/certificatekeypairs/{kp_uuid}/view_certificate/
CryptoAPI cryptoCertificatekeypairsViewPrivateKeyRetrieve GET /crypto/certificatekeypairs/{kp_uuid}/view_private_key/
EnterpriseAPI enterpriseLicenseCreate POST /enterprise/license/
EnterpriseAPI enterpriseLicenseDestroy DELETE /enterprise/license/{license_uuid}/
EnterpriseAPI enterpriseLicenseForecastRetrieve GET /enterprise/license/forecast/
EnterpriseAPI enterpriseLicenseInstallIdRetrieve GET /enterprise/license/install_id/
EnterpriseAPI enterpriseLicenseList GET /enterprise/license/
EnterpriseAPI enterpriseLicensePartialUpdate PATCH /enterprise/license/{license_uuid}/
EnterpriseAPI enterpriseLicenseRetrieve GET /enterprise/license/{license_uuid}/
EnterpriseAPI enterpriseLicenseSummaryRetrieve GET /enterprise/license/summary/
EnterpriseAPI enterpriseLicenseUpdate PUT /enterprise/license/{license_uuid}/
EnterpriseAPI enterpriseLicenseUsedByList GET /enterprise/license/{license_uuid}/used_by/
EventsAPI eventsEventsActionsList GET /events/events/actions/
EventsAPI eventsEventsCreate POST /events/events/
EventsAPI eventsEventsDestroy DELETE /events/events/{event_uuid}/
EventsAPI eventsEventsList GET /events/events/
EventsAPI eventsEventsPartialUpdate PATCH /events/events/{event_uuid}/
EventsAPI eventsEventsRetrieve GET /events/events/{event_uuid}/
EventsAPI eventsEventsTopPerUserList GET /events/events/top_per_user/
EventsAPI eventsEventsUpdate PUT /events/events/{event_uuid}/
EventsAPI eventsEventsVolumeList GET /events/events/volume/
EventsAPI eventsNotificationsDestroy DELETE /events/notifications/{uuid}/
EventsAPI eventsNotificationsList GET /events/notifications/
EventsAPI eventsNotificationsMarkAllSeenCreate POST /events/notifications/mark_all_seen/
EventsAPI eventsNotificationsPartialUpdate PATCH /events/notifications/{uuid}/
EventsAPI eventsNotificationsRetrieve GET /events/notifications/{uuid}/
EventsAPI eventsNotificationsUpdate PUT /events/notifications/{uuid}/
EventsAPI eventsNotificationsUsedByList GET /events/notifications/{uuid}/used_by/
EventsAPI eventsRulesCreate POST /events/rules/
EventsAPI eventsRulesDestroy DELETE /events/rules/{pbm_uuid}/
EventsAPI eventsRulesList GET /events/rules/
EventsAPI eventsRulesPartialUpdate PATCH /events/rules/{pbm_uuid}/
EventsAPI eventsRulesRetrieve GET /events/rules/{pbm_uuid}/
EventsAPI eventsRulesUpdate PUT /events/rules/{pbm_uuid}/
EventsAPI eventsRulesUsedByList GET /events/rules/{pbm_uuid}/used_by/
EventsAPI eventsSystemTasksList GET /events/system_tasks/
EventsAPI eventsSystemTasksRetrieve GET /events/system_tasks/{uuid}/
EventsAPI eventsSystemTasksRunCreate POST /events/system_tasks/{uuid}/run/
EventsAPI eventsTransportsCreate POST /events/transports/
EventsAPI eventsTransportsDestroy DELETE /events/transports/{uuid}/
EventsAPI eventsTransportsList GET /events/transports/
EventsAPI eventsTransportsPartialUpdate PATCH /events/transports/{uuid}/
EventsAPI eventsTransportsRetrieve GET /events/transports/{uuid}/
EventsAPI eventsTransportsTestCreate POST /events/transports/{uuid}/test/
EventsAPI eventsTransportsUpdate PUT /events/transports/{uuid}/
EventsAPI eventsTransportsUsedByList GET /events/transports/{uuid}/used_by/
FlowsAPI flowsBindingsCreate POST /flows/bindings/
FlowsAPI flowsBindingsDestroy DELETE /flows/bindings/{fsb_uuid}/
FlowsAPI flowsBindingsList GET /flows/bindings/
FlowsAPI flowsBindingsPartialUpdate PATCH /flows/bindings/{fsb_uuid}/
FlowsAPI flowsBindingsRetrieve GET /flows/bindings/{fsb_uuid}/
FlowsAPI flowsBindingsUpdate PUT /flows/bindings/{fsb_uuid}/
FlowsAPI flowsBindingsUsedByList GET /flows/bindings/{fsb_uuid}/used_by/
FlowsAPI flowsExecutorGet GET /flows/executor/{flow_slug}/
FlowsAPI flowsExecutorSolve POST /flows/executor/{flow_slug}/
FlowsAPI flowsInspectorGet GET /flows/inspector/{flow_slug}/
FlowsAPI flowsInstancesCacheClearCreate POST /flows/instances/cache_clear/
FlowsAPI flowsInstancesCacheInfoRetrieve GET /flows/instances/cache_info/
FlowsAPI flowsInstancesCreate POST /flows/instances/
FlowsAPI flowsInstancesDestroy DELETE /flows/instances/{slug}/
FlowsAPI flowsInstancesDiagramRetrieve GET /flows/instances/{slug}/diagram/
FlowsAPI flowsInstancesExecuteRetrieve GET /flows/instances/{slug}/execute/
FlowsAPI flowsInstancesExportRetrieve GET /flows/instances/{slug}/export/
FlowsAPI flowsInstancesImportCreate POST /flows/instances/import/
FlowsAPI flowsInstancesList GET /flows/instances/
FlowsAPI flowsInstancesPartialUpdate PATCH /flows/instances/{slug}/
FlowsAPI flowsInstancesRetrieve GET /flows/instances/{slug}/
FlowsAPI flowsInstancesSetBackgroundCreate POST /flows/instances/{slug}/set_background/
FlowsAPI flowsInstancesSetBackgroundUrlCreate POST /flows/instances/{slug}/set_background_url/
FlowsAPI flowsInstancesUpdate PUT /flows/instances/{slug}/
FlowsAPI flowsInstancesUsedByList GET /flows/instances/{slug}/used_by/
ManagedAPI managedBlueprintsApplyCreate POST /managed/blueprints/{instance_uuid}/apply/
ManagedAPI managedBlueprintsAvailableList GET /managed/blueprints/available/
ManagedAPI managedBlueprintsCreate POST /managed/blueprints/
ManagedAPI managedBlueprintsDestroy DELETE /managed/blueprints/{instance_uuid}/
ManagedAPI managedBlueprintsList GET /managed/blueprints/
ManagedAPI managedBlueprintsPartialUpdate PATCH /managed/blueprints/{instance_uuid}/
ManagedAPI managedBlueprintsRetrieve GET /managed/blueprints/{instance_uuid}/
ManagedAPI managedBlueprintsUpdate PUT /managed/blueprints/{instance_uuid}/
ManagedAPI managedBlueprintsUsedByList GET /managed/blueprints/{instance_uuid}/used_by/
Oauth2API oauth2AccessTokensDestroy DELETE /oauth2/access_tokens/{id}/
Oauth2API oauth2AccessTokensList GET /oauth2/access_tokens/
Oauth2API oauth2AccessTokensRetrieve GET /oauth2/access_tokens/{id}/
Oauth2API oauth2AccessTokensUsedByList GET /oauth2/access_tokens/{id}/used_by/
Oauth2API oauth2AuthorizationCodesDestroy DELETE /oauth2/authorization_codes/{id}/
Oauth2API oauth2AuthorizationCodesList GET /oauth2/authorization_codes/
Oauth2API oauth2AuthorizationCodesRetrieve GET /oauth2/authorization_codes/{id}/
Oauth2API oauth2AuthorizationCodesUsedByList GET /oauth2/authorization_codes/{id}/used_by/
Oauth2API oauth2RefreshTokensDestroy DELETE /oauth2/refresh_tokens/{id}/
Oauth2API oauth2RefreshTokensList GET /oauth2/refresh_tokens/
Oauth2API oauth2RefreshTokensRetrieve GET /oauth2/refresh_tokens/{id}/
Oauth2API oauth2RefreshTokensUsedByList GET /oauth2/refresh_tokens/{id}/used_by/
OutpostsAPI outpostsInstancesCreate POST /outposts/instances/
OutpostsAPI outpostsInstancesDefaultSettingsRetrieve GET /outposts/instances/default_settings/
OutpostsAPI outpostsInstancesDestroy DELETE /outposts/instances/{uuid}/
OutpostsAPI outpostsInstancesHealthList GET /outposts/instances/{uuid}/health/
OutpostsAPI outpostsInstancesList GET /outposts/instances/
OutpostsAPI outpostsInstancesPartialUpdate PATCH /outposts/instances/{uuid}/
OutpostsAPI outpostsInstancesRetrieve GET /outposts/instances/{uuid}/
OutpostsAPI outpostsInstancesUpdate PUT /outposts/instances/{uuid}/
OutpostsAPI outpostsInstancesUsedByList GET /outposts/instances/{uuid}/used_by/
OutpostsAPI outpostsLdapAccessCheck GET /outposts/ldap/{id}/check_access/
OutpostsAPI outpostsLdapList GET /outposts/ldap/
OutpostsAPI outpostsProxyList GET /outposts/proxy/
OutpostsAPI outpostsRadiusAccessCheck GET /outposts/radius/{id}/check_access/
OutpostsAPI outpostsRadiusList GET /outposts/radius/
OutpostsAPI outpostsServiceConnectionsAllDestroy DELETE /outposts/service_connections/all/{uuid}/
OutpostsAPI outpostsServiceConnectionsAllList GET /outposts/service_connections/all/
OutpostsAPI outpostsServiceConnectionsAllRetrieve GET /outposts/service_connections/all/{uuid}/
OutpostsAPI outpostsServiceConnectionsAllStateRetrieve GET /outposts/service_connections/all/{uuid}/state/
OutpostsAPI outpostsServiceConnectionsAllTypesList GET /outposts/service_connections/all/types/
OutpostsAPI outpostsServiceConnectionsAllUsedByList GET /outposts/service_connections/all/{uuid}/used_by/
OutpostsAPI outpostsServiceConnectionsDockerCreate POST /outposts/service_connections/docker/
OutpostsAPI outpostsServiceConnectionsDockerDestroy DELETE /outposts/service_connections/docker/{uuid}/
OutpostsAPI outpostsServiceConnectionsDockerList GET /outposts/service_connections/docker/
OutpostsAPI outpostsServiceConnectionsDockerPartialUpdate PATCH /outposts/service_connections/docker/{uuid}/
OutpostsAPI outpostsServiceConnectionsDockerRetrieve GET /outposts/service_connections/docker/{uuid}/
OutpostsAPI outpostsServiceConnectionsDockerUpdate PUT /outposts/service_connections/docker/{uuid}/
OutpostsAPI outpostsServiceConnectionsDockerUsedByList GET /outposts/service_connections/docker/{uuid}/used_by/
OutpostsAPI outpostsServiceConnectionsKubernetesCreate POST /outposts/service_connections/kubernetes/
OutpostsAPI outpostsServiceConnectionsKubernetesDestroy DELETE /outposts/service_connections/kubernetes/{uuid}/
OutpostsAPI outpostsServiceConnectionsKubernetesList GET /outposts/service_connections/kubernetes/
OutpostsAPI outpostsServiceConnectionsKubernetesPartialUpdate PATCH /outposts/service_connections/kubernetes/{uuid}/
OutpostsAPI outpostsServiceConnectionsKubernetesRetrieve GET /outposts/service_connections/kubernetes/{uuid}/
OutpostsAPI outpostsServiceConnectionsKubernetesUpdate PUT /outposts/service_connections/kubernetes/{uuid}/
OutpostsAPI outpostsServiceConnectionsKubernetesUsedByList GET /outposts/service_connections/kubernetes/{uuid}/used_by/
PoliciesAPI policiesAllCacheClearCreate POST /policies/all/cache_clear/
PoliciesAPI policiesAllCacheInfoRetrieve GET /policies/all/cache_info/
PoliciesAPI policiesAllDestroy DELETE /policies/all/{policy_uuid}/
PoliciesAPI policiesAllList GET /policies/all/
PoliciesAPI policiesAllRetrieve GET /policies/all/{policy_uuid}/
PoliciesAPI policiesAllTestCreate POST /policies/all/{policy_uuid}/test/
PoliciesAPI policiesAllTypesList GET /policies/all/types/
PoliciesAPI policiesAllUsedByList GET /policies/all/{policy_uuid}/used_by/
PoliciesAPI policiesBindingsCreate POST /policies/bindings/
PoliciesAPI policiesBindingsDestroy DELETE /policies/bindings/{policy_binding_uuid}/
PoliciesAPI policiesBindingsList GET /policies/bindings/
PoliciesAPI policiesBindingsPartialUpdate PATCH /policies/bindings/{policy_binding_uuid}/
PoliciesAPI policiesBindingsRetrieve GET /policies/bindings/{policy_binding_uuid}/
PoliciesAPI policiesBindingsUpdate PUT /policies/bindings/{policy_binding_uuid}/
PoliciesAPI policiesBindingsUsedByList GET /policies/bindings/{policy_binding_uuid}/used_by/
PoliciesAPI policiesDummyCreate POST /policies/dummy/
PoliciesAPI policiesDummyDestroy DELETE /policies/dummy/{policy_uuid}/
PoliciesAPI policiesDummyList GET /policies/dummy/
PoliciesAPI policiesDummyPartialUpdate PATCH /policies/dummy/{policy_uuid}/
PoliciesAPI policiesDummyRetrieve GET /policies/dummy/{policy_uuid}/
PoliciesAPI policiesDummyUpdate PUT /policies/dummy/{policy_uuid}/
PoliciesAPI policiesDummyUsedByList GET /policies/dummy/{policy_uuid}/used_by/
PoliciesAPI policiesEventMatcherCreate POST /policies/event_matcher/
PoliciesAPI policiesEventMatcherDestroy DELETE /policies/event_matcher/{policy_uuid}/
PoliciesAPI policiesEventMatcherList GET /policies/event_matcher/
PoliciesAPI policiesEventMatcherPartialUpdate PATCH /policies/event_matcher/{policy_uuid}/
PoliciesAPI policiesEventMatcherRetrieve GET /policies/event_matcher/{policy_uuid}/
PoliciesAPI policiesEventMatcherUpdate PUT /policies/event_matcher/{policy_uuid}/
PoliciesAPI policiesEventMatcherUsedByList GET /policies/event_matcher/{policy_uuid}/used_by/
PoliciesAPI policiesExpressionCreate POST /policies/expression/
PoliciesAPI policiesExpressionDestroy DELETE /policies/expression/{policy_uuid}/
PoliciesAPI policiesExpressionList GET /policies/expression/
PoliciesAPI policiesExpressionPartialUpdate PATCH /policies/expression/{policy_uuid}/
PoliciesAPI policiesExpressionRetrieve GET /policies/expression/{policy_uuid}/
PoliciesAPI policiesExpressionUpdate PUT /policies/expression/{policy_uuid}/
PoliciesAPI policiesExpressionUsedByList GET /policies/expression/{policy_uuid}/used_by/
PoliciesAPI policiesGeoipCreate POST /policies/geoip/
PoliciesAPI policiesGeoipDestroy DELETE /policies/geoip/{policy_uuid}/
PoliciesAPI policiesGeoipIso3166List GET /policies/geoip_iso3166/
PoliciesAPI policiesGeoipList GET /policies/geoip/
PoliciesAPI policiesGeoipPartialUpdate PATCH /policies/geoip/{policy_uuid}/
PoliciesAPI policiesGeoipRetrieve GET /policies/geoip/{policy_uuid}/
PoliciesAPI policiesGeoipUpdate PUT /policies/geoip/{policy_uuid}/
PoliciesAPI policiesGeoipUsedByList GET /policies/geoip/{policy_uuid}/used_by/
PoliciesAPI policiesPasswordCreate POST /policies/password/
PoliciesAPI policiesPasswordDestroy DELETE /policies/password/{policy_uuid}/
PoliciesAPI policiesPasswordExpiryCreate POST /policies/password_expiry/
PoliciesAPI policiesPasswordExpiryDestroy DELETE /policies/password_expiry/{policy_uuid}/
PoliciesAPI policiesPasswordExpiryList GET /policies/password_expiry/
PoliciesAPI policiesPasswordExpiryPartialUpdate PATCH /policies/password_expiry/{policy_uuid}/
PoliciesAPI policiesPasswordExpiryRetrieve GET /policies/password_expiry/{policy_uuid}/
PoliciesAPI policiesPasswordExpiryUpdate PUT /policies/password_expiry/{policy_uuid}/
PoliciesAPI policiesPasswordExpiryUsedByList GET /policies/password_expiry/{policy_uuid}/used_by/
PoliciesAPI policiesPasswordList GET /policies/password/
PoliciesAPI policiesPasswordPartialUpdate PATCH /policies/password/{policy_uuid}/
PoliciesAPI policiesPasswordRetrieve GET /policies/password/{policy_uuid}/
PoliciesAPI policiesPasswordUpdate PUT /policies/password/{policy_uuid}/
PoliciesAPI policiesPasswordUsedByList GET /policies/password/{policy_uuid}/used_by/
PoliciesAPI policiesReputationCreate POST /policies/reputation/
PoliciesAPI policiesReputationDestroy DELETE /policies/reputation/{policy_uuid}/
PoliciesAPI policiesReputationList GET /policies/reputation/
PoliciesAPI policiesReputationPartialUpdate PATCH /policies/reputation/{policy_uuid}/
PoliciesAPI policiesReputationRetrieve GET /policies/reputation/{policy_uuid}/
PoliciesAPI policiesReputationScoresDestroy DELETE /policies/reputation/scores/{reputation_uuid}/
PoliciesAPI policiesReputationScoresList GET /policies/reputation/scores/
PoliciesAPI policiesReputationScoresRetrieve GET /policies/reputation/scores/{reputation_uuid}/
PoliciesAPI policiesReputationScoresUsedByList GET /policies/reputation/scores/{reputation_uuid}/used_by/
PoliciesAPI policiesReputationUpdate PUT /policies/reputation/{policy_uuid}/
PoliciesAPI policiesReputationUsedByList GET /policies/reputation/{policy_uuid}/used_by/
PoliciesAPI policiesUniquePasswordCreate POST /policies/unique_password/
PoliciesAPI policiesUniquePasswordDestroy DELETE /policies/unique_password/{policy_uuid}/
PoliciesAPI policiesUniquePasswordList GET /policies/unique_password/
PoliciesAPI policiesUniquePasswordPartialUpdate PATCH /policies/unique_password/{policy_uuid}/
PoliciesAPI policiesUniquePasswordRetrieve GET /policies/unique_password/{policy_uuid}/
PoliciesAPI policiesUniquePasswordUpdate PUT /policies/unique_password/{policy_uuid}/
PoliciesAPI policiesUniquePasswordUsedByList GET /policies/unique_password/{policy_uuid}/used_by/
PropertymappingsAPI propertymappingsAllDestroy DELETE /propertymappings/all/{pm_uuid}/
PropertymappingsAPI propertymappingsAllList GET /propertymappings/all/
PropertymappingsAPI propertymappingsAllRetrieve GET /propertymappings/all/{pm_uuid}/
PropertymappingsAPI propertymappingsAllTestCreate POST /propertymappings/all/{pm_uuid}/test/
PropertymappingsAPI propertymappingsAllTypesList GET /propertymappings/all/types/
PropertymappingsAPI propertymappingsAllUsedByList GET /propertymappings/all/{pm_uuid}/used_by/
PropertymappingsAPI propertymappingsNotificationCreate POST /propertymappings/notification/
PropertymappingsAPI propertymappingsNotificationDestroy DELETE /propertymappings/notification/{pm_uuid}/
PropertymappingsAPI propertymappingsNotificationList GET /propertymappings/notification/
PropertymappingsAPI propertymappingsNotificationPartialUpdate PATCH /propertymappings/notification/{pm_uuid}/
PropertymappingsAPI propertymappingsNotificationRetrieve GET /propertymappings/notification/{pm_uuid}/
PropertymappingsAPI propertymappingsNotificationUpdate PUT /propertymappings/notification/{pm_uuid}/
PropertymappingsAPI propertymappingsNotificationUsedByList GET /propertymappings/notification/{pm_uuid}/used_by/
PropertymappingsAPI propertymappingsProviderGoogleWorkspaceCreate POST /propertymappings/provider/google_workspace/
PropertymappingsAPI propertymappingsProviderGoogleWorkspaceDestroy DELETE /propertymappings/provider/google_workspace/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderGoogleWorkspaceList GET /propertymappings/provider/google_workspace/
PropertymappingsAPI propertymappingsProviderGoogleWorkspacePartialUpdate PATCH /propertymappings/provider/google_workspace/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderGoogleWorkspaceRetrieve GET /propertymappings/provider/google_workspace/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderGoogleWorkspaceUpdate PUT /propertymappings/provider/google_workspace/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderGoogleWorkspaceUsedByList GET /propertymappings/provider/google_workspace/{pm_uuid}/used_by/
PropertymappingsAPI propertymappingsProviderMicrosoftEntraCreate POST /propertymappings/provider/microsoft_entra/
PropertymappingsAPI propertymappingsProviderMicrosoftEntraDestroy DELETE /propertymappings/provider/microsoft_entra/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderMicrosoftEntraList GET /propertymappings/provider/microsoft_entra/
PropertymappingsAPI propertymappingsProviderMicrosoftEntraPartialUpdate PATCH /propertymappings/provider/microsoft_entra/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderMicrosoftEntraRetrieve GET /propertymappings/provider/microsoft_entra/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderMicrosoftEntraUpdate PUT /propertymappings/provider/microsoft_entra/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderMicrosoftEntraUsedByList GET /propertymappings/provider/microsoft_entra/{pm_uuid}/used_by/
PropertymappingsAPI propertymappingsProviderRacCreate POST /propertymappings/provider/rac/
PropertymappingsAPI propertymappingsProviderRacDestroy DELETE /propertymappings/provider/rac/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderRacList GET /propertymappings/provider/rac/
PropertymappingsAPI propertymappingsProviderRacPartialUpdate PATCH /propertymappings/provider/rac/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderRacRetrieve GET /propertymappings/provider/rac/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderRacUpdate PUT /propertymappings/provider/rac/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderRacUsedByList GET /propertymappings/provider/rac/{pm_uuid}/used_by/
PropertymappingsAPI propertymappingsProviderRadiusCreate POST /propertymappings/provider/radius/
PropertymappingsAPI propertymappingsProviderRadiusDestroy DELETE /propertymappings/provider/radius/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderRadiusList GET /propertymappings/provider/radius/
PropertymappingsAPI propertymappingsProviderRadiusPartialUpdate PATCH /propertymappings/provider/radius/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderRadiusRetrieve GET /propertymappings/provider/radius/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderRadiusUpdate PUT /propertymappings/provider/radius/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderRadiusUsedByList GET /propertymappings/provider/radius/{pm_uuid}/used_by/
PropertymappingsAPI propertymappingsProviderSamlCreate POST /propertymappings/provider/saml/
PropertymappingsAPI propertymappingsProviderSamlDestroy DELETE /propertymappings/provider/saml/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderSamlList GET /propertymappings/provider/saml/
PropertymappingsAPI propertymappingsProviderSamlPartialUpdate PATCH /propertymappings/provider/saml/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderSamlRetrieve GET /propertymappings/provider/saml/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderSamlUpdate PUT /propertymappings/provider/saml/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderSamlUsedByList GET /propertymappings/provider/saml/{pm_uuid}/used_by/
PropertymappingsAPI propertymappingsProviderScimCreate POST /propertymappings/provider/scim/
PropertymappingsAPI propertymappingsProviderScimDestroy DELETE /propertymappings/provider/scim/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderScimList GET /propertymappings/provider/scim/
PropertymappingsAPI propertymappingsProviderScimPartialUpdate PATCH /propertymappings/provider/scim/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderScimRetrieve GET /propertymappings/provider/scim/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderScimUpdate PUT /propertymappings/provider/scim/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderScimUsedByList GET /propertymappings/provider/scim/{pm_uuid}/used_by/
PropertymappingsAPI propertymappingsProviderScopeCreate POST /propertymappings/provider/scope/
PropertymappingsAPI propertymappingsProviderScopeDestroy DELETE /propertymappings/provider/scope/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderScopeList GET /propertymappings/provider/scope/
PropertymappingsAPI propertymappingsProviderScopePartialUpdate PATCH /propertymappings/provider/scope/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderScopeRetrieve GET /propertymappings/provider/scope/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderScopeUpdate PUT /propertymappings/provider/scope/{pm_uuid}/
PropertymappingsAPI propertymappingsProviderScopeUsedByList GET /propertymappings/provider/scope/{pm_uuid}/used_by/
PropertymappingsAPI propertymappingsSourceKerberosCreate POST /propertymappings/source/kerberos/
PropertymappingsAPI propertymappingsSourceKerberosDestroy DELETE /propertymappings/source/kerberos/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceKerberosList GET /propertymappings/source/kerberos/
PropertymappingsAPI propertymappingsSourceKerberosPartialUpdate PATCH /propertymappings/source/kerberos/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceKerberosRetrieve GET /propertymappings/source/kerberos/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceKerberosUpdate PUT /propertymappings/source/kerberos/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceKerberosUsedByList GET /propertymappings/source/kerberos/{pm_uuid}/used_by/
PropertymappingsAPI propertymappingsSourceLdapCreate POST /propertymappings/source/ldap/
PropertymappingsAPI propertymappingsSourceLdapDestroy DELETE /propertymappings/source/ldap/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceLdapList GET /propertymappings/source/ldap/
PropertymappingsAPI propertymappingsSourceLdapPartialUpdate PATCH /propertymappings/source/ldap/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceLdapRetrieve GET /propertymappings/source/ldap/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceLdapUpdate PUT /propertymappings/source/ldap/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceLdapUsedByList GET /propertymappings/source/ldap/{pm_uuid}/used_by/
PropertymappingsAPI propertymappingsSourceOauthCreate POST /propertymappings/source/oauth/
PropertymappingsAPI propertymappingsSourceOauthDestroy DELETE /propertymappings/source/oauth/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceOauthList GET /propertymappings/source/oauth/
PropertymappingsAPI propertymappingsSourceOauthPartialUpdate PATCH /propertymappings/source/oauth/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceOauthRetrieve GET /propertymappings/source/oauth/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceOauthUpdate PUT /propertymappings/source/oauth/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceOauthUsedByList GET /propertymappings/source/oauth/{pm_uuid}/used_by/
PropertymappingsAPI propertymappingsSourcePlexCreate POST /propertymappings/source/plex/
PropertymappingsAPI propertymappingsSourcePlexDestroy DELETE /propertymappings/source/plex/{pm_uuid}/
PropertymappingsAPI propertymappingsSourcePlexList GET /propertymappings/source/plex/
PropertymappingsAPI propertymappingsSourcePlexPartialUpdate PATCH /propertymappings/source/plex/{pm_uuid}/
PropertymappingsAPI propertymappingsSourcePlexRetrieve GET /propertymappings/source/plex/{pm_uuid}/
PropertymappingsAPI propertymappingsSourcePlexUpdate PUT /propertymappings/source/plex/{pm_uuid}/
PropertymappingsAPI propertymappingsSourcePlexUsedByList GET /propertymappings/source/plex/{pm_uuid}/used_by/
PropertymappingsAPI propertymappingsSourceSamlCreate POST /propertymappings/source/saml/
PropertymappingsAPI propertymappingsSourceSamlDestroy DELETE /propertymappings/source/saml/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceSamlList GET /propertymappings/source/saml/
PropertymappingsAPI propertymappingsSourceSamlPartialUpdate PATCH /propertymappings/source/saml/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceSamlRetrieve GET /propertymappings/source/saml/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceSamlUpdate PUT /propertymappings/source/saml/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceSamlUsedByList GET /propertymappings/source/saml/{pm_uuid}/used_by/
PropertymappingsAPI propertymappingsSourceScimCreate POST /propertymappings/source/scim/
PropertymappingsAPI propertymappingsSourceScimDestroy DELETE /propertymappings/source/scim/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceScimList GET /propertymappings/source/scim/
PropertymappingsAPI propertymappingsSourceScimPartialUpdate PATCH /propertymappings/source/scim/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceScimRetrieve GET /propertymappings/source/scim/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceScimUpdate PUT /propertymappings/source/scim/{pm_uuid}/
PropertymappingsAPI propertymappingsSourceScimUsedByList GET /propertymappings/source/scim/{pm_uuid}/used_by/
ProvidersAPI providersAllDestroy DELETE /providers/all/{id}/
ProvidersAPI providersAllList GET /providers/all/
ProvidersAPI providersAllRetrieve GET /providers/all/{id}/
ProvidersAPI providersAllTypesList GET /providers/all/types/
ProvidersAPI providersAllUsedByList GET /providers/all/{id}/used_by/
ProvidersAPI providersGoogleWorkspaceCreate POST /providers/google_workspace/
ProvidersAPI providersGoogleWorkspaceDestroy DELETE /providers/google_workspace/{id}/
ProvidersAPI providersGoogleWorkspaceGroupsCreate POST /providers/google_workspace_groups/
ProvidersAPI providersGoogleWorkspaceGroupsDestroy DELETE /providers/google_workspace_groups/{id}/
ProvidersAPI providersGoogleWorkspaceGroupsList GET /providers/google_workspace_groups/
ProvidersAPI providersGoogleWorkspaceGroupsRetrieve GET /providers/google_workspace_groups/{id}/
ProvidersAPI providersGoogleWorkspaceGroupsUsedByList GET /providers/google_workspace_groups/{id}/used_by/
ProvidersAPI providersGoogleWorkspaceList GET /providers/google_workspace/
ProvidersAPI providersGoogleWorkspacePartialUpdate PATCH /providers/google_workspace/{id}/
ProvidersAPI providersGoogleWorkspaceRetrieve GET /providers/google_workspace/{id}/
ProvidersAPI providersGoogleWorkspaceSyncObjectCreate POST /providers/google_workspace/{id}/sync/object/
ProvidersAPI providersGoogleWorkspaceSyncStatusRetrieve GET /providers/google_workspace/{id}/sync/status/
ProvidersAPI providersGoogleWorkspaceUpdate PUT /providers/google_workspace/{id}/
ProvidersAPI providersGoogleWorkspaceUsedByList GET /providers/google_workspace/{id}/used_by/
ProvidersAPI providersGoogleWorkspaceUsersCreate POST /providers/google_workspace_users/
ProvidersAPI providersGoogleWorkspaceUsersDestroy DELETE /providers/google_workspace_users/{id}/
ProvidersAPI providersGoogleWorkspaceUsersList GET /providers/google_workspace_users/
ProvidersAPI providersGoogleWorkspaceUsersRetrieve GET /providers/google_workspace_users/{id}/
ProvidersAPI providersGoogleWorkspaceUsersUsedByList GET /providers/google_workspace_users/{id}/used_by/
ProvidersAPI providersLdapCreate POST /providers/ldap/
ProvidersAPI providersLdapDestroy DELETE /providers/ldap/{id}/
ProvidersAPI providersLdapList GET /providers/ldap/
ProvidersAPI providersLdapPartialUpdate PATCH /providers/ldap/{id}/
ProvidersAPI providersLdapRetrieve GET /providers/ldap/{id}/
ProvidersAPI providersLdapUpdate PUT /providers/ldap/{id}/
ProvidersAPI providersLdapUsedByList GET /providers/ldap/{id}/used_by/
ProvidersAPI providersMicrosoftEntraCreate POST /providers/microsoft_entra/
ProvidersAPI providersMicrosoftEntraDestroy DELETE /providers/microsoft_entra/{id}/
ProvidersAPI providersMicrosoftEntraGroupsCreate POST /providers/microsoft_entra_groups/
ProvidersAPI providersMicrosoftEntraGroupsDestroy DELETE /providers/microsoft_entra_groups/{id}/
ProvidersAPI providersMicrosoftEntraGroupsList GET /providers/microsoft_entra_groups/
ProvidersAPI providersMicrosoftEntraGroupsRetrieve GET /providers/microsoft_entra_groups/{id}/
ProvidersAPI providersMicrosoftEntraGroupsUsedByList GET /providers/microsoft_entra_groups/{id}/used_by/
ProvidersAPI providersMicrosoftEntraList GET /providers/microsoft_entra/
ProvidersAPI providersMicrosoftEntraPartialUpdate PATCH /providers/microsoft_entra/{id}/
ProvidersAPI providersMicrosoftEntraRetrieve GET /providers/microsoft_entra/{id}/
ProvidersAPI providersMicrosoftEntraSyncObjectCreate POST /providers/microsoft_entra/{id}/sync/object/
ProvidersAPI providersMicrosoftEntraSyncStatusRetrieve GET /providers/microsoft_entra/{id}/sync/status/
ProvidersAPI providersMicrosoftEntraUpdate PUT /providers/microsoft_entra/{id}/
ProvidersAPI providersMicrosoftEntraUsedByList GET /providers/microsoft_entra/{id}/used_by/
ProvidersAPI providersMicrosoftEntraUsersCreate POST /providers/microsoft_entra_users/
ProvidersAPI providersMicrosoftEntraUsersDestroy DELETE /providers/microsoft_entra_users/{id}/
ProvidersAPI providersMicrosoftEntraUsersList GET /providers/microsoft_entra_users/
ProvidersAPI providersMicrosoftEntraUsersRetrieve GET /providers/microsoft_entra_users/{id}/
ProvidersAPI providersMicrosoftEntraUsersUsedByList GET /providers/microsoft_entra_users/{id}/used_by/
ProvidersAPI providersOauth2Create POST /providers/oauth2/
ProvidersAPI providersOauth2Destroy DELETE /providers/oauth2/{id}/
ProvidersAPI providersOauth2List GET /providers/oauth2/
ProvidersAPI providersOauth2PartialUpdate PATCH /providers/oauth2/{id}/
ProvidersAPI providersOauth2PreviewUserRetrieve GET /providers/oauth2/{id}/preview_user/
ProvidersAPI providersOauth2Retrieve GET /providers/oauth2/{id}/
ProvidersAPI providersOauth2SetupUrlsRetrieve GET /providers/oauth2/{id}/setup_urls/
ProvidersAPI providersOauth2Update PUT /providers/oauth2/{id}/
ProvidersAPI providersOauth2UsedByList GET /providers/oauth2/{id}/used_by/
ProvidersAPI providersProxyCreate POST /providers/proxy/
ProvidersAPI providersProxyDestroy DELETE /providers/proxy/{id}/
ProvidersAPI providersProxyList GET /providers/proxy/
ProvidersAPI providersProxyPartialUpdate PATCH /providers/proxy/{id}/
ProvidersAPI providersProxyRetrieve GET /providers/proxy/{id}/
ProvidersAPI providersProxyUpdate PUT /providers/proxy/{id}/
ProvidersAPI providersProxyUsedByList GET /providers/proxy/{id}/used_by/
ProvidersAPI providersRacCreate POST /providers/rac/
ProvidersAPI providersRacDestroy DELETE /providers/rac/{id}/
ProvidersAPI providersRacList GET /providers/rac/
ProvidersAPI providersRacPartialUpdate PATCH /providers/rac/{id}/
ProvidersAPI providersRacRetrieve GET /providers/rac/{id}/
ProvidersAPI providersRacUpdate PUT /providers/rac/{id}/
ProvidersAPI providersRacUsedByList GET /providers/rac/{id}/used_by/
ProvidersAPI providersRadiusCreate POST /providers/radius/
ProvidersAPI providersRadiusDestroy DELETE /providers/radius/{id}/
ProvidersAPI providersRadiusList GET /providers/radius/
ProvidersAPI providersRadiusPartialUpdate PATCH /providers/radius/{id}/
ProvidersAPI providersRadiusRetrieve GET /providers/radius/{id}/
ProvidersAPI providersRadiusUpdate PUT /providers/radius/{id}/
ProvidersAPI providersRadiusUsedByList GET /providers/radius/{id}/used_by/
ProvidersAPI providersSamlCreate POST /providers/saml/
ProvidersAPI providersSamlDestroy DELETE /providers/saml/{id}/
ProvidersAPI providersSamlImportMetadataCreate POST /providers/saml/import_metadata/
ProvidersAPI providersSamlList GET /providers/saml/
ProvidersAPI providersSamlMetadataRetrieve GET /providers/saml/{id}/metadata/
ProvidersAPI providersSamlPartialUpdate PATCH /providers/saml/{id}/
ProvidersAPI providersSamlPreviewUserRetrieve GET /providers/saml/{id}/preview_user/
ProvidersAPI providersSamlRetrieve GET /providers/saml/{id}/
ProvidersAPI providersSamlUpdate PUT /providers/saml/{id}/
ProvidersAPI providersSamlUsedByList GET /providers/saml/{id}/used_by/
ProvidersAPI providersScimCreate POST /providers/scim/
ProvidersAPI providersScimDestroy DELETE /providers/scim/{id}/
ProvidersAPI providersScimGroupsCreate POST /providers/scim_groups/
ProvidersAPI providersScimGroupsDestroy DELETE /providers/scim_groups/{id}/
ProvidersAPI providersScimGroupsList GET /providers/scim_groups/
ProvidersAPI providersScimGroupsRetrieve GET /providers/scim_groups/{id}/
ProvidersAPI providersScimGroupsUsedByList GET /providers/scim_groups/{id}/used_by/
ProvidersAPI providersScimList GET /providers/scim/
ProvidersAPI providersScimPartialUpdate PATCH /providers/scim/{id}/
ProvidersAPI providersScimRetrieve GET /providers/scim/{id}/
ProvidersAPI providersScimSyncObjectCreate POST /providers/scim/{id}/sync/object/
ProvidersAPI providersScimSyncStatusRetrieve GET /providers/scim/{id}/sync/status/
ProvidersAPI providersScimUpdate PUT /providers/scim/{id}/
ProvidersAPI providersScimUsedByList GET /providers/scim/{id}/used_by/
ProvidersAPI providersScimUsersCreate POST /providers/scim_users/
ProvidersAPI providersScimUsersDestroy DELETE /providers/scim_users/{id}/
ProvidersAPI providersScimUsersList GET /providers/scim_users/
ProvidersAPI providersScimUsersRetrieve GET /providers/scim_users/{id}/
ProvidersAPI providersScimUsersUsedByList GET /providers/scim_users/{id}/used_by/
ProvidersAPI providersSsfCreate POST /providers/ssf/
ProvidersAPI providersSsfDestroy DELETE /providers/ssf/{id}/
ProvidersAPI providersSsfList GET /providers/ssf/
ProvidersAPI providersSsfPartialUpdate PATCH /providers/ssf/{id}/
ProvidersAPI providersSsfRetrieve GET /providers/ssf/{id}/
ProvidersAPI providersSsfUpdate PUT /providers/ssf/{id}/
ProvidersAPI providersSsfUsedByList GET /providers/ssf/{id}/used_by/
RacAPI racConnectionTokensDestroy DELETE /rac/connection_tokens/{connection_token_uuid}/
RacAPI racConnectionTokensList GET /rac/connection_tokens/
RacAPI racConnectionTokensPartialUpdate PATCH /rac/connection_tokens/{connection_token_uuid}/
RacAPI racConnectionTokensRetrieve GET /rac/connection_tokens/{connection_token_uuid}/
RacAPI racConnectionTokensUpdate PUT /rac/connection_tokens/{connection_token_uuid}/
RacAPI racConnectionTokensUsedByList GET /rac/connection_tokens/{connection_token_uuid}/used_by/
RacAPI racEndpointsCreate POST /rac/endpoints/
RacAPI racEndpointsDestroy DELETE /rac/endpoints/{pbm_uuid}/
RacAPI racEndpointsList GET /rac/endpoints/
RacAPI racEndpointsPartialUpdate PATCH /rac/endpoints/{pbm_uuid}/
RacAPI racEndpointsRetrieve GET /rac/endpoints/{pbm_uuid}/
RacAPI racEndpointsUpdate PUT /rac/endpoints/{pbm_uuid}/
RacAPI racEndpointsUsedByList GET /rac/endpoints/{pbm_uuid}/used_by/
RbacAPI rbacInitialPermissionsCreate POST /rbac/initial_permissions/
RbacAPI rbacInitialPermissionsDestroy DELETE /rbac/initial_permissions/{id}/
RbacAPI rbacInitialPermissionsList GET /rbac/initial_permissions/
RbacAPI rbacInitialPermissionsPartialUpdate PATCH /rbac/initial_permissions/{id}/
RbacAPI rbacInitialPermissionsRetrieve GET /rbac/initial_permissions/{id}/
RbacAPI rbacInitialPermissionsUpdate PUT /rbac/initial_permissions/{id}/
RbacAPI rbacInitialPermissionsUsedByList GET /rbac/initial_permissions/{id}/used_by/
RbacAPI rbacPermissionsAssignedByRolesAssign POST /rbac/permissions/assigned_by_roles/{uuid}/assign/
RbacAPI rbacPermissionsAssignedByRolesList GET /rbac/permissions/assigned_by_roles/
RbacAPI rbacPermissionsAssignedByRolesUnassignPartialUpdate PATCH /rbac/permissions/assigned_by_roles/{uuid}/unassign/
RbacAPI rbacPermissionsAssignedByUsersAssign POST /rbac/permissions/assigned_by_users/{id}/assign/
RbacAPI rbacPermissionsAssignedByUsersList GET /rbac/permissions/assigned_by_users/
RbacAPI rbacPermissionsAssignedByUsersUnassignPartialUpdate PATCH /rbac/permissions/assigned_by_users/{id}/unassign/
RbacAPI rbacPermissionsList GET /rbac/permissions/
RbacAPI rbacPermissionsRetrieve GET /rbac/permissions/{id}/
RbacAPI rbacPermissionsRolesDestroy DELETE /rbac/permissions/roles/{id}/
RbacAPI rbacPermissionsRolesList GET /rbac/permissions/roles/
RbacAPI rbacPermissionsRolesPartialUpdate PATCH /rbac/permissions/roles/{id}/
RbacAPI rbacPermissionsRolesRetrieve GET /rbac/permissions/roles/{id}/
RbacAPI rbacPermissionsRolesUpdate PUT /rbac/permissions/roles/{id}/
RbacAPI rbacPermissionsUsersDestroy DELETE /rbac/permissions/users/{id}/
RbacAPI rbacPermissionsUsersList GET /rbac/permissions/users/
RbacAPI rbacPermissionsUsersPartialUpdate PATCH /rbac/permissions/users/{id}/
RbacAPI rbacPermissionsUsersRetrieve GET /rbac/permissions/users/{id}/
RbacAPI rbacPermissionsUsersUpdate PUT /rbac/permissions/users/{id}/
RbacAPI rbacRolesCreate POST /rbac/roles/
RbacAPI rbacRolesDestroy DELETE /rbac/roles/{uuid}/
RbacAPI rbacRolesList GET /rbac/roles/
RbacAPI rbacRolesPartialUpdate PATCH /rbac/roles/{uuid}/
RbacAPI rbacRolesRetrieve GET /rbac/roles/{uuid}/
RbacAPI rbacRolesUpdate PUT /rbac/roles/{uuid}/
RbacAPI rbacRolesUsedByList GET /rbac/roles/{uuid}/used_by/
RootAPI rootConfigRetrieve GET /root/config/
SchemaAPI schemaRetrieve GET /schema/
SourcesAPI sourcesAllDestroy DELETE /sources/all/{slug}/
SourcesAPI sourcesAllList GET /sources/all/
SourcesAPI sourcesAllRetrieve GET /sources/all/{slug}/
SourcesAPI sourcesAllSetIconCreate POST /sources/all/{slug}/set_icon/
SourcesAPI sourcesAllSetIconUrlCreate POST /sources/all/{slug}/set_icon_url/
SourcesAPI sourcesAllTypesList GET /sources/all/types/
SourcesAPI sourcesAllUsedByList GET /sources/all/{slug}/used_by/
SourcesAPI sourcesAllUserSettingsList GET /sources/all/user_settings/
SourcesAPI sourcesGroupConnectionsAllDestroy DELETE /sources/group_connections/all/{id}/
SourcesAPI sourcesGroupConnectionsAllList GET /sources/group_connections/all/
SourcesAPI sourcesGroupConnectionsAllPartialUpdate PATCH /sources/group_connections/all/{id}/
SourcesAPI sourcesGroupConnectionsAllRetrieve GET /sources/group_connections/all/{id}/
SourcesAPI sourcesGroupConnectionsAllUpdate PUT /sources/group_connections/all/{id}/
SourcesAPI sourcesGroupConnectionsAllUsedByList GET /sources/group_connections/all/{id}/used_by/
SourcesAPI sourcesGroupConnectionsKerberosCreate POST /sources/group_connections/kerberos/
SourcesAPI sourcesGroupConnectionsKerberosDestroy DELETE /sources/group_connections/kerberos/{id}/
SourcesAPI sourcesGroupConnectionsKerberosList GET /sources/group_connections/kerberos/
SourcesAPI sourcesGroupConnectionsKerberosPartialUpdate PATCH /sources/group_connections/kerberos/{id}/
SourcesAPI sourcesGroupConnectionsKerberosRetrieve GET /sources/group_connections/kerberos/{id}/
SourcesAPI sourcesGroupConnectionsKerberosUpdate PUT /sources/group_connections/kerberos/{id}/
SourcesAPI sourcesGroupConnectionsKerberosUsedByList GET /sources/group_connections/kerberos/{id}/used_by/
SourcesAPI sourcesGroupConnectionsLdapCreate POST /sources/group_connections/ldap/
SourcesAPI sourcesGroupConnectionsLdapDestroy DELETE /sources/group_connections/ldap/{id}/
SourcesAPI sourcesGroupConnectionsLdapList GET /sources/group_connections/ldap/
SourcesAPI sourcesGroupConnectionsLdapPartialUpdate PATCH /sources/group_connections/ldap/{id}/
SourcesAPI sourcesGroupConnectionsLdapRetrieve GET /sources/group_connections/ldap/{id}/
SourcesAPI sourcesGroupConnectionsLdapUpdate PUT /sources/group_connections/ldap/{id}/
SourcesAPI sourcesGroupConnectionsLdapUsedByList GET /sources/group_connections/ldap/{id}/used_by/
SourcesAPI sourcesGroupConnectionsOauthCreate POST /sources/group_connections/oauth/
SourcesAPI sourcesGroupConnectionsOauthDestroy DELETE /sources/group_connections/oauth/{id}/
SourcesAPI sourcesGroupConnectionsOauthList GET /sources/group_connections/oauth/
SourcesAPI sourcesGroupConnectionsOauthPartialUpdate PATCH /sources/group_connections/oauth/{id}/
SourcesAPI sourcesGroupConnectionsOauthRetrieve GET /sources/group_connections/oauth/{id}/
SourcesAPI sourcesGroupConnectionsOauthUpdate PUT /sources/group_connections/oauth/{id}/
SourcesAPI sourcesGroupConnectionsOauthUsedByList GET /sources/group_connections/oauth/{id}/used_by/
SourcesAPI sourcesGroupConnectionsPlexCreate POST /sources/group_connections/plex/
SourcesAPI sourcesGroupConnectionsPlexDestroy DELETE /sources/group_connections/plex/{id}/
SourcesAPI sourcesGroupConnectionsPlexList GET /sources/group_connections/plex/
SourcesAPI sourcesGroupConnectionsPlexPartialUpdate PATCH /sources/group_connections/plex/{id}/
SourcesAPI sourcesGroupConnectionsPlexRetrieve GET /sources/group_connections/plex/{id}/
SourcesAPI sourcesGroupConnectionsPlexUpdate PUT /sources/group_connections/plex/{id}/
SourcesAPI sourcesGroupConnectionsPlexUsedByList GET /sources/group_connections/plex/{id}/used_by/
SourcesAPI sourcesGroupConnectionsSamlCreate POST /sources/group_connections/saml/
SourcesAPI sourcesGroupConnectionsSamlDestroy DELETE /sources/group_connections/saml/{id}/
SourcesAPI sourcesGroupConnectionsSamlList GET /sources/group_connections/saml/
SourcesAPI sourcesGroupConnectionsSamlPartialUpdate PATCH /sources/group_connections/saml/{id}/
SourcesAPI sourcesGroupConnectionsSamlRetrieve GET /sources/group_connections/saml/{id}/
SourcesAPI sourcesGroupConnectionsSamlUpdate PUT /sources/group_connections/saml/{id}/
SourcesAPI sourcesGroupConnectionsSamlUsedByList GET /sources/group_connections/saml/{id}/used_by/
SourcesAPI sourcesKerberosCreate POST /sources/kerberos/
SourcesAPI sourcesKerberosDestroy DELETE /sources/kerberos/{slug}/
SourcesAPI sourcesKerberosList GET /sources/kerberos/
SourcesAPI sourcesKerberosPartialUpdate PATCH /sources/kerberos/{slug}/
SourcesAPI sourcesKerberosRetrieve GET /sources/kerberos/{slug}/
SourcesAPI sourcesKerberosSyncStatusRetrieve GET /sources/kerberos/{slug}/sync/status/
SourcesAPI sourcesKerberosUpdate PUT /sources/kerberos/{slug}/
SourcesAPI sourcesKerberosUsedByList GET /sources/kerberos/{slug}/used_by/
SourcesAPI sourcesLdapCreate POST /sources/ldap/
SourcesAPI sourcesLdapDebugRetrieve GET /sources/ldap/{slug}/debug/
SourcesAPI sourcesLdapDestroy DELETE /sources/ldap/{slug}/
SourcesAPI sourcesLdapList GET /sources/ldap/
SourcesAPI sourcesLdapPartialUpdate PATCH /sources/ldap/{slug}/
SourcesAPI sourcesLdapRetrieve GET /sources/ldap/{slug}/
SourcesAPI sourcesLdapSyncStatusRetrieve GET /sources/ldap/{slug}/sync/status/
SourcesAPI sourcesLdapUpdate PUT /sources/ldap/{slug}/
SourcesAPI sourcesLdapUsedByList GET /sources/ldap/{slug}/used_by/
SourcesAPI sourcesOauthCreate POST /sources/oauth/
SourcesAPI sourcesOauthDestroy DELETE /sources/oauth/{slug}/
SourcesAPI sourcesOauthList GET /sources/oauth/
SourcesAPI sourcesOauthPartialUpdate PATCH /sources/oauth/{slug}/
SourcesAPI sourcesOauthRetrieve GET /sources/oauth/{slug}/
SourcesAPI sourcesOauthSourceTypesList GET /sources/oauth/source_types/
SourcesAPI sourcesOauthUpdate PUT /sources/oauth/{slug}/
SourcesAPI sourcesOauthUsedByList GET /sources/oauth/{slug}/used_by/
SourcesAPI sourcesPlexCreate POST /sources/plex/
SourcesAPI sourcesPlexDestroy DELETE /sources/plex/{slug}/
SourcesAPI sourcesPlexList GET /sources/plex/
SourcesAPI sourcesPlexPartialUpdate PATCH /sources/plex/{slug}/
SourcesAPI sourcesPlexRedeemTokenAuthenticatedCreate POST /sources/plex/redeem_token_authenticated/
SourcesAPI sourcesPlexRedeemTokenCreate POST /sources/plex/redeem_token/
SourcesAPI sourcesPlexRetrieve GET /sources/plex/{slug}/
SourcesAPI sourcesPlexUpdate PUT /sources/plex/{slug}/
SourcesAPI sourcesPlexUsedByList GET /sources/plex/{slug}/used_by/
SourcesAPI sourcesSamlCreate POST /sources/saml/
SourcesAPI sourcesSamlDestroy DELETE /sources/saml/{slug}/
SourcesAPI sourcesSamlList GET /sources/saml/
SourcesAPI sourcesSamlMetadataRetrieve GET /sources/saml/{slug}/metadata/
SourcesAPI sourcesSamlPartialUpdate PATCH /sources/saml/{slug}/
SourcesAPI sourcesSamlRetrieve GET /sources/saml/{slug}/
SourcesAPI sourcesSamlUpdate PUT /sources/saml/{slug}/
SourcesAPI sourcesSamlUsedByList GET /sources/saml/{slug}/used_by/
SourcesAPI sourcesScimCreate POST /sources/scim/
SourcesAPI sourcesScimDestroy DELETE /sources/scim/{slug}/
SourcesAPI sourcesScimGroupsCreate POST /sources/scim_groups/
SourcesAPI sourcesScimGroupsDestroy DELETE /sources/scim_groups/{id}/
SourcesAPI sourcesScimGroupsList GET /sources/scim_groups/
SourcesAPI sourcesScimGroupsPartialUpdate PATCH /sources/scim_groups/{id}/
SourcesAPI sourcesScimGroupsRetrieve GET /sources/scim_groups/{id}/
SourcesAPI sourcesScimGroupsUpdate PUT /sources/scim_groups/{id}/
SourcesAPI sourcesScimGroupsUsedByList GET /sources/scim_groups/{id}/used_by/
SourcesAPI sourcesScimList GET /sources/scim/
SourcesAPI sourcesScimPartialUpdate PATCH /sources/scim/{slug}/
SourcesAPI sourcesScimRetrieve GET /sources/scim/{slug}/
SourcesAPI sourcesScimUpdate PUT /sources/scim/{slug}/
SourcesAPI sourcesScimUsedByList GET /sources/scim/{slug}/used_by/
SourcesAPI sourcesScimUsersCreate POST /sources/scim_users/
SourcesAPI sourcesScimUsersDestroy DELETE /sources/scim_users/{id}/
SourcesAPI sourcesScimUsersList GET /sources/scim_users/
SourcesAPI sourcesScimUsersPartialUpdate PATCH /sources/scim_users/{id}/
SourcesAPI sourcesScimUsersRetrieve GET /sources/scim_users/{id}/
SourcesAPI sourcesScimUsersUpdate PUT /sources/scim_users/{id}/
SourcesAPI sourcesScimUsersUsedByList GET /sources/scim_users/{id}/used_by/
SourcesAPI sourcesUserConnectionsAllDestroy DELETE /sources/user_connections/all/{id}/
SourcesAPI sourcesUserConnectionsAllList GET /sources/user_connections/all/
SourcesAPI sourcesUserConnectionsAllPartialUpdate PATCH /sources/user_connections/all/{id}/
SourcesAPI sourcesUserConnectionsAllRetrieve GET /sources/user_connections/all/{id}/
SourcesAPI sourcesUserConnectionsAllUpdate PUT /sources/user_connections/all/{id}/
SourcesAPI sourcesUserConnectionsAllUsedByList GET /sources/user_connections/all/{id}/used_by/
SourcesAPI sourcesUserConnectionsKerberosCreate POST /sources/user_connections/kerberos/
SourcesAPI sourcesUserConnectionsKerberosDestroy DELETE /sources/user_connections/kerberos/{id}/
SourcesAPI sourcesUserConnectionsKerberosList GET /sources/user_connections/kerberos/
SourcesAPI sourcesUserConnectionsKerberosPartialUpdate PATCH /sources/user_connections/kerberos/{id}/
SourcesAPI sourcesUserConnectionsKerberosRetrieve GET /sources/user_connections/kerberos/{id}/
SourcesAPI sourcesUserConnectionsKerberosUpdate PUT /sources/user_connections/kerberos/{id}/
SourcesAPI sourcesUserConnectionsKerberosUsedByList GET /sources/user_connections/kerberos/{id}/used_by/
SourcesAPI sourcesUserConnectionsLdapCreate POST /sources/user_connections/ldap/
SourcesAPI sourcesUserConnectionsLdapDestroy DELETE /sources/user_connections/ldap/{id}/
SourcesAPI sourcesUserConnectionsLdapList GET /sources/user_connections/ldap/
SourcesAPI sourcesUserConnectionsLdapPartialUpdate PATCH /sources/user_connections/ldap/{id}/
SourcesAPI sourcesUserConnectionsLdapRetrieve GET /sources/user_connections/ldap/{id}/
SourcesAPI sourcesUserConnectionsLdapUpdate PUT /sources/user_connections/ldap/{id}/
SourcesAPI sourcesUserConnectionsLdapUsedByList GET /sources/user_connections/ldap/{id}/used_by/
SourcesAPI sourcesUserConnectionsOauthCreate POST /sources/user_connections/oauth/
SourcesAPI sourcesUserConnectionsOauthDestroy DELETE /sources/user_connections/oauth/{id}/
SourcesAPI sourcesUserConnectionsOauthList GET /sources/user_connections/oauth/
SourcesAPI sourcesUserConnectionsOauthPartialUpdate PATCH /sources/user_connections/oauth/{id}/
SourcesAPI sourcesUserConnectionsOauthRetrieve GET /sources/user_connections/oauth/{id}/
SourcesAPI sourcesUserConnectionsOauthUpdate PUT /sources/user_connections/oauth/{id}/
SourcesAPI sourcesUserConnectionsOauthUsedByList GET /sources/user_connections/oauth/{id}/used_by/
SourcesAPI sourcesUserConnectionsPlexCreate POST /sources/user_connections/plex/
SourcesAPI sourcesUserConnectionsPlexDestroy DELETE /sources/user_connections/plex/{id}/
SourcesAPI sourcesUserConnectionsPlexList GET /sources/user_connections/plex/
SourcesAPI sourcesUserConnectionsPlexPartialUpdate PATCH /sources/user_connections/plex/{id}/
SourcesAPI sourcesUserConnectionsPlexRetrieve GET /sources/user_connections/plex/{id}/
SourcesAPI sourcesUserConnectionsPlexUpdate PUT /sources/user_connections/plex/{id}/
SourcesAPI sourcesUserConnectionsPlexUsedByList GET /sources/user_connections/plex/{id}/used_by/
SourcesAPI sourcesUserConnectionsSamlCreate POST /sources/user_connections/saml/
SourcesAPI sourcesUserConnectionsSamlDestroy DELETE /sources/user_connections/saml/{id}/
SourcesAPI sourcesUserConnectionsSamlList GET /sources/user_connections/saml/
SourcesAPI sourcesUserConnectionsSamlPartialUpdate PATCH /sources/user_connections/saml/{id}/
SourcesAPI sourcesUserConnectionsSamlRetrieve GET /sources/user_connections/saml/{id}/
SourcesAPI sourcesUserConnectionsSamlUpdate PUT /sources/user_connections/saml/{id}/
SourcesAPI sourcesUserConnectionsSamlUsedByList GET /sources/user_connections/saml/{id}/used_by/
SsfAPI ssfStreamsList GET /ssf/streams/
SsfAPI ssfStreamsRetrieve GET /ssf/streams/{uuid}/
StagesAPI stagesAllDestroy DELETE /stages/all/{stage_uuid}/
StagesAPI stagesAllList GET /stages/all/
StagesAPI stagesAllRetrieve GET /stages/all/{stage_uuid}/
StagesAPI stagesAllTypesList GET /stages/all/types/
StagesAPI stagesAllUsedByList GET /stages/all/{stage_uuid}/used_by/
StagesAPI stagesAllUserSettingsList GET /stages/all/user_settings/
StagesAPI stagesAuthenticatorDuoCreate POST /stages/authenticator/duo/
StagesAPI stagesAuthenticatorDuoDestroy DELETE /stages/authenticator/duo/{stage_uuid}/
StagesAPI stagesAuthenticatorDuoEnrollmentStatusCreate POST /stages/authenticator/duo/{stage_uuid}/enrollment_status/
StagesAPI stagesAuthenticatorDuoImportDeviceManualCreate POST /stages/authenticator/duo/{stage_uuid}/import_device_manual/
StagesAPI stagesAuthenticatorDuoImportDevicesAutomaticCreate POST /stages/authenticator/duo/{stage_uuid}/import_devices_automatic/
StagesAPI stagesAuthenticatorDuoList GET /stages/authenticator/duo/
StagesAPI stagesAuthenticatorDuoPartialUpdate PATCH /stages/authenticator/duo/{stage_uuid}/
StagesAPI stagesAuthenticatorDuoRetrieve GET /stages/authenticator/duo/{stage_uuid}/
StagesAPI stagesAuthenticatorDuoUpdate PUT /stages/authenticator/duo/{stage_uuid}/
StagesAPI stagesAuthenticatorDuoUsedByList GET /stages/authenticator/duo/{stage_uuid}/used_by/
StagesAPI stagesAuthenticatorEmailCreate POST /stages/authenticator/email/
StagesAPI stagesAuthenticatorEmailDestroy DELETE /stages/authenticator/email/{stage_uuid}/
StagesAPI stagesAuthenticatorEmailList GET /stages/authenticator/email/
StagesAPI stagesAuthenticatorEmailPartialUpdate PATCH /stages/authenticator/email/{stage_uuid}/
StagesAPI stagesAuthenticatorEmailRetrieve GET /stages/authenticator/email/{stage_uuid}/
StagesAPI stagesAuthenticatorEmailUpdate PUT /stages/authenticator/email/{stage_uuid}/
StagesAPI stagesAuthenticatorEmailUsedByList GET /stages/authenticator/email/{stage_uuid}/used_by/
StagesAPI stagesAuthenticatorEndpointGdtcCreate POST /stages/authenticator/endpoint_gdtc/
StagesAPI stagesAuthenticatorEndpointGdtcDestroy DELETE /stages/authenticator/endpoint_gdtc/{stage_uuid}/
StagesAPI stagesAuthenticatorEndpointGdtcList GET /stages/authenticator/endpoint_gdtc/
StagesAPI stagesAuthenticatorEndpointGdtcPartialUpdate PATCH /stages/authenticator/endpoint_gdtc/{stage_uuid}/
StagesAPI stagesAuthenticatorEndpointGdtcRetrieve GET /stages/authenticator/endpoint_gdtc/{stage_uuid}/
StagesAPI stagesAuthenticatorEndpointGdtcUpdate PUT /stages/authenticator/endpoint_gdtc/{stage_uuid}/
StagesAPI stagesAuthenticatorEndpointGdtcUsedByList GET /stages/authenticator/endpoint_gdtc/{stage_uuid}/used_by/
StagesAPI stagesAuthenticatorSmsCreate POST /stages/authenticator/sms/
StagesAPI stagesAuthenticatorSmsDestroy DELETE /stages/authenticator/sms/{stage_uuid}/
StagesAPI stagesAuthenticatorSmsList GET /stages/authenticator/sms/
StagesAPI stagesAuthenticatorSmsPartialUpdate PATCH /stages/authenticator/sms/{stage_uuid}/
StagesAPI stagesAuthenticatorSmsRetrieve GET /stages/authenticator/sms/{stage_uuid}/
StagesAPI stagesAuthenticatorSmsUpdate PUT /stages/authenticator/sms/{stage_uuid}/
StagesAPI stagesAuthenticatorSmsUsedByList GET /stages/authenticator/sms/{stage_uuid}/used_by/
StagesAPI stagesAuthenticatorStaticCreate POST /stages/authenticator/static/
StagesAPI stagesAuthenticatorStaticDestroy DELETE /stages/authenticator/static/{stage_uuid}/
StagesAPI stagesAuthenticatorStaticList GET /stages/authenticator/static/
StagesAPI stagesAuthenticatorStaticPartialUpdate PATCH /stages/authenticator/static/{stage_uuid}/
StagesAPI stagesAuthenticatorStaticRetrieve GET /stages/authenticator/static/{stage_uuid}/
StagesAPI stagesAuthenticatorStaticUpdate PUT /stages/authenticator/static/{stage_uuid}/
StagesAPI stagesAuthenticatorStaticUsedByList GET /stages/authenticator/static/{stage_uuid}/used_by/
StagesAPI stagesAuthenticatorTotpCreate POST /stages/authenticator/totp/
StagesAPI stagesAuthenticatorTotpDestroy DELETE /stages/authenticator/totp/{stage_uuid}/
StagesAPI stagesAuthenticatorTotpList GET /stages/authenticator/totp/
StagesAPI stagesAuthenticatorTotpPartialUpdate PATCH /stages/authenticator/totp/{stage_uuid}/
StagesAPI stagesAuthenticatorTotpRetrieve GET /stages/authenticator/totp/{stage_uuid}/
StagesAPI stagesAuthenticatorTotpUpdate PUT /stages/authenticator/totp/{stage_uuid}/
StagesAPI stagesAuthenticatorTotpUsedByList GET /stages/authenticator/totp/{stage_uuid}/used_by/
StagesAPI stagesAuthenticatorValidateCreate POST /stages/authenticator/validate/
StagesAPI stagesAuthenticatorValidateDestroy DELETE /stages/authenticator/validate/{stage_uuid}/
StagesAPI stagesAuthenticatorValidateList GET /stages/authenticator/validate/
StagesAPI stagesAuthenticatorValidatePartialUpdate PATCH /stages/authenticator/validate/{stage_uuid}/
StagesAPI stagesAuthenticatorValidateRetrieve GET /stages/authenticator/validate/{stage_uuid}/
StagesAPI stagesAuthenticatorValidateUpdate PUT /stages/authenticator/validate/{stage_uuid}/
StagesAPI stagesAuthenticatorValidateUsedByList GET /stages/authenticator/validate/{stage_uuid}/used_by/
StagesAPI stagesAuthenticatorWebauthnCreate POST /stages/authenticator/webauthn/
StagesAPI stagesAuthenticatorWebauthnDestroy DELETE /stages/authenticator/webauthn/{stage_uuid}/
StagesAPI stagesAuthenticatorWebauthnDeviceTypesList GET /stages/authenticator/webauthn_device_types/
StagesAPI stagesAuthenticatorWebauthnDeviceTypesRetrieve GET /stages/authenticator/webauthn_device_types/{aaguid}/
StagesAPI stagesAuthenticatorWebauthnList GET /stages/authenticator/webauthn/
StagesAPI stagesAuthenticatorWebauthnPartialUpdate PATCH /stages/authenticator/webauthn/{stage_uuid}/
StagesAPI stagesAuthenticatorWebauthnRetrieve GET /stages/authenticator/webauthn/{stage_uuid}/
StagesAPI stagesAuthenticatorWebauthnUpdate PUT /stages/authenticator/webauthn/{stage_uuid}/
StagesAPI stagesAuthenticatorWebauthnUsedByList GET /stages/authenticator/webauthn/{stage_uuid}/used_by/
StagesAPI stagesCaptchaCreate POST /stages/captcha/
StagesAPI stagesCaptchaDestroy DELETE /stages/captcha/{stage_uuid}/
StagesAPI stagesCaptchaList GET /stages/captcha/
StagesAPI stagesCaptchaPartialUpdate PATCH /stages/captcha/{stage_uuid}/
StagesAPI stagesCaptchaRetrieve GET /stages/captcha/{stage_uuid}/
StagesAPI stagesCaptchaUpdate PUT /stages/captcha/{stage_uuid}/
StagesAPI stagesCaptchaUsedByList GET /stages/captcha/{stage_uuid}/used_by/
StagesAPI stagesConsentCreate POST /stages/consent/
StagesAPI stagesConsentDestroy DELETE /stages/consent/{stage_uuid}/
StagesAPI stagesConsentList GET /stages/consent/
StagesAPI stagesConsentPartialUpdate PATCH /stages/consent/{stage_uuid}/
StagesAPI stagesConsentRetrieve GET /stages/consent/{stage_uuid}/
StagesAPI stagesConsentUpdate PUT /stages/consent/{stage_uuid}/
StagesAPI stagesConsentUsedByList GET /stages/consent/{stage_uuid}/used_by/
StagesAPI stagesDenyCreate POST /stages/deny/
StagesAPI stagesDenyDestroy DELETE /stages/deny/{stage_uuid}/
StagesAPI stagesDenyList GET /stages/deny/
StagesAPI stagesDenyPartialUpdate PATCH /stages/deny/{stage_uuid}/
StagesAPI stagesDenyRetrieve GET /stages/deny/{stage_uuid}/
StagesAPI stagesDenyUpdate PUT /stages/deny/{stage_uuid}/
StagesAPI stagesDenyUsedByList GET /stages/deny/{stage_uuid}/used_by/
StagesAPI stagesDummyCreate POST /stages/dummy/
StagesAPI stagesDummyDestroy DELETE /stages/dummy/{stage_uuid}/
StagesAPI stagesDummyList GET /stages/dummy/
StagesAPI stagesDummyPartialUpdate PATCH /stages/dummy/{stage_uuid}/
StagesAPI stagesDummyRetrieve GET /stages/dummy/{stage_uuid}/
StagesAPI stagesDummyUpdate PUT /stages/dummy/{stage_uuid}/
StagesAPI stagesDummyUsedByList GET /stages/dummy/{stage_uuid}/used_by/
StagesAPI stagesEmailCreate POST /stages/email/
StagesAPI stagesEmailDestroy DELETE /stages/email/{stage_uuid}/
StagesAPI stagesEmailList GET /stages/email/
StagesAPI stagesEmailPartialUpdate PATCH /stages/email/{stage_uuid}/
StagesAPI stagesEmailRetrieve GET /stages/email/{stage_uuid}/
StagesAPI stagesEmailTemplatesList GET /stages/email/templates/
StagesAPI stagesEmailUpdate PUT /stages/email/{stage_uuid}/
StagesAPI stagesEmailUsedByList GET /stages/email/{stage_uuid}/used_by/
StagesAPI stagesIdentificationCreate POST /stages/identification/
StagesAPI stagesIdentificationDestroy DELETE /stages/identification/{stage_uuid}/
StagesAPI stagesIdentificationList GET /stages/identification/
StagesAPI stagesIdentificationPartialUpdate PATCH /stages/identification/{stage_uuid}/
StagesAPI stagesIdentificationRetrieve GET /stages/identification/{stage_uuid}/
StagesAPI stagesIdentificationUpdate PUT /stages/identification/{stage_uuid}/
StagesAPI stagesIdentificationUsedByList GET /stages/identification/{stage_uuid}/used_by/
StagesAPI stagesInvitationInvitationsCreate POST /stages/invitation/invitations/
StagesAPI stagesInvitationInvitationsDestroy DELETE /stages/invitation/invitations/{invite_uuid}/
StagesAPI stagesInvitationInvitationsList GET /stages/invitation/invitations/
StagesAPI stagesInvitationInvitationsPartialUpdate PATCH /stages/invitation/invitations/{invite_uuid}/
StagesAPI stagesInvitationInvitationsRetrieve GET /stages/invitation/invitations/{invite_uuid}/
StagesAPI stagesInvitationInvitationsUpdate PUT /stages/invitation/invitations/{invite_uuid}/
StagesAPI stagesInvitationInvitationsUsedByList GET /stages/invitation/invitations/{invite_uuid}/used_by/
StagesAPI stagesInvitationStagesCreate POST /stages/invitation/stages/
StagesAPI stagesInvitationStagesDestroy DELETE /stages/invitation/stages/{stage_uuid}/
StagesAPI stagesInvitationStagesList GET /stages/invitation/stages/
StagesAPI stagesInvitationStagesPartialUpdate PATCH /stages/invitation/stages/{stage_uuid}/
StagesAPI stagesInvitationStagesRetrieve GET /stages/invitation/stages/{stage_uuid}/
StagesAPI stagesInvitationStagesUpdate PUT /stages/invitation/stages/{stage_uuid}/
StagesAPI stagesInvitationStagesUsedByList GET /stages/invitation/stages/{stage_uuid}/used_by/
StagesAPI stagesMtlsCreate POST /stages/mtls/
StagesAPI stagesMtlsDestroy DELETE /stages/mtls/{stage_uuid}/
StagesAPI stagesMtlsList GET /stages/mtls/
StagesAPI stagesMtlsPartialUpdate PATCH /stages/mtls/{stage_uuid}/
StagesAPI stagesMtlsRetrieve GET /stages/mtls/{stage_uuid}/
StagesAPI stagesMtlsUpdate PUT /stages/mtls/{stage_uuid}/
StagesAPI stagesMtlsUsedByList GET /stages/mtls/{stage_uuid}/used_by/
StagesAPI stagesPasswordCreate POST /stages/password/
StagesAPI stagesPasswordDestroy DELETE /stages/password/{stage_uuid}/
StagesAPI stagesPasswordList GET /stages/password/
StagesAPI stagesPasswordPartialUpdate PATCH /stages/password/{stage_uuid}/
StagesAPI stagesPasswordRetrieve GET /stages/password/{stage_uuid}/
StagesAPI stagesPasswordUpdate PUT /stages/password/{stage_uuid}/
StagesAPI stagesPasswordUsedByList GET /stages/password/{stage_uuid}/used_by/
StagesAPI stagesPromptPromptsCreate POST /stages/prompt/prompts/
StagesAPI stagesPromptPromptsDestroy DELETE /stages/prompt/prompts/{prompt_uuid}/
StagesAPI stagesPromptPromptsList GET /stages/prompt/prompts/
StagesAPI stagesPromptPromptsPartialUpdate PATCH /stages/prompt/prompts/{prompt_uuid}/
StagesAPI stagesPromptPromptsPreviewCreate POST /stages/prompt/prompts/preview/
StagesAPI stagesPromptPromptsRetrieve GET /stages/prompt/prompts/{prompt_uuid}/
StagesAPI stagesPromptPromptsUpdate PUT /stages/prompt/prompts/{prompt_uuid}/
StagesAPI stagesPromptPromptsUsedByList GET /stages/prompt/prompts/{prompt_uuid}/used_by/
StagesAPI stagesPromptStagesCreate POST /stages/prompt/stages/
StagesAPI stagesPromptStagesDestroy DELETE /stages/prompt/stages/{stage_uuid}/
StagesAPI stagesPromptStagesList GET /stages/prompt/stages/
StagesAPI stagesPromptStagesPartialUpdate PATCH /stages/prompt/stages/{stage_uuid}/
StagesAPI stagesPromptStagesRetrieve GET /stages/prompt/stages/{stage_uuid}/
StagesAPI stagesPromptStagesUpdate PUT /stages/prompt/stages/{stage_uuid}/
StagesAPI stagesPromptStagesUsedByList GET /stages/prompt/stages/{stage_uuid}/used_by/
StagesAPI stagesRedirectCreate POST /stages/redirect/
StagesAPI stagesRedirectDestroy DELETE /stages/redirect/{stage_uuid}/
StagesAPI stagesRedirectList GET /stages/redirect/
StagesAPI stagesRedirectPartialUpdate PATCH /stages/redirect/{stage_uuid}/
StagesAPI stagesRedirectRetrieve GET /stages/redirect/{stage_uuid}/
StagesAPI stagesRedirectUpdate PUT /stages/redirect/{stage_uuid}/
StagesAPI stagesRedirectUsedByList GET /stages/redirect/{stage_uuid}/used_by/
StagesAPI stagesSourceCreate POST /stages/source/
StagesAPI stagesSourceDestroy DELETE /stages/source/{stage_uuid}/
StagesAPI stagesSourceList GET /stages/source/
StagesAPI stagesSourcePartialUpdate PATCH /stages/source/{stage_uuid}/
StagesAPI stagesSourceRetrieve GET /stages/source/{stage_uuid}/
StagesAPI stagesSourceUpdate PUT /stages/source/{stage_uuid}/
StagesAPI stagesSourceUsedByList GET /stages/source/{stage_uuid}/used_by/
StagesAPI stagesUserDeleteCreate POST /stages/user_delete/
StagesAPI stagesUserDeleteDestroy DELETE /stages/user_delete/{stage_uuid}/
StagesAPI stagesUserDeleteList GET /stages/user_delete/
StagesAPI stagesUserDeletePartialUpdate PATCH /stages/user_delete/{stage_uuid}/
StagesAPI stagesUserDeleteRetrieve GET /stages/user_delete/{stage_uuid}/
StagesAPI stagesUserDeleteUpdate PUT /stages/user_delete/{stage_uuid}/
StagesAPI stagesUserDeleteUsedByList GET /stages/user_delete/{stage_uuid}/used_by/
StagesAPI stagesUserLoginCreate POST /stages/user_login/
StagesAPI stagesUserLoginDestroy DELETE /stages/user_login/{stage_uuid}/
StagesAPI stagesUserLoginList GET /stages/user_login/
StagesAPI stagesUserLoginPartialUpdate PATCH /stages/user_login/{stage_uuid}/
StagesAPI stagesUserLoginRetrieve GET /stages/user_login/{stage_uuid}/
StagesAPI stagesUserLoginUpdate PUT /stages/user_login/{stage_uuid}/
StagesAPI stagesUserLoginUsedByList GET /stages/user_login/{stage_uuid}/used_by/
StagesAPI stagesUserLogoutCreate POST /stages/user_logout/
StagesAPI stagesUserLogoutDestroy DELETE /stages/user_logout/{stage_uuid}/
StagesAPI stagesUserLogoutList GET /stages/user_logout/
StagesAPI stagesUserLogoutPartialUpdate PATCH /stages/user_logout/{stage_uuid}/
StagesAPI stagesUserLogoutRetrieve GET /stages/user_logout/{stage_uuid}/
StagesAPI stagesUserLogoutUpdate PUT /stages/user_logout/{stage_uuid}/
StagesAPI stagesUserLogoutUsedByList GET /stages/user_logout/{stage_uuid}/used_by/
StagesAPI stagesUserWriteCreate POST /stages/user_write/
StagesAPI stagesUserWriteDestroy DELETE /stages/user_write/{stage_uuid}/
StagesAPI stagesUserWriteList GET /stages/user_write/
StagesAPI stagesUserWritePartialUpdate PATCH /stages/user_write/{stage_uuid}/
StagesAPI stagesUserWriteRetrieve GET /stages/user_write/{stage_uuid}/
StagesAPI stagesUserWriteUpdate PUT /stages/user_write/{stage_uuid}/
StagesAPI stagesUserWriteUsedByList GET /stages/user_write/{stage_uuid}/used_by/
TenantsAPI tenantsDomainsCreate POST /tenants/domains/
TenantsAPI tenantsDomainsDestroy DELETE /tenants/domains/{id}/
TenantsAPI tenantsDomainsList GET /tenants/domains/
TenantsAPI tenantsDomainsPartialUpdate PATCH /tenants/domains/{id}/
TenantsAPI tenantsDomainsRetrieve GET /tenants/domains/{id}/
TenantsAPI tenantsDomainsUpdate PUT /tenants/domains/{id}/
TenantsAPI tenantsTenantsCreate POST /tenants/tenants/
TenantsAPI tenantsTenantsCreateAdminGroupCreate POST /tenants/tenants/{tenant_uuid}/create_admin_group/
TenantsAPI tenantsTenantsCreateRecoveryKeyCreate POST /tenants/tenants/{tenant_uuid}/create_recovery_key/
TenantsAPI tenantsTenantsDestroy DELETE /tenants/tenants/{tenant_uuid}/
TenantsAPI tenantsTenantsList GET /tenants/tenants/
TenantsAPI tenantsTenantsPartialUpdate PATCH /tenants/tenants/{tenant_uuid}/
TenantsAPI tenantsTenantsRetrieve GET /tenants/tenants/{tenant_uuid}/
TenantsAPI tenantsTenantsUpdate PUT /tenants/tenants/{tenant_uuid}/

Documentation For Models

Documentation For Authorization

authentik

  • Type: HTTP Bearer token authentication

Example

auth := context.WithValue(context.Background(), sw.ContextAccessToken, "BEARERTOKENSTRING")
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

[email protected]

About

Swift API Client for https://goauthentik.io

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages