Skip to content

Latest commit

 

History

History
354 lines (189 loc) · 10.6 KB

SCIMProvider.md

File metadata and controls

354 lines (189 loc) · 10.6 KB

SCIMProvider

Properties

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
Token string Authentication token
ExcludeUsersServiceAccount Pointer to bool [optional]
FilterGroup Pointer to NullableString [optional]

Methods

NewSCIMProvider

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

NewSCIMProviderWithDefaults

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

GetPk

func (o *SCIMProvider) GetPk() int32

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

GetPkOk

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.

SetPk

func (o *SCIMProvider) SetPk(v int32)

SetPk sets Pk field to given value.

GetName

func (o *SCIMProvider) GetName() string

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

GetNameOk

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.

SetName

func (o *SCIMProvider) SetName(v string)

SetName sets Name field to given value.

GetPropertyMappings

func (o *SCIMProvider) GetPropertyMappings() []string

GetPropertyMappings returns the PropertyMappings field if non-nil, zero value otherwise.

GetPropertyMappingsOk

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.

SetPropertyMappings

func (o *SCIMProvider) SetPropertyMappings(v []string)

SetPropertyMappings sets PropertyMappings field to given value.

HasPropertyMappings

func (o *SCIMProvider) HasPropertyMappings() bool

HasPropertyMappings returns a boolean if a field has been set.

GetPropertyMappingsGroup

func (o *SCIMProvider) GetPropertyMappingsGroup() []string

GetPropertyMappingsGroup returns the PropertyMappingsGroup field if non-nil, zero value otherwise.

GetPropertyMappingsGroupOk

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.

SetPropertyMappingsGroup

func (o *SCIMProvider) SetPropertyMappingsGroup(v []string)

SetPropertyMappingsGroup sets PropertyMappingsGroup field to given value.

HasPropertyMappingsGroup

func (o *SCIMProvider) HasPropertyMappingsGroup() bool

HasPropertyMappingsGroup returns a boolean if a field has been set.

GetComponent

func (o *SCIMProvider) GetComponent() string

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

GetComponentOk

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.

SetComponent

func (o *SCIMProvider) SetComponent(v string)

SetComponent sets Component field to given value.

GetAssignedBackchannelApplicationSlug

func (o *SCIMProvider) GetAssignedBackchannelApplicationSlug() string

GetAssignedBackchannelApplicationSlug returns the AssignedBackchannelApplicationSlug field if non-nil, zero value otherwise.

GetAssignedBackchannelApplicationSlugOk

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.

SetAssignedBackchannelApplicationSlug

func (o *SCIMProvider) SetAssignedBackchannelApplicationSlug(v string)

SetAssignedBackchannelApplicationSlug sets AssignedBackchannelApplicationSlug field to given value.

GetAssignedBackchannelApplicationName

func (o *SCIMProvider) GetAssignedBackchannelApplicationName() string

GetAssignedBackchannelApplicationName returns the AssignedBackchannelApplicationName field if non-nil, zero value otherwise.

GetAssignedBackchannelApplicationNameOk

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.

SetAssignedBackchannelApplicationName

func (o *SCIMProvider) SetAssignedBackchannelApplicationName(v string)

SetAssignedBackchannelApplicationName sets AssignedBackchannelApplicationName field to given value.

GetVerboseName

func (o *SCIMProvider) GetVerboseName() string

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

GetVerboseNameOk

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.

SetVerboseName

func (o *SCIMProvider) SetVerboseName(v string)

SetVerboseName sets VerboseName field to given value.

GetVerboseNamePlural

func (o *SCIMProvider) GetVerboseNamePlural() string

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

GetVerboseNamePluralOk

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.

SetVerboseNamePlural

func (o *SCIMProvider) SetVerboseNamePlural(v string)

SetVerboseNamePlural sets VerboseNamePlural field to given value.

GetMetaModelName

func (o *SCIMProvider) GetMetaModelName() string

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

GetMetaModelNameOk

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.

SetMetaModelName

func (o *SCIMProvider) SetMetaModelName(v string)

SetMetaModelName sets MetaModelName field to given value.

GetUrl

func (o *SCIMProvider) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *SCIMProvider) SetUrl(v string)

SetUrl sets Url field to given value.

GetToken

func (o *SCIMProvider) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

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.

SetToken

func (o *SCIMProvider) SetToken(v string)

SetToken sets Token field to given value.

GetExcludeUsersServiceAccount

func (o *SCIMProvider) GetExcludeUsersServiceAccount() bool

GetExcludeUsersServiceAccount returns the ExcludeUsersServiceAccount field if non-nil, zero value otherwise.

GetExcludeUsersServiceAccountOk

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.

SetExcludeUsersServiceAccount

func (o *SCIMProvider) SetExcludeUsersServiceAccount(v bool)

SetExcludeUsersServiceAccount sets ExcludeUsersServiceAccount field to given value.

HasExcludeUsersServiceAccount

func (o *SCIMProvider) HasExcludeUsersServiceAccount() bool

HasExcludeUsersServiceAccount returns a boolean if a field has been set.

GetFilterGroup

func (o *SCIMProvider) GetFilterGroup() string

GetFilterGroup returns the FilterGroup field if non-nil, zero value otherwise.

GetFilterGroupOk

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.

SetFilterGroup

func (o *SCIMProvider) SetFilterGroup(v string)

SetFilterGroup sets FilterGroup field to given value.

HasFilterGroup

func (o *SCIMProvider) HasFilterGroup() bool

HasFilterGroup returns a boolean if a field has been set.

SetFilterGroupNil

func (o *SCIMProvider) SetFilterGroupNil(b bool)

SetFilterGroupNil sets the value for FilterGroup to be an explicit nil

UnsetFilterGroup

func (o *SCIMProvider) UnsetFilterGroup()

UnsetFilterGroup ensures that no value is present for FilterGroup, not even an explicit nil

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