This repo contains a generated API client to talk with authentik's API from Go.
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.10.2
- Package version: 1.0.0
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")
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 | AdminVersionHistoryList | Get /admin/version/history/ | |
AdminApi | AdminVersionHistoryRetrieve | Get /admin/version/history/{id}/ | |
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 | 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 | 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 | 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 | 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 | 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 | 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/ | |
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/ | |
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 | 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 | 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 | 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 | 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 | 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 | 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 | 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}/ |
- AccessDeniedChallenge
- AlgEnum
- App
- AppEnum
- AppleChallengeResponseRequest
- AppleLoginChallenge
- Application
- ApplicationRequest
- AuthModeEnum
- AuthTypeEnum
- AuthenticatedSession
- AuthenticatedSessionAsn
- AuthenticatedSessionGeoIp
- AuthenticatedSessionUserAgent
- AuthenticatedSessionUserAgentDevice
- AuthenticatedSessionUserAgentOs
- AuthenticatedSessionUserAgentUserAgent
- AuthenticationEnum
- AuthenticatorAttachmentEnum
- AuthenticatorDuoChallenge
- AuthenticatorDuoChallengeResponseRequest
- AuthenticatorDuoStage
- AuthenticatorDuoStageDeviceImportResponse
- AuthenticatorDuoStageManualDeviceImportRequest
- AuthenticatorDuoStageRequest
- AuthenticatorEndpointGDTCStage
- AuthenticatorEndpointGDTCStageRequest
- AuthenticatorSMSChallenge
- AuthenticatorSMSChallengeResponseRequest
- AuthenticatorSMSStage
- AuthenticatorSMSStageRequest
- AuthenticatorStaticChallenge
- AuthenticatorStaticChallengeResponseRequest
- AuthenticatorStaticStage
- AuthenticatorStaticStageRequest
- AuthenticatorTOTPChallenge
- AuthenticatorTOTPChallengeResponseRequest
- AuthenticatorTOTPStage
- AuthenticatorTOTPStageRequest
- AuthenticatorValidateStage
- AuthenticatorValidateStageRequest
- AuthenticatorValidationChallenge
- AuthenticatorValidationChallengeResponseRequest
- AuthenticatorWebAuthnChallenge
- AuthenticatorWebAuthnChallengeResponseRequest
- AuthenticatorWebAuthnStage
- AuthenticatorWebAuthnStageRequest
- AutoSubmitChallengeResponseRequest
- AutosubmitChallenge
- BackendsEnum
- BindingTypeEnum
- BlueprintFile
- BlueprintInstance
- BlueprintInstanceRequest
- BlueprintInstanceStatusEnum
- Brand
- BrandRequest
- Cache
- CapabilitiesEnum
- CaptchaChallenge
- CaptchaChallengeResponseRequest
- CaptchaStage
- CaptchaStageRequest
- CertificateData
- CertificateGenerationRequest
- CertificateKeyPair
- CertificateKeyPairRequest
- ChallengeTypes
- ClientTypeEnum
- Config
- ConnectionToken
- ConnectionTokenRequest
- ConsentChallenge
- ConsentChallengeResponseRequest
- ConsentPermission
- ConsentStage
- ConsentStageModeEnum
- ConsentStageRequest
- ContextualFlowInfo
- ContextualFlowInfoLayoutEnum
- Coordinate
- CountryCodeEnum
- CurrentBrand
- DeniedActionEnum
- DenyStage
- DenyStageRequest
- DetailedCountry
- DetailedCountryField
- DetailedCountryFieldRequest
- Device
- DeviceChallenge
- DeviceChallengeRequest
- DeviceClassesEnum
- DigestAlgorithmEnum
- DigitsEnum
- DockerServiceConnection
- DockerServiceConnectionRequest
- Domain
- DomainRequest
- DummyChallenge
- DummyChallengeResponseRequest
- DummyPolicy
- DummyPolicyRequest
- DummyStage
- DummyStageRequest
- DuoDevice
- DuoDeviceEnrollmentStatus
- DuoDeviceRequest
- DuoResponseEnum
- EmailChallenge
- EmailChallengeResponseRequest
- EmailStage
- EmailStageRequest
- Endpoint
- EndpointDevice
- EndpointDeviceRequest
- EndpointRequest
- ErrorDetail
- ErrorReportingConfig
- Event
- EventActions
- EventMatcherPolicy
- EventMatcherPolicyRequest
- EventRequest
- EventTopPerUser
- ExpiringBaseGrantModel
- ExpressionPolicy
- ExpressionPolicyRequest
- ExtraRoleObjectPermission
- ExtraRoleObjectPermissionRequest
- ExtraUserObjectPermission
- ExtraUserObjectPermissionRequest
- FilePathRequest
- Flow
- FlowChallengeResponseRequest
- FlowDesignationEnum
- FlowDiagram
- FlowErrorChallenge
- FlowImportResult
- FlowInspection
- FlowInspectorPlan
- FlowLayoutEnum
- FlowRequest
- FlowSet
- FlowSetRequest
- FlowStageBinding
- FlowStageBindingRequest
- FooterLink
- FrameChallenge
- FrameChallengeResponseRequest
- GenericError
- GeoIPPolicy
- GeoIPPolicyRequest
- GeoipBindingEnum
- GoogleWorkspaceProvider
- GoogleWorkspaceProviderGroup
- GoogleWorkspaceProviderGroupRequest
- GoogleWorkspaceProviderMapping
- GoogleWorkspaceProviderMappingRequest
- GoogleWorkspaceProviderRequest
- GoogleWorkspaceProviderUser
- GoogleWorkspaceProviderUserRequest
- Group
- GroupKerberosSourceConnection
- GroupMatchingModeEnum
- GroupMember
- GroupMemberRequest
- GroupOAuthSourceConnection
- GroupPlexSourceConnection
- GroupRequest
- GroupSAMLSourceConnection
- IdentificationChallenge
- IdentificationChallengeResponseRequest
- IdentificationStage
- IdentificationStageRequest
- ImpersonationRequest
- InstallID
- IntentEnum
- InvalidResponseActionEnum
- Invitation
- InvitationRequest
- InvitationStage
- InvitationStageRequest
- IssuerModeEnum
- KerberosSource
- KerberosSourcePropertyMapping
- KerberosSourcePropertyMappingRequest
- KerberosSourceRequest
- KerberosSyncStatus
- KubernetesServiceConnection
- KubernetesServiceConnectionRequest
- LDAPAPIAccessMode
- LDAPCheckAccess
- LDAPDebug
- LDAPOutpostConfig
- LDAPProvider
- LDAPProviderRequest
- LDAPSource
- LDAPSourcePropertyMapping
- LDAPSourcePropertyMappingRequest
- LDAPSourceRequest
- License
- LicenseFlagsEnum
- LicenseForecast
- LicenseRequest
- LicenseSummary
- LicenseSummaryStatusEnum
- Link
- LogEvent
- LogLevelEnum
- LoginChallengeTypes
- LoginMetrics
- LoginSource
- Metadata
- MicrosoftEntraProvider
- MicrosoftEntraProviderGroup
- MicrosoftEntraProviderGroupRequest
- MicrosoftEntraProviderMapping
- MicrosoftEntraProviderMappingRequest
- MicrosoftEntraProviderRequest
- MicrosoftEntraProviderUser
- MicrosoftEntraProviderUserRequest
- ModelEnum
- ModelRequest
- NameIdPolicyEnum
- NetworkBindingEnum
- NotConfiguredActionEnum
- Notification
- NotificationRequest
- NotificationRule
- NotificationRuleRequest
- NotificationTransport
- NotificationTransportModeEnum
- NotificationTransportRequest
- NotificationTransportTest
- NotificationWebhookMapping
- NotificationWebhookMappingRequest
- OAuth2Provider
- OAuth2ProviderRequest
- OAuth2ProviderSetupURLs
- OAuthDeviceCodeChallenge
- OAuthDeviceCodeChallengeResponseRequest
- OAuthDeviceCodeFinishChallenge
- OAuthDeviceCodeFinishChallengeResponseRequest
- OAuthSource
- OAuthSourcePropertyMapping
- OAuthSourcePropertyMappingRequest
- OAuthSourceRequest
- OpenIDConnectConfiguration
- OutgoingSyncDeleteAction
- Outpost
- OutpostDefaultConfig
- OutpostHealth
- OutpostRequest
- OutpostTypeEnum
- PaginatedApplicationList
- PaginatedAuthenticatedSessionList
- PaginatedAuthenticatorDuoStageList
- PaginatedAuthenticatorEndpointGDTCStageList
- PaginatedAuthenticatorSMSStageList
- PaginatedAuthenticatorStaticStageList
- PaginatedAuthenticatorTOTPStageList
- PaginatedAuthenticatorValidateStageList
- PaginatedAuthenticatorWebAuthnStageList
- PaginatedBlueprintInstanceList
- PaginatedBrandList
- PaginatedCaptchaStageList
- PaginatedCertificateKeyPairList
- PaginatedConnectionTokenList
- PaginatedConsentStageList
- PaginatedDenyStageList
- PaginatedDockerServiceConnectionList
- PaginatedDomainList
- PaginatedDummyPolicyList
- PaginatedDummyStageList
- PaginatedDuoDeviceList
- PaginatedEmailStageList
- PaginatedEndpointDeviceList
- PaginatedEndpointList
- PaginatedEventList
- PaginatedEventMatcherPolicyList
- PaginatedExpiringBaseGrantModelList
- PaginatedExpressionPolicyList
- PaginatedExtraRoleObjectPermissionList
- PaginatedExtraUserObjectPermissionList
- PaginatedFlowList
- PaginatedFlowStageBindingList
- PaginatedGeoIPPolicyList
- PaginatedGoogleWorkspaceProviderGroupList
- PaginatedGoogleWorkspaceProviderList
- PaginatedGoogleWorkspaceProviderMappingList
- PaginatedGoogleWorkspaceProviderUserList
- PaginatedGroupKerberosSourceConnectionList
- PaginatedGroupList
- PaginatedGroupOAuthSourceConnectionList
- PaginatedGroupPlexSourceConnectionList
- PaginatedGroupSAMLSourceConnectionList
- PaginatedIdentificationStageList
- PaginatedInvitationList
- PaginatedInvitationStageList
- PaginatedKerberosSourceList
- PaginatedKerberosSourcePropertyMappingList
- PaginatedKubernetesServiceConnectionList
- PaginatedLDAPOutpostConfigList
- PaginatedLDAPProviderList
- PaginatedLDAPSourceList
- PaginatedLDAPSourcePropertyMappingList
- PaginatedLicenseList
- PaginatedMicrosoftEntraProviderGroupList
- PaginatedMicrosoftEntraProviderList
- PaginatedMicrosoftEntraProviderMappingList
- PaginatedMicrosoftEntraProviderUserList
- PaginatedNotificationList
- PaginatedNotificationRuleList
- PaginatedNotificationTransportList
- PaginatedNotificationWebhookMappingList
- PaginatedOAuth2ProviderList
- PaginatedOAuthSourceList
- PaginatedOAuthSourcePropertyMappingList
- PaginatedOutpostList
- PaginatedPasswordExpiryPolicyList
- PaginatedPasswordPolicyList
- PaginatedPasswordStageList
- PaginatedPermissionList
- PaginatedPlexSourceList
- PaginatedPlexSourcePropertyMappingList
- PaginatedPolicyBindingList
- PaginatedPolicyList
- PaginatedPromptList
- PaginatedPromptStageList
- PaginatedPropertyMappingList
- PaginatedProviderList
- PaginatedProxyOutpostConfigList
- PaginatedProxyProviderList
- PaginatedRACPropertyMappingList
- PaginatedRACProviderList
- PaginatedRadiusOutpostConfigList
- PaginatedRadiusProviderList
- PaginatedRadiusProviderPropertyMappingList
- PaginatedReputationList
- PaginatedReputationPolicyList
- PaginatedRoleAssignedObjectPermissionList
- PaginatedRoleList
- PaginatedSAMLPropertyMappingList
- PaginatedSAMLProviderList
- PaginatedSAMLSourceList
- PaginatedSAMLSourcePropertyMappingList
- PaginatedSCIMMappingList
- PaginatedSCIMProviderGroupList
- PaginatedSCIMProviderList
- PaginatedSCIMProviderUserList
- PaginatedSCIMSourceGroupList
- PaginatedSCIMSourceList
- PaginatedSCIMSourcePropertyMappingList
- PaginatedSCIMSourceUserList
- PaginatedSMSDeviceList
- PaginatedScopeMappingList
- PaginatedServiceConnectionList
- PaginatedSourceList
- PaginatedSourceStageList
- PaginatedStageList
- PaginatedStaticDeviceList
- PaginatedSystemTaskList
- PaginatedTOTPDeviceList
- PaginatedTenantList
- PaginatedTokenList
- PaginatedTokenModelList
- PaginatedUserAssignedObjectPermissionList
- PaginatedUserConsentList
- PaginatedUserDeleteStageList
- PaginatedUserKerberosSourceConnectionList
- PaginatedUserList
- PaginatedUserLoginStageList
- PaginatedUserLogoutStageList
- PaginatedUserOAuthSourceConnectionList
- PaginatedUserPlexSourceConnectionList
- PaginatedUserSAMLSourceConnectionList
- PaginatedUserSourceConnectionList
- PaginatedUserWriteStageList
- PaginatedWebAuthnDeviceList
- PaginatedWebAuthnDeviceTypeList
- Pagination
- PasswordChallenge
- PasswordChallengeResponseRequest
- PasswordExpiryPolicy
- PasswordExpiryPolicyRequest
- PasswordPolicy
- PasswordPolicyRequest
- PasswordStage
- PasswordStageRequest
- PatchedApplicationRequest
- PatchedAuthenticatorDuoStageRequest
- PatchedAuthenticatorEndpointGDTCStageRequest
- PatchedAuthenticatorSMSStageRequest
- PatchedAuthenticatorStaticStageRequest
- PatchedAuthenticatorTOTPStageRequest
- PatchedAuthenticatorValidateStageRequest
- PatchedAuthenticatorWebAuthnStageRequest
- PatchedBlueprintInstanceRequest
- PatchedBrandRequest
- PatchedCaptchaStageRequest
- PatchedCertificateKeyPairRequest
- PatchedConnectionTokenRequest
- PatchedConsentStageRequest
- PatchedDenyStageRequest
- PatchedDockerServiceConnectionRequest
- PatchedDomainRequest
- PatchedDummyPolicyRequest
- PatchedDummyStageRequest
- PatchedDuoDeviceRequest
- PatchedEmailStageRequest
- PatchedEndpointDeviceRequest
- PatchedEndpointRequest
- PatchedEventMatcherPolicyRequest
- PatchedEventRequest
- PatchedExpressionPolicyRequest
- PatchedExtraRoleObjectPermissionRequest
- PatchedExtraUserObjectPermissionRequest
- PatchedFlowRequest
- PatchedFlowStageBindingRequest
- PatchedGeoIPPolicyRequest
- PatchedGoogleWorkspaceProviderMappingRequest
- PatchedGoogleWorkspaceProviderRequest
- PatchedGroupRequest
- PatchedIdentificationStageRequest
- PatchedInvitationRequest
- PatchedInvitationStageRequest
- PatchedKerberosSourcePropertyMappingRequest
- PatchedKerberosSourceRequest
- PatchedKubernetesServiceConnectionRequest
- PatchedLDAPProviderRequest
- PatchedLDAPSourcePropertyMappingRequest
- PatchedLDAPSourceRequest
- PatchedLicenseRequest
- PatchedMicrosoftEntraProviderMappingRequest
- PatchedMicrosoftEntraProviderRequest
- PatchedNotificationRequest
- PatchedNotificationRuleRequest
- PatchedNotificationTransportRequest
- PatchedNotificationWebhookMappingRequest
- PatchedOAuth2ProviderRequest
- PatchedOAuthSourcePropertyMappingRequest
- PatchedOAuthSourceRequest
- PatchedOutpostRequest
- PatchedPasswordExpiryPolicyRequest
- PatchedPasswordPolicyRequest
- PatchedPasswordStageRequest
- PatchedPermissionAssignRequest
- PatchedPlexSourcePropertyMappingRequest
- PatchedPlexSourceRequest
- PatchedPolicyBindingRequest
- PatchedPromptRequest
- PatchedPromptStageRequest
- PatchedProxyProviderRequest
- PatchedRACPropertyMappingRequest
- PatchedRACProviderRequest
- PatchedRadiusProviderPropertyMappingRequest
- PatchedRadiusProviderRequest
- PatchedReputationPolicyRequest
- PatchedRoleRequest
- PatchedSAMLPropertyMappingRequest
- PatchedSAMLProviderRequest
- PatchedSAMLSourcePropertyMappingRequest
- PatchedSAMLSourceRequest
- PatchedSCIMMappingRequest
- PatchedSCIMProviderRequest
- PatchedSCIMSourceGroupRequest
- PatchedSCIMSourcePropertyMappingRequest
- PatchedSCIMSourceRequest
- PatchedSCIMSourceUserRequest
- PatchedSMSDeviceRequest
- PatchedScopeMappingRequest
- PatchedSettingsRequest
- PatchedSourceStageRequest
- PatchedStaticDeviceRequest
- PatchedTOTPDeviceRequest
- PatchedTenantRequest
- PatchedTokenRequest
- PatchedUserDeleteStageRequest
- PatchedUserKerberosSourceConnectionRequest
- PatchedUserLoginStageRequest
- PatchedUserLogoutStageRequest
- PatchedUserOAuthSourceConnectionRequest
- PatchedUserPlexSourceConnectionRequest
- PatchedUserRequest
- PatchedUserSAMLSourceConnectionRequest
- PatchedUserWriteStageRequest
- PatchedWebAuthnDeviceRequest
- Permission
- PermissionAssignRequest
- PermissionAssignResult
- PlexAuthenticationChallenge
- PlexAuthenticationChallengeResponseRequest
- PlexSource
- PlexSourcePropertyMapping
- PlexSourcePropertyMappingRequest
- PlexSourceRequest
- PlexTokenRedeemRequest
- Policy
- PolicyBinding
- PolicyBindingRequest
- PolicyEngineMode
- PolicyRequest
- PolicyTestRequest
- PolicyTestResult
- Prompt
- PromptChallenge
- PromptChallengeResponseRequest
- PromptRequest
- PromptStage
- PromptStageRequest
- PromptTypeEnum
- PropertyMapping
- PropertyMappingPreview
- PropertyMappingTestRequest
- PropertyMappingTestResult
- ProtocolEnum
- Provider
- ProviderEnum
- ProviderModelEnum
- ProviderRequest
- ProviderTypeEnum
- ProxyMode
- ProxyOutpostConfig
- ProxyProvider
- ProxyProviderRequest
- RACPropertyMapping
- RACPropertyMappingRequest
- RACProvider
- RACProviderRequest
- RadiusCheckAccess
- RadiusOutpostConfig
- RadiusProvider
- RadiusProviderPropertyMapping
- RadiusProviderPropertyMappingRequest
- RadiusProviderRequest
- RedirectChallenge
- Reputation
- ReputationPolicy
- ReputationPolicyRequest
- ResidentKeyRequirementEnum
- Role
- RoleAssignedObjectPermission
- RoleObjectPermission
- RoleRequest
- SAMLMetadata
- SAMLPropertyMapping
- SAMLPropertyMappingRequest
- SAMLProvider
- SAMLProviderRequest
- SAMLSource
- SAMLSourcePropertyMapping
- SAMLSourcePropertyMappingRequest
- SAMLSourceRequest
- SCIMMapping
- SCIMMappingRequest
- SCIMProvider
- SCIMProviderGroup
- SCIMProviderGroupRequest
- SCIMProviderRequest
- SCIMProviderUser
- SCIMProviderUserRequest
- SCIMSource
- SCIMSourceGroup
- SCIMSourceGroupRequest
- SCIMSourcePropertyMapping
- SCIMSourcePropertyMappingRequest
- SCIMSourceRequest
- SCIMSourceUser
- SCIMSourceUserRequest
- SMSDevice
- SMSDeviceRequest
- ScopeMapping
- ScopeMappingRequest
- SelectableStage
- ServiceConnection
- ServiceConnectionRequest
- ServiceConnectionState
- SessionEndChallenge
- SessionUser
- Settings
- SettingsRequest
- SeverityEnum
- ShellChallenge
- SignatureAlgorithmEnum
- Source
- SourceRequest
- SourceStage
- SourceStageRequest
- SourceType
- SpBindingEnum
- Stage
- StagePrompt
- StageRequest
- StaticDevice
- StaticDeviceRequest
- StaticDeviceToken
- StaticDeviceTokenRequest
- SubModeEnum
- SyncObjectModelEnum
- SyncObjectRequest
- SyncObjectResult
- SyncStatus
- SystemInfo
- SystemInfoRuntime
- SystemTask
- SystemTaskStatusEnum
- TOTPDevice
- TOTPDeviceRequest
- Tenant
- TenantAdminGroupRequestRequest
- TenantRecoveryKeyRequestRequest
- TenantRecoveryKeyResponse
- TenantRequest
- Token
- TokenModel
- TokenRequest
- TokenSetKeyRequest
- TokenView
- TransactionApplicationRequest
- TransactionApplicationResponse
- TransactionPolicyBindingRequest
- TypeCreate
- UiThemeEnum
- UsedBy
- UsedByActionEnum
- User
- UserAccountRequest
- UserAssignedObjectPermission
- UserConsent
- UserCreationModeEnum
- UserDeleteStage
- UserDeleteStageRequest
- UserFieldsEnum
- UserGroup
- UserGroupRequest
- UserKerberosSourceConnection
- UserKerberosSourceConnectionRequest
- UserLoginChallenge
- UserLoginChallengeResponseRequest
- UserLoginStage
- UserLoginStageRequest
- UserLogoutStage
- UserLogoutStageRequest
- UserMatchingModeEnum
- UserMetrics
- UserOAuthSourceConnection
- UserOAuthSourceConnectionRequest
- UserObjectPermission
- UserPasswordSetRequest
- UserPath
- UserPlexSourceConnection
- UserPlexSourceConnectionRequest
- UserRequest
- UserSAMLSourceConnection
- UserSAMLSourceConnectionRequest
- UserSelf
- UserSelfGroups
- UserServiceAccountRequest
- UserServiceAccountResponse
- UserSetting
- UserSourceConnection
- UserTypeEnum
- UserVerificationEnum
- UserWriteStage
- UserWriteStageRequest
- ValidationError
- Version
- VersionHistory
- WebAuthnDevice
- WebAuthnDeviceDeviceType
- WebAuthnDeviceRequest
- WebAuthnDeviceType
- WebAuthnDeviceTypeRequest
- Workers
- Type: HTTP Bearer token authentication
Example
auth := context.WithValue(context.Background(), sw.ContextAccessToken, "BEARERTOKENSTRING")
r, err := client.Service.Operation(auth, args)
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