| title | keyValuePair resource type |
|---|---|
| description | Key value pair for action parameters. |
| ms.localizationpriority | medium |
| author | preetikr |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 07/23/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Key-value pair for action parameters. The configuration of this resource is shared by the following objects:
- The synchronizationJobSettings property of synchronizationJob.
- The arguments property of Lifecycle Workflows tasks.
- The parameters property of securityAction
| Property | Type | Description |
|---|---|---|
| name | String | Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values. |
| value | String | Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values. |
| Property | Possible values |
|---|---|
| AllowDefaultEntitlement | The service will provision users that only have the msiam_access entitlement grant. |
| AzureIngestionAttributeOptimization | A Boolean value for enabling an optimization for incremental sync when the number of users managed is in the hundreds of thousands. |
| LookaheadQueryEnabled | For inbound scenarios, investigates the source directory for deletes that will be carried out. This is related to the early termination scenario in Workday. |
| LookaheadQueryIntervalValue | The interval for the lookback investigation relating to LookaheadQueryEnabled. |
| QuarantineTooManyDeletes | A Boolean value that defines whether to quarantine a RunProfile if more than a certain number of deletes occur within a period. |
| QuarantineTooManyDeletesThreshold | The number of deletes for the quarantine to trigger QuarantineTooManyDeletes. |
For more information about the supported configuration for tasks in Lifecycle Workflows, see Configure the arguments for built-in Lifecycle Workflow tasks.
None.
The following JSON representation shows the resource type.
{
"name": "String",
"value": "String"
}