securityMode property

String? securityMode
getter/setter pair

The security mode of the routine, if defined.

If not defined, the security mode is automatically determined from the routine's configuration.

Optional. Possible string values are:

  • "SECURITY_MODE_UNSPECIFIED" : The security mode of the routine is unspecified.
  • "DEFINER" : The routine is to be executed with the privileges of the user who defines it.
  • "INVOKER" : The routine is to be executed with the privileges of the user who invokes it.

Implementation

core.String? securityMode;