@goauthentik/api 2026.2.0-rc1-1766432129 → 2026.2.0-rc1-1766493698
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 +854 -0
- package/.openapi-generator/VERSION +1 -1
- package/dist/esm/models/CapabilitiesEnum.d.ts +1 -0
- package/dist/esm/models/CapabilitiesEnum.d.ts.map +1 -1
- package/dist/esm/models/CapabilitiesEnum.js +1 -0
- package/dist/esm/models/CapabilitiesEnum.js.map +1 -1
- package/dist/models/CapabilitiesEnum.d.ts +1 -0
- package/dist/models/CapabilitiesEnum.d.ts.map +1 -1
- package/dist/models/CapabilitiesEnum.js +1 -0
- package/dist/models/CapabilitiesEnum.js.map +1 -1
- package/dist/tsconfig.esm.tsbuildinfo +1 -1
- package/docs/AccessDeniedChallenge.md +45 -0
- package/docs/AdminApi.md +1018 -0
- package/docs/AgentAuthenticationResponse.md +35 -0
- package/docs/AgentConfig.md +51 -0
- package/docs/AgentConnector.md +68 -0
- package/docs/AgentConnectorRequest.md +60 -0
- package/docs/AgentPSSODeviceRegistrationRequest.md +41 -0
- package/docs/AgentPSSODeviceRegistrationResponse.md +45 -0
- package/docs/AgentPSSOUserRegistrationRequest.md +39 -0
- package/docs/AgentTokenResponse.md +37 -0
- package/docs/AlgEnum.md +32 -0
- package/docs/App.md +37 -0
- package/docs/AppEnum.md +32 -0
- package/docs/AppleChallengeResponseRequest.md +35 -0
- package/docs/AppleLoginChallenge.md +47 -0
- package/docs/Application.md +65 -0
- package/docs/ApplicationEntitlement.md +41 -0
- package/docs/ApplicationEntitlementRequest.md +39 -0
- package/docs/ApplicationRequest.md +55 -0
- package/docs/AuthTypeEnum.md +32 -0
- package/docs/AuthenticatedSession.md +53 -0
- package/docs/AuthenticatedSessionAsn.md +39 -0
- package/docs/AuthenticatedSessionGeoIp.md +43 -0
- package/docs/AuthenticatedSessionUserAgent.md +41 -0
- package/docs/AuthenticatedSessionUserAgentDevice.md +39 -0
- package/docs/AuthenticatedSessionUserAgentOs.md +43 -0
- package/docs/AuthenticatedSessionUserAgentUserAgent.md +41 -0
- package/docs/AuthenticationEnum.md +32 -0
- package/docs/AuthenticatorAttachmentEnum.md +32 -0
- package/docs/AuthenticatorDuoChallenge.md +49 -0
- package/docs/AuthenticatorDuoChallengeResponseRequest.md +35 -0
- package/docs/AuthenticatorDuoStage.md +57 -0
- package/docs/AuthenticatorDuoStageDeviceImportResponse.md +36 -0
- package/docs/AuthenticatorDuoStageManualDeviceImportRequest.md +36 -0
- package/docs/AuthenticatorDuoStageRequest.md +49 -0
- package/docs/AuthenticatorEmailChallenge.md +47 -0
- package/docs/AuthenticatorEmailChallengeResponseRequest.md +39 -0
- package/docs/AuthenticatorEmailStage.md +75 -0
- package/docs/AuthenticatorEmailStageRequest.md +63 -0
- package/docs/AuthenticatorEndpointGDTCStage.md +53 -0
- package/docs/AuthenticatorEndpointGDTCStageRequest.md +41 -0
- package/docs/AuthenticatorSMSChallenge.md +45 -0
- package/docs/AuthenticatorSMSChallengeResponseRequest.md +39 -0
- package/docs/AuthenticatorSMSStage.md +67 -0
- package/docs/AuthenticatorSMSStageRequest.md +55 -0
- package/docs/AuthenticatorStaticChallenge.md +45 -0
- package/docs/AuthenticatorStaticChallengeResponseRequest.md +35 -0
- package/docs/AuthenticatorStaticStage.md +55 -0
- package/docs/AuthenticatorStaticStageRequest.md +43 -0
- package/docs/AuthenticatorTOTPChallenge.md +45 -0
- package/docs/AuthenticatorTOTPChallengeResponseRequest.md +37 -0
- package/docs/AuthenticatorTOTPStage.md +53 -0
- package/docs/AuthenticatorTOTPStageRequest.md +41 -0
- package/docs/AuthenticatorValidateStage.md +61 -0
- package/docs/AuthenticatorValidateStageRequest.md +47 -0
- package/docs/AuthenticatorValidationChallenge.md +47 -0
- package/docs/AuthenticatorValidationChallengeResponseRequest.md +45 -0
- package/docs/AuthenticatorWebAuthnChallenge.md +45 -0
- package/docs/AuthenticatorWebAuthnChallengeResponseRequest.md +37 -0
- package/docs/AuthenticatorWebAuthnStage.md +63 -0
- package/docs/AuthenticatorWebAuthnStageRequest.md +49 -0
- package/docs/AuthenticatorsApi.md +6388 -0
- package/docs/AuthorizationCodeAuthMethodEnum.md +32 -0
- package/docs/AutoSubmitChallengeResponseRequest.md +35 -0
- package/docs/AutosubmitChallenge.md +45 -0
- package/docs/BackendsEnum.md +32 -0
- package/docs/BindingTypeEnum.md +32 -0
- package/docs/BlueprintFile.md +40 -0
- package/docs/BlueprintInstance.md +55 -0
- package/docs/BlueprintInstanceRequest.md +43 -0
- package/docs/BlueprintInstanceStatusEnum.md +32 -0
- package/docs/Brand.md +69 -0
- package/docs/BrandRequest.md +67 -0
- package/docs/Cache.md +35 -0
- package/docs/CapabilitiesEnum.md +32 -0
- package/docs/CaptchaChallenge.md +49 -0
- package/docs/CaptchaChallengeResponseRequest.md +37 -0
- package/docs/CaptchaStage.md +61 -0
- package/docs/CaptchaStageRequest.md +51 -0
- package/docs/CertAttributeEnum.md +32 -0
- package/docs/CertificateData.md +35 -0
- package/docs/CertificateGenerationRequest.md +41 -0
- package/docs/CertificateKeyPair.md +55 -0
- package/docs/CertificateKeyPairRequest.md +39 -0
- package/docs/ChallengeTypes.md +174 -0
- package/docs/ClientTypeEnum.md +32 -0
- package/docs/CompatibilityModeEnum.md +32 -0
- package/docs/Config.md +43 -0
- package/docs/ConnectionToken.md +45 -0
- package/docs/ConnectionTokenRequest.md +39 -0
- package/docs/Connector.md +46 -0
- package/docs/ConsentChallenge.md +51 -0
- package/docs/ConsentChallengeResponseRequest.md +37 -0
- package/docs/ConsentPermission.md +37 -0
- package/docs/ConsentStage.md +51 -0
- package/docs/ConsentStageModeEnum.md +32 -0
- package/docs/ConsentStageRequest.md +39 -0
- package/docs/ContentType.md +40 -0
- package/docs/ContextualFlowInfo.md +41 -0
- package/docs/ContextualFlowInfoLayoutEnum.md +32 -0
- package/docs/CoreApi.md +5280 -0
- package/docs/CountryCodeEnum.md +32 -0
- package/docs/CryptoApi.md +781 -0
- package/docs/CurrentBrand.md +63 -0
- package/docs/CurrentBrandFlags.md +36 -0
- package/docs/DataExport.md +47 -0
- package/docs/DeliveryMethodEnum.md +32 -0
- package/docs/DeniedActionEnum.md +32 -0
- package/docs/DenyStage.md +49 -0
- package/docs/DenyStageRequest.md +37 -0
- package/docs/DetailedCountry.md +36 -0
- package/docs/DetailedCountryField.md +36 -0
- package/docs/Device.md +57 -0
- package/docs/DeviceAccessGroup.md +36 -0
- package/docs/DeviceAccessGroupRequest.md +34 -0
- package/docs/DeviceChallenge.md +41 -0
- package/docs/DeviceChallengeRequest.md +41 -0
- package/docs/DeviceClassesEnum.md +32 -0
- package/docs/DeviceConnection.md +40 -0
- package/docs/DeviceFactSnapshot.md +40 -0
- package/docs/DeviceFacts.md +50 -0
- package/docs/DeviceFactsOSFamily.md +32 -0
- package/docs/DeviceFactsRequest.md +50 -0
- package/docs/DeviceGroup.md +36 -0
- package/docs/DeviceGroupRequest.md +36 -0
- package/docs/DeviceSummary.md +39 -0
- package/docs/DeviceUser.md +40 -0
- package/docs/DeviceUserBinding.md +65 -0
- package/docs/DeviceUserBindingRequest.md +53 -0
- package/docs/DeviceUserRequest.md +40 -0
- package/docs/DigestAlgorithmEnum.md +32 -0
- package/docs/DigitsEnum.md +32 -0
- package/docs/Disk.md +44 -0
- package/docs/DiskRequest.md +44 -0
- package/docs/DockerServiceConnection.md +53 -0
- package/docs/DockerServiceConnectionRequest.md +43 -0
- package/docs/Domain.md +41 -0
- package/docs/DomainRequest.md +39 -0
- package/docs/DummyChallenge.md +41 -0
- package/docs/DummyChallengeResponseRequest.md +35 -0
- package/docs/DummyPolicy.md +55 -0
- package/docs/DummyPolicyRequest.md +43 -0
- package/docs/DummyStage.md +49 -0
- package/docs/DummyStageRequest.md +37 -0
- package/docs/DuoDevice.md +39 -0
- package/docs/DuoDeviceEnrollmentStatus.md +34 -0
- package/docs/DuoDeviceRequest.md +35 -0
- package/docs/DuoResponseEnum.md +32 -0
- package/docs/EmailChallenge.md +39 -0
- package/docs/EmailChallengeResponseRequest.md +35 -0
- package/docs/EmailDevice.md +41 -0
- package/docs/EmailDeviceRequest.md +35 -0
- package/docs/EmailStage.md +75 -0
- package/docs/EmailStageRequest.md +65 -0
- package/docs/Endpoint.md +55 -0
- package/docs/EndpointAgentChallenge.md +43 -0
- package/docs/EndpointAgentChallengeResponseRequest.md +37 -0
- package/docs/EndpointAuthModeEnum.md +32 -0
- package/docs/EndpointDevice.md +50 -0
- package/docs/EndpointDeviceDetails.md +56 -0
- package/docs/EndpointDeviceRequest.md +46 -0
- package/docs/EndpointRequest.md +49 -0
- package/docs/EndpointStage.md +53 -0
- package/docs/EndpointStageRequest.md +39 -0
- package/docs/EndpointsApi.md +3704 -0
- package/docs/EnrollRequest.md +37 -0
- package/docs/EnrollmentToken.md +46 -0
- package/docs/EnrollmentTokenRequest.md +42 -0
- package/docs/EnterpriseApi.md +750 -0
- package/docs/ErrorDetail.md +37 -0
- package/docs/ErrorReportingConfig.md +43 -0
- package/docs/Event.md +51 -0
- package/docs/EventActions.md +32 -0
- package/docs/EventMatcherPolicy.md +57 -0
- package/docs/EventMatcherPolicyRequest.md +45 -0
- package/docs/EventRequest.md +47 -0
- package/docs/EventTopPerUser.md +39 -0
- package/docs/EventVolume.md +39 -0
- package/docs/EventsApi.md +2553 -0
- package/docs/EventsRequestedEnum.md +32 -0
- package/docs/ExpiringBaseGrantModel.md +45 -0
- package/docs/ExpressionPolicy.md +51 -0
- package/docs/ExpressionPolicyRequest.md +39 -0
- package/docs/ExtraRoleObjectPermission.md +51 -0
- package/docs/FileList.md +39 -0
- package/docs/Flow.md +67 -0
- package/docs/FlowChallengeResponseRequest.md +78 -0
- package/docs/FlowDesignationEnum.md +32 -0
- package/docs/FlowDiagram.md +35 -0
- package/docs/FlowErrorChallenge.md +45 -0
- package/docs/FlowImportResult.md +37 -0
- package/docs/FlowInspection.md +39 -0
- package/docs/FlowInspectorPlan.md +41 -0
- package/docs/FlowLayoutEnum.md +32 -0
- package/docs/FlowRequest.md +53 -0
- package/docs/FlowSet.md +57 -0
- package/docs/FlowStageBinding.md +53 -0
- package/docs/FlowStageBindingRequest.md +47 -0
- package/docs/FlowsApi.md +1781 -0
- package/docs/FooterLink.md +37 -0
- package/docs/FrameChallenge.md +45 -0
- package/docs/FrameChallengeResponseRequest.md +35 -0
- package/docs/GenericError.md +37 -0
- package/docs/GeoIPPolicy.md +67 -0
- package/docs/GeoIPPolicyRequest.md +53 -0
- package/docs/GeoipBindingEnum.md +32 -0
- package/docs/GlobalTaskStatus.md +52 -0
- package/docs/GoogleEndpointDevice.md +37 -0
- package/docs/GoogleEndpointDeviceRequest.md +37 -0
- package/docs/GoogleWorkspaceProvider.md +75 -0
- package/docs/GoogleWorkspaceProviderGroup.md +45 -0
- package/docs/GoogleWorkspaceProviderGroupRequest.md +39 -0
- package/docs/GoogleWorkspaceProviderMapping.md +49 -0
- package/docs/GoogleWorkspaceProviderMappingRequest.md +39 -0
- package/docs/GoogleWorkspaceProviderRequest.md +61 -0
- package/docs/GoogleWorkspaceProviderUser.md +45 -0
- package/docs/GoogleWorkspaceProviderUserRequest.md +39 -0
- package/docs/Group.md +59 -0
- package/docs/GroupKerberosSourceConnection.md +47 -0
- package/docs/GroupKerberosSourceConnectionRequest.md +39 -0
- package/docs/GroupLDAPSourceConnection.md +47 -0
- package/docs/GroupLDAPSourceConnectionRequest.md +39 -0
- package/docs/GroupMatchingModeEnum.md +32 -0
- package/docs/GroupOAuthSourceConnection.md +47 -0
- package/docs/GroupOAuthSourceConnectionRequest.md +39 -0
- package/docs/GroupPlexSourceConnection.md +47 -0
- package/docs/GroupPlexSourceConnectionRequest.md +39 -0
- package/docs/GroupRequest.md +45 -0
- package/docs/GroupSAMLSourceConnection.md +47 -0
- package/docs/GroupSAMLSourceConnectionRequest.md +39 -0
- package/docs/GroupSourceConnection.md +47 -0
- package/docs/GroupSourceConnectionRequest.md +39 -0
- package/docs/GroupTelegramSourceConnection.md +47 -0
- package/docs/GroupTelegramSourceConnectionRequest.md +39 -0
- package/docs/Hardware.md +44 -0
- package/docs/HardwareRequest.md +44 -0
- package/docs/IdentificationChallenge.md +67 -0
- package/docs/IdentificationChallengeResponseRequest.md +43 -0
- package/docs/IdentificationStage.md +73 -0
- package/docs/IdentificationStageRequest.md +61 -0
- package/docs/IframeLogoutChallenge.md +41 -0
- package/docs/IframeLogoutChallengeResponseRequest.md +35 -0
- package/docs/ImpersonationRequest.md +34 -0
- package/docs/InitialPermissions.md +43 -0
- package/docs/InitialPermissionsRequest.md +39 -0
- package/docs/InstallID.md +34 -0
- package/docs/IntentEnum.md +32 -0
- package/docs/InvalidResponseActionEnum.md +32 -0
- package/docs/Invitation.md +49 -0
- package/docs/InvitationRequest.md +43 -0
- package/docs/InvitationStage.md +49 -0
- package/docs/InvitationStageRequest.md +37 -0
- package/docs/IssuerModeEnum.md +32 -0
- package/docs/KadminTypeEnum.md +32 -0
- package/docs/KerberosSource.md +97 -0
- package/docs/KerberosSourcePropertyMapping.md +49 -0
- package/docs/KerberosSourcePropertyMappingRequest.md +39 -0
- package/docs/KerberosSourceRequest.md +87 -0
- package/docs/KeyTypeEnum.md +32 -0
- package/docs/KubernetesServiceConnection.md +51 -0
- package/docs/KubernetesServiceConnectionRequest.md +41 -0
- package/docs/LDAPAPIAccessMode.md +32 -0
- package/docs/LDAPCheckAccess.md +37 -0
- package/docs/LDAPDebug.md +38 -0
- package/docs/LDAPOutpostConfig.md +59 -0
- package/docs/LDAPProvider.md +79 -0
- package/docs/LDAPProviderRequest.md +59 -0
- package/docs/LDAPSource.md +117 -0
- package/docs/LDAPSourcePropertyMapping.md +49 -0
- package/docs/LDAPSourcePropertyMappingRequest.md +39 -0
- package/docs/LDAPSourceRequest.md +103 -0
- package/docs/LastTaskStatusEnum.md +32 -0
- package/docs/License.md +45 -0
- package/docs/LicenseFlagsEnum.md +32 -0
- package/docs/LicenseForecast.md +41 -0
- package/docs/LicenseRequest.md +35 -0
- package/docs/LicenseSummary.md +43 -0
- package/docs/LicenseSummaryStatusEnum.md +32 -0
- package/docs/Link.md +35 -0
- package/docs/LogEvent.md +43 -0
- package/docs/LogLevelEnum.md +32 -0
- package/docs/LoginChallengeTypes.md +54 -0
- package/docs/LoginSource.md +41 -0
- package/docs/MDMConfigRequest.md +37 -0
- package/docs/MDMConfigResponse.md +39 -0
- package/docs/ManagedApi.md +687 -0
- package/docs/MatchingModeEnum.md +32 -0
- package/docs/Metadata.md +37 -0
- package/docs/MicrosoftEntraProvider.md +73 -0
- package/docs/MicrosoftEntraProviderGroup.md +45 -0
- package/docs/MicrosoftEntraProviderGroupRequest.md +39 -0
- package/docs/MicrosoftEntraProviderMapping.md +49 -0
- package/docs/MicrosoftEntraProviderMappingRequest.md +39 -0
- package/docs/MicrosoftEntraProviderRequest.md +59 -0
- package/docs/MicrosoftEntraProviderUser.md +45 -0
- package/docs/MicrosoftEntraProviderUserRequest.md +39 -0
- package/docs/ModelEnum.md +32 -0
- package/docs/ModelRequest.md +210 -0
- package/docs/MutualTLSStage.md +55 -0
- package/docs/MutualTLSStageRequest.md +43 -0
- package/docs/NativeLogoutChallenge.md +53 -0
- package/docs/NativeLogoutChallengeResponseRequest.md +35 -0
- package/docs/Network.md +40 -0
- package/docs/NetworkBindingEnum.md +32 -0
- package/docs/NetworkInterface.md +40 -0
- package/docs/NetworkInterfaceRequest.md +40 -0
- package/docs/NetworkRequest.md +40 -0
- package/docs/NotConfiguredActionEnum.md +32 -0
- package/docs/Notification.md +49 -0
- package/docs/NotificationRequest.md +41 -0
- package/docs/NotificationRule.md +47 -0
- package/docs/NotificationRuleRequest.md +43 -0
- package/docs/NotificationTransport.md +53 -0
- package/docs/NotificationTransportModeEnum.md +32 -0
- package/docs/NotificationTransportRequest.md +49 -0
- package/docs/NotificationTransportTest.md +35 -0
- package/docs/NotificationWebhookMapping.md +39 -0
- package/docs/NotificationWebhookMappingRequest.md +37 -0
- package/docs/OAuth2Provider.md +95 -0
- package/docs/OAuth2ProviderLogoutMethodEnum.md +32 -0
- package/docs/OAuth2ProviderRequest.md +77 -0
- package/docs/OAuth2ProviderSetupURLs.md +47 -0
- package/docs/OAuthDeviceCodeChallenge.md +39 -0
- package/docs/OAuthDeviceCodeChallengeResponseRequest.md +37 -0
- package/docs/OAuthDeviceCodeFinishChallenge.md +39 -0
- package/docs/OAuthDeviceCodeFinishChallengeResponseRequest.md +35 -0
- package/docs/OAuthSource.md +101 -0
- package/docs/OAuthSourcePropertyMapping.md +49 -0
- package/docs/OAuthSourcePropertyMappingRequest.md +39 -0
- package/docs/OAuthSourceRequest.md +85 -0
- package/docs/Oauth2Api.md +941 -0
- package/docs/OpenIDConnectConfiguration.md +55 -0
- package/docs/OperatingSystem.md +40 -0
- package/docs/OperatingSystemRequest.md +40 -0
- package/docs/OutgoingSyncDeleteAction.md +32 -0
- package/docs/Outpost.md +55 -0
- package/docs/OutpostDefaultConfig.md +35 -0
- package/docs/OutpostHealth.md +57 -0
- package/docs/OutpostRequest.md +45 -0
- package/docs/OutpostTypeEnum.md +32 -0
- package/docs/OutpostsApi.md +2682 -0
- package/docs/PKCEMethodEnum.md +32 -0
- package/docs/PaginatedAgentConnectorList.md +38 -0
- package/docs/PaginatedApplicationEntitlementList.md +38 -0
- package/docs/PaginatedApplicationList.md +38 -0
- package/docs/PaginatedAuthenticatedSessionList.md +38 -0
- package/docs/PaginatedAuthenticatorDuoStageList.md +38 -0
- package/docs/PaginatedAuthenticatorEmailStageList.md +38 -0
- package/docs/PaginatedAuthenticatorEndpointGDTCStageList.md +38 -0
- package/docs/PaginatedAuthenticatorSMSStageList.md +38 -0
- package/docs/PaginatedAuthenticatorStaticStageList.md +38 -0
- package/docs/PaginatedAuthenticatorTOTPStageList.md +38 -0
- package/docs/PaginatedAuthenticatorValidateStageList.md +38 -0
- package/docs/PaginatedAuthenticatorWebAuthnStageList.md +38 -0
- package/docs/PaginatedBlueprintInstanceList.md +38 -0
- package/docs/PaginatedBrandList.md +38 -0
- package/docs/PaginatedCaptchaStageList.md +38 -0
- package/docs/PaginatedCertificateKeyPairList.md +38 -0
- package/docs/PaginatedConnectionTokenList.md +38 -0
- package/docs/PaginatedConnectorList.md +38 -0
- package/docs/PaginatedConsentStageList.md +38 -0
- package/docs/PaginatedDataExportList.md +38 -0
- package/docs/PaginatedDenyStageList.md +38 -0
- package/docs/PaginatedDeviceAccessGroupList.md +38 -0
- package/docs/PaginatedDeviceUserBindingList.md +38 -0
- package/docs/PaginatedDockerServiceConnectionList.md +38 -0
- package/docs/PaginatedDomainList.md +38 -0
- package/docs/PaginatedDummyPolicyList.md +38 -0
- package/docs/PaginatedDummyStageList.md +38 -0
- package/docs/PaginatedDuoDeviceList.md +38 -0
- package/docs/PaginatedEmailDeviceList.md +38 -0
- package/docs/PaginatedEmailStageList.md +38 -0
- package/docs/PaginatedEndpointDeviceList.md +38 -0
- package/docs/PaginatedEndpointList.md +38 -0
- package/docs/PaginatedEndpointStageList.md +38 -0
- package/docs/PaginatedEnrollmentTokenList.md +38 -0
- package/docs/PaginatedEventList.md +38 -0
- package/docs/PaginatedEventMatcherPolicyList.md +38 -0
- package/docs/PaginatedExpiringBaseGrantModelList.md +38 -0
- package/docs/PaginatedExpressionPolicyList.md +38 -0
- package/docs/PaginatedExtraRoleObjectPermissionList.md +36 -0
- package/docs/PaginatedFlowList.md +38 -0
- package/docs/PaginatedFlowStageBindingList.md +38 -0
- package/docs/PaginatedGeoIPPolicyList.md +38 -0
- package/docs/PaginatedGoogleEndpointDeviceList.md +38 -0
- package/docs/PaginatedGoogleWorkspaceProviderGroupList.md +38 -0
- package/docs/PaginatedGoogleWorkspaceProviderList.md +38 -0
- package/docs/PaginatedGoogleWorkspaceProviderMappingList.md +38 -0
- package/docs/PaginatedGoogleWorkspaceProviderUserList.md +38 -0
- package/docs/PaginatedGroupKerberosSourceConnectionList.md +38 -0
- package/docs/PaginatedGroupLDAPSourceConnectionList.md +38 -0
- package/docs/PaginatedGroupList.md +38 -0
- package/docs/PaginatedGroupOAuthSourceConnectionList.md +38 -0
- package/docs/PaginatedGroupPlexSourceConnectionList.md +38 -0
- package/docs/PaginatedGroupSAMLSourceConnectionList.md +38 -0
- package/docs/PaginatedGroupSourceConnectionList.md +38 -0
- package/docs/PaginatedGroupTelegramSourceConnectionList.md +38 -0
- package/docs/PaginatedIdentificationStageList.md +38 -0
- package/docs/PaginatedInitialPermissionsList.md +38 -0
- package/docs/PaginatedInvitationList.md +38 -0
- package/docs/PaginatedInvitationStageList.md +38 -0
- package/docs/PaginatedKerberosSourceList.md +38 -0
- package/docs/PaginatedKerberosSourcePropertyMappingList.md +38 -0
- package/docs/PaginatedKubernetesServiceConnectionList.md +38 -0
- package/docs/PaginatedLDAPOutpostConfigList.md +38 -0
- package/docs/PaginatedLDAPProviderList.md +38 -0
- package/docs/PaginatedLDAPSourceList.md +38 -0
- package/docs/PaginatedLDAPSourcePropertyMappingList.md +38 -0
- package/docs/PaginatedLicenseList.md +38 -0
- package/docs/PaginatedMicrosoftEntraProviderGroupList.md +38 -0
- package/docs/PaginatedMicrosoftEntraProviderList.md +38 -0
- package/docs/PaginatedMicrosoftEntraProviderMappingList.md +38 -0
- package/docs/PaginatedMicrosoftEntraProviderUserList.md +38 -0
- package/docs/PaginatedMutualTLSStageList.md +38 -0
- package/docs/PaginatedNotificationList.md +38 -0
- package/docs/PaginatedNotificationRuleList.md +38 -0
- package/docs/PaginatedNotificationTransportList.md +38 -0
- package/docs/PaginatedNotificationWebhookMappingList.md +38 -0
- package/docs/PaginatedOAuth2ProviderList.md +38 -0
- package/docs/PaginatedOAuthSourceList.md +38 -0
- package/docs/PaginatedOAuthSourcePropertyMappingList.md +38 -0
- package/docs/PaginatedOutpostList.md +38 -0
- package/docs/PaginatedPasswordExpiryPolicyList.md +38 -0
- package/docs/PaginatedPasswordPolicyList.md +38 -0
- package/docs/PaginatedPasswordStageList.md +38 -0
- package/docs/PaginatedPermissionList.md +38 -0
- package/docs/PaginatedPlexSourceList.md +38 -0
- package/docs/PaginatedPlexSourcePropertyMappingList.md +38 -0
- package/docs/PaginatedPolicyBindingList.md +38 -0
- package/docs/PaginatedPolicyList.md +38 -0
- package/docs/PaginatedPromptList.md +38 -0
- package/docs/PaginatedPromptStageList.md +38 -0
- package/docs/PaginatedPropertyMappingList.md +38 -0
- package/docs/PaginatedProviderList.md +38 -0
- package/docs/PaginatedProxyOutpostConfigList.md +38 -0
- package/docs/PaginatedProxyProviderList.md +38 -0
- package/docs/PaginatedRACPropertyMappingList.md +38 -0
- package/docs/PaginatedRACProviderList.md +38 -0
- package/docs/PaginatedRadiusOutpostConfigList.md +38 -0
- package/docs/PaginatedRadiusProviderList.md +38 -0
- package/docs/PaginatedRadiusProviderPropertyMappingList.md +38 -0
- package/docs/PaginatedRedirectStageList.md +38 -0
- package/docs/PaginatedReputationList.md +38 -0
- package/docs/PaginatedReputationPolicyList.md +38 -0
- package/docs/PaginatedRoleAssignedObjectPermissionList.md +38 -0
- package/docs/PaginatedRoleList.md +38 -0
- package/docs/PaginatedSAMLPropertyMappingList.md +38 -0
- package/docs/PaginatedSAMLProviderList.md +38 -0
- package/docs/PaginatedSAMLSourceList.md +38 -0
- package/docs/PaginatedSAMLSourcePropertyMappingList.md +38 -0
- package/docs/PaginatedSCIMMappingList.md +38 -0
- package/docs/PaginatedSCIMProviderGroupList.md +38 -0
- package/docs/PaginatedSCIMProviderList.md +38 -0
- package/docs/PaginatedSCIMProviderUserList.md +38 -0
- package/docs/PaginatedSCIMSourceGroupList.md +38 -0
- package/docs/PaginatedSCIMSourceList.md +38 -0
- package/docs/PaginatedSCIMSourcePropertyMappingList.md +38 -0
- package/docs/PaginatedSCIMSourceUserList.md +38 -0
- package/docs/PaginatedSMSDeviceList.md +38 -0
- package/docs/PaginatedSSFProviderList.md +38 -0
- package/docs/PaginatedSSFStreamList.md +38 -0
- package/docs/PaginatedScheduleList.md +38 -0
- package/docs/PaginatedScopeMappingList.md +38 -0
- package/docs/PaginatedServiceConnectionList.md +38 -0
- package/docs/PaginatedSourceList.md +38 -0
- package/docs/PaginatedSourceStageList.md +38 -0
- package/docs/PaginatedStageList.md +38 -0
- package/docs/PaginatedStaticDeviceList.md +38 -0
- package/docs/PaginatedTOTPDeviceList.md +38 -0
- package/docs/PaginatedTaskList.md +38 -0
- package/docs/PaginatedTelegramSourceList.md +38 -0
- package/docs/PaginatedTelegramSourcePropertyMappingList.md +38 -0
- package/docs/PaginatedTenantList.md +38 -0
- package/docs/PaginatedTokenList.md +38 -0
- package/docs/PaginatedTokenModelList.md +38 -0
- package/docs/PaginatedUniquePasswordPolicyList.md +38 -0
- package/docs/PaginatedUserConsentList.md +38 -0
- package/docs/PaginatedUserDeleteStageList.md +38 -0
- package/docs/PaginatedUserKerberosSourceConnectionList.md +38 -0
- package/docs/PaginatedUserLDAPSourceConnectionList.md +38 -0
- package/docs/PaginatedUserList.md +38 -0
- package/docs/PaginatedUserLoginStageList.md +38 -0
- package/docs/PaginatedUserLogoutStageList.md +38 -0
- package/docs/PaginatedUserOAuthSourceConnectionList.md +38 -0
- package/docs/PaginatedUserPlexSourceConnectionList.md +38 -0
- package/docs/PaginatedUserSAMLSourceConnectionList.md +38 -0
- package/docs/PaginatedUserSourceConnectionList.md +38 -0
- package/docs/PaginatedUserTelegramSourceConnectionList.md +38 -0
- package/docs/PaginatedUserWriteStageList.md +38 -0
- package/docs/PaginatedWebAuthnDeviceList.md +38 -0
- package/docs/PaginatedWebAuthnDeviceTypeList.md +38 -0
- package/docs/Pagination.md +46 -0
- package/docs/PartialGroup.md +43 -0
- package/docs/PartialUser.md +49 -0
- package/docs/PasswordChallenge.md +47 -0
- package/docs/PasswordChallengeResponseRequest.md +37 -0
- package/docs/PasswordExpiryPolicy.md +53 -0
- package/docs/PasswordExpiryPolicyRequest.md +41 -0
- package/docs/PasswordPolicy.md +75 -0
- package/docs/PasswordPolicyRequest.md +63 -0
- package/docs/PasswordStage.md +55 -0
- package/docs/PasswordStageRequest.md +43 -0
- package/docs/PatchedAgentConnectorRequest.md +60 -0
- package/docs/PatchedApplicationEntitlementRequest.md +39 -0
- package/docs/PatchedApplicationRequest.md +55 -0
- package/docs/PatchedAuthenticatorDuoStageRequest.md +49 -0
- package/docs/PatchedAuthenticatorEmailStageRequest.md +63 -0
- package/docs/PatchedAuthenticatorEndpointGDTCStageRequest.md +41 -0
- package/docs/PatchedAuthenticatorSMSStageRequest.md +55 -0
- package/docs/PatchedAuthenticatorStaticStageRequest.md +43 -0
- package/docs/PatchedAuthenticatorTOTPStageRequest.md +41 -0
- package/docs/PatchedAuthenticatorValidateStageRequest.md +47 -0
- package/docs/PatchedAuthenticatorWebAuthnStageRequest.md +49 -0
- package/docs/PatchedBlueprintInstanceRequest.md +43 -0
- package/docs/PatchedBrandRequest.md +67 -0
- package/docs/PatchedCaptchaStageRequest.md +51 -0
- package/docs/PatchedCertificateKeyPairRequest.md +39 -0
- package/docs/PatchedConnectionTokenRequest.md +39 -0
- package/docs/PatchedConsentStageRequest.md +39 -0
- package/docs/PatchedDenyStageRequest.md +37 -0
- package/docs/PatchedDeviceAccessGroupRequest.md +34 -0
- package/docs/PatchedDeviceUserBindingRequest.md +53 -0
- package/docs/PatchedDockerServiceConnectionRequest.md +43 -0
- package/docs/PatchedDomainRequest.md +39 -0
- package/docs/PatchedDummyPolicyRequest.md +43 -0
- package/docs/PatchedDummyStageRequest.md +37 -0
- package/docs/PatchedDuoDeviceRequest.md +35 -0
- package/docs/PatchedEmailDeviceRequest.md +35 -0
- package/docs/PatchedEmailStageRequest.md +65 -0
- package/docs/PatchedEndpointDeviceRequest.md +46 -0
- package/docs/PatchedEndpointRequest.md +49 -0
- package/docs/PatchedEndpointStageRequest.md +39 -0
- package/docs/PatchedEnrollmentTokenRequest.md +42 -0
- package/docs/PatchedEventMatcherPolicyRequest.md +45 -0
- package/docs/PatchedEventRequest.md +47 -0
- package/docs/PatchedExpressionPolicyRequest.md +39 -0
- package/docs/PatchedFlowRequest.md +53 -0
- package/docs/PatchedFlowStageBindingRequest.md +47 -0
- package/docs/PatchedGeoIPPolicyRequest.md +53 -0
- package/docs/PatchedGoogleEndpointDeviceRequest.md +37 -0
- package/docs/PatchedGoogleWorkspaceProviderMappingRequest.md +39 -0
- package/docs/PatchedGoogleWorkspaceProviderRequest.md +61 -0
- package/docs/PatchedGroupKerberosSourceConnectionRequest.md +39 -0
- package/docs/PatchedGroupLDAPSourceConnectionRequest.md +39 -0
- package/docs/PatchedGroupOAuthSourceConnectionRequest.md +39 -0
- package/docs/PatchedGroupPlexSourceConnectionRequest.md +39 -0
- package/docs/PatchedGroupRequest.md +45 -0
- package/docs/PatchedGroupSAMLSourceConnectionRequest.md +39 -0
- package/docs/PatchedGroupSourceConnectionRequest.md +39 -0
- package/docs/PatchedGroupTelegramSourceConnectionRequest.md +39 -0
- package/docs/PatchedIdentificationStageRequest.md +61 -0
- package/docs/PatchedInitialPermissionsRequest.md +39 -0
- package/docs/PatchedInvitationRequest.md +43 -0
- package/docs/PatchedInvitationStageRequest.md +37 -0
- package/docs/PatchedKerberosSourcePropertyMappingRequest.md +39 -0
- package/docs/PatchedKerberosSourceRequest.md +87 -0
- package/docs/PatchedKubernetesServiceConnectionRequest.md +41 -0
- package/docs/PatchedLDAPProviderRequest.md +59 -0
- package/docs/PatchedLDAPSourcePropertyMappingRequest.md +39 -0
- package/docs/PatchedLDAPSourceRequest.md +103 -0
- package/docs/PatchedLicenseRequest.md +35 -0
- package/docs/PatchedMicrosoftEntraProviderMappingRequest.md +39 -0
- package/docs/PatchedMicrosoftEntraProviderRequest.md +59 -0
- package/docs/PatchedMutualTLSStageRequest.md +43 -0
- package/docs/PatchedNotificationRequest.md +41 -0
- package/docs/PatchedNotificationRuleRequest.md +43 -0
- package/docs/PatchedNotificationTransportRequest.md +49 -0
- package/docs/PatchedNotificationWebhookMappingRequest.md +37 -0
- package/docs/PatchedOAuth2ProviderRequest.md +77 -0
- package/docs/PatchedOAuthSourcePropertyMappingRequest.md +39 -0
- package/docs/PatchedOAuthSourceRequest.md +85 -0
- package/docs/PatchedOutpostRequest.md +45 -0
- package/docs/PatchedPasswordExpiryPolicyRequest.md +41 -0
- package/docs/PatchedPasswordPolicyRequest.md +63 -0
- package/docs/PatchedPasswordStageRequest.md +43 -0
- package/docs/PatchedPermissionAssignRequest.md +39 -0
- package/docs/PatchedPlexSourcePropertyMappingRequest.md +39 -0
- package/docs/PatchedPlexSourceRequest.md +67 -0
- package/docs/PatchedPolicyBindingRequest.md +51 -0
- package/docs/PatchedPromptRequest.md +55 -0
- package/docs/PatchedPromptStageRequest.md +39 -0
- package/docs/PatchedProxyProviderRequest.md +73 -0
- package/docs/PatchedRACPropertyMappingRequest.md +41 -0
- package/docs/PatchedRACProviderRequest.md +47 -0
- package/docs/PatchedRadiusProviderPropertyMappingRequest.md +39 -0
- package/docs/PatchedRadiusProviderRequest.md +51 -0
- package/docs/PatchedRedirectStageRequest.md +43 -0
- package/docs/PatchedReputationPolicyRequest.md +43 -0
- package/docs/PatchedRoleRequest.md +35 -0
- package/docs/PatchedSAMLPropertyMappingRequest.md +43 -0
- package/docs/PatchedSAMLProviderRequest.md +87 -0
- package/docs/PatchedSAMLSourcePropertyMappingRequest.md +39 -0
- package/docs/PatchedSAMLSourceRequest.md +89 -0
- package/docs/PatchedSCIMMappingRequest.md +39 -0
- package/docs/PatchedSCIMProviderRequest.md +65 -0
- package/docs/PatchedSCIMSourceGroupRequest.md +43 -0
- package/docs/PatchedSCIMSourcePropertyMappingRequest.md +39 -0
- package/docs/PatchedSCIMSourceRequest.md +45 -0
- package/docs/PatchedSCIMSourceUserRequest.md +43 -0
- package/docs/PatchedSMSDeviceRequest.md +35 -0
- package/docs/PatchedSSFProviderRequest.md +41 -0
- package/docs/PatchedScheduleRequest.md +38 -0
- package/docs/PatchedScopeMappingRequest.md +43 -0
- package/docs/PatchedSettingsRequest.md +65 -0
- package/docs/PatchedSettingsRequestFlags.md +36 -0
- package/docs/PatchedSourceStageRequest.md +39 -0
- package/docs/PatchedStaticDeviceRequest.md +35 -0
- package/docs/PatchedTOTPDeviceRequest.md +35 -0
- package/docs/PatchedTelegramSourcePropertyMappingRequest.md +39 -0
- package/docs/PatchedTelegramSourceRequest.md +65 -0
- package/docs/PatchedTenantRequest.md +39 -0
- package/docs/PatchedTokenRequest.md +47 -0
- package/docs/PatchedUniquePasswordPolicyRequest.md +41 -0
- package/docs/PatchedUserDeleteStageRequest.md +35 -0
- package/docs/PatchedUserKerberosSourceConnectionRequest.md +39 -0
- package/docs/PatchedUserLDAPSourceConnectionRequest.md +39 -0
- package/docs/PatchedUserLoginStageRequest.md +47 -0
- package/docs/PatchedUserLogoutStageRequest.md +35 -0
- package/docs/PatchedUserOAuthSourceConnectionRequest.md +43 -0
- package/docs/PatchedUserPlexSourceConnectionRequest.md +41 -0
- package/docs/PatchedUserRequest.md +53 -0
- package/docs/PatchedUserSAMLSourceConnectionRequest.md +39 -0
- package/docs/PatchedUserSourceConnectionRequest.md +39 -0
- package/docs/PatchedUserTelegramSourceConnectionRequest.md +39 -0
- package/docs/PatchedUserWriteStageRequest.md +45 -0
- package/docs/PatchedWebAuthnDeviceRequest.md +35 -0
- package/docs/Permission.md +47 -0
- package/docs/PermissionAssignRequest.md +39 -0
- package/docs/PermissionAssignResult.md +35 -0
- package/docs/PlexAuthenticationChallenge.md +43 -0
- package/docs/PlexAuthenticationChallengeResponseRequest.md +35 -0
- package/docs/PlexSource.md +81 -0
- package/docs/PlexSourcePropertyMapping.md +49 -0
- package/docs/PlexSourcePropertyMappingRequest.md +39 -0
- package/docs/PlexSourceRequest.md +67 -0
- package/docs/PlexTokenRedeemRequest.md +35 -0
- package/docs/PoliciesApi.md +5987 -0
- package/docs/Policy.md +49 -0
- package/docs/PolicyBinding.md +59 -0
- package/docs/PolicyBindingRequest.md +51 -0
- package/docs/PolicyEngineMode.md +32 -0
- package/docs/PolicyTestRequest.md +37 -0
- package/docs/PolicyTestResult.md +39 -0
- package/docs/Process.md +38 -0
- package/docs/ProcessRequest.md +38 -0
- package/docs/Prompt.md +59 -0
- package/docs/PromptChallenge.md +41 -0
- package/docs/PromptChallengeResponseRequest.md +35 -0
- package/docs/PromptChoice.md +37 -0
- package/docs/PromptRequest.md +55 -0
- package/docs/PromptStage.md +51 -0
- package/docs/PromptStageRequest.md +39 -0
- package/docs/PromptTypeEnum.md +32 -0
- package/docs/PropertyMapping.md +49 -0
- package/docs/PropertyMappingPreview.md +35 -0
- package/docs/PropertyMappingTestRequest.md +39 -0
- package/docs/PropertyMappingTestResult.md +37 -0
- package/docs/PropertymappingsApi.md +8604 -0
- package/docs/ProtocolEnum.md +32 -0
- package/docs/Provider.md +61 -0
- package/docs/ProviderEnum.md +32 -0
- package/docs/ProviderModelEnum.md +32 -0
- package/docs/ProviderTypeEnum.md +32 -0
- package/docs/ProvidersApi.md +9144 -0
- package/docs/ProxyMode.md +32 -0
- package/docs/ProxyOutpostConfig.md +75 -0
- package/docs/ProxyProvider.md +97 -0
- package/docs/ProxyProviderRequest.md +73 -0
- package/docs/RACPropertyMapping.md +51 -0
- package/docs/RACPropertyMappingRequest.md +41 -0
- package/docs/RACProvider.md +67 -0
- package/docs/RACProviderRequest.md +47 -0
- package/docs/RacApi.md +1018 -0
- package/docs/RadiusCheckAccess.md +37 -0
- package/docs/RadiusOutpostConfig.md +49 -0
- package/docs/RadiusProvider.md +71 -0
- package/docs/RadiusProviderPropertyMapping.md +49 -0
- package/docs/RadiusProviderPropertyMappingRequest.md +39 -0
- package/docs/RadiusProviderRequest.md +51 -0
- package/docs/RbacApi.md +1746 -0
- package/docs/RedirectChallenge.md +41 -0
- package/docs/RedirectChallengeResponseRequest.md +37 -0
- package/docs/RedirectStage.md +55 -0
- package/docs/RedirectStageModeEnum.md +32 -0
- package/docs/RedirectStageRequest.md +43 -0
- package/docs/RedirectURI.md +37 -0
- package/docs/RedirectURIRequest.md +37 -0
- package/docs/RelatedGroup.md +43 -0
- package/docs/ReportsApi.md +233 -0
- package/docs/Reputation.md +47 -0
- package/docs/ReputationPolicy.md +55 -0
- package/docs/ReputationPolicyRequest.md +43 -0
- package/docs/ResidentKeyRequirementEnum.md +32 -0
- package/docs/Role.md +37 -0
- package/docs/RoleAssignedObjectPermission.md +41 -0
- package/docs/RoleModelPermission.md +43 -0
- package/docs/RoleObjectPermission.md +45 -0
- package/docs/RoleRequest.md +35 -0
- package/docs/RootApi.md +74 -0
- package/docs/SAMLBindingsEnum.md +32 -0
- package/docs/SAMLMetadata.md +37 -0
- package/docs/SAMLNameIDPolicyEnum.md +32 -0
- package/docs/SAMLPropertyMapping.md +53 -0
- package/docs/SAMLPropertyMappingRequest.md +43 -0
- package/docs/SAMLProvider.md +117 -0
- package/docs/SAMLProviderLogoutMethodEnum.md +32 -0
- package/docs/SAMLProviderRequest.md +87 -0
- package/docs/SAMLSource.md +103 -0
- package/docs/SAMLSourcePropertyMapping.md +49 -0
- package/docs/SAMLSourcePropertyMappingRequest.md +39 -0
- package/docs/SAMLSourceRequest.md +89 -0
- package/docs/SCIMAuthenticationModeEnum.md +32 -0
- package/docs/SCIMMapping.md +49 -0
- package/docs/SCIMMappingRequest.md +39 -0
- package/docs/SCIMProvider.md +79 -0
- package/docs/SCIMProviderGroup.md +45 -0
- package/docs/SCIMProviderGroupRequest.md +39 -0
- package/docs/SCIMProviderRequest.md +65 -0
- package/docs/SCIMProviderUser.md +45 -0
- package/docs/SCIMProviderUserRequest.md +39 -0
- package/docs/SCIMSource.md +61 -0
- package/docs/SCIMSourceGroup.md +45 -0
- package/docs/SCIMSourceGroupRequest.md +43 -0
- package/docs/SCIMSourcePropertyMapping.md +49 -0
- package/docs/SCIMSourcePropertyMappingRequest.md +39 -0
- package/docs/SCIMSourceRequest.md +45 -0
- package/docs/SCIMSourceUser.md +45 -0
- package/docs/SCIMSourceUserRequest.md +43 -0
- package/docs/SMSDevice.md +41 -0
- package/docs/SMSDeviceRequest.md +35 -0
- package/docs/SSFProvider.md +55 -0
- package/docs/SSFProviderRequest.md +41 -0
- package/docs/SSFStream.md +51 -0
- package/docs/Schedule.md +56 -0
- package/docs/ScheduleRequest.md +38 -0
- package/docs/SchemaApi.md +85 -0
- package/docs/ScopeMapping.md +53 -0
- package/docs/ScopeMappingRequest.md +43 -0
- package/docs/SelectableStage.md +41 -0
- package/docs/ServiceConnection.md +47 -0
- package/docs/ServiceConnectionState.md +37 -0
- package/docs/SessionEndChallenge.md +51 -0
- package/docs/SessionUser.md +37 -0
- package/docs/Settings.md +65 -0
- package/docs/SettingsRequest.md +65 -0
- package/docs/SeverityEnum.md +32 -0
- package/docs/ShellChallenge.md +41 -0
- package/docs/SignatureAlgorithmEnum.md +32 -0
- package/docs/Software.md +40 -0
- package/docs/SoftwareRequest.md +40 -0
- package/docs/Source.md +71 -0
- package/docs/SourceStage.md +51 -0
- package/docs/SourceStageRequest.md +39 -0
- package/docs/SourceType.md +51 -0
- package/docs/SourcesApi.md +13580 -0
- package/docs/SsfApi.md +174 -0
- package/docs/Stage.md +47 -0
- package/docs/StageModeEnum.md +32 -0
- package/docs/StagePrompt.md +51 -0
- package/docs/StagesApi.md +15798 -0
- package/docs/StateEnum.md +32 -0
- package/docs/StaticDevice.md +41 -0
- package/docs/StaticDeviceRequest.md +35 -0
- package/docs/StaticDeviceToken.md +35 -0
- package/docs/SubModeEnum.md +32 -0
- package/docs/SyncObjectModelEnum.md +32 -0
- package/docs/SyncObjectRequest.md +39 -0
- package/docs/SyncObjectResult.md +35 -0
- package/docs/SyncOutgoingTriggerModeEnum.md +32 -0
- package/docs/SyncStatus.md +39 -0
- package/docs/SystemInfo.md +49 -0
- package/docs/SystemInfoRuntime.md +49 -0
- package/docs/TOTPDevice.md +39 -0
- package/docs/TOTPDeviceRequest.md +35 -0
- package/docs/Task.md +62 -0
- package/docs/TaskAggregatedStatusEnum.md +32 -0
- package/docs/TasksApi.md +789 -0
- package/docs/TelegramAuthRequest.md +46 -0
- package/docs/TelegramChallengeResponseRequest.md +49 -0
- package/docs/TelegramLoginChallenge.md +43 -0
- package/docs/TelegramSource.md +77 -0
- package/docs/TelegramSourcePropertyMapping.md +49 -0
- package/docs/TelegramSourcePropertyMappingRequest.md +39 -0
- package/docs/TelegramSourceRequest.md +65 -0
- package/docs/Tenant.md +41 -0
- package/docs/TenantAdminGroupRequestRequest.md +35 -0
- package/docs/TenantRecoveryKeyRequestRequest.md +37 -0
- package/docs/TenantRecoveryKeyResponse.md +37 -0
- package/docs/TenantRequest.md +39 -0
- package/docs/TenantsApi.md +1026 -0
- package/docs/Token.md +51 -0
- package/docs/TokenModel.md +49 -0
- package/docs/TokenRequest.md +47 -0
- package/docs/TokenSetKeyRequest.md +35 -0
- package/docs/TokenView.md +35 -0
- package/docs/TransactionApplicationRequest.md +41 -0
- package/docs/TransactionApplicationResponse.md +37 -0
- package/docs/TransactionPolicyBindingRequest.md +49 -0
- package/docs/TypeCreate.md +47 -0
- package/docs/UiThemeEnum.md +32 -0
- package/docs/UniquePasswordPolicy.md +53 -0
- package/docs/UniquePasswordPolicyRequest.md +41 -0
- package/docs/UsedBy.md +43 -0
- package/docs/UsedByActionEnum.md +32 -0
- package/docs/User.md +73 -0
- package/docs/UserAccountRequest.md +35 -0
- package/docs/UserAccountSerializerForRoleRequest.md +35 -0
- package/docs/UserAttributeEnum.md +32 -0
- package/docs/UserConsent.md +45 -0
- package/docs/UserCreationModeEnum.md +32 -0
- package/docs/UserDeleteStage.md +47 -0
- package/docs/UserDeleteStageRequest.md +35 -0
- package/docs/UserFieldsEnum.md +32 -0
- package/docs/UserKerberosSourceConnection.md +47 -0
- package/docs/UserKerberosSourceConnectionRequest.md +39 -0
- package/docs/UserLDAPSourceConnection.md +47 -0
- package/docs/UserLDAPSourceConnectionRequest.md +39 -0
- package/docs/UserLoginChallenge.md +43 -0
- package/docs/UserLoginChallengeResponseRequest.md +37 -0
- package/docs/UserLoginStage.md +59 -0
- package/docs/UserLoginStageRequest.md +47 -0
- package/docs/UserLogoutStage.md +47 -0
- package/docs/UserLogoutStageRequest.md +35 -0
- package/docs/UserMatchingModeEnum.md +32 -0
- package/docs/UserOAuthSourceConnection.md +49 -0
- package/docs/UserOAuthSourceConnectionRequest.md +43 -0
- package/docs/UserPasswordSetRequest.md +35 -0
- package/docs/UserPath.md +34 -0
- package/docs/UserPlexSourceConnection.md +47 -0
- package/docs/UserPlexSourceConnectionRequest.md +41 -0
- package/docs/UserRequest.md +53 -0
- package/docs/UserSAMLSourceConnection.md +47 -0
- package/docs/UserSAMLSourceConnectionRequest.md +39 -0
- package/docs/UserSelf.md +59 -0
- package/docs/UserSelfGroups.md +36 -0
- package/docs/UserSelfRoles.md +36 -0
- package/docs/UserServiceAccountRequest.md +41 -0
- package/docs/UserServiceAccountResponse.md +42 -0
- package/docs/UserSetting.md +43 -0
- package/docs/UserSourceConnection.md +47 -0
- package/docs/UserSourceConnectionRequest.md +39 -0
- package/docs/UserTelegramSourceConnection.md +47 -0
- package/docs/UserTelegramSourceConnectionRequest.md +39 -0
- package/docs/UserTypeEnum.md +32 -0
- package/docs/UserVerificationEnum.md +32 -0
- package/docs/UserWriteStage.md +57 -0
- package/docs/UserWriteStageRequest.md +45 -0
- package/docs/ValidationError.md +37 -0
- package/docs/Version.md +45 -0
- package/docs/VersionHistory.md +41 -0
- package/docs/WebAuthnDevice.md +45 -0
- package/docs/WebAuthnDeviceRequest.md +35 -0
- package/docs/WebAuthnDeviceType.md +37 -0
- package/docs/Worker.md +38 -0
- package/package.json +1 -1
- package/src/models/CapabilitiesEnum.ts +1 -0
- package/tsconfig.tsbuildinfo +1 -1
package/docs/FlowsApi.md
ADDED
|
@@ -0,0 +1,1781 @@
|
|
|
1
|
+
# FlowsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to */api/v3*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
| [**flowsBindingsCreate**](FlowsApi.md#flowsbindingscreate) | **POST** /flows/bindings/ | |
|
|
8
|
+
| [**flowsBindingsDestroy**](FlowsApi.md#flowsbindingsdestroy) | **DELETE** /flows/bindings/{fsb_uuid}/ | |
|
|
9
|
+
| [**flowsBindingsList**](FlowsApi.md#flowsbindingslist) | **GET** /flows/bindings/ | |
|
|
10
|
+
| [**flowsBindingsPartialUpdate**](FlowsApi.md#flowsbindingspartialupdate) | **PATCH** /flows/bindings/{fsb_uuid}/ | |
|
|
11
|
+
| [**flowsBindingsRetrieve**](FlowsApi.md#flowsbindingsretrieve) | **GET** /flows/bindings/{fsb_uuid}/ | |
|
|
12
|
+
| [**flowsBindingsUpdate**](FlowsApi.md#flowsbindingsupdate) | **PUT** /flows/bindings/{fsb_uuid}/ | |
|
|
13
|
+
| [**flowsBindingsUsedByList**](FlowsApi.md#flowsbindingsusedbylist) | **GET** /flows/bindings/{fsb_uuid}/used_by/ | |
|
|
14
|
+
| [**flowsExecutorGet**](FlowsApi.md#flowsexecutorget) | **GET** /flows/executor/{flow_slug}/ | |
|
|
15
|
+
| [**flowsExecutorSolve**](FlowsApi.md#flowsexecutorsolve) | **POST** /flows/executor/{flow_slug}/ | |
|
|
16
|
+
| [**flowsInspectorGet**](FlowsApi.md#flowsinspectorget) | **GET** /flows/inspector/{flow_slug}/ | |
|
|
17
|
+
| [**flowsInstancesCacheClearCreate**](FlowsApi.md#flowsinstancescacheclearcreate) | **POST** /flows/instances/cache_clear/ | |
|
|
18
|
+
| [**flowsInstancesCacheInfoRetrieve**](FlowsApi.md#flowsinstancescacheinforetrieve) | **GET** /flows/instances/cache_info/ | |
|
|
19
|
+
| [**flowsInstancesCreate**](FlowsApi.md#flowsinstancescreate) | **POST** /flows/instances/ | |
|
|
20
|
+
| [**flowsInstancesDestroy**](FlowsApi.md#flowsinstancesdestroy) | **DELETE** /flows/instances/{slug}/ | |
|
|
21
|
+
| [**flowsInstancesDiagramRetrieve**](FlowsApi.md#flowsinstancesdiagramretrieve) | **GET** /flows/instances/{slug}/diagram/ | |
|
|
22
|
+
| [**flowsInstancesExecuteRetrieve**](FlowsApi.md#flowsinstancesexecuteretrieve) | **GET** /flows/instances/{slug}/execute/ | |
|
|
23
|
+
| [**flowsInstancesExportRetrieve**](FlowsApi.md#flowsinstancesexportretrieve) | **GET** /flows/instances/{slug}/export/ | |
|
|
24
|
+
| [**flowsInstancesImportCreate**](FlowsApi.md#flowsinstancesimportcreate) | **POST** /flows/instances/import/ | |
|
|
25
|
+
| [**flowsInstancesList**](FlowsApi.md#flowsinstanceslist) | **GET** /flows/instances/ | |
|
|
26
|
+
| [**flowsInstancesPartialUpdate**](FlowsApi.md#flowsinstancespartialupdate) | **PATCH** /flows/instances/{slug}/ | |
|
|
27
|
+
| [**flowsInstancesRetrieve**](FlowsApi.md#flowsinstancesretrieve) | **GET** /flows/instances/{slug}/ | |
|
|
28
|
+
| [**flowsInstancesUpdate**](FlowsApi.md#flowsinstancesupdate) | **PUT** /flows/instances/{slug}/ | |
|
|
29
|
+
| [**flowsInstancesUsedByList**](FlowsApi.md#flowsinstancesusedbylist) | **GET** /flows/instances/{slug}/used_by/ | |
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## flowsBindingsCreate
|
|
34
|
+
|
|
35
|
+
> FlowStageBinding flowsBindingsCreate(flowStageBindingRequest)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
FlowStageBinding Viewset
|
|
40
|
+
|
|
41
|
+
### Example
|
|
42
|
+
|
|
43
|
+
```ts
|
|
44
|
+
import {
|
|
45
|
+
Configuration,
|
|
46
|
+
FlowsApi,
|
|
47
|
+
} from '@goauthentik/api';
|
|
48
|
+
import type { FlowsBindingsCreateRequest } from '@goauthentik/api';
|
|
49
|
+
|
|
50
|
+
async function example() {
|
|
51
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
52
|
+
const config = new Configuration({
|
|
53
|
+
// Configure HTTP bearer authorization: authentik
|
|
54
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
55
|
+
});
|
|
56
|
+
const api = new FlowsApi(config);
|
|
57
|
+
|
|
58
|
+
const body = {
|
|
59
|
+
// FlowStageBindingRequest
|
|
60
|
+
flowStageBindingRequest: ...,
|
|
61
|
+
} satisfies FlowsBindingsCreateRequest;
|
|
62
|
+
|
|
63
|
+
try {
|
|
64
|
+
const data = await api.flowsBindingsCreate(body);
|
|
65
|
+
console.log(data);
|
|
66
|
+
} catch (error) {
|
|
67
|
+
console.error(error);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
// Run the test
|
|
72
|
+
example().catch(console.error);
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
### Parameters
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
| Name | Type | Description | Notes |
|
|
79
|
+
|------------- | ------------- | ------------- | -------------|
|
|
80
|
+
| **flowStageBindingRequest** | [FlowStageBindingRequest](FlowStageBindingRequest.md) | | |
|
|
81
|
+
|
|
82
|
+
### Return type
|
|
83
|
+
|
|
84
|
+
[**FlowStageBinding**](FlowStageBinding.md)
|
|
85
|
+
|
|
86
|
+
### Authorization
|
|
87
|
+
|
|
88
|
+
[authentik](../README.md#authentik)
|
|
89
|
+
|
|
90
|
+
### HTTP request headers
|
|
91
|
+
|
|
92
|
+
- **Content-Type**: `application/json`
|
|
93
|
+
- **Accept**: `application/json`
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### HTTP response details
|
|
97
|
+
| Status code | Description | Response headers |
|
|
98
|
+
|-------------|-------------|------------------|
|
|
99
|
+
| **201** | | - |
|
|
100
|
+
| **400** | | - |
|
|
101
|
+
| **403** | | - |
|
|
102
|
+
|
|
103
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
## flowsBindingsDestroy
|
|
107
|
+
|
|
108
|
+
> flowsBindingsDestroy(fsbUuid)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
FlowStageBinding Viewset
|
|
113
|
+
|
|
114
|
+
### Example
|
|
115
|
+
|
|
116
|
+
```ts
|
|
117
|
+
import {
|
|
118
|
+
Configuration,
|
|
119
|
+
FlowsApi,
|
|
120
|
+
} from '@goauthentik/api';
|
|
121
|
+
import type { FlowsBindingsDestroyRequest } from '@goauthentik/api';
|
|
122
|
+
|
|
123
|
+
async function example() {
|
|
124
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
125
|
+
const config = new Configuration({
|
|
126
|
+
// Configure HTTP bearer authorization: authentik
|
|
127
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
128
|
+
});
|
|
129
|
+
const api = new FlowsApi(config);
|
|
130
|
+
|
|
131
|
+
const body = {
|
|
132
|
+
// string | A UUID string identifying this Flow Stage Binding.
|
|
133
|
+
fsbUuid: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
|
|
134
|
+
} satisfies FlowsBindingsDestroyRequest;
|
|
135
|
+
|
|
136
|
+
try {
|
|
137
|
+
const data = await api.flowsBindingsDestroy(body);
|
|
138
|
+
console.log(data);
|
|
139
|
+
} catch (error) {
|
|
140
|
+
console.error(error);
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
// Run the test
|
|
145
|
+
example().catch(console.error);
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
### Parameters
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
| Name | Type | Description | Notes |
|
|
152
|
+
|------------- | ------------- | ------------- | -------------|
|
|
153
|
+
| **fsbUuid** | `string` | A UUID string identifying this Flow Stage Binding. | [Defaults to `undefined`] |
|
|
154
|
+
|
|
155
|
+
### Return type
|
|
156
|
+
|
|
157
|
+
`void` (Empty response body)
|
|
158
|
+
|
|
159
|
+
### Authorization
|
|
160
|
+
|
|
161
|
+
[authentik](../README.md#authentik)
|
|
162
|
+
|
|
163
|
+
### HTTP request headers
|
|
164
|
+
|
|
165
|
+
- **Content-Type**: Not defined
|
|
166
|
+
- **Accept**: `application/json`
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
### HTTP response details
|
|
170
|
+
| Status code | Description | Response headers |
|
|
171
|
+
|-------------|-------------|------------------|
|
|
172
|
+
| **204** | No response body | - |
|
|
173
|
+
| **400** | | - |
|
|
174
|
+
| **403** | | - |
|
|
175
|
+
|
|
176
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
## flowsBindingsList
|
|
180
|
+
|
|
181
|
+
> PaginatedFlowStageBindingList flowsBindingsList(evaluateOnPlan, fsbUuid, invalidResponseAction, order, ordering, page, pageSize, pbmUuid, policies, policyEngineMode, reEvaluatePolicies, search, stage, target)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
FlowStageBinding Viewset
|
|
186
|
+
|
|
187
|
+
### Example
|
|
188
|
+
|
|
189
|
+
```ts
|
|
190
|
+
import {
|
|
191
|
+
Configuration,
|
|
192
|
+
FlowsApi,
|
|
193
|
+
} from '@goauthentik/api';
|
|
194
|
+
import type { FlowsBindingsListRequest } from '@goauthentik/api';
|
|
195
|
+
|
|
196
|
+
async function example() {
|
|
197
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
198
|
+
const config = new Configuration({
|
|
199
|
+
// Configure HTTP bearer authorization: authentik
|
|
200
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
201
|
+
});
|
|
202
|
+
const api = new FlowsApi(config);
|
|
203
|
+
|
|
204
|
+
const body = {
|
|
205
|
+
// boolean (optional)
|
|
206
|
+
evaluateOnPlan: true,
|
|
207
|
+
// string (optional)
|
|
208
|
+
fsbUuid: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
|
|
209
|
+
// 'restart' | 'restart_with_context' | 'retry' | Configure how the flow executor should handle an invalid response to a challenge. RETRY returns the error message and a similar challenge to the executor. RESTART restarts the flow from the beginning, and RESTART_WITH_CONTEXT restarts the flow while keeping the current context. (optional)
|
|
210
|
+
invalidResponseAction: invalidResponseAction_example,
|
|
211
|
+
// number (optional)
|
|
212
|
+
order: 56,
|
|
213
|
+
// string | Which field to use when ordering the results. (optional)
|
|
214
|
+
ordering: ordering_example,
|
|
215
|
+
// number | A page number within the paginated result set. (optional)
|
|
216
|
+
page: 56,
|
|
217
|
+
// number | Number of results to return per page. (optional)
|
|
218
|
+
pageSize: 56,
|
|
219
|
+
// string (optional)
|
|
220
|
+
pbmUuid: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
|
|
221
|
+
// Array<string> (optional)
|
|
222
|
+
policies: ...,
|
|
223
|
+
// 'all' | 'any' (optional)
|
|
224
|
+
policyEngineMode: policyEngineMode_example,
|
|
225
|
+
// boolean (optional)
|
|
226
|
+
reEvaluatePolicies: true,
|
|
227
|
+
// string | A search term. (optional)
|
|
228
|
+
search: search_example,
|
|
229
|
+
// string (optional)
|
|
230
|
+
stage: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
|
|
231
|
+
// string (optional)
|
|
232
|
+
target: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
|
|
233
|
+
} satisfies FlowsBindingsListRequest;
|
|
234
|
+
|
|
235
|
+
try {
|
|
236
|
+
const data = await api.flowsBindingsList(body);
|
|
237
|
+
console.log(data);
|
|
238
|
+
} catch (error) {
|
|
239
|
+
console.error(error);
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
// Run the test
|
|
244
|
+
example().catch(console.error);
|
|
245
|
+
```
|
|
246
|
+
|
|
247
|
+
### Parameters
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
| Name | Type | Description | Notes |
|
|
251
|
+
|------------- | ------------- | ------------- | -------------|
|
|
252
|
+
| **evaluateOnPlan** | `boolean` | | [Optional] [Defaults to `undefined`] |
|
|
253
|
+
| **fsbUuid** | `string` | | [Optional] [Defaults to `undefined`] |
|
|
254
|
+
| **invalidResponseAction** | `restart`, `restart_with_context`, `retry` | Configure how the flow executor should handle an invalid response to a challenge. RETRY returns the error message and a similar challenge to the executor. RESTART restarts the flow from the beginning, and RESTART_WITH_CONTEXT restarts the flow while keeping the current context. | [Optional] [Defaults to `undefined`] [Enum: restart, restart_with_context, retry] |
|
|
255
|
+
| **order** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
256
|
+
| **ordering** | `string` | Which field to use when ordering the results. | [Optional] [Defaults to `undefined`] |
|
|
257
|
+
| **page** | `number` | A page number within the paginated result set. | [Optional] [Defaults to `undefined`] |
|
|
258
|
+
| **pageSize** | `number` | Number of results to return per page. | [Optional] [Defaults to `undefined`] |
|
|
259
|
+
| **pbmUuid** | `string` | | [Optional] [Defaults to `undefined`] |
|
|
260
|
+
| **policies** | `Array<string>` | | [Optional] |
|
|
261
|
+
| **policyEngineMode** | `all`, `any` | | [Optional] [Defaults to `undefined`] [Enum: all, any] |
|
|
262
|
+
| **reEvaluatePolicies** | `boolean` | | [Optional] [Defaults to `undefined`] |
|
|
263
|
+
| **search** | `string` | A search term. | [Optional] [Defaults to `undefined`] |
|
|
264
|
+
| **stage** | `string` | | [Optional] [Defaults to `undefined`] |
|
|
265
|
+
| **target** | `string` | | [Optional] [Defaults to `undefined`] |
|
|
266
|
+
|
|
267
|
+
### Return type
|
|
268
|
+
|
|
269
|
+
[**PaginatedFlowStageBindingList**](PaginatedFlowStageBindingList.md)
|
|
270
|
+
|
|
271
|
+
### Authorization
|
|
272
|
+
|
|
273
|
+
[authentik](../README.md#authentik)
|
|
274
|
+
|
|
275
|
+
### HTTP request headers
|
|
276
|
+
|
|
277
|
+
- **Content-Type**: Not defined
|
|
278
|
+
- **Accept**: `application/json`
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
### HTTP response details
|
|
282
|
+
| Status code | Description | Response headers |
|
|
283
|
+
|-------------|-------------|------------------|
|
|
284
|
+
| **200** | | - |
|
|
285
|
+
| **400** | | - |
|
|
286
|
+
| **403** | | - |
|
|
287
|
+
|
|
288
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
## flowsBindingsPartialUpdate
|
|
292
|
+
|
|
293
|
+
> FlowStageBinding flowsBindingsPartialUpdate(fsbUuid, patchedFlowStageBindingRequest)
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
FlowStageBinding Viewset
|
|
298
|
+
|
|
299
|
+
### Example
|
|
300
|
+
|
|
301
|
+
```ts
|
|
302
|
+
import {
|
|
303
|
+
Configuration,
|
|
304
|
+
FlowsApi,
|
|
305
|
+
} from '@goauthentik/api';
|
|
306
|
+
import type { FlowsBindingsPartialUpdateRequest } from '@goauthentik/api';
|
|
307
|
+
|
|
308
|
+
async function example() {
|
|
309
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
310
|
+
const config = new Configuration({
|
|
311
|
+
// Configure HTTP bearer authorization: authentik
|
|
312
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
313
|
+
});
|
|
314
|
+
const api = new FlowsApi(config);
|
|
315
|
+
|
|
316
|
+
const body = {
|
|
317
|
+
// string | A UUID string identifying this Flow Stage Binding.
|
|
318
|
+
fsbUuid: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
|
|
319
|
+
// PatchedFlowStageBindingRequest (optional)
|
|
320
|
+
patchedFlowStageBindingRequest: ...,
|
|
321
|
+
} satisfies FlowsBindingsPartialUpdateRequest;
|
|
322
|
+
|
|
323
|
+
try {
|
|
324
|
+
const data = await api.flowsBindingsPartialUpdate(body);
|
|
325
|
+
console.log(data);
|
|
326
|
+
} catch (error) {
|
|
327
|
+
console.error(error);
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
// Run the test
|
|
332
|
+
example().catch(console.error);
|
|
333
|
+
```
|
|
334
|
+
|
|
335
|
+
### Parameters
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
| Name | Type | Description | Notes |
|
|
339
|
+
|------------- | ------------- | ------------- | -------------|
|
|
340
|
+
| **fsbUuid** | `string` | A UUID string identifying this Flow Stage Binding. | [Defaults to `undefined`] |
|
|
341
|
+
| **patchedFlowStageBindingRequest** | [PatchedFlowStageBindingRequest](PatchedFlowStageBindingRequest.md) | | [Optional] |
|
|
342
|
+
|
|
343
|
+
### Return type
|
|
344
|
+
|
|
345
|
+
[**FlowStageBinding**](FlowStageBinding.md)
|
|
346
|
+
|
|
347
|
+
### Authorization
|
|
348
|
+
|
|
349
|
+
[authentik](../README.md#authentik)
|
|
350
|
+
|
|
351
|
+
### HTTP request headers
|
|
352
|
+
|
|
353
|
+
- **Content-Type**: `application/json`
|
|
354
|
+
- **Accept**: `application/json`
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
### HTTP response details
|
|
358
|
+
| Status code | Description | Response headers |
|
|
359
|
+
|-------------|-------------|------------------|
|
|
360
|
+
| **200** | | - |
|
|
361
|
+
| **400** | | - |
|
|
362
|
+
| **403** | | - |
|
|
363
|
+
|
|
364
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
## flowsBindingsRetrieve
|
|
368
|
+
|
|
369
|
+
> FlowStageBinding flowsBindingsRetrieve(fsbUuid)
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
FlowStageBinding Viewset
|
|
374
|
+
|
|
375
|
+
### Example
|
|
376
|
+
|
|
377
|
+
```ts
|
|
378
|
+
import {
|
|
379
|
+
Configuration,
|
|
380
|
+
FlowsApi,
|
|
381
|
+
} from '@goauthentik/api';
|
|
382
|
+
import type { FlowsBindingsRetrieveRequest } from '@goauthentik/api';
|
|
383
|
+
|
|
384
|
+
async function example() {
|
|
385
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
386
|
+
const config = new Configuration({
|
|
387
|
+
// Configure HTTP bearer authorization: authentik
|
|
388
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
389
|
+
});
|
|
390
|
+
const api = new FlowsApi(config);
|
|
391
|
+
|
|
392
|
+
const body = {
|
|
393
|
+
// string | A UUID string identifying this Flow Stage Binding.
|
|
394
|
+
fsbUuid: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
|
|
395
|
+
} satisfies FlowsBindingsRetrieveRequest;
|
|
396
|
+
|
|
397
|
+
try {
|
|
398
|
+
const data = await api.flowsBindingsRetrieve(body);
|
|
399
|
+
console.log(data);
|
|
400
|
+
} catch (error) {
|
|
401
|
+
console.error(error);
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
// Run the test
|
|
406
|
+
example().catch(console.error);
|
|
407
|
+
```
|
|
408
|
+
|
|
409
|
+
### Parameters
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
| Name | Type | Description | Notes |
|
|
413
|
+
|------------- | ------------- | ------------- | -------------|
|
|
414
|
+
| **fsbUuid** | `string` | A UUID string identifying this Flow Stage Binding. | [Defaults to `undefined`] |
|
|
415
|
+
|
|
416
|
+
### Return type
|
|
417
|
+
|
|
418
|
+
[**FlowStageBinding**](FlowStageBinding.md)
|
|
419
|
+
|
|
420
|
+
### Authorization
|
|
421
|
+
|
|
422
|
+
[authentik](../README.md#authentik)
|
|
423
|
+
|
|
424
|
+
### HTTP request headers
|
|
425
|
+
|
|
426
|
+
- **Content-Type**: Not defined
|
|
427
|
+
- **Accept**: `application/json`
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
### HTTP response details
|
|
431
|
+
| Status code | Description | Response headers |
|
|
432
|
+
|-------------|-------------|------------------|
|
|
433
|
+
| **200** | | - |
|
|
434
|
+
| **400** | | - |
|
|
435
|
+
| **403** | | - |
|
|
436
|
+
|
|
437
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
## flowsBindingsUpdate
|
|
441
|
+
|
|
442
|
+
> FlowStageBinding flowsBindingsUpdate(fsbUuid, flowStageBindingRequest)
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
FlowStageBinding Viewset
|
|
447
|
+
|
|
448
|
+
### Example
|
|
449
|
+
|
|
450
|
+
```ts
|
|
451
|
+
import {
|
|
452
|
+
Configuration,
|
|
453
|
+
FlowsApi,
|
|
454
|
+
} from '@goauthentik/api';
|
|
455
|
+
import type { FlowsBindingsUpdateRequest } from '@goauthentik/api';
|
|
456
|
+
|
|
457
|
+
async function example() {
|
|
458
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
459
|
+
const config = new Configuration({
|
|
460
|
+
// Configure HTTP bearer authorization: authentik
|
|
461
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
462
|
+
});
|
|
463
|
+
const api = new FlowsApi(config);
|
|
464
|
+
|
|
465
|
+
const body = {
|
|
466
|
+
// string | A UUID string identifying this Flow Stage Binding.
|
|
467
|
+
fsbUuid: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
|
|
468
|
+
// FlowStageBindingRequest
|
|
469
|
+
flowStageBindingRequest: ...,
|
|
470
|
+
} satisfies FlowsBindingsUpdateRequest;
|
|
471
|
+
|
|
472
|
+
try {
|
|
473
|
+
const data = await api.flowsBindingsUpdate(body);
|
|
474
|
+
console.log(data);
|
|
475
|
+
} catch (error) {
|
|
476
|
+
console.error(error);
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
// Run the test
|
|
481
|
+
example().catch(console.error);
|
|
482
|
+
```
|
|
483
|
+
|
|
484
|
+
### Parameters
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
| Name | Type | Description | Notes |
|
|
488
|
+
|------------- | ------------- | ------------- | -------------|
|
|
489
|
+
| **fsbUuid** | `string` | A UUID string identifying this Flow Stage Binding. | [Defaults to `undefined`] |
|
|
490
|
+
| **flowStageBindingRequest** | [FlowStageBindingRequest](FlowStageBindingRequest.md) | | |
|
|
491
|
+
|
|
492
|
+
### Return type
|
|
493
|
+
|
|
494
|
+
[**FlowStageBinding**](FlowStageBinding.md)
|
|
495
|
+
|
|
496
|
+
### Authorization
|
|
497
|
+
|
|
498
|
+
[authentik](../README.md#authentik)
|
|
499
|
+
|
|
500
|
+
### HTTP request headers
|
|
501
|
+
|
|
502
|
+
- **Content-Type**: `application/json`
|
|
503
|
+
- **Accept**: `application/json`
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
### HTTP response details
|
|
507
|
+
| Status code | Description | Response headers |
|
|
508
|
+
|-------------|-------------|------------------|
|
|
509
|
+
| **200** | | - |
|
|
510
|
+
| **400** | | - |
|
|
511
|
+
| **403** | | - |
|
|
512
|
+
|
|
513
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
## flowsBindingsUsedByList
|
|
517
|
+
|
|
518
|
+
> Array<UsedBy> flowsBindingsUsedByList(fsbUuid)
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
Get a list of all objects that use this object
|
|
523
|
+
|
|
524
|
+
### Example
|
|
525
|
+
|
|
526
|
+
```ts
|
|
527
|
+
import {
|
|
528
|
+
Configuration,
|
|
529
|
+
FlowsApi,
|
|
530
|
+
} from '@goauthentik/api';
|
|
531
|
+
import type { FlowsBindingsUsedByListRequest } from '@goauthentik/api';
|
|
532
|
+
|
|
533
|
+
async function example() {
|
|
534
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
535
|
+
const config = new Configuration({
|
|
536
|
+
// Configure HTTP bearer authorization: authentik
|
|
537
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
538
|
+
});
|
|
539
|
+
const api = new FlowsApi(config);
|
|
540
|
+
|
|
541
|
+
const body = {
|
|
542
|
+
// string | A UUID string identifying this Flow Stage Binding.
|
|
543
|
+
fsbUuid: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
|
|
544
|
+
} satisfies FlowsBindingsUsedByListRequest;
|
|
545
|
+
|
|
546
|
+
try {
|
|
547
|
+
const data = await api.flowsBindingsUsedByList(body);
|
|
548
|
+
console.log(data);
|
|
549
|
+
} catch (error) {
|
|
550
|
+
console.error(error);
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
// Run the test
|
|
555
|
+
example().catch(console.error);
|
|
556
|
+
```
|
|
557
|
+
|
|
558
|
+
### Parameters
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
| Name | Type | Description | Notes |
|
|
562
|
+
|------------- | ------------- | ------------- | -------------|
|
|
563
|
+
| **fsbUuid** | `string` | A UUID string identifying this Flow Stage Binding. | [Defaults to `undefined`] |
|
|
564
|
+
|
|
565
|
+
### Return type
|
|
566
|
+
|
|
567
|
+
[**Array<UsedBy>**](UsedBy.md)
|
|
568
|
+
|
|
569
|
+
### Authorization
|
|
570
|
+
|
|
571
|
+
[authentik](../README.md#authentik)
|
|
572
|
+
|
|
573
|
+
### HTTP request headers
|
|
574
|
+
|
|
575
|
+
- **Content-Type**: Not defined
|
|
576
|
+
- **Accept**: `application/json`
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
### HTTP response details
|
|
580
|
+
| Status code | Description | Response headers |
|
|
581
|
+
|-------------|-------------|------------------|
|
|
582
|
+
| **200** | | - |
|
|
583
|
+
| **400** | | - |
|
|
584
|
+
| **403** | | - |
|
|
585
|
+
|
|
586
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
## flowsExecutorGet
|
|
590
|
+
|
|
591
|
+
> ChallengeTypes flowsExecutorGet(flowSlug, query)
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
Get the next pending challenge from the currently active flow.
|
|
596
|
+
|
|
597
|
+
### Example
|
|
598
|
+
|
|
599
|
+
```ts
|
|
600
|
+
import {
|
|
601
|
+
Configuration,
|
|
602
|
+
FlowsApi,
|
|
603
|
+
} from '@goauthentik/api';
|
|
604
|
+
import type { FlowsExecutorGetRequest } from '@goauthentik/api';
|
|
605
|
+
|
|
606
|
+
async function example() {
|
|
607
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
608
|
+
const config = new Configuration({
|
|
609
|
+
// Configure HTTP bearer authorization: authentik
|
|
610
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
611
|
+
});
|
|
612
|
+
const api = new FlowsApi(config);
|
|
613
|
+
|
|
614
|
+
const body = {
|
|
615
|
+
// string
|
|
616
|
+
flowSlug: flowSlug_example,
|
|
617
|
+
// string | Querystring as received
|
|
618
|
+
query: query_example,
|
|
619
|
+
} satisfies FlowsExecutorGetRequest;
|
|
620
|
+
|
|
621
|
+
try {
|
|
622
|
+
const data = await api.flowsExecutorGet(body);
|
|
623
|
+
console.log(data);
|
|
624
|
+
} catch (error) {
|
|
625
|
+
console.error(error);
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
// Run the test
|
|
630
|
+
example().catch(console.error);
|
|
631
|
+
```
|
|
632
|
+
|
|
633
|
+
### Parameters
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
| Name | Type | Description | Notes |
|
|
637
|
+
|------------- | ------------- | ------------- | -------------|
|
|
638
|
+
| **flowSlug** | `string` | | [Defaults to `undefined`] |
|
|
639
|
+
| **query** | `string` | Querystring as received | [Defaults to `undefined`] |
|
|
640
|
+
|
|
641
|
+
### Return type
|
|
642
|
+
|
|
643
|
+
[**ChallengeTypes**](ChallengeTypes.md)
|
|
644
|
+
|
|
645
|
+
### Authorization
|
|
646
|
+
|
|
647
|
+
[authentik](../README.md#authentik)
|
|
648
|
+
|
|
649
|
+
### HTTP request headers
|
|
650
|
+
|
|
651
|
+
- **Content-Type**: Not defined
|
|
652
|
+
- **Accept**: `application/json`
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
### HTTP response details
|
|
656
|
+
| Status code | Description | Response headers |
|
|
657
|
+
|-------------|-------------|------------------|
|
|
658
|
+
| **200** | | - |
|
|
659
|
+
| **400** | | - |
|
|
660
|
+
| **403** | | - |
|
|
661
|
+
|
|
662
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
## flowsExecutorSolve
|
|
666
|
+
|
|
667
|
+
> ChallengeTypes flowsExecutorSolve(flowSlug, query, flowChallengeResponseRequest)
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
Solve the previously retrieved challenge and advanced to the next stage.
|
|
672
|
+
|
|
673
|
+
### Example
|
|
674
|
+
|
|
675
|
+
```ts
|
|
676
|
+
import {
|
|
677
|
+
Configuration,
|
|
678
|
+
FlowsApi,
|
|
679
|
+
} from '@goauthentik/api';
|
|
680
|
+
import type { FlowsExecutorSolveRequest } from '@goauthentik/api';
|
|
681
|
+
|
|
682
|
+
async function example() {
|
|
683
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
684
|
+
const config = new Configuration({
|
|
685
|
+
// Configure HTTP bearer authorization: authentik
|
|
686
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
687
|
+
});
|
|
688
|
+
const api = new FlowsApi(config);
|
|
689
|
+
|
|
690
|
+
const body = {
|
|
691
|
+
// string
|
|
692
|
+
flowSlug: flowSlug_example,
|
|
693
|
+
// string | Querystring as received
|
|
694
|
+
query: query_example,
|
|
695
|
+
// FlowChallengeResponseRequest (optional)
|
|
696
|
+
flowChallengeResponseRequest: ...,
|
|
697
|
+
} satisfies FlowsExecutorSolveRequest;
|
|
698
|
+
|
|
699
|
+
try {
|
|
700
|
+
const data = await api.flowsExecutorSolve(body);
|
|
701
|
+
console.log(data);
|
|
702
|
+
} catch (error) {
|
|
703
|
+
console.error(error);
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
// Run the test
|
|
708
|
+
example().catch(console.error);
|
|
709
|
+
```
|
|
710
|
+
|
|
711
|
+
### Parameters
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
| Name | Type | Description | Notes |
|
|
715
|
+
|------------- | ------------- | ------------- | -------------|
|
|
716
|
+
| **flowSlug** | `string` | | [Defaults to `undefined`] |
|
|
717
|
+
| **query** | `string` | Querystring as received | [Defaults to `undefined`] |
|
|
718
|
+
| **flowChallengeResponseRequest** | [FlowChallengeResponseRequest](FlowChallengeResponseRequest.md) | | [Optional] |
|
|
719
|
+
|
|
720
|
+
### Return type
|
|
721
|
+
|
|
722
|
+
[**ChallengeTypes**](ChallengeTypes.md)
|
|
723
|
+
|
|
724
|
+
### Authorization
|
|
725
|
+
|
|
726
|
+
[authentik](../README.md#authentik)
|
|
727
|
+
|
|
728
|
+
### HTTP request headers
|
|
729
|
+
|
|
730
|
+
- **Content-Type**: `application/json`
|
|
731
|
+
- **Accept**: `application/json`
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
### HTTP response details
|
|
735
|
+
| Status code | Description | Response headers |
|
|
736
|
+
|-------------|-------------|------------------|
|
|
737
|
+
| **200** | | - |
|
|
738
|
+
| **400** | | - |
|
|
739
|
+
| **403** | | - |
|
|
740
|
+
|
|
741
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
## flowsInspectorGet
|
|
745
|
+
|
|
746
|
+
> FlowInspection flowsInspectorGet(flowSlug)
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
Get current flow state and record it
|
|
751
|
+
|
|
752
|
+
### Example
|
|
753
|
+
|
|
754
|
+
```ts
|
|
755
|
+
import {
|
|
756
|
+
Configuration,
|
|
757
|
+
FlowsApi,
|
|
758
|
+
} from '@goauthentik/api';
|
|
759
|
+
import type { FlowsInspectorGetRequest } from '@goauthentik/api';
|
|
760
|
+
|
|
761
|
+
async function example() {
|
|
762
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
763
|
+
const config = new Configuration({
|
|
764
|
+
// Configure HTTP bearer authorization: authentik
|
|
765
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
766
|
+
});
|
|
767
|
+
const api = new FlowsApi(config);
|
|
768
|
+
|
|
769
|
+
const body = {
|
|
770
|
+
// string
|
|
771
|
+
flowSlug: flowSlug_example,
|
|
772
|
+
} satisfies FlowsInspectorGetRequest;
|
|
773
|
+
|
|
774
|
+
try {
|
|
775
|
+
const data = await api.flowsInspectorGet(body);
|
|
776
|
+
console.log(data);
|
|
777
|
+
} catch (error) {
|
|
778
|
+
console.error(error);
|
|
779
|
+
}
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
// Run the test
|
|
783
|
+
example().catch(console.error);
|
|
784
|
+
```
|
|
785
|
+
|
|
786
|
+
### Parameters
|
|
787
|
+
|
|
788
|
+
|
|
789
|
+
| Name | Type | Description | Notes |
|
|
790
|
+
|------------- | ------------- | ------------- | -------------|
|
|
791
|
+
| **flowSlug** | `string` | | [Defaults to `undefined`] |
|
|
792
|
+
|
|
793
|
+
### Return type
|
|
794
|
+
|
|
795
|
+
[**FlowInspection**](FlowInspection.md)
|
|
796
|
+
|
|
797
|
+
### Authorization
|
|
798
|
+
|
|
799
|
+
[authentik](../README.md#authentik)
|
|
800
|
+
|
|
801
|
+
### HTTP request headers
|
|
802
|
+
|
|
803
|
+
- **Content-Type**: Not defined
|
|
804
|
+
- **Accept**: `application/json`
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
### HTTP response details
|
|
808
|
+
| Status code | Description | Response headers |
|
|
809
|
+
|-------------|-------------|------------------|
|
|
810
|
+
| **200** | | - |
|
|
811
|
+
| **400** | No flow plan in session. | - |
|
|
812
|
+
| **403** | | - |
|
|
813
|
+
|
|
814
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
## flowsInstancesCacheClearCreate
|
|
818
|
+
|
|
819
|
+
> flowsInstancesCacheClearCreate()
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
Clear flow cache
|
|
824
|
+
|
|
825
|
+
### Example
|
|
826
|
+
|
|
827
|
+
```ts
|
|
828
|
+
import {
|
|
829
|
+
Configuration,
|
|
830
|
+
FlowsApi,
|
|
831
|
+
} from '@goauthentik/api';
|
|
832
|
+
import type { FlowsInstancesCacheClearCreateRequest } from '@goauthentik/api';
|
|
833
|
+
|
|
834
|
+
async function example() {
|
|
835
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
836
|
+
const config = new Configuration({
|
|
837
|
+
// Configure HTTP bearer authorization: authentik
|
|
838
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
839
|
+
});
|
|
840
|
+
const api = new FlowsApi(config);
|
|
841
|
+
|
|
842
|
+
try {
|
|
843
|
+
const data = await api.flowsInstancesCacheClearCreate();
|
|
844
|
+
console.log(data);
|
|
845
|
+
} catch (error) {
|
|
846
|
+
console.error(error);
|
|
847
|
+
}
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
// Run the test
|
|
851
|
+
example().catch(console.error);
|
|
852
|
+
```
|
|
853
|
+
|
|
854
|
+
### Parameters
|
|
855
|
+
|
|
856
|
+
This endpoint does not need any parameter.
|
|
857
|
+
|
|
858
|
+
### Return type
|
|
859
|
+
|
|
860
|
+
`void` (Empty response body)
|
|
861
|
+
|
|
862
|
+
### Authorization
|
|
863
|
+
|
|
864
|
+
[authentik](../README.md#authentik)
|
|
865
|
+
|
|
866
|
+
### HTTP request headers
|
|
867
|
+
|
|
868
|
+
- **Content-Type**: Not defined
|
|
869
|
+
- **Accept**: `application/json`
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
### HTTP response details
|
|
873
|
+
| Status code | Description | Response headers |
|
|
874
|
+
|-------------|-------------|------------------|
|
|
875
|
+
| **204** | Successfully cleared cache | - |
|
|
876
|
+
| **400** | Bad request | - |
|
|
877
|
+
| **403** | | - |
|
|
878
|
+
|
|
879
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
## flowsInstancesCacheInfoRetrieve
|
|
883
|
+
|
|
884
|
+
> Cache flowsInstancesCacheInfoRetrieve()
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
|
|
888
|
+
Info about cached flows
|
|
889
|
+
|
|
890
|
+
### Example
|
|
891
|
+
|
|
892
|
+
```ts
|
|
893
|
+
import {
|
|
894
|
+
Configuration,
|
|
895
|
+
FlowsApi,
|
|
896
|
+
} from '@goauthentik/api';
|
|
897
|
+
import type { FlowsInstancesCacheInfoRetrieveRequest } from '@goauthentik/api';
|
|
898
|
+
|
|
899
|
+
async function example() {
|
|
900
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
901
|
+
const config = new Configuration({
|
|
902
|
+
// Configure HTTP bearer authorization: authentik
|
|
903
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
904
|
+
});
|
|
905
|
+
const api = new FlowsApi(config);
|
|
906
|
+
|
|
907
|
+
try {
|
|
908
|
+
const data = await api.flowsInstancesCacheInfoRetrieve();
|
|
909
|
+
console.log(data);
|
|
910
|
+
} catch (error) {
|
|
911
|
+
console.error(error);
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
// Run the test
|
|
916
|
+
example().catch(console.error);
|
|
917
|
+
```
|
|
918
|
+
|
|
919
|
+
### Parameters
|
|
920
|
+
|
|
921
|
+
This endpoint does not need any parameter.
|
|
922
|
+
|
|
923
|
+
### Return type
|
|
924
|
+
|
|
925
|
+
[**Cache**](Cache.md)
|
|
926
|
+
|
|
927
|
+
### Authorization
|
|
928
|
+
|
|
929
|
+
[authentik](../README.md#authentik)
|
|
930
|
+
|
|
931
|
+
### HTTP request headers
|
|
932
|
+
|
|
933
|
+
- **Content-Type**: Not defined
|
|
934
|
+
- **Accept**: `application/json`
|
|
935
|
+
|
|
936
|
+
|
|
937
|
+
### HTTP response details
|
|
938
|
+
| Status code | Description | Response headers |
|
|
939
|
+
|-------------|-------------|------------------|
|
|
940
|
+
| **200** | | - |
|
|
941
|
+
| **400** | | - |
|
|
942
|
+
| **403** | | - |
|
|
943
|
+
|
|
944
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
## flowsInstancesCreate
|
|
948
|
+
|
|
949
|
+
> Flow flowsInstancesCreate(flowRequest)
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
Flow Viewset
|
|
954
|
+
|
|
955
|
+
### Example
|
|
956
|
+
|
|
957
|
+
```ts
|
|
958
|
+
import {
|
|
959
|
+
Configuration,
|
|
960
|
+
FlowsApi,
|
|
961
|
+
} from '@goauthentik/api';
|
|
962
|
+
import type { FlowsInstancesCreateRequest } from '@goauthentik/api';
|
|
963
|
+
|
|
964
|
+
async function example() {
|
|
965
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
966
|
+
const config = new Configuration({
|
|
967
|
+
// Configure HTTP bearer authorization: authentik
|
|
968
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
969
|
+
});
|
|
970
|
+
const api = new FlowsApi(config);
|
|
971
|
+
|
|
972
|
+
const body = {
|
|
973
|
+
// FlowRequest
|
|
974
|
+
flowRequest: ...,
|
|
975
|
+
} satisfies FlowsInstancesCreateRequest;
|
|
976
|
+
|
|
977
|
+
try {
|
|
978
|
+
const data = await api.flowsInstancesCreate(body);
|
|
979
|
+
console.log(data);
|
|
980
|
+
} catch (error) {
|
|
981
|
+
console.error(error);
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
// Run the test
|
|
986
|
+
example().catch(console.error);
|
|
987
|
+
```
|
|
988
|
+
|
|
989
|
+
### Parameters
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
| Name | Type | Description | Notes |
|
|
993
|
+
|------------- | ------------- | ------------- | -------------|
|
|
994
|
+
| **flowRequest** | [FlowRequest](FlowRequest.md) | | |
|
|
995
|
+
|
|
996
|
+
### Return type
|
|
997
|
+
|
|
998
|
+
[**Flow**](Flow.md)
|
|
999
|
+
|
|
1000
|
+
### Authorization
|
|
1001
|
+
|
|
1002
|
+
[authentik](../README.md#authentik)
|
|
1003
|
+
|
|
1004
|
+
### HTTP request headers
|
|
1005
|
+
|
|
1006
|
+
- **Content-Type**: `application/json`
|
|
1007
|
+
- **Accept**: `application/json`
|
|
1008
|
+
|
|
1009
|
+
|
|
1010
|
+
### HTTP response details
|
|
1011
|
+
| Status code | Description | Response headers |
|
|
1012
|
+
|-------------|-------------|------------------|
|
|
1013
|
+
| **201** | | - |
|
|
1014
|
+
| **400** | | - |
|
|
1015
|
+
| **403** | | - |
|
|
1016
|
+
|
|
1017
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
## flowsInstancesDestroy
|
|
1021
|
+
|
|
1022
|
+
> flowsInstancesDestroy(slug)
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
|
|
1026
|
+
Flow Viewset
|
|
1027
|
+
|
|
1028
|
+
### Example
|
|
1029
|
+
|
|
1030
|
+
```ts
|
|
1031
|
+
import {
|
|
1032
|
+
Configuration,
|
|
1033
|
+
FlowsApi,
|
|
1034
|
+
} from '@goauthentik/api';
|
|
1035
|
+
import type { FlowsInstancesDestroyRequest } from '@goauthentik/api';
|
|
1036
|
+
|
|
1037
|
+
async function example() {
|
|
1038
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
1039
|
+
const config = new Configuration({
|
|
1040
|
+
// Configure HTTP bearer authorization: authentik
|
|
1041
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
1042
|
+
});
|
|
1043
|
+
const api = new FlowsApi(config);
|
|
1044
|
+
|
|
1045
|
+
const body = {
|
|
1046
|
+
// string
|
|
1047
|
+
slug: slug_example,
|
|
1048
|
+
} satisfies FlowsInstancesDestroyRequest;
|
|
1049
|
+
|
|
1050
|
+
try {
|
|
1051
|
+
const data = await api.flowsInstancesDestroy(body);
|
|
1052
|
+
console.log(data);
|
|
1053
|
+
} catch (error) {
|
|
1054
|
+
console.error(error);
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
// Run the test
|
|
1059
|
+
example().catch(console.error);
|
|
1060
|
+
```
|
|
1061
|
+
|
|
1062
|
+
### Parameters
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
| Name | Type | Description | Notes |
|
|
1066
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1067
|
+
| **slug** | `string` | | [Defaults to `undefined`] |
|
|
1068
|
+
|
|
1069
|
+
### Return type
|
|
1070
|
+
|
|
1071
|
+
`void` (Empty response body)
|
|
1072
|
+
|
|
1073
|
+
### Authorization
|
|
1074
|
+
|
|
1075
|
+
[authentik](../README.md#authentik)
|
|
1076
|
+
|
|
1077
|
+
### HTTP request headers
|
|
1078
|
+
|
|
1079
|
+
- **Content-Type**: Not defined
|
|
1080
|
+
- **Accept**: `application/json`
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
### HTTP response details
|
|
1084
|
+
| Status code | Description | Response headers |
|
|
1085
|
+
|-------------|-------------|------------------|
|
|
1086
|
+
| **204** | No response body | - |
|
|
1087
|
+
| **400** | | - |
|
|
1088
|
+
| **403** | | - |
|
|
1089
|
+
|
|
1090
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
## flowsInstancesDiagramRetrieve
|
|
1094
|
+
|
|
1095
|
+
> FlowDiagram flowsInstancesDiagramRetrieve(slug)
|
|
1096
|
+
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
Return diagram for flow with slug `slug`, in the format used by flowchart.js
|
|
1100
|
+
|
|
1101
|
+
### Example
|
|
1102
|
+
|
|
1103
|
+
```ts
|
|
1104
|
+
import {
|
|
1105
|
+
Configuration,
|
|
1106
|
+
FlowsApi,
|
|
1107
|
+
} from '@goauthentik/api';
|
|
1108
|
+
import type { FlowsInstancesDiagramRetrieveRequest } from '@goauthentik/api';
|
|
1109
|
+
|
|
1110
|
+
async function example() {
|
|
1111
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
1112
|
+
const config = new Configuration({
|
|
1113
|
+
// Configure HTTP bearer authorization: authentik
|
|
1114
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
1115
|
+
});
|
|
1116
|
+
const api = new FlowsApi(config);
|
|
1117
|
+
|
|
1118
|
+
const body = {
|
|
1119
|
+
// string
|
|
1120
|
+
slug: slug_example,
|
|
1121
|
+
} satisfies FlowsInstancesDiagramRetrieveRequest;
|
|
1122
|
+
|
|
1123
|
+
try {
|
|
1124
|
+
const data = await api.flowsInstancesDiagramRetrieve(body);
|
|
1125
|
+
console.log(data);
|
|
1126
|
+
} catch (error) {
|
|
1127
|
+
console.error(error);
|
|
1128
|
+
}
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
// Run the test
|
|
1132
|
+
example().catch(console.error);
|
|
1133
|
+
```
|
|
1134
|
+
|
|
1135
|
+
### Parameters
|
|
1136
|
+
|
|
1137
|
+
|
|
1138
|
+
| Name | Type | Description | Notes |
|
|
1139
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1140
|
+
| **slug** | `string` | | [Defaults to `undefined`] |
|
|
1141
|
+
|
|
1142
|
+
### Return type
|
|
1143
|
+
|
|
1144
|
+
[**FlowDiagram**](FlowDiagram.md)
|
|
1145
|
+
|
|
1146
|
+
### Authorization
|
|
1147
|
+
|
|
1148
|
+
[authentik](../README.md#authentik)
|
|
1149
|
+
|
|
1150
|
+
### HTTP request headers
|
|
1151
|
+
|
|
1152
|
+
- **Content-Type**: Not defined
|
|
1153
|
+
- **Accept**: `application/json`
|
|
1154
|
+
|
|
1155
|
+
|
|
1156
|
+
### HTTP response details
|
|
1157
|
+
| Status code | Description | Response headers |
|
|
1158
|
+
|-------------|-------------|------------------|
|
|
1159
|
+
| **200** | | - |
|
|
1160
|
+
| **400** | | - |
|
|
1161
|
+
| **403** | | - |
|
|
1162
|
+
|
|
1163
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
## flowsInstancesExecuteRetrieve
|
|
1167
|
+
|
|
1168
|
+
> Link flowsInstancesExecuteRetrieve(slug)
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
|
|
1172
|
+
Execute flow for current user
|
|
1173
|
+
|
|
1174
|
+
### Example
|
|
1175
|
+
|
|
1176
|
+
```ts
|
|
1177
|
+
import {
|
|
1178
|
+
Configuration,
|
|
1179
|
+
FlowsApi,
|
|
1180
|
+
} from '@goauthentik/api';
|
|
1181
|
+
import type { FlowsInstancesExecuteRetrieveRequest } from '@goauthentik/api';
|
|
1182
|
+
|
|
1183
|
+
async function example() {
|
|
1184
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
1185
|
+
const config = new Configuration({
|
|
1186
|
+
// Configure HTTP bearer authorization: authentik
|
|
1187
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
1188
|
+
});
|
|
1189
|
+
const api = new FlowsApi(config);
|
|
1190
|
+
|
|
1191
|
+
const body = {
|
|
1192
|
+
// string
|
|
1193
|
+
slug: slug_example,
|
|
1194
|
+
} satisfies FlowsInstancesExecuteRetrieveRequest;
|
|
1195
|
+
|
|
1196
|
+
try {
|
|
1197
|
+
const data = await api.flowsInstancesExecuteRetrieve(body);
|
|
1198
|
+
console.log(data);
|
|
1199
|
+
} catch (error) {
|
|
1200
|
+
console.error(error);
|
|
1201
|
+
}
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
// Run the test
|
|
1205
|
+
example().catch(console.error);
|
|
1206
|
+
```
|
|
1207
|
+
|
|
1208
|
+
### Parameters
|
|
1209
|
+
|
|
1210
|
+
|
|
1211
|
+
| Name | Type | Description | Notes |
|
|
1212
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1213
|
+
| **slug** | `string` | | [Defaults to `undefined`] |
|
|
1214
|
+
|
|
1215
|
+
### Return type
|
|
1216
|
+
|
|
1217
|
+
[**Link**](Link.md)
|
|
1218
|
+
|
|
1219
|
+
### Authorization
|
|
1220
|
+
|
|
1221
|
+
[authentik](../README.md#authentik)
|
|
1222
|
+
|
|
1223
|
+
### HTTP request headers
|
|
1224
|
+
|
|
1225
|
+
- **Content-Type**: Not defined
|
|
1226
|
+
- **Accept**: `application/json`
|
|
1227
|
+
|
|
1228
|
+
|
|
1229
|
+
### HTTP response details
|
|
1230
|
+
| Status code | Description | Response headers |
|
|
1231
|
+
|-------------|-------------|------------------|
|
|
1232
|
+
| **200** | | - |
|
|
1233
|
+
| **400** | Flow not applicable | - |
|
|
1234
|
+
| **403** | | - |
|
|
1235
|
+
|
|
1236
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1237
|
+
|
|
1238
|
+
|
|
1239
|
+
## flowsInstancesExportRetrieve
|
|
1240
|
+
|
|
1241
|
+
> Blob flowsInstancesExportRetrieve(slug)
|
|
1242
|
+
|
|
1243
|
+
|
|
1244
|
+
|
|
1245
|
+
Export flow to .yaml file
|
|
1246
|
+
|
|
1247
|
+
### Example
|
|
1248
|
+
|
|
1249
|
+
```ts
|
|
1250
|
+
import {
|
|
1251
|
+
Configuration,
|
|
1252
|
+
FlowsApi,
|
|
1253
|
+
} from '@goauthentik/api';
|
|
1254
|
+
import type { FlowsInstancesExportRetrieveRequest } from '@goauthentik/api';
|
|
1255
|
+
|
|
1256
|
+
async function example() {
|
|
1257
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
1258
|
+
const config = new Configuration({
|
|
1259
|
+
// Configure HTTP bearer authorization: authentik
|
|
1260
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
1261
|
+
});
|
|
1262
|
+
const api = new FlowsApi(config);
|
|
1263
|
+
|
|
1264
|
+
const body = {
|
|
1265
|
+
// string
|
|
1266
|
+
slug: slug_example,
|
|
1267
|
+
} satisfies FlowsInstancesExportRetrieveRequest;
|
|
1268
|
+
|
|
1269
|
+
try {
|
|
1270
|
+
const data = await api.flowsInstancesExportRetrieve(body);
|
|
1271
|
+
console.log(data);
|
|
1272
|
+
} catch (error) {
|
|
1273
|
+
console.error(error);
|
|
1274
|
+
}
|
|
1275
|
+
}
|
|
1276
|
+
|
|
1277
|
+
// Run the test
|
|
1278
|
+
example().catch(console.error);
|
|
1279
|
+
```
|
|
1280
|
+
|
|
1281
|
+
### Parameters
|
|
1282
|
+
|
|
1283
|
+
|
|
1284
|
+
| Name | Type | Description | Notes |
|
|
1285
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1286
|
+
| **slug** | `string` | | [Defaults to `undefined`] |
|
|
1287
|
+
|
|
1288
|
+
### Return type
|
|
1289
|
+
|
|
1290
|
+
**Blob**
|
|
1291
|
+
|
|
1292
|
+
### Authorization
|
|
1293
|
+
|
|
1294
|
+
[authentik](../README.md#authentik)
|
|
1295
|
+
|
|
1296
|
+
### HTTP request headers
|
|
1297
|
+
|
|
1298
|
+
- **Content-Type**: Not defined
|
|
1299
|
+
- **Accept**: `application/json`
|
|
1300
|
+
|
|
1301
|
+
|
|
1302
|
+
### HTTP response details
|
|
1303
|
+
| Status code | Description | Response headers |
|
|
1304
|
+
|-------------|-------------|------------------|
|
|
1305
|
+
| **200** | | - |
|
|
1306
|
+
| **400** | | - |
|
|
1307
|
+
| **403** | | - |
|
|
1308
|
+
|
|
1309
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1310
|
+
|
|
1311
|
+
|
|
1312
|
+
## flowsInstancesImportCreate
|
|
1313
|
+
|
|
1314
|
+
> FlowImportResult flowsInstancesImportCreate(file, clear)
|
|
1315
|
+
|
|
1316
|
+
|
|
1317
|
+
|
|
1318
|
+
Import flow from .yaml file
|
|
1319
|
+
|
|
1320
|
+
### Example
|
|
1321
|
+
|
|
1322
|
+
```ts
|
|
1323
|
+
import {
|
|
1324
|
+
Configuration,
|
|
1325
|
+
FlowsApi,
|
|
1326
|
+
} from '@goauthentik/api';
|
|
1327
|
+
import type { FlowsInstancesImportCreateRequest } from '@goauthentik/api';
|
|
1328
|
+
|
|
1329
|
+
async function example() {
|
|
1330
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
1331
|
+
const config = new Configuration({
|
|
1332
|
+
// Configure HTTP bearer authorization: authentik
|
|
1333
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
1334
|
+
});
|
|
1335
|
+
const api = new FlowsApi(config);
|
|
1336
|
+
|
|
1337
|
+
const body = {
|
|
1338
|
+
// Blob (optional)
|
|
1339
|
+
file: BINARY_DATA_HERE,
|
|
1340
|
+
// boolean (optional)
|
|
1341
|
+
clear: true,
|
|
1342
|
+
} satisfies FlowsInstancesImportCreateRequest;
|
|
1343
|
+
|
|
1344
|
+
try {
|
|
1345
|
+
const data = await api.flowsInstancesImportCreate(body);
|
|
1346
|
+
console.log(data);
|
|
1347
|
+
} catch (error) {
|
|
1348
|
+
console.error(error);
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
// Run the test
|
|
1353
|
+
example().catch(console.error);
|
|
1354
|
+
```
|
|
1355
|
+
|
|
1356
|
+
### Parameters
|
|
1357
|
+
|
|
1358
|
+
|
|
1359
|
+
| Name | Type | Description | Notes |
|
|
1360
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1361
|
+
| **file** | `Blob` | | [Optional] [Defaults to `undefined`] |
|
|
1362
|
+
| **clear** | `boolean` | | [Optional] [Defaults to `false`] |
|
|
1363
|
+
|
|
1364
|
+
### Return type
|
|
1365
|
+
|
|
1366
|
+
[**FlowImportResult**](FlowImportResult.md)
|
|
1367
|
+
|
|
1368
|
+
### Authorization
|
|
1369
|
+
|
|
1370
|
+
[authentik](../README.md#authentik)
|
|
1371
|
+
|
|
1372
|
+
### HTTP request headers
|
|
1373
|
+
|
|
1374
|
+
- **Content-Type**: `multipart/form-data`
|
|
1375
|
+
- **Accept**: `application/json`
|
|
1376
|
+
|
|
1377
|
+
|
|
1378
|
+
### HTTP response details
|
|
1379
|
+
| Status code | Description | Response headers |
|
|
1380
|
+
|-------------|-------------|------------------|
|
|
1381
|
+
| **204** | | - |
|
|
1382
|
+
| **400** | | - |
|
|
1383
|
+
| **403** | | - |
|
|
1384
|
+
|
|
1385
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1386
|
+
|
|
1387
|
+
|
|
1388
|
+
## flowsInstancesList
|
|
1389
|
+
|
|
1390
|
+
> PaginatedFlowList flowsInstancesList(deniedAction, designation, flowUuid, name, ordering, page, pageSize, search, slug)
|
|
1391
|
+
|
|
1392
|
+
|
|
1393
|
+
|
|
1394
|
+
Flow Viewset
|
|
1395
|
+
|
|
1396
|
+
### Example
|
|
1397
|
+
|
|
1398
|
+
```ts
|
|
1399
|
+
import {
|
|
1400
|
+
Configuration,
|
|
1401
|
+
FlowsApi,
|
|
1402
|
+
} from '@goauthentik/api';
|
|
1403
|
+
import type { FlowsInstancesListRequest } from '@goauthentik/api';
|
|
1404
|
+
|
|
1405
|
+
async function example() {
|
|
1406
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
1407
|
+
const config = new Configuration({
|
|
1408
|
+
// Configure HTTP bearer authorization: authentik
|
|
1409
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
1410
|
+
});
|
|
1411
|
+
const api = new FlowsApi(config);
|
|
1412
|
+
|
|
1413
|
+
const body = {
|
|
1414
|
+
// 'continue' | 'message' | 'message_continue' | Configure what should happen when a flow denies access to a user. (optional)
|
|
1415
|
+
deniedAction: deniedAction_example,
|
|
1416
|
+
// 'authentication' | 'authorization' | 'enrollment' | 'invalidation' | 'recovery' | 'stage_configuration' | 'unenrollment' | Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. (optional)
|
|
1417
|
+
designation: designation_example,
|
|
1418
|
+
// string (optional)
|
|
1419
|
+
flowUuid: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
|
|
1420
|
+
// string (optional)
|
|
1421
|
+
name: name_example,
|
|
1422
|
+
// string | Which field to use when ordering the results. (optional)
|
|
1423
|
+
ordering: ordering_example,
|
|
1424
|
+
// number | A page number within the paginated result set. (optional)
|
|
1425
|
+
page: 56,
|
|
1426
|
+
// number | Number of results to return per page. (optional)
|
|
1427
|
+
pageSize: 56,
|
|
1428
|
+
// string | A search term. (optional)
|
|
1429
|
+
search: search_example,
|
|
1430
|
+
// string (optional)
|
|
1431
|
+
slug: slug_example,
|
|
1432
|
+
} satisfies FlowsInstancesListRequest;
|
|
1433
|
+
|
|
1434
|
+
try {
|
|
1435
|
+
const data = await api.flowsInstancesList(body);
|
|
1436
|
+
console.log(data);
|
|
1437
|
+
} catch (error) {
|
|
1438
|
+
console.error(error);
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
// Run the test
|
|
1443
|
+
example().catch(console.error);
|
|
1444
|
+
```
|
|
1445
|
+
|
|
1446
|
+
### Parameters
|
|
1447
|
+
|
|
1448
|
+
|
|
1449
|
+
| Name | Type | Description | Notes |
|
|
1450
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1451
|
+
| **deniedAction** | `continue`, `message`, `message_continue` | Configure what should happen when a flow denies access to a user. | [Optional] [Defaults to `undefined`] [Enum: continue, message, message_continue] |
|
|
1452
|
+
| **designation** | `authentication`, `authorization`, `enrollment`, `invalidation`, `recovery`, `stage_configuration`, `unenrollment` | Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. | [Optional] [Defaults to `undefined`] [Enum: authentication, authorization, enrollment, invalidation, recovery, stage_configuration, unenrollment] |
|
|
1453
|
+
| **flowUuid** | `string` | | [Optional] [Defaults to `undefined`] |
|
|
1454
|
+
| **name** | `string` | | [Optional] [Defaults to `undefined`] |
|
|
1455
|
+
| **ordering** | `string` | Which field to use when ordering the results. | [Optional] [Defaults to `undefined`] |
|
|
1456
|
+
| **page** | `number` | A page number within the paginated result set. | [Optional] [Defaults to `undefined`] |
|
|
1457
|
+
| **pageSize** | `number` | Number of results to return per page. | [Optional] [Defaults to `undefined`] |
|
|
1458
|
+
| **search** | `string` | A search term. | [Optional] [Defaults to `undefined`] |
|
|
1459
|
+
| **slug** | `string` | | [Optional] [Defaults to `undefined`] |
|
|
1460
|
+
|
|
1461
|
+
### Return type
|
|
1462
|
+
|
|
1463
|
+
[**PaginatedFlowList**](PaginatedFlowList.md)
|
|
1464
|
+
|
|
1465
|
+
### Authorization
|
|
1466
|
+
|
|
1467
|
+
[authentik](../README.md#authentik)
|
|
1468
|
+
|
|
1469
|
+
### HTTP request headers
|
|
1470
|
+
|
|
1471
|
+
- **Content-Type**: Not defined
|
|
1472
|
+
- **Accept**: `application/json`
|
|
1473
|
+
|
|
1474
|
+
|
|
1475
|
+
### HTTP response details
|
|
1476
|
+
| Status code | Description | Response headers |
|
|
1477
|
+
|-------------|-------------|------------------|
|
|
1478
|
+
| **200** | | - |
|
|
1479
|
+
| **400** | | - |
|
|
1480
|
+
| **403** | | - |
|
|
1481
|
+
|
|
1482
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1483
|
+
|
|
1484
|
+
|
|
1485
|
+
## flowsInstancesPartialUpdate
|
|
1486
|
+
|
|
1487
|
+
> Flow flowsInstancesPartialUpdate(slug, patchedFlowRequest)
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
|
|
1491
|
+
Flow Viewset
|
|
1492
|
+
|
|
1493
|
+
### Example
|
|
1494
|
+
|
|
1495
|
+
```ts
|
|
1496
|
+
import {
|
|
1497
|
+
Configuration,
|
|
1498
|
+
FlowsApi,
|
|
1499
|
+
} from '@goauthentik/api';
|
|
1500
|
+
import type { FlowsInstancesPartialUpdateRequest } from '@goauthentik/api';
|
|
1501
|
+
|
|
1502
|
+
async function example() {
|
|
1503
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
1504
|
+
const config = new Configuration({
|
|
1505
|
+
// Configure HTTP bearer authorization: authentik
|
|
1506
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
1507
|
+
});
|
|
1508
|
+
const api = new FlowsApi(config);
|
|
1509
|
+
|
|
1510
|
+
const body = {
|
|
1511
|
+
// string
|
|
1512
|
+
slug: slug_example,
|
|
1513
|
+
// PatchedFlowRequest (optional)
|
|
1514
|
+
patchedFlowRequest: ...,
|
|
1515
|
+
} satisfies FlowsInstancesPartialUpdateRequest;
|
|
1516
|
+
|
|
1517
|
+
try {
|
|
1518
|
+
const data = await api.flowsInstancesPartialUpdate(body);
|
|
1519
|
+
console.log(data);
|
|
1520
|
+
} catch (error) {
|
|
1521
|
+
console.error(error);
|
|
1522
|
+
}
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
// Run the test
|
|
1526
|
+
example().catch(console.error);
|
|
1527
|
+
```
|
|
1528
|
+
|
|
1529
|
+
### Parameters
|
|
1530
|
+
|
|
1531
|
+
|
|
1532
|
+
| Name | Type | Description | Notes |
|
|
1533
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1534
|
+
| **slug** | `string` | | [Defaults to `undefined`] |
|
|
1535
|
+
| **patchedFlowRequest** | [PatchedFlowRequest](PatchedFlowRequest.md) | | [Optional] |
|
|
1536
|
+
|
|
1537
|
+
### Return type
|
|
1538
|
+
|
|
1539
|
+
[**Flow**](Flow.md)
|
|
1540
|
+
|
|
1541
|
+
### Authorization
|
|
1542
|
+
|
|
1543
|
+
[authentik](../README.md#authentik)
|
|
1544
|
+
|
|
1545
|
+
### HTTP request headers
|
|
1546
|
+
|
|
1547
|
+
- **Content-Type**: `application/json`
|
|
1548
|
+
- **Accept**: `application/json`
|
|
1549
|
+
|
|
1550
|
+
|
|
1551
|
+
### HTTP response details
|
|
1552
|
+
| Status code | Description | Response headers |
|
|
1553
|
+
|-------------|-------------|------------------|
|
|
1554
|
+
| **200** | | - |
|
|
1555
|
+
| **400** | | - |
|
|
1556
|
+
| **403** | | - |
|
|
1557
|
+
|
|
1558
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1559
|
+
|
|
1560
|
+
|
|
1561
|
+
## flowsInstancesRetrieve
|
|
1562
|
+
|
|
1563
|
+
> Flow flowsInstancesRetrieve(slug)
|
|
1564
|
+
|
|
1565
|
+
|
|
1566
|
+
|
|
1567
|
+
Flow Viewset
|
|
1568
|
+
|
|
1569
|
+
### Example
|
|
1570
|
+
|
|
1571
|
+
```ts
|
|
1572
|
+
import {
|
|
1573
|
+
Configuration,
|
|
1574
|
+
FlowsApi,
|
|
1575
|
+
} from '@goauthentik/api';
|
|
1576
|
+
import type { FlowsInstancesRetrieveRequest } from '@goauthentik/api';
|
|
1577
|
+
|
|
1578
|
+
async function example() {
|
|
1579
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
1580
|
+
const config = new Configuration({
|
|
1581
|
+
// Configure HTTP bearer authorization: authentik
|
|
1582
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
1583
|
+
});
|
|
1584
|
+
const api = new FlowsApi(config);
|
|
1585
|
+
|
|
1586
|
+
const body = {
|
|
1587
|
+
// string
|
|
1588
|
+
slug: slug_example,
|
|
1589
|
+
} satisfies FlowsInstancesRetrieveRequest;
|
|
1590
|
+
|
|
1591
|
+
try {
|
|
1592
|
+
const data = await api.flowsInstancesRetrieve(body);
|
|
1593
|
+
console.log(data);
|
|
1594
|
+
} catch (error) {
|
|
1595
|
+
console.error(error);
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1599
|
+
// Run the test
|
|
1600
|
+
example().catch(console.error);
|
|
1601
|
+
```
|
|
1602
|
+
|
|
1603
|
+
### Parameters
|
|
1604
|
+
|
|
1605
|
+
|
|
1606
|
+
| Name | Type | Description | Notes |
|
|
1607
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1608
|
+
| **slug** | `string` | | [Defaults to `undefined`] |
|
|
1609
|
+
|
|
1610
|
+
### Return type
|
|
1611
|
+
|
|
1612
|
+
[**Flow**](Flow.md)
|
|
1613
|
+
|
|
1614
|
+
### Authorization
|
|
1615
|
+
|
|
1616
|
+
[authentik](../README.md#authentik)
|
|
1617
|
+
|
|
1618
|
+
### HTTP request headers
|
|
1619
|
+
|
|
1620
|
+
- **Content-Type**: Not defined
|
|
1621
|
+
- **Accept**: `application/json`
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
### HTTP response details
|
|
1625
|
+
| Status code | Description | Response headers |
|
|
1626
|
+
|-------------|-------------|------------------|
|
|
1627
|
+
| **200** | | - |
|
|
1628
|
+
| **400** | | - |
|
|
1629
|
+
| **403** | | - |
|
|
1630
|
+
|
|
1631
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1632
|
+
|
|
1633
|
+
|
|
1634
|
+
## flowsInstancesUpdate
|
|
1635
|
+
|
|
1636
|
+
> Flow flowsInstancesUpdate(slug, flowRequest)
|
|
1637
|
+
|
|
1638
|
+
|
|
1639
|
+
|
|
1640
|
+
Flow Viewset
|
|
1641
|
+
|
|
1642
|
+
### Example
|
|
1643
|
+
|
|
1644
|
+
```ts
|
|
1645
|
+
import {
|
|
1646
|
+
Configuration,
|
|
1647
|
+
FlowsApi,
|
|
1648
|
+
} from '@goauthentik/api';
|
|
1649
|
+
import type { FlowsInstancesUpdateRequest } from '@goauthentik/api';
|
|
1650
|
+
|
|
1651
|
+
async function example() {
|
|
1652
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
1653
|
+
const config = new Configuration({
|
|
1654
|
+
// Configure HTTP bearer authorization: authentik
|
|
1655
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
1656
|
+
});
|
|
1657
|
+
const api = new FlowsApi(config);
|
|
1658
|
+
|
|
1659
|
+
const body = {
|
|
1660
|
+
// string
|
|
1661
|
+
slug: slug_example,
|
|
1662
|
+
// FlowRequest
|
|
1663
|
+
flowRequest: ...,
|
|
1664
|
+
} satisfies FlowsInstancesUpdateRequest;
|
|
1665
|
+
|
|
1666
|
+
try {
|
|
1667
|
+
const data = await api.flowsInstancesUpdate(body);
|
|
1668
|
+
console.log(data);
|
|
1669
|
+
} catch (error) {
|
|
1670
|
+
console.error(error);
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
|
|
1674
|
+
// Run the test
|
|
1675
|
+
example().catch(console.error);
|
|
1676
|
+
```
|
|
1677
|
+
|
|
1678
|
+
### Parameters
|
|
1679
|
+
|
|
1680
|
+
|
|
1681
|
+
| Name | Type | Description | Notes |
|
|
1682
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1683
|
+
| **slug** | `string` | | [Defaults to `undefined`] |
|
|
1684
|
+
| **flowRequest** | [FlowRequest](FlowRequest.md) | | |
|
|
1685
|
+
|
|
1686
|
+
### Return type
|
|
1687
|
+
|
|
1688
|
+
[**Flow**](Flow.md)
|
|
1689
|
+
|
|
1690
|
+
### Authorization
|
|
1691
|
+
|
|
1692
|
+
[authentik](../README.md#authentik)
|
|
1693
|
+
|
|
1694
|
+
### HTTP request headers
|
|
1695
|
+
|
|
1696
|
+
- **Content-Type**: `application/json`
|
|
1697
|
+
- **Accept**: `application/json`
|
|
1698
|
+
|
|
1699
|
+
|
|
1700
|
+
### HTTP response details
|
|
1701
|
+
| Status code | Description | Response headers |
|
|
1702
|
+
|-------------|-------------|------------------|
|
|
1703
|
+
| **200** | | - |
|
|
1704
|
+
| **400** | | - |
|
|
1705
|
+
| **403** | | - |
|
|
1706
|
+
|
|
1707
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1708
|
+
|
|
1709
|
+
|
|
1710
|
+
## flowsInstancesUsedByList
|
|
1711
|
+
|
|
1712
|
+
> Array<UsedBy> flowsInstancesUsedByList(slug)
|
|
1713
|
+
|
|
1714
|
+
|
|
1715
|
+
|
|
1716
|
+
Get a list of all objects that use this object
|
|
1717
|
+
|
|
1718
|
+
### Example
|
|
1719
|
+
|
|
1720
|
+
```ts
|
|
1721
|
+
import {
|
|
1722
|
+
Configuration,
|
|
1723
|
+
FlowsApi,
|
|
1724
|
+
} from '@goauthentik/api';
|
|
1725
|
+
import type { FlowsInstancesUsedByListRequest } from '@goauthentik/api';
|
|
1726
|
+
|
|
1727
|
+
async function example() {
|
|
1728
|
+
console.log("🚀 Testing @goauthentik/api SDK...");
|
|
1729
|
+
const config = new Configuration({
|
|
1730
|
+
// Configure HTTP bearer authorization: authentik
|
|
1731
|
+
accessToken: "YOUR BEARER TOKEN",
|
|
1732
|
+
});
|
|
1733
|
+
const api = new FlowsApi(config);
|
|
1734
|
+
|
|
1735
|
+
const body = {
|
|
1736
|
+
// string
|
|
1737
|
+
slug: slug_example,
|
|
1738
|
+
} satisfies FlowsInstancesUsedByListRequest;
|
|
1739
|
+
|
|
1740
|
+
try {
|
|
1741
|
+
const data = await api.flowsInstancesUsedByList(body);
|
|
1742
|
+
console.log(data);
|
|
1743
|
+
} catch (error) {
|
|
1744
|
+
console.error(error);
|
|
1745
|
+
}
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
// Run the test
|
|
1749
|
+
example().catch(console.error);
|
|
1750
|
+
```
|
|
1751
|
+
|
|
1752
|
+
### Parameters
|
|
1753
|
+
|
|
1754
|
+
|
|
1755
|
+
| Name | Type | Description | Notes |
|
|
1756
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1757
|
+
| **slug** | `string` | | [Defaults to `undefined`] |
|
|
1758
|
+
|
|
1759
|
+
### Return type
|
|
1760
|
+
|
|
1761
|
+
[**Array<UsedBy>**](UsedBy.md)
|
|
1762
|
+
|
|
1763
|
+
### Authorization
|
|
1764
|
+
|
|
1765
|
+
[authentik](../README.md#authentik)
|
|
1766
|
+
|
|
1767
|
+
### HTTP request headers
|
|
1768
|
+
|
|
1769
|
+
- **Content-Type**: Not defined
|
|
1770
|
+
- **Accept**: `application/json`
|
|
1771
|
+
|
|
1772
|
+
|
|
1773
|
+
### HTTP response details
|
|
1774
|
+
| Status code | Description | Response headers |
|
|
1775
|
+
|-------------|-------------|------------------|
|
|
1776
|
+
| **200** | | - |
|
|
1777
|
+
| **400** | | - |
|
|
1778
|
+
| **403** | | - |
|
|
1779
|
+
|
|
1780
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1781
|
+
|