Security Token Scope
- Represents an activity for specifying a security token across a set of activities.
Properties
Common
- DisplayName (String) – The display name of the activity.
Misc
- Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose level.
- Body (Activity) – Gets or sets the activities in the scope.
- SecurityToken (InArgument<SecurityToken>) – Gets or sets the security token to apply in the scope.
Example