Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 2.09 KB

File metadata and controls

39 lines (27 loc) · 2.09 KB

ScimGroupResource

The SCIM group resource object.

Properties

Name Type Required Description
Schemas List<string> The SCIM schema URI.
Id string The group's SCIM ID.
DisplayName string The group's display name.
Members List<ScimGroupResourceMembers> A list of the group's members.
ExternalId string The group's external ID.
Meta ScimGroupResourceMeta The response's non-standard meta information.

ScimGroupResourceMembers

Information about the group's members.

Properties

Name Type Required Description
Value string The resource value.
Display string The resource's display name.

ScimGroupResourceMeta

The response's non-standard meta information.

Properties

Name Type Required Description
ResourceType string The resource type.
Created string The date and time at which the group was created.
LastModified string The date and time at which the group was last modified.