version property
The version of the Data Policy resource.
Output only. Possible string values are:
- "VERSION_UNSPECIFIED" : Default value for the data policy version. This should not be used.
- "V1" : V1 data policy version. V1 Data Policies will be present in V2 List api response, but can not be created/updated/deleted from V2 api.
- "V2" : V2 data policy version.
Implementation
core.String? version;