Privileged Access Manager v1 API - Class Entitlement.Types.AdditionalNotificationTargets (1.0.0-beta01)

public sealed class Entitlement.Types.AdditionalNotificationTargets : IMessage<Entitlement.Types.AdditionalNotificationTargets>, IEquatable<Entitlement.Types.AdditionalNotificationTargets>, IDeepCloneable<Entitlement.Types.AdditionalNotificationTargets>, IBufferMessage, IMessage

Reference documentation and code samples for the Privileged Access Manager v1 API class Entitlement.Types.AdditionalNotificationTargets.

AdditionalNotificationTargets includes email addresses to be notified.

Inheritance

object > Entitlement.Types.AdditionalNotificationTargets

Namespace

Google.Cloud.PrivilegedAccessManager.V1

Assembly

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