Name | Type | Description | Notes |
---|---|---|---|
Pk | string | [readonly] | |
Name | string | Source's display Name. | |
Slug | string | Internal source name, used in URLs. | |
Enabled | Pointer to bool | [optional] | |
UserPropertyMappings | Pointer to []string | [optional] | |
GroupPropertyMappings | Pointer to []string | [optional] | |
Component | string | Get object component so that we know how to edit the object | [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] |
Managed | NullableString | Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update. | [readonly] |
UserPathTemplate | Pointer to string | [optional] | |
RootUrl | string | Get Root URL | [readonly] |
TokenObj | Token | [readonly] |
func NewSCIMSource(pk string, name string, slug string, component string, verboseName string, verboseNamePlural string, metaModelName string, managed NullableString, rootUrl string, tokenObj Token, ) *SCIMSource
NewSCIMSource instantiates a new SCIMSource 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 NewSCIMSourceWithDefaults() *SCIMSource
NewSCIMSourceWithDefaults instantiates a new SCIMSource 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 *SCIMSource) GetPk() string
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *SCIMSource) GetPkOk() (*string, 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 *SCIMSource) SetPk(v string)
SetPk sets Pk field to given value.
func (o *SCIMSource) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SCIMSource) 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 *SCIMSource) SetName(v string)
SetName sets Name field to given value.
func (o *SCIMSource) GetSlug() string
GetSlug returns the Slug field if non-nil, zero value otherwise.
func (o *SCIMSource) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SCIMSource) SetSlug(v string)
SetSlug sets Slug field to given value.
func (o *SCIMSource) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *SCIMSource) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SCIMSource) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *SCIMSource) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *SCIMSource) GetUserPropertyMappings() []string
GetUserPropertyMappings returns the UserPropertyMappings field if non-nil, zero value otherwise.
func (o *SCIMSource) GetUserPropertyMappingsOk() (*[]string, bool)
GetUserPropertyMappingsOk returns a tuple with the UserPropertyMappings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SCIMSource) SetUserPropertyMappings(v []string)
SetUserPropertyMappings sets UserPropertyMappings field to given value.
func (o *SCIMSource) HasUserPropertyMappings() bool
HasUserPropertyMappings returns a boolean if a field has been set.
func (o *SCIMSource) GetGroupPropertyMappings() []string
GetGroupPropertyMappings returns the GroupPropertyMappings field if non-nil, zero value otherwise.
func (o *SCIMSource) GetGroupPropertyMappingsOk() (*[]string, bool)
GetGroupPropertyMappingsOk returns a tuple with the GroupPropertyMappings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SCIMSource) SetGroupPropertyMappings(v []string)
SetGroupPropertyMappings sets GroupPropertyMappings field to given value.
func (o *SCIMSource) HasGroupPropertyMappings() bool
HasGroupPropertyMappings returns a boolean if a field has been set.
func (o *SCIMSource) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *SCIMSource) 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 *SCIMSource) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *SCIMSource) GetVerboseName() string
GetVerboseName returns the VerboseName field if non-nil, zero value otherwise.
func (o *SCIMSource) 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 *SCIMSource) SetVerboseName(v string)
SetVerboseName sets VerboseName field to given value.
func (o *SCIMSource) GetVerboseNamePlural() string
GetVerboseNamePlural returns the VerboseNamePlural field if non-nil, zero value otherwise.
func (o *SCIMSource) 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 *SCIMSource) SetVerboseNamePlural(v string)
SetVerboseNamePlural sets VerboseNamePlural field to given value.
func (o *SCIMSource) GetMetaModelName() string
GetMetaModelName returns the MetaModelName field if non-nil, zero value otherwise.
func (o *SCIMSource) 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 *SCIMSource) SetMetaModelName(v string)
SetMetaModelName sets MetaModelName field to given value.
func (o *SCIMSource) GetManaged() string
GetManaged returns the Managed field if non-nil, zero value otherwise.
func (o *SCIMSource) GetManagedOk() (*string, bool)
GetManagedOk returns a tuple with the Managed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SCIMSource) SetManaged(v string)
SetManaged sets Managed field to given value.
func (o *SCIMSource) SetManagedNil(b bool)
SetManagedNil sets the value for Managed to be an explicit nil
func (o *SCIMSource) UnsetManaged()
UnsetManaged ensures that no value is present for Managed, not even an explicit nil
func (o *SCIMSource) GetUserPathTemplate() string
GetUserPathTemplate returns the UserPathTemplate field if non-nil, zero value otherwise.
func (o *SCIMSource) GetUserPathTemplateOk() (*string, bool)
GetUserPathTemplateOk returns a tuple with the UserPathTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SCIMSource) SetUserPathTemplate(v string)
SetUserPathTemplate sets UserPathTemplate field to given value.
func (o *SCIMSource) HasUserPathTemplate() bool
HasUserPathTemplate returns a boolean if a field has been set.
func (o *SCIMSource) GetRootUrl() string
GetRootUrl returns the RootUrl field if non-nil, zero value otherwise.
func (o *SCIMSource) GetRootUrlOk() (*string, bool)
GetRootUrlOk returns a tuple with the RootUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SCIMSource) SetRootUrl(v string)
SetRootUrl sets RootUrl field to given value.
func (o *SCIMSource) GetTokenObj() Token
GetTokenObj returns the TokenObj field if non-nil, zero value otherwise.
func (o *SCIMSource) GetTokenObjOk() (*Token, bool)
GetTokenObjOk returns a tuple with the TokenObj field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SCIMSource) SetTokenObj(v Token)
SetTokenObj sets TokenObj field to given value.