Class GroupsResource
The "groups" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudIdentity .v1
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class GroupsResource
Constructors
GroupsResource(IClientService)
Constructs a new resource.
Declaration
public GroupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClient |
service |
Properties
Memberships
Gets the Memberships resource.
Declaration
public virtual GroupsResource.MembershipsResource Memberships { get; }
Property Value
Type | Description |
---|---|
Groups |
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 |
---|---|
Groups |
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 |
---|---|
Groups |
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 |
---|---|
Groups |
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 |
---|---|
Groups |
List()
Lists the Group
resources under a customer or namespace.
Declaration
public virtual GroupsResource.ListRequest List()
Returns
Type | Description |
---|---|
Groups |
Lookup()
Looks up the resource name of a Group
by its
EntityKey
.
Declaration
public virtual GroupsResource.LookupRequest Lookup()
Returns
Type | Description |
---|---|
Groups |
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 |
---|---|
Groups |
Search()
Searches for Group
resources matching a specified query.
Declaration
public virtual GroupsResource.SearchRequest Search()
Returns
Type | Description |
---|---|
Groups |
UpdateSecuritySettings(SecuritySettings, string)
Update Security Settings
Declaration
public virtual GroupsResource.UpdateSecuritySettingsRequest UpdateSecuritySettings(SecuritySettings body, string name)
Parameters
Type | Name | Description |
---|---|---|
Security |
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 |
---|---|
Groups |