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] |
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
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
func (o *PatchedMicrosoftEntraProviderRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *PatchedMicrosoftEntraProviderRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PatchedMicrosoftEntraProviderRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchedMicrosoftEntraProviderRequest) GetPropertyMappings() []string
GetPropertyMappings returns the PropertyMappings field if non-nil, zero value otherwise.
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.
func (o *PatchedMicrosoftEntraProviderRequest) SetPropertyMappings(v []string)
SetPropertyMappings sets PropertyMappings field to given value.
func (o *PatchedMicrosoftEntraProviderRequest) HasPropertyMappings() bool
HasPropertyMappings returns a boolean if a field has been set.
func (o *PatchedMicrosoftEntraProviderRequest) GetPropertyMappingsGroup() []string
GetPropertyMappingsGroup returns the PropertyMappingsGroup field if non-nil, zero value otherwise.
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.
func (o *PatchedMicrosoftEntraProviderRequest) SetPropertyMappingsGroup(v []string)
SetPropertyMappingsGroup sets PropertyMappingsGroup field to given value.
func (o *PatchedMicrosoftEntraProviderRequest) HasPropertyMappingsGroup() bool
HasPropertyMappingsGroup returns a boolean if a field has been set.
func (o *PatchedMicrosoftEntraProviderRequest) GetClientId() string
GetClientId returns the ClientId field if non-nil, zero value otherwise.
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.
func (o *PatchedMicrosoftEntraProviderRequest) SetClientId(v string)
SetClientId sets ClientId field to given value.
func (o *PatchedMicrosoftEntraProviderRequest) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (o *PatchedMicrosoftEntraProviderRequest) GetClientSecret() string
GetClientSecret returns the ClientSecret field if non-nil, zero value otherwise.
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.
func (o *PatchedMicrosoftEntraProviderRequest) SetClientSecret(v string)
SetClientSecret sets ClientSecret field to given value.
func (o *PatchedMicrosoftEntraProviderRequest) HasClientSecret() bool
HasClientSecret returns a boolean if a field has been set.
func (o *PatchedMicrosoftEntraProviderRequest) GetTenantId() string
GetTenantId returns the TenantId field if non-nil, zero value otherwise.
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.
func (o *PatchedMicrosoftEntraProviderRequest) SetTenantId(v string)
SetTenantId sets TenantId field to given value.
func (o *PatchedMicrosoftEntraProviderRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (o *PatchedMicrosoftEntraProviderRequest) GetExcludeUsersServiceAccount() bool
GetExcludeUsersServiceAccount returns the ExcludeUsersServiceAccount field if non-nil, zero value otherwise.
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.
func (o *PatchedMicrosoftEntraProviderRequest) SetExcludeUsersServiceAccount(v bool)
SetExcludeUsersServiceAccount sets ExcludeUsersServiceAccount field to given value.
func (o *PatchedMicrosoftEntraProviderRequest) HasExcludeUsersServiceAccount() bool
HasExcludeUsersServiceAccount returns a boolean if a field has been set.
func (o *PatchedMicrosoftEntraProviderRequest) GetFilterGroup() string
GetFilterGroup returns the FilterGroup field if non-nil, zero value otherwise.
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.
func (o *PatchedMicrosoftEntraProviderRequest) SetFilterGroup(v string)
SetFilterGroup sets FilterGroup field to given value.
func (o *PatchedMicrosoftEntraProviderRequest) HasFilterGroup() bool
HasFilterGroup returns a boolean if a field has been set.
func (o *PatchedMicrosoftEntraProviderRequest) SetFilterGroupNil(b bool)
SetFilterGroupNil sets the value for FilterGroup to be an explicit nil
func (o *PatchedMicrosoftEntraProviderRequest) UnsetFilterGroup()
UnsetFilterGroup ensures that no value is present for FilterGroup, not even an explicit nil
func (o *PatchedMicrosoftEntraProviderRequest) GetUserDeleteAction() OutgoingSyncDeleteAction
GetUserDeleteAction returns the UserDeleteAction field if non-nil, zero value otherwise.
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.
func (o *PatchedMicrosoftEntraProviderRequest) SetUserDeleteAction(v OutgoingSyncDeleteAction)
SetUserDeleteAction sets UserDeleteAction field to given value.
func (o *PatchedMicrosoftEntraProviderRequest) HasUserDeleteAction() bool
HasUserDeleteAction returns a boolean if a field has been set.
func (o *PatchedMicrosoftEntraProviderRequest) GetGroupDeleteAction() OutgoingSyncDeleteAction
GetGroupDeleteAction returns the GroupDeleteAction field if non-nil, zero value otherwise.
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.
func (o *PatchedMicrosoftEntraProviderRequest) SetGroupDeleteAction(v OutgoingSyncDeleteAction)
SetGroupDeleteAction sets GroupDeleteAction field to given value.
func (o *PatchedMicrosoftEntraProviderRequest) HasGroupDeleteAction() bool
HasGroupDeleteAction returns a boolean if a field has been set.