Reference documentation and code samples for the Google Cloud Dataplex V1 Client class AccessApprovalConfig.
Configuration for access approval for the data product.
Generated from protobuf message google.cloud.dataplex.v1.DataProduct.AccessApprovalConfig
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataProductMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ approver_emails |
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. |
getApproverEmails
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 | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setApproverEmails
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|