Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.76 KB

PatchedSCIMSourceRequest.md

File metadata and controls

160 lines (87 loc) · 4.76 KB

PatchedSCIMSourceRequest

Properties

Name Type Description Notes
Name Pointer to string Source's display Name. [optional]
Slug Pointer to string Internal source name, used in URLs. [optional]
Enabled Pointer to bool [optional]
UserMatchingMode Pointer to UserMatchingModeEnum How the source determines if an existing user should be authenticated or a new user enrolled. [optional]
UserPathTemplate Pointer to string [optional]

Methods

NewPatchedSCIMSourceRequest

func NewPatchedSCIMSourceRequest() *PatchedSCIMSourceRequest

NewPatchedSCIMSourceRequest instantiates a new PatchedSCIMSourceRequest 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

NewPatchedSCIMSourceRequestWithDefaults

func NewPatchedSCIMSourceRequestWithDefaults() *PatchedSCIMSourceRequest

NewPatchedSCIMSourceRequestWithDefaults instantiates a new PatchedSCIMSourceRequest 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

GetName

func (o *PatchedSCIMSourceRequest) GetName() string

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

GetNameOk

func (o *PatchedSCIMSourceRequest) 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 *PatchedSCIMSourceRequest) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PatchedSCIMSourceRequest) HasName() bool

HasName returns a boolean if a field has been set.

GetSlug

func (o *PatchedSCIMSourceRequest) GetSlug() string

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

GetSlugOk

func (o *PatchedSCIMSourceRequest) 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 *PatchedSCIMSourceRequest) SetSlug(v string)

SetSlug sets Slug field to given value.

HasSlug

func (o *PatchedSCIMSourceRequest) HasSlug() bool

HasSlug returns a boolean if a field has been set.

GetEnabled

func (o *PatchedSCIMSourceRequest) GetEnabled() bool

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

GetEnabledOk

func (o *PatchedSCIMSourceRequest) 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 *PatchedSCIMSourceRequest) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *PatchedSCIMSourceRequest) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetUserMatchingMode

func (o *PatchedSCIMSourceRequest) GetUserMatchingMode() UserMatchingModeEnum

GetUserMatchingMode returns the UserMatchingMode field if non-nil, zero value otherwise.

GetUserMatchingModeOk

func (o *PatchedSCIMSourceRequest) GetUserMatchingModeOk() (*UserMatchingModeEnum, bool)

GetUserMatchingModeOk returns a tuple with the UserMatchingMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUserMatchingMode

func (o *PatchedSCIMSourceRequest) SetUserMatchingMode(v UserMatchingModeEnum)

SetUserMatchingMode sets UserMatchingMode field to given value.

HasUserMatchingMode

func (o *PatchedSCIMSourceRequest) HasUserMatchingMode() bool

HasUserMatchingMode returns a boolean if a field has been set.

GetUserPathTemplate

func (o *PatchedSCIMSourceRequest) GetUserPathTemplate() string

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

GetUserPathTemplateOk

func (o *PatchedSCIMSourceRequest) 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 *PatchedSCIMSourceRequest) SetUserPathTemplate(v string)

SetUserPathTemplate sets UserPathTemplate field to given value.

HasUserPathTemplate

func (o *PatchedSCIMSourceRequest) HasUserPathTemplate() bool

HasUserPathTemplate returns a boolean if a field has been set.

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