Hi all,
The AD source in our sandbox is missing the native rules. I have a need to patch native rules into AD source.
“nativeRules”: [
“AfterCreate - Active Directory”,
“AfterModify - Active Directory”
]
I am using ISC extension for VS code for ease but has a lock option on the source object meaning read only permission. Clicking on it usually toggles the lock to write permission but the lock is not toggling. I have a proper scope [sp:scopes:all] for the token too.
Is there a different scope I should use or any API as an alternate?