Skip to content

Commit 890bca9

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 5d3bc94 commit 890bca9

Some content is hidden

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

57 files changed

+13665
-187
lines changed

.openapi-generator/FILES

+30
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ api_outposts.go
1515
api_policies.go
1616
api_propertymappings.go
1717
api_providers.go
18+
api_rac.go
1819
api_rbac.go
1920
api_root.go
2021
api_schema.go
@@ -30,6 +31,7 @@ docs/AppleChallengeResponseRequest.md
3031
docs/AppleLoginChallenge.md
3132
docs/Application.md
3233
docs/ApplicationRequest.md
34+
docs/AuthModeEnum.md
3335
docs/AuthTypeEnum.md
3436
docs/AuthenticateWebAuthnStage.md
3537
docs/AuthenticateWebAuthnStageRequest.md
@@ -126,6 +128,8 @@ docs/EmailChallenge.md
126128
docs/EmailChallengeResponseRequest.md
127129
docs/EmailStage.md
128130
docs/EmailStageRequest.md
131+
docs/Endpoint.md
132+
docs/EndpointRequest.md
129133
docs/EnterpriseApi.md
130134
docs/ErrorDetail.md
131135
docs/ErrorReportingConfig.md
@@ -248,6 +252,7 @@ docs/PaginatedDummyPolicyList.md
248252
docs/PaginatedDummyStageList.md
249253
docs/PaginatedDuoDeviceList.md
250254
docs/PaginatedEmailStageList.md
255+
docs/PaginatedEndpointList.md
251256
docs/PaginatedEventList.md
252257
docs/PaginatedEventMatcherPolicyList.md
253258
docs/PaginatedExpiringBaseGrantModelList.md
@@ -287,6 +292,8 @@ docs/PaginatedPropertyMappingList.md
287292
docs/PaginatedProviderList.md
288293
docs/PaginatedProxyOutpostConfigList.md
289294
docs/PaginatedProxyProviderList.md
295+
docs/PaginatedRACPropertyMappingList.md
296+
docs/PaginatedRACProviderList.md
290297
docs/PaginatedRadiusOutpostConfigList.md
291298
docs/PaginatedRadiusProviderList.md
292299
docs/PaginatedReputationList.md
@@ -345,6 +352,7 @@ docs/PatchedDummyPolicyRequest.md
345352
docs/PatchedDummyStageRequest.md
346353
docs/PatchedDuoDeviceRequest.md
347354
docs/PatchedEmailStageRequest.md
355+
docs/PatchedEndpointRequest.md
348356
docs/PatchedEventMatcherPolicyRequest.md
349357
docs/PatchedEventRequest.md
350358
docs/PatchedExpressionPolicyRequest.md
@@ -376,6 +384,8 @@ docs/PatchedPolicyBindingRequest.md
376384
docs/PatchedPromptRequest.md
377385
docs/PatchedPromptStageRequest.md
378386
docs/PatchedProxyProviderRequest.md
387+
docs/PatchedRACPropertyMappingRequest.md
388+
docs/PatchedRACProviderRequest.md
379389
docs/PatchedRadiusProviderRequest.md
380390
docs/PatchedReputationPolicyRequest.md
381391
docs/PatchedRoleRequest.md
@@ -426,6 +436,7 @@ docs/PropertyMapping.md
426436
docs/PropertyMappingPreview.md
427437
docs/PropertyMappingTestResult.md
428438
docs/PropertymappingsApi.md
439+
docs/ProtocolEnum.md
429440
docs/Provider.md
430441
docs/ProviderEnum.md
431442
docs/ProviderModelEnum.md
@@ -436,6 +447,11 @@ docs/ProxyMode.md
436447
docs/ProxyOutpostConfig.md
437448
docs/ProxyProvider.md
438449
docs/ProxyProviderRequest.md
450+
docs/RACPropertyMapping.md
451+
docs/RACPropertyMappingRequest.md
452+
docs/RACProvider.md
453+
docs/RACProviderRequest.md
454+
docs/RacApi.md
439455
docs/RadiusOutpostConfig.md
440456
docs/RadiusProvider.md
441457
docs/RadiusProviderRequest.md
@@ -559,6 +575,7 @@ model_apple_challenge_response_request.go
559575
model_apple_login_challenge.go
560576
model_application.go
561577
model_application_request.go
578+
model_auth_mode_enum.go
562579
model_auth_type_enum.go
563580
model_authenticate_web_authn_stage.go
564581
model_authenticate_web_authn_stage_request.go
@@ -652,6 +669,8 @@ model_email_challenge.go
652669
model_email_challenge_response_request.go
653670
model_email_stage.go
654671
model_email_stage_request.go
672+
model_endpoint.go
673+
model_endpoint_request.go
655674
model_error_detail.go
656675
model_error_reporting_config.go
657676
model_event.go
@@ -768,6 +787,7 @@ model_paginated_dummy_policy_list.go
768787
model_paginated_dummy_stage_list.go
769788
model_paginated_duo_device_list.go
770789
model_paginated_email_stage_list.go
790+
model_paginated_endpoint_list.go
771791
model_paginated_event_list.go
772792
model_paginated_event_matcher_policy_list.go
773793
model_paginated_expiring_base_grant_model_list.go
@@ -807,6 +827,8 @@ model_paginated_property_mapping_list.go
807827
model_paginated_provider_list.go
808828
model_paginated_proxy_outpost_config_list.go
809829
model_paginated_proxy_provider_list.go
830+
model_paginated_rac_property_mapping_list.go
831+
model_paginated_rac_provider_list.go
810832
model_paginated_radius_outpost_config_list.go
811833
model_paginated_radius_provider_list.go
812834
model_paginated_reputation_list.go
@@ -865,6 +887,7 @@ model_patched_dummy_policy_request.go
865887
model_patched_dummy_stage_request.go
866888
model_patched_duo_device_request.go
867889
model_patched_email_stage_request.go
890+
model_patched_endpoint_request.go
868891
model_patched_event_matcher_policy_request.go
869892
model_patched_event_request.go
870893
model_patched_expression_policy_request.go
@@ -896,6 +919,8 @@ model_patched_policy_binding_request.go
896919
model_patched_prompt_request.go
897920
model_patched_prompt_stage_request.go
898921
model_patched_proxy_provider_request.go
922+
model_patched_rac_property_mapping_request.go
923+
model_patched_rac_provider_request.go
899924
model_patched_radius_provider_request.go
900925
model_patched_reputation_policy_request.go
901926
model_patched_role_request.go
@@ -944,6 +969,7 @@ model_prompt_type_enum.go
944969
model_property_mapping.go
945970
model_property_mapping_preview.go
946971
model_property_mapping_test_result.go
972+
model_protocol_enum.go
947973
model_provider.go
948974
model_provider_enum.go
949975
model_provider_model_enum.go
@@ -953,6 +979,10 @@ model_proxy_mode.go
953979
model_proxy_outpost_config.go
954980
model_proxy_provider.go
955981
model_proxy_provider_request.go
982+
model_rac_property_mapping.go
983+
model_rac_property_mapping_request.go
984+
model_rac_provider.go
985+
model_rac_provider_request.go
956986
model_radius_outpost_config.go
957987
model_radius_provider.go
958988
model_radius_provider_request.go

README.md

+35
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,13 @@ Class | Method | HTTP request | Description
385385
*PropertymappingsApi* | [**PropertymappingsNotificationRetrieve**](docs/PropertymappingsApi.md#propertymappingsnotificationretrieve) | **Get** /propertymappings/notification/{pm_uuid}/ |
386386
*PropertymappingsApi* | [**PropertymappingsNotificationUpdate**](docs/PropertymappingsApi.md#propertymappingsnotificationupdate) | **Put** /propertymappings/notification/{pm_uuid}/ |
387387
*PropertymappingsApi* | [**PropertymappingsNotificationUsedByList**](docs/PropertymappingsApi.md#propertymappingsnotificationusedbylist) | **Get** /propertymappings/notification/{pm_uuid}/used_by/ |
388+
*PropertymappingsApi* | [**PropertymappingsRacCreate**](docs/PropertymappingsApi.md#propertymappingsraccreate) | **Post** /propertymappings/rac/ |
389+
*PropertymappingsApi* | [**PropertymappingsRacDestroy**](docs/PropertymappingsApi.md#propertymappingsracdestroy) | **Delete** /propertymappings/rac/{pm_uuid}/ |
390+
*PropertymappingsApi* | [**PropertymappingsRacList**](docs/PropertymappingsApi.md#propertymappingsraclist) | **Get** /propertymappings/rac/ |
391+
*PropertymappingsApi* | [**PropertymappingsRacPartialUpdate**](docs/PropertymappingsApi.md#propertymappingsracpartialupdate) | **Patch** /propertymappings/rac/{pm_uuid}/ |
392+
*PropertymappingsApi* | [**PropertymappingsRacRetrieve**](docs/PropertymappingsApi.md#propertymappingsracretrieve) | **Get** /propertymappings/rac/{pm_uuid}/ |
393+
*PropertymappingsApi* | [**PropertymappingsRacUpdate**](docs/PropertymappingsApi.md#propertymappingsracupdate) | **Put** /propertymappings/rac/{pm_uuid}/ |
394+
*PropertymappingsApi* | [**PropertymappingsRacUsedByList**](docs/PropertymappingsApi.md#propertymappingsracusedbylist) | **Get** /propertymappings/rac/{pm_uuid}/used_by/ |
388395
*PropertymappingsApi* | [**PropertymappingsSamlCreate**](docs/PropertymappingsApi.md#propertymappingssamlcreate) | **Post** /propertymappings/saml/ |
389396
*PropertymappingsApi* | [**PropertymappingsSamlDestroy**](docs/PropertymappingsApi.md#propertymappingssamldestroy) | **Delete** /propertymappings/saml/{pm_uuid}/ |
390397
*PropertymappingsApi* | [**PropertymappingsSamlList**](docs/PropertymappingsApi.md#propertymappingssamllist) | **Get** /propertymappings/saml/ |
@@ -434,6 +441,13 @@ Class | Method | HTTP request | Description
434441
*ProvidersApi* | [**ProvidersProxyRetrieve**](docs/ProvidersApi.md#providersproxyretrieve) | **Get** /providers/proxy/{id}/ |
435442
*ProvidersApi* | [**ProvidersProxyUpdate**](docs/ProvidersApi.md#providersproxyupdate) | **Put** /providers/proxy/{id}/ |
436443
*ProvidersApi* | [**ProvidersProxyUsedByList**](docs/ProvidersApi.md#providersproxyusedbylist) | **Get** /providers/proxy/{id}/used_by/ |
444+
*ProvidersApi* | [**ProvidersRacCreate**](docs/ProvidersApi.md#providersraccreate) | **Post** /providers/rac/ |
445+
*ProvidersApi* | [**ProvidersRacDestroy**](docs/ProvidersApi.md#providersracdestroy) | **Delete** /providers/rac/{id}/ |
446+
*ProvidersApi* | [**ProvidersRacList**](docs/ProvidersApi.md#providersraclist) | **Get** /providers/rac/ |
447+
*ProvidersApi* | [**ProvidersRacPartialUpdate**](docs/ProvidersApi.md#providersracpartialupdate) | **Patch** /providers/rac/{id}/ |
448+
*ProvidersApi* | [**ProvidersRacRetrieve**](docs/ProvidersApi.md#providersracretrieve) | **Get** /providers/rac/{id}/ |
449+
*ProvidersApi* | [**ProvidersRacUpdate**](docs/ProvidersApi.md#providersracupdate) | **Put** /providers/rac/{id}/ |
450+
*ProvidersApi* | [**ProvidersRacUsedByList**](docs/ProvidersApi.md#providersracusedbylist) | **Get** /providers/rac/{id}/used_by/ |
437451
*ProvidersApi* | [**ProvidersRadiusCreate**](docs/ProvidersApi.md#providersradiuscreate) | **Post** /providers/radius/ |
438452
*ProvidersApi* | [**ProvidersRadiusDestroy**](docs/ProvidersApi.md#providersradiusdestroy) | **Delete** /providers/radius/{id}/ |
439453
*ProvidersApi* | [**ProvidersRadiusList**](docs/ProvidersApi.md#providersradiuslist) | **Get** /providers/radius/ |
@@ -459,6 +473,13 @@ Class | Method | HTTP request | Description
459473
*ProvidersApi* | [**ProvidersScimSyncStatusRetrieve**](docs/ProvidersApi.md#providersscimsyncstatusretrieve) | **Get** /providers/scim/{id}/sync_status/ |
460474
*ProvidersApi* | [**ProvidersScimUpdate**](docs/ProvidersApi.md#providersscimupdate) | **Put** /providers/scim/{id}/ |
461475
*ProvidersApi* | [**ProvidersScimUsedByList**](docs/ProvidersApi.md#providersscimusedbylist) | **Get** /providers/scim/{id}/used_by/ |
476+
*RacApi* | [**RacEndpointsCreate**](docs/RacApi.md#racendpointscreate) | **Post** /rac/endpoints/ |
477+
*RacApi* | [**RacEndpointsDestroy**](docs/RacApi.md#racendpointsdestroy) | **Delete** /rac/endpoints/{pbm_uuid}/ |
478+
*RacApi* | [**RacEndpointsList**](docs/RacApi.md#racendpointslist) | **Get** /rac/endpoints/ |
479+
*RacApi* | [**RacEndpointsPartialUpdate**](docs/RacApi.md#racendpointspartialupdate) | **Patch** /rac/endpoints/{pbm_uuid}/ |
480+
*RacApi* | [**RacEndpointsRetrieve**](docs/RacApi.md#racendpointsretrieve) | **Get** /rac/endpoints/{pbm_uuid}/ |
481+
*RacApi* | [**RacEndpointsUpdate**](docs/RacApi.md#racendpointsupdate) | **Put** /rac/endpoints/{pbm_uuid}/ |
482+
*RacApi* | [**RacEndpointsUsedByList**](docs/RacApi.md#racendpointsusedbylist) | **Get** /rac/endpoints/{pbm_uuid}/used_by/ |
462483
*RbacApi* | [**RbacPermissionsAssignedByRolesAssignCreate**](docs/RbacApi.md#rbacpermissionsassignedbyrolesassigncreate) | **Post** /rbac/permissions/assigned_by_roles/{uuid}/assign/ |
463484
*RbacApi* | [**RbacPermissionsAssignedByRolesList**](docs/RbacApi.md#rbacpermissionsassignedbyroleslist) | **Get** /rbac/permissions/assigned_by_roles/ |
464485
*RbacApi* | [**RbacPermissionsAssignedByRolesUnassignPartialUpdate**](docs/RbacApi.md#rbacpermissionsassignedbyrolesunassignpartialupdate) | **Patch** /rbac/permissions/assigned_by_roles/{uuid}/unassign/ |
@@ -716,6 +737,7 @@ Class | Method | HTTP request | Description
716737
- [AppleLoginChallenge](docs/AppleLoginChallenge.md)
717738
- [Application](docs/Application.md)
718739
- [ApplicationRequest](docs/ApplicationRequest.md)
740+
- [AuthModeEnum](docs/AuthModeEnum.md)
719741
- [AuthTypeEnum](docs/AuthTypeEnum.md)
720742
- [AuthenticateWebAuthnStage](docs/AuthenticateWebAuthnStage.md)
721743
- [AuthenticateWebAuthnStageRequest](docs/AuthenticateWebAuthnStageRequest.md)
@@ -809,6 +831,8 @@ Class | Method | HTTP request | Description
809831
- [EmailChallengeResponseRequest](docs/EmailChallengeResponseRequest.md)
810832
- [EmailStage](docs/EmailStage.md)
811833
- [EmailStageRequest](docs/EmailStageRequest.md)
834+
- [Endpoint](docs/Endpoint.md)
835+
- [EndpointRequest](docs/EndpointRequest.md)
812836
- [ErrorDetail](docs/ErrorDetail.md)
813837
- [ErrorReportingConfig](docs/ErrorReportingConfig.md)
814838
- [Event](docs/Event.md)
@@ -925,6 +949,7 @@ Class | Method | HTTP request | Description
925949
- [PaginatedDummyStageList](docs/PaginatedDummyStageList.md)
926950
- [PaginatedDuoDeviceList](docs/PaginatedDuoDeviceList.md)
927951
- [PaginatedEmailStageList](docs/PaginatedEmailStageList.md)
952+
- [PaginatedEndpointList](docs/PaginatedEndpointList.md)
928953
- [PaginatedEventList](docs/PaginatedEventList.md)
929954
- [PaginatedEventMatcherPolicyList](docs/PaginatedEventMatcherPolicyList.md)
930955
- [PaginatedExpiringBaseGrantModelList](docs/PaginatedExpiringBaseGrantModelList.md)
@@ -964,6 +989,8 @@ Class | Method | HTTP request | Description
964989
- [PaginatedProviderList](docs/PaginatedProviderList.md)
965990
- [PaginatedProxyOutpostConfigList](docs/PaginatedProxyOutpostConfigList.md)
966991
- [PaginatedProxyProviderList](docs/PaginatedProxyProviderList.md)
992+
- [PaginatedRACPropertyMappingList](docs/PaginatedRACPropertyMappingList.md)
993+
- [PaginatedRACProviderList](docs/PaginatedRACProviderList.md)
967994
- [PaginatedRadiusOutpostConfigList](docs/PaginatedRadiusOutpostConfigList.md)
968995
- [PaginatedRadiusProviderList](docs/PaginatedRadiusProviderList.md)
969996
- [PaginatedReputationList](docs/PaginatedReputationList.md)
@@ -1022,6 +1049,7 @@ Class | Method | HTTP request | Description
10221049
- [PatchedDummyStageRequest](docs/PatchedDummyStageRequest.md)
10231050
- [PatchedDuoDeviceRequest](docs/PatchedDuoDeviceRequest.md)
10241051
- [PatchedEmailStageRequest](docs/PatchedEmailStageRequest.md)
1052+
- [PatchedEndpointRequest](docs/PatchedEndpointRequest.md)
10251053
- [PatchedEventMatcherPolicyRequest](docs/PatchedEventMatcherPolicyRequest.md)
10261054
- [PatchedEventRequest](docs/PatchedEventRequest.md)
10271055
- [PatchedExpressionPolicyRequest](docs/PatchedExpressionPolicyRequest.md)
@@ -1053,6 +1081,8 @@ Class | Method | HTTP request | Description
10531081
- [PatchedPromptRequest](docs/PatchedPromptRequest.md)
10541082
- [PatchedPromptStageRequest](docs/PatchedPromptStageRequest.md)
10551083
- [PatchedProxyProviderRequest](docs/PatchedProxyProviderRequest.md)
1084+
- [PatchedRACPropertyMappingRequest](docs/PatchedRACPropertyMappingRequest.md)
1085+
- [PatchedRACProviderRequest](docs/PatchedRACProviderRequest.md)
10561086
- [PatchedRadiusProviderRequest](docs/PatchedRadiusProviderRequest.md)
10571087
- [PatchedReputationPolicyRequest](docs/PatchedReputationPolicyRequest.md)
10581088
- [PatchedRoleRequest](docs/PatchedRoleRequest.md)
@@ -1101,6 +1131,7 @@ Class | Method | HTTP request | Description
11011131
- [PropertyMapping](docs/PropertyMapping.md)
11021132
- [PropertyMappingPreview](docs/PropertyMappingPreview.md)
11031133
- [PropertyMappingTestResult](docs/PropertyMappingTestResult.md)
1134+
- [ProtocolEnum](docs/ProtocolEnum.md)
11041135
- [Provider](docs/Provider.md)
11051136
- [ProviderEnum](docs/ProviderEnum.md)
11061137
- [ProviderModelEnum](docs/ProviderModelEnum.md)
@@ -1110,6 +1141,10 @@ Class | Method | HTTP request | Description
11101141
- [ProxyOutpostConfig](docs/ProxyOutpostConfig.md)
11111142
- [ProxyProvider](docs/ProxyProvider.md)
11121143
- [ProxyProviderRequest](docs/ProxyProviderRequest.md)
1144+
- [RACPropertyMapping](docs/RACPropertyMapping.md)
1145+
- [RACPropertyMappingRequest](docs/RACPropertyMappingRequest.md)
1146+
- [RACProvider](docs/RACProvider.md)
1147+
- [RACProviderRequest](docs/RACProviderRequest.md)
11131148
- [RadiusOutpostConfig](docs/RadiusOutpostConfig.md)
11141149
- [RadiusProvider](docs/RadiusProvider.md)
11151150
- [RadiusProviderRequest](docs/RadiusProviderRequest.md)

0 commit comments

Comments
 (0)