Interface DataSubject

The Subject object describes the Data Subject making the request. The fields type, email, city, and description are read only. Any empty subject values will be ignored when patching the subject. Additional properties may exist in this object depending on the subject type.

Hierarchy

  • DataSubject

Properties

addressLine1: string
addressLine2: string
city: string
countryCode: string
description: string
email: string
firstName: string
formData: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
lastName: string
phone: string
postalCode: string
stateRegionCode: string
type: string

Generated using TypeDoc