Skip to main content

propertymappings_provider_saml_retrieve

GET 

/propertymappings/provider/saml/:pm_uuid/

SAMLPropertyMapping Viewset

Request

Path Parameters

    pm_uuid uuidrequired

    A UUID string identifying this SAML 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 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

    saml_name stringrequired
    friendly_name stringnullable
Loading...