termsStatus property
Whether any user from the company has accepted the latest Terms of Service (ToS).
See TermsStatus.
Output only. Possible string values are:
- "TERMS_STATUS_UNSPECIFIED" : Default value. This value should never be set if the enum is present.
- "TERMS_STATUS_NOT_ACCEPTED" : None of the company's users have accepted the ToS.
- "TERMS_STATUS_ACCEPTED" : One (or more) of the company's users has accepted the ToS.
- "TERMS_STATUS_STALE" : None of the company's users has accepted the current ToS but at least one user accepted a previous ToS.
Implementation
core.String? termsStatus;