SetConsentStatusRequest

  • The JSON representation outlines the structure of a consent request body, containing the user's action and the timestamp of the action.

  • consentAction field specifies the action taken by the user, selected from a predefined set of ConsentAction enum values.

  • actionTimestamp field records the precise time of the user's action, formatted as an RFC3339 UTC timestamp with nanosecond precision.

Body of the consent request from GTAF to DPA.

JSON representation
{
  "consentAction": enum (ConsentAction),
  "actionTimestamp": string
}
Fields
consentAction

enum (ConsentAction)

Action taken by user.

actionTimestamp

string (Timestamp format)

Timestamp at which user took the action.

A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".