GetProfileGrants

Description

This activity returns all the grants a profile has.


Misc

ExclusivePermission OutArgument<Boolean>

This OutArgument represents if the Grant is inclusive (False) or exclusive (True). During the configuration of profile grants, it could be set, for example, that a SecurityIdentity can read all profiles except one (exclusive authorization) or that it cannot read any but a few (inclusive authorization).

ObjectId InArgument<Guid> REQUIRED

The profile of which to obtain the grants.

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left null the activity will work on the running installation. To work on another installation you must get its orchestrator by the activity DatabaseOrchestrator.