Name | Type | Description | Notes |
---|---|---|---|
Supported | Pointer to bool | Indicates whether the service provider supports patch operations for modifying resources. | [optional] |
func (o *ScimServiceProviderConfigResponsePatch) GetSupported() bool
GetSupported returns the Supported field if non-nil, zero value otherwise.
func (o *ScimServiceProviderConfigResponsePatch) GetSupportedOk() (bool, bool)
GetSupportedOk returns a tuple with the Supported field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScimServiceProviderConfigResponsePatch) HasSupported() bool
HasSupported returns a boolean if a field has been set.
func (o *ScimServiceProviderConfigResponsePatch) SetSupported(v bool)
SetSupported gets a reference to the given bool and assigns it to the Supported field.