approverEmails property

List<String>? approverEmails
getter/setter pair

Specifies the email addresses of users who are potential approvers and are notified when an access request is made for the data product.

The maximum number of emails allowed is 10.

Optional.

Implementation

core.List<core.String>? approverEmails;