public sealed class UpdateIapSettingsRequest : IMessage<UpdateIapSettingsRequest>, IEquatable<UpdateIapSettingsRequest>, IDeepCloneable<UpdateIapSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class UpdateIapSettingsRequest.
The request sent to UpdateIapSettings.
Implements
IMessageUpdateIapSettingsRequest, IEquatableUpdateIapSettingsRequest, IDeepCloneableUpdateIapSettingsRequest, IBufferMessage, IMessageNamespace
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, then all of the settings are updated. See https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
Note: All IAP reauth settings must always be set together, using the
field mask: iapSettings.accessSettings.reauthSettings
.
Property Value | |
---|---|
Type | Description |
FieldMask |