@servicenow/sdk - v4.4.1
    Preparing search index...

    Type Alias MaskedVariableType<Type>

    MaskedVariableType: VariableConfig<Type> & {
        useConfirmation?: boolean;
        useEncryption?: boolean;
    }

    Configuration type for masked variables

    Type Parameters

    • Type extends string = string

    Type Declaration

    • OptionaluseConfirmation?: boolean

      Whether to use confirmation for the masked field

    • OptionaluseEncryption?: boolean

      Whether to use encryption for the masked field