deletionPolicy property
Enum representing whether the resource should get deleted or abandoned (left behind) when the Extension is uninstalled.
Not yet used. Possible string values are:
- "DELETION_POLICY_UNSPECIFIED"
- "DELETE" : The default policy - delete the resource when Extension is uninstalled.
- "ABANDON" : Abandon the resource when Extension is uninstalled.
Implementation
core.String? deletionPolicy;