Class V1Resource.UpdateIapSettingsRequest
Updates the IAP settings on a particular IAP protected resource. It replaces all fields unless the
update_mask
is set.
Inheritance
V1Resource.UpdateIapSettingsRequest
Inherited Members
Namespace: Google.Apis.CloudIAP.v1
Assembly: Google.Apis.CloudIAP.v1.dll
Syntax
public class V1Resource.UpdateIapSettingsRequest : CloudIAPBaseServiceRequest<IapSettings>, IClientServiceRequest<IapSettings>, IClientServiceRequest
Constructors
UpdateIapSettingsRequest(IClientService, IapSettings, string)
Constructs a new UpdateIapSettings request.
Declaration
public UpdateIapSettingsRequest(IClientService service, IapSettings body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
IapSettings | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The resource name of the IAP protected resource.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UpdateMask
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
.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes UpdateIapSettings parameter list.
Declaration
protected override void InitParameters()