public sealed class Entitlement.Types.AdditionalNotificationTargets : IMessage<Entitlement.Types.AdditionalNotificationTargets>, IEquatable<Entitlement.Types.AdditionalNotificationTargets>, IDeepCloneable<Entitlement.Types.AdditionalNotificationTargets>, IBufferMessage, IMessageReference documentation and code samples for the Privileged Access Manager v1 API class Entitlement.Types.AdditionalNotificationTargets.
AdditionalNotificationTargets includes email addresses to be notified.
Implements
IMessageEntitlementTypesAdditionalNotificationTargets, IEquatableEntitlementTypesAdditionalNotificationTargets, IDeepCloneableEntitlementTypesAdditionalNotificationTargets, IBufferMessage, IMessageNamespace
Google.Cloud.PrivilegedAccessManager.V1Assembly
Google.Cloud.PrivilegedAccessManager.V1.dll
Constructors
AdditionalNotificationTargets()
public AdditionalNotificationTargets()AdditionalNotificationTargets(AdditionalNotificationTargets)
public AdditionalNotificationTargets(Entitlement.Types.AdditionalNotificationTargets other)| Parameter | |
|---|---|
| Name | Description |
other |
EntitlementTypesAdditionalNotificationTargets |
Properties
AdminEmailRecipients
public RepeatedField<string> AdminEmailRecipients { get; }Optional. Additional email addresses to be notified when a principal (requester) is granted access.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
RequesterEmailRecipients
public RepeatedField<string> RequesterEmailRecipients { get; }Optional. Additional email address to be notified about an eligible entitlement.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|