Skip to main content

propertymappings_provider_rac_retrieve

GET 

/propertymappings/provider/rac/:pm_uuid/

RACPropertyMapping Viewset

Request

Path Parameters

    pm_uuid uuidrequired

    A UUID string identifying this RAC Provider Property Mapping.

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 string
    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

    static_settings

    object

    required

    property name* any
Loading...