OneTrustPurpose: {
    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.

Type declaration

  • consentLifeSpan: number
  • description: string

    Example

    Development Purpose for Consent Service
    
  • id: string

    Example

    c894a173-0b89-449a-be9d-49bb0685d921
    
  • label: string

    Example

    Consent Service Dev
    
  • parentPurposeId: string | null
  • purposeType: PurposeType

    Example

    STANDARD
    
  • retireOnDate: string | Date | null
  • status: Status

    Example

    RETIRED
    
  • version: number

    Description

    Version number.

Generated using TypeDoc