Class UpdateIapSettingsRequest (1.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class UpdateIapSettingsRequest : IMessage<UpdateIapSettingsRequest>, IEquatable<UpdateIapSettingsRequest>, IDeepCloneable<UpdateIapSettingsRequest>, IBufferMessage, IMessageThe request sent to UpdateIapSettings.
Implements
IMessage<UpdateIapSettingsRequest>, IEquatable<UpdateIapSettingsRequest>, IDeepCloneable<UpdateIapSettingsRequest>, IBufferMessage, IMessageInherited Members
System.Object.GetType()
Namespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
UpdateIapSettingsRequest()
public UpdateIapSettingsRequest()UpdateIapSettingsRequest(UpdateIapSettingsRequest)
public UpdateIapSettingsRequest(UpdateIapSettingsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateIapSettingsRequest |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
FieldMask |
|