@goauthentik/api 2026.2.0-rc1-1769128766 → 2026.2.0-rc1-1769200848
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +8 -0
- package/dist/apis/EndpointsApi.d.ts +84 -1
- package/dist/apis/EndpointsApi.d.ts.map +1 -1
- package/dist/apis/EndpointsApi.js +249 -0
- package/dist/apis/EndpointsApi.js.map +1 -1
- package/dist/apis/RbacApi.d.ts +1 -0
- package/dist/apis/RbacApi.d.ts.map +1 -1
- package/dist/apis/RbacApi.js +1 -0
- package/dist/apis/RbacApi.js.map +1 -1
- package/dist/esm/apis/EndpointsApi.d.ts +84 -1
- package/dist/esm/apis/EndpointsApi.d.ts.map +1 -1
- package/dist/esm/apis/EndpointsApi.js +249 -0
- package/dist/esm/apis/EndpointsApi.js.map +1 -1
- package/dist/esm/apis/RbacApi.d.ts +1 -0
- package/dist/esm/apis/RbacApi.d.ts.map +1 -1
- package/dist/esm/apis/RbacApi.js +1 -0
- package/dist/esm/apis/RbacApi.js.map +1 -1
- package/dist/esm/models/AppEnum.d.ts +1 -0
- package/dist/esm/models/AppEnum.d.ts.map +1 -1
- package/dist/esm/models/AppEnum.js +1 -0
- package/dist/esm/models/AppEnum.js.map +1 -1
- package/dist/esm/models/DeviceAccessGroup.d.ts +8 -0
- package/dist/esm/models/DeviceAccessGroup.d.ts.map +1 -1
- package/dist/esm/models/DeviceAccessGroup.js +2 -0
- package/dist/esm/models/DeviceAccessGroup.js.map +1 -1
- package/dist/esm/models/DeviceAccessGroupRequest.d.ts +8 -0
- package/dist/esm/models/DeviceAccessGroupRequest.d.ts.map +1 -1
- package/dist/esm/models/DeviceAccessGroupRequest.js +2 -0
- package/dist/esm/models/DeviceAccessGroupRequest.js.map +1 -1
- package/dist/esm/models/FleetConnector.d.ts +93 -0
- package/dist/esm/models/FleetConnector.d.ts.map +1 -0
- package/dist/esm/models/FleetConnector.js +77 -0
- package/dist/esm/models/FleetConnector.js.map +1 -0
- package/dist/esm/models/FleetConnectorRequest.d.ts +75 -0
- package/dist/esm/models/FleetConnectorRequest.d.ts.map +1 -0
- package/dist/esm/models/FleetConnectorRequest.js +69 -0
- package/dist/esm/models/FleetConnectorRequest.js.map +1 -0
- package/dist/esm/models/ModelEnum.d.ts +1 -0
- package/dist/esm/models/ModelEnum.d.ts.map +1 -1
- package/dist/esm/models/ModelEnum.js +1 -0
- package/dist/esm/models/ModelEnum.js.map +1 -1
- package/dist/esm/models/OperatingSystem.d.ts +7 -3
- package/dist/esm/models/OperatingSystem.d.ts.map +1 -1
- package/dist/esm/models/OperatingSystem.js.map +1 -1
- package/dist/esm/models/OperatingSystemRequest.d.ts +7 -3
- package/dist/esm/models/OperatingSystemRequest.d.ts.map +1 -1
- package/dist/esm/models/OperatingSystemRequest.js.map +1 -1
- package/dist/esm/models/PaginatedFleetConnectorList.d.ts +49 -0
- package/dist/esm/models/PaginatedFleetConnectorList.d.ts.map +1 -0
- package/dist/esm/models/PaginatedFleetConnectorList.js +61 -0
- package/dist/esm/models/PaginatedFleetConnectorList.js.map +1 -0
- package/dist/esm/models/PatchedDeviceAccessGroupRequest.d.ts +8 -0
- package/dist/esm/models/PatchedDeviceAccessGroupRequest.d.ts.map +1 -1
- package/dist/esm/models/PatchedDeviceAccessGroupRequest.js +2 -0
- package/dist/esm/models/PatchedDeviceAccessGroupRequest.js.map +1 -1
- package/dist/esm/models/PatchedFleetConnectorRequest.d.ts +75 -0
- package/dist/esm/models/PatchedFleetConnectorRequest.d.ts.map +1 -0
- package/dist/esm/models/PatchedFleetConnectorRequest.js +63 -0
- package/dist/esm/models/PatchedFleetConnectorRequest.js.map +1 -0
- package/dist/esm/models/VendorEnum.d.ts +1 -0
- package/dist/esm/models/VendorEnum.d.ts.map +1 -1
- package/dist/esm/models/VendorEnum.js +1 -0
- package/dist/esm/models/VendorEnum.js.map +1 -1
- package/dist/esm/models/index.d.ts +4 -0
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/models/AppEnum.d.ts +1 -0
- package/dist/models/AppEnum.d.ts.map +1 -1
- package/dist/models/AppEnum.js +1 -0
- package/dist/models/AppEnum.js.map +1 -1
- package/dist/models/DeviceAccessGroup.d.ts +8 -0
- package/dist/models/DeviceAccessGroup.d.ts.map +1 -1
- package/dist/models/DeviceAccessGroup.js +2 -0
- package/dist/models/DeviceAccessGroup.js.map +1 -1
- package/dist/models/DeviceAccessGroupRequest.d.ts +8 -0
- package/dist/models/DeviceAccessGroupRequest.d.ts.map +1 -1
- package/dist/models/DeviceAccessGroupRequest.js +2 -0
- package/dist/models/DeviceAccessGroupRequest.js.map +1 -1
- package/dist/models/FleetConnector.d.ts +93 -0
- package/dist/models/FleetConnector.d.ts.map +1 -0
- package/dist/models/FleetConnector.js +77 -0
- package/dist/models/FleetConnector.js.map +1 -0
- package/dist/models/FleetConnectorRequest.d.ts +75 -0
- package/dist/models/FleetConnectorRequest.d.ts.map +1 -0
- package/dist/models/FleetConnectorRequest.js +69 -0
- package/dist/models/FleetConnectorRequest.js.map +1 -0
- package/dist/models/ModelEnum.d.ts +1 -0
- package/dist/models/ModelEnum.d.ts.map +1 -1
- package/dist/models/ModelEnum.js +1 -0
- package/dist/models/ModelEnum.js.map +1 -1
- package/dist/models/OperatingSystem.d.ts +7 -3
- package/dist/models/OperatingSystem.d.ts.map +1 -1
- package/dist/models/OperatingSystem.js.map +1 -1
- package/dist/models/OperatingSystemRequest.d.ts +7 -3
- package/dist/models/OperatingSystemRequest.d.ts.map +1 -1
- package/dist/models/OperatingSystemRequest.js.map +1 -1
- package/dist/models/PaginatedFleetConnectorList.d.ts +49 -0
- package/dist/models/PaginatedFleetConnectorList.d.ts.map +1 -0
- package/dist/models/PaginatedFleetConnectorList.js +61 -0
- package/dist/models/PaginatedFleetConnectorList.js.map +1 -0
- package/dist/models/PatchedDeviceAccessGroupRequest.d.ts +8 -0
- package/dist/models/PatchedDeviceAccessGroupRequest.d.ts.map +1 -1
- package/dist/models/PatchedDeviceAccessGroupRequest.js +2 -0
- package/dist/models/PatchedDeviceAccessGroupRequest.js.map +1 -1
- package/dist/models/PatchedFleetConnectorRequest.d.ts +75 -0
- package/dist/models/PatchedFleetConnectorRequest.d.ts.map +1 -0
- package/dist/models/PatchedFleetConnectorRequest.js +63 -0
- package/dist/models/PatchedFleetConnectorRequest.js.map +1 -0
- package/dist/models/VendorEnum.d.ts +1 -0
- package/dist/models/VendorEnum.d.ts.map +1 -1
- package/dist/models/VendorEnum.js +1 -0
- package/dist/models/VendorEnum.js.map +1 -1
- package/dist/models/index.d.ts +4 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +4 -0
- package/dist/models/index.js.map +1 -1
- package/dist/tsconfig.esm.tsbuildinfo +1 -1
- package/docs/DeviceAccessGroup.md +2 -0
- package/docs/DeviceAccessGroupRequest.md +2 -0
- package/docs/EndpointsApi.md +536 -0
- package/docs/FleetConnector.md +55 -0
- package/docs/FleetConnectorRequest.md +49 -0
- package/docs/OperatingSystem.md +1 -0
- package/docs/OperatingSystemRequest.md +1 -0
- package/docs/PaginatedFleetConnectorList.md +38 -0
- package/docs/PatchedDeviceAccessGroupRequest.md +2 -0
- package/docs/PatchedFleetConnectorRequest.md +49 -0
- package/docs/RbacApi.md +2 -2
- package/package.json +1 -1
- package/src/apis/EndpointsApi.ts +387 -0
- package/src/apis/RbacApi.ts +1 -0
- package/src/models/AppEnum.ts +1 -0
- package/src/models/DeviceAccessGroup.ts +8 -0
- package/src/models/DeviceAccessGroupRequest.ts +8 -0
- package/src/models/FleetConnector.ts +147 -0
- package/src/models/FleetConnectorRequest.ts +124 -0
- package/src/models/ModelEnum.ts +1 -0
- package/src/models/OperatingSystem.ts +7 -3
- package/src/models/OperatingSystemRequest.ts +7 -3
- package/src/models/PaginatedFleetConnectorList.ts +99 -0
- package/src/models/PatchedDeviceAccessGroupRequest.ts +8 -0
- package/src/models/PatchedFleetConnectorRequest.ts +121 -0
- package/src/models/VendorEnum.ts +1 -0
- package/src/models/index.ts +4 -0
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
|
|
2
|
+
# PaginatedFleetConnectorList
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`pagination` | [Pagination](Pagination.md)
|
|
10
|
+
`results` | [Array<FleetConnector>](FleetConnector.md)
|
|
11
|
+
`autocomplete` | { [key: string]: any; }
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import type { PaginatedFleetConnectorList } from '@goauthentik/api'
|
|
17
|
+
|
|
18
|
+
// TODO: Update the object below with actual values
|
|
19
|
+
const example = {
|
|
20
|
+
"pagination": null,
|
|
21
|
+
"results": null,
|
|
22
|
+
"autocomplete": null,
|
|
23
|
+
} satisfies PaginatedFleetConnectorList
|
|
24
|
+
|
|
25
|
+
console.log(example)
|
|
26
|
+
|
|
27
|
+
// Convert the instance to a JSON string
|
|
28
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
29
|
+
console.log(exampleJSON)
|
|
30
|
+
|
|
31
|
+
// Parse the JSON string back to an object
|
|
32
|
+
const exampleParsed = JSON.parse(exampleJSON) as PaginatedFleetConnectorList
|
|
33
|
+
console.log(exampleParsed)
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
37
|
+
|
|
38
|
+
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
Name | Type
|
|
8
8
|
------------ | -------------
|
|
9
9
|
`name` | string
|
|
10
|
+
`attributes` | { [key: string]: any; }
|
|
10
11
|
|
|
11
12
|
## Example
|
|
12
13
|
|
|
@@ -16,6 +17,7 @@ import type { PatchedDeviceAccessGroupRequest } from '@goauthentik/api'
|
|
|
16
17
|
// TODO: Update the object below with actual values
|
|
17
18
|
const example = {
|
|
18
19
|
"name": null,
|
|
20
|
+
"attributes": null,
|
|
19
21
|
} satisfies PatchedDeviceAccessGroupRequest
|
|
20
22
|
|
|
21
23
|
console.log(example)
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
|
|
2
|
+
# PatchedFleetConnectorRequest
|
|
3
|
+
|
|
4
|
+
FleetConnector Serializer
|
|
5
|
+
|
|
6
|
+
## Properties
|
|
7
|
+
|
|
8
|
+
Name | Type
|
|
9
|
+
------------ | -------------
|
|
10
|
+
`connectorUuid` | string
|
|
11
|
+
`name` | string
|
|
12
|
+
`enabled` | boolean
|
|
13
|
+
`url` | string
|
|
14
|
+
`token` | string
|
|
15
|
+
`headersMapping` | string
|
|
16
|
+
`mapUsers` | boolean
|
|
17
|
+
`mapTeamsAccessGroup` | boolean
|
|
18
|
+
|
|
19
|
+
## Example
|
|
20
|
+
|
|
21
|
+
```typescript
|
|
22
|
+
import type { PatchedFleetConnectorRequest } from '@goauthentik/api'
|
|
23
|
+
|
|
24
|
+
// TODO: Update the object below with actual values
|
|
25
|
+
const example = {
|
|
26
|
+
"connectorUuid": null,
|
|
27
|
+
"name": null,
|
|
28
|
+
"enabled": null,
|
|
29
|
+
"url": null,
|
|
30
|
+
"token": null,
|
|
31
|
+
"headersMapping": null,
|
|
32
|
+
"mapUsers": null,
|
|
33
|
+
"mapTeamsAccessGroup": null,
|
|
34
|
+
} satisfies PatchedFleetConnectorRequest
|
|
35
|
+
|
|
36
|
+
console.log(example)
|
|
37
|
+
|
|
38
|
+
// Convert the instance to a JSON string
|
|
39
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
40
|
+
console.log(exampleJSON)
|
|
41
|
+
|
|
42
|
+
// Parse the JSON string back to an object
|
|
43
|
+
const exampleParsed = JSON.parse(exampleJSON) as PatchedFleetConnectorRequest
|
|
44
|
+
console.log(exampleParsed)
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
48
|
+
|
|
49
|
+
|
package/docs/RbacApi.md
CHANGED
|
@@ -660,7 +660,7 @@ async function example() {
|
|
|
660
660
|
const api = new RbacApi(config);
|
|
661
661
|
|
|
662
662
|
const body = {
|
|
663
|
-
// 'authentik_blueprints.blueprintinstance' | 'authentik_brands.brand' | 'authentik_core.application' | 'authentik_core.applicationentitlement' | 'authentik_core.group' | 'authentik_core.token' | 'authentik_core.user' | 'authentik_crypto.certificatekeypair' | 'authentik_endpoints.deviceaccessgroup' | 'authentik_endpoints.deviceuserbinding' | 'authentik_endpoints.endpointstage' | 'authentik_endpoints_connectors_agent.agentconnector' | 'authentik_endpoints_connectors_agent.agentdeviceuserbinding' | 'authentik_endpoints_connectors_agent.enrollmenttoken' | 'authentik_enterprise.license' | 'authentik_events.event' | 'authentik_events.notification' | 'authentik_events.notificationrule' | 'authentik_events.notificationtransport' | 'authentik_events.notificationwebhookmapping' | 'authentik_flows.flow' | 'authentik_flows.flowstagebinding' | 'authentik_outposts.dockerserviceconnection' | 'authentik_outposts.kubernetesserviceconnection' | 'authentik_outposts.outpost' | 'authentik_policies.policybinding' | 'authentik_policies_dummy.dummypolicy' | 'authentik_policies_event_matcher.eventmatcherpolicy' | 'authentik_policies_expiry.passwordexpirypolicy' | 'authentik_policies_expression.expressionpolicy' | 'authentik_policies_geoip.geoippolicy' | 'authentik_policies_password.passwordpolicy' | 'authentik_policies_reputation.reputationpolicy' | 'authentik_policies_unique_password.uniquepasswordpolicy' | 'authentik_providers_google_workspace.googleworkspaceprovider' | 'authentik_providers_google_workspace.googleworkspaceprovidermapping' | 'authentik_providers_ldap.ldapprovider' | 'authentik_providers_microsoft_entra.microsoftentraprovider' | 'authentik_providers_microsoft_entra.microsoftentraprovidermapping' | 'authentik_providers_oauth2.oauth2provider' | 'authentik_providers_oauth2.scopemapping' | 'authentik_providers_proxy.proxyprovider' | 'authentik_providers_rac.endpoint' | 'authentik_providers_rac.racpropertymapping' | 'authentik_providers_rac.racprovider' | 'authentik_providers_radius.radiusprovider' | 'authentik_providers_radius.radiusproviderpropertymapping' | 'authentik_providers_saml.samlpropertymapping' | 'authentik_providers_saml.samlprovider' | 'authentik_providers_scim.scimmapping' | 'authentik_providers_scim.scimprovider' | 'authentik_providers_ssf.ssfprovider' | 'authentik_rbac.initialpermissions' | 'authentik_rbac.role' | 'authentik_reports.dataexport' | 'authentik_sources_kerberos.groupkerberossourceconnection' | 'authentik_sources_kerberos.kerberossource' | 'authentik_sources_kerberos.kerberossourcepropertymapping' | 'authentik_sources_kerberos.userkerberossourceconnection' | 'authentik_sources_ldap.groupldapsourceconnection' | 'authentik_sources_ldap.ldapsource' | 'authentik_sources_ldap.ldapsourcepropertymapping' | 'authentik_sources_ldap.userldapsourceconnection' | 'authentik_sources_oauth.groupoauthsourceconnection' | 'authentik_sources_oauth.oauthsource' | 'authentik_sources_oauth.oauthsourcepropertymapping' | 'authentik_sources_oauth.useroauthsourceconnection' | 'authentik_sources_plex.groupplexsourceconnection' | 'authentik_sources_plex.plexsource' | 'authentik_sources_plex.plexsourcepropertymapping' | 'authentik_sources_plex.userplexsourceconnection' | 'authentik_sources_saml.groupsamlsourceconnection' | 'authentik_sources_saml.samlsource' | 'authentik_sources_saml.samlsourcepropertymapping' | 'authentik_sources_saml.usersamlsourceconnection' | 'authentik_sources_scim.scimsource' | 'authentik_sources_scim.scimsourcepropertymapping' | 'authentik_sources_telegram.grouptelegramsourceconnection' | 'authentik_sources_telegram.telegramsource' | 'authentik_sources_telegram.telegramsourcepropertymapping' | 'authentik_sources_telegram.usertelegramsourceconnection' | 'authentik_stages_authenticator_duo.authenticatorduostage' | 'authentik_stages_authenticator_duo.duodevice' | 'authentik_stages_authenticator_email.authenticatoremailstage' | 'authentik_stages_authenticator_email.emaildevice' | 'authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage' | 'authentik_stages_authenticator_sms.authenticatorsmsstage' | 'authentik_stages_authenticator_sms.smsdevice' | 'authentik_stages_authenticator_static.authenticatorstaticstage' | 'authentik_stages_authenticator_static.staticdevice' | 'authentik_stages_authenticator_totp.authenticatortotpstage' | 'authentik_stages_authenticator_totp.totpdevice' | 'authentik_stages_authenticator_validate.authenticatorvalidatestage' | 'authentik_stages_authenticator_webauthn.authenticatorwebauthnstage' | 'authentik_stages_authenticator_webauthn.webauthndevice' | 'authentik_stages_captcha.captchastage' | 'authentik_stages_consent.consentstage' | 'authentik_stages_deny.denystage' | 'authentik_stages_dummy.dummystage' | 'authentik_stages_email.emailstage' | 'authentik_stages_identification.identificationstage' | 'authentik_stages_invitation.invitation' | 'authentik_stages_invitation.invitationstage' | 'authentik_stages_mtls.mutualtlsstage' | 'authentik_stages_password.passwordstage' | 'authentik_stages_prompt.prompt' | 'authentik_stages_prompt.promptstage' | 'authentik_stages_redirect.redirectstage' | 'authentik_stages_source.sourcestage' | 'authentik_stages_user_delete.userdeletestage' | 'authentik_stages_user_login.userloginstage' | 'authentik_stages_user_logout.userlogoutstage' | 'authentik_stages_user_write.userwritestage' | 'authentik_tasks_schedules.schedule' | 'authentik_tenants.domain'
|
|
663
|
+
// 'authentik_blueprints.blueprintinstance' | 'authentik_brands.brand' | 'authentik_core.application' | 'authentik_core.applicationentitlement' | 'authentik_core.group' | 'authentik_core.token' | 'authentik_core.user' | 'authentik_crypto.certificatekeypair' | 'authentik_endpoints.deviceaccessgroup' | 'authentik_endpoints.deviceuserbinding' | 'authentik_endpoints.endpointstage' | 'authentik_endpoints_connectors_agent.agentconnector' | 'authentik_endpoints_connectors_agent.agentdeviceuserbinding' | 'authentik_endpoints_connectors_agent.enrollmenttoken' | 'authentik_endpoints_connectors_fleet.fleetconnector' | 'authentik_enterprise.license' | 'authentik_events.event' | 'authentik_events.notification' | 'authentik_events.notificationrule' | 'authentik_events.notificationtransport' | 'authentik_events.notificationwebhookmapping' | 'authentik_flows.flow' | 'authentik_flows.flowstagebinding' | 'authentik_outposts.dockerserviceconnection' | 'authentik_outposts.kubernetesserviceconnection' | 'authentik_outposts.outpost' | 'authentik_policies.policybinding' | 'authentik_policies_dummy.dummypolicy' | 'authentik_policies_event_matcher.eventmatcherpolicy' | 'authentik_policies_expiry.passwordexpirypolicy' | 'authentik_policies_expression.expressionpolicy' | 'authentik_policies_geoip.geoippolicy' | 'authentik_policies_password.passwordpolicy' | 'authentik_policies_reputation.reputationpolicy' | 'authentik_policies_unique_password.uniquepasswordpolicy' | 'authentik_providers_google_workspace.googleworkspaceprovider' | 'authentik_providers_google_workspace.googleworkspaceprovidermapping' | 'authentik_providers_ldap.ldapprovider' | 'authentik_providers_microsoft_entra.microsoftentraprovider' | 'authentik_providers_microsoft_entra.microsoftentraprovidermapping' | 'authentik_providers_oauth2.oauth2provider' | 'authentik_providers_oauth2.scopemapping' | 'authentik_providers_proxy.proxyprovider' | 'authentik_providers_rac.endpoint' | 'authentik_providers_rac.racpropertymapping' | 'authentik_providers_rac.racprovider' | 'authentik_providers_radius.radiusprovider' | 'authentik_providers_radius.radiusproviderpropertymapping' | 'authentik_providers_saml.samlpropertymapping' | 'authentik_providers_saml.samlprovider' | 'authentik_providers_scim.scimmapping' | 'authentik_providers_scim.scimprovider' | 'authentik_providers_ssf.ssfprovider' | 'authentik_rbac.initialpermissions' | 'authentik_rbac.role' | 'authentik_reports.dataexport' | 'authentik_sources_kerberos.groupkerberossourceconnection' | 'authentik_sources_kerberos.kerberossource' | 'authentik_sources_kerberos.kerberossourcepropertymapping' | 'authentik_sources_kerberos.userkerberossourceconnection' | 'authentik_sources_ldap.groupldapsourceconnection' | 'authentik_sources_ldap.ldapsource' | 'authentik_sources_ldap.ldapsourcepropertymapping' | 'authentik_sources_ldap.userldapsourceconnection' | 'authentik_sources_oauth.groupoauthsourceconnection' | 'authentik_sources_oauth.oauthsource' | 'authentik_sources_oauth.oauthsourcepropertymapping' | 'authentik_sources_oauth.useroauthsourceconnection' | 'authentik_sources_plex.groupplexsourceconnection' | 'authentik_sources_plex.plexsource' | 'authentik_sources_plex.plexsourcepropertymapping' | 'authentik_sources_plex.userplexsourceconnection' | 'authentik_sources_saml.groupsamlsourceconnection' | 'authentik_sources_saml.samlsource' | 'authentik_sources_saml.samlsourcepropertymapping' | 'authentik_sources_saml.usersamlsourceconnection' | 'authentik_sources_scim.scimsource' | 'authentik_sources_scim.scimsourcepropertymapping' | 'authentik_sources_telegram.grouptelegramsourceconnection' | 'authentik_sources_telegram.telegramsource' | 'authentik_sources_telegram.telegramsourcepropertymapping' | 'authentik_sources_telegram.usertelegramsourceconnection' | 'authentik_stages_authenticator_duo.authenticatorduostage' | 'authentik_stages_authenticator_duo.duodevice' | 'authentik_stages_authenticator_email.authenticatoremailstage' | 'authentik_stages_authenticator_email.emaildevice' | 'authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage' | 'authentik_stages_authenticator_sms.authenticatorsmsstage' | 'authentik_stages_authenticator_sms.smsdevice' | 'authentik_stages_authenticator_static.authenticatorstaticstage' | 'authentik_stages_authenticator_static.staticdevice' | 'authentik_stages_authenticator_totp.authenticatortotpstage' | 'authentik_stages_authenticator_totp.totpdevice' | 'authentik_stages_authenticator_validate.authenticatorvalidatestage' | 'authentik_stages_authenticator_webauthn.authenticatorwebauthnstage' | 'authentik_stages_authenticator_webauthn.webauthndevice' | 'authentik_stages_captcha.captchastage' | 'authentik_stages_consent.consentstage' | 'authentik_stages_deny.denystage' | 'authentik_stages_dummy.dummystage' | 'authentik_stages_email.emailstage' | 'authentik_stages_identification.identificationstage' | 'authentik_stages_invitation.invitation' | 'authentik_stages_invitation.invitationstage' | 'authentik_stages_mtls.mutualtlsstage' | 'authentik_stages_password.passwordstage' | 'authentik_stages_prompt.prompt' | 'authentik_stages_prompt.promptstage' | 'authentik_stages_redirect.redirectstage' | 'authentik_stages_source.sourcestage' | 'authentik_stages_user_delete.userdeletestage' | 'authentik_stages_user_login.userloginstage' | 'authentik_stages_user_logout.userlogoutstage' | 'authentik_stages_user_write.userwritestage' | 'authentik_tasks_schedules.schedule' | 'authentik_tenants.domain'
|
|
664
664
|
model: model_example,
|
|
665
665
|
// string (optional)
|
|
666
666
|
objectPk: objectPk_example,
|
|
@@ -691,7 +691,7 @@ example().catch(console.error);
|
|
|
691
691
|
|
|
692
692
|
| Name | Type | Description | Notes |
|
|
693
693
|
|------------- | ------------- | ------------- | -------------|
|
|
694
|
-
| **model** | `authentik_blueprints.blueprintinstance`, `authentik_brands.brand`, `authentik_core.application`, `authentik_core.applicationentitlement`, `authentik_core.group`, `authentik_core.token`, `authentik_core.user`, `authentik_crypto.certificatekeypair`, `authentik_endpoints.deviceaccessgroup`, `authentik_endpoints.deviceuserbinding`, `authentik_endpoints.endpointstage`, `authentik_endpoints_connectors_agent.agentconnector`, `authentik_endpoints_connectors_agent.agentdeviceuserbinding`, `authentik_endpoints_connectors_agent.enrollmenttoken`, `authentik_enterprise.license`, `authentik_events.event`, `authentik_events.notification`, `authentik_events.notificationrule`, `authentik_events.notificationtransport`, `authentik_events.notificationwebhookmapping`, `authentik_flows.flow`, `authentik_flows.flowstagebinding`, `authentik_outposts.dockerserviceconnection`, `authentik_outposts.kubernetesserviceconnection`, `authentik_outposts.outpost`, `authentik_policies.policybinding`, `authentik_policies_dummy.dummypolicy`, `authentik_policies_event_matcher.eventmatcherpolicy`, `authentik_policies_expiry.passwordexpirypolicy`, `authentik_policies_expression.expressionpolicy`, `authentik_policies_geoip.geoippolicy`, `authentik_policies_password.passwordpolicy`, `authentik_policies_reputation.reputationpolicy`, `authentik_policies_unique_password.uniquepasswordpolicy`, `authentik_providers_google_workspace.googleworkspaceprovider`, `authentik_providers_google_workspace.googleworkspaceprovidermapping`, `authentik_providers_ldap.ldapprovider`, `authentik_providers_microsoft_entra.microsoftentraprovider`, `authentik_providers_microsoft_entra.microsoftentraprovidermapping`, `authentik_providers_oauth2.oauth2provider`, `authentik_providers_oauth2.scopemapping`, `authentik_providers_proxy.proxyprovider`, `authentik_providers_rac.endpoint`, `authentik_providers_rac.racpropertymapping`, `authentik_providers_rac.racprovider`, `authentik_providers_radius.radiusprovider`, `authentik_providers_radius.radiusproviderpropertymapping`, `authentik_providers_saml.samlpropertymapping`, `authentik_providers_saml.samlprovider`, `authentik_providers_scim.scimmapping`, `authentik_providers_scim.scimprovider`, `authentik_providers_ssf.ssfprovider`, `authentik_rbac.initialpermissions`, `authentik_rbac.role`, `authentik_reports.dataexport`, `authentik_sources_kerberos.groupkerberossourceconnection`, `authentik_sources_kerberos.kerberossource`, `authentik_sources_kerberos.kerberossourcepropertymapping`, `authentik_sources_kerberos.userkerberossourceconnection`, `authentik_sources_ldap.groupldapsourceconnection`, `authentik_sources_ldap.ldapsource`, `authentik_sources_ldap.ldapsourcepropertymapping`, `authentik_sources_ldap.userldapsourceconnection`, `authentik_sources_oauth.groupoauthsourceconnection`, `authentik_sources_oauth.oauthsource`, `authentik_sources_oauth.oauthsourcepropertymapping`, `authentik_sources_oauth.useroauthsourceconnection`, `authentik_sources_plex.groupplexsourceconnection`, `authentik_sources_plex.plexsource`, `authentik_sources_plex.plexsourcepropertymapping`, `authentik_sources_plex.userplexsourceconnection`, `authentik_sources_saml.groupsamlsourceconnection`, `authentik_sources_saml.samlsource`, `authentik_sources_saml.samlsourcepropertymapping`, `authentik_sources_saml.usersamlsourceconnection`, `authentik_sources_scim.scimsource`, `authentik_sources_scim.scimsourcepropertymapping`, `authentik_sources_telegram.grouptelegramsourceconnection`, `authentik_sources_telegram.telegramsource`, `authentik_sources_telegram.telegramsourcepropertymapping`, `authentik_sources_telegram.usertelegramsourceconnection`, `authentik_stages_authenticator_duo.authenticatorduostage`, `authentik_stages_authenticator_duo.duodevice`, `authentik_stages_authenticator_email.authenticatoremailstage`, `authentik_stages_authenticator_email.emaildevice`, `authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage`, `authentik_stages_authenticator_sms.authenticatorsmsstage`, `authentik_stages_authenticator_sms.smsdevice`, `authentik_stages_authenticator_static.authenticatorstaticstage`, `authentik_stages_authenticator_static.staticdevice`, `authentik_stages_authenticator_totp.authenticatortotpstage`, `authentik_stages_authenticator_totp.totpdevice`, `authentik_stages_authenticator_validate.authenticatorvalidatestage`, `authentik_stages_authenticator_webauthn.authenticatorwebauthnstage`, `authentik_stages_authenticator_webauthn.webauthndevice`, `authentik_stages_captcha.captchastage`, `authentik_stages_consent.consentstage`, `authentik_stages_deny.denystage`, `authentik_stages_dummy.dummystage`, `authentik_stages_email.emailstage`, `authentik_stages_identification.identificationstage`, `authentik_stages_invitation.invitation`, `authentik_stages_invitation.invitationstage`, `authentik_stages_mtls.mutualtlsstage`, `authentik_stages_password.passwordstage`, `authentik_stages_prompt.prompt`, `authentik_stages_prompt.promptstage`, `authentik_stages_redirect.redirectstage`, `authentik_stages_source.sourcestage`, `authentik_stages_user_delete.userdeletestage`, `authentik_stages_user_login.userloginstage`, `authentik_stages_user_logout.userlogoutstage`, `authentik_stages_user_write.userwritestage`, `authentik_tasks_schedules.schedule`, `authentik_tenants.domain` | | [Defaults to `undefined`] [Enum: authentik_blueprints.blueprintinstance, authentik_brands.brand, authentik_core.application, authentik_core.applicationentitlement, authentik_core.group, authentik_core.token, authentik_core.user, authentik_crypto.certificatekeypair, authentik_endpoints.deviceaccessgroup, authentik_endpoints.deviceuserbinding, authentik_endpoints.endpointstage, authentik_endpoints_connectors_agent.agentconnector, authentik_endpoints_connectors_agent.agentdeviceuserbinding, authentik_endpoints_connectors_agent.enrollmenttoken, authentik_enterprise.license, authentik_events.event, authentik_events.notification, authentik_events.notificationrule, authentik_events.notificationtransport, authentik_events.notificationwebhookmapping, authentik_flows.flow, authentik_flows.flowstagebinding, authentik_outposts.dockerserviceconnection, authentik_outposts.kubernetesserviceconnection, authentik_outposts.outpost, authentik_policies.policybinding, authentik_policies_dummy.dummypolicy, authentik_policies_event_matcher.eventmatcherpolicy, authentik_policies_expiry.passwordexpirypolicy, authentik_policies_expression.expressionpolicy, authentik_policies_geoip.geoippolicy, authentik_policies_password.passwordpolicy, authentik_policies_reputation.reputationpolicy, authentik_policies_unique_password.uniquepasswordpolicy, authentik_providers_google_workspace.googleworkspaceprovider, authentik_providers_google_workspace.googleworkspaceprovidermapping, authentik_providers_ldap.ldapprovider, authentik_providers_microsoft_entra.microsoftentraprovider, authentik_providers_microsoft_entra.microsoftentraprovidermapping, authentik_providers_oauth2.oauth2provider, authentik_providers_oauth2.scopemapping, authentik_providers_proxy.proxyprovider, authentik_providers_rac.endpoint, authentik_providers_rac.racpropertymapping, authentik_providers_rac.racprovider, authentik_providers_radius.radiusprovider, authentik_providers_radius.radiusproviderpropertymapping, authentik_providers_saml.samlpropertymapping, authentik_providers_saml.samlprovider, authentik_providers_scim.scimmapping, authentik_providers_scim.scimprovider, authentik_providers_ssf.ssfprovider, authentik_rbac.initialpermissions, authentik_rbac.role, authentik_reports.dataexport, authentik_sources_kerberos.groupkerberossourceconnection, authentik_sources_kerberos.kerberossource, authentik_sources_kerberos.kerberossourcepropertymapping, authentik_sources_kerberos.userkerberossourceconnection, authentik_sources_ldap.groupldapsourceconnection, authentik_sources_ldap.ldapsource, authentik_sources_ldap.ldapsourcepropertymapping, authentik_sources_ldap.userldapsourceconnection, authentik_sources_oauth.groupoauthsourceconnection, authentik_sources_oauth.oauthsource, authentik_sources_oauth.oauthsourcepropertymapping, authentik_sources_oauth.useroauthsourceconnection, authentik_sources_plex.groupplexsourceconnection, authentik_sources_plex.plexsource, authentik_sources_plex.plexsourcepropertymapping, authentik_sources_plex.userplexsourceconnection, authentik_sources_saml.groupsamlsourceconnection, authentik_sources_saml.samlsource, authentik_sources_saml.samlsourcepropertymapping, authentik_sources_saml.usersamlsourceconnection, authentik_sources_scim.scimsource, authentik_sources_scim.scimsourcepropertymapping, authentik_sources_telegram.grouptelegramsourceconnection, authentik_sources_telegram.telegramsource, authentik_sources_telegram.telegramsourcepropertymapping, authentik_sources_telegram.usertelegramsourceconnection, authentik_stages_authenticator_duo.authenticatorduostage, authentik_stages_authenticator_duo.duodevice, authentik_stages_authenticator_email.authenticatoremailstage, authentik_stages_authenticator_email.emaildevice, authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage, authentik_stages_authenticator_sms.authenticatorsmsstage, authentik_stages_authenticator_sms.smsdevice, authentik_stages_authenticator_static.authenticatorstaticstage, authentik_stages_authenticator_static.staticdevice, authentik_stages_authenticator_totp.authenticatortotpstage, authentik_stages_authenticator_totp.totpdevice, authentik_stages_authenticator_validate.authenticatorvalidatestage, authentik_stages_authenticator_webauthn.authenticatorwebauthnstage, authentik_stages_authenticator_webauthn.webauthndevice, authentik_stages_captcha.captchastage, authentik_stages_consent.consentstage, authentik_stages_deny.denystage, authentik_stages_dummy.dummystage, authentik_stages_email.emailstage, authentik_stages_identification.identificationstage, authentik_stages_invitation.invitation, authentik_stages_invitation.invitationstage, authentik_stages_mtls.mutualtlsstage, authentik_stages_password.passwordstage, authentik_stages_prompt.prompt, authentik_stages_prompt.promptstage, authentik_stages_redirect.redirectstage, authentik_stages_source.sourcestage, authentik_stages_user_delete.userdeletestage, authentik_stages_user_login.userloginstage, authentik_stages_user_logout.userlogoutstage, authentik_stages_user_write.userwritestage, authentik_tasks_schedules.schedule, authentik_tenants.domain] |
|
|
694
|
+
| **model** | `authentik_blueprints.blueprintinstance`, `authentik_brands.brand`, `authentik_core.application`, `authentik_core.applicationentitlement`, `authentik_core.group`, `authentik_core.token`, `authentik_core.user`, `authentik_crypto.certificatekeypair`, `authentik_endpoints.deviceaccessgroup`, `authentik_endpoints.deviceuserbinding`, `authentik_endpoints.endpointstage`, `authentik_endpoints_connectors_agent.agentconnector`, `authentik_endpoints_connectors_agent.agentdeviceuserbinding`, `authentik_endpoints_connectors_agent.enrollmenttoken`, `authentik_endpoints_connectors_fleet.fleetconnector`, `authentik_enterprise.license`, `authentik_events.event`, `authentik_events.notification`, `authentik_events.notificationrule`, `authentik_events.notificationtransport`, `authentik_events.notificationwebhookmapping`, `authentik_flows.flow`, `authentik_flows.flowstagebinding`, `authentik_outposts.dockerserviceconnection`, `authentik_outposts.kubernetesserviceconnection`, `authentik_outposts.outpost`, `authentik_policies.policybinding`, `authentik_policies_dummy.dummypolicy`, `authentik_policies_event_matcher.eventmatcherpolicy`, `authentik_policies_expiry.passwordexpirypolicy`, `authentik_policies_expression.expressionpolicy`, `authentik_policies_geoip.geoippolicy`, `authentik_policies_password.passwordpolicy`, `authentik_policies_reputation.reputationpolicy`, `authentik_policies_unique_password.uniquepasswordpolicy`, `authentik_providers_google_workspace.googleworkspaceprovider`, `authentik_providers_google_workspace.googleworkspaceprovidermapping`, `authentik_providers_ldap.ldapprovider`, `authentik_providers_microsoft_entra.microsoftentraprovider`, `authentik_providers_microsoft_entra.microsoftentraprovidermapping`, `authentik_providers_oauth2.oauth2provider`, `authentik_providers_oauth2.scopemapping`, `authentik_providers_proxy.proxyprovider`, `authentik_providers_rac.endpoint`, `authentik_providers_rac.racpropertymapping`, `authentik_providers_rac.racprovider`, `authentik_providers_radius.radiusprovider`, `authentik_providers_radius.radiusproviderpropertymapping`, `authentik_providers_saml.samlpropertymapping`, `authentik_providers_saml.samlprovider`, `authentik_providers_scim.scimmapping`, `authentik_providers_scim.scimprovider`, `authentik_providers_ssf.ssfprovider`, `authentik_rbac.initialpermissions`, `authentik_rbac.role`, `authentik_reports.dataexport`, `authentik_sources_kerberos.groupkerberossourceconnection`, `authentik_sources_kerberos.kerberossource`, `authentik_sources_kerberos.kerberossourcepropertymapping`, `authentik_sources_kerberos.userkerberossourceconnection`, `authentik_sources_ldap.groupldapsourceconnection`, `authentik_sources_ldap.ldapsource`, `authentik_sources_ldap.ldapsourcepropertymapping`, `authentik_sources_ldap.userldapsourceconnection`, `authentik_sources_oauth.groupoauthsourceconnection`, `authentik_sources_oauth.oauthsource`, `authentik_sources_oauth.oauthsourcepropertymapping`, `authentik_sources_oauth.useroauthsourceconnection`, `authentik_sources_plex.groupplexsourceconnection`, `authentik_sources_plex.plexsource`, `authentik_sources_plex.plexsourcepropertymapping`, `authentik_sources_plex.userplexsourceconnection`, `authentik_sources_saml.groupsamlsourceconnection`, `authentik_sources_saml.samlsource`, `authentik_sources_saml.samlsourcepropertymapping`, `authentik_sources_saml.usersamlsourceconnection`, `authentik_sources_scim.scimsource`, `authentik_sources_scim.scimsourcepropertymapping`, `authentik_sources_telegram.grouptelegramsourceconnection`, `authentik_sources_telegram.telegramsource`, `authentik_sources_telegram.telegramsourcepropertymapping`, `authentik_sources_telegram.usertelegramsourceconnection`, `authentik_stages_authenticator_duo.authenticatorduostage`, `authentik_stages_authenticator_duo.duodevice`, `authentik_stages_authenticator_email.authenticatoremailstage`, `authentik_stages_authenticator_email.emaildevice`, `authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage`, `authentik_stages_authenticator_sms.authenticatorsmsstage`, `authentik_stages_authenticator_sms.smsdevice`, `authentik_stages_authenticator_static.authenticatorstaticstage`, `authentik_stages_authenticator_static.staticdevice`, `authentik_stages_authenticator_totp.authenticatortotpstage`, `authentik_stages_authenticator_totp.totpdevice`, `authentik_stages_authenticator_validate.authenticatorvalidatestage`, `authentik_stages_authenticator_webauthn.authenticatorwebauthnstage`, `authentik_stages_authenticator_webauthn.webauthndevice`, `authentik_stages_captcha.captchastage`, `authentik_stages_consent.consentstage`, `authentik_stages_deny.denystage`, `authentik_stages_dummy.dummystage`, `authentik_stages_email.emailstage`, `authentik_stages_identification.identificationstage`, `authentik_stages_invitation.invitation`, `authentik_stages_invitation.invitationstage`, `authentik_stages_mtls.mutualtlsstage`, `authentik_stages_password.passwordstage`, `authentik_stages_prompt.prompt`, `authentik_stages_prompt.promptstage`, `authentik_stages_redirect.redirectstage`, `authentik_stages_source.sourcestage`, `authentik_stages_user_delete.userdeletestage`, `authentik_stages_user_login.userloginstage`, `authentik_stages_user_logout.userlogoutstage`, `authentik_stages_user_write.userwritestage`, `authentik_tasks_schedules.schedule`, `authentik_tenants.domain` | | [Defaults to `undefined`] [Enum: authentik_blueprints.blueprintinstance, authentik_brands.brand, authentik_core.application, authentik_core.applicationentitlement, authentik_core.group, authentik_core.token, authentik_core.user, authentik_crypto.certificatekeypair, authentik_endpoints.deviceaccessgroup, authentik_endpoints.deviceuserbinding, authentik_endpoints.endpointstage, authentik_endpoints_connectors_agent.agentconnector, authentik_endpoints_connectors_agent.agentdeviceuserbinding, authentik_endpoints_connectors_agent.enrollmenttoken, authentik_endpoints_connectors_fleet.fleetconnector, authentik_enterprise.license, authentik_events.event, authentik_events.notification, authentik_events.notificationrule, authentik_events.notificationtransport, authentik_events.notificationwebhookmapping, authentik_flows.flow, authentik_flows.flowstagebinding, authentik_outposts.dockerserviceconnection, authentik_outposts.kubernetesserviceconnection, authentik_outposts.outpost, authentik_policies.policybinding, authentik_policies_dummy.dummypolicy, authentik_policies_event_matcher.eventmatcherpolicy, authentik_policies_expiry.passwordexpirypolicy, authentik_policies_expression.expressionpolicy, authentik_policies_geoip.geoippolicy, authentik_policies_password.passwordpolicy, authentik_policies_reputation.reputationpolicy, authentik_policies_unique_password.uniquepasswordpolicy, authentik_providers_google_workspace.googleworkspaceprovider, authentik_providers_google_workspace.googleworkspaceprovidermapping, authentik_providers_ldap.ldapprovider, authentik_providers_microsoft_entra.microsoftentraprovider, authentik_providers_microsoft_entra.microsoftentraprovidermapping, authentik_providers_oauth2.oauth2provider, authentik_providers_oauth2.scopemapping, authentik_providers_proxy.proxyprovider, authentik_providers_rac.endpoint, authentik_providers_rac.racpropertymapping, authentik_providers_rac.racprovider, authentik_providers_radius.radiusprovider, authentik_providers_radius.radiusproviderpropertymapping, authentik_providers_saml.samlpropertymapping, authentik_providers_saml.samlprovider, authentik_providers_scim.scimmapping, authentik_providers_scim.scimprovider, authentik_providers_ssf.ssfprovider, authentik_rbac.initialpermissions, authentik_rbac.role, authentik_reports.dataexport, authentik_sources_kerberos.groupkerberossourceconnection, authentik_sources_kerberos.kerberossource, authentik_sources_kerberos.kerberossourcepropertymapping, authentik_sources_kerberos.userkerberossourceconnection, authentik_sources_ldap.groupldapsourceconnection, authentik_sources_ldap.ldapsource, authentik_sources_ldap.ldapsourcepropertymapping, authentik_sources_ldap.userldapsourceconnection, authentik_sources_oauth.groupoauthsourceconnection, authentik_sources_oauth.oauthsource, authentik_sources_oauth.oauthsourcepropertymapping, authentik_sources_oauth.useroauthsourceconnection, authentik_sources_plex.groupplexsourceconnection, authentik_sources_plex.plexsource, authentik_sources_plex.plexsourcepropertymapping, authentik_sources_plex.userplexsourceconnection, authentik_sources_saml.groupsamlsourceconnection, authentik_sources_saml.samlsource, authentik_sources_saml.samlsourcepropertymapping, authentik_sources_saml.usersamlsourceconnection, authentik_sources_scim.scimsource, authentik_sources_scim.scimsourcepropertymapping, authentik_sources_telegram.grouptelegramsourceconnection, authentik_sources_telegram.telegramsource, authentik_sources_telegram.telegramsourcepropertymapping, authentik_sources_telegram.usertelegramsourceconnection, authentik_stages_authenticator_duo.authenticatorduostage, authentik_stages_authenticator_duo.duodevice, authentik_stages_authenticator_email.authenticatoremailstage, authentik_stages_authenticator_email.emaildevice, authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage, authentik_stages_authenticator_sms.authenticatorsmsstage, authentik_stages_authenticator_sms.smsdevice, authentik_stages_authenticator_static.authenticatorstaticstage, authentik_stages_authenticator_static.staticdevice, authentik_stages_authenticator_totp.authenticatortotpstage, authentik_stages_authenticator_totp.totpdevice, authentik_stages_authenticator_validate.authenticatorvalidatestage, authentik_stages_authenticator_webauthn.authenticatorwebauthnstage, authentik_stages_authenticator_webauthn.webauthndevice, authentik_stages_captcha.captchastage, authentik_stages_consent.consentstage, authentik_stages_deny.denystage, authentik_stages_dummy.dummystage, authentik_stages_email.emailstage, authentik_stages_identification.identificationstage, authentik_stages_invitation.invitation, authentik_stages_invitation.invitationstage, authentik_stages_mtls.mutualtlsstage, authentik_stages_password.passwordstage, authentik_stages_prompt.prompt, authentik_stages_prompt.promptstage, authentik_stages_redirect.redirectstage, authentik_stages_source.sourcestage, authentik_stages_user_delete.userdeletestage, authentik_stages_user_login.userloginstage, authentik_stages_user_logout.userlogoutstage, authentik_stages_user_write.userwritestage, authentik_tasks_schedules.schedule, authentik_tenants.domain] |
|
|
695
695
|
| **objectPk** | `string` | | [Optional] [Defaults to `undefined`] |
|
|
696
696
|
| **ordering** | `string` | Which field to use when ordering the results. | [Optional] [Defaults to `undefined`] |
|
|
697
697
|
| **page** | `number` | A page number within the paginated result set. | [Optional] [Defaults to `undefined`] |
|
package/package.json
CHANGED
package/src/apis/EndpointsApi.ts
CHANGED
|
@@ -36,6 +36,8 @@ import type {
|
|
|
36
36
|
EnrollRequest,
|
|
37
37
|
EnrollmentToken,
|
|
38
38
|
EnrollmentTokenRequest,
|
|
39
|
+
FleetConnector,
|
|
40
|
+
FleetConnectorRequest,
|
|
39
41
|
GenericError,
|
|
40
42
|
MDMConfigRequest,
|
|
41
43
|
MDMConfigResponse,
|
|
@@ -45,11 +47,13 @@ import type {
|
|
|
45
47
|
PaginatedDeviceUserBindingList,
|
|
46
48
|
PaginatedEndpointDeviceList,
|
|
47
49
|
PaginatedEnrollmentTokenList,
|
|
50
|
+
PaginatedFleetConnectorList,
|
|
48
51
|
PatchedAgentConnectorRequest,
|
|
49
52
|
PatchedDeviceAccessGroupRequest,
|
|
50
53
|
PatchedDeviceUserBindingRequest,
|
|
51
54
|
PatchedEndpointDeviceRequest,
|
|
52
55
|
PatchedEnrollmentTokenRequest,
|
|
56
|
+
PatchedFleetConnectorRequest,
|
|
53
57
|
TokenView,
|
|
54
58
|
TypeCreate,
|
|
55
59
|
UsedBy,
|
|
@@ -99,6 +103,10 @@ import {
|
|
|
99
103
|
EnrollmentTokenToJSON,
|
|
100
104
|
EnrollmentTokenRequestFromJSON,
|
|
101
105
|
EnrollmentTokenRequestToJSON,
|
|
106
|
+
FleetConnectorFromJSON,
|
|
107
|
+
FleetConnectorToJSON,
|
|
108
|
+
FleetConnectorRequestFromJSON,
|
|
109
|
+
FleetConnectorRequestToJSON,
|
|
102
110
|
GenericErrorFromJSON,
|
|
103
111
|
GenericErrorToJSON,
|
|
104
112
|
MDMConfigRequestFromJSON,
|
|
@@ -117,6 +125,8 @@ import {
|
|
|
117
125
|
PaginatedEndpointDeviceListToJSON,
|
|
118
126
|
PaginatedEnrollmentTokenListFromJSON,
|
|
119
127
|
PaginatedEnrollmentTokenListToJSON,
|
|
128
|
+
PaginatedFleetConnectorListFromJSON,
|
|
129
|
+
PaginatedFleetConnectorListToJSON,
|
|
120
130
|
PatchedAgentConnectorRequestFromJSON,
|
|
121
131
|
PatchedAgentConnectorRequestToJSON,
|
|
122
132
|
PatchedDeviceAccessGroupRequestFromJSON,
|
|
@@ -127,6 +137,8 @@ import {
|
|
|
127
137
|
PatchedEndpointDeviceRequestToJSON,
|
|
128
138
|
PatchedEnrollmentTokenRequestFromJSON,
|
|
129
139
|
PatchedEnrollmentTokenRequestToJSON,
|
|
140
|
+
PatchedFleetConnectorRequestFromJSON,
|
|
141
|
+
PatchedFleetConnectorRequestToJSON,
|
|
130
142
|
TokenViewFromJSON,
|
|
131
143
|
TokenViewToJSON,
|
|
132
144
|
TypeCreateFromJSON,
|
|
@@ -363,6 +375,40 @@ export interface EndpointsDevicesUsedByListRequest {
|
|
|
363
375
|
deviceUuid: string;
|
|
364
376
|
}
|
|
365
377
|
|
|
378
|
+
export interface EndpointsFleetConnectorsCreateRequest {
|
|
379
|
+
fleetConnectorRequest: FleetConnectorRequest;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
export interface EndpointsFleetConnectorsDestroyRequest {
|
|
383
|
+
connectorUuid: string;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
export interface EndpointsFleetConnectorsListRequest {
|
|
387
|
+
name?: string;
|
|
388
|
+
ordering?: string;
|
|
389
|
+
page?: number;
|
|
390
|
+
pageSize?: number;
|
|
391
|
+
search?: string;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
export interface EndpointsFleetConnectorsPartialUpdateRequest {
|
|
395
|
+
connectorUuid: string;
|
|
396
|
+
patchedFleetConnectorRequest?: PatchedFleetConnectorRequest;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
export interface EndpointsFleetConnectorsRetrieveRequest {
|
|
400
|
+
connectorUuid: string;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
export interface EndpointsFleetConnectorsUpdateRequest {
|
|
404
|
+
connectorUuid: string;
|
|
405
|
+
fleetConnectorRequest: FleetConnectorRequest;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
export interface EndpointsFleetConnectorsUsedByListRequest {
|
|
409
|
+
connectorUuid: string;
|
|
410
|
+
}
|
|
411
|
+
|
|
366
412
|
/**
|
|
367
413
|
*
|
|
368
414
|
*/
|
|
@@ -2669,4 +2715,345 @@ export class EndpointsApi extends runtime.BaseAPI {
|
|
|
2669
2715
|
return await response.value();
|
|
2670
2716
|
}
|
|
2671
2717
|
|
|
2718
|
+
/**
|
|
2719
|
+
* FleetConnector Viewset
|
|
2720
|
+
*/
|
|
2721
|
+
async endpointsFleetConnectorsCreateRaw(requestParameters: EndpointsFleetConnectorsCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FleetConnector>> {
|
|
2722
|
+
if (requestParameters['fleetConnectorRequest'] == null) {
|
|
2723
|
+
throw new runtime.RequiredError(
|
|
2724
|
+
'fleetConnectorRequest',
|
|
2725
|
+
'Required parameter "fleetConnectorRequest" was null or undefined when calling endpointsFleetConnectorsCreate().'
|
|
2726
|
+
);
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2729
|
+
const queryParameters: any = {};
|
|
2730
|
+
|
|
2731
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2732
|
+
|
|
2733
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
2734
|
+
|
|
2735
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2736
|
+
const token = this.configuration.accessToken;
|
|
2737
|
+
const tokenString = await token("authentik", []);
|
|
2738
|
+
|
|
2739
|
+
if (tokenString) {
|
|
2740
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2741
|
+
}
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2744
|
+
let urlPath = `/endpoints/fleet/connectors/`;
|
|
2745
|
+
|
|
2746
|
+
const response = await this.request({
|
|
2747
|
+
path: urlPath,
|
|
2748
|
+
method: 'POST',
|
|
2749
|
+
headers: headerParameters,
|
|
2750
|
+
query: queryParameters,
|
|
2751
|
+
body: FleetConnectorRequestToJSON(requestParameters['fleetConnectorRequest']),
|
|
2752
|
+
}, initOverrides);
|
|
2753
|
+
|
|
2754
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => FleetConnectorFromJSON(jsonValue));
|
|
2755
|
+
}
|
|
2756
|
+
|
|
2757
|
+
/**
|
|
2758
|
+
* FleetConnector Viewset
|
|
2759
|
+
*/
|
|
2760
|
+
async endpointsFleetConnectorsCreate(requestParameters: EndpointsFleetConnectorsCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FleetConnector> {
|
|
2761
|
+
const response = await this.endpointsFleetConnectorsCreateRaw(requestParameters, initOverrides);
|
|
2762
|
+
return await response.value();
|
|
2763
|
+
}
|
|
2764
|
+
|
|
2765
|
+
/**
|
|
2766
|
+
* FleetConnector Viewset
|
|
2767
|
+
*/
|
|
2768
|
+
async endpointsFleetConnectorsDestroyRaw(requestParameters: EndpointsFleetConnectorsDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
|
|
2769
|
+
if (requestParameters['connectorUuid'] == null) {
|
|
2770
|
+
throw new runtime.RequiredError(
|
|
2771
|
+
'connectorUuid',
|
|
2772
|
+
'Required parameter "connectorUuid" was null or undefined when calling endpointsFleetConnectorsDestroy().'
|
|
2773
|
+
);
|
|
2774
|
+
}
|
|
2775
|
+
|
|
2776
|
+
const queryParameters: any = {};
|
|
2777
|
+
|
|
2778
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2779
|
+
|
|
2780
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2781
|
+
const token = this.configuration.accessToken;
|
|
2782
|
+
const tokenString = await token("authentik", []);
|
|
2783
|
+
|
|
2784
|
+
if (tokenString) {
|
|
2785
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
2788
|
+
|
|
2789
|
+
let urlPath = `/endpoints/fleet/connectors/{connector_uuid}/`;
|
|
2790
|
+
urlPath = urlPath.replace(`{${"connector_uuid"}}`, encodeURIComponent(String(requestParameters['connectorUuid'])));
|
|
2791
|
+
|
|
2792
|
+
const response = await this.request({
|
|
2793
|
+
path: urlPath,
|
|
2794
|
+
method: 'DELETE',
|
|
2795
|
+
headers: headerParameters,
|
|
2796
|
+
query: queryParameters,
|
|
2797
|
+
}, initOverrides);
|
|
2798
|
+
|
|
2799
|
+
return new runtime.VoidApiResponse(response);
|
|
2800
|
+
}
|
|
2801
|
+
|
|
2802
|
+
/**
|
|
2803
|
+
* FleetConnector Viewset
|
|
2804
|
+
*/
|
|
2805
|
+
async endpointsFleetConnectorsDestroy(requestParameters: EndpointsFleetConnectorsDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
|
|
2806
|
+
await this.endpointsFleetConnectorsDestroyRaw(requestParameters, initOverrides);
|
|
2807
|
+
}
|
|
2808
|
+
|
|
2809
|
+
/**
|
|
2810
|
+
* FleetConnector Viewset
|
|
2811
|
+
*/
|
|
2812
|
+
async endpointsFleetConnectorsListRaw(requestParameters: EndpointsFleetConnectorsListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedFleetConnectorList>> {
|
|
2813
|
+
const queryParameters: any = {};
|
|
2814
|
+
|
|
2815
|
+
if (requestParameters['name'] != null) {
|
|
2816
|
+
queryParameters['name'] = requestParameters['name'];
|
|
2817
|
+
}
|
|
2818
|
+
|
|
2819
|
+
if (requestParameters['ordering'] != null) {
|
|
2820
|
+
queryParameters['ordering'] = requestParameters['ordering'];
|
|
2821
|
+
}
|
|
2822
|
+
|
|
2823
|
+
if (requestParameters['page'] != null) {
|
|
2824
|
+
queryParameters['page'] = requestParameters['page'];
|
|
2825
|
+
}
|
|
2826
|
+
|
|
2827
|
+
if (requestParameters['pageSize'] != null) {
|
|
2828
|
+
queryParameters['page_size'] = requestParameters['pageSize'];
|
|
2829
|
+
}
|
|
2830
|
+
|
|
2831
|
+
if (requestParameters['search'] != null) {
|
|
2832
|
+
queryParameters['search'] = requestParameters['search'];
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2835
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2836
|
+
|
|
2837
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2838
|
+
const token = this.configuration.accessToken;
|
|
2839
|
+
const tokenString = await token("authentik", []);
|
|
2840
|
+
|
|
2841
|
+
if (tokenString) {
|
|
2842
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2843
|
+
}
|
|
2844
|
+
}
|
|
2845
|
+
|
|
2846
|
+
let urlPath = `/endpoints/fleet/connectors/`;
|
|
2847
|
+
|
|
2848
|
+
const response = await this.request({
|
|
2849
|
+
path: urlPath,
|
|
2850
|
+
method: 'GET',
|
|
2851
|
+
headers: headerParameters,
|
|
2852
|
+
query: queryParameters,
|
|
2853
|
+
}, initOverrides);
|
|
2854
|
+
|
|
2855
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => PaginatedFleetConnectorListFromJSON(jsonValue));
|
|
2856
|
+
}
|
|
2857
|
+
|
|
2858
|
+
/**
|
|
2859
|
+
* FleetConnector Viewset
|
|
2860
|
+
*/
|
|
2861
|
+
async endpointsFleetConnectorsList(requestParameters: EndpointsFleetConnectorsListRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedFleetConnectorList> {
|
|
2862
|
+
const response = await this.endpointsFleetConnectorsListRaw(requestParameters, initOverrides);
|
|
2863
|
+
return await response.value();
|
|
2864
|
+
}
|
|
2865
|
+
|
|
2866
|
+
/**
|
|
2867
|
+
* FleetConnector Viewset
|
|
2868
|
+
*/
|
|
2869
|
+
async endpointsFleetConnectorsPartialUpdateRaw(requestParameters: EndpointsFleetConnectorsPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FleetConnector>> {
|
|
2870
|
+
if (requestParameters['connectorUuid'] == null) {
|
|
2871
|
+
throw new runtime.RequiredError(
|
|
2872
|
+
'connectorUuid',
|
|
2873
|
+
'Required parameter "connectorUuid" was null or undefined when calling endpointsFleetConnectorsPartialUpdate().'
|
|
2874
|
+
);
|
|
2875
|
+
}
|
|
2876
|
+
|
|
2877
|
+
const queryParameters: any = {};
|
|
2878
|
+
|
|
2879
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2880
|
+
|
|
2881
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
2882
|
+
|
|
2883
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2884
|
+
const token = this.configuration.accessToken;
|
|
2885
|
+
const tokenString = await token("authentik", []);
|
|
2886
|
+
|
|
2887
|
+
if (tokenString) {
|
|
2888
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2889
|
+
}
|
|
2890
|
+
}
|
|
2891
|
+
|
|
2892
|
+
let urlPath = `/endpoints/fleet/connectors/{connector_uuid}/`;
|
|
2893
|
+
urlPath = urlPath.replace(`{${"connector_uuid"}}`, encodeURIComponent(String(requestParameters['connectorUuid'])));
|
|
2894
|
+
|
|
2895
|
+
const response = await this.request({
|
|
2896
|
+
path: urlPath,
|
|
2897
|
+
method: 'PATCH',
|
|
2898
|
+
headers: headerParameters,
|
|
2899
|
+
query: queryParameters,
|
|
2900
|
+
body: PatchedFleetConnectorRequestToJSON(requestParameters['patchedFleetConnectorRequest']),
|
|
2901
|
+
}, initOverrides);
|
|
2902
|
+
|
|
2903
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => FleetConnectorFromJSON(jsonValue));
|
|
2904
|
+
}
|
|
2905
|
+
|
|
2906
|
+
/**
|
|
2907
|
+
* FleetConnector Viewset
|
|
2908
|
+
*/
|
|
2909
|
+
async endpointsFleetConnectorsPartialUpdate(requestParameters: EndpointsFleetConnectorsPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FleetConnector> {
|
|
2910
|
+
const response = await this.endpointsFleetConnectorsPartialUpdateRaw(requestParameters, initOverrides);
|
|
2911
|
+
return await response.value();
|
|
2912
|
+
}
|
|
2913
|
+
|
|
2914
|
+
/**
|
|
2915
|
+
* FleetConnector Viewset
|
|
2916
|
+
*/
|
|
2917
|
+
async endpointsFleetConnectorsRetrieveRaw(requestParameters: EndpointsFleetConnectorsRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FleetConnector>> {
|
|
2918
|
+
if (requestParameters['connectorUuid'] == null) {
|
|
2919
|
+
throw new runtime.RequiredError(
|
|
2920
|
+
'connectorUuid',
|
|
2921
|
+
'Required parameter "connectorUuid" was null or undefined when calling endpointsFleetConnectorsRetrieve().'
|
|
2922
|
+
);
|
|
2923
|
+
}
|
|
2924
|
+
|
|
2925
|
+
const queryParameters: any = {};
|
|
2926
|
+
|
|
2927
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2928
|
+
|
|
2929
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2930
|
+
const token = this.configuration.accessToken;
|
|
2931
|
+
const tokenString = await token("authentik", []);
|
|
2932
|
+
|
|
2933
|
+
if (tokenString) {
|
|
2934
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2935
|
+
}
|
|
2936
|
+
}
|
|
2937
|
+
|
|
2938
|
+
let urlPath = `/endpoints/fleet/connectors/{connector_uuid}/`;
|
|
2939
|
+
urlPath = urlPath.replace(`{${"connector_uuid"}}`, encodeURIComponent(String(requestParameters['connectorUuid'])));
|
|
2940
|
+
|
|
2941
|
+
const response = await this.request({
|
|
2942
|
+
path: urlPath,
|
|
2943
|
+
method: 'GET',
|
|
2944
|
+
headers: headerParameters,
|
|
2945
|
+
query: queryParameters,
|
|
2946
|
+
}, initOverrides);
|
|
2947
|
+
|
|
2948
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => FleetConnectorFromJSON(jsonValue));
|
|
2949
|
+
}
|
|
2950
|
+
|
|
2951
|
+
/**
|
|
2952
|
+
* FleetConnector Viewset
|
|
2953
|
+
*/
|
|
2954
|
+
async endpointsFleetConnectorsRetrieve(requestParameters: EndpointsFleetConnectorsRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FleetConnector> {
|
|
2955
|
+
const response = await this.endpointsFleetConnectorsRetrieveRaw(requestParameters, initOverrides);
|
|
2956
|
+
return await response.value();
|
|
2957
|
+
}
|
|
2958
|
+
|
|
2959
|
+
/**
|
|
2960
|
+
* FleetConnector Viewset
|
|
2961
|
+
*/
|
|
2962
|
+
async endpointsFleetConnectorsUpdateRaw(requestParameters: EndpointsFleetConnectorsUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FleetConnector>> {
|
|
2963
|
+
if (requestParameters['connectorUuid'] == null) {
|
|
2964
|
+
throw new runtime.RequiredError(
|
|
2965
|
+
'connectorUuid',
|
|
2966
|
+
'Required parameter "connectorUuid" was null or undefined when calling endpointsFleetConnectorsUpdate().'
|
|
2967
|
+
);
|
|
2968
|
+
}
|
|
2969
|
+
|
|
2970
|
+
if (requestParameters['fleetConnectorRequest'] == null) {
|
|
2971
|
+
throw new runtime.RequiredError(
|
|
2972
|
+
'fleetConnectorRequest',
|
|
2973
|
+
'Required parameter "fleetConnectorRequest" was null or undefined when calling endpointsFleetConnectorsUpdate().'
|
|
2974
|
+
);
|
|
2975
|
+
}
|
|
2976
|
+
|
|
2977
|
+
const queryParameters: any = {};
|
|
2978
|
+
|
|
2979
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2980
|
+
|
|
2981
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
2982
|
+
|
|
2983
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2984
|
+
const token = this.configuration.accessToken;
|
|
2985
|
+
const tokenString = await token("authentik", []);
|
|
2986
|
+
|
|
2987
|
+
if (tokenString) {
|
|
2988
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2989
|
+
}
|
|
2990
|
+
}
|
|
2991
|
+
|
|
2992
|
+
let urlPath = `/endpoints/fleet/connectors/{connector_uuid}/`;
|
|
2993
|
+
urlPath = urlPath.replace(`{${"connector_uuid"}}`, encodeURIComponent(String(requestParameters['connectorUuid'])));
|
|
2994
|
+
|
|
2995
|
+
const response = await this.request({
|
|
2996
|
+
path: urlPath,
|
|
2997
|
+
method: 'PUT',
|
|
2998
|
+
headers: headerParameters,
|
|
2999
|
+
query: queryParameters,
|
|
3000
|
+
body: FleetConnectorRequestToJSON(requestParameters['fleetConnectorRequest']),
|
|
3001
|
+
}, initOverrides);
|
|
3002
|
+
|
|
3003
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => FleetConnectorFromJSON(jsonValue));
|
|
3004
|
+
}
|
|
3005
|
+
|
|
3006
|
+
/**
|
|
3007
|
+
* FleetConnector Viewset
|
|
3008
|
+
*/
|
|
3009
|
+
async endpointsFleetConnectorsUpdate(requestParameters: EndpointsFleetConnectorsUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FleetConnector> {
|
|
3010
|
+
const response = await this.endpointsFleetConnectorsUpdateRaw(requestParameters, initOverrides);
|
|
3011
|
+
return await response.value();
|
|
3012
|
+
}
|
|
3013
|
+
|
|
3014
|
+
/**
|
|
3015
|
+
* Get a list of all objects that use this object
|
|
3016
|
+
*/
|
|
3017
|
+
async endpointsFleetConnectorsUsedByListRaw(requestParameters: EndpointsFleetConnectorsUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UsedBy>>> {
|
|
3018
|
+
if (requestParameters['connectorUuid'] == null) {
|
|
3019
|
+
throw new runtime.RequiredError(
|
|
3020
|
+
'connectorUuid',
|
|
3021
|
+
'Required parameter "connectorUuid" was null or undefined when calling endpointsFleetConnectorsUsedByList().'
|
|
3022
|
+
);
|
|
3023
|
+
}
|
|
3024
|
+
|
|
3025
|
+
const queryParameters: any = {};
|
|
3026
|
+
|
|
3027
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
3028
|
+
|
|
3029
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
3030
|
+
const token = this.configuration.accessToken;
|
|
3031
|
+
const tokenString = await token("authentik", []);
|
|
3032
|
+
|
|
3033
|
+
if (tokenString) {
|
|
3034
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3035
|
+
}
|
|
3036
|
+
}
|
|
3037
|
+
|
|
3038
|
+
let urlPath = `/endpoints/fleet/connectors/{connector_uuid}/used_by/`;
|
|
3039
|
+
urlPath = urlPath.replace(`{${"connector_uuid"}}`, encodeURIComponent(String(requestParameters['connectorUuid'])));
|
|
3040
|
+
|
|
3041
|
+
const response = await this.request({
|
|
3042
|
+
path: urlPath,
|
|
3043
|
+
method: 'GET',
|
|
3044
|
+
headers: headerParameters,
|
|
3045
|
+
query: queryParameters,
|
|
3046
|
+
}, initOverrides);
|
|
3047
|
+
|
|
3048
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(UsedByFromJSON));
|
|
3049
|
+
}
|
|
3050
|
+
|
|
3051
|
+
/**
|
|
3052
|
+
* Get a list of all objects that use this object
|
|
3053
|
+
*/
|
|
3054
|
+
async endpointsFleetConnectorsUsedByList(requestParameters: EndpointsFleetConnectorsUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>> {
|
|
3055
|
+
const response = await this.endpointsFleetConnectorsUsedByListRaw(requestParameters, initOverrides);
|
|
3056
|
+
return await response.value();
|
|
3057
|
+
}
|
|
3058
|
+
|
|
2672
3059
|
}
|
package/src/apis/RbacApi.ts
CHANGED
|
@@ -1382,6 +1382,7 @@ export const RbacPermissionsAssignedByRolesListModelEnum = {
|
|
|
1382
1382
|
AuthentikEndpointsConnectorsAgentAgentconnector: 'authentik_endpoints_connectors_agent.agentconnector',
|
|
1383
1383
|
AuthentikEndpointsConnectorsAgentAgentdeviceuserbinding: 'authentik_endpoints_connectors_agent.agentdeviceuserbinding',
|
|
1384
1384
|
AuthentikEndpointsConnectorsAgentEnrollmenttoken: 'authentik_endpoints_connectors_agent.enrollmenttoken',
|
|
1385
|
+
AuthentikEndpointsConnectorsFleetFleetconnector: 'authentik_endpoints_connectors_fleet.fleetconnector',
|
|
1385
1386
|
AuthentikEnterpriseLicense: 'authentik_enterprise.license',
|
|
1386
1387
|
AuthentikEventsEvent: 'authentik_events.event',
|
|
1387
1388
|
AuthentikEventsNotification: 'authentik_events.notification',
|
package/src/models/AppEnum.ts
CHANGED
|
@@ -83,6 +83,7 @@ export const AppEnum = {
|
|
|
83
83
|
AuthentikBlueprints: 'authentik.blueprints',
|
|
84
84
|
AuthentikEnterpriseAudit: 'authentik.enterprise.audit',
|
|
85
85
|
AuthentikEnterpriseEndpointsConnectorsAgent: 'authentik.enterprise.endpoints.connectors.agent',
|
|
86
|
+
AuthentikEnterpriseEndpointsConnectorsFleet: 'authentik.enterprise.endpoints.connectors.fleet',
|
|
86
87
|
AuthentikEnterprisePoliciesUniquePassword: 'authentik.enterprise.policies.unique_password',
|
|
87
88
|
AuthentikEnterpriseProvidersGoogleWorkspace: 'authentik.enterprise.providers.google_workspace',
|
|
88
89
|
AuthentikEnterpriseProvidersMicrosoftEntra: 'authentik.enterprise.providers.microsoft_entra',
|