Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 485 Bytes

ScimGroup.md

File metadata and controls

22 lines (16 loc) · 485 Bytes

EzmaxApi::ScimGroup

Properties

Name Type Description Notes
id String [optional]
display_name String The Name of the Usergroup in the language of the requester
members Array<ScimGroupMember> [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::ScimGroup.new(
  id: null,
  display_name: Administration,
  members: null
)