Resource: Group
SCIM representation of a group.
| JSON representation |
|---|
{ "schemas": [ string ], "members": [ { object ( |
| Fields | |
|---|---|
schemas[] |
Required. A list of URIs which indicate the namespaces of the SCIM schemas that define the attributes present in the current JSON structure. Must only contain values defined as |
members[] |
Optional. The list of members in this group. This attribute is not currently returned. Group memberships can be modified through PATCH requests. |
id |
Identifier. The unique ID for the group. The attribute characteristics are |
externalId |
Optional. An identifier for the resource as defined by the provisioning client. |
meta |
Output only. Resource metadata. All sub-attributes have a mutability of |
displayName |
Required. The group's display name. |
urn:ietf:params:scim:schemas:extension:google:2.0:CloudIdentityGroup |
Required. Cloud Identity specific group attributes. |
Member
SCIM representation of a group member.
| JSON representation |
|---|
{ "value": string, "$ref": string } |
| Fields | |
|---|---|
value |
Immutable. Identifier of the member of this Group. |
$ref |
Immutable. The URI for the member. |
CloudIdentityGroupExtension
Defines the attributes for the Google Cloud Identity Group extension. The schema URN for this extension is: urn:ietf:params:scim:schemas:extension:google:2.0:CloudIdentityGroup.
| JSON representation |
|---|
{ "email": string, "description": string } |
| Fields | |
|---|---|
email |
Required. The group's email address. If your account has multiple domains, select the appropriate domain for the email address. The |
description |
Optional. An extended description to help users determine the purpose of a Limit: 4,096 characters. |
Methods |
|
|---|---|
|
Creates a Group. |
|
Deletes a Group. |
|
Retrieves a Group. |
|
Retrieves a list of Groups. |
|
Updates a Group using SCIM patch semantics. |