verificationMailMode property
Mode of the verification mail.
If not set, the default is SEND_VERIFICATION_MAIL.
Optional. Possible string values are:
- "VERIFICATION_MAIL_MODE_UNSPECIFIED" : Default first member of every enum. Do not use.
- "SEND_VERIFICATION_MAIL" : An invitation email is sent to the user added shortly after.
- "SUPPRESS_VERIFICATION_MAIL" : No invitation email is sent. This can be useful if the user is expected to accept the invitation through the API without needing another notification.
Implementation
core.String? verificationMailMode;