approvalStatus property
The overall approval status of this asset, calculated based on the status of its individual policy topic entries.
Output only. Possible string values are:
- "UNSPECIFIED" : No value has been specified.
- "UNKNOWN" : The received value is not known in this version. This is a response-only value.
- "DISAPPROVED" : Will not serve.
- "APPROVED_LIMITED" : Serves with restrictions.
- "APPROVED" : Serves without restrictions.
- "AREA_OF_INTEREST_ONLY" : Will not serve in targeted countries, but may serve for users who are searching for information about the targeted countries.
Implementation
core.String? approvalStatus;