customerAttestationState property

String? customerAttestationState
getter/setter pair

Indicate if a customer is attesting about the correctness of provided information.

Only required if creating a GCP Entitlement. NOTE: This field will be mandatory for all new GCP customers starting Aug 31st, 2026 and this field will also be required for all existing customers purchasing new GCP Entitlements.

Optional. Possible string values are:

  • "CUSTOMER_ATTESTATION_STATE_UNSPECIFIED" : Default value if not set yet
  • "EXEMPT" : Customer is exempt from attesting based on exemption list at https://cloud.google.com/terms/direct-tos-exemptions. Contact information of customer will be mandatory.
  • "NON_EXEMPT_AND_INFO_VERIFIED" : Customer is not exempt and has verified the information provided is correct. Contact information of customer will be mandatory.

Implementation

core.String? customerAttestationState;