Access Approval v1 API - Class UpdateAccessApprovalSettingsMessage (2.4.0)

public sealed class UpdateAccessApprovalSettingsMessage : IMessage<UpdateAccessApprovalSettingsMessage>, IEquatable<UpdateAccessApprovalSettingsMessage>, IDeepCloneable<UpdateAccessApprovalSettingsMessage>, IBufferMessage, IMessage

Reference documentation and code samples for the Access Approval v1 API class UpdateAccessApprovalSettingsMessage.

Request to update access approval settings.

Inheritance

object > UpdateAccessApprovalSettingsMessage

Namespace

Google.Cloud.AccessApproval.V1

Assembly

Google.Cloud.AccessApproval.V1.dll

Constructors

UpdateAccessApprovalSettingsMessage()

public UpdateAccessApprovalSettingsMessage()

UpdateAccessApprovalSettingsMessage(UpdateAccessApprovalSettingsMessage)

public UpdateAccessApprovalSettingsMessage(UpdateAccessApprovalSettingsMessage other)
Parameter
NameDescription
otherUpdateAccessApprovalSettingsMessage

Properties

Settings

public AccessApprovalSettings Settings { get; set; }

The new AccessApprovalSettings.

Property Value
TypeDescription
AccessApprovalSettings

UpdateMask

public FieldMask UpdateMask { get; set; }

The update mask applies to the settings. Only the top level fields of AccessApprovalSettings (notification_emails & enrolled_services) are supported. For each field, if it is included, the currently stored value will be entirely overwritten with the value of the field passed in this request.

For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask If this field is left unset, only the notification_emails field will be updated.

Property Value
TypeDescription
FieldMask