Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
PropertyMappings | Pointer to []string | [optional] | |
PropertyMappingsGroup | Pointer to []string | Property mappings used for group creation/updating. | [optional] |
Url | Pointer to string | Base URL to SCIM requests, usually ends in /v2 | [optional] |
VerifyCertificates | Pointer to bool | [optional] | |
Token | Pointer to string | Authentication token | [optional] |
ExcludeUsersServiceAccount | Pointer to bool | [optional] | |
FilterGroup | Pointer to NullableString | [optional] |
func NewPatchedSCIMProviderRequest() *PatchedSCIMProviderRequest
NewPatchedSCIMProviderRequest instantiates a new PatchedSCIMProviderRequest 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 NewPatchedSCIMProviderRequestWithDefaults() *PatchedSCIMProviderRequest
NewPatchedSCIMProviderRequestWithDefaults instantiates a new PatchedSCIMProviderRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *PatchedSCIMProviderRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchedSCIMProviderRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSCIMProviderRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PatchedSCIMProviderRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchedSCIMProviderRequest) GetPropertyMappings() []string
GetPropertyMappings returns the PropertyMappings field if non-nil, zero value otherwise.
func (o *PatchedSCIMProviderRequest) GetPropertyMappingsOk() (*[]string, bool)
GetPropertyMappingsOk returns a tuple with the PropertyMappings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSCIMProviderRequest) SetPropertyMappings(v []string)
SetPropertyMappings sets PropertyMappings field to given value.
func (o *PatchedSCIMProviderRequest) HasPropertyMappings() bool
HasPropertyMappings returns a boolean if a field has been set.
func (o *PatchedSCIMProviderRequest) GetPropertyMappingsGroup() []string
GetPropertyMappingsGroup returns the PropertyMappingsGroup field if non-nil, zero value otherwise.
func (o *PatchedSCIMProviderRequest) GetPropertyMappingsGroupOk() (*[]string, bool)
GetPropertyMappingsGroupOk returns a tuple with the PropertyMappingsGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSCIMProviderRequest) SetPropertyMappingsGroup(v []string)
SetPropertyMappingsGroup sets PropertyMappingsGroup field to given value.
func (o *PatchedSCIMProviderRequest) HasPropertyMappingsGroup() bool
HasPropertyMappingsGroup returns a boolean if a field has been set.
func (o *PatchedSCIMProviderRequest) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *PatchedSCIMProviderRequest) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSCIMProviderRequest) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *PatchedSCIMProviderRequest) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *PatchedSCIMProviderRequest) GetVerifyCertificates() bool
GetVerifyCertificates returns the VerifyCertificates field if non-nil, zero value otherwise.
func (o *PatchedSCIMProviderRequest) GetVerifyCertificatesOk() (*bool, bool)
GetVerifyCertificatesOk returns a tuple with the VerifyCertificates field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSCIMProviderRequest) SetVerifyCertificates(v bool)
SetVerifyCertificates sets VerifyCertificates field to given value.
func (o *PatchedSCIMProviderRequest) HasVerifyCertificates() bool
HasVerifyCertificates returns a boolean if a field has been set.
func (o *PatchedSCIMProviderRequest) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *PatchedSCIMProviderRequest) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSCIMProviderRequest) SetToken(v string)
SetToken sets Token field to given value.
func (o *PatchedSCIMProviderRequest) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *PatchedSCIMProviderRequest) GetExcludeUsersServiceAccount() bool
GetExcludeUsersServiceAccount returns the ExcludeUsersServiceAccount field if non-nil, zero value otherwise.
func (o *PatchedSCIMProviderRequest) GetExcludeUsersServiceAccountOk() (*bool, bool)
GetExcludeUsersServiceAccountOk returns a tuple with the ExcludeUsersServiceAccount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSCIMProviderRequest) SetExcludeUsersServiceAccount(v bool)
SetExcludeUsersServiceAccount sets ExcludeUsersServiceAccount field to given value.
func (o *PatchedSCIMProviderRequest) HasExcludeUsersServiceAccount() bool
HasExcludeUsersServiceAccount returns a boolean if a field has been set.
func (o *PatchedSCIMProviderRequest) GetFilterGroup() string
GetFilterGroup returns the FilterGroup field if non-nil, zero value otherwise.
func (o *PatchedSCIMProviderRequest) GetFilterGroupOk() (*string, bool)
GetFilterGroupOk returns a tuple with the FilterGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedSCIMProviderRequest) SetFilterGroup(v string)
SetFilterGroup sets FilterGroup field to given value.
func (o *PatchedSCIMProviderRequest) HasFilterGroup() bool
HasFilterGroup returns a boolean if a field has been set.
func (o *PatchedSCIMProviderRequest) SetFilterGroupNil(b bool)
SetFilterGroupNil sets the value for FilterGroup to be an explicit nil
func (o *PatchedSCIMProviderRequest) UnsetFilterGroup()
UnsetFilterGroup ensures that no value is present for FilterGroup, not even an explicit nil