Skip to content

Latest commit

 

History

History
222 lines (121 loc) · 6.78 KB

PatchedSCIMProviderRequest.md

File metadata and controls

222 lines (121 loc) · 6.78 KB

PatchedSCIMProviderRequest

Properties

Name Type Description Notes
Name Pointer to string [optional]
PropertyMappings Pointer to []string [optional]
PropertyMappingsGroup Pointer to []string Property mappings used for group creation/updating. [optional]
Url Pointer to string Base URL to SCIM requests, usually ends in /v2 [optional]
Token Pointer to string Authentication token [optional]
ExcludeUsersServiceAccount Pointer to bool [optional]
FilterGroup Pointer to NullableString [optional]

Methods

NewPatchedSCIMProviderRequest

func NewPatchedSCIMProviderRequest() *PatchedSCIMProviderRequest

NewPatchedSCIMProviderRequest instantiates a new PatchedSCIMProviderRequest 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

NewPatchedSCIMProviderRequestWithDefaults

func NewPatchedSCIMProviderRequestWithDefaults() *PatchedSCIMProviderRequest

NewPatchedSCIMProviderRequestWithDefaults instantiates a new PatchedSCIMProviderRequest 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 *PatchedSCIMProviderRequest) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *PatchedSCIMProviderRequest) HasName() bool

HasName returns a boolean if a field has been set.

GetPropertyMappings

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

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

GetPropertyMappingsOk

func (o *PatchedSCIMProviderRequest) 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 *PatchedSCIMProviderRequest) SetPropertyMappings(v []string)

SetPropertyMappings sets PropertyMappings field to given value.

HasPropertyMappings

func (o *PatchedSCIMProviderRequest) HasPropertyMappings() bool

HasPropertyMappings returns a boolean if a field has been set.

GetPropertyMappingsGroup

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

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

GetPropertyMappingsGroupOk

func (o *PatchedSCIMProviderRequest) 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 *PatchedSCIMProviderRequest) SetPropertyMappingsGroup(v []string)

SetPropertyMappingsGroup sets PropertyMappingsGroup field to given value.

HasPropertyMappingsGroup

func (o *PatchedSCIMProviderRequest) HasPropertyMappingsGroup() bool

HasPropertyMappingsGroup returns a boolean if a field has been set.

GetUrl

func (o *PatchedSCIMProviderRequest) GetUrl() string

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

GetUrlOk

func (o *PatchedSCIMProviderRequest) 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 *PatchedSCIMProviderRequest) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *PatchedSCIMProviderRequest) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetToken

func (o *PatchedSCIMProviderRequest) GetToken() string

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

GetTokenOk

func (o *PatchedSCIMProviderRequest) 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 *PatchedSCIMProviderRequest) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *PatchedSCIMProviderRequest) HasToken() bool

HasToken returns a boolean if a field has been set.

GetExcludeUsersServiceAccount

func (o *PatchedSCIMProviderRequest) GetExcludeUsersServiceAccount() bool

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

GetExcludeUsersServiceAccountOk

func (o *PatchedSCIMProviderRequest) 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 *PatchedSCIMProviderRequest) SetExcludeUsersServiceAccount(v bool)

SetExcludeUsersServiceAccount sets ExcludeUsersServiceAccount field to given value.

HasExcludeUsersServiceAccount

func (o *PatchedSCIMProviderRequest) HasExcludeUsersServiceAccount() bool

HasExcludeUsersServiceAccount returns a boolean if a field has been set.

GetFilterGroup

func (o *PatchedSCIMProviderRequest) GetFilterGroup() string

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

GetFilterGroupOk

func (o *PatchedSCIMProviderRequest) 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 *PatchedSCIMProviderRequest) SetFilterGroup(v string)

SetFilterGroup sets FilterGroup field to given value.

HasFilterGroup

func (o *PatchedSCIMProviderRequest) HasFilterGroup() bool

HasFilterGroup returns a boolean if a field has been set.

SetFilterGroupNil

func (o *PatchedSCIMProviderRequest) SetFilterGroupNil(b bool)

SetFilterGroupNil sets the value for FilterGroup to be an explicit nil

UnsetFilterGroup

func (o *PatchedSCIMProviderRequest) 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]