Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataProduct::AccessApprovalConfig (v2.10.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataProduct::AccessApprovalConfig.

Configuration for access approval for the data product.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#approver_emails

def approver_emails() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. 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.

#approver_emails=

def approver_emails=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. 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.
Returns
  • (::Array<::String>) — Optional. 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.