Type alias OneTrustPurpose
OneTrustPurpose: {
consentLifeSpan: number;
description: string;
id: string;
label: string;
parentPurposeId: string | null;
purposeType: PurposeType;
retireOnDate: string | Date | null;
status: Status;
version: number;
}
Type declaration
-
consentLifeSpan: number
-
description: string
-
id: string
-
label: string
-
parentPurposeId: string | null
-
purposeType: PurposeType
-
retireOnDate: string | Date | null
-
status: Status
-
version: number
Description
The model of the purpose in the OneTrust response.