Class GroupsResource.UpdateSecuritySettingsRequest
Update Security Settings
Inheritance
GroupsResource.UpdateSecuritySettingsRequest
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class GroupsResource.UpdateSecuritySettingsRequest : CloudIdentityBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
UpdateSecuritySettingsRequest(IClientService, SecuritySettings, string)
Constructs a new UpdateSecuritySettings request.
Declaration
public UpdateSecuritySettingsRequest(IClientService service, SecuritySettings body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| SecuritySettings | 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
Output only. The resource name of the security settings. Shall be of the form
groups/{group_id}/securitySettings.
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
Required. The fully-qualified names of fields to update. May only contain the following field:
member_restriction.query.
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 UpdateSecuritySettings parameter list.
Declaration
protected override void InitParameters()