Skip to main content

propertymappings_source_oauth_create

POST 

/propertymappings/source/oauth/

OAuthSourcePropertyMapping Viewset

Request

Body

required

    managed Managed by authentik (string)nullable

    Possible values: non-empty

    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.

    name stringrequired

    Possible values: non-empty

    expression stringrequired

    Possible values: non-empty

Responses

Schema

    pk uuidrequired
    managed Managed by authentik (string)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.

    name stringrequired
    expression stringrequired
    component stringrequired

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

    verbose_name stringrequired

    Return object's verbose_name

    verbose_name_plural stringrequired

    Return object's plural verbose_name

    meta_model_name stringrequired

    Return internal model name

Loading...