permittedEmailAddresses property

List<String>? permittedEmailAddresses
getter/setter pair

Contains the permitted email addresses.

The value can be a particular email address, a hostname to indicate all email addresses on that host or a domain with a leading period (e.g. .example.com) to indicate all email addresses in that domain.

Implementation

core.List<core.String>? permittedEmailAddresses;