Skip to main content

providers_microsoft_entra_create

POST 

/api/v3//providers/microsoft_entra/

MicrosoftEntraProvider Viewset

Request

Bodyrequired

    namestringrequired

    Possible values: non-empty

    property_mappingsuuid[]
    property_mappings_groupuuid[]

    Property mappings used for group creation/updating.

    client_idstringrequired

    Possible values: non-empty

    client_secretstringrequired

    Possible values: non-empty

    tenant_idstringrequired

    Possible values: non-empty

    exclude_users_service_accountboolean
    filter_groupuuidnullable
    user_delete_actionOutgoingSyncDeleteAction (string)

    Possible values: [do_nothing, delete, suspend]

    group_delete_actionOutgoingSyncDeleteAction (string)

    Possible values: [do_nothing, delete, suspend]

    dry_runboolean

    When enabled, provider will not modify or create objects in the remote system.

Responses

Schema
    pkID (integer)required
    namestringrequired
    property_mappingsuuid[]
    property_mappings_groupuuid[]

    Property mappings used for group creation/updating.

    componentstringrequired

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

    assigned_backchannel_application_slugstringrequired

    Internal application name, used in URLs.

    assigned_backchannel_application_namestringrequired

    Application's display Name.

    verbose_namestringrequired

    Return object's verbose_name

    verbose_name_pluralstringrequired

    Return object's plural verbose_name

    meta_model_namestringrequired

    Return internal model name

    client_idstringrequired
    client_secretstringrequired
    tenant_idstringrequired
    exclude_users_service_accountboolean
    filter_groupuuidnullable
    user_delete_actionOutgoingSyncDeleteAction (string)

    Possible values: [do_nothing, delete, suspend]

    group_delete_actionOutgoingSyncDeleteAction (string)

    Possible values: [do_nothing, delete, suspend]

    dry_runboolean

    When enabled, provider will not modify or create objects in the remote system.

Authorization: http

name: authentiktype: httpscheme: bearer

Request Collapse all
Base URL
/api/v3
Auth
Body required
{
  "name": "string",
  "property_mappings": [
    "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  ],
  "property_mappings_group": [
    "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  ],
  "client_id": "string",
  "client_secret": "string",
  "tenant_id": "string",
  "exclude_users_service_account": true,
  "filter_group": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "user_delete_action": "do_nothing",
  "group_delete_action": "do_nothing",
  "dry_run": true
}