Name | Type | Description | Notes |
---|---|---|---|
DisplayName | Pointer to string | [optional] | |
ExternalId | Pointer to string | [optional] | |
Id | Pointer to string | [optional] | |
Members | Pointer to []ScimResource | [optional] | |
Meta | Pointer to ScimMetadata | [optional] | |
Schemas | Pointer to []string | [optional] |
func NewScimGroup() *ScimGroup
NewScimGroup instantiates a new ScimGroup object. This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
func (o *ScimGroup) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ScimGroup) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ScimGroup) GetExternalId() string
GetExternalId returns the ExternalId field if non-nil, zero value otherwise.
func (o *ScimGroup) SetExternalId(v string)
SetExternalId sets ExternalId field to given value.
func (o *ScimGroup) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ScimGroup) SetId(v string)
SetId sets Id field to given value.
func (o *ScimGroup) GetMembers() []ScimResource
GetMembers returns the Members field if non-nil, zero value otherwise.
func (o *ScimGroup) SetMembers(v []ScimResource)
SetMembers sets Members field to given value.
func (o *ScimGroup) GetMeta() ScimMetadata
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *ScimGroup) SetMeta(v ScimMetadata)
SetMeta sets Meta field to given value.
func (o *ScimGroup) GetSchemas() []string
GetSchemas returns the Schemas field if non-nil, zero value otherwise.
func (o *ScimGroup) SetSchemas(v []string)
SetSchemas sets Schemas field to given value.