interface ZeroTrust {
    comment?: string;
    hiddenFields: string[];
}

Properties

comment?: string

Additional details about the reasons as a human-readable text

hiddenFields: string[]

Fields from the result object that have been hidden (values replaced with empty data)

Generated using TypeDoc