Skip to content

Latest commit

 

History

History
300 lines (163 loc) · 9.94 KB

PatchedMicrosoftEntraProviderRequest.md

File metadata and controls

300 lines (163 loc) · 9.94 KB

PatchedMicrosoftEntraProviderRequest

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]
ClientId Pointer to string [optional]
ClientSecret Pointer to string [optional]
TenantId Pointer to string [optional]
ExcludeUsersServiceAccount Pointer to bool [optional]
FilterGroup Pointer to NullableString [optional]
UserDeleteAction Pointer to OutgoingSyncDeleteAction [optional]
GroupDeleteAction Pointer to OutgoingSyncDeleteAction [optional]

Methods

NewPatchedMicrosoftEntraProviderRequest

func NewPatchedMicrosoftEntraProviderRequest() *PatchedMicrosoftEntraProviderRequest

NewPatchedMicrosoftEntraProviderRequest instantiates a new PatchedMicrosoftEntraProviderRequest 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

NewPatchedMicrosoftEntraProviderRequestWithDefaults

func NewPatchedMicrosoftEntraProviderRequestWithDefaults() *PatchedMicrosoftEntraProviderRequest

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

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *PatchedMicrosoftEntraProviderRequest) HasName() bool

HasName returns a boolean if a field has been set.

GetPropertyMappings

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

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

GetPropertyMappingsOk

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

SetPropertyMappings sets PropertyMappings field to given value.

HasPropertyMappings

func (o *PatchedMicrosoftEntraProviderRequest) HasPropertyMappings() bool

HasPropertyMappings returns a boolean if a field has been set.

GetPropertyMappingsGroup

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

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

GetPropertyMappingsGroupOk

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

SetPropertyMappingsGroup sets PropertyMappingsGroup field to given value.

HasPropertyMappingsGroup

func (o *PatchedMicrosoftEntraProviderRequest) HasPropertyMappingsGroup() bool

HasPropertyMappingsGroup returns a boolean if a field has been set.

GetClientId

func (o *PatchedMicrosoftEntraProviderRequest) GetClientId() string

GetClientId returns the ClientId field if non-nil, zero value otherwise.

GetClientIdOk

func (o *PatchedMicrosoftEntraProviderRequest) GetClientIdOk() (*string, bool)

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

SetClientId

func (o *PatchedMicrosoftEntraProviderRequest) SetClientId(v string)

SetClientId sets ClientId field to given value.

HasClientId

func (o *PatchedMicrosoftEntraProviderRequest) HasClientId() bool

HasClientId returns a boolean if a field has been set.

GetClientSecret

func (o *PatchedMicrosoftEntraProviderRequest) GetClientSecret() string

GetClientSecret returns the ClientSecret field if non-nil, zero value otherwise.

GetClientSecretOk

func (o *PatchedMicrosoftEntraProviderRequest) GetClientSecretOk() (*string, bool)

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

SetClientSecret

func (o *PatchedMicrosoftEntraProviderRequest) SetClientSecret(v string)

SetClientSecret sets ClientSecret field to given value.

HasClientSecret

func (o *PatchedMicrosoftEntraProviderRequest) HasClientSecret() bool

HasClientSecret returns a boolean if a field has been set.

GetTenantId

func (o *PatchedMicrosoftEntraProviderRequest) GetTenantId() string

GetTenantId returns the TenantId field if non-nil, zero value otherwise.

GetTenantIdOk

func (o *PatchedMicrosoftEntraProviderRequest) GetTenantIdOk() (*string, bool)

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

SetTenantId

func (o *PatchedMicrosoftEntraProviderRequest) SetTenantId(v string)

SetTenantId sets TenantId field to given value.

HasTenantId

func (o *PatchedMicrosoftEntraProviderRequest) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

GetExcludeUsersServiceAccount

func (o *PatchedMicrosoftEntraProviderRequest) GetExcludeUsersServiceAccount() bool

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

GetExcludeUsersServiceAccountOk

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

SetExcludeUsersServiceAccount sets ExcludeUsersServiceAccount field to given value.

HasExcludeUsersServiceAccount

func (o *PatchedMicrosoftEntraProviderRequest) HasExcludeUsersServiceAccount() bool

HasExcludeUsersServiceAccount returns a boolean if a field has been set.

GetFilterGroup

func (o *PatchedMicrosoftEntraProviderRequest) GetFilterGroup() string

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

GetFilterGroupOk

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

SetFilterGroup sets FilterGroup field to given value.

HasFilterGroup

func (o *PatchedMicrosoftEntraProviderRequest) HasFilterGroup() bool

HasFilterGroup returns a boolean if a field has been set.

SetFilterGroupNil

func (o *PatchedMicrosoftEntraProviderRequest) SetFilterGroupNil(b bool)

SetFilterGroupNil sets the value for FilterGroup to be an explicit nil

UnsetFilterGroup

func (o *PatchedMicrosoftEntraProviderRequest) UnsetFilterGroup()

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

GetUserDeleteAction

func (o *PatchedMicrosoftEntraProviderRequest) GetUserDeleteAction() OutgoingSyncDeleteAction

GetUserDeleteAction returns the UserDeleteAction field if non-nil, zero value otherwise.

GetUserDeleteActionOk

func (o *PatchedMicrosoftEntraProviderRequest) GetUserDeleteActionOk() (*OutgoingSyncDeleteAction, bool)

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

SetUserDeleteAction

func (o *PatchedMicrosoftEntraProviderRequest) SetUserDeleteAction(v OutgoingSyncDeleteAction)

SetUserDeleteAction sets UserDeleteAction field to given value.

HasUserDeleteAction

func (o *PatchedMicrosoftEntraProviderRequest) HasUserDeleteAction() bool

HasUserDeleteAction returns a boolean if a field has been set.

GetGroupDeleteAction

func (o *PatchedMicrosoftEntraProviderRequest) GetGroupDeleteAction() OutgoingSyncDeleteAction

GetGroupDeleteAction returns the GroupDeleteAction field if non-nil, zero value otherwise.

GetGroupDeleteActionOk

func (o *PatchedMicrosoftEntraProviderRequest) GetGroupDeleteActionOk() (*OutgoingSyncDeleteAction, bool)

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

SetGroupDeleteAction

func (o *PatchedMicrosoftEntraProviderRequest) SetGroupDeleteAction(v OutgoingSyncDeleteAction)

SetGroupDeleteAction sets GroupDeleteAction field to given value.

HasGroupDeleteAction

func (o *PatchedMicrosoftEntraProviderRequest) HasGroupDeleteAction() bool

HasGroupDeleteAction returns a boolean if a field has been set.

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