Class GroupsResource.GetSecuritySettingsRequest
Get Security Settings
Inheritance
GroupsResource.GetSecuritySettingsRequest
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class GroupsResource.GetSecuritySettingsRequest : CloudIdentityBaseServiceRequest<SecuritySettings>, IClientServiceRequest<SecuritySettings>, IClientServiceRequest
Constructors
GetSecuritySettingsRequest(IClientService, string)
Constructs a new GetSecuritySettings request.
Declaration
public GetSecuritySettingsRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
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 security settings to retrieve. Format: groups/{group_id}/securitySettings
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
ReadMask
Field-level read mask of which fields to return. "*" returns all fields. If not specified, all fields
will be returned. May only contain the following field: member_restriction
.
Declaration
[RequestParameter("readMask", RequestParameterType.Query)]
public virtual object ReadMask { get; set; }
Property Value
Type | Description |
---|---|
object |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetSecuritySettings parameter list.
Declaration
protected override void InitParameters()