@goauthentik/api 2026.2.0-rc1-1766432129 → 2026.2.0-rc1-1767654897

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.
Files changed (895) hide show
  1. package/.openapi-generator/FILES +854 -0
  2. package/.openapi-generator/VERSION +1 -1
  3. package/dist/apis/CoreApi.d.ts +2 -0
  4. package/dist/apis/CoreApi.d.ts.map +1 -1
  5. package/dist/apis/CoreApi.js +6 -0
  6. package/dist/apis/CoreApi.js.map +1 -1
  7. package/dist/apis/RbacApi.d.ts +3 -1
  8. package/dist/apis/RbacApi.d.ts.map +1 -1
  9. package/dist/apis/RbacApi.js +6 -0
  10. package/dist/apis/RbacApi.js.map +1 -1
  11. package/dist/esm/apis/CoreApi.d.ts +2 -0
  12. package/dist/esm/apis/CoreApi.d.ts.map +1 -1
  13. package/dist/esm/apis/CoreApi.js +6 -0
  14. package/dist/esm/apis/CoreApi.js.map +1 -1
  15. package/dist/esm/apis/RbacApi.d.ts +3 -1
  16. package/dist/esm/apis/RbacApi.d.ts.map +1 -1
  17. package/dist/esm/apis/RbacApi.js +6 -0
  18. package/dist/esm/apis/RbacApi.js.map +1 -1
  19. package/dist/esm/models/CapabilitiesEnum.d.ts +1 -0
  20. package/dist/esm/models/CapabilitiesEnum.d.ts.map +1 -1
  21. package/dist/esm/models/CapabilitiesEnum.js +1 -0
  22. package/dist/esm/models/CapabilitiesEnum.js.map +1 -1
  23. package/dist/esm/models/Group.d.ts +7 -1
  24. package/dist/esm/models/Group.d.ts.map +1 -1
  25. package/dist/esm/models/Group.js +3 -0
  26. package/dist/esm/models/Group.js.map +1 -1
  27. package/dist/models/CapabilitiesEnum.d.ts +1 -0
  28. package/dist/models/CapabilitiesEnum.d.ts.map +1 -1
  29. package/dist/models/CapabilitiesEnum.js +1 -0
  30. package/dist/models/CapabilitiesEnum.js.map +1 -1
  31. package/dist/models/Group.d.ts +7 -1
  32. package/dist/models/Group.d.ts.map +1 -1
  33. package/dist/models/Group.js +3 -0
  34. package/dist/models/Group.js.map +1 -1
  35. package/dist/tsconfig.esm.tsbuildinfo +1 -1
  36. package/docs/AccessDeniedChallenge.md +45 -0
  37. package/docs/AdminApi.md +1018 -0
  38. package/docs/AgentAuthenticationResponse.md +35 -0
  39. package/docs/AgentConfig.md +51 -0
  40. package/docs/AgentConnector.md +68 -0
  41. package/docs/AgentConnectorRequest.md +60 -0
  42. package/docs/AgentPSSODeviceRegistrationRequest.md +41 -0
  43. package/docs/AgentPSSODeviceRegistrationResponse.md +45 -0
  44. package/docs/AgentPSSOUserRegistrationRequest.md +39 -0
  45. package/docs/AgentTokenResponse.md +37 -0
  46. package/docs/AlgEnum.md +32 -0
  47. package/docs/App.md +37 -0
  48. package/docs/AppEnum.md +32 -0
  49. package/docs/AppleChallengeResponseRequest.md +35 -0
  50. package/docs/AppleLoginChallenge.md +47 -0
  51. package/docs/Application.md +65 -0
  52. package/docs/ApplicationEntitlement.md +41 -0
  53. package/docs/ApplicationEntitlementRequest.md +39 -0
  54. package/docs/ApplicationRequest.md +55 -0
  55. package/docs/AuthTypeEnum.md +32 -0
  56. package/docs/AuthenticatedSession.md +53 -0
  57. package/docs/AuthenticatedSessionAsn.md +39 -0
  58. package/docs/AuthenticatedSessionGeoIp.md +43 -0
  59. package/docs/AuthenticatedSessionUserAgent.md +41 -0
  60. package/docs/AuthenticatedSessionUserAgentDevice.md +39 -0
  61. package/docs/AuthenticatedSessionUserAgentOs.md +43 -0
  62. package/docs/AuthenticatedSessionUserAgentUserAgent.md +41 -0
  63. package/docs/AuthenticationEnum.md +32 -0
  64. package/docs/AuthenticatorAttachmentEnum.md +32 -0
  65. package/docs/AuthenticatorDuoChallenge.md +49 -0
  66. package/docs/AuthenticatorDuoChallengeResponseRequest.md +35 -0
  67. package/docs/AuthenticatorDuoStage.md +57 -0
  68. package/docs/AuthenticatorDuoStageDeviceImportResponse.md +36 -0
  69. package/docs/AuthenticatorDuoStageManualDeviceImportRequest.md +36 -0
  70. package/docs/AuthenticatorDuoStageRequest.md +49 -0
  71. package/docs/AuthenticatorEmailChallenge.md +47 -0
  72. package/docs/AuthenticatorEmailChallengeResponseRequest.md +39 -0
  73. package/docs/AuthenticatorEmailStage.md +75 -0
  74. package/docs/AuthenticatorEmailStageRequest.md +63 -0
  75. package/docs/AuthenticatorEndpointGDTCStage.md +53 -0
  76. package/docs/AuthenticatorEndpointGDTCStageRequest.md +41 -0
  77. package/docs/AuthenticatorSMSChallenge.md +45 -0
  78. package/docs/AuthenticatorSMSChallengeResponseRequest.md +39 -0
  79. package/docs/AuthenticatorSMSStage.md +67 -0
  80. package/docs/AuthenticatorSMSStageRequest.md +55 -0
  81. package/docs/AuthenticatorStaticChallenge.md +45 -0
  82. package/docs/AuthenticatorStaticChallengeResponseRequest.md +35 -0
  83. package/docs/AuthenticatorStaticStage.md +55 -0
  84. package/docs/AuthenticatorStaticStageRequest.md +43 -0
  85. package/docs/AuthenticatorTOTPChallenge.md +45 -0
  86. package/docs/AuthenticatorTOTPChallengeResponseRequest.md +37 -0
  87. package/docs/AuthenticatorTOTPStage.md +53 -0
  88. package/docs/AuthenticatorTOTPStageRequest.md +41 -0
  89. package/docs/AuthenticatorValidateStage.md +61 -0
  90. package/docs/AuthenticatorValidateStageRequest.md +47 -0
  91. package/docs/AuthenticatorValidationChallenge.md +47 -0
  92. package/docs/AuthenticatorValidationChallengeResponseRequest.md +45 -0
  93. package/docs/AuthenticatorWebAuthnChallenge.md +45 -0
  94. package/docs/AuthenticatorWebAuthnChallengeResponseRequest.md +37 -0
  95. package/docs/AuthenticatorWebAuthnStage.md +63 -0
  96. package/docs/AuthenticatorWebAuthnStageRequest.md +49 -0
  97. package/docs/AuthenticatorsApi.md +6388 -0
  98. package/docs/AuthorizationCodeAuthMethodEnum.md +32 -0
  99. package/docs/AutoSubmitChallengeResponseRequest.md +35 -0
  100. package/docs/AutosubmitChallenge.md +45 -0
  101. package/docs/BackendsEnum.md +32 -0
  102. package/docs/BindingTypeEnum.md +32 -0
  103. package/docs/BlueprintFile.md +40 -0
  104. package/docs/BlueprintInstance.md +55 -0
  105. package/docs/BlueprintInstanceRequest.md +43 -0
  106. package/docs/BlueprintInstanceStatusEnum.md +32 -0
  107. package/docs/Brand.md +69 -0
  108. package/docs/BrandRequest.md +67 -0
  109. package/docs/Cache.md +35 -0
  110. package/docs/CapabilitiesEnum.md +32 -0
  111. package/docs/CaptchaChallenge.md +49 -0
  112. package/docs/CaptchaChallengeResponseRequest.md +37 -0
  113. package/docs/CaptchaStage.md +61 -0
  114. package/docs/CaptchaStageRequest.md +51 -0
  115. package/docs/CertAttributeEnum.md +32 -0
  116. package/docs/CertificateData.md +35 -0
  117. package/docs/CertificateGenerationRequest.md +41 -0
  118. package/docs/CertificateKeyPair.md +55 -0
  119. package/docs/CertificateKeyPairRequest.md +39 -0
  120. package/docs/ChallengeTypes.md +174 -0
  121. package/docs/ClientTypeEnum.md +32 -0
  122. package/docs/CompatibilityModeEnum.md +32 -0
  123. package/docs/Config.md +43 -0
  124. package/docs/ConnectionToken.md +45 -0
  125. package/docs/ConnectionTokenRequest.md +39 -0
  126. package/docs/Connector.md +46 -0
  127. package/docs/ConsentChallenge.md +51 -0
  128. package/docs/ConsentChallengeResponseRequest.md +37 -0
  129. package/docs/ConsentPermission.md +37 -0
  130. package/docs/ConsentStage.md +51 -0
  131. package/docs/ConsentStageModeEnum.md +32 -0
  132. package/docs/ConsentStageRequest.md +39 -0
  133. package/docs/ContentType.md +40 -0
  134. package/docs/ContextualFlowInfo.md +41 -0
  135. package/docs/ContextualFlowInfoLayoutEnum.md +32 -0
  136. package/docs/CoreApi.md +5286 -0
  137. package/docs/CountryCodeEnum.md +32 -0
  138. package/docs/CryptoApi.md +781 -0
  139. package/docs/CurrentBrand.md +63 -0
  140. package/docs/CurrentBrandFlags.md +36 -0
  141. package/docs/DataExport.md +47 -0
  142. package/docs/DeliveryMethodEnum.md +32 -0
  143. package/docs/DeniedActionEnum.md +32 -0
  144. package/docs/DenyStage.md +49 -0
  145. package/docs/DenyStageRequest.md +37 -0
  146. package/docs/DetailedCountry.md +36 -0
  147. package/docs/DetailedCountryField.md +36 -0
  148. package/docs/Device.md +57 -0
  149. package/docs/DeviceAccessGroup.md +36 -0
  150. package/docs/DeviceAccessGroupRequest.md +34 -0
  151. package/docs/DeviceChallenge.md +41 -0
  152. package/docs/DeviceChallengeRequest.md +41 -0
  153. package/docs/DeviceClassesEnum.md +32 -0
  154. package/docs/DeviceConnection.md +40 -0
  155. package/docs/DeviceFactSnapshot.md +40 -0
  156. package/docs/DeviceFacts.md +50 -0
  157. package/docs/DeviceFactsOSFamily.md +32 -0
  158. package/docs/DeviceFactsRequest.md +50 -0
  159. package/docs/DeviceGroup.md +36 -0
  160. package/docs/DeviceGroupRequest.md +36 -0
  161. package/docs/DeviceSummary.md +39 -0
  162. package/docs/DeviceUser.md +40 -0
  163. package/docs/DeviceUserBinding.md +65 -0
  164. package/docs/DeviceUserBindingRequest.md +53 -0
  165. package/docs/DeviceUserRequest.md +40 -0
  166. package/docs/DigestAlgorithmEnum.md +32 -0
  167. package/docs/DigitsEnum.md +32 -0
  168. package/docs/Disk.md +44 -0
  169. package/docs/DiskRequest.md +44 -0
  170. package/docs/DockerServiceConnection.md +53 -0
  171. package/docs/DockerServiceConnectionRequest.md +43 -0
  172. package/docs/Domain.md +41 -0
  173. package/docs/DomainRequest.md +39 -0
  174. package/docs/DummyChallenge.md +41 -0
  175. package/docs/DummyChallengeResponseRequest.md +35 -0
  176. package/docs/DummyPolicy.md +55 -0
  177. package/docs/DummyPolicyRequest.md +43 -0
  178. package/docs/DummyStage.md +49 -0
  179. package/docs/DummyStageRequest.md +37 -0
  180. package/docs/DuoDevice.md +39 -0
  181. package/docs/DuoDeviceEnrollmentStatus.md +34 -0
  182. package/docs/DuoDeviceRequest.md +35 -0
  183. package/docs/DuoResponseEnum.md +32 -0
  184. package/docs/EmailChallenge.md +39 -0
  185. package/docs/EmailChallengeResponseRequest.md +35 -0
  186. package/docs/EmailDevice.md +41 -0
  187. package/docs/EmailDeviceRequest.md +35 -0
  188. package/docs/EmailStage.md +75 -0
  189. package/docs/EmailStageRequest.md +65 -0
  190. package/docs/Endpoint.md +55 -0
  191. package/docs/EndpointAgentChallenge.md +43 -0
  192. package/docs/EndpointAgentChallengeResponseRequest.md +37 -0
  193. package/docs/EndpointAuthModeEnum.md +32 -0
  194. package/docs/EndpointDevice.md +50 -0
  195. package/docs/EndpointDeviceDetails.md +56 -0
  196. package/docs/EndpointDeviceRequest.md +46 -0
  197. package/docs/EndpointRequest.md +49 -0
  198. package/docs/EndpointStage.md +53 -0
  199. package/docs/EndpointStageRequest.md +39 -0
  200. package/docs/EndpointsApi.md +3704 -0
  201. package/docs/EnrollRequest.md +37 -0
  202. package/docs/EnrollmentToken.md +46 -0
  203. package/docs/EnrollmentTokenRequest.md +42 -0
  204. package/docs/EnterpriseApi.md +750 -0
  205. package/docs/ErrorDetail.md +37 -0
  206. package/docs/ErrorReportingConfig.md +43 -0
  207. package/docs/Event.md +51 -0
  208. package/docs/EventActions.md +32 -0
  209. package/docs/EventMatcherPolicy.md +57 -0
  210. package/docs/EventMatcherPolicyRequest.md +45 -0
  211. package/docs/EventRequest.md +47 -0
  212. package/docs/EventTopPerUser.md +39 -0
  213. package/docs/EventVolume.md +39 -0
  214. package/docs/EventsApi.md +2553 -0
  215. package/docs/EventsRequestedEnum.md +32 -0
  216. package/docs/ExpiringBaseGrantModel.md +45 -0
  217. package/docs/ExpressionPolicy.md +51 -0
  218. package/docs/ExpressionPolicyRequest.md +39 -0
  219. package/docs/ExtraRoleObjectPermission.md +51 -0
  220. package/docs/FileList.md +39 -0
  221. package/docs/Flow.md +67 -0
  222. package/docs/FlowChallengeResponseRequest.md +78 -0
  223. package/docs/FlowDesignationEnum.md +32 -0
  224. package/docs/FlowDiagram.md +35 -0
  225. package/docs/FlowErrorChallenge.md +45 -0
  226. package/docs/FlowImportResult.md +37 -0
  227. package/docs/FlowInspection.md +39 -0
  228. package/docs/FlowInspectorPlan.md +41 -0
  229. package/docs/FlowLayoutEnum.md +32 -0
  230. package/docs/FlowRequest.md +53 -0
  231. package/docs/FlowSet.md +57 -0
  232. package/docs/FlowStageBinding.md +53 -0
  233. package/docs/FlowStageBindingRequest.md +47 -0
  234. package/docs/FlowsApi.md +1781 -0
  235. package/docs/FooterLink.md +37 -0
  236. package/docs/FrameChallenge.md +45 -0
  237. package/docs/FrameChallengeResponseRequest.md +35 -0
  238. package/docs/GenericError.md +37 -0
  239. package/docs/GeoIPPolicy.md +67 -0
  240. package/docs/GeoIPPolicyRequest.md +53 -0
  241. package/docs/GeoipBindingEnum.md +32 -0
  242. package/docs/GlobalTaskStatus.md +52 -0
  243. package/docs/GoogleEndpointDevice.md +37 -0
  244. package/docs/GoogleEndpointDeviceRequest.md +37 -0
  245. package/docs/GoogleWorkspaceProvider.md +75 -0
  246. package/docs/GoogleWorkspaceProviderGroup.md +45 -0
  247. package/docs/GoogleWorkspaceProviderGroupRequest.md +39 -0
  248. package/docs/GoogleWorkspaceProviderMapping.md +49 -0
  249. package/docs/GoogleWorkspaceProviderMappingRequest.md +39 -0
  250. package/docs/GoogleWorkspaceProviderRequest.md +61 -0
  251. package/docs/GoogleWorkspaceProviderUser.md +45 -0
  252. package/docs/GoogleWorkspaceProviderUserRequest.md +39 -0
  253. package/docs/Group.md +61 -0
  254. package/docs/GroupKerberosSourceConnection.md +47 -0
  255. package/docs/GroupKerberosSourceConnectionRequest.md +39 -0
  256. package/docs/GroupLDAPSourceConnection.md +47 -0
  257. package/docs/GroupLDAPSourceConnectionRequest.md +39 -0
  258. package/docs/GroupMatchingModeEnum.md +32 -0
  259. package/docs/GroupOAuthSourceConnection.md +47 -0
  260. package/docs/GroupOAuthSourceConnectionRequest.md +39 -0
  261. package/docs/GroupPlexSourceConnection.md +47 -0
  262. package/docs/GroupPlexSourceConnectionRequest.md +39 -0
  263. package/docs/GroupRequest.md +45 -0
  264. package/docs/GroupSAMLSourceConnection.md +47 -0
  265. package/docs/GroupSAMLSourceConnectionRequest.md +39 -0
  266. package/docs/GroupSourceConnection.md +47 -0
  267. package/docs/GroupSourceConnectionRequest.md +39 -0
  268. package/docs/GroupTelegramSourceConnection.md +47 -0
  269. package/docs/GroupTelegramSourceConnectionRequest.md +39 -0
  270. package/docs/Hardware.md +44 -0
  271. package/docs/HardwareRequest.md +44 -0
  272. package/docs/IdentificationChallenge.md +67 -0
  273. package/docs/IdentificationChallengeResponseRequest.md +43 -0
  274. package/docs/IdentificationStage.md +73 -0
  275. package/docs/IdentificationStageRequest.md +61 -0
  276. package/docs/IframeLogoutChallenge.md +41 -0
  277. package/docs/IframeLogoutChallengeResponseRequest.md +35 -0
  278. package/docs/ImpersonationRequest.md +34 -0
  279. package/docs/InitialPermissions.md +43 -0
  280. package/docs/InitialPermissionsRequest.md +39 -0
  281. package/docs/InstallID.md +34 -0
  282. package/docs/IntentEnum.md +32 -0
  283. package/docs/InvalidResponseActionEnum.md +32 -0
  284. package/docs/Invitation.md +49 -0
  285. package/docs/InvitationRequest.md +43 -0
  286. package/docs/InvitationStage.md +49 -0
  287. package/docs/InvitationStageRequest.md +37 -0
  288. package/docs/IssuerModeEnum.md +32 -0
  289. package/docs/KadminTypeEnum.md +32 -0
  290. package/docs/KerberosSource.md +97 -0
  291. package/docs/KerberosSourcePropertyMapping.md +49 -0
  292. package/docs/KerberosSourcePropertyMappingRequest.md +39 -0
  293. package/docs/KerberosSourceRequest.md +87 -0
  294. package/docs/KeyTypeEnum.md +32 -0
  295. package/docs/KubernetesServiceConnection.md +51 -0
  296. package/docs/KubernetesServiceConnectionRequest.md +41 -0
  297. package/docs/LDAPAPIAccessMode.md +32 -0
  298. package/docs/LDAPCheckAccess.md +37 -0
  299. package/docs/LDAPDebug.md +38 -0
  300. package/docs/LDAPOutpostConfig.md +59 -0
  301. package/docs/LDAPProvider.md +79 -0
  302. package/docs/LDAPProviderRequest.md +59 -0
  303. package/docs/LDAPSource.md +117 -0
  304. package/docs/LDAPSourcePropertyMapping.md +49 -0
  305. package/docs/LDAPSourcePropertyMappingRequest.md +39 -0
  306. package/docs/LDAPSourceRequest.md +103 -0
  307. package/docs/LastTaskStatusEnum.md +32 -0
  308. package/docs/License.md +45 -0
  309. package/docs/LicenseFlagsEnum.md +32 -0
  310. package/docs/LicenseForecast.md +41 -0
  311. package/docs/LicenseRequest.md +35 -0
  312. package/docs/LicenseSummary.md +43 -0
  313. package/docs/LicenseSummaryStatusEnum.md +32 -0
  314. package/docs/Link.md +35 -0
  315. package/docs/LogEvent.md +43 -0
  316. package/docs/LogLevelEnum.md +32 -0
  317. package/docs/LoginChallengeTypes.md +54 -0
  318. package/docs/LoginSource.md +41 -0
  319. package/docs/MDMConfigRequest.md +37 -0
  320. package/docs/MDMConfigResponse.md +39 -0
  321. package/docs/ManagedApi.md +687 -0
  322. package/docs/MatchingModeEnum.md +32 -0
  323. package/docs/Metadata.md +37 -0
  324. package/docs/MicrosoftEntraProvider.md +73 -0
  325. package/docs/MicrosoftEntraProviderGroup.md +45 -0
  326. package/docs/MicrosoftEntraProviderGroupRequest.md +39 -0
  327. package/docs/MicrosoftEntraProviderMapping.md +49 -0
  328. package/docs/MicrosoftEntraProviderMappingRequest.md +39 -0
  329. package/docs/MicrosoftEntraProviderRequest.md +59 -0
  330. package/docs/MicrosoftEntraProviderUser.md +45 -0
  331. package/docs/MicrosoftEntraProviderUserRequest.md +39 -0
  332. package/docs/ModelEnum.md +32 -0
  333. package/docs/ModelRequest.md +210 -0
  334. package/docs/MutualTLSStage.md +55 -0
  335. package/docs/MutualTLSStageRequest.md +43 -0
  336. package/docs/NativeLogoutChallenge.md +53 -0
  337. package/docs/NativeLogoutChallengeResponseRequest.md +35 -0
  338. package/docs/Network.md +40 -0
  339. package/docs/NetworkBindingEnum.md +32 -0
  340. package/docs/NetworkInterface.md +40 -0
  341. package/docs/NetworkInterfaceRequest.md +40 -0
  342. package/docs/NetworkRequest.md +40 -0
  343. package/docs/NotConfiguredActionEnum.md +32 -0
  344. package/docs/Notification.md +49 -0
  345. package/docs/NotificationRequest.md +41 -0
  346. package/docs/NotificationRule.md +47 -0
  347. package/docs/NotificationRuleRequest.md +43 -0
  348. package/docs/NotificationTransport.md +53 -0
  349. package/docs/NotificationTransportModeEnum.md +32 -0
  350. package/docs/NotificationTransportRequest.md +49 -0
  351. package/docs/NotificationTransportTest.md +35 -0
  352. package/docs/NotificationWebhookMapping.md +39 -0
  353. package/docs/NotificationWebhookMappingRequest.md +37 -0
  354. package/docs/OAuth2Provider.md +95 -0
  355. package/docs/OAuth2ProviderLogoutMethodEnum.md +32 -0
  356. package/docs/OAuth2ProviderRequest.md +77 -0
  357. package/docs/OAuth2ProviderSetupURLs.md +47 -0
  358. package/docs/OAuthDeviceCodeChallenge.md +39 -0
  359. package/docs/OAuthDeviceCodeChallengeResponseRequest.md +37 -0
  360. package/docs/OAuthDeviceCodeFinishChallenge.md +39 -0
  361. package/docs/OAuthDeviceCodeFinishChallengeResponseRequest.md +35 -0
  362. package/docs/OAuthSource.md +101 -0
  363. package/docs/OAuthSourcePropertyMapping.md +49 -0
  364. package/docs/OAuthSourcePropertyMappingRequest.md +39 -0
  365. package/docs/OAuthSourceRequest.md +85 -0
  366. package/docs/Oauth2Api.md +941 -0
  367. package/docs/OpenIDConnectConfiguration.md +55 -0
  368. package/docs/OperatingSystem.md +40 -0
  369. package/docs/OperatingSystemRequest.md +40 -0
  370. package/docs/OutgoingSyncDeleteAction.md +32 -0
  371. package/docs/Outpost.md +55 -0
  372. package/docs/OutpostDefaultConfig.md +35 -0
  373. package/docs/OutpostHealth.md +57 -0
  374. package/docs/OutpostRequest.md +45 -0
  375. package/docs/OutpostTypeEnum.md +32 -0
  376. package/docs/OutpostsApi.md +2682 -0
  377. package/docs/PKCEMethodEnum.md +32 -0
  378. package/docs/PaginatedAgentConnectorList.md +38 -0
  379. package/docs/PaginatedApplicationEntitlementList.md +38 -0
  380. package/docs/PaginatedApplicationList.md +38 -0
  381. package/docs/PaginatedAuthenticatedSessionList.md +38 -0
  382. package/docs/PaginatedAuthenticatorDuoStageList.md +38 -0
  383. package/docs/PaginatedAuthenticatorEmailStageList.md +38 -0
  384. package/docs/PaginatedAuthenticatorEndpointGDTCStageList.md +38 -0
  385. package/docs/PaginatedAuthenticatorSMSStageList.md +38 -0
  386. package/docs/PaginatedAuthenticatorStaticStageList.md +38 -0
  387. package/docs/PaginatedAuthenticatorTOTPStageList.md +38 -0
  388. package/docs/PaginatedAuthenticatorValidateStageList.md +38 -0
  389. package/docs/PaginatedAuthenticatorWebAuthnStageList.md +38 -0
  390. package/docs/PaginatedBlueprintInstanceList.md +38 -0
  391. package/docs/PaginatedBrandList.md +38 -0
  392. package/docs/PaginatedCaptchaStageList.md +38 -0
  393. package/docs/PaginatedCertificateKeyPairList.md +38 -0
  394. package/docs/PaginatedConnectionTokenList.md +38 -0
  395. package/docs/PaginatedConnectorList.md +38 -0
  396. package/docs/PaginatedConsentStageList.md +38 -0
  397. package/docs/PaginatedDataExportList.md +38 -0
  398. package/docs/PaginatedDenyStageList.md +38 -0
  399. package/docs/PaginatedDeviceAccessGroupList.md +38 -0
  400. package/docs/PaginatedDeviceUserBindingList.md +38 -0
  401. package/docs/PaginatedDockerServiceConnectionList.md +38 -0
  402. package/docs/PaginatedDomainList.md +38 -0
  403. package/docs/PaginatedDummyPolicyList.md +38 -0
  404. package/docs/PaginatedDummyStageList.md +38 -0
  405. package/docs/PaginatedDuoDeviceList.md +38 -0
  406. package/docs/PaginatedEmailDeviceList.md +38 -0
  407. package/docs/PaginatedEmailStageList.md +38 -0
  408. package/docs/PaginatedEndpointDeviceList.md +38 -0
  409. package/docs/PaginatedEndpointList.md +38 -0
  410. package/docs/PaginatedEndpointStageList.md +38 -0
  411. package/docs/PaginatedEnrollmentTokenList.md +38 -0
  412. package/docs/PaginatedEventList.md +38 -0
  413. package/docs/PaginatedEventMatcherPolicyList.md +38 -0
  414. package/docs/PaginatedExpiringBaseGrantModelList.md +38 -0
  415. package/docs/PaginatedExpressionPolicyList.md +38 -0
  416. package/docs/PaginatedExtraRoleObjectPermissionList.md +36 -0
  417. package/docs/PaginatedFlowList.md +38 -0
  418. package/docs/PaginatedFlowStageBindingList.md +38 -0
  419. package/docs/PaginatedGeoIPPolicyList.md +38 -0
  420. package/docs/PaginatedGoogleEndpointDeviceList.md +38 -0
  421. package/docs/PaginatedGoogleWorkspaceProviderGroupList.md +38 -0
  422. package/docs/PaginatedGoogleWorkspaceProviderList.md +38 -0
  423. package/docs/PaginatedGoogleWorkspaceProviderMappingList.md +38 -0
  424. package/docs/PaginatedGoogleWorkspaceProviderUserList.md +38 -0
  425. package/docs/PaginatedGroupKerberosSourceConnectionList.md +38 -0
  426. package/docs/PaginatedGroupLDAPSourceConnectionList.md +38 -0
  427. package/docs/PaginatedGroupList.md +38 -0
  428. package/docs/PaginatedGroupOAuthSourceConnectionList.md +38 -0
  429. package/docs/PaginatedGroupPlexSourceConnectionList.md +38 -0
  430. package/docs/PaginatedGroupSAMLSourceConnectionList.md +38 -0
  431. package/docs/PaginatedGroupSourceConnectionList.md +38 -0
  432. package/docs/PaginatedGroupTelegramSourceConnectionList.md +38 -0
  433. package/docs/PaginatedIdentificationStageList.md +38 -0
  434. package/docs/PaginatedInitialPermissionsList.md +38 -0
  435. package/docs/PaginatedInvitationList.md +38 -0
  436. package/docs/PaginatedInvitationStageList.md +38 -0
  437. package/docs/PaginatedKerberosSourceList.md +38 -0
  438. package/docs/PaginatedKerberosSourcePropertyMappingList.md +38 -0
  439. package/docs/PaginatedKubernetesServiceConnectionList.md +38 -0
  440. package/docs/PaginatedLDAPOutpostConfigList.md +38 -0
  441. package/docs/PaginatedLDAPProviderList.md +38 -0
  442. package/docs/PaginatedLDAPSourceList.md +38 -0
  443. package/docs/PaginatedLDAPSourcePropertyMappingList.md +38 -0
  444. package/docs/PaginatedLicenseList.md +38 -0
  445. package/docs/PaginatedMicrosoftEntraProviderGroupList.md +38 -0
  446. package/docs/PaginatedMicrosoftEntraProviderList.md +38 -0
  447. package/docs/PaginatedMicrosoftEntraProviderMappingList.md +38 -0
  448. package/docs/PaginatedMicrosoftEntraProviderUserList.md +38 -0
  449. package/docs/PaginatedMutualTLSStageList.md +38 -0
  450. package/docs/PaginatedNotificationList.md +38 -0
  451. package/docs/PaginatedNotificationRuleList.md +38 -0
  452. package/docs/PaginatedNotificationTransportList.md +38 -0
  453. package/docs/PaginatedNotificationWebhookMappingList.md +38 -0
  454. package/docs/PaginatedOAuth2ProviderList.md +38 -0
  455. package/docs/PaginatedOAuthSourceList.md +38 -0
  456. package/docs/PaginatedOAuthSourcePropertyMappingList.md +38 -0
  457. package/docs/PaginatedOutpostList.md +38 -0
  458. package/docs/PaginatedPasswordExpiryPolicyList.md +38 -0
  459. package/docs/PaginatedPasswordPolicyList.md +38 -0
  460. package/docs/PaginatedPasswordStageList.md +38 -0
  461. package/docs/PaginatedPermissionList.md +38 -0
  462. package/docs/PaginatedPlexSourceList.md +38 -0
  463. package/docs/PaginatedPlexSourcePropertyMappingList.md +38 -0
  464. package/docs/PaginatedPolicyBindingList.md +38 -0
  465. package/docs/PaginatedPolicyList.md +38 -0
  466. package/docs/PaginatedPromptList.md +38 -0
  467. package/docs/PaginatedPromptStageList.md +38 -0
  468. package/docs/PaginatedPropertyMappingList.md +38 -0
  469. package/docs/PaginatedProviderList.md +38 -0
  470. package/docs/PaginatedProxyOutpostConfigList.md +38 -0
  471. package/docs/PaginatedProxyProviderList.md +38 -0
  472. package/docs/PaginatedRACPropertyMappingList.md +38 -0
  473. package/docs/PaginatedRACProviderList.md +38 -0
  474. package/docs/PaginatedRadiusOutpostConfigList.md +38 -0
  475. package/docs/PaginatedRadiusProviderList.md +38 -0
  476. package/docs/PaginatedRadiusProviderPropertyMappingList.md +38 -0
  477. package/docs/PaginatedRedirectStageList.md +38 -0
  478. package/docs/PaginatedReputationList.md +38 -0
  479. package/docs/PaginatedReputationPolicyList.md +38 -0
  480. package/docs/PaginatedRoleAssignedObjectPermissionList.md +38 -0
  481. package/docs/PaginatedRoleList.md +38 -0
  482. package/docs/PaginatedSAMLPropertyMappingList.md +38 -0
  483. package/docs/PaginatedSAMLProviderList.md +38 -0
  484. package/docs/PaginatedSAMLSourceList.md +38 -0
  485. package/docs/PaginatedSAMLSourcePropertyMappingList.md +38 -0
  486. package/docs/PaginatedSCIMMappingList.md +38 -0
  487. package/docs/PaginatedSCIMProviderGroupList.md +38 -0
  488. package/docs/PaginatedSCIMProviderList.md +38 -0
  489. package/docs/PaginatedSCIMProviderUserList.md +38 -0
  490. package/docs/PaginatedSCIMSourceGroupList.md +38 -0
  491. package/docs/PaginatedSCIMSourceList.md +38 -0
  492. package/docs/PaginatedSCIMSourcePropertyMappingList.md +38 -0
  493. package/docs/PaginatedSCIMSourceUserList.md +38 -0
  494. package/docs/PaginatedSMSDeviceList.md +38 -0
  495. package/docs/PaginatedSSFProviderList.md +38 -0
  496. package/docs/PaginatedSSFStreamList.md +38 -0
  497. package/docs/PaginatedScheduleList.md +38 -0
  498. package/docs/PaginatedScopeMappingList.md +38 -0
  499. package/docs/PaginatedServiceConnectionList.md +38 -0
  500. package/docs/PaginatedSourceList.md +38 -0
  501. package/docs/PaginatedSourceStageList.md +38 -0
  502. package/docs/PaginatedStageList.md +38 -0
  503. package/docs/PaginatedStaticDeviceList.md +38 -0
  504. package/docs/PaginatedTOTPDeviceList.md +38 -0
  505. package/docs/PaginatedTaskList.md +38 -0
  506. package/docs/PaginatedTelegramSourceList.md +38 -0
  507. package/docs/PaginatedTelegramSourcePropertyMappingList.md +38 -0
  508. package/docs/PaginatedTenantList.md +38 -0
  509. package/docs/PaginatedTokenList.md +38 -0
  510. package/docs/PaginatedTokenModelList.md +38 -0
  511. package/docs/PaginatedUniquePasswordPolicyList.md +38 -0
  512. package/docs/PaginatedUserConsentList.md +38 -0
  513. package/docs/PaginatedUserDeleteStageList.md +38 -0
  514. package/docs/PaginatedUserKerberosSourceConnectionList.md +38 -0
  515. package/docs/PaginatedUserLDAPSourceConnectionList.md +38 -0
  516. package/docs/PaginatedUserList.md +38 -0
  517. package/docs/PaginatedUserLoginStageList.md +38 -0
  518. package/docs/PaginatedUserLogoutStageList.md +38 -0
  519. package/docs/PaginatedUserOAuthSourceConnectionList.md +38 -0
  520. package/docs/PaginatedUserPlexSourceConnectionList.md +38 -0
  521. package/docs/PaginatedUserSAMLSourceConnectionList.md +38 -0
  522. package/docs/PaginatedUserSourceConnectionList.md +38 -0
  523. package/docs/PaginatedUserTelegramSourceConnectionList.md +38 -0
  524. package/docs/PaginatedUserWriteStageList.md +38 -0
  525. package/docs/PaginatedWebAuthnDeviceList.md +38 -0
  526. package/docs/PaginatedWebAuthnDeviceTypeList.md +38 -0
  527. package/docs/Pagination.md +46 -0
  528. package/docs/PartialGroup.md +43 -0
  529. package/docs/PartialUser.md +49 -0
  530. package/docs/PasswordChallenge.md +47 -0
  531. package/docs/PasswordChallengeResponseRequest.md +37 -0
  532. package/docs/PasswordExpiryPolicy.md +53 -0
  533. package/docs/PasswordExpiryPolicyRequest.md +41 -0
  534. package/docs/PasswordPolicy.md +75 -0
  535. package/docs/PasswordPolicyRequest.md +63 -0
  536. package/docs/PasswordStage.md +55 -0
  537. package/docs/PasswordStageRequest.md +43 -0
  538. package/docs/PatchedAgentConnectorRequest.md +60 -0
  539. package/docs/PatchedApplicationEntitlementRequest.md +39 -0
  540. package/docs/PatchedApplicationRequest.md +55 -0
  541. package/docs/PatchedAuthenticatorDuoStageRequest.md +49 -0
  542. package/docs/PatchedAuthenticatorEmailStageRequest.md +63 -0
  543. package/docs/PatchedAuthenticatorEndpointGDTCStageRequest.md +41 -0
  544. package/docs/PatchedAuthenticatorSMSStageRequest.md +55 -0
  545. package/docs/PatchedAuthenticatorStaticStageRequest.md +43 -0
  546. package/docs/PatchedAuthenticatorTOTPStageRequest.md +41 -0
  547. package/docs/PatchedAuthenticatorValidateStageRequest.md +47 -0
  548. package/docs/PatchedAuthenticatorWebAuthnStageRequest.md +49 -0
  549. package/docs/PatchedBlueprintInstanceRequest.md +43 -0
  550. package/docs/PatchedBrandRequest.md +67 -0
  551. package/docs/PatchedCaptchaStageRequest.md +51 -0
  552. package/docs/PatchedCertificateKeyPairRequest.md +39 -0
  553. package/docs/PatchedConnectionTokenRequest.md +39 -0
  554. package/docs/PatchedConsentStageRequest.md +39 -0
  555. package/docs/PatchedDenyStageRequest.md +37 -0
  556. package/docs/PatchedDeviceAccessGroupRequest.md +34 -0
  557. package/docs/PatchedDeviceUserBindingRequest.md +53 -0
  558. package/docs/PatchedDockerServiceConnectionRequest.md +43 -0
  559. package/docs/PatchedDomainRequest.md +39 -0
  560. package/docs/PatchedDummyPolicyRequest.md +43 -0
  561. package/docs/PatchedDummyStageRequest.md +37 -0
  562. package/docs/PatchedDuoDeviceRequest.md +35 -0
  563. package/docs/PatchedEmailDeviceRequest.md +35 -0
  564. package/docs/PatchedEmailStageRequest.md +65 -0
  565. package/docs/PatchedEndpointDeviceRequest.md +46 -0
  566. package/docs/PatchedEndpointRequest.md +49 -0
  567. package/docs/PatchedEndpointStageRequest.md +39 -0
  568. package/docs/PatchedEnrollmentTokenRequest.md +42 -0
  569. package/docs/PatchedEventMatcherPolicyRequest.md +45 -0
  570. package/docs/PatchedEventRequest.md +47 -0
  571. package/docs/PatchedExpressionPolicyRequest.md +39 -0
  572. package/docs/PatchedFlowRequest.md +53 -0
  573. package/docs/PatchedFlowStageBindingRequest.md +47 -0
  574. package/docs/PatchedGeoIPPolicyRequest.md +53 -0
  575. package/docs/PatchedGoogleEndpointDeviceRequest.md +37 -0
  576. package/docs/PatchedGoogleWorkspaceProviderMappingRequest.md +39 -0
  577. package/docs/PatchedGoogleWorkspaceProviderRequest.md +61 -0
  578. package/docs/PatchedGroupKerberosSourceConnectionRequest.md +39 -0
  579. package/docs/PatchedGroupLDAPSourceConnectionRequest.md +39 -0
  580. package/docs/PatchedGroupOAuthSourceConnectionRequest.md +39 -0
  581. package/docs/PatchedGroupPlexSourceConnectionRequest.md +39 -0
  582. package/docs/PatchedGroupRequest.md +45 -0
  583. package/docs/PatchedGroupSAMLSourceConnectionRequest.md +39 -0
  584. package/docs/PatchedGroupSourceConnectionRequest.md +39 -0
  585. package/docs/PatchedGroupTelegramSourceConnectionRequest.md +39 -0
  586. package/docs/PatchedIdentificationStageRequest.md +61 -0
  587. package/docs/PatchedInitialPermissionsRequest.md +39 -0
  588. package/docs/PatchedInvitationRequest.md +43 -0
  589. package/docs/PatchedInvitationStageRequest.md +37 -0
  590. package/docs/PatchedKerberosSourcePropertyMappingRequest.md +39 -0
  591. package/docs/PatchedKerberosSourceRequest.md +87 -0
  592. package/docs/PatchedKubernetesServiceConnectionRequest.md +41 -0
  593. package/docs/PatchedLDAPProviderRequest.md +59 -0
  594. package/docs/PatchedLDAPSourcePropertyMappingRequest.md +39 -0
  595. package/docs/PatchedLDAPSourceRequest.md +103 -0
  596. package/docs/PatchedLicenseRequest.md +35 -0
  597. package/docs/PatchedMicrosoftEntraProviderMappingRequest.md +39 -0
  598. package/docs/PatchedMicrosoftEntraProviderRequest.md +59 -0
  599. package/docs/PatchedMutualTLSStageRequest.md +43 -0
  600. package/docs/PatchedNotificationRequest.md +41 -0
  601. package/docs/PatchedNotificationRuleRequest.md +43 -0
  602. package/docs/PatchedNotificationTransportRequest.md +49 -0
  603. package/docs/PatchedNotificationWebhookMappingRequest.md +37 -0
  604. package/docs/PatchedOAuth2ProviderRequest.md +77 -0
  605. package/docs/PatchedOAuthSourcePropertyMappingRequest.md +39 -0
  606. package/docs/PatchedOAuthSourceRequest.md +85 -0
  607. package/docs/PatchedOutpostRequest.md +45 -0
  608. package/docs/PatchedPasswordExpiryPolicyRequest.md +41 -0
  609. package/docs/PatchedPasswordPolicyRequest.md +63 -0
  610. package/docs/PatchedPasswordStageRequest.md +43 -0
  611. package/docs/PatchedPermissionAssignRequest.md +39 -0
  612. package/docs/PatchedPlexSourcePropertyMappingRequest.md +39 -0
  613. package/docs/PatchedPlexSourceRequest.md +67 -0
  614. package/docs/PatchedPolicyBindingRequest.md +51 -0
  615. package/docs/PatchedPromptRequest.md +55 -0
  616. package/docs/PatchedPromptStageRequest.md +39 -0
  617. package/docs/PatchedProxyProviderRequest.md +73 -0
  618. package/docs/PatchedRACPropertyMappingRequest.md +41 -0
  619. package/docs/PatchedRACProviderRequest.md +47 -0
  620. package/docs/PatchedRadiusProviderPropertyMappingRequest.md +39 -0
  621. package/docs/PatchedRadiusProviderRequest.md +51 -0
  622. package/docs/PatchedRedirectStageRequest.md +43 -0
  623. package/docs/PatchedReputationPolicyRequest.md +43 -0
  624. package/docs/PatchedRoleRequest.md +35 -0
  625. package/docs/PatchedSAMLPropertyMappingRequest.md +43 -0
  626. package/docs/PatchedSAMLProviderRequest.md +87 -0
  627. package/docs/PatchedSAMLSourcePropertyMappingRequest.md +39 -0
  628. package/docs/PatchedSAMLSourceRequest.md +89 -0
  629. package/docs/PatchedSCIMMappingRequest.md +39 -0
  630. package/docs/PatchedSCIMProviderRequest.md +65 -0
  631. package/docs/PatchedSCIMSourceGroupRequest.md +43 -0
  632. package/docs/PatchedSCIMSourcePropertyMappingRequest.md +39 -0
  633. package/docs/PatchedSCIMSourceRequest.md +45 -0
  634. package/docs/PatchedSCIMSourceUserRequest.md +43 -0
  635. package/docs/PatchedSMSDeviceRequest.md +35 -0
  636. package/docs/PatchedSSFProviderRequest.md +41 -0
  637. package/docs/PatchedScheduleRequest.md +38 -0
  638. package/docs/PatchedScopeMappingRequest.md +43 -0
  639. package/docs/PatchedSettingsRequest.md +65 -0
  640. package/docs/PatchedSettingsRequestFlags.md +36 -0
  641. package/docs/PatchedSourceStageRequest.md +39 -0
  642. package/docs/PatchedStaticDeviceRequest.md +35 -0
  643. package/docs/PatchedTOTPDeviceRequest.md +35 -0
  644. package/docs/PatchedTelegramSourcePropertyMappingRequest.md +39 -0
  645. package/docs/PatchedTelegramSourceRequest.md +65 -0
  646. package/docs/PatchedTenantRequest.md +39 -0
  647. package/docs/PatchedTokenRequest.md +47 -0
  648. package/docs/PatchedUniquePasswordPolicyRequest.md +41 -0
  649. package/docs/PatchedUserDeleteStageRequest.md +35 -0
  650. package/docs/PatchedUserKerberosSourceConnectionRequest.md +39 -0
  651. package/docs/PatchedUserLDAPSourceConnectionRequest.md +39 -0
  652. package/docs/PatchedUserLoginStageRequest.md +47 -0
  653. package/docs/PatchedUserLogoutStageRequest.md +35 -0
  654. package/docs/PatchedUserOAuthSourceConnectionRequest.md +43 -0
  655. package/docs/PatchedUserPlexSourceConnectionRequest.md +41 -0
  656. package/docs/PatchedUserRequest.md +53 -0
  657. package/docs/PatchedUserSAMLSourceConnectionRequest.md +39 -0
  658. package/docs/PatchedUserSourceConnectionRequest.md +39 -0
  659. package/docs/PatchedUserTelegramSourceConnectionRequest.md +39 -0
  660. package/docs/PatchedUserWriteStageRequest.md +45 -0
  661. package/docs/PatchedWebAuthnDeviceRequest.md +35 -0
  662. package/docs/Permission.md +47 -0
  663. package/docs/PermissionAssignRequest.md +39 -0
  664. package/docs/PermissionAssignResult.md +35 -0
  665. package/docs/PlexAuthenticationChallenge.md +43 -0
  666. package/docs/PlexAuthenticationChallengeResponseRequest.md +35 -0
  667. package/docs/PlexSource.md +81 -0
  668. package/docs/PlexSourcePropertyMapping.md +49 -0
  669. package/docs/PlexSourcePropertyMappingRequest.md +39 -0
  670. package/docs/PlexSourceRequest.md +67 -0
  671. package/docs/PlexTokenRedeemRequest.md +35 -0
  672. package/docs/PoliciesApi.md +5987 -0
  673. package/docs/Policy.md +49 -0
  674. package/docs/PolicyBinding.md +59 -0
  675. package/docs/PolicyBindingRequest.md +51 -0
  676. package/docs/PolicyEngineMode.md +32 -0
  677. package/docs/PolicyTestRequest.md +37 -0
  678. package/docs/PolicyTestResult.md +39 -0
  679. package/docs/Process.md +38 -0
  680. package/docs/ProcessRequest.md +38 -0
  681. package/docs/Prompt.md +59 -0
  682. package/docs/PromptChallenge.md +41 -0
  683. package/docs/PromptChallengeResponseRequest.md +35 -0
  684. package/docs/PromptChoice.md +37 -0
  685. package/docs/PromptRequest.md +55 -0
  686. package/docs/PromptStage.md +51 -0
  687. package/docs/PromptStageRequest.md +39 -0
  688. package/docs/PromptTypeEnum.md +32 -0
  689. package/docs/PropertyMapping.md +49 -0
  690. package/docs/PropertyMappingPreview.md +35 -0
  691. package/docs/PropertyMappingTestRequest.md +39 -0
  692. package/docs/PropertyMappingTestResult.md +37 -0
  693. package/docs/PropertymappingsApi.md +8604 -0
  694. package/docs/ProtocolEnum.md +32 -0
  695. package/docs/Provider.md +61 -0
  696. package/docs/ProviderEnum.md +32 -0
  697. package/docs/ProviderModelEnum.md +32 -0
  698. package/docs/ProviderTypeEnum.md +32 -0
  699. package/docs/ProvidersApi.md +9144 -0
  700. package/docs/ProxyMode.md +32 -0
  701. package/docs/ProxyOutpostConfig.md +75 -0
  702. package/docs/ProxyProvider.md +97 -0
  703. package/docs/ProxyProviderRequest.md +73 -0
  704. package/docs/RACPropertyMapping.md +51 -0
  705. package/docs/RACPropertyMappingRequest.md +41 -0
  706. package/docs/RACProvider.md +67 -0
  707. package/docs/RACProviderRequest.md +47 -0
  708. package/docs/RacApi.md +1018 -0
  709. package/docs/RadiusCheckAccess.md +37 -0
  710. package/docs/RadiusOutpostConfig.md +49 -0
  711. package/docs/RadiusProvider.md +71 -0
  712. package/docs/RadiusProviderPropertyMapping.md +49 -0
  713. package/docs/RadiusProviderPropertyMappingRequest.md +39 -0
  714. package/docs/RadiusProviderRequest.md +51 -0
  715. package/docs/RbacApi.md +1752 -0
  716. package/docs/RedirectChallenge.md +41 -0
  717. package/docs/RedirectChallengeResponseRequest.md +37 -0
  718. package/docs/RedirectStage.md +55 -0
  719. package/docs/RedirectStageModeEnum.md +32 -0
  720. package/docs/RedirectStageRequest.md +43 -0
  721. package/docs/RedirectURI.md +37 -0
  722. package/docs/RedirectURIRequest.md +37 -0
  723. package/docs/RelatedGroup.md +43 -0
  724. package/docs/ReportsApi.md +233 -0
  725. package/docs/Reputation.md +47 -0
  726. package/docs/ReputationPolicy.md +55 -0
  727. package/docs/ReputationPolicyRequest.md +43 -0
  728. package/docs/ResidentKeyRequirementEnum.md +32 -0
  729. package/docs/Role.md +37 -0
  730. package/docs/RoleAssignedObjectPermission.md +41 -0
  731. package/docs/RoleModelPermission.md +43 -0
  732. package/docs/RoleObjectPermission.md +45 -0
  733. package/docs/RoleRequest.md +35 -0
  734. package/docs/RootApi.md +74 -0
  735. package/docs/SAMLBindingsEnum.md +32 -0
  736. package/docs/SAMLMetadata.md +37 -0
  737. package/docs/SAMLNameIDPolicyEnum.md +32 -0
  738. package/docs/SAMLPropertyMapping.md +53 -0
  739. package/docs/SAMLPropertyMappingRequest.md +43 -0
  740. package/docs/SAMLProvider.md +117 -0
  741. package/docs/SAMLProviderLogoutMethodEnum.md +32 -0
  742. package/docs/SAMLProviderRequest.md +87 -0
  743. package/docs/SAMLSource.md +103 -0
  744. package/docs/SAMLSourcePropertyMapping.md +49 -0
  745. package/docs/SAMLSourcePropertyMappingRequest.md +39 -0
  746. package/docs/SAMLSourceRequest.md +89 -0
  747. package/docs/SCIMAuthenticationModeEnum.md +32 -0
  748. package/docs/SCIMMapping.md +49 -0
  749. package/docs/SCIMMappingRequest.md +39 -0
  750. package/docs/SCIMProvider.md +79 -0
  751. package/docs/SCIMProviderGroup.md +45 -0
  752. package/docs/SCIMProviderGroupRequest.md +39 -0
  753. package/docs/SCIMProviderRequest.md +65 -0
  754. package/docs/SCIMProviderUser.md +45 -0
  755. package/docs/SCIMProviderUserRequest.md +39 -0
  756. package/docs/SCIMSource.md +61 -0
  757. package/docs/SCIMSourceGroup.md +45 -0
  758. package/docs/SCIMSourceGroupRequest.md +43 -0
  759. package/docs/SCIMSourcePropertyMapping.md +49 -0
  760. package/docs/SCIMSourcePropertyMappingRequest.md +39 -0
  761. package/docs/SCIMSourceRequest.md +45 -0
  762. package/docs/SCIMSourceUser.md +45 -0
  763. package/docs/SCIMSourceUserRequest.md +43 -0
  764. package/docs/SMSDevice.md +41 -0
  765. package/docs/SMSDeviceRequest.md +35 -0
  766. package/docs/SSFProvider.md +55 -0
  767. package/docs/SSFProviderRequest.md +41 -0
  768. package/docs/SSFStream.md +51 -0
  769. package/docs/Schedule.md +56 -0
  770. package/docs/ScheduleRequest.md +38 -0
  771. package/docs/SchemaApi.md +85 -0
  772. package/docs/ScopeMapping.md +53 -0
  773. package/docs/ScopeMappingRequest.md +43 -0
  774. package/docs/SelectableStage.md +41 -0
  775. package/docs/ServiceConnection.md +47 -0
  776. package/docs/ServiceConnectionState.md +37 -0
  777. package/docs/SessionEndChallenge.md +51 -0
  778. package/docs/SessionUser.md +37 -0
  779. package/docs/Settings.md +65 -0
  780. package/docs/SettingsRequest.md +65 -0
  781. package/docs/SeverityEnum.md +32 -0
  782. package/docs/ShellChallenge.md +41 -0
  783. package/docs/SignatureAlgorithmEnum.md +32 -0
  784. package/docs/Software.md +40 -0
  785. package/docs/SoftwareRequest.md +40 -0
  786. package/docs/Source.md +71 -0
  787. package/docs/SourceStage.md +51 -0
  788. package/docs/SourceStageRequest.md +39 -0
  789. package/docs/SourceType.md +51 -0
  790. package/docs/SourcesApi.md +13580 -0
  791. package/docs/SsfApi.md +174 -0
  792. package/docs/Stage.md +47 -0
  793. package/docs/StageModeEnum.md +32 -0
  794. package/docs/StagePrompt.md +51 -0
  795. package/docs/StagesApi.md +15798 -0
  796. package/docs/StateEnum.md +32 -0
  797. package/docs/StaticDevice.md +41 -0
  798. package/docs/StaticDeviceRequest.md +35 -0
  799. package/docs/StaticDeviceToken.md +35 -0
  800. package/docs/SubModeEnum.md +32 -0
  801. package/docs/SyncObjectModelEnum.md +32 -0
  802. package/docs/SyncObjectRequest.md +39 -0
  803. package/docs/SyncObjectResult.md +35 -0
  804. package/docs/SyncOutgoingTriggerModeEnum.md +32 -0
  805. package/docs/SyncStatus.md +39 -0
  806. package/docs/SystemInfo.md +49 -0
  807. package/docs/SystemInfoRuntime.md +49 -0
  808. package/docs/TOTPDevice.md +39 -0
  809. package/docs/TOTPDeviceRequest.md +35 -0
  810. package/docs/Task.md +62 -0
  811. package/docs/TaskAggregatedStatusEnum.md +32 -0
  812. package/docs/TasksApi.md +789 -0
  813. package/docs/TelegramAuthRequest.md +46 -0
  814. package/docs/TelegramChallengeResponseRequest.md +49 -0
  815. package/docs/TelegramLoginChallenge.md +43 -0
  816. package/docs/TelegramSource.md +77 -0
  817. package/docs/TelegramSourcePropertyMapping.md +49 -0
  818. package/docs/TelegramSourcePropertyMappingRequest.md +39 -0
  819. package/docs/TelegramSourceRequest.md +65 -0
  820. package/docs/Tenant.md +41 -0
  821. package/docs/TenantAdminGroupRequestRequest.md +35 -0
  822. package/docs/TenantRecoveryKeyRequestRequest.md +37 -0
  823. package/docs/TenantRecoveryKeyResponse.md +37 -0
  824. package/docs/TenantRequest.md +39 -0
  825. package/docs/TenantsApi.md +1026 -0
  826. package/docs/Token.md +51 -0
  827. package/docs/TokenModel.md +49 -0
  828. package/docs/TokenRequest.md +47 -0
  829. package/docs/TokenSetKeyRequest.md +35 -0
  830. package/docs/TokenView.md +35 -0
  831. package/docs/TransactionApplicationRequest.md +41 -0
  832. package/docs/TransactionApplicationResponse.md +37 -0
  833. package/docs/TransactionPolicyBindingRequest.md +49 -0
  834. package/docs/TypeCreate.md +47 -0
  835. package/docs/UiThemeEnum.md +32 -0
  836. package/docs/UniquePasswordPolicy.md +53 -0
  837. package/docs/UniquePasswordPolicyRequest.md +41 -0
  838. package/docs/UsedBy.md +43 -0
  839. package/docs/UsedByActionEnum.md +32 -0
  840. package/docs/User.md +73 -0
  841. package/docs/UserAccountRequest.md +35 -0
  842. package/docs/UserAccountSerializerForRoleRequest.md +35 -0
  843. package/docs/UserAttributeEnum.md +32 -0
  844. package/docs/UserConsent.md +45 -0
  845. package/docs/UserCreationModeEnum.md +32 -0
  846. package/docs/UserDeleteStage.md +47 -0
  847. package/docs/UserDeleteStageRequest.md +35 -0
  848. package/docs/UserFieldsEnum.md +32 -0
  849. package/docs/UserKerberosSourceConnection.md +47 -0
  850. package/docs/UserKerberosSourceConnectionRequest.md +39 -0
  851. package/docs/UserLDAPSourceConnection.md +47 -0
  852. package/docs/UserLDAPSourceConnectionRequest.md +39 -0
  853. package/docs/UserLoginChallenge.md +43 -0
  854. package/docs/UserLoginChallengeResponseRequest.md +37 -0
  855. package/docs/UserLoginStage.md +59 -0
  856. package/docs/UserLoginStageRequest.md +47 -0
  857. package/docs/UserLogoutStage.md +47 -0
  858. package/docs/UserLogoutStageRequest.md +35 -0
  859. package/docs/UserMatchingModeEnum.md +32 -0
  860. package/docs/UserOAuthSourceConnection.md +49 -0
  861. package/docs/UserOAuthSourceConnectionRequest.md +43 -0
  862. package/docs/UserPasswordSetRequest.md +35 -0
  863. package/docs/UserPath.md +34 -0
  864. package/docs/UserPlexSourceConnection.md +47 -0
  865. package/docs/UserPlexSourceConnectionRequest.md +41 -0
  866. package/docs/UserRequest.md +53 -0
  867. package/docs/UserSAMLSourceConnection.md +47 -0
  868. package/docs/UserSAMLSourceConnectionRequest.md +39 -0
  869. package/docs/UserSelf.md +59 -0
  870. package/docs/UserSelfGroups.md +36 -0
  871. package/docs/UserSelfRoles.md +36 -0
  872. package/docs/UserServiceAccountRequest.md +41 -0
  873. package/docs/UserServiceAccountResponse.md +42 -0
  874. package/docs/UserSetting.md +43 -0
  875. package/docs/UserSourceConnection.md +47 -0
  876. package/docs/UserSourceConnectionRequest.md +39 -0
  877. package/docs/UserTelegramSourceConnection.md +47 -0
  878. package/docs/UserTelegramSourceConnectionRequest.md +39 -0
  879. package/docs/UserTypeEnum.md +32 -0
  880. package/docs/UserVerificationEnum.md +32 -0
  881. package/docs/UserWriteStage.md +57 -0
  882. package/docs/UserWriteStageRequest.md +45 -0
  883. package/docs/ValidationError.md +37 -0
  884. package/docs/Version.md +45 -0
  885. package/docs/VersionHistory.md +41 -0
  886. package/docs/WebAuthnDevice.md +45 -0
  887. package/docs/WebAuthnDeviceRequest.md +35 -0
  888. package/docs/WebAuthnDeviceType.md +37 -0
  889. package/docs/Worker.md +38 -0
  890. package/package.json +1 -1
  891. package/src/apis/CoreApi.ts +10 -0
  892. package/src/apis/RbacApi.ts +11 -1
  893. package/src/models/CapabilitiesEnum.ts +1 -0
  894. package/src/models/Group.ts +9 -1
  895. package/tsconfig.tsbuildinfo +1 -1
@@ -0,0 +1,781 @@
1
+ # CryptoApi
2
+
3
+ All URIs are relative to */api/v3*
4
+
5
+ | Method | HTTP request | Description |
6
+ |------------- | ------------- | -------------|
7
+ | [**cryptoCertificatekeypairsCreate**](CryptoApi.md#cryptocertificatekeypairscreate) | **POST** /crypto/certificatekeypairs/ | |
8
+ | [**cryptoCertificatekeypairsDestroy**](CryptoApi.md#cryptocertificatekeypairsdestroy) | **DELETE** /crypto/certificatekeypairs/{kp_uuid}/ | |
9
+ | [**cryptoCertificatekeypairsGenerateCreate**](CryptoApi.md#cryptocertificatekeypairsgeneratecreate) | **POST** /crypto/certificatekeypairs/generate/ | |
10
+ | [**cryptoCertificatekeypairsList**](CryptoApi.md#cryptocertificatekeypairslist) | **GET** /crypto/certificatekeypairs/ | |
11
+ | [**cryptoCertificatekeypairsPartialUpdate**](CryptoApi.md#cryptocertificatekeypairspartialupdate) | **PATCH** /crypto/certificatekeypairs/{kp_uuid}/ | |
12
+ | [**cryptoCertificatekeypairsRetrieve**](CryptoApi.md#cryptocertificatekeypairsretrieve) | **GET** /crypto/certificatekeypairs/{kp_uuid}/ | |
13
+ | [**cryptoCertificatekeypairsUpdate**](CryptoApi.md#cryptocertificatekeypairsupdate) | **PUT** /crypto/certificatekeypairs/{kp_uuid}/ | |
14
+ | [**cryptoCertificatekeypairsUsedByList**](CryptoApi.md#cryptocertificatekeypairsusedbylist) | **GET** /crypto/certificatekeypairs/{kp_uuid}/used_by/ | |
15
+ | [**cryptoCertificatekeypairsViewCertificateRetrieve**](CryptoApi.md#cryptocertificatekeypairsviewcertificateretrieve) | **GET** /crypto/certificatekeypairs/{kp_uuid}/view_certificate/ | |
16
+ | [**cryptoCertificatekeypairsViewPrivateKeyRetrieve**](CryptoApi.md#cryptocertificatekeypairsviewprivatekeyretrieve) | **GET** /crypto/certificatekeypairs/{kp_uuid}/view_private_key/ | |
17
+
18
+
19
+
20
+ ## cryptoCertificatekeypairsCreate
21
+
22
+ > CertificateKeyPair cryptoCertificatekeypairsCreate(certificateKeyPairRequest)
23
+
24
+
25
+
26
+ CertificateKeyPair Viewset
27
+
28
+ ### Example
29
+
30
+ ```ts
31
+ import {
32
+ Configuration,
33
+ CryptoApi,
34
+ } from '@goauthentik/api';
35
+ import type { CryptoCertificatekeypairsCreateRequest } from '@goauthentik/api';
36
+
37
+ async function example() {
38
+ console.log("🚀 Testing @goauthentik/api SDK...");
39
+ const config = new Configuration({
40
+ // Configure HTTP bearer authorization: authentik
41
+ accessToken: "YOUR BEARER TOKEN",
42
+ });
43
+ const api = new CryptoApi(config);
44
+
45
+ const body = {
46
+ // CertificateKeyPairRequest
47
+ certificateKeyPairRequest: ...,
48
+ } satisfies CryptoCertificatekeypairsCreateRequest;
49
+
50
+ try {
51
+ const data = await api.cryptoCertificatekeypairsCreate(body);
52
+ console.log(data);
53
+ } catch (error) {
54
+ console.error(error);
55
+ }
56
+ }
57
+
58
+ // Run the test
59
+ example().catch(console.error);
60
+ ```
61
+
62
+ ### Parameters
63
+
64
+
65
+ | Name | Type | Description | Notes |
66
+ |------------- | ------------- | ------------- | -------------|
67
+ | **certificateKeyPairRequest** | [CertificateKeyPairRequest](CertificateKeyPairRequest.md) | | |
68
+
69
+ ### Return type
70
+
71
+ [**CertificateKeyPair**](CertificateKeyPair.md)
72
+
73
+ ### Authorization
74
+
75
+ [authentik](../README.md#authentik)
76
+
77
+ ### HTTP request headers
78
+
79
+ - **Content-Type**: `application/json`
80
+ - **Accept**: `application/json`
81
+
82
+
83
+ ### HTTP response details
84
+ | Status code | Description | Response headers |
85
+ |-------------|-------------|------------------|
86
+ | **201** | | - |
87
+ | **400** | | - |
88
+ | **403** | | - |
89
+
90
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
91
+
92
+
93
+ ## cryptoCertificatekeypairsDestroy
94
+
95
+ > cryptoCertificatekeypairsDestroy(kpUuid)
96
+
97
+
98
+
99
+ CertificateKeyPair Viewset
100
+
101
+ ### Example
102
+
103
+ ```ts
104
+ import {
105
+ Configuration,
106
+ CryptoApi,
107
+ } from '@goauthentik/api';
108
+ import type { CryptoCertificatekeypairsDestroyRequest } from '@goauthentik/api';
109
+
110
+ async function example() {
111
+ console.log("🚀 Testing @goauthentik/api SDK...");
112
+ const config = new Configuration({
113
+ // Configure HTTP bearer authorization: authentik
114
+ accessToken: "YOUR BEARER TOKEN",
115
+ });
116
+ const api = new CryptoApi(config);
117
+
118
+ const body = {
119
+ // string | A UUID string identifying this Certificate-Key Pair.
120
+ kpUuid: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
121
+ } satisfies CryptoCertificatekeypairsDestroyRequest;
122
+
123
+ try {
124
+ const data = await api.cryptoCertificatekeypairsDestroy(body);
125
+ console.log(data);
126
+ } catch (error) {
127
+ console.error(error);
128
+ }
129
+ }
130
+
131
+ // Run the test
132
+ example().catch(console.error);
133
+ ```
134
+
135
+ ### Parameters
136
+
137
+
138
+ | Name | Type | Description | Notes |
139
+ |------------- | ------------- | ------------- | -------------|
140
+ | **kpUuid** | `string` | A UUID string identifying this Certificate-Key Pair. | [Defaults to `undefined`] |
141
+
142
+ ### Return type
143
+
144
+ `void` (Empty response body)
145
+
146
+ ### Authorization
147
+
148
+ [authentik](../README.md#authentik)
149
+
150
+ ### HTTP request headers
151
+
152
+ - **Content-Type**: Not defined
153
+ - **Accept**: `application/json`
154
+
155
+
156
+ ### HTTP response details
157
+ | Status code | Description | Response headers |
158
+ |-------------|-------------|------------------|
159
+ | **204** | No response body | - |
160
+ | **400** | | - |
161
+ | **403** | | - |
162
+
163
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
164
+
165
+
166
+ ## cryptoCertificatekeypairsGenerateCreate
167
+
168
+ > CertificateKeyPair cryptoCertificatekeypairsGenerateCreate(certificateGenerationRequest)
169
+
170
+
171
+
172
+ Generate a new, self-signed certificate-key pair
173
+
174
+ ### Example
175
+
176
+ ```ts
177
+ import {
178
+ Configuration,
179
+ CryptoApi,
180
+ } from '@goauthentik/api';
181
+ import type { CryptoCertificatekeypairsGenerateCreateRequest } from '@goauthentik/api';
182
+
183
+ async function example() {
184
+ console.log("🚀 Testing @goauthentik/api SDK...");
185
+ const config = new Configuration({
186
+ // Configure HTTP bearer authorization: authentik
187
+ accessToken: "YOUR BEARER TOKEN",
188
+ });
189
+ const api = new CryptoApi(config);
190
+
191
+ const body = {
192
+ // CertificateGenerationRequest
193
+ certificateGenerationRequest: ...,
194
+ } satisfies CryptoCertificatekeypairsGenerateCreateRequest;
195
+
196
+ try {
197
+ const data = await api.cryptoCertificatekeypairsGenerateCreate(body);
198
+ console.log(data);
199
+ } catch (error) {
200
+ console.error(error);
201
+ }
202
+ }
203
+
204
+ // Run the test
205
+ example().catch(console.error);
206
+ ```
207
+
208
+ ### Parameters
209
+
210
+
211
+ | Name | Type | Description | Notes |
212
+ |------------- | ------------- | ------------- | -------------|
213
+ | **certificateGenerationRequest** | [CertificateGenerationRequest](CertificateGenerationRequest.md) | | |
214
+
215
+ ### Return type
216
+
217
+ [**CertificateKeyPair**](CertificateKeyPair.md)
218
+
219
+ ### Authorization
220
+
221
+ [authentik](../README.md#authentik)
222
+
223
+ ### HTTP request headers
224
+
225
+ - **Content-Type**: `application/json`
226
+ - **Accept**: `application/json`
227
+
228
+
229
+ ### HTTP response details
230
+ | Status code | Description | Response headers |
231
+ |-------------|-------------|------------------|
232
+ | **200** | | - |
233
+ | **400** | Bad request | - |
234
+ | **403** | | - |
235
+
236
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
237
+
238
+
239
+ ## cryptoCertificatekeypairsList
240
+
241
+ > PaginatedCertificateKeyPairList cryptoCertificatekeypairsList(hasKey, keyType, managed, name, ordering, page, pageSize, search)
242
+
243
+
244
+
245
+ CertificateKeyPair Viewset
246
+
247
+ ### Example
248
+
249
+ ```ts
250
+ import {
251
+ Configuration,
252
+ CryptoApi,
253
+ } from '@goauthentik/api';
254
+ import type { CryptoCertificatekeypairsListRequest } from '@goauthentik/api';
255
+
256
+ async function example() {
257
+ console.log("🚀 Testing @goauthentik/api SDK...");
258
+ const config = new Configuration({
259
+ // Configure HTTP bearer authorization: authentik
260
+ accessToken: "YOUR BEARER TOKEN",
261
+ });
262
+ const api = new CryptoApi(config);
263
+
264
+ const body = {
265
+ // boolean | Only return certificate-key pairs with keys (optional)
266
+ hasKey: true,
267
+ // Array<'dsa' | 'ec' | 'ed25519' | 'ed448' | 'rsa'> | Filter by key algorithm type (RSA, EC, DSA, etc). Can be specified multiple times (e.g. \'?key_type=rsa&key_type=ec\') (optional)
268
+ keyType: ...,
269
+ // string (optional)
270
+ managed: managed_example,
271
+ // string (optional)
272
+ name: name_example,
273
+ // string | Which field to use when ordering the results. (optional)
274
+ ordering: ordering_example,
275
+ // number | A page number within the paginated result set. (optional)
276
+ page: 56,
277
+ // number | Number of results to return per page. (optional)
278
+ pageSize: 56,
279
+ // string | A search term. (optional)
280
+ search: search_example,
281
+ } satisfies CryptoCertificatekeypairsListRequest;
282
+
283
+ try {
284
+ const data = await api.cryptoCertificatekeypairsList(body);
285
+ console.log(data);
286
+ } catch (error) {
287
+ console.error(error);
288
+ }
289
+ }
290
+
291
+ // Run the test
292
+ example().catch(console.error);
293
+ ```
294
+
295
+ ### Parameters
296
+
297
+
298
+ | Name | Type | Description | Notes |
299
+ |------------- | ------------- | ------------- | -------------|
300
+ | **hasKey** | `boolean` | Only return certificate-key pairs with keys | [Optional] [Defaults to `undefined`] |
301
+ | **keyType** | `dsa`, `ec`, `ed25519`, `ed448`, `rsa` | Filter by key algorithm type (RSA, EC, DSA, etc). Can be specified multiple times (e.g. \&#39;?key_type&#x3D;rsa&amp;key_type&#x3D;ec\&#39;) | [Optional] [Enum: dsa, ec, ed25519, ed448, rsa] |
302
+ | **managed** | `string` | | [Optional] [Defaults to `undefined`] |
303
+ | **name** | `string` | | [Optional] [Defaults to `undefined`] |
304
+ | **ordering** | `string` | Which field to use when ordering the results. | [Optional] [Defaults to `undefined`] |
305
+ | **page** | `number` | A page number within the paginated result set. | [Optional] [Defaults to `undefined`] |
306
+ | **pageSize** | `number` | Number of results to return per page. | [Optional] [Defaults to `undefined`] |
307
+ | **search** | `string` | A search term. | [Optional] [Defaults to `undefined`] |
308
+
309
+ ### Return type
310
+
311
+ [**PaginatedCertificateKeyPairList**](PaginatedCertificateKeyPairList.md)
312
+
313
+ ### Authorization
314
+
315
+ [authentik](../README.md#authentik)
316
+
317
+ ### HTTP request headers
318
+
319
+ - **Content-Type**: Not defined
320
+ - **Accept**: `application/json`
321
+
322
+
323
+ ### HTTP response details
324
+ | Status code | Description | Response headers |
325
+ |-------------|-------------|------------------|
326
+ | **200** | | - |
327
+ | **400** | | - |
328
+ | **403** | | - |
329
+
330
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
331
+
332
+
333
+ ## cryptoCertificatekeypairsPartialUpdate
334
+
335
+ > CertificateKeyPair cryptoCertificatekeypairsPartialUpdate(kpUuid, patchedCertificateKeyPairRequest)
336
+
337
+
338
+
339
+ CertificateKeyPair Viewset
340
+
341
+ ### Example
342
+
343
+ ```ts
344
+ import {
345
+ Configuration,
346
+ CryptoApi,
347
+ } from '@goauthentik/api';
348
+ import type { CryptoCertificatekeypairsPartialUpdateRequest } from '@goauthentik/api';
349
+
350
+ async function example() {
351
+ console.log("🚀 Testing @goauthentik/api SDK...");
352
+ const config = new Configuration({
353
+ // Configure HTTP bearer authorization: authentik
354
+ accessToken: "YOUR BEARER TOKEN",
355
+ });
356
+ const api = new CryptoApi(config);
357
+
358
+ const body = {
359
+ // string | A UUID string identifying this Certificate-Key Pair.
360
+ kpUuid: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
361
+ // PatchedCertificateKeyPairRequest (optional)
362
+ patchedCertificateKeyPairRequest: ...,
363
+ } satisfies CryptoCertificatekeypairsPartialUpdateRequest;
364
+
365
+ try {
366
+ const data = await api.cryptoCertificatekeypairsPartialUpdate(body);
367
+ console.log(data);
368
+ } catch (error) {
369
+ console.error(error);
370
+ }
371
+ }
372
+
373
+ // Run the test
374
+ example().catch(console.error);
375
+ ```
376
+
377
+ ### Parameters
378
+
379
+
380
+ | Name | Type | Description | Notes |
381
+ |------------- | ------------- | ------------- | -------------|
382
+ | **kpUuid** | `string` | A UUID string identifying this Certificate-Key Pair. | [Defaults to `undefined`] |
383
+ | **patchedCertificateKeyPairRequest** | [PatchedCertificateKeyPairRequest](PatchedCertificateKeyPairRequest.md) | | [Optional] |
384
+
385
+ ### Return type
386
+
387
+ [**CertificateKeyPair**](CertificateKeyPair.md)
388
+
389
+ ### Authorization
390
+
391
+ [authentik](../README.md#authentik)
392
+
393
+ ### HTTP request headers
394
+
395
+ - **Content-Type**: `application/json`
396
+ - **Accept**: `application/json`
397
+
398
+
399
+ ### HTTP response details
400
+ | Status code | Description | Response headers |
401
+ |-------------|-------------|------------------|
402
+ | **200** | | - |
403
+ | **400** | | - |
404
+ | **403** | | - |
405
+
406
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
407
+
408
+
409
+ ## cryptoCertificatekeypairsRetrieve
410
+
411
+ > CertificateKeyPair cryptoCertificatekeypairsRetrieve(kpUuid)
412
+
413
+
414
+
415
+ CertificateKeyPair Viewset
416
+
417
+ ### Example
418
+
419
+ ```ts
420
+ import {
421
+ Configuration,
422
+ CryptoApi,
423
+ } from '@goauthentik/api';
424
+ import type { CryptoCertificatekeypairsRetrieveRequest } from '@goauthentik/api';
425
+
426
+ async function example() {
427
+ console.log("🚀 Testing @goauthentik/api SDK...");
428
+ const config = new Configuration({
429
+ // Configure HTTP bearer authorization: authentik
430
+ accessToken: "YOUR BEARER TOKEN",
431
+ });
432
+ const api = new CryptoApi(config);
433
+
434
+ const body = {
435
+ // string | A UUID string identifying this Certificate-Key Pair.
436
+ kpUuid: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
437
+ } satisfies CryptoCertificatekeypairsRetrieveRequest;
438
+
439
+ try {
440
+ const data = await api.cryptoCertificatekeypairsRetrieve(body);
441
+ console.log(data);
442
+ } catch (error) {
443
+ console.error(error);
444
+ }
445
+ }
446
+
447
+ // Run the test
448
+ example().catch(console.error);
449
+ ```
450
+
451
+ ### Parameters
452
+
453
+
454
+ | Name | Type | Description | Notes |
455
+ |------------- | ------------- | ------------- | -------------|
456
+ | **kpUuid** | `string` | A UUID string identifying this Certificate-Key Pair. | [Defaults to `undefined`] |
457
+
458
+ ### Return type
459
+
460
+ [**CertificateKeyPair**](CertificateKeyPair.md)
461
+
462
+ ### Authorization
463
+
464
+ [authentik](../README.md#authentik)
465
+
466
+ ### HTTP request headers
467
+
468
+ - **Content-Type**: Not defined
469
+ - **Accept**: `application/json`
470
+
471
+
472
+ ### HTTP response details
473
+ | Status code | Description | Response headers |
474
+ |-------------|-------------|------------------|
475
+ | **200** | | - |
476
+ | **400** | | - |
477
+ | **403** | | - |
478
+
479
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
480
+
481
+
482
+ ## cryptoCertificatekeypairsUpdate
483
+
484
+ > CertificateKeyPair cryptoCertificatekeypairsUpdate(kpUuid, certificateKeyPairRequest)
485
+
486
+
487
+
488
+ CertificateKeyPair Viewset
489
+
490
+ ### Example
491
+
492
+ ```ts
493
+ import {
494
+ Configuration,
495
+ CryptoApi,
496
+ } from '@goauthentik/api';
497
+ import type { CryptoCertificatekeypairsUpdateRequest } from '@goauthentik/api';
498
+
499
+ async function example() {
500
+ console.log("🚀 Testing @goauthentik/api SDK...");
501
+ const config = new Configuration({
502
+ // Configure HTTP bearer authorization: authentik
503
+ accessToken: "YOUR BEARER TOKEN",
504
+ });
505
+ const api = new CryptoApi(config);
506
+
507
+ const body = {
508
+ // string | A UUID string identifying this Certificate-Key Pair.
509
+ kpUuid: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
510
+ // CertificateKeyPairRequest
511
+ certificateKeyPairRequest: ...,
512
+ } satisfies CryptoCertificatekeypairsUpdateRequest;
513
+
514
+ try {
515
+ const data = await api.cryptoCertificatekeypairsUpdate(body);
516
+ console.log(data);
517
+ } catch (error) {
518
+ console.error(error);
519
+ }
520
+ }
521
+
522
+ // Run the test
523
+ example().catch(console.error);
524
+ ```
525
+
526
+ ### Parameters
527
+
528
+
529
+ | Name | Type | Description | Notes |
530
+ |------------- | ------------- | ------------- | -------------|
531
+ | **kpUuid** | `string` | A UUID string identifying this Certificate-Key Pair. | [Defaults to `undefined`] |
532
+ | **certificateKeyPairRequest** | [CertificateKeyPairRequest](CertificateKeyPairRequest.md) | | |
533
+
534
+ ### Return type
535
+
536
+ [**CertificateKeyPair**](CertificateKeyPair.md)
537
+
538
+ ### Authorization
539
+
540
+ [authentik](../README.md#authentik)
541
+
542
+ ### HTTP request headers
543
+
544
+ - **Content-Type**: `application/json`
545
+ - **Accept**: `application/json`
546
+
547
+
548
+ ### HTTP response details
549
+ | Status code | Description | Response headers |
550
+ |-------------|-------------|------------------|
551
+ | **200** | | - |
552
+ | **400** | | - |
553
+ | **403** | | - |
554
+
555
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
556
+
557
+
558
+ ## cryptoCertificatekeypairsUsedByList
559
+
560
+ > Array&lt;UsedBy&gt; cryptoCertificatekeypairsUsedByList(kpUuid)
561
+
562
+
563
+
564
+ Get a list of all objects that use this object
565
+
566
+ ### Example
567
+
568
+ ```ts
569
+ import {
570
+ Configuration,
571
+ CryptoApi,
572
+ } from '@goauthentik/api';
573
+ import type { CryptoCertificatekeypairsUsedByListRequest } from '@goauthentik/api';
574
+
575
+ async function example() {
576
+ console.log("🚀 Testing @goauthentik/api SDK...");
577
+ const config = new Configuration({
578
+ // Configure HTTP bearer authorization: authentik
579
+ accessToken: "YOUR BEARER TOKEN",
580
+ });
581
+ const api = new CryptoApi(config);
582
+
583
+ const body = {
584
+ // string | A UUID string identifying this Certificate-Key Pair.
585
+ kpUuid: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
586
+ } satisfies CryptoCertificatekeypairsUsedByListRequest;
587
+
588
+ try {
589
+ const data = await api.cryptoCertificatekeypairsUsedByList(body);
590
+ console.log(data);
591
+ } catch (error) {
592
+ console.error(error);
593
+ }
594
+ }
595
+
596
+ // Run the test
597
+ example().catch(console.error);
598
+ ```
599
+
600
+ ### Parameters
601
+
602
+
603
+ | Name | Type | Description | Notes |
604
+ |------------- | ------------- | ------------- | -------------|
605
+ | **kpUuid** | `string` | A UUID string identifying this Certificate-Key Pair. | [Defaults to `undefined`] |
606
+
607
+ ### Return type
608
+
609
+ [**Array&lt;UsedBy&gt;**](UsedBy.md)
610
+
611
+ ### Authorization
612
+
613
+ [authentik](../README.md#authentik)
614
+
615
+ ### HTTP request headers
616
+
617
+ - **Content-Type**: Not defined
618
+ - **Accept**: `application/json`
619
+
620
+
621
+ ### HTTP response details
622
+ | Status code | Description | Response headers |
623
+ |-------------|-------------|------------------|
624
+ | **200** | | - |
625
+ | **400** | | - |
626
+ | **403** | | - |
627
+
628
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
629
+
630
+
631
+ ## cryptoCertificatekeypairsViewCertificateRetrieve
632
+
633
+ > CertificateData cryptoCertificatekeypairsViewCertificateRetrieve(kpUuid, download)
634
+
635
+
636
+
637
+ Return certificate-key pairs certificate and log access
638
+
639
+ ### Example
640
+
641
+ ```ts
642
+ import {
643
+ Configuration,
644
+ CryptoApi,
645
+ } from '@goauthentik/api';
646
+ import type { CryptoCertificatekeypairsViewCertificateRetrieveRequest } from '@goauthentik/api';
647
+
648
+ async function example() {
649
+ console.log("🚀 Testing @goauthentik/api SDK...");
650
+ const config = new Configuration({
651
+ // Configure HTTP bearer authorization: authentik
652
+ accessToken: "YOUR BEARER TOKEN",
653
+ });
654
+ const api = new CryptoApi(config);
655
+
656
+ const body = {
657
+ // string | A UUID string identifying this Certificate-Key Pair.
658
+ kpUuid: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
659
+ // boolean (optional)
660
+ download: true,
661
+ } satisfies CryptoCertificatekeypairsViewCertificateRetrieveRequest;
662
+
663
+ try {
664
+ const data = await api.cryptoCertificatekeypairsViewCertificateRetrieve(body);
665
+ console.log(data);
666
+ } catch (error) {
667
+ console.error(error);
668
+ }
669
+ }
670
+
671
+ // Run the test
672
+ example().catch(console.error);
673
+ ```
674
+
675
+ ### Parameters
676
+
677
+
678
+ | Name | Type | Description | Notes |
679
+ |------------- | ------------- | ------------- | -------------|
680
+ | **kpUuid** | `string` | A UUID string identifying this Certificate-Key Pair. | [Defaults to `undefined`] |
681
+ | **download** | `boolean` | | [Optional] [Defaults to `undefined`] |
682
+
683
+ ### Return type
684
+
685
+ [**CertificateData**](CertificateData.md)
686
+
687
+ ### Authorization
688
+
689
+ [authentik](../README.md#authentik)
690
+
691
+ ### HTTP request headers
692
+
693
+ - **Content-Type**: Not defined
694
+ - **Accept**: `application/json`
695
+
696
+
697
+ ### HTTP response details
698
+ | Status code | Description | Response headers |
699
+ |-------------|-------------|------------------|
700
+ | **200** | | - |
701
+ | **400** | | - |
702
+ | **403** | | - |
703
+
704
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
705
+
706
+
707
+ ## cryptoCertificatekeypairsViewPrivateKeyRetrieve
708
+
709
+ > CertificateData cryptoCertificatekeypairsViewPrivateKeyRetrieve(kpUuid, download)
710
+
711
+
712
+
713
+ Return certificate-key pairs private key and log access
714
+
715
+ ### Example
716
+
717
+ ```ts
718
+ import {
719
+ Configuration,
720
+ CryptoApi,
721
+ } from '@goauthentik/api';
722
+ import type { CryptoCertificatekeypairsViewPrivateKeyRetrieveRequest } from '@goauthentik/api';
723
+
724
+ async function example() {
725
+ console.log("🚀 Testing @goauthentik/api SDK...");
726
+ const config = new Configuration({
727
+ // Configure HTTP bearer authorization: authentik
728
+ accessToken: "YOUR BEARER TOKEN",
729
+ });
730
+ const api = new CryptoApi(config);
731
+
732
+ const body = {
733
+ // string | A UUID string identifying this Certificate-Key Pair.
734
+ kpUuid: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
735
+ // boolean (optional)
736
+ download: true,
737
+ } satisfies CryptoCertificatekeypairsViewPrivateKeyRetrieveRequest;
738
+
739
+ try {
740
+ const data = await api.cryptoCertificatekeypairsViewPrivateKeyRetrieve(body);
741
+ console.log(data);
742
+ } catch (error) {
743
+ console.error(error);
744
+ }
745
+ }
746
+
747
+ // Run the test
748
+ example().catch(console.error);
749
+ ```
750
+
751
+ ### Parameters
752
+
753
+
754
+ | Name | Type | Description | Notes |
755
+ |------------- | ------------- | ------------- | -------------|
756
+ | **kpUuid** | `string` | A UUID string identifying this Certificate-Key Pair. | [Defaults to `undefined`] |
757
+ | **download** | `boolean` | | [Optional] [Defaults to `undefined`] |
758
+
759
+ ### Return type
760
+
761
+ [**CertificateData**](CertificateData.md)
762
+
763
+ ### Authorization
764
+
765
+ [authentik](../README.md#authentik)
766
+
767
+ ### HTTP request headers
768
+
769
+ - **Content-Type**: Not defined
770
+ - **Accept**: `application/json`
771
+
772
+
773
+ ### HTTP response details
774
+ | Status code | Description | Response headers |
775
+ |-------------|-------------|------------------|
776
+ | **200** | | - |
777
+ | **400** | | - |
778
+ | **403** | | - |
779
+
780
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
781
+