Generated Documentation for AzureAD Windows Graph API Sync Source

This extension implements a Sync Source which can be used to resync users from an AzureAD service.

Allowed Arguments

Argument Name: tenant-id
Description: The tenantId used to call the AzureAD Graph API
Data Type: String
Is Required: true
Maximum Occurrences: 1

Argument Name: client-id
Description: The clientId used to call the AzureAD Graph API
Data Type: String
Is Required: true
Maximum Occurrences: 1

Argument Name: client-secret
Description: The clientSecret used in conjunction with the clientId to call the AzureAD Graph API
Data Type: String
Is Required: true
Maximum Occurrences: 1

Argument Name: grant-type
Description: The grantType used to obtain the accessToken for the AzureAD Graph API. Default is client_credentials
Data Type: String
Is Required: false
Maximum Occurrences: 1

Argument Name: resource
Description: The reosource URL used to call the AzureAD Graph API. Default is: https://graph.windows.net
Data Type: String
Is Required: false
Maximum Occurrences: 1

Argument Name: scope
Description: The scope used to obtain the accessToken for the AzureAD Graph API. Default is: user.read
Data Type: String
Is Required: false
Maximum Occurrences: 1

Argument Name: attributes
Description: The attributes returned from the AzureAD Graph API.
Data Type: String
Is Required: false
Maximum Occurrences: 2147483647

Argument Name: filter
Description: The filter used with the AzureAD Graph API.
Data Type: String
Is Required: false
Maximum Occurrences: 1

Argument Name: base-dn
Description: Base DN of the internal sync entry DN. Default is: cn=AzureAD
Data Type: LDAP Distinguished Name
Is Required: false
Maximum Occurrences: 1