Name | Type | Description | Notes |
---|---|---|---|
Bulk | Pointer to ScimServiceProviderConfigResponseBulk | [optional] | |
ChangePassword | Pointer to ScimServiceProviderConfigResponseChangePassword | [optional] | |
DocumentationUri | Pointer to string | The URI that points to the SCIM service provider's documentation, providing further details about the service's capabilities and usage. | [optional] |
Filter | Pointer to ScimServiceProviderConfigResponseFilter | [optional] | |
Patch | Pointer to ScimServiceProviderConfigResponsePatch | [optional] | |
Schemas | Pointer to []string | A list of SCIM schemas that define the structure and data types supported by the service provider. | [optional] |
func (o *ScimServiceProviderConfigResponse) GetBulk() ScimServiceProviderConfigResponseBulk
GetBulk returns the Bulk field if non-nil, zero value otherwise.
func (o *ScimServiceProviderConfigResponse) GetBulkOk() (ScimServiceProviderConfigResponseBulk, bool)
GetBulkOk returns a tuple with the Bulk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScimServiceProviderConfigResponse) HasBulk() bool
HasBulk returns a boolean if a field has been set.
func (o *ScimServiceProviderConfigResponse) SetBulk(v ScimServiceProviderConfigResponseBulk)
SetBulk gets a reference to the given ScimServiceProviderConfigResponseBulk and assigns it to the Bulk field.
func (o *ScimServiceProviderConfigResponse) GetChangePassword() ScimServiceProviderConfigResponseChangePassword
GetChangePassword returns the ChangePassword field if non-nil, zero value otherwise.
func (o *ScimServiceProviderConfigResponse) GetChangePasswordOk() (ScimServiceProviderConfigResponseChangePassword, bool)
GetChangePasswordOk returns a tuple with the ChangePassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScimServiceProviderConfigResponse) HasChangePassword() bool
HasChangePassword returns a boolean if a field has been set.
func (o *ScimServiceProviderConfigResponse) SetChangePassword(v ScimServiceProviderConfigResponseChangePassword)
SetChangePassword gets a reference to the given ScimServiceProviderConfigResponseChangePassword and assigns it to the ChangePassword field.
func (o *ScimServiceProviderConfigResponse) GetDocumentationUri() string
GetDocumentationUri returns the DocumentationUri field if non-nil, zero value otherwise.
func (o *ScimServiceProviderConfigResponse) GetDocumentationUriOk() (string, bool)
GetDocumentationUriOk returns a tuple with the DocumentationUri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScimServiceProviderConfigResponse) HasDocumentationUri() bool
HasDocumentationUri returns a boolean if a field has been set.
func (o *ScimServiceProviderConfigResponse) SetDocumentationUri(v string)
SetDocumentationUri gets a reference to the given string and assigns it to the DocumentationUri field.
func (o *ScimServiceProviderConfigResponse) GetFilter() ScimServiceProviderConfigResponseFilter
GetFilter returns the Filter field if non-nil, zero value otherwise.
func (o *ScimServiceProviderConfigResponse) GetFilterOk() (ScimServiceProviderConfigResponseFilter, bool)
GetFilterOk returns a tuple with the Filter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScimServiceProviderConfigResponse) HasFilter() bool
HasFilter returns a boolean if a field has been set.
func (o *ScimServiceProviderConfigResponse) SetFilter(v ScimServiceProviderConfigResponseFilter)
SetFilter gets a reference to the given ScimServiceProviderConfigResponseFilter and assigns it to the Filter field.
func (o *ScimServiceProviderConfigResponse) GetPatch() ScimServiceProviderConfigResponsePatch
GetPatch returns the Patch field if non-nil, zero value otherwise.
func (o *ScimServiceProviderConfigResponse) GetPatchOk() (ScimServiceProviderConfigResponsePatch, bool)
GetPatchOk returns a tuple with the Patch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScimServiceProviderConfigResponse) HasPatch() bool
HasPatch returns a boolean if a field has been set.
func (o *ScimServiceProviderConfigResponse) SetPatch(v ScimServiceProviderConfigResponsePatch)
SetPatch gets a reference to the given ScimServiceProviderConfigResponsePatch and assigns it to the Patch field.
func (o *ScimServiceProviderConfigResponse) GetSchemas() []string
GetSchemas returns the Schemas field if non-nil, zero value otherwise.
func (o *ScimServiceProviderConfigResponse) GetSchemasOk() ([]string, bool)
GetSchemasOk returns a tuple with the Schemas field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScimServiceProviderConfigResponse) HasSchemas() bool
HasSchemas returns a boolean if a field has been set.
func (o *ScimServiceProviderConfigResponse) SetSchemas(v []string)
SetSchemas gets a reference to the given []string and assigns it to the Schemas field.