Reference documentation and code samples for the Google Cloud Privileged Access Manager V1 Client class AdditionalNotificationTargets.
AdditionalNotificationTargets includes email addresses to be notified.
Generated from protobuf message google.cloud.privilegedaccessmanager.v1.Entitlement.AdditionalNotificationTargets
Namespace
Google \ Cloud \ PrivilegedAccessManager \ V1 \ EntitlementMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ admin_email_recipients |
array
Optional. Additional email addresses to be notified when a principal (requester) is granted access. |
↳ requester_email_recipients |
array
Optional. Additional email address to be notified about an eligible entitlement. |
getAdminEmailRecipients
Optional. Additional email addresses to be notified when a principal (requester) is granted access.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAdminEmailRecipients
Optional. Additional email addresses to be notified when a principal (requester) is granted access.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getRequesterEmailRecipients
Optional. Additional email address to be notified about an eligible entitlement.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRequesterEmailRecipients
Optional. Additional email address to be notified about an eligible entitlement.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |