propertymappings

ScopeMapping Viewset

patch/propertymappings/provider/scope/{pm_uuid}/

Path parameters

pm_uuidstring uuid required

A UUID string identifying this Scope Mapping.

Request body

managedstring nullable

Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

namestring
expressionstring
scope_namestring

Scope name requested by the client

descriptionstring

Description shown to the user when consenting. If left empty, the user won't be informed.

Response

pkstring uuid required
managedstring nullable

Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

namestring required
expressionstring required
componentstring required

Get object's component so that we know how to edit the object

verbose_namestring required

Return object's verbose_name

verbose_name_pluralstring required

Return object's plural verbose_name

meta_model_namestring required

Return internal model name

scope_namestring required

Scope name requested by the client

descriptionstring

Description shown to the user when consenting. If left empty, the user won't be informed.

Changes

No recorded changes to this endpoint across all 1 revision of this API.