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.

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;