Name | Type | Description | Notes |
---|---|---|---|
Pk | int32 | [readonly] | |
Name | string | ||
PropertyMappings | Pointer to []string | [optional] | |
PropertyMappingsGroup | Pointer to []string | Property mappings used for group creation/updating. | [optional] |
Component | string | Get object component so that we know how to edit the object | [readonly] |
AssignedBackchannelApplicationSlug | string | Internal application name, used in URLs. | [readonly] |
AssignedBackchannelApplicationName | string | Application's display Name. | [readonly] |
VerboseName | string | Return object's verbose_name | [readonly] |
VerboseNamePlural | string | Return object's plural verbose_name | [readonly] |
MetaModelName | string | Return internal model name | [readonly] |
Url | string | Base URL to SCIM requests, usually ends in /v2 | |
VerifyCertificates | Pointer to bool | [optional] | |
Token | string | Authentication token | |
ExcludeUsersServiceAccount | Pointer to bool | [optional] | |
FilterGroup | Pointer to NullableString | [optional] |
func NewSCIMProvider(pk int32, name string, component string, assignedBackchannelApplicationSlug string, assignedBackchannelApplicationName string, verboseName string, verboseNamePlural string, metaModelName string, url string, token string, ) *SCIMProvider
NewSCIMProvider instantiates a new SCIMProvider 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 NewSCIMProviderWithDefaults() *SCIMProvider
NewSCIMProviderWithDefaults instantiates a new SCIMProvider 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 *SCIMProvider) GetPk() int32
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *SCIMProvider) GetPkOk() (*int32, bool)
GetPkOk returns a tuple with the Pk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SCIMProvider) SetPk(v int32)
SetPk sets Pk field to given value.
func (o *SCIMProvider) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SCIMProvider) 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 *SCIMProvider) SetName(v string)
SetName sets Name field to given value.
func (o *SCIMProvider) GetPropertyMappings() []string
GetPropertyMappings returns the PropertyMappings field if non-nil, zero value otherwise.
func (o *SCIMProvider) 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 *SCIMProvider) SetPropertyMappings(v []string)
SetPropertyMappings sets PropertyMappings field to given value.
func (o *SCIMProvider) HasPropertyMappings() bool
HasPropertyMappings returns a boolean if a field has been set.
func (o *SCIMProvider) GetPropertyMappingsGroup() []string
GetPropertyMappingsGroup returns the PropertyMappingsGroup field if non-nil, zero value otherwise.
func (o *SCIMProvider) 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 *SCIMProvider) SetPropertyMappingsGroup(v []string)
SetPropertyMappingsGroup sets PropertyMappingsGroup field to given value.
func (o *SCIMProvider) HasPropertyMappingsGroup() bool
HasPropertyMappingsGroup returns a boolean if a field has been set.
func (o *SCIMProvider) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *SCIMProvider) GetComponentOk() (*string, bool)
GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SCIMProvider) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *SCIMProvider) GetAssignedBackchannelApplicationSlug() string
GetAssignedBackchannelApplicationSlug returns the AssignedBackchannelApplicationSlug field if non-nil, zero value otherwise.
func (o *SCIMProvider) GetAssignedBackchannelApplicationSlugOk() (*string, bool)
GetAssignedBackchannelApplicationSlugOk returns a tuple with the AssignedBackchannelApplicationSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SCIMProvider) SetAssignedBackchannelApplicationSlug(v string)
SetAssignedBackchannelApplicationSlug sets AssignedBackchannelApplicationSlug field to given value.
func (o *SCIMProvider) GetAssignedBackchannelApplicationName() string
GetAssignedBackchannelApplicationName returns the AssignedBackchannelApplicationName field if non-nil, zero value otherwise.
func (o *SCIMProvider) GetAssignedBackchannelApplicationNameOk() (*string, bool)
GetAssignedBackchannelApplicationNameOk returns a tuple with the AssignedBackchannelApplicationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SCIMProvider) SetAssignedBackchannelApplicationName(v string)
SetAssignedBackchannelApplicationName sets AssignedBackchannelApplicationName field to given value.
func (o *SCIMProvider) GetVerboseName() string
GetVerboseName returns the VerboseName field if non-nil, zero value otherwise.
func (o *SCIMProvider) GetVerboseNameOk() (*string, bool)
GetVerboseNameOk returns a tuple with the VerboseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SCIMProvider) SetVerboseName(v string)
SetVerboseName sets VerboseName field to given value.
func (o *SCIMProvider) GetVerboseNamePlural() string
GetVerboseNamePlural returns the VerboseNamePlural field if non-nil, zero value otherwise.
func (o *SCIMProvider) GetVerboseNamePluralOk() (*string, bool)
GetVerboseNamePluralOk returns a tuple with the VerboseNamePlural field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SCIMProvider) SetVerboseNamePlural(v string)
SetVerboseNamePlural sets VerboseNamePlural field to given value.
func (o *SCIMProvider) GetMetaModelName() string
GetMetaModelName returns the MetaModelName field if non-nil, zero value otherwise.
func (o *SCIMProvider) GetMetaModelNameOk() (*string, bool)
GetMetaModelNameOk returns a tuple with the MetaModelName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SCIMProvider) SetMetaModelName(v string)
SetMetaModelName sets MetaModelName field to given value.
func (o *SCIMProvider) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *SCIMProvider) 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 *SCIMProvider) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *SCIMProvider) GetVerifyCertificates() bool
GetVerifyCertificates returns the VerifyCertificates field if non-nil, zero value otherwise.
func (o *SCIMProvider) 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 *SCIMProvider) SetVerifyCertificates(v bool)
SetVerifyCertificates sets VerifyCertificates field to given value.
func (o *SCIMProvider) HasVerifyCertificates() bool
HasVerifyCertificates returns a boolean if a field has been set.
func (o *SCIMProvider) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *SCIMProvider) 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 *SCIMProvider) SetToken(v string)
SetToken sets Token field to given value.
func (o *SCIMProvider) GetExcludeUsersServiceAccount() bool
GetExcludeUsersServiceAccount returns the ExcludeUsersServiceAccount field if non-nil, zero value otherwise.
func (o *SCIMProvider) 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 *SCIMProvider) SetExcludeUsersServiceAccount(v bool)
SetExcludeUsersServiceAccount sets ExcludeUsersServiceAccount field to given value.
func (o *SCIMProvider) HasExcludeUsersServiceAccount() bool
HasExcludeUsersServiceAccount returns a boolean if a field has been set.
func (o *SCIMProvider) GetFilterGroup() string
GetFilterGroup returns the FilterGroup field if non-nil, zero value otherwise.
func (o *SCIMProvider) 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 *SCIMProvider) SetFilterGroup(v string)
SetFilterGroup sets FilterGroup field to given value.
func (o *SCIMProvider) HasFilterGroup() bool
HasFilterGroup returns a boolean if a field has been set.
func (o *SCIMProvider) SetFilterGroupNil(b bool)
SetFilterGroupNil sets the value for FilterGroup to be an explicit nil
func (o *SCIMProvider) UnsetFilterGroup()
UnsetFilterGroup ensures that no value is present for FilterGroup, not even an explicit nil