Package version:

Interface SecureInputOutputPolicy

Execution policy for an activity that supports secure input and output.

interface SecureInputOutputPolicy {
    secureInput?: boolean;
    secureOutput?: boolean;
}

Properties

secureInput?: boolean

When set to true, Input from activity is considered as secure and will not be logged to monitoring.

secureOutput?: boolean

When set to true, Output from activity is considered as secure and will not be logged to monitoring.