Skip to content

goauthentik/client-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

authentik logo


Latest version

authentik Go API Client

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

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: 2024.4.1
  • Package version: 1.0.0

Installation

Install the following dependencies:

go get goauthentik.io/api/v3

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Documentation for API Endpoints

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

Class Method HTTP request Description
AdminApi AdminAppsList Get /admin/apps/
AdminApi AdminMetricsRetrieve Get /admin/metrics/
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 AdminVersionRetrieve Get /admin/version/
AdminApi AdminWorkersRetrieve 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 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 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 CoreApplicationsCheckAccessRetrieve Get /core/applications/{slug}/check_access/
CoreApi CoreApplicationsCreate Post /core/applications/
CoreApi CoreApplicationsDestroy Delete /core/applications/{slug}/
CoreApi CoreApplicationsList Get /core/applications/
CoreApi CoreApplicationsMetricsList Get /core/applications/{slug}/metrics/
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 CoreUsersMetricsRetrieve Get /core/users/{id}/metrics/
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 EnterpriseLicenseGetInstallIdRetrieve Get /enterprise/license/get_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 EventsEventsPerMonthList Get /events/events/per_month/
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 OutpostsLdapList Get /outposts/ldap/
OutpostsApi OutpostsLdapRetrieve Get /outposts/ldap/{id}/
OutpostsApi OutpostsProxyList Get /outposts/proxy/
OutpostsApi OutpostsProxyRetrieve Get /outposts/proxy/{id}/
OutpostsApi OutpostsRadiusList Get /outposts/radius/
OutpostsApi OutpostsRadiusRetrieve Get /outposts/radius/{id}/
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 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/
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 PropertymappingsLdapCreate Post /propertymappings/ldap/
PropertymappingsApi PropertymappingsLdapDestroy Delete /propertymappings/ldap/{pm_uuid}/
PropertymappingsApi PropertymappingsLdapList Get /propertymappings/ldap/
PropertymappingsApi PropertymappingsLdapPartialUpdate Patch /propertymappings/ldap/{pm_uuid}/
PropertymappingsApi PropertymappingsLdapRetrieve Get /propertymappings/ldap/{pm_uuid}/
PropertymappingsApi PropertymappingsLdapUpdate Put /propertymappings/ldap/{pm_uuid}/
PropertymappingsApi PropertymappingsLdapUsedByList Get /propertymappings/ldap/{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 PropertymappingsRacCreate Post /propertymappings/rac/
PropertymappingsApi PropertymappingsRacDestroy Delete /propertymappings/rac/{pm_uuid}/
PropertymappingsApi PropertymappingsRacList Get /propertymappings/rac/
PropertymappingsApi PropertymappingsRacPartialUpdate Patch /propertymappings/rac/{pm_uuid}/
PropertymappingsApi PropertymappingsRacRetrieve Get /propertymappings/rac/{pm_uuid}/
PropertymappingsApi PropertymappingsRacUpdate Put /propertymappings/rac/{pm_uuid}/
PropertymappingsApi PropertymappingsRacUsedByList Get /propertymappings/rac/{pm_uuid}/used_by/
PropertymappingsApi PropertymappingsSamlCreate Post /propertymappings/saml/
PropertymappingsApi PropertymappingsSamlDestroy Delete /propertymappings/saml/{pm_uuid}/
PropertymappingsApi PropertymappingsSamlList Get /propertymappings/saml/
PropertymappingsApi PropertymappingsSamlPartialUpdate Patch /propertymappings/saml/{pm_uuid}/
PropertymappingsApi PropertymappingsSamlRetrieve Get /propertymappings/saml/{pm_uuid}/
PropertymappingsApi PropertymappingsSamlUpdate Put /propertymappings/saml/{pm_uuid}/
PropertymappingsApi PropertymappingsSamlUsedByList Get /propertymappings/saml/{pm_uuid}/used_by/
PropertymappingsApi PropertymappingsScimCreate Post /propertymappings/scim/
PropertymappingsApi PropertymappingsScimDestroy Delete /propertymappings/scim/{pm_uuid}/
PropertymappingsApi PropertymappingsScimList Get /propertymappings/scim/
PropertymappingsApi PropertymappingsScimPartialUpdate Patch /propertymappings/scim/{pm_uuid}/
PropertymappingsApi PropertymappingsScimRetrieve Get /propertymappings/scim/{pm_uuid}/
PropertymappingsApi PropertymappingsScimUpdate Put /propertymappings/scim/{pm_uuid}/
PropertymappingsApi PropertymappingsScimUsedByList Get /propertymappings/scim/{pm_uuid}/used_by/
PropertymappingsApi PropertymappingsScopeCreate Post /propertymappings/scope/
PropertymappingsApi PropertymappingsScopeDestroy Delete /propertymappings/scope/{pm_uuid}/
PropertymappingsApi PropertymappingsScopeList Get /propertymappings/scope/
PropertymappingsApi PropertymappingsScopePartialUpdate Patch /propertymappings/scope/{pm_uuid}/
PropertymappingsApi PropertymappingsScopeRetrieve Get /propertymappings/scope/{pm_uuid}/
PropertymappingsApi PropertymappingsScopeUpdate Put /propertymappings/scope/{pm_uuid}/
PropertymappingsApi PropertymappingsScopeUsedByList Get /propertymappings/scope/{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 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 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 ProvidersScimList Get /providers/scim/
ProvidersApi ProvidersScimPartialUpdate Patch /providers/scim/{id}/
ProvidersApi ProvidersScimRetrieve Get /providers/scim/{id}/
ProvidersApi ProvidersScimSyncStatusRetrieve Get /providers/scim/{id}/sync_status/
ProvidersApi ProvidersScimUpdate Put /providers/scim/{id}/
ProvidersApi ProvidersScimUsedByList Get /providers/scim/{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 RbacPermissionsAssignedByRolesAssignCreate 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 RbacPermissionsAssignedByUsersAssignCreate 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 RbacPermissionsRolesList Get /rbac/permissions/roles/
RbacApi RbacPermissionsUsersList Get /rbac/permissions/users/
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 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 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/
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 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 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 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

hello@goauthentik.io