Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit a9aefe8

Browse files
Update API Client
#### What's New --- ##### `GET` /propertymappings/rac/ ##### `POST` /propertymappings/rac/ ##### `GET` /propertymappings/rac/{pm_uuid}/ ##### `PUT` /propertymappings/rac/{pm_uuid}/ ##### `DELETE` /propertymappings/rac/{pm_uuid}/ ##### `PATCH` /propertymappings/rac/{pm_uuid}/ ##### `GET` /propertymappings/rac/{pm_uuid}/used_by/ ##### `GET` /providers/rac/ ##### `POST` /providers/rac/ ##### `GET` /providers/rac/{id}/ ##### `PUT` /providers/rac/{id}/ ##### `DELETE` /providers/rac/{id}/ ##### `PATCH` /providers/rac/{id}/ ##### `GET` /providers/rac/{id}/used_by/ ##### `GET` /rac/endpoints/ ##### `POST` /rac/endpoints/ ##### `GET` /rac/endpoints/{pbm_uuid}/ ##### `PUT` /rac/endpoints/{pbm_uuid}/ ##### `DELETE` /rac/endpoints/{pbm_uuid}/ ##### `PATCH` /rac/endpoints/{pbm_uuid}/ ##### `GET` /rac/endpoints/{pbm_uuid}/used_by/ #### What's Changed --- ##### `GET` /policies/event_matcher/{policy_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `app` (string) > * `authentik.admin` - authentik Admin > * `authentik.api` - authentik API > * `authentik.crypto` - authentik Crypto > * `authentik.events` - authentik Events > * `authentik.flows` - authentik Flows > * `authentik.outposts` - authentik Outpost > * `authentik.policies.dummy` - authentik Policies.Dummy > * `authentik.policies.event_matcher` - authentik Policies.Event Matcher > * `authentik.policies.expiry` - authentik Policies.Expiry > * `authentik.policies.expression` - authentik Policies.Expression > * `authentik.policies.password` - authentik Policies.Password > * `authentik.policies.reputation` - authentik Policies.Reputation > * `authentik.policies` - authentik Policies > * `authentik.providers.ldap` - authentik Providers.LDAP > * `authentik.providers.oauth2` - authentik Providers.OAuth2 > * `authentik.providers.proxy` - authentik Providers.Proxy > * `authentik.providers.radius` - authentik Providers.Radius > * `authentik.providers.saml` - authentik Providers.SAML > * `authentik.providers.scim` - authentik Providers.SCIM > * `authentik.rbac` - authentik RBAC > * `authentik.recovery` - authentik Recovery > * `authentik.sources.ldap` - authentik Sources.LDAP > * `authentik.sources.oauth` - authentik Sources.OAuth > * `authentik.sources.plex` - authentik Sources.Plex > * `authentik.sources.saml` - authentik Sources.SAML > * `authentik.stages.authenticator` - authentik Stages.Authenticator > * `authentik.stages.authenticator_duo` - authentik Stages.Authenticator.Duo > * `authentik.stages.authenticator_sms` - authentik Stages.Authenticator.SMS > * `authentik.stages.authenticator_static` - authentik Stages.Authenticator.Static > * `authentik.stages.authenticator_totp` - authentik Stages.Authenticator.TOTP > * `authentik.stages.authenticator_validate` - authentik Stages.Authenticator.Validate > * `authentik.stages.authenticator_webauthn` - authentik Stages.Authenticator.WebAuthn > * `authentik.stages.captcha` - authentik Stages.Captcha > * `authentik.stages.consent` - authentik Stages.Consent > * `authentik.stages.deny` - authentik Stages.Deny > * `authentik.stages.dummy` - authentik Stages.Dummy > * `authentik.stages.email` - authentik Stages.Email > * `authentik.stages.identification` - authentik Stages.Identification > * `authentik.stages.invitation` - authentik Stages.User Invitation > * `authentik.stages.password` - authentik Stages.Password > * `authentik.stages.prompt` - authentik Stages.Prompt > * `authentik.stages.user_delete` - authentik Stages.User Delete > * `authentik.stages.user_login` - authentik Stages.User Login > * `authentik.stages.user_logout` - authentik Stages.User Logout > * `authentik.stages.user_write` - authentik Stages.User Write > * `authentik.tenants` - authentik Tenants > * `authentik.blueprints` - authentik Blueprints > * `authentik.core` - authentik Core > * `authentik.enterprise` - authentik Enterprise > * `authentik.enterprise.providers.rac` - authentik Enterprise.Providers.RAC Added enum value: * `authentik.enterprise.providers.rac` * Changed property `model` (string) > * `authentik_crypto.certificatekeypair` - Certificate-Key Pair > * `authentik_events.event` - Event > * `authentik_events.notificationtransport` - Notification Transport > * `authentik_events.notification` - Notification > * `authentik_events.notificationrule` - Notification Rule > * `authentik_events.notificationwebhookmapping` - Webhook Mapping > * `authentik_flows.flow` - Flow > * `authentik_flows.flowstagebinding` - Flow Stage Binding > * `authentik_outposts.dockerserviceconnection` - Docker Service-Connection > * `authentik_outposts.kubernetesserviceconnection` - Kubernetes Service-Connection > * `authentik_outposts.outpost` - Outpost > * `authentik_policies_dummy.dummypolicy` - Dummy Policy > * `authentik_policies_event_matcher.eventmatcherpolicy` - Event Matcher Policy > * `authentik_policies_expiry.passwordexpirypolicy` - Password Expiry Policy > * `authentik_policies_expression.expressionpolicy` - Expression Policy > * `authentik_policies_password.passwordpolicy` - Password Policy > * `authentik_policies_reputation.reputationpolicy` - Reputation Policy > * `authentik_policies_reputation.reputation` - Reputation Score > * `authentik_policies.policybinding` - Policy Binding > * `authentik_providers_ldap.ldapprovider` - LDAP Provider > * `authentik_providers_oauth2.scopemapping` - Scope Mapping > * `authentik_providers_oauth2.oauth2provider` - OAuth2/OpenID Provider > * `authentik_providers_oauth2.authorizationcode` - Authorization Code > * `authentik_providers_oauth2.accesstoken` - OAuth2 Access Token > * `authentik_providers_oauth2.refreshtoken` - OAuth2 Refresh Token > * `authentik_providers_proxy.proxyprovider` - Proxy Provider > * `authentik_providers_radius.radiusprovider` - Radius Provider > * `authentik_providers_saml.samlprovider` - SAML Provider > * `authentik_providers_saml.samlpropertymapping` - SAML Property Mapping > * `authentik_providers_scim.scimprovider` - SCIM Provider > * `authentik_providers_scim.scimmapping` - SCIM Mapping > * `authentik_rbac.role` - Role > * `authentik_sources_ldap.ldapsource` - LDAP Source > * `authentik_sources_ldap.ldappropertymapping` - LDAP Property Mapping > * `authentik_sources_oauth.oauthsource` - OAuth Source > * `authentik_sources_oauth.useroauthsourceconnection` - User OAuth Source Connection > * `authentik_sources_plex.plexsource` - Plex Source > * `authentik_sources_plex.plexsourceconnection` - User Plex Source Connection > * `authentik_sources_saml.samlsource` - SAML Source > * `authentik_sources_saml.usersamlsourceconnection` - User SAML Source Connection > * `authentik_stages_authenticator_duo.authenticatorduostage` - Duo Authenticator Setup Stage > * `authentik_stages_authenticator_duo.duodevice` - Duo Device > * `authentik_stages_authenticator_sms.authenticatorsmsstage` - SMS Authenticator Setup Stage > * `authentik_stages_authenticator_sms.smsdevice` - SMS Device > * `authentik_stages_authenticator_static.authenticatorstaticstage` - Static Authenticator Stage > * `authentik_stages_authenticator_static.staticdevice` - Static Device > * `authentik_stages_authenticator_totp.authenticatortotpstage` - TOTP Authenticator Setup Stage > * `authentik_stages_authenticator_totp.totpdevice` - TOTP Device > * `authentik_stages_authenticator_validate.authenticatorvalidatestage` - Authenticator Validation Stage > * `authentik_stages_authenticator_webauthn.authenticatewebauthnstage` - WebAuthn Authenticator Setup Stage > * `authentik_stages_authenticator_webauthn.webauthndevice` - WebAuthn Device > * `authentik_stages_captcha.captchastage` - Captcha Stage > * `authentik_stages_consent.consentstage` - Consent Stage > * `authentik_stages_consent.userconsent` - User Consent > * `authentik_stages_deny.denystage` - Deny Stage > * `authentik_stages_dummy.dummystage` - Dummy Stage > * `authentik_stages_email.emailstage` - Email Stage > * `authentik_stages_identification.identificationstage` - Identification Stage > * `authentik_stages_invitation.invitationstage` - Invitation Stage > * `authentik_stages_invitation.invitation` - Invitation > * `authentik_stages_password.passwordstage` - Password Stage > * `authentik_stages_prompt.prompt` - Prompt > * `authentik_stages_prompt.promptstage` - Prompt Stage > * `authentik_stages_user_delete.userdeletestage` - User Delete Stage > * `authentik_stages_user_login.userloginstage` - User Login Stage > * `authentik_stages_user_logout.userlogoutstage` - User Logout Stage > * `authentik_stages_user_write.userwritestage` - User Write Stage > * `authentik_tenants.tenant` - Tenant > * `authentik_blueprints.blueprintinstance` - Blueprint Instance > * `authentik_core.group` - Group > * `authentik_core.user` - User > * `authentik_core.application` - Application > * `authentik_core.token` - Token > * `authentik_enterprise.license` - License > * `authentik_providers_rac.racprovider` - RAC Provider > * `authentik_providers_rac.endpoint` - RAC Endpoint > * `authentik_providers_rac.racpropertymapping` - RAC Property Mapping Added enum values: * `authentik_providers_rac.racprovider` * `authentik_providers_rac.endpoint` * `authentik_providers_rac.racpropertymapping` ##### `PUT` /policies/event_matcher/{policy_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `app` (string) > * `authentik.admin` - authentik Admin > * `authentik.api` - authentik API > * `authentik.crypto` - authentik Crypto > * `authentik.events` - authentik Events > * `authentik.flows` - authentik Flows > * `authentik.outposts` - authentik Outpost > * `authentik.policies.dummy` - authentik Policies.Dummy > * `authentik.policies.event_matcher` - authentik Policies.Event Matcher > * `authentik.policies.expiry` - authentik Policies.Expiry > * `authentik.policies.expression` - authentik Policies.Expression > * `authentik.policies.password` - authentik Policies.Password > * `authentik.policies.reputation` - authentik Policies.Reputation > * `authentik.policies` - authentik Policies > * `authentik.providers.ldap` - authentik Providers.LDAP > * `authentik.providers.oauth2` - authentik Providers.OAuth2 > * `authentik.providers.proxy` - authentik Providers.Proxy > * `authentik.providers.radius` - authentik Providers.Radius > * `authentik.providers.saml` - authentik Providers.SAML > * `authentik.providers.scim` - authentik Providers.SCIM > * `authentik.rbac` - authentik RBAC > * `authentik.recovery` - authentik Recovery > * `authentik.sources.ldap` - authentik Sources.LDAP > * `authentik.sources.oauth` - authentik Sources.OAuth > * `authentik.sources.plex` - authentik Sources.Plex > * `authentik.sources.saml` - authentik Sources.SAML > * `authentik.stages.authenticator` - authentik Stages.Authenticator > * `authentik.stages.authenticator_duo` - authentik Stages.Authenticator.Duo > * `authentik.stages.authenticator_sms` - authentik Stages.Authenticator.SMS > * `authentik.stages.authenticator_static` - authentik Stages.Authenticator.Static > * `authentik.stages.authenticator_totp` - authentik Stages.Authenticator.TOTP > * `authentik.stages.authenticator_validate` - authentik Stages.Authenticator.Validate > * `authentik.stages.authenticator_webauthn` - authentik Stages.Authenticator.WebAuthn > * `authentik.stages.captcha` - authentik Stages.Captcha > * `authentik.stages.consent` - authentik Stages.Consent > * `authentik.stages.deny` - authentik Stages.Deny > * `authentik.stages.dummy` - authentik Stages.Dummy > * `authentik.stages.email` - authentik Stages.Email > * `authentik.stages.identification` - authentik Stages.Identification > * `authentik.stages.invitation` - authentik Stages.User Invitation > * `authentik.stages.password` - authentik Stages.Password > * `authentik.stages.prompt` - authentik Stages.Prompt > * `authentik.stages.user_delete` - authentik Stages.User Delete > * `authentik.stages.user_login` - authentik Stages.User Login > * `authentik.stages.user_logout` - authentik Stages.User Logout > * `authentik.stages.user_write` - authentik Stages.User Write > * `authentik.tenants` - authentik Tenants > * `authentik.blueprints` - authentik Blueprints > * `authentik.core` - authentik Core > * `authentik.enterprise` - authentik Enterprise > * `authentik.enterprise.providers.rac` - authentik Enterprise.Providers.RAC Added enum value: * `authentik.enterprise.providers.rac` * Changed property `model` (string) > * `authentik_crypto.certificatekeypair` - Certificate-Key Pair > * `authentik_events.event` - Event > * `authentik_events.notificationtransport` - Notification Transport > * `authentik_events.notification` - Notification > * `authentik_events.notificationrule` - Notification Rule > * `authentik_events.notificationwebhookmapping` - Webhook Mapping > * `authentik_flows.flow` - Flow > * `authentik_flows.flowstagebinding` - Flow Stage Binding > * `authentik_outposts.dockerserviceconnection` - Docker Service-Connection > * `authentik_outposts.kubernetesserviceconnection` - Kubernetes Service-Connection > * `authentik_outposts.outpost` - Outpost > * `authentik_policies_dummy.dummypolicy` - Dummy Policy > * `authentik_policies_event_matcher.eventmatcherpolicy` - Event Matcher Policy > * `authentik_policies_expiry.passwordexpirypolicy` - Password Expiry Policy > * `authentik_policies_expression.expressionpolicy` - Expression Policy > * `authentik_policies_password.passwordpolicy` - Password Policy > * `authentik_policies_reputation.reputationpolicy` - Reputation Policy > * `authentik_policies_reputation.reputation` - Reputation Score > * `authentik_policies.policybinding` - Policy Binding > * `authentik_providers_ldap.ldapprovider` - LDAP Provider > * `authentik_providers_oauth2.scopemapping` - Scope Mapping > * `authentik_providers_oauth2.oauth2provider` - OAuth2/OpenID Provider > * `authentik_providers_oauth2.authorizationcode` - Authorization Code > * `authentik_providers_oauth2.accesstoken` - OAuth2 Access Token > * `authentik_providers_oauth2.refreshtoken` - OAuth2 Refresh Token > * `authentik_providers_proxy.proxyprovider` - Proxy Provider > * `authentik_providers_radius.radiusprovider` - Radius Provider > * `authentik_providers_saml.samlprovider` - SAML Provider > * `authentik_providers_saml.samlpropertymapping` - SAML Property Mapping > * `authentik_providers_scim.scimprovider` - SCIM Provider > * `authentik_providers_scim.scimmapping` - SCIM Mapping > * `authentik_rbac.role` - Role > * `authentik_sources_ldap.ldapsource` - LDAP Source > * `authentik_sources_ldap.ldappropertymapping` - LDAP Property Mapping > * `authentik_sources_oauth.oauthsource` - OAuth Source > * `authentik_sources_oauth.useroauthsourceconnection` - User OAuth Source Connection > * `authentik_sources_plex.plexsource` - Plex Source > * `authentik_sources_plex.plexsourceconnection` - User Plex Source Connection > * `authentik_sources_saml.samlsource` - SAML Source > * `authentik_sources_saml.usersamlsourceconnection` - User SAML Source Connection > * `authentik_stages_authenticator_duo.authenticatorduostage` - Duo Authenticator Setup Stage > * `authentik_stages_authenticator_duo.duodevice` - Duo Device > * `authentik_stages_authenticator_sms.authenticatorsmsstage` - SMS Authenticator Setup Stage > * `authentik_stages_authenticator_sms.smsdevice` - SMS Device > * `authentik_stages_authenticator_static.authenticatorstaticstage` - Static Authenticator Stage > * `authentik_stages_authenticator_static.staticdevice` - Static Device > * `authentik_stages_authenticator_totp.authenticatortotpstage` - TOTP Authenticator Setup Stage > * `authentik_stages_authenticator_totp.totpdevice` - TOTP Device > * `authentik_stages_authenticator_validate.authenticatorvalidatestage` - Authenticator Validation Stage > * `authentik_stages_authenticator_webauthn.authenticatewebauthnstage` - WebAuthn Authenticator Setup Stage > * `authentik_stages_authenticator_webauthn.webauthndevice` - WebAuthn Device > * `authentik_stages_captcha.captchastage` - Captcha Stage > * `authentik_stages_consent.consentstage` - Consent Stage > * `authentik_stages_consent.userconsent` - User Consent > * `authentik_stages_deny.denystage` - Deny Stage > * `authentik_stages_dummy.dummystage` - Dummy Stage > * `authentik_stages_email.emailstage` - Email Stage > * `authentik_stages_identification.identificationstage` - Identification Stage > * `authentik_stages_invitation.invitationstage` - Invitation Stage > * `authentik_stages_invitation.invitation` - Invitation > * `authentik_stages_password.passwordstage` - Password Stage > * `authentik_stages_prompt.prompt` - Prompt > * `authentik_stages_prompt.promptstage` - Prompt Stage > * `authentik_stages_user_delete.userdeletestage` - User Delete Stage > * `authentik_stages_user_login.userloginstage` - User Login Stage > * `authentik_stages_user_logout.userlogoutstage` - User Logout Stage > * `authentik_stages_user_write.userwritestage` - User Write Stage > * `authentik_tenants.tenant` - Tenant > * `authentik_blueprints.blueprintinstance` - Blueprint Instance > * `authentik_core.group` - Group > * `authentik_core.user` - User > * `authentik_core.application` - Application > * `authentik_core.token` - Token > * `authentik_enterprise.license` - License > * `authentik_providers_rac.racprovider` - RAC Provider > * `authentik_providers_rac.endpoint` - RAC Endpoint > * `authentik_providers_rac.racpropertymapping` - RAC Property Mapping Added enum values: * `authentik_providers_rac.racprovider` * `authentik_providers_rac.endpoint` * `authentik_providers_rac.racpropertymapping` ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `app` (string) > * `authentik.admin` - authentik Admin > * `authentik.api` - authentik API > * `authentik.crypto` - authentik Crypto > * `authentik.events` - authentik Events > * `authentik.flows` - authentik Flows > * `authentik.outposts` - authentik Outpost > * `authentik.policies.dummy` - authentik Policies.Dummy > * `authentik.policies.event_matcher` - authentik Policies.Event Matcher > * `authentik.policies.expiry` - authentik Policies.Expiry > * `authentik.policies.expression` - authentik Policies.Expression > * `authentik.policies.password` - authentik Policies.Password > * `authentik.policies.reputation` - authentik Policies.Reputation > * `authentik.policies` - authentik Policies > * `authentik.providers.ldap` - authentik Providers.LDAP > * `authentik.providers.oauth2` - authentik Providers.OAuth2 > * `authentik.providers.proxy` - authentik Providers.Proxy > * `authentik.providers.radius` - authentik Providers.Radius > * `authentik.providers.saml` - authentik Providers.SAML > * `authentik.providers.scim` - authentik Providers.SCIM > * `authentik.rbac` - authentik RBAC > * `authentik.recovery` - authentik Recovery > * `authentik.sources.ldap` - authentik Sources.LDAP > * `authentik.sources.oauth` - authentik Sources.OAuth > * `authentik.sources.plex` - authentik Sources.Plex > * `authentik.sources.saml` - authentik Sources.SAML > * `authentik.stages.authenticator` - authentik Stages.Authenticator > * `authentik.stages.authenticator_duo` - authentik Stages.Authenticator.Duo > * `authentik.stages.authenticator_sms` - authentik Stages.Authenticator.SMS > * `authentik.stages.authenticator_static` - authentik Stages.Authenticator.Static > * `authentik.stages.authenticator_totp` - authentik Stages.Authenticator.TOTP > * `authentik.stages.authenticator_validate` - authentik Stages.Authenticator.Validate > * `authentik.stages.authenticator_webauthn` - authentik Stages.Authenticator.WebAuthn > * `authentik.stages.captcha` - authentik Stages.Captcha > * `authentik.stages.consent` - authentik Stages.Consent > * `authentik.stages.deny` - authentik Stages.Deny > * `authentik.stages.dummy` - authentik Stages.Dummy > * `authentik.stages.email` - authentik Stages.Email > * `authentik.stages.identification` - authentik Stages.Identification > * `authentik.stages.invitation` - authentik Stages.User Invitation > * `authentik.stages.password` - authentik Stages.Password > * `authentik.stages.prompt` - authentik Stages.Prompt > * `authentik.stages.user_delete` - authentik Stages.User Delete > * `authentik.stages.user_login` - authentik Stages.User Login > * `authentik.stages.user_logout` - authentik Stages.User Logout > * `authentik.stages.user_write` - authentik Stages.User Write > * `authentik.tenants` - authentik Tenants > * `authentik.blueprints` - authentik Blueprints > * `authentik.core` - authentik Core > * `authentik.enterprise` - authentik Enterprise > * `authentik.enterprise.providers.rac` - authentik Enterprise.Providers.RAC Added enum value: * `authentik.enterprise.providers.rac` * Changed property `model` (string) > * `authentik_crypto.certificatekeypair` - Certificate-Key Pair > * `authentik_events.event` - Event > * `authentik_events.notificationtransport` - Notification Transport > * `authentik_events.notification` - Notification > * `authentik_events.notificationrule` - Notification Rule > * `authentik_events.notificationwebhookmapping` - Webhook Mapping > * `authentik_flows.flow` - Flow > * `authentik_flows.flowstagebinding` - Flow Stage Binding > * `authentik_outposts.dockerserviceconnection` - Docker Service-Connection > * `authentik_outposts.kubernetesserviceconnection` - Kubernetes Service-Connection > * `authentik_outposts.outpost` - Outpost > * `authentik_policies_dummy.dummypolicy` - Dummy Policy > * `authentik_policies_event_matcher.eventmatcherpolicy` - Event Matcher Policy > * `authentik_policies_expiry.passwordexpirypolicy` - Password Expiry Policy > * `authentik_policies_expression.expressionpolicy` - Expression Policy > * `authentik_policies_password.passwordpolicy` - Password Policy > * `authentik_policies_reputation.reputationpolicy` - Reputation Policy > * `authentik_policies_reputation.reputation` - Reputation Score > * `authentik_policies.policybinding` - Policy Binding > * `authentik_providers_ldap.ldapprovider` - LDAP Provider > * `authentik_providers_oauth2.scopemapping` - Scope Mapping > * `authentik_providers_oauth2.oauth2provider` - OAuth2/OpenID Provider > * `authentik_providers_oauth2.authorizationcode` - Authorization Code > * `authentik_providers_oauth2.accesstoken` - OAuth2 Access Token > * `authentik_providers_oauth2.refreshtoken` - OAuth2 Refresh Token > * `authentik_providers_proxy.proxyprovider` - Proxy Provider > * `authentik_providers_radius.radiusprovider` - Radius Provider > * `authentik_providers_saml.samlprovider` - SAML Provider > * `authentik_providers_saml.samlpropertymapping` - SAML Property Mapping > * `authentik_providers_scim.scimprovider` - SCIM Provider > * `authentik_providers_scim.scimmapping` - SCIM Mapping > * `authentik_rbac.role` - Role > * `authentik_sources_ldap.ldapsource` - LDAP Source > * `authentik_sources_ldap.ldappropertymapping` - LDAP Property Mapping > * `authentik_sources_oauth.oauthsource` - OAuth Source > * `authentik_sources_oauth.useroauthsourceconnection` - User OAuth Source Connection > * `authentik_sources_plex.plexsource` - Plex Source > * `authentik_sources_plex.plexsourceconnection` - User Plex Source Connection > * `authentik_sources_saml.samlsource` - SAML Source > * `authentik_sources_saml.usersamlsourceconnection` - User SAML Source Connection > * `authentik_stages_authenticator_duo.authenticatorduostage` - Duo Authenticator Setup Stage > * `authentik_stages_authenticator_duo.duodevice` - Duo Device > * `authentik_stages_authenticator_sms.authenticatorsmsstage` - SMS Authenticator Setup Stage > * `authentik_stages_authenticator_sms.smsdevice` - SMS Device > * `authentik_stages_authenticator_static.authenticatorstaticstage` - Static Authenticator Stage > * `authentik_stages_authenticator_static.staticdevice` - Static Device > * `authentik_stages_authenticator_totp.authenticatortotpstage` - TOTP Authenticator Setup Stage > * `authentik_stages_authenticator_totp.totpdevice` - TOTP Device > * `authentik_stages_authenticator_validate.authenticatorvalidatestage` - Authenticator Validation Stage > * `authentik_stages_authenticator_webauthn.authenticatewebauthnstage` - WebAuthn Authenticator Setup Stage > * `authentik_stages_authenticator_webauthn.webauthndevice` - WebAuthn Device > * `authentik_stages_captcha.captchastage` - Captcha Stage > * `authentik_stages_consent.consentstage` - Consent Stage > * `authentik_stages_consent.userconsent` - User Consent > * `authentik_stages_deny.denystage` - Deny Stage > * `authentik_stages_dummy.dummystage` - Dummy Stage > * `authentik_stages_email.emailstage` - Email Stage > * `authentik_stages_identification.identificationstage` - Identification Stage > * `authentik_stages_invitation.invitationstage` - Invitation Stage > * `authentik_stages_invitation.invitation` - Invitation > * `authentik_stages_password.passwordstage` - Password Stage > * `authentik_stages_prompt.prompt` - Prompt > * `authentik_stages_prompt.promptstage` - Prompt Stage > * `authentik_stages_user_delete.userdeletestage` - User Delete Stage > * `authentik_stages_user_login.userloginstage` - User Login Stage > * `authentik_stages_user_logout.userlogoutstage` - User Logout Stage > * `authentik_stages_user_write.userwritestage` - User Write Stage > * `authentik_tenants.tenant` - Tenant > * `authentik_blueprints.blueprintinstance` - Blueprint Instance > * `authentik_core.group` - Group > * `authentik_core.user` - User > * `authentik_core.application` - Application > * `authentik_core.token` - Token > * `authentik_enterprise.license` - License > * `authentik_providers_rac.racprovider` - RAC Provider > * `authentik_providers_rac.endpoint` - RAC Endpoint > * `authentik_providers_rac.racpropertymapping` - RAC Property Mapping Added enum values: * `authentik_providers_rac.racprovider` * `authentik_providers_rac.endpoint` * `authentik_providers_rac.racpropertymapping` ##### `PATCH` /policies/event_matcher/{policy_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `app` (string) > * `authentik.admin` - authentik Admin > * `authentik.api` - authentik API > * `authentik.crypto` - authentik Crypto > * `authentik.events` - authentik Events > * `authentik.flows` - authentik Flows > * `authentik.outposts` - authentik Outpost > * `authentik.policies.dummy` - authentik Policies.Dummy > * `authentik.policies.event_matcher` - authentik Policies.Event Matcher > * `authentik.policies.expiry` - authentik Policies.Expiry > * `authentik.policies.expression` - authentik Policies.Expression > * `authentik.policies.password` - authentik Policies.Password > * `authentik.policies.reputation` - authentik Policies.Reputation > * `authentik.policies` - authentik Policies > * `authentik.providers.ldap` - authentik Providers.LDAP > * `authentik.providers.oauth2` - authentik Providers.OAuth2 > * `authentik.providers.proxy` - authentik Providers.Proxy > * `authentik.providers.radius` - authentik Providers.Radius > * `authentik.providers.saml` - authentik Providers.SAML > * `authentik.providers.scim` - authentik Providers.SCIM > * `authentik.rbac` - authentik RBAC > * `authentik.recovery` - authentik Recovery > * `authentik.sources.ldap` - authentik Sources.LDAP > * `authentik.sources.oauth` - authentik Sources.OAuth > * `authentik.sources.plex` - authentik Sources.Plex > * `authentik.sources.saml` - authentik Sources.SAML > * `authentik.stages.authenticator` - authentik Stages.Authenticator > * `authentik.stages.authenticator_duo` - authentik Stages.Authenticator.Duo > * `authentik.stages.authenticator_sms` - authentik Stages.Authenticator.SMS > * `authentik.stages.authenticator_static` - authentik Stages.Authenticator.Static > * `authentik.stages.authenticator_totp` - authentik Stages.Authenticator.TOTP > * `authentik.stages.authenticator_validate` - authentik Stages.Authenticator.Validate > * `authentik.stages.authenticator_webauthn` - authentik Stages.Authenticator.WebAuthn > * `authentik.stages.captcha` - authentik Stages.Captcha > * `authentik.stages.consent` - authentik Stages.Consent > * `authentik.stages.deny` - authentik Stages.Deny > * `authentik.stages.dummy` - authentik Stages.Dummy > * `authentik.stages.email` - authentik Stages.Email > * `authentik.stages.identification` - authentik Stages.Identification > * `authentik.stages.invitation` - authentik Stages.User Invitation > * `authentik.stages.password` - authentik Stages.Password > * `authentik.stages.prompt` - authentik Stages.Prompt > * `authentik.stages.user_delete` - authentik Stages.User Delete > * `authentik.stages.user_login` - authentik Stages.User Login > * `authentik.stages.user_logout` - authentik Stages.User Logout > * `authentik.stages.user_write` - authentik Stages.User Write > * `authentik.tenants` - authentik Tenants > * `authentik.blueprints` - authentik Blueprints > * `authentik.core` - authentik Core > * `authentik.enterprise` - authentik Enterprise > * `authentik.enterprise.providers.rac` - authentik Enterprise.Providers.RAC Added enum value: * `authentik.enterprise.providers.rac` * Changed property `model` (string) > * `authentik_crypto.certificatekeypair` - Certificate-Key Pair > * `authentik_events.event` - Event > * `authentik_events.notificationtransport` - Notification Transport > * `authentik_events.notification` - Notification > * `authentik_events.notificationrule` - Notification Rule > * `authentik_events.notificationwebhookmapping` - Webhook Mapping > * `authentik_flows.flow` - Flow > * `authentik_flows.flowstagebinding` - Flow Stage Binding > * `authentik_outposts.dockerserviceconnection` - Docker Service-Connection > * `authentik_outposts.kubernetesserviceconnection` - Kubernetes Service-Connection > * `authentik_outposts.outpost` - Outpost > * `authentik_policies_dummy.dummypolicy` - Dummy Policy > * `authentik_policies_event_matcher.eventmatcherpolicy` - Event Matcher Policy > * `authentik_policies_expiry.passwordexpirypolicy` - Password Expiry Policy > * `authentik_policies_expression.expressionpolicy` - Expression Policy > * `authentik_policies_password.passwordpolicy` - Password Policy > * `authentik_policies_reputation.reputationpolicy` - Reputation Policy > * `authentik_policies_reputation.reputation` - Reputation Score > * `authentik_policies.policybinding` - Policy Binding > * `authentik_providers_ldap.ldapprovider` - LDAP Provider > * `authentik_providers_oauth2.scopemapping` - Scope Mapping > * `authentik_providers_oauth2.oauth2provider` - OAuth2/OpenID Provider > * `authentik_providers_oauth2.authorizationcode` - Authorization Code > * `authentik_providers_oauth2.accesstoken` - OAuth2 Access Token > * `authentik_providers_oauth2.refreshtoken` - OAuth2 Refresh Token > * `authentik_providers_proxy.proxyprovider` - Proxy Provider > * `authentik_providers_radius.radiusprovider` - Radius Provider > * `authentik_providers_saml.samlprovider` - SAML Provider > * `authentik_providers_saml.samlpropertymapping` - SAML Property Mapping > * `authentik_providers_scim.scimprovider` - SCIM Provider > * `authentik_providers_scim.scimmapping` - SCIM Mapping > * `authentik_rbac.role` - Role > * `authentik_sources_ldap.ldapsource` - LDAP Source > * `authentik_sources_ldap.ldappropertymapping` - LDAP Property Mapping > * `authentik_sources_oauth.oauthsource` - OAuth Source > * `authentik_sources_oauth.useroauthsourceconnection` - User OAuth Source Connection > * `authentik_sources_plex.plexsource` - Plex Source > * `authentik_sources_plex.plexsourceconnection` - User Plex Source Connection > * `authentik_sources_saml.samlsource` - SAML Source > * `authentik_sources_saml.usersamlsourceconnection` - User SAML Source Connection > * `authentik_stages_authenticator_duo.authenticatorduostage` - Duo Authenticator Setup Stage > * `authentik_stages_authenticator_duo.duodevice` - Duo Device > * `authentik_stages_authenticator_sms.authenticatorsmsstage` - SMS Authenticator Setup Stage > * `authentik_stages_authenticator_sms.smsdevice` - SMS Device > * `authentik_stages_authenticator_static.authenticatorstaticstage` - Static Authenticator Stage > * `authentik_stages_authenticator_static.staticdevice` - Static Device > * `authentik_stages_authenticator_totp.authenticatortotpstage` - TOTP Authenticator Setup Stage > * `authentik_stages_authenticator_totp.totpdevice` - TOTP Device > * `authentik_stages_authenticator_validate.authenticatorvalidatestage` - Authenticator Validation Stage > * `authentik_stages_authenticator_webauthn.authenticatewebauthnstage` - WebAuthn Authenticator Setup Stage > * `authentik_stages_authenticator_webauthn.webauthndevice` - WebAuthn Device > * `authentik_stages_captcha.captchastage` - Captcha Stage > * `authentik_stages_consent.consentstage` - Consent Stage > * `authentik_stages_consent.userconsent` - User Consent > * `authentik_stages_deny.denystage` - Deny Stage > * `authentik_stages_dummy.dummystage` - Dummy Stage > * `authentik_stages_email.emailstage` - Email Stage > * `authentik_stages_identification.identificationstage` - Identification Stage > * `authentik_stages_invitation.invitationstage` - Invitation Stage > * `authentik_stages_invitation.invitation` - Invitation > * `authentik_stages_password.passwordstage` - Password Stage > * `authentik_stages_prompt.prompt` - Prompt > * `authentik_stages_prompt.promptstage` - Prompt Stage > * `authentik_stages_user_delete.userdeletestage` - User Delete Stage > * `authentik_stages_user_login.userloginstage` - User Login Stage > * `authentik_stages_user_logout.userlogoutstage` - User Logout Stage > * `authentik_stages_user_write.userwritestage` - User Write Stage > * `authentik_tenants.tenant` - Tenant > * `authentik_blueprints.blueprintinstance` - Blueprint Instance > * `authentik_core.group` - Group > * `authentik_core.user` - User > * `authentik_core.application` - Application > * `authentik_core.token` - Token > * `authentik_enterprise.license` - License > * `authentik_providers_rac.racprovider` - RAC Provider > * `authentik_providers_rac.endpoint` - RAC Endpoint > * `authentik_providers_rac.racpropertymapping` - RAC Property Mapping Added enum values: * `authentik_providers_rac.racprovider` * `authentik_providers_rac.endpoint` * `authentik_providers_rac.racpropertymapping` ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `app` (string) > * `authentik.admin` - authentik Admin > * `authentik.api` - authentik API > * `authentik.crypto` - authentik Crypto > * `authentik.events` - authentik Events > * `authentik.flows` - authentik Flows > * `authentik.outposts` - authentik Outpost > * `authentik.policies.dummy` - authentik Policies.Dummy > * `authentik.policies.event_matcher` - authentik Policies.Event Matcher > * `authentik.policies.expiry` - authentik Policies.Expiry > * `authentik.policies.expression` - authentik Policies.Expression > * `authentik.policies.password` - authentik Policies.Password > * `authentik.policies.reputation` - authentik Policies.Reputation > * `authentik.policies` - authentik Policies > * `authentik.providers.ldap` - authentik Providers.LDAP > * `authentik.providers.oauth2` - authentik Providers.OAuth2 > * `authentik.providers.proxy` - authentik Providers.Proxy > * `authentik.providers.radius` - authentik Providers.Radius > * `authentik.providers.saml` - authentik Providers.SAML > * `authentik.providers.scim` - authentik Providers.SCIM > * `authentik.rbac` - authentik RBAC > * `authentik.recovery` - authentik Recovery > * `authentik.sources.ldap` - authentik Sources.LDAP > * `authentik.sources.oauth` - authentik Sources.OAuth > * `authentik.sources.plex` - authentik Sources.Plex > * `authentik.sources.saml` - authentik Sources.SAML > * `authentik.stages.authenticator` - authentik Stages.Authenticator > * `authentik.stages.authenticator_duo` - authentik Stages.Authenticator.Duo > * `authentik.stages.authenticator_sms` - authentik Stages.Authenticator.SMS > * `authentik.stages.authenticator_static` - authentik Stages.Authenticator.Static > * `authentik.stages.authenticator_totp` - authentik Stages.Authenticator.TOTP > * `authentik.stages.authenticator_validate` - authentik Stages.Authenticator.Validate > * `authentik.stages.authenticator_webauthn` - authentik Stages.Authenticator.WebAuthn > * `authentik.stages.captcha` - authentik Stages.Captcha > * `authentik.stages.consent` - authentik Stages.Consent > * `authentik.stages.deny` - authentik Stages.Deny > * `authentik.stages.dummy` - authentik Stages.Dummy > * `authentik.stages.email` - authentik Stages.Email > * `authentik.stages.identification` - authentik Stages.Identification > * `authentik.stages.invitation` - authentik Stages.User Invitation > * `authentik.stages.password` - authentik Stages.Password > * `authentik.stages.prompt` - authentik Stages.Prompt > * `authentik.stages.user_delete` - authentik Stages.User Delete > * `authentik.stages.user_login` - authentik Stages.User Login > * `authentik.stages.user_logout` - authentik Stages.User Logout > * `authentik.stages.user_write` - authentik Stages.User Write > * `authentik.tenants` - authentik Tenants > * `authentik.blueprints` - authentik Blueprints > * `authentik.core` - authentik Core > * `authentik.enterprise` - authentik Enterprise > * `authentik.enterprise.providers.rac` - authentik Enterprise.Providers.RAC Added enum value: * `authentik.enterprise.providers.rac` * Changed property `model` (string) > * `authentik_crypto.certificatekeypair` - Certificate-Key Pair > * `authentik_events.event` - Event > * `authentik_events.notificationtransport` - Notification Transport > * `authentik_events.notification` - Notification > * `authentik_events.notificationrule` - Notification Rule > * `authentik_events.notificationwebhookmapping` - Webhook Mapping > * `authentik_flows.flow` - Flow > * `authentik_flows.flowstagebinding` - Flow Stage Binding > * `authentik_outposts.dockerserviceconnection` - Docker Service-Connection > * `authentik_outposts.kubernetesserviceconnection` - Kubernetes Service-Connection > * `authentik_outposts.outpost` - Outpost > * `authentik_policies_dummy.dummypolicy` - Dummy Policy > * `authentik_policies_event_matcher.eventmatcherpolicy` - Event Matcher Policy > * `authentik_policies_expiry.passwordexpirypolicy` - Password Expiry Policy > * `authentik_policies_expression.expressionpolicy` - Expression Policy > * `authentik_policies_password.passwordpolicy` - Password Policy > * `authentik_policies_reputation.reputationpolicy` - Reputation Policy > * `authentik_policies_reputation.reputation` - Reputation Score > * `authentik_policies.policybinding` - Policy Binding > * `authentik_providers_ldap.ldapprovider` - LDAP Provider > * `authentik_providers_oauth2.scopemapping` - Scope Mapping > * `authentik_providers_oauth2.oauth2provider` - OAuth2/OpenID Provider > * `authentik_providers_oauth2.authorizationcode` - Authorization Code > * `authentik_providers_oauth2.accesstoken` - OAuth2 Access Token > * `authentik_providers_oauth2.refreshtoken` - OAuth2 Refresh Token > * `authentik_providers_proxy.proxyprovider` - Proxy Provider > * `authentik_providers_radius.radiusprovider` - Radius Provider > * `authentik_providers_saml.samlprovider` - SAML Provider > * `authentik_providers_saml.samlpropertymapping` - SAML Property Mapping > * `authentik_providers_scim.scimprovider` - SCIM Provider > * `authentik_providers_scim.scimmapping` - SCIM Mapping > * `authentik_rbac.role` - Role > * `authentik_sources_ldap.ldapsource` - LDAP Source > * `authentik_sources_ldap.ldappropertymapping` - LDAP Property Mapping > * `authentik_sources_oauth.oauthsource` - OAuth Source > * `authentik_sources_oauth.useroauthsourceconnection` - User OAuth Source Connection > * `authentik_sources_plex.plexsource` - Plex Source > * `authentik_sources_plex.plexsourceconnection` - User Plex Source Connection > * `authentik_sources_saml.samlsource` - SAML Source > * `authentik_sources_saml.usersamlsourceconnection` - User SAML Source Connection > * `authentik_stages_authenticator_duo.authenticatorduostage` - Duo Authenticator Setup Stage > * `authentik_stages_authenticator_duo.duodevice` - Duo Device > * `authentik_stages_authenticator_sms.authenticatorsmsstage` - SMS Authenticator Setup Stage > * `authentik_stages_authenticator_sms.smsdevice` - SMS Device > * `authentik_stages_authenticator_static.authenticatorstaticstage` - Static Authenticator Stage > * `authentik_stages_authenticator_static.staticdevice` - Static Device > * `authentik_stages_authenticator_totp.authenticatortotpstage` - TOTP Authenticator Setup Stage > * `authentik_stages_authenticator_totp.totpdevice` - TOTP Device > * `authentik_stages_authenticator_validate.authenticatorvalidatestage` - Authenticator Validation Stage > * `authentik_stages_authenticator_webauthn.authenticatewebauthnstage` - WebAuthn Authenticator Setup Stage > * `authentik_stages_authenticator_webauthn.webauthndevice` - WebAuthn Device > * `authentik_stages_captcha.captchastage` - Captcha Stage > * `authentik_stages_consent.consentstage` - Consent Stage > * `authentik_stages_consent.userconsent` - User Consent > * `authentik_stages_deny.denystage` - Deny Stage > * `authentik_stages_dummy.dummystage` - Dummy Stage > * `authentik_stages_email.emailstage` - Email Stage > * `authentik_stages_identification.identificationstage` - Identification Stage > * `authentik_stages_invitation.invitationstage` - Invitation Stage > * `authentik_stages_invitation.invitation` - Invitation > * `authentik_stages_password.passwordstage` - Password Stage > * `authentik_stages_prompt.prompt` - Prompt > * `authentik_stages_prompt.promptstage` - Prompt Stage > * `authentik_stages_user_delete.userdeletestage` - User Delete Stage > * `authentik_stages_user_login.userloginstage` - User Login Stage > * `authentik_stages_user_logout.userlogoutstage` - User Logout Stage > * `authentik_stages_user_write.userwritestage` - User Write Stage > * `authentik_tenants.tenant` - Tenant > * `authentik_blueprints.blueprintinstance` - Blueprint Instance > * `authentik_core.group` - Group > * `authentik_core.user` - User > * `authentik_core.application` - Application > * `authentik_core.token` - Token > * `authentik_enterprise.license` - License > * `authentik_providers_rac.racprovider` - RAC Provider > * `authentik_providers_rac.endpoint` - RAC Endpoint > * `authentik_providers_rac.racpropertymapping` - RAC Property Mapping Added enum values: * `authentik_providers_rac.racprovider` * `authentik_providers_rac.endpoint` * `authentik_providers_rac.racpropertymapping` ##### `GET` /schema/ ###### Parameters: Changed: `lang` in `query` ##### `GET` /outposts/instances/{uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `type` (string) > * `proxy` - Proxy > * `ldap` - Ldap > * `radius` - Radius > * `rac` - Rac Added enum value: * `rac` ##### `PUT` /outposts/instances/{uuid}/ ###### Request: Changed content type : `application/json` * Changed property `type` (string) > * `proxy` - Proxy > * `ldap` - Ldap > * `radius` - Radius > * `rac` - Rac Added enum value: * `rac` ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `type` (string) > * `proxy` - Proxy > * `ldap` - Ldap > * `radius` - Radius > * `rac` - Rac Added enum value: * `rac` ##### `PATCH` /outposts/instances/{uuid}/ ###### Request: Changed content type : `application/json` * Changed property `type` (string) > * `proxy` - Proxy > * `ldap` - Ldap > * `radius` - Radius > * `rac` - Rac Added enum value: * `rac` ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `type` (string) > * `proxy` - Proxy > * `ldap` - Ldap > * `radius` - Radius > * `rac` - Rac Added enum value: * `rac` ##### `POST` /policies/event_matcher/ ###### Request: Changed content type : `application/json` * Changed property `app` (string) > * `authentik.admin` - authentik Admin > * `authentik.api` - authentik API > * `authentik.crypto` - authentik Crypto > * `authentik.events` - authentik Events > * `authentik.flows` - authentik Flows > * `authentik.outposts` - authentik Outpost > * `authentik.policies.dummy` - authentik Policies.Dummy > * `authentik.policies.event_matcher` - authentik Policies.Event Matcher > * `authentik.policies.expiry` - authentik Policies.Expiry > * `authentik.policies.expression` - authentik Policies.Expression > * `authentik.policies.password` - authentik Policies.Password > * `authentik.policies.reputation` - authentik Policies.Reputation > * `authentik.policies` - authentik Policies > * `authentik.providers.ldap` - authentik Providers.LDAP > * `authentik.providers.oauth2` - authentik Providers.OAuth2 > * `authentik.providers.proxy` - authentik Providers.Proxy > * `authentik.providers.radius` - authentik Providers.Radius > * `authentik.providers.saml` - authentik Providers.SAML > * `authentik.providers.scim` - authentik Providers.SCIM > * `authentik.rbac` - authentik RBAC > * `authentik.recovery` - authentik Recovery > * `authentik.sources.ldap` - authentik Sources.LDAP > * `authentik.sources.oauth` - authentik Sources.OAuth > * `authentik.sources.plex` - authentik Sources.Plex > * `authentik.sources.saml` - authentik Sources.SAML > * `authentik.stages.authenticator` - authentik Stages.Authenticator > * `authentik.stages.authenticator_duo` - authentik Stages.Authenticator.Duo > * `authentik.stages.authenticator_sms` - authentik Stages.Authenticator.SMS > * `authentik.stages.authenticator_static` - authentik Stages.Authenticator.Static > * `authentik.stages.authenticator_totp` - authentik Stages.Authenticator.TOTP > * `authentik.stages.authenticator_validate` - authentik Stages.Authenticator.Validate > * `authentik.stages.authenticator_webauthn` - authentik Stages.Authenticator.WebAuthn > * `authentik.stages.captcha` - authentik Stages.Captcha > * `authentik.stages.consent` - authentik Stages.Consent > * `authentik.stages.deny` - authentik Stages.Deny > * `authentik.stages.dummy` - authentik Stages.Dummy > * `authentik.stages.email` - authentik Stages.Email > * `authentik.stages.identification` - authentik Stages.Identification > * `authentik.stages.invitation` - authentik Stages.User Invitation > * `authentik.stages.password` - authentik Stages.Password > * `authentik.stages.prompt` - authentik Stages.Prompt > * `authentik.stages.user_delete` - authentik Stages.User Delete > * `authentik.stages.user_login` - authentik Stages.User Login > * `authentik.stages.user_logout` - authentik Stages.User Logout > * `authentik.stages.user_write` - authentik Stages.User Write > * `authentik.tenants` - authentik Tenants > * `authentik.blueprints` - authentik Blueprints > * `authentik.core` - authentik Core > * `authentik.enterprise` - authentik Enterprise > * `authentik.enterprise.providers.rac` - authentik Enterprise.Providers.RAC Added enum value: * `authentik.enterprise.providers.rac` * Changed property `model` (string) > * `authentik_crypto.certificatekeypair` - Certificate-Key Pair > * `authentik_events.event` - Event > * `authentik_events.notificationtransport` - Notification Transport > * `authentik_events.notification` - Notification > * `authentik_events.notificationrule` - Notification Rule > * `authentik_events.notificationwebhookmapping` - Webhook Mapping > * `authentik_flows.flow` - Flow > * `authentik_flows.flowstagebinding` - Flow Stage Binding > * `authentik_outposts.dockerserviceconnection` - Docker Service-Connection > * `authentik_outposts.kubernetesserviceconnection` - Kubernetes Service-Connection > * `authentik_outposts.outpost` - Outpost > * `authentik_policies_dummy.dummypolicy` - Dummy Policy > * `authentik_policies_event_matcher.eventmatcherpolicy` - Event Matcher Policy > * `authentik_policies_expiry.passwordexpirypolicy` - Password Expiry Policy > * `authentik_policies_expression.expressionpolicy` - Expression Policy > * `authentik_policies_password.passwordpolicy` - Password Policy > * `authentik_policies_reputation.reputationpolicy` - Reputation Policy > * `authentik_policies_reputation.reputation` - Reputation Score > * `authentik_policies.policybinding` - Policy Binding > * `authentik_providers_ldap.ldapprovider` - LDAP Provider > * `authentik_providers_oauth2.scopemapping` - Scope Mapping > * `authentik_providers_oauth2.oauth2provider` - OAuth2/OpenID Provider > * `authentik_providers_oauth2.authorizationcode` - Authorization Code > * `authentik_providers_oauth2.accesstoken` - OAuth2 Access Token > * `authentik_providers_oauth2.refreshtoken` - OAuth2 Refresh Token > * `authentik_providers_proxy.proxyprovider` - Proxy Provider > * `authentik_providers_radius.radiusprovider` - Radius Provider > * `authentik_providers_saml.samlprovider` - SAML Provider > * `authentik_providers_saml.samlpropertymapping` - SAML Property Mapping > * `authentik_providers_scim.scimprovider` - SCIM Provider > * `authentik_providers_scim.scimmapping` - SCIM Mapping > * `authentik_rbac.role` - Role > * `authentik_sources_ldap.ldapsource` - LDAP Source > * `authentik_sources_ldap.ldappropertymapping` - LDAP Property Mapping > * `authentik_sources_oauth.oauthsource` - OAuth Source > * `authentik_sources_oauth.useroauthsourceconnection` - User OAuth Source Connection > * `authentik_sources_plex.plexsource` - Plex Source > * `authentik_sources_plex.plexsourceconnection` - User Plex Source Connection > * `authentik_sources_saml.samlsource` - SAML Source > * `authentik_sources_saml.usersamlsourceconnection` - User SAML Source Connection > * `authentik_stages_authenticator_duo.authenticatorduostage` - Duo Authenticator Setup Stage > * `authentik_stages_authenticator_duo.duodevice` - Duo Device > * `authentik_stages_authenticator_sms.authenticatorsmsstage` - SMS Authenticator Setup Stage > * `authentik_stages_authenticator_sms.smsdevice` - SMS Device > * `authentik_stages_authenticator_static.authenticatorstaticstage` - Static Authenticator Stage > * `authentik_stages_authenticator_static.staticdevice` - Static Device > * `authentik_stages_authenticator_totp.authenticatortotpstage` - TOTP Authenticator Setup Stage > * `authentik_stages_authenticator_totp.totpdevice` - TOTP Device > * `authentik_stages_authenticator_validate.authenticatorvalidatestage` - Authenticator Validation Stage > * `authentik_stages_authenticator_webauthn.authenticatewebauthnstage` - WebAuthn Authenticator Setup Stage > * `authentik_stages_authenticator_webauthn.webauthndevice` - WebAuthn Device > * `authentik_stages_captcha.captchastage` - Captcha Stage > * `authentik_stages_consent.consentstage` - Consent Stage > * `authentik_stages_consent.userconsent` - User Consent > * `authentik_stages_deny.denystage` - Deny Stage > * `authentik_stages_dummy.dummystage` - Dummy Stage > * `authentik_stages_email.emailstage` - Email Stage > * `authentik_stages_identification.identificationstage` - Identification Stage > * `authentik_stages_invitation.invitationstage` - Invitation Stage > * `authentik_stages_invitation.invitation` - Invitation > * `authentik_stages_password.passwordstage` - Password Stage > * `authentik_stages_prompt.prompt` - Prompt > * `authentik_stages_prompt.promptstage` - Prompt Stage > * `authentik_stages_user_delete.userdeletestage` - User Delete Stage > * `authentik_stages_user_login.userloginstage` - User Login Stage > * `authentik_stages_user_logout.userlogoutstage` - User Logout Stage > * `authentik_stages_user_write.userwritestage` - User Write Stage > * `authentik_tenants.tenant` - Tenant > * `authentik_blueprints.blueprintinstance` - Blueprint Instance > * `authentik_core.group` - Group > * `authentik_core.user` - User > * `authentik_core.application` - Application > * `authentik_core.token` - Token > * `authentik_enterprise.license` - License > * `authentik_providers_rac.racprovider` - RAC Provider > * `authentik_providers_rac.endpoint` - RAC Endpoint > * `authentik_providers_rac.racpropertymapping` - RAC Property Mapping Added enum values: * `authentik_providers_rac.racprovider` * `authentik_providers_rac.endpoint` * `authentik_providers_rac.racpropertymapping` ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `app` (string) > * `authentik.admin` - authentik Admin > * `authentik.api` - authentik API > * `authentik.crypto` - authentik Crypto > * `authentik.events` - authentik Events > * `authentik.flows` - authentik Flows > * `authentik.outposts` - authentik Outpost > * `authentik.policies.dummy` - authentik Policies.Dummy > * `authentik.policies.event_matcher` - authentik Policies.Event Matcher > * `authentik.policies.expiry` - authentik Policies.Expiry > * `authentik.policies.expression` - authentik Policies.Expression > * `authentik.policies.password` - authentik Policies.Password > * `authentik.policies.reputation` - authentik Policies.Reputation > * `authentik.policies` - authentik Policies > * `authentik.providers.ldap` - authentik Providers.LDAP > * `authentik.providers.oauth2` - authentik Providers.OAuth2 > * `authentik.providers.proxy` - authentik Providers.Proxy > * `authentik.providers.radius` - authentik Providers.Radius > * `authentik.providers.saml` - authentik Providers.SAML > * `authentik.providers.scim` - authentik Providers.SCIM > * `authentik.rbac` - authentik RBAC > * `authentik.recovery` - authentik Recovery > * `authentik.sources.ldap` - authentik Sources.LDAP > * `authentik.sources.oauth` - authentik Sources.OAuth > * `authentik.sources.plex` - authentik Sources.Plex > * `authentik.sources.saml` - authentik Sources.SAML > * `authentik.stages.authenticator` - authentik Stages.Authenticator > * `authentik.stages.authenticator_duo` - authentik Stages.Authenticator.Duo > * `authentik.stages.authenticator_sms` - authentik Stages.Authenticator.SMS > * `authentik.stages.authenticator_static` - authentik Stages.Authenticator.Static > * `authentik.stages.authenticator_totp` - authentik Stages.Authenticator.TOTP > * `authentik.stages.authenticator_validate` - authentik Stages.Authenticator.Validate > * `authentik.stages.authenticator_webauthn` - authentik Stages.Authenticator.WebAuthn > * `authentik.stages.captcha` - authentik Stages.Captcha > * `authentik.stages.consent` - authentik Stages.Consent > * `authentik.stages.deny` - authentik Stages.Deny > * `authentik.stages.dummy` - authentik Stages.Dummy > * `authentik.stages.email` - authentik Stages.Email > * `authentik.stages.identification` - authentik Stages.Identification > * `authentik.stages.invitation` - authentik Stages.User Invitation > * `authentik.stages.password` - authentik Stages.Password > * `authentik.stages.prompt` - authentik Stages.Prompt > * `authentik.stages.user_delete` - authentik Stages.User Delete > * `authentik.stages.user_login` - authentik Stages.User Login > * `authentik.stages.user_logout` - authentik Stages.User Logout > * `authentik.stages.user_write` - authentik Stages.User Write > * `authentik.tenants` - authentik Tenants > * `authentik.blueprints` - authentik Blueprints > * `authentik.core` - authentik Core > * `authentik.enterprise` - authentik Enterprise > * `authentik.enterprise.providers.rac` - authentik Enterprise.Providers.RAC Added enum value: * `authentik.enterprise.providers.rac` * Changed property `model` (string) > * `authentik_crypto.certificatekeypair` - Certificate-Key Pair > * `authentik_events.event` - Event > * `authentik_events.notificationtransport` - Notification Transport > * `authentik_events.notification` - Notification > * `authentik_events.notificationrule` - Notification Rule > * `authentik_events.notificationwebhookmapping` - Webhook Mapping > * `authentik_flows.flow` - Flow > * `authentik_flows.flowstagebinding` - Flow Stage Binding > * `authentik_outposts.dockerserviceconnection` - Docker Service-Connection > * `authentik_outposts.kubernetesserviceconnection` - Kubernetes Service-Connection > * `authentik_outposts.outpost` - Outpost > * `authentik_policies_dummy.dummypolicy` - Dummy Policy > * `authentik_policies_event_matcher.eventmatcherpolicy` - Event Matcher Policy > * `authentik_policies_expiry.passwordexpirypolicy` - Password Expiry Policy > * `authentik_policies_expression.expressionpolicy` - Expression Policy > * `authentik_policies_password.passwordpolicy` - Password Policy > * `authentik_policies_reputation.reputationpolicy` - Reputation Policy > * `authentik_policies_reputation.reputation` - Reputation Score > * `authentik_policies.policybinding` - Policy Binding > * `authentik_providers_ldap.ldapprovider` - LDAP Provider > * `authentik_providers_oauth2.scopemapping` - Scope Mapping > * `authentik_providers_oauth2.oauth2provider` - OAuth2/OpenID Provider > * `authentik_providers_oauth2.authorizationcode` - Authorization Code > * `authentik_providers_oauth2.accesstoken` - OAuth2 Access Token > * `authentik_providers_oauth2.refreshtoken` - OAuth2 Refresh Token > * `authentik_providers_proxy.proxyprovider` - Proxy Provider > * `authentik_providers_radius.radiusprovider` - Radius Provider > * `authentik_providers_saml.samlprovider` - SAML Provider > * `authentik_providers_saml.samlpropertymapping` - SAML Property Mapping > * `authentik_providers_scim.scimprovider` - SCIM Provider > * `authentik_providers_scim.scimmapping` - SCIM Mapping > * `authentik_rbac.role` - Role > * `authentik_sources_ldap.ldapsource` - LDAP Source > * `authentik_sources_ldap.ldappropertymapping` - LDAP Property Mapping > * `authentik_sources_oauth.oauthsource` - OAuth Source > * `authentik_sources_oauth.useroauthsourceconnection` - User OAuth Source Connection > * `authentik_sources_plex.plexsource` - Plex Source > * `authentik_sources_plex.plexsourceconnection` - User Plex Source Connection > * `authentik_sources_saml.samlsource` - SAML Source > * `authentik_sources_saml.usersamlsourceconnection` - User SAML Source Connection > * `authentik_stages_authenticator_duo.authenticatorduostage` - Duo Authenticator Setup Stage > * `authentik_stages_authenticator_duo.duodevice` - Duo Device > * `authentik_stages_authenticator_sms.authenticatorsmsstage` - SMS Authenticator Setup Stage > * `authentik_stages_authenticator_sms.smsdevice` - SMS Device > * `authentik_stages_authenticator_static.authenticatorstaticstage` - Static Authenticator Stage > * `authentik_stages_authenticator_static.staticdevice` - Static Device > * `authentik_stages_authenticator_totp.authenticatortotpstage` - TOTP Authenticator Setup Stage > * `authentik_stages_authenticator_totp.totpdevice` - TOTP Device > * `authentik_stages_authenticator_validate.authenticatorvalidatestage` - Authenticator Validation Stage > * `authentik_stages_authenticator_webauthn.authenticatewebauthnstage` - WebAuthn Authenticator Setup Stage > * `authentik_stages_authenticator_webauthn.webauthndevice` - WebAuthn Device > * `authentik_stages_captcha.captchastage` - Captcha Stage > * `authentik_stages_consent.consentstage` - Consent Stage > * `authentik_stages_consent.userconsent` - User Consent > * `authentik_stages_deny.denystage` - Deny Stage > * `authentik_stages_dummy.dummystage` - Dummy Stage > * `authentik_stages_email.emailstage` - Email Stage > * `authentik_stages_identification.identificationstage` - Identification Stage > * `authentik_stages_invitation.invitationstage` - Invitation Stage > * `authentik_stages_invitation.invitation` - Invitation > * `authentik_stages_password.passwordstage` - Password Stage > * `authentik_stages_prompt.prompt` - Prompt > * `authentik_stages_prompt.promptstage` - Promp…
1 parent 0c2187b commit a9aefe8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+5394
-184
lines changed

Diff for: .openapi-generator/FILES

+30
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ docs/AppleChallengeResponseRequest.md
88
docs/AppleLoginChallenge.md
99
docs/Application.md
1010
docs/ApplicationRequest.md
11+
docs/AuthModeEnum.md
1112
docs/AuthTypeEnum.md
1213
docs/AuthenticateWebAuthnStage.md
1314
docs/AuthenticateWebAuthnStageRequest.md
@@ -104,6 +105,8 @@ docs/EmailChallenge.md
104105
docs/EmailChallengeResponseRequest.md
105106
docs/EmailStage.md
106107
docs/EmailStageRequest.md
108+
docs/Endpoint.md
109+
docs/EndpointRequest.md
107110
docs/EnterpriseApi.md
108111
docs/ErrorDetail.md
109112
docs/ErrorReportingConfig.md
@@ -226,6 +229,7 @@ docs/PaginatedDummyPolicyList.md
226229
docs/PaginatedDummyStageList.md
227230
docs/PaginatedDuoDeviceList.md
228231
docs/PaginatedEmailStageList.md
232+
docs/PaginatedEndpointList.md
229233
docs/PaginatedEventList.md
230234
docs/PaginatedEventMatcherPolicyList.md
231235
docs/PaginatedExpiringBaseGrantModelList.md
@@ -265,6 +269,8 @@ docs/PaginatedPropertyMappingList.md
265269
docs/PaginatedProviderList.md
266270
docs/PaginatedProxyOutpostConfigList.md
267271
docs/PaginatedProxyProviderList.md
272+
docs/PaginatedRACPropertyMappingList.md
273+
docs/PaginatedRACProviderList.md
268274
docs/PaginatedRadiusOutpostConfigList.md
269275
docs/PaginatedRadiusProviderList.md
270276
docs/PaginatedReputationList.md
@@ -323,6 +329,7 @@ docs/PatchedDummyPolicyRequest.md
323329
docs/PatchedDummyStageRequest.md
324330
docs/PatchedDuoDeviceRequest.md
325331
docs/PatchedEmailStageRequest.md
332+
docs/PatchedEndpointRequest.md
326333
docs/PatchedEventMatcherPolicyRequest.md
327334
docs/PatchedEventRequest.md
328335
docs/PatchedExpressionPolicyRequest.md
@@ -354,6 +361,8 @@ docs/PatchedPolicyBindingRequest.md
354361
docs/PatchedPromptRequest.md
355362
docs/PatchedPromptStageRequest.md
356363
docs/PatchedProxyProviderRequest.md
364+
docs/PatchedRACPropertyMappingRequest.md
365+
docs/PatchedRACProviderRequest.md
357366
docs/PatchedRadiusProviderRequest.md
358367
docs/PatchedReputationPolicyRequest.md
359368
docs/PatchedRoleRequest.md
@@ -404,6 +413,7 @@ docs/PropertyMapping.md
404413
docs/PropertyMappingPreview.md
405414
docs/PropertyMappingTestResult.md
406415
docs/PropertymappingsApi.md
416+
docs/ProtocolEnum.md
407417
docs/Provider.md
408418
docs/ProviderEnum.md
409419
docs/ProviderModelEnum.md
@@ -414,6 +424,11 @@ docs/ProxyMode.md
414424
docs/ProxyOutpostConfig.md
415425
docs/ProxyProvider.md
416426
docs/ProxyProviderRequest.md
427+
docs/RACPropertyMapping.md
428+
docs/RACPropertyMappingRequest.md
429+
docs/RACProvider.md
430+
docs/RACProviderRequest.md
431+
docs/RacApi.md
417432
docs/RadiusOutpostConfig.md
418433
docs/RadiusProvider.md
419434
docs/RadiusProviderRequest.md
@@ -545,6 +560,7 @@ src/main/kotlin/io/goauthentik/api/apis/OutpostsApi.kt
545560
src/main/kotlin/io/goauthentik/api/apis/PoliciesApi.kt
546561
src/main/kotlin/io/goauthentik/api/apis/PropertymappingsApi.kt
547562
src/main/kotlin/io/goauthentik/api/apis/ProvidersApi.kt
563+
src/main/kotlin/io/goauthentik/api/apis/RacApi.kt
548564
src/main/kotlin/io/goauthentik/api/apis/RbacApi.kt
549565
src/main/kotlin/io/goauthentik/api/apis/RootApi.kt
550566
src/main/kotlin/io/goauthentik/api/apis/SchemaApi.kt
@@ -575,6 +591,7 @@ src/main/kotlin/io/goauthentik/api/models/AppleChallengeResponseRequest.kt
575591
src/main/kotlin/io/goauthentik/api/models/AppleLoginChallenge.kt
576592
src/main/kotlin/io/goauthentik/api/models/Application.kt
577593
src/main/kotlin/io/goauthentik/api/models/ApplicationRequest.kt
594+
src/main/kotlin/io/goauthentik/api/models/AuthModeEnum.kt
578595
src/main/kotlin/io/goauthentik/api/models/AuthTypeEnum.kt
579596
src/main/kotlin/io/goauthentik/api/models/AuthenticateWebAuthnStage.kt
580597
src/main/kotlin/io/goauthentik/api/models/AuthenticateWebAuthnStageRequest.kt
@@ -668,6 +685,8 @@ src/main/kotlin/io/goauthentik/api/models/EmailChallenge.kt
668685
src/main/kotlin/io/goauthentik/api/models/EmailChallengeResponseRequest.kt
669686
src/main/kotlin/io/goauthentik/api/models/EmailStage.kt
670687
src/main/kotlin/io/goauthentik/api/models/EmailStageRequest.kt
688+
src/main/kotlin/io/goauthentik/api/models/Endpoint.kt
689+
src/main/kotlin/io/goauthentik/api/models/EndpointRequest.kt
671690
src/main/kotlin/io/goauthentik/api/models/ErrorDetail.kt
672691
src/main/kotlin/io/goauthentik/api/models/ErrorReportingConfig.kt
673692
src/main/kotlin/io/goauthentik/api/models/Event.kt
@@ -784,6 +803,7 @@ src/main/kotlin/io/goauthentik/api/models/PaginatedDummyPolicyList.kt
784803
src/main/kotlin/io/goauthentik/api/models/PaginatedDummyStageList.kt
785804
src/main/kotlin/io/goauthentik/api/models/PaginatedDuoDeviceList.kt
786805
src/main/kotlin/io/goauthentik/api/models/PaginatedEmailStageList.kt
806+
src/main/kotlin/io/goauthentik/api/models/PaginatedEndpointList.kt
787807
src/main/kotlin/io/goauthentik/api/models/PaginatedEventList.kt
788808
src/main/kotlin/io/goauthentik/api/models/PaginatedEventMatcherPolicyList.kt
789809
src/main/kotlin/io/goauthentik/api/models/PaginatedExpiringBaseGrantModelList.kt
@@ -823,6 +843,8 @@ src/main/kotlin/io/goauthentik/api/models/PaginatedPropertyMappingList.kt
823843
src/main/kotlin/io/goauthentik/api/models/PaginatedProviderList.kt
824844
src/main/kotlin/io/goauthentik/api/models/PaginatedProxyOutpostConfigList.kt
825845
src/main/kotlin/io/goauthentik/api/models/PaginatedProxyProviderList.kt
846+
src/main/kotlin/io/goauthentik/api/models/PaginatedRACPropertyMappingList.kt
847+
src/main/kotlin/io/goauthentik/api/models/PaginatedRACProviderList.kt
826848
src/main/kotlin/io/goauthentik/api/models/PaginatedRadiusOutpostConfigList.kt
827849
src/main/kotlin/io/goauthentik/api/models/PaginatedRadiusProviderList.kt
828850
src/main/kotlin/io/goauthentik/api/models/PaginatedReputationList.kt
@@ -881,6 +903,7 @@ src/main/kotlin/io/goauthentik/api/models/PatchedDummyPolicyRequest.kt
881903
src/main/kotlin/io/goauthentik/api/models/PatchedDummyStageRequest.kt
882904
src/main/kotlin/io/goauthentik/api/models/PatchedDuoDeviceRequest.kt
883905
src/main/kotlin/io/goauthentik/api/models/PatchedEmailStageRequest.kt
906+
src/main/kotlin/io/goauthentik/api/models/PatchedEndpointRequest.kt
884907
src/main/kotlin/io/goauthentik/api/models/PatchedEventMatcherPolicyRequest.kt
885908
src/main/kotlin/io/goauthentik/api/models/PatchedEventRequest.kt
886909
src/main/kotlin/io/goauthentik/api/models/PatchedExpressionPolicyRequest.kt
@@ -912,6 +935,8 @@ src/main/kotlin/io/goauthentik/api/models/PatchedPolicyBindingRequest.kt
912935
src/main/kotlin/io/goauthentik/api/models/PatchedPromptRequest.kt
913936
src/main/kotlin/io/goauthentik/api/models/PatchedPromptStageRequest.kt
914937
src/main/kotlin/io/goauthentik/api/models/PatchedProxyProviderRequest.kt
938+
src/main/kotlin/io/goauthentik/api/models/PatchedRACPropertyMappingRequest.kt
939+
src/main/kotlin/io/goauthentik/api/models/PatchedRACProviderRequest.kt
915940
src/main/kotlin/io/goauthentik/api/models/PatchedRadiusProviderRequest.kt
916941
src/main/kotlin/io/goauthentik/api/models/PatchedReputationPolicyRequest.kt
917942
src/main/kotlin/io/goauthentik/api/models/PatchedRoleRequest.kt
@@ -960,6 +985,7 @@ src/main/kotlin/io/goauthentik/api/models/PromptTypeEnum.kt
960985
src/main/kotlin/io/goauthentik/api/models/PropertyMapping.kt
961986
src/main/kotlin/io/goauthentik/api/models/PropertyMappingPreview.kt
962987
src/main/kotlin/io/goauthentik/api/models/PropertyMappingTestResult.kt
988+
src/main/kotlin/io/goauthentik/api/models/ProtocolEnum.kt
963989
src/main/kotlin/io/goauthentik/api/models/Provider.kt
964990
src/main/kotlin/io/goauthentik/api/models/ProviderEnum.kt
965991
src/main/kotlin/io/goauthentik/api/models/ProviderModelEnum.kt
@@ -969,6 +995,10 @@ src/main/kotlin/io/goauthentik/api/models/ProxyMode.kt
969995
src/main/kotlin/io/goauthentik/api/models/ProxyOutpostConfig.kt
970996
src/main/kotlin/io/goauthentik/api/models/ProxyProvider.kt
971997
src/main/kotlin/io/goauthentik/api/models/ProxyProviderRequest.kt
998+
src/main/kotlin/io/goauthentik/api/models/RACPropertyMapping.kt
999+
src/main/kotlin/io/goauthentik/api/models/RACPropertyMappingRequest.kt
1000+
src/main/kotlin/io/goauthentik/api/models/RACProvider.kt
1001+
src/main/kotlin/io/goauthentik/api/models/RACProviderRequest.kt
9721002
src/main/kotlin/io/goauthentik/api/models/RadiusOutpostConfig.kt
9731003
src/main/kotlin/io/goauthentik/api/models/RadiusProvider.kt
9741004
src/main/kotlin/io/goauthentik/api/models/RadiusProviderRequest.kt

Diff for: README.md

+35
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,13 @@ Class | Method | HTTP request | Description
371371
*PropertymappingsApi* | [**propertymappingsNotificationRetrieve**](docs/PropertymappingsApi.md#propertymappingsnotificationretrieve) | **GET** /propertymappings/notification/{pm_uuid}/ |
372372
*PropertymappingsApi* | [**propertymappingsNotificationUpdate**](docs/PropertymappingsApi.md#propertymappingsnotificationupdate) | **PUT** /propertymappings/notification/{pm_uuid}/ |
373373
*PropertymappingsApi* | [**propertymappingsNotificationUsedByList**](docs/PropertymappingsApi.md#propertymappingsnotificationusedbylist) | **GET** /propertymappings/notification/{pm_uuid}/used_by/ |
374+
*PropertymappingsApi* | [**propertymappingsRacCreate**](docs/PropertymappingsApi.md#propertymappingsraccreate) | **POST** /propertymappings/rac/ |
375+
*PropertymappingsApi* | [**propertymappingsRacDestroy**](docs/PropertymappingsApi.md#propertymappingsracdestroy) | **DELETE** /propertymappings/rac/{pm_uuid}/ |
376+
*PropertymappingsApi* | [**propertymappingsRacList**](docs/PropertymappingsApi.md#propertymappingsraclist) | **GET** /propertymappings/rac/ |
377+
*PropertymappingsApi* | [**propertymappingsRacPartialUpdate**](docs/PropertymappingsApi.md#propertymappingsracpartialupdate) | **PATCH** /propertymappings/rac/{pm_uuid}/ |
378+
*PropertymappingsApi* | [**propertymappingsRacRetrieve**](docs/PropertymappingsApi.md#propertymappingsracretrieve) | **GET** /propertymappings/rac/{pm_uuid}/ |
379+
*PropertymappingsApi* | [**propertymappingsRacUpdate**](docs/PropertymappingsApi.md#propertymappingsracupdate) | **PUT** /propertymappings/rac/{pm_uuid}/ |
380+
*PropertymappingsApi* | [**propertymappingsRacUsedByList**](docs/PropertymappingsApi.md#propertymappingsracusedbylist) | **GET** /propertymappings/rac/{pm_uuid}/used_by/ |
374381
*PropertymappingsApi* | [**propertymappingsSamlCreate**](docs/PropertymappingsApi.md#propertymappingssamlcreate) | **POST** /propertymappings/saml/ |
375382
*PropertymappingsApi* | [**propertymappingsSamlDestroy**](docs/PropertymappingsApi.md#propertymappingssamldestroy) | **DELETE** /propertymappings/saml/{pm_uuid}/ |
376383
*PropertymappingsApi* | [**propertymappingsSamlList**](docs/PropertymappingsApi.md#propertymappingssamllist) | **GET** /propertymappings/saml/ |
@@ -420,6 +427,13 @@ Class | Method | HTTP request | Description
420427
*ProvidersApi* | [**providersProxyRetrieve**](docs/ProvidersApi.md#providersproxyretrieve) | **GET** /providers/proxy/{id}/ |
421428
*ProvidersApi* | [**providersProxyUpdate**](docs/ProvidersApi.md#providersproxyupdate) | **PUT** /providers/proxy/{id}/ |
422429
*ProvidersApi* | [**providersProxyUsedByList**](docs/ProvidersApi.md#providersproxyusedbylist) | **GET** /providers/proxy/{id}/used_by/ |
430+
*ProvidersApi* | [**providersRacCreate**](docs/ProvidersApi.md#providersraccreate) | **POST** /providers/rac/ |
431+
*ProvidersApi* | [**providersRacDestroy**](docs/ProvidersApi.md#providersracdestroy) | **DELETE** /providers/rac/{id}/ |
432+
*ProvidersApi* | [**providersRacList**](docs/ProvidersApi.md#providersraclist) | **GET** /providers/rac/ |
433+
*ProvidersApi* | [**providersRacPartialUpdate**](docs/ProvidersApi.md#providersracpartialupdate) | **PATCH** /providers/rac/{id}/ |
434+
*ProvidersApi* | [**providersRacRetrieve**](docs/ProvidersApi.md#providersracretrieve) | **GET** /providers/rac/{id}/ |
435+
*ProvidersApi* | [**providersRacUpdate**](docs/ProvidersApi.md#providersracupdate) | **PUT** /providers/rac/{id}/ |
436+
*ProvidersApi* | [**providersRacUsedByList**](docs/ProvidersApi.md#providersracusedbylist) | **GET** /providers/rac/{id}/used_by/ |
423437
*ProvidersApi* | [**providersRadiusCreate**](docs/ProvidersApi.md#providersradiuscreate) | **POST** /providers/radius/ |
424438
*ProvidersApi* | [**providersRadiusDestroy**](docs/ProvidersApi.md#providersradiusdestroy) | **DELETE** /providers/radius/{id}/ |
425439
*ProvidersApi* | [**providersRadiusList**](docs/ProvidersApi.md#providersradiuslist) | **GET** /providers/radius/ |
@@ -445,6 +459,13 @@ Class | Method | HTTP request | Description
445459
*ProvidersApi* | [**providersScimSyncStatusRetrieve**](docs/ProvidersApi.md#providersscimsyncstatusretrieve) | **GET** /providers/scim/{id}/sync_status/ |
446460
*ProvidersApi* | [**providersScimUpdate**](docs/ProvidersApi.md#providersscimupdate) | **PUT** /providers/scim/{id}/ |
447461
*ProvidersApi* | [**providersScimUsedByList**](docs/ProvidersApi.md#providersscimusedbylist) | **GET** /providers/scim/{id}/used_by/ |
462+
*RacApi* | [**racEndpointsCreate**](docs/RacApi.md#racendpointscreate) | **POST** /rac/endpoints/ |
463+
*RacApi* | [**racEndpointsDestroy**](docs/RacApi.md#racendpointsdestroy) | **DELETE** /rac/endpoints/{pbm_uuid}/ |
464+
*RacApi* | [**racEndpointsList**](docs/RacApi.md#racendpointslist) | **GET** /rac/endpoints/ |
465+
*RacApi* | [**racEndpointsPartialUpdate**](docs/RacApi.md#racendpointspartialupdate) | **PATCH** /rac/endpoints/{pbm_uuid}/ |
466+
*RacApi* | [**racEndpointsRetrieve**](docs/RacApi.md#racendpointsretrieve) | **GET** /rac/endpoints/{pbm_uuid}/ |
467+
*RacApi* | [**racEndpointsUpdate**](docs/RacApi.md#racendpointsupdate) | **PUT** /rac/endpoints/{pbm_uuid}/ |
468+
*RacApi* | [**racEndpointsUsedByList**](docs/RacApi.md#racendpointsusedbylist) | **GET** /rac/endpoints/{pbm_uuid}/used_by/ |
448469
*RbacApi* | [**rbacPermissionsAssignedByRolesAssignCreate**](docs/RbacApi.md#rbacpermissionsassignedbyrolesassigncreate) | **POST** /rbac/permissions/assigned_by_roles/{uuid}/assign/ |
449470
*RbacApi* | [**rbacPermissionsAssignedByRolesList**](docs/RbacApi.md#rbacpermissionsassignedbyroleslist) | **GET** /rbac/permissions/assigned_by_roles/ |
450471
*RbacApi* | [**rbacPermissionsAssignedByRolesUnassignPartialUpdate**](docs/RbacApi.md#rbacpermissionsassignedbyrolesunassignpartialupdate) | **PATCH** /rbac/permissions/assigned_by_roles/{uuid}/unassign/ |
@@ -702,6 +723,7 @@ Class | Method | HTTP request | Description
702723
- [AppleLoginChallenge](docs/AppleLoginChallenge.md)
703724
- [Application](docs/Application.md)
704725
- [ApplicationRequest](docs/ApplicationRequest.md)
726+
- [AuthModeEnum](docs/AuthModeEnum.md)
705727
- [AuthTypeEnum](docs/AuthTypeEnum.md)
706728
- [AuthenticateWebAuthnStage](docs/AuthenticateWebAuthnStage.md)
707729
- [AuthenticateWebAuthnStageRequest](docs/AuthenticateWebAuthnStageRequest.md)
@@ -795,6 +817,8 @@ Class | Method | HTTP request | Description
795817
- [EmailChallengeResponseRequest](docs/EmailChallengeResponseRequest.md)
796818
- [EmailStage](docs/EmailStage.md)
797819
- [EmailStageRequest](docs/EmailStageRequest.md)
820+
- [Endpoint](docs/Endpoint.md)
821+
- [EndpointRequest](docs/EndpointRequest.md)
798822
- [ErrorDetail](docs/ErrorDetail.md)
799823
- [ErrorReportingConfig](docs/ErrorReportingConfig.md)
800824
- [Event](docs/Event.md)
@@ -911,6 +935,7 @@ Class | Method | HTTP request | Description
911935
- [PaginatedDummyStageList](docs/PaginatedDummyStageList.md)
912936
- [PaginatedDuoDeviceList](docs/PaginatedDuoDeviceList.md)
913937
- [PaginatedEmailStageList](docs/PaginatedEmailStageList.md)
938+
- [PaginatedEndpointList](docs/PaginatedEndpointList.md)
914939
- [PaginatedEventList](docs/PaginatedEventList.md)
915940
- [PaginatedEventMatcherPolicyList](docs/PaginatedEventMatcherPolicyList.md)
916941
- [PaginatedExpiringBaseGrantModelList](docs/PaginatedExpiringBaseGrantModelList.md)
@@ -950,6 +975,8 @@ Class | Method | HTTP request | Description
950975
- [PaginatedProviderList](docs/PaginatedProviderList.md)
951976
- [PaginatedProxyOutpostConfigList](docs/PaginatedProxyOutpostConfigList.md)
952977
- [PaginatedProxyProviderList](docs/PaginatedProxyProviderList.md)
978+
- [PaginatedRACPropertyMappingList](docs/PaginatedRACPropertyMappingList.md)
979+
- [PaginatedRACProviderList](docs/PaginatedRACProviderList.md)
953980
- [PaginatedRadiusOutpostConfigList](docs/PaginatedRadiusOutpostConfigList.md)
954981
- [PaginatedRadiusProviderList](docs/PaginatedRadiusProviderList.md)
955982
- [PaginatedReputationList](docs/PaginatedReputationList.md)
@@ -1008,6 +1035,7 @@ Class | Method | HTTP request | Description
10081035
- [PatchedDummyStageRequest](docs/PatchedDummyStageRequest.md)
10091036
- [PatchedDuoDeviceRequest](docs/PatchedDuoDeviceRequest.md)
10101037
- [PatchedEmailStageRequest](docs/PatchedEmailStageRequest.md)
1038+
- [PatchedEndpointRequest](docs/PatchedEndpointRequest.md)
10111039
- [PatchedEventMatcherPolicyRequest](docs/PatchedEventMatcherPolicyRequest.md)
10121040
- [PatchedEventRequest](docs/PatchedEventRequest.md)
10131041
- [PatchedExpressionPolicyRequest](docs/PatchedExpressionPolicyRequest.md)
@@ -1039,6 +1067,8 @@ Class | Method | HTTP request | Description
10391067
- [PatchedPromptRequest](docs/PatchedPromptRequest.md)
10401068
- [PatchedPromptStageRequest](docs/PatchedPromptStageRequest.md)
10411069
- [PatchedProxyProviderRequest](docs/PatchedProxyProviderRequest.md)
1070+
- [PatchedRACPropertyMappingRequest](docs/PatchedRACPropertyMappingRequest.md)
1071+
- [PatchedRACProviderRequest](docs/PatchedRACProviderRequest.md)
10421072
- [PatchedRadiusProviderRequest](docs/PatchedRadiusProviderRequest.md)
10431073
- [PatchedReputationPolicyRequest](docs/PatchedReputationPolicyRequest.md)
10441074
- [PatchedRoleRequest](docs/PatchedRoleRequest.md)
@@ -1087,6 +1117,7 @@ Class | Method | HTTP request | Description
10871117
- [PropertyMapping](docs/PropertyMapping.md)
10881118
- [PropertyMappingPreview](docs/PropertyMappingPreview.md)
10891119
- [PropertyMappingTestResult](docs/PropertyMappingTestResult.md)
1120+
- [ProtocolEnum](docs/ProtocolEnum.md)
10901121
- [Provider](docs/Provider.md)
10911122
- [ProviderEnum](docs/ProviderEnum.md)
10921123
- [ProviderModelEnum](docs/ProviderModelEnum.md)
@@ -1096,6 +1127,10 @@ Class | Method | HTTP request | Description
10961127
- [ProxyOutpostConfig](docs/ProxyOutpostConfig.md)
10971128
- [ProxyProvider](docs/ProxyProvider.md)
10981129
- [ProxyProviderRequest](docs/ProxyProviderRequest.md)
1130+
- [RACPropertyMapping](docs/RACPropertyMapping.md)
1131+
- [RACPropertyMappingRequest](docs/RACPropertyMappingRequest.md)
1132+
- [RACProvider](docs/RACProvider.md)
1133+
- [RACProviderRequest](docs/RACProviderRequest.md)
10991134
- [RadiusOutpostConfig](docs/RadiusOutpostConfig.md)
11001135
- [RadiusProvider](docs/RadiusProvider.md)
11011136
- [RadiusProviderRequest](docs/RadiusProviderRequest.md)

Diff for: docs/AppEnum.md

+2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@
102102

103103
* `enterprise` (value: `"authentik.enterprise"`)
104104

105+
* `enterprisePeriodProvidersPeriodRac` (value: `"authentik.enterprise.providers.rac"`)
106+
105107
* `unknownDefaultOpenApi` (value: `"unknown_default_open_api"`)
106108

107109

Diff for: docs/AuthModeEnum.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# AuthModeEnum
3+
4+
## Enum
5+
6+
7+
* `static` (value: `"static"`)
8+
9+
* `prompt` (value: `"prompt"`)
10+
11+
* `unknownDefaultOpenApi` (value: `"unknown_default_open_api"`)
12+
13+
14+

Diff for: docs/Endpoint.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
# Endpoint
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**pk** | [**java.util.UUID**](java.util.UUID.md) | | [readonly]
8+
**name** | **kotlin.String** | |
9+
**provider** | **kotlin.Int** | |
10+
**providerObj** | [**RACProvider**](RACProvider.md) | | [readonly]
11+
**protocol** | [**ProtocolEnum**](ProtocolEnum.md) | |
12+
**host** | **kotlin.String** | |
13+
**authMode** | [**AuthModeEnum**](AuthModeEnum.md) | |
14+
**launchUrl** | **kotlin.String** | Build actual launch URL (the provider itself does not have one, just individual endpoints) | [readonly]
15+
**settings** | [**kotlin.Any**](.md) | | [optional]
16+
**propertyMappings** | [**kotlin.collections.List<java.util.UUID>**](java.util.UUID.md) | | [optional]
17+
18+
19+

Diff for: docs/EndpointRequest.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
# EndpointRequest
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**name** | **kotlin.String** | |
8+
**provider** | **kotlin.Int** | |
9+
**protocol** | [**ProtocolEnum**](ProtocolEnum.md) | |
10+
**host** | **kotlin.String** | |
11+
**authMode** | [**AuthModeEnum**](AuthModeEnum.md) | |
12+
**settings** | [**kotlin.Any**](.md) | | [optional]
13+
**propertyMappings** | [**kotlin.collections.List<java.util.UUID>**](java.util.UUID.md) | | [optional]
14+
15+
16+

Diff for: docs/ModelEnum.md

+6
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,12 @@
152152

153153
* `enterprisePeriodLicense` (value: `"authentik_enterprise.license"`)
154154

155+
* `providersRacPeriodRacprovider` (value: `"authentik_providers_rac.racprovider"`)
156+
157+
* `providersRacPeriodEndpoint` (value: `"authentik_providers_rac.endpoint"`)
158+
159+
* `providersRacPeriodRacpropertymapping` (value: `"authentik_providers_rac.racpropertymapping"`)
160+
155161
* `unknownDefaultOpenApi` (value: `"unknown_default_open_api"`)
156162

157163

0 commit comments

Comments
 (0)