Groups
class Groups extends Resource (View source)
The "groups" collection of methods.
Typical usage is:
$cloudidentityService = new Google\Service\CloudIdentity(...);
$groups = $cloudidentityService->groups;
Methods
Get Security Settings (groups.getSecuritySettings)
Lists the Group
resources under a customer or namespace.
Looks up the resource
name of a Group
by
its EntityKey
. (groups.lookup)
Searches for Group
resources matching a specified query. (groups.search)
Update Security Settings (groups.updateSecuritySettings)
Details
Operation
delete(string $name, array $optParams = [])
Deletes a Group
. (groups.delete)
Group
get(string $name, array $optParams = [])
Retrieves a Group
. (groups.get)
SecuritySettings
getSecuritySettings(string $name, array $optParams = [])
Get Security Settings (groups.getSecuritySettings)
ListGroupsResponse
listGroups(array $optParams = [])
Lists the Group
resources under a customer or namespace.
(groups.listGroups)
LookupGroupNameResponse
lookup(array $optParams = [])
Looks up the resource
name of a Group
by
its EntityKey
. (groups.lookup)
Operation
patch(string $name, Group $postBody, array $optParams = [])
Updates a Group
. (groups.patch)
SearchGroupsResponse
search(array $optParams = [])
Searches for Group
resources matching a specified query. (groups.search)
Operation
updateSecuritySettings(string $name, SecuritySettings $postBody, array $optParams = [])
Update Security Settings (groups.updateSecuritySettings)