Hi Sita
Just create a dummy attribute to use instead of nativeIdentity, then configure that dummy attribute in the provisioning plans so that its value is set to the identity attribute
$plan.dummyAttribute$
GET /beta/sources/<id>/provisioning-policies
[
{
"name": "MYSOURCE_CREATE_PP",
"description": null,
"usageType": "CREATE",
"fields": [
{
"name": "dummyAttribute",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "email"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},