Class GroupsResource
The "groups" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class GroupsResource
Constructors
GroupsResource(IClientService)
Constructs a new resource.
Declaration
public GroupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Memberships
Gets the Memberships resource.
Declaration
public virtual GroupsResource.MembershipsResource Memberships { get; }
Property Value
Type | Description |
---|---|
GroupsResource.MembershipsResource |
Methods
Create(Group)
Creates a Group
.
Declaration
public virtual GroupsResource.CreateRequest Create(Group body)
Parameters
Type | Name | Description |
---|---|---|
Group | body | The body of the request. |
Returns
Type | Description |
---|---|
GroupsResource.CreateRequest |
Delete(string)
Deletes a Group
.
Declaration
public virtual GroupsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The resource name of the |
Returns
Type | Description |
---|---|
GroupsResource.DeleteRequest |
Get(string)
Retrieves a Group
.
Declaration
public virtual GroupsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The resource name of the |
Returns
Type | Description |
---|---|
GroupsResource.GetRequest |
GetSecuritySettings(string)
Get Security Settings
Declaration
public virtual GroupsResource.GetSecuritySettingsRequest GetSecuritySettings(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The security settings to retrieve. Format: |
Returns
Type | Description |
---|---|
GroupsResource.GetSecuritySettingsRequest |
List()
Lists the Group
resources under a customer or namespace.
Declaration
public virtual GroupsResource.ListRequest List()
Returns
Type | Description |
---|---|
GroupsResource.ListRequest |
Lookup()
Looks up the resource name of a Group
by its
EntityKey
.
Declaration
public virtual GroupsResource.LookupRequest Lookup()
Returns
Type | Description |
---|---|
GroupsResource.LookupRequest |
Patch(Group, string)
Updates a Group
.
Declaration
public virtual GroupsResource.PatchRequest Patch(Group body, string name)
Parameters
Type | Name | Description |
---|---|---|
Group | body | The body of the request. |
string | name | Output only. The resource name of the |
Returns
Type | Description |
---|---|
GroupsResource.PatchRequest |
Search()
Searches for Group
resources matching a specified query.
Declaration
public virtual GroupsResource.SearchRequest Search()
Returns
Type | Description |
---|---|
GroupsResource.SearchRequest |
UpdateSecuritySettings(SecuritySettings, string)
Update Security Settings
Declaration
public virtual GroupsResource.UpdateSecuritySettingsRequest UpdateSecuritySettings(SecuritySettings body, string name)
Parameters
Type | Name | Description |
---|---|---|
SecuritySettings | body | The body of the request. |
string | name | Output only. The resource name of the security settings. Shall be of the form
|
Returns
Type | Description |
---|---|
GroupsResource.UpdateSecuritySettingsRequest |