ViewGrantGetProperties

Description

With this activity you can take all properties singularly from a ViewGrant.


DocsMarshal Connection

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.

Input

Grant InArgument<ViewGrant> REQUIRED

The grant whose properties you want to read.


Output

CanDelete OutArgument<Boolean>

The property CanDelete of the given Grant.

CanEdit OutArgument<Boolean>

The property CanEdit of the given Grant.

CanManageSecurity OutArgument<Boolean>

The property CanManageSecurity of the given Grant.

CanRead OutArgument<Boolean>

The property CanRead of the given Grant.

SecurityIdentityId OutArgument<Int32>

The id of the security identity to which the grant refers

ViewExternalId OutArgument<String>

The ExternalId of the View to which the grant refers

ViewId OutArgument<Guid>

The Id of the View to which the grant refers