Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
ProviderId | Pointer to string | [optional] | |
HelpText | Pointer to string | [optional] | |
Properties | Pointer to []ConfigPropertyRepresentation | [optional] |
func NewAuthenticatorConfigInfoRepresentation() *AuthenticatorConfigInfoRepresentation
NewAuthenticatorConfigInfoRepresentation instantiates a new AuthenticatorConfigInfoRepresentation 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 NewAuthenticatorConfigInfoRepresentationWithDefaults() *AuthenticatorConfigInfoRepresentation
NewAuthenticatorConfigInfoRepresentationWithDefaults instantiates a new AuthenticatorConfigInfoRepresentation 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 *AuthenticatorConfigInfoRepresentation) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AuthenticatorConfigInfoRepresentation) 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 *AuthenticatorConfigInfoRepresentation) SetName(v string)
SetName sets Name field to given value.
func (o *AuthenticatorConfigInfoRepresentation) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AuthenticatorConfigInfoRepresentation) GetProviderId() string
GetProviderId returns the ProviderId field if non-nil, zero value otherwise.
func (o *AuthenticatorConfigInfoRepresentation) GetProviderIdOk() (*string, bool)
GetProviderIdOk returns a tuple with the ProviderId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatorConfigInfoRepresentation) SetProviderId(v string)
SetProviderId sets ProviderId field to given value.
func (o *AuthenticatorConfigInfoRepresentation) HasProviderId() bool
HasProviderId returns a boolean if a field has been set.
func (o *AuthenticatorConfigInfoRepresentation) GetHelpText() string
GetHelpText returns the HelpText field if non-nil, zero value otherwise.
func (o *AuthenticatorConfigInfoRepresentation) GetHelpTextOk() (*string, bool)
GetHelpTextOk returns a tuple with the HelpText field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatorConfigInfoRepresentation) SetHelpText(v string)
SetHelpText sets HelpText field to given value.
func (o *AuthenticatorConfigInfoRepresentation) HasHelpText() bool
HasHelpText returns a boolean if a field has been set.
func (o *AuthenticatorConfigInfoRepresentation) GetProperties() []ConfigPropertyRepresentation
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *AuthenticatorConfigInfoRepresentation) GetPropertiesOk() (*[]ConfigPropertyRepresentation, bool)
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatorConfigInfoRepresentation) SetProperties(v []ConfigPropertyRepresentation)
SetProperties sets Properties field to given value.
func (o *AuthenticatorConfigInfoRepresentation) HasProperties() bool
HasProperties returns a boolean if a field has been set.