deleteProtectionState property
State of delete protection for the database. Possible string values are:
- "DELETE_PROTECTION_STATE_UNSPECIFIED" : The default value. Delete protection type is not specified
- "DELETE_PROTECTION_DISABLED" : Delete protection is disabled
- "DELETE_PROTECTION_ENABLED" : Delete protection is enabled
Implementation
core.String? deleteProtectionState;