ClassTypeGrantGetProperties

Description

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


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.

Grant

Grant InArgument<CtGrant> REQUIRED

The grant whose properties you want to read.


Properties

CanDelete OutArgument<Boolean>

The property CanDelete of the given Grant.

CanInsert OutArgument<Boolean>

The property CanInsert of the given Grant.

CanRead OutArgument<Boolean>

The property CanRead of the given Grant.

CanShare OutArgument<Boolean>

The property CanShare of the given Grant.

CanUpdate OutArgument<Boolean>

The property CanUpdate of the given Grant.

ClassTypeExternalId OutArgument<String>

The external id of the class type of the given Grant.

ClassTypeId OutArgument<Int32>

The id of the class type of the given Grant.

DomainExternalId OutArgument<String>

The external id of the domain of the given Grant.

DomainId OutArgument<Int32>

The id of the domain of the given Grant.

SecurityIdentityId OutArgument<Int32>

The id of the security identity the given Grant is related to.