Skip to main content

providers_scim_partial_update

PATCH 

/providers/scim/:id/

SCIMProvider Viewset

Request

Path Parameters

    id integerrequired

    A unique integer value identifying this SCIM Provider.

Body

    name string

    Possible values: non-empty

    property_mappings uuid[]
    property_mappings_group uuid[]

    Property mappings used for group creation/updating.

    url string

    Possible values: non-empty

    Base URL to SCIM requests, usually ends in /v2

    token string

    Possible values: non-empty

    Authentication token

    exclude_users_service_account boolean
    filter_group uuidnullable

Responses

Schema

    pk ID (integer)required
    name stringrequired
    property_mappings uuid[]
    property_mappings_group uuid[]

    Property mappings used for group creation/updating.

    component stringrequired

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

    assigned_backchannel_application_slug stringrequired

    Internal application name, used in URLs.

    assigned_backchannel_application_name stringrequired

    Application's display Name.

    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

    url stringrequired

    Base URL to SCIM requests, usually ends in /v2

    token stringrequired

    Authentication token

    exclude_users_service_account boolean
    filter_group uuidnullable
Loading...