Name | Type | Description | Notes |
---|---|---|---|
Pk | int32 | [readonly] | |
Name | string | ||
AuthenticationFlow | Pointer to NullableString | Flow used for authentication when the associated application is accessed by an un-authenticated user. | [optional] |
AuthorizationFlow | string | Flow used when authorizing this provider. | |
InvalidationFlow | string | Flow used ending the session from a provider. | |
PropertyMappings | Pointer to []string | [optional] | |
Component | string | Get object component so that we know how to edit the object | [readonly] |
AssignedApplicationSlug | string | Internal application name, used in URLs. | [readonly] |
AssignedApplicationName | string | Application's display Name. | [readonly] |
AssignedBackchannelApplicationSlug | string | Internal application name, used in URLs. | [readonly] |
AssignedBackchannelApplicationName | string | Application's display Name. | [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] |
ClientNetworks | Pointer to string | List of CIDRs (comma-separated) that clients can connect from. A more specific CIDR will match before a looser one. Clients connecting from a non-specified CIDR will be dropped. | [optional] |
SharedSecret | Pointer to string | Shared secret between clients and server to hash packets. | [optional] |
OutpostSet | []string | [readonly] | |
MfaSupport | Pointer to bool | When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon. | [optional] |
func NewRadiusProvider(pk int32, name string, authorizationFlow string, invalidationFlow string, component string, assignedApplicationSlug string, assignedApplicationName string, assignedBackchannelApplicationSlug string, assignedBackchannelApplicationName string, verboseName string, verboseNamePlural string, metaModelName string, outpostSet []string, ) *RadiusProvider
NewRadiusProvider instantiates a new RadiusProvider 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 NewRadiusProviderWithDefaults() *RadiusProvider
NewRadiusProviderWithDefaults instantiates a new RadiusProvider 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 *RadiusProvider) GetPk() int32
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *RadiusProvider) GetPkOk() (*int32, 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 *RadiusProvider) SetPk(v int32)
SetPk sets Pk field to given value.
func (o *RadiusProvider) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RadiusProvider) 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 *RadiusProvider) SetName(v string)
SetName sets Name field to given value.
func (o *RadiusProvider) GetAuthenticationFlow() string
GetAuthenticationFlow returns the AuthenticationFlow field if non-nil, zero value otherwise.
func (o *RadiusProvider) 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 *RadiusProvider) SetAuthenticationFlow(v string)
SetAuthenticationFlow sets AuthenticationFlow field to given value.
func (o *RadiusProvider) HasAuthenticationFlow() bool
HasAuthenticationFlow returns a boolean if a field has been set.
func (o *RadiusProvider) SetAuthenticationFlowNil(b bool)
SetAuthenticationFlowNil sets the value for AuthenticationFlow to be an explicit nil
func (o *RadiusProvider) UnsetAuthenticationFlow()
UnsetAuthenticationFlow ensures that no value is present for AuthenticationFlow, not even an explicit nil
func (o *RadiusProvider) GetAuthorizationFlow() string
GetAuthorizationFlow returns the AuthorizationFlow field if non-nil, zero value otherwise.
func (o *RadiusProvider) GetAuthorizationFlowOk() (*string, bool)
GetAuthorizationFlowOk returns a tuple with the AuthorizationFlow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RadiusProvider) SetAuthorizationFlow(v string)
SetAuthorizationFlow sets AuthorizationFlow field to given value.
func (o *RadiusProvider) GetInvalidationFlow() string
GetInvalidationFlow returns the InvalidationFlow field if non-nil, zero value otherwise.
func (o *RadiusProvider) GetInvalidationFlowOk() (*string, bool)
GetInvalidationFlowOk returns a tuple with the InvalidationFlow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RadiusProvider) SetInvalidationFlow(v string)
SetInvalidationFlow sets InvalidationFlow field to given value.
func (o *RadiusProvider) GetPropertyMappings() []string
GetPropertyMappings returns the PropertyMappings field if non-nil, zero value otherwise.
func (o *RadiusProvider) 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 *RadiusProvider) SetPropertyMappings(v []string)
SetPropertyMappings sets PropertyMappings field to given value.
func (o *RadiusProvider) HasPropertyMappings() bool
HasPropertyMappings returns a boolean if a field has been set.
func (o *RadiusProvider) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *RadiusProvider) 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 *RadiusProvider) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *RadiusProvider) GetAssignedApplicationSlug() string
GetAssignedApplicationSlug returns the AssignedApplicationSlug field if non-nil, zero value otherwise.
func (o *RadiusProvider) GetAssignedApplicationSlugOk() (*string, bool)
GetAssignedApplicationSlugOk returns a tuple with the AssignedApplicationSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RadiusProvider) SetAssignedApplicationSlug(v string)
SetAssignedApplicationSlug sets AssignedApplicationSlug field to given value.
func (o *RadiusProvider) GetAssignedApplicationName() string
GetAssignedApplicationName returns the AssignedApplicationName field if non-nil, zero value otherwise.
func (o *RadiusProvider) GetAssignedApplicationNameOk() (*string, bool)
GetAssignedApplicationNameOk returns a tuple with the AssignedApplicationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RadiusProvider) SetAssignedApplicationName(v string)
SetAssignedApplicationName sets AssignedApplicationName field to given value.
func (o *RadiusProvider) GetAssignedBackchannelApplicationSlug() string
GetAssignedBackchannelApplicationSlug returns the AssignedBackchannelApplicationSlug field if non-nil, zero value otherwise.
func (o *RadiusProvider) GetAssignedBackchannelApplicationSlugOk() (*string, bool)
GetAssignedBackchannelApplicationSlugOk returns a tuple with the AssignedBackchannelApplicationSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RadiusProvider) SetAssignedBackchannelApplicationSlug(v string)
SetAssignedBackchannelApplicationSlug sets AssignedBackchannelApplicationSlug field to given value.
func (o *RadiusProvider) GetAssignedBackchannelApplicationName() string
GetAssignedBackchannelApplicationName returns the AssignedBackchannelApplicationName field if non-nil, zero value otherwise.
func (o *RadiusProvider) GetAssignedBackchannelApplicationNameOk() (*string, bool)
GetAssignedBackchannelApplicationNameOk returns a tuple with the AssignedBackchannelApplicationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RadiusProvider) SetAssignedBackchannelApplicationName(v string)
SetAssignedBackchannelApplicationName sets AssignedBackchannelApplicationName field to given value.
func (o *RadiusProvider) GetVerboseName() string
GetVerboseName returns the VerboseName field if non-nil, zero value otherwise.
func (o *RadiusProvider) 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 *RadiusProvider) SetVerboseName(v string)
SetVerboseName sets VerboseName field to given value.
func (o *RadiusProvider) GetVerboseNamePlural() string
GetVerboseNamePlural returns the VerboseNamePlural field if non-nil, zero value otherwise.
func (o *RadiusProvider) 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 *RadiusProvider) SetVerboseNamePlural(v string)
SetVerboseNamePlural sets VerboseNamePlural field to given value.
func (o *RadiusProvider) GetMetaModelName() string
GetMetaModelName returns the MetaModelName field if non-nil, zero value otherwise.
func (o *RadiusProvider) 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 *RadiusProvider) SetMetaModelName(v string)
SetMetaModelName sets MetaModelName field to given value.
func (o *RadiusProvider) GetClientNetworks() string
GetClientNetworks returns the ClientNetworks field if non-nil, zero value otherwise.
func (o *RadiusProvider) GetClientNetworksOk() (*string, bool)
GetClientNetworksOk returns a tuple with the ClientNetworks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RadiusProvider) SetClientNetworks(v string)
SetClientNetworks sets ClientNetworks field to given value.
func (o *RadiusProvider) HasClientNetworks() bool
HasClientNetworks returns a boolean if a field has been set.
func (o *RadiusProvider) GetSharedSecret() string
GetSharedSecret returns the SharedSecret field if non-nil, zero value otherwise.
func (o *RadiusProvider) GetSharedSecretOk() (*string, bool)
GetSharedSecretOk returns a tuple with the SharedSecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RadiusProvider) SetSharedSecret(v string)
SetSharedSecret sets SharedSecret field to given value.
func (o *RadiusProvider) HasSharedSecret() bool
HasSharedSecret returns a boolean if a field has been set.
func (o *RadiusProvider) GetOutpostSet() []string
GetOutpostSet returns the OutpostSet field if non-nil, zero value otherwise.
func (o *RadiusProvider) GetOutpostSetOk() (*[]string, bool)
GetOutpostSetOk returns a tuple with the OutpostSet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RadiusProvider) SetOutpostSet(v []string)
SetOutpostSet sets OutpostSet field to given value.
func (o *RadiusProvider) GetMfaSupport() bool
GetMfaSupport returns the MfaSupport field if non-nil, zero value otherwise.
func (o *RadiusProvider) GetMfaSupportOk() (*bool, bool)
GetMfaSupportOk returns a tuple with the MfaSupport field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RadiusProvider) SetMfaSupport(v bool)
SetMfaSupport sets MfaSupport field to given value.
func (o *RadiusProvider) HasMfaSupport() bool
HasMfaSupport returns a boolean if a field has been set.