vettedState property
Indicates whether the account is vetted by Google.
A vetted account is able to verify locations via the VETTED_PARTNER method.
Output only. Possible string values are:
- "VETTED_STATE_UNSPECIFIED" : Not Specified
- "NOT_VETTED" : The account is not vetted by Google.
- "VETTED" : The account is vetted by Google and in a valid state. An account is automatically vetted if it has direct access to a vetted group account.
- "INVALID" : The account is vetted but in an invalid state. The account will behave like an unvetted account.
Implementation
core.String? vettedState;