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] | |
AuthenticationFlow | Pointer to NullableString | Flow to use when authenticating existing users. | [optional] |
EnrollmentFlow | Pointer to NullableString | Flow to use when enrolling new users. | [optional] |
UserPropertyMappings | Pointer to []string | [optional] | |
GroupPropertyMappings | Pointer to []string | [optional] | |
PolicyEngineMode | Pointer to PolicyEngineMode | [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] | |
GroupMatchingMode | Pointer to GroupMatchingModeEnum | How the source determines if an existing group should be used or a new group created. | [optional] |
Realm | Pointer to string | Kerberos realm | [optional] |
Krb5Conf | Pointer to string | Custom krb5.conf to use. Uses the system one by default | [optional] |
SyncUsers | Pointer to bool | Sync users from Kerberos into authentik | [optional] |
SyncUsersPassword | Pointer to bool | When a user changes their password, sync it back to Kerberos | [optional] |
SyncPrincipal | Pointer to string | Principal to authenticate to kadmin for sync. | [optional] |
SyncPassword | Pointer to string | Password to authenticate to kadmin for sync | [optional] |
SyncKeytab | Pointer to string | Keytab to authenticate to kadmin for sync. Must be base64-encoded or in the form TYPE:residual | [optional] |
SyncCcache | Pointer to string | Credentials cache to authenticate to kadmin for sync. Must be in the form TYPE:residual | [optional] |
SpnegoServerName | Pointer to string | Force the use of a specific server name for SPNEGO. Must be in the form HTTP@hostname | [optional] |
SpnegoKeytab | Pointer to string | SPNEGO keytab base64-encoded or path to keytab in the form FILE:path | [optional] |
SpnegoCcache | Pointer to string | Credential cache to use for SPNEGO in form type:residual | [optional] |
PasswordLoginUpdateInternalPassword | Pointer to bool | If enabled, the authentik-stored password will be updated upon login with the Kerberos password backend | [optional] |
func NewPatchedKerberosSourceRequest() *PatchedKerberosSourceRequest
NewPatchedKerberosSourceRequest instantiates a new PatchedKerberosSourceRequest 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 NewPatchedKerberosSourceRequestWithDefaults() *PatchedKerberosSourceRequest
NewPatchedKerberosSourceRequestWithDefaults instantiates a new PatchedKerberosSourceRequest 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 *PatchedKerberosSourceRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) 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 *PatchedKerberosSourceRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PatchedKerberosSourceRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetSlug() string
GetSlug returns the Slug field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) 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.
func (o *PatchedKerberosSourceRequest) SetSlug(v string)
SetSlug sets Slug field to given value.
func (o *PatchedKerberosSourceRequest) HasSlug() bool
HasSlug returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) 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.
func (o *PatchedKerberosSourceRequest) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *PatchedKerberosSourceRequest) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetAuthenticationFlow() string
GetAuthenticationFlow returns the AuthenticationFlow field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) GetAuthenticationFlowOk() (*string, bool)
GetAuthenticationFlowOk returns a tuple with the AuthenticationFlow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedKerberosSourceRequest) SetAuthenticationFlow(v string)
SetAuthenticationFlow sets AuthenticationFlow field to given value.
func (o *PatchedKerberosSourceRequest) HasAuthenticationFlow() bool
HasAuthenticationFlow returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) SetAuthenticationFlowNil(b bool)
SetAuthenticationFlowNil sets the value for AuthenticationFlow to be an explicit nil
func (o *PatchedKerberosSourceRequest) UnsetAuthenticationFlow()
UnsetAuthenticationFlow ensures that no value is present for AuthenticationFlow, not even an explicit nil
func (o *PatchedKerberosSourceRequest) GetEnrollmentFlow() string
GetEnrollmentFlow returns the EnrollmentFlow field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) GetEnrollmentFlowOk() (*string, bool)
GetEnrollmentFlowOk returns a tuple with the EnrollmentFlow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedKerberosSourceRequest) SetEnrollmentFlow(v string)
SetEnrollmentFlow sets EnrollmentFlow field to given value.
func (o *PatchedKerberosSourceRequest) HasEnrollmentFlow() bool
HasEnrollmentFlow returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) SetEnrollmentFlowNil(b bool)
SetEnrollmentFlowNil sets the value for EnrollmentFlow to be an explicit nil
func (o *PatchedKerberosSourceRequest) UnsetEnrollmentFlow()
UnsetEnrollmentFlow ensures that no value is present for EnrollmentFlow, not even an explicit nil
func (o *PatchedKerberosSourceRequest) GetUserPropertyMappings() []string
GetUserPropertyMappings returns the UserPropertyMappings field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) GetUserPropertyMappingsOk() (*[]string, bool)
GetUserPropertyMappingsOk returns a tuple with the UserPropertyMappings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedKerberosSourceRequest) SetUserPropertyMappings(v []string)
SetUserPropertyMappings sets UserPropertyMappings field to given value.
func (o *PatchedKerberosSourceRequest) HasUserPropertyMappings() bool
HasUserPropertyMappings returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetGroupPropertyMappings() []string
GetGroupPropertyMappings returns the GroupPropertyMappings field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) GetGroupPropertyMappingsOk() (*[]string, bool)
GetGroupPropertyMappingsOk returns a tuple with the GroupPropertyMappings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedKerberosSourceRequest) SetGroupPropertyMappings(v []string)
SetGroupPropertyMappings sets GroupPropertyMappings field to given value.
func (o *PatchedKerberosSourceRequest) HasGroupPropertyMappings() bool
HasGroupPropertyMappings returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetPolicyEngineMode() PolicyEngineMode
GetPolicyEngineMode returns the PolicyEngineMode field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) GetPolicyEngineModeOk() (*PolicyEngineMode, bool)
GetPolicyEngineModeOk returns a tuple with the PolicyEngineMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedKerberosSourceRequest) SetPolicyEngineMode(v PolicyEngineMode)
SetPolicyEngineMode sets PolicyEngineMode field to given value.
func (o *PatchedKerberosSourceRequest) HasPolicyEngineMode() bool
HasPolicyEngineMode returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetUserMatchingMode() UserMatchingModeEnum
GetUserMatchingMode returns the UserMatchingMode field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) 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.
func (o *PatchedKerberosSourceRequest) SetUserMatchingMode(v UserMatchingModeEnum)
SetUserMatchingMode sets UserMatchingMode field to given value.
func (o *PatchedKerberosSourceRequest) HasUserMatchingMode() bool
HasUserMatchingMode returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetUserPathTemplate() string
GetUserPathTemplate returns the UserPathTemplate field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) 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.
func (o *PatchedKerberosSourceRequest) SetUserPathTemplate(v string)
SetUserPathTemplate sets UserPathTemplate field to given value.
func (o *PatchedKerberosSourceRequest) HasUserPathTemplate() bool
HasUserPathTemplate returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetGroupMatchingMode() GroupMatchingModeEnum
GetGroupMatchingMode returns the GroupMatchingMode field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) GetGroupMatchingModeOk() (*GroupMatchingModeEnum, bool)
GetGroupMatchingModeOk returns a tuple with the GroupMatchingMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedKerberosSourceRequest) SetGroupMatchingMode(v GroupMatchingModeEnum)
SetGroupMatchingMode sets GroupMatchingMode field to given value.
func (o *PatchedKerberosSourceRequest) HasGroupMatchingMode() bool
HasGroupMatchingMode returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetRealm() string
GetRealm returns the Realm field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) GetRealmOk() (*string, bool)
GetRealmOk returns a tuple with the Realm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedKerberosSourceRequest) SetRealm(v string)
SetRealm sets Realm field to given value.
func (o *PatchedKerberosSourceRequest) HasRealm() bool
HasRealm returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetKrb5Conf() string
GetKrb5Conf returns the Krb5Conf field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) GetKrb5ConfOk() (*string, bool)
GetKrb5ConfOk returns a tuple with the Krb5Conf field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedKerberosSourceRequest) SetKrb5Conf(v string)
SetKrb5Conf sets Krb5Conf field to given value.
func (o *PatchedKerberosSourceRequest) HasKrb5Conf() bool
HasKrb5Conf returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetSyncUsers() bool
GetSyncUsers returns the SyncUsers field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) GetSyncUsersOk() (*bool, bool)
GetSyncUsersOk returns a tuple with the SyncUsers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedKerberosSourceRequest) SetSyncUsers(v bool)
SetSyncUsers sets SyncUsers field to given value.
func (o *PatchedKerberosSourceRequest) HasSyncUsers() bool
HasSyncUsers returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetSyncUsersPassword() bool
GetSyncUsersPassword returns the SyncUsersPassword field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) GetSyncUsersPasswordOk() (*bool, bool)
GetSyncUsersPasswordOk returns a tuple with the SyncUsersPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedKerberosSourceRequest) SetSyncUsersPassword(v bool)
SetSyncUsersPassword sets SyncUsersPassword field to given value.
func (o *PatchedKerberosSourceRequest) HasSyncUsersPassword() bool
HasSyncUsersPassword returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetSyncPrincipal() string
GetSyncPrincipal returns the SyncPrincipal field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) GetSyncPrincipalOk() (*string, bool)
GetSyncPrincipalOk returns a tuple with the SyncPrincipal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedKerberosSourceRequest) SetSyncPrincipal(v string)
SetSyncPrincipal sets SyncPrincipal field to given value.
func (o *PatchedKerberosSourceRequest) HasSyncPrincipal() bool
HasSyncPrincipal returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetSyncPassword() string
GetSyncPassword returns the SyncPassword field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) GetSyncPasswordOk() (*string, bool)
GetSyncPasswordOk returns a tuple with the SyncPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedKerberosSourceRequest) SetSyncPassword(v string)
SetSyncPassword sets SyncPassword field to given value.
func (o *PatchedKerberosSourceRequest) HasSyncPassword() bool
HasSyncPassword returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetSyncKeytab() string
GetSyncKeytab returns the SyncKeytab field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) GetSyncKeytabOk() (*string, bool)
GetSyncKeytabOk returns a tuple with the SyncKeytab field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedKerberosSourceRequest) SetSyncKeytab(v string)
SetSyncKeytab sets SyncKeytab field to given value.
func (o *PatchedKerberosSourceRequest) HasSyncKeytab() bool
HasSyncKeytab returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetSyncCcache() string
GetSyncCcache returns the SyncCcache field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) GetSyncCcacheOk() (*string, bool)
GetSyncCcacheOk returns a tuple with the SyncCcache field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedKerberosSourceRequest) SetSyncCcache(v string)
SetSyncCcache sets SyncCcache field to given value.
func (o *PatchedKerberosSourceRequest) HasSyncCcache() bool
HasSyncCcache returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetSpnegoServerName() string
GetSpnegoServerName returns the SpnegoServerName field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) GetSpnegoServerNameOk() (*string, bool)
GetSpnegoServerNameOk returns a tuple with the SpnegoServerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedKerberosSourceRequest) SetSpnegoServerName(v string)
SetSpnegoServerName sets SpnegoServerName field to given value.
func (o *PatchedKerberosSourceRequest) HasSpnegoServerName() bool
HasSpnegoServerName returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetSpnegoKeytab() string
GetSpnegoKeytab returns the SpnegoKeytab field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) GetSpnegoKeytabOk() (*string, bool)
GetSpnegoKeytabOk returns a tuple with the SpnegoKeytab field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedKerberosSourceRequest) SetSpnegoKeytab(v string)
SetSpnegoKeytab sets SpnegoKeytab field to given value.
func (o *PatchedKerberosSourceRequest) HasSpnegoKeytab() bool
HasSpnegoKeytab returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetSpnegoCcache() string
GetSpnegoCcache returns the SpnegoCcache field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) GetSpnegoCcacheOk() (*string, bool)
GetSpnegoCcacheOk returns a tuple with the SpnegoCcache field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedKerberosSourceRequest) SetSpnegoCcache(v string)
SetSpnegoCcache sets SpnegoCcache field to given value.
func (o *PatchedKerberosSourceRequest) HasSpnegoCcache() bool
HasSpnegoCcache returns a boolean if a field has been set.
func (o *PatchedKerberosSourceRequest) GetPasswordLoginUpdateInternalPassword() bool
GetPasswordLoginUpdateInternalPassword returns the PasswordLoginUpdateInternalPassword field if non-nil, zero value otherwise.
func (o *PatchedKerberosSourceRequest) GetPasswordLoginUpdateInternalPasswordOk() (*bool, bool)
GetPasswordLoginUpdateInternalPasswordOk returns a tuple with the PasswordLoginUpdateInternalPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedKerberosSourceRequest) SetPasswordLoginUpdateInternalPassword(v bool)
SetPasswordLoginUpdateInternalPassword sets PasswordLoginUpdateInternalPassword field to given value.
func (o *PatchedKerberosSourceRequest) HasPasswordLoginUpdateInternalPassword() bool
HasPasswordLoginUpdateInternalPassword returns a boolean if a field has been set.