Name | Type | Description | Notes |
---|---|---|---|
Description | Pointer to string | [optional] | |
Endpoint | Pointer to string | [optional] | |
Id | Pointer to string | [optional] | |
Meta | Pointer to ScimMetadata | [optional] | |
Name | Pointer to string | [optional] | |
Schema | Pointer to string | [optional] | |
Schemas | Pointer to []string | [optional] |
func NewScimResourceType() *ScimResourceType
NewScimResourceType instantiates a new ScimResourceType 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 *ScimResourceType) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ScimResourceType) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ScimResourceType) GetEndpoint() string
GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.
func (o *ScimResourceType) SetEndpoint(v string)
SetEndpoint sets Endpoint field to given value.
func (o *ScimResourceType) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ScimResourceType) SetId(v string)
SetId sets Id field to given value.
func (o *ScimResourceType) GetMeta() ScimMetadata
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *ScimResourceType) SetMeta(v ScimMetadata)
SetMeta sets Meta field to given value.
func (o *ScimResourceType) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ScimResourceType) SetName(v string)
SetName sets Name field to given value.
func (o *ScimResourceType) GetSchema() string
GetSchema returns the Schema field if non-nil, zero value otherwise.
func (o *ScimResourceType) SetSchema(v string)
SetSchema sets Schema field to given value.
func (o *ScimResourceType) GetSchemas() []string
GetSchemas returns the Schemas field if non-nil, zero value otherwise.
func (o *ScimResourceType) SetSchemas(v []string)
SetSchemas sets Schemas field to given value.