Class UpdateIapSettingsRequest (1.2.0)

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

The request sent to UpdateIapSettings.

Inheritance

Object > UpdateIapSettingsRequest

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

UpdateIapSettingsRequest()

public UpdateIapSettingsRequest()

UpdateIapSettingsRequest(UpdateIapSettingsRequest)

public UpdateIapSettingsRequest(UpdateIapSettingsRequest other)
Parameter
NameDescription
otherUpdateIapSettingsRequest

Properties

IapSettings

public IapSettings IapSettings { get; set; }

Required. The new values for the IAP settings to be updated. Authorization: Requires the updateSettings permission for the associated resource.

Property Value
TypeDescription
IapSettings

UpdateMask

public FieldMask UpdateMask { get; set; }

The field mask specifying which IAP settings should be updated. If omitted, the all of the settings are updated. See https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

Property Value
TypeDescription
FieldMask