Name | Type | Description | Notes |
---|---|---|---|
Pk | string | [readonly] | |
Name | string | Source's display Name. | |
Slug | string | Internal source name, used in URLs. | |
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] | |
Component | string | Get object component so that we know how to edit the object | [readonly] |
VerboseName | string | Return object's verbose_name | [readonly] |
VerboseNamePlural | string | Return object's plural verbose_name | [readonly] |
MetaModelName | string | Return internal model name | [readonly] |
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] |
Managed | NullableString | Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update. | [readonly] |
UserPathTemplate | Pointer to string | [optional] | |
Icon | string | [readonly] | |
GroupMatchingMode | Pointer to GroupMatchingModeEnum | How the source determines if an existing group should be used or a new group created. | [optional] |
Realm | string | Kerberos realm | |
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] |
SyncCcache | Pointer to string | Credentials cache to authenticate to kadmin for sync. Must be in the form TYPE:residual | [optional] |
Connectivity | map[string]string | Get cached source connectivity | [readonly] |
SpnegoServerName | Pointer to string | Force the use of a specific server name for SPNEGO. Must be in the form HTTP@hostname | [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 NewKerberosSource(pk string, name string, slug string, component string, verboseName string, verboseNamePlural string, metaModelName string, managed NullableString, icon string, realm string, connectivity map[string]string, ) *KerberosSource
NewKerberosSource instantiates a new KerberosSource 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 NewKerberosSourceWithDefaults() *KerberosSource
NewKerberosSourceWithDefaults instantiates a new KerberosSource 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 *KerberosSource) GetPk() string
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *KerberosSource) GetPkOk() (*string, bool)
GetPkOk returns a tuple with the Pk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosSource) SetPk(v string)
SetPk sets Pk field to given value.
func (o *KerberosSource) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetName(v string)
SetName sets Name field to given value.
func (o *KerberosSource) GetSlug() string
GetSlug returns the Slug field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetSlug(v string)
SetSlug sets Slug field to given value.
func (o *KerberosSource) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *KerberosSource) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *KerberosSource) GetAuthenticationFlow() string
GetAuthenticationFlow returns the AuthenticationFlow field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetAuthenticationFlow(v string)
SetAuthenticationFlow sets AuthenticationFlow field to given value.
func (o *KerberosSource) HasAuthenticationFlow() bool
HasAuthenticationFlow returns a boolean if a field has been set.
func (o *KerberosSource) SetAuthenticationFlowNil(b bool)
SetAuthenticationFlowNil sets the value for AuthenticationFlow to be an explicit nil
func (o *KerberosSource) UnsetAuthenticationFlow()
UnsetAuthenticationFlow ensures that no value is present for AuthenticationFlow, not even an explicit nil
func (o *KerberosSource) GetEnrollmentFlow() string
GetEnrollmentFlow returns the EnrollmentFlow field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetEnrollmentFlow(v string)
SetEnrollmentFlow sets EnrollmentFlow field to given value.
func (o *KerberosSource) HasEnrollmentFlow() bool
HasEnrollmentFlow returns a boolean if a field has been set.
func (o *KerberosSource) SetEnrollmentFlowNil(b bool)
SetEnrollmentFlowNil sets the value for EnrollmentFlow to be an explicit nil
func (o *KerberosSource) UnsetEnrollmentFlow()
UnsetEnrollmentFlow ensures that no value is present for EnrollmentFlow, not even an explicit nil
func (o *KerberosSource) GetUserPropertyMappings() []string
GetUserPropertyMappings returns the UserPropertyMappings field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetUserPropertyMappings(v []string)
SetUserPropertyMappings sets UserPropertyMappings field to given value.
func (o *KerberosSource) HasUserPropertyMappings() bool
HasUserPropertyMappings returns a boolean if a field has been set.
func (o *KerberosSource) GetGroupPropertyMappings() []string
GetGroupPropertyMappings returns the GroupPropertyMappings field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetGroupPropertyMappings(v []string)
SetGroupPropertyMappings sets GroupPropertyMappings field to given value.
func (o *KerberosSource) HasGroupPropertyMappings() bool
HasGroupPropertyMappings returns a boolean if a field has been set.
func (o *KerberosSource) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *KerberosSource) GetComponentOk() (*string, bool)
GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosSource) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *KerberosSource) GetVerboseName() string
GetVerboseName returns the VerboseName field if non-nil, zero value otherwise.
func (o *KerberosSource) GetVerboseNameOk() (*string, bool)
GetVerboseNameOk returns a tuple with the VerboseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosSource) SetVerboseName(v string)
SetVerboseName sets VerboseName field to given value.
func (o *KerberosSource) GetVerboseNamePlural() string
GetVerboseNamePlural returns the VerboseNamePlural field if non-nil, zero value otherwise.
func (o *KerberosSource) GetVerboseNamePluralOk() (*string, bool)
GetVerboseNamePluralOk returns a tuple with the VerboseNamePlural field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosSource) SetVerboseNamePlural(v string)
SetVerboseNamePlural sets VerboseNamePlural field to given value.
func (o *KerberosSource) GetMetaModelName() string
GetMetaModelName returns the MetaModelName field if non-nil, zero value otherwise.
func (o *KerberosSource) GetMetaModelNameOk() (*string, bool)
GetMetaModelNameOk returns a tuple with the MetaModelName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosSource) SetMetaModelName(v string)
SetMetaModelName sets MetaModelName field to given value.
func (o *KerberosSource) GetPolicyEngineMode() PolicyEngineMode
GetPolicyEngineMode returns the PolicyEngineMode field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetPolicyEngineMode(v PolicyEngineMode)
SetPolicyEngineMode sets PolicyEngineMode field to given value.
func (o *KerberosSource) HasPolicyEngineMode() bool
HasPolicyEngineMode returns a boolean if a field has been set.
func (o *KerberosSource) GetUserMatchingMode() UserMatchingModeEnum
GetUserMatchingMode returns the UserMatchingMode field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetUserMatchingMode(v UserMatchingModeEnum)
SetUserMatchingMode sets UserMatchingMode field to given value.
func (o *KerberosSource) HasUserMatchingMode() bool
HasUserMatchingMode returns a boolean if a field has been set.
func (o *KerberosSource) GetManaged() string
GetManaged returns the Managed field if non-nil, zero value otherwise.
func (o *KerberosSource) GetManagedOk() (*string, bool)
GetManagedOk returns a tuple with the Managed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosSource) SetManaged(v string)
SetManaged sets Managed field to given value.
func (o *KerberosSource) SetManagedNil(b bool)
SetManagedNil sets the value for Managed to be an explicit nil
func (o *KerberosSource) UnsetManaged()
UnsetManaged ensures that no value is present for Managed, not even an explicit nil
func (o *KerberosSource) GetUserPathTemplate() string
GetUserPathTemplate returns the UserPathTemplate field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetUserPathTemplate(v string)
SetUserPathTemplate sets UserPathTemplate field to given value.
func (o *KerberosSource) HasUserPathTemplate() bool
HasUserPathTemplate returns a boolean if a field has been set.
func (o *KerberosSource) GetIcon() string
GetIcon returns the Icon field if non-nil, zero value otherwise.
func (o *KerberosSource) GetIconOk() (*string, bool)
GetIconOk returns a tuple with the Icon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosSource) SetIcon(v string)
SetIcon sets Icon field to given value.
func (o *KerberosSource) GetGroupMatchingMode() GroupMatchingModeEnum
GetGroupMatchingMode returns the GroupMatchingMode field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetGroupMatchingMode(v GroupMatchingModeEnum)
SetGroupMatchingMode sets GroupMatchingMode field to given value.
func (o *KerberosSource) HasGroupMatchingMode() bool
HasGroupMatchingMode returns a boolean if a field has been set.
func (o *KerberosSource) GetRealm() string
GetRealm returns the Realm field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetRealm(v string)
SetRealm sets Realm field to given value.
func (o *KerberosSource) GetKrb5Conf() string
GetKrb5Conf returns the Krb5Conf field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetKrb5Conf(v string)
SetKrb5Conf sets Krb5Conf field to given value.
func (o *KerberosSource) HasKrb5Conf() bool
HasKrb5Conf returns a boolean if a field has been set.
func (o *KerberosSource) GetSyncUsers() bool
GetSyncUsers returns the SyncUsers field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetSyncUsers(v bool)
SetSyncUsers sets SyncUsers field to given value.
func (o *KerberosSource) HasSyncUsers() bool
HasSyncUsers returns a boolean if a field has been set.
func (o *KerberosSource) GetSyncUsersPassword() bool
GetSyncUsersPassword returns the SyncUsersPassword field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetSyncUsersPassword(v bool)
SetSyncUsersPassword sets SyncUsersPassword field to given value.
func (o *KerberosSource) HasSyncUsersPassword() bool
HasSyncUsersPassword returns a boolean if a field has been set.
func (o *KerberosSource) GetSyncPrincipal() string
GetSyncPrincipal returns the SyncPrincipal field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetSyncPrincipal(v string)
SetSyncPrincipal sets SyncPrincipal field to given value.
func (o *KerberosSource) HasSyncPrincipal() bool
HasSyncPrincipal returns a boolean if a field has been set.
func (o *KerberosSource) GetSyncCcache() string
GetSyncCcache returns the SyncCcache field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetSyncCcache(v string)
SetSyncCcache sets SyncCcache field to given value.
func (o *KerberosSource) HasSyncCcache() bool
HasSyncCcache returns a boolean if a field has been set.
func (o *KerberosSource) GetConnectivity() map[string]string
GetConnectivity returns the Connectivity field if non-nil, zero value otherwise.
func (o *KerberosSource) GetConnectivityOk() (*map[string]string, bool)
GetConnectivityOk returns a tuple with the Connectivity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KerberosSource) SetConnectivity(v map[string]string)
SetConnectivity sets Connectivity field to given value.
func (o *KerberosSource) SetConnectivityNil(b bool)
SetConnectivityNil sets the value for Connectivity to be an explicit nil
func (o *KerberosSource) UnsetConnectivity()
UnsetConnectivity ensures that no value is present for Connectivity, not even an explicit nil
func (o *KerberosSource) GetSpnegoServerName() string
GetSpnegoServerName returns the SpnegoServerName field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetSpnegoServerName(v string)
SetSpnegoServerName sets SpnegoServerName field to given value.
func (o *KerberosSource) HasSpnegoServerName() bool
HasSpnegoServerName returns a boolean if a field has been set.
func (o *KerberosSource) GetSpnegoCcache() string
GetSpnegoCcache returns the SpnegoCcache field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetSpnegoCcache(v string)
SetSpnegoCcache sets SpnegoCcache field to given value.
func (o *KerberosSource) HasSpnegoCcache() bool
HasSpnegoCcache returns a boolean if a field has been set.
func (o *KerberosSource) GetPasswordLoginUpdateInternalPassword() bool
GetPasswordLoginUpdateInternalPassword returns the PasswordLoginUpdateInternalPassword field if non-nil, zero value otherwise.
func (o *KerberosSource) 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 *KerberosSource) SetPasswordLoginUpdateInternalPassword(v bool)
SetPasswordLoginUpdateInternalPassword sets PasswordLoginUpdateInternalPassword field to given value.
func (o *KerberosSource) HasPasswordLoginUpdateInternalPassword() bool
HasPasswordLoginUpdateInternalPassword returns a boolean if a field has been set.