Skip to content

Latest commit

 

History

History
354 lines (189 loc) · 9.81 KB

SCIMSource.md

File metadata and controls

354 lines (189 loc) · 9.81 KB

SCIMSource

Properties

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]

Methods

NewSCIMSource

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

NewSCIMSourceWithDefaults

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

GetPk

func (o *SCIMSource) GetPk() string

GetPk returns the Pk field if non-nil, zero value otherwise.

GetPkOk

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.

SetPk

func (o *SCIMSource) SetPk(v string)

SetPk sets Pk field to given value.

GetName

func (o *SCIMSource) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *SCIMSource) SetName(v string)

SetName sets Name field to given value.

GetSlug

func (o *SCIMSource) GetSlug() string

GetSlug returns the Slug field if non-nil, zero value otherwise.

GetSlugOk

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.

SetSlug

func (o *SCIMSource) SetSlug(v string)

SetSlug sets Slug field to given value.

GetEnabled

func (o *SCIMSource) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

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.

SetEnabled

func (o *SCIMSource) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *SCIMSource) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetUserPropertyMappings

func (o *SCIMSource) GetUserPropertyMappings() []string

GetUserPropertyMappings returns the UserPropertyMappings field if non-nil, zero value otherwise.

GetUserPropertyMappingsOk

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.

SetUserPropertyMappings

func (o *SCIMSource) SetUserPropertyMappings(v []string)

SetUserPropertyMappings sets UserPropertyMappings field to given value.

HasUserPropertyMappings

func (o *SCIMSource) HasUserPropertyMappings() bool

HasUserPropertyMappings returns a boolean if a field has been set.

GetGroupPropertyMappings

func (o *SCIMSource) GetGroupPropertyMappings() []string

GetGroupPropertyMappings returns the GroupPropertyMappings field if non-nil, zero value otherwise.

GetGroupPropertyMappingsOk

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.

SetGroupPropertyMappings

func (o *SCIMSource) SetGroupPropertyMappings(v []string)

SetGroupPropertyMappings sets GroupPropertyMappings field to given value.

HasGroupPropertyMappings

func (o *SCIMSource) HasGroupPropertyMappings() bool

HasGroupPropertyMappings returns a boolean if a field has been set.

GetComponent

func (o *SCIMSource) GetComponent() string

GetComponent returns the Component field if non-nil, zero value otherwise.

GetComponentOk

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.

SetComponent

func (o *SCIMSource) SetComponent(v string)

SetComponent sets Component field to given value.

GetVerboseName

func (o *SCIMSource) GetVerboseName() string

GetVerboseName returns the VerboseName field if non-nil, zero value otherwise.

GetVerboseNameOk

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.

SetVerboseName

func (o *SCIMSource) SetVerboseName(v string)

SetVerboseName sets VerboseName field to given value.

GetVerboseNamePlural

func (o *SCIMSource) GetVerboseNamePlural() string

GetVerboseNamePlural returns the VerboseNamePlural field if non-nil, zero value otherwise.

GetVerboseNamePluralOk

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.

SetVerboseNamePlural

func (o *SCIMSource) SetVerboseNamePlural(v string)

SetVerboseNamePlural sets VerboseNamePlural field to given value.

GetMetaModelName

func (o *SCIMSource) GetMetaModelName() string

GetMetaModelName returns the MetaModelName field if non-nil, zero value otherwise.

GetMetaModelNameOk

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.

SetMetaModelName

func (o *SCIMSource) SetMetaModelName(v string)

SetMetaModelName sets MetaModelName field to given value.

GetManaged

func (o *SCIMSource) GetManaged() string

GetManaged returns the Managed field if non-nil, zero value otherwise.

GetManagedOk

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.

SetManaged

func (o *SCIMSource) SetManaged(v string)

SetManaged sets Managed field to given value.

SetManagedNil

func (o *SCIMSource) SetManagedNil(b bool)

SetManagedNil sets the value for Managed to be an explicit nil

UnsetManaged

func (o *SCIMSource) UnsetManaged()

UnsetManaged ensures that no value is present for Managed, not even an explicit nil

GetUserPathTemplate

func (o *SCIMSource) GetUserPathTemplate() string

GetUserPathTemplate returns the UserPathTemplate field if non-nil, zero value otherwise.

GetUserPathTemplateOk

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.

SetUserPathTemplate

func (o *SCIMSource) SetUserPathTemplate(v string)

SetUserPathTemplate sets UserPathTemplate field to given value.

HasUserPathTemplate

func (o *SCIMSource) HasUserPathTemplate() bool

HasUserPathTemplate returns a boolean if a field has been set.

GetRootUrl

func (o *SCIMSource) GetRootUrl() string

GetRootUrl returns the RootUrl field if non-nil, zero value otherwise.

GetRootUrlOk

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.

SetRootUrl

func (o *SCIMSource) SetRootUrl(v string)

SetRootUrl sets RootUrl field to given value.

GetTokenObj

func (o *SCIMSource) GetTokenObj() Token

GetTokenObj returns the TokenObj field if non-nil, zero value otherwise.

GetTokenObjOk

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.

SetTokenObj

func (o *SCIMSource) SetTokenObj(v Token)

SetTokenObj sets TokenObj field to given value.

[Back to Model list] [Back to API list] [Back to README]