Name | Type | Description | Notes |
---|---|---|---|
UserName | Pointer to string | The name of the user who will logon to the Vault | [optional] |
Password | Pointer to string | The password of the user | [optional] |
NewPassword | Pointer to string | The new password of the user. This parameter is optional, and enables you to change a password This parameter can be used with the following authentication methods: CyberArk, LDAP | [optional] |
Type | Pointer to string | [optional] | |
AdditionalInfo | Pointer to string | [optional] | |
SecureMode | Pointer to bool | [optional] | |
ConcurrentSession | Pointer to bool | Set this parameter to true In order to allow more than one connection for the same user simultaneously. Up to 300 concurrent sessions. | [optional] |
func NewLogonData() *LogonData
NewLogonData instantiates a new LogonData 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 NewLogonDataWithDefaults() *LogonData
NewLogonDataWithDefaults instantiates a new LogonData 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 *LogonData) GetUserName() string
GetUserName returns the UserName field if non-nil, zero value otherwise.
func (o *LogonData) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogonData) SetUserName(v string)
SetUserName sets UserName field to given value.
func (o *LogonData) HasUserName() bool
HasUserName returns a boolean if a field has been set.
func (o *LogonData) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *LogonData) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogonData) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *LogonData) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *LogonData) GetNewPassword() string
GetNewPassword returns the NewPassword field if non-nil, zero value otherwise.
func (o *LogonData) GetNewPasswordOk() (*string, bool)
GetNewPasswordOk returns a tuple with the NewPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogonData) SetNewPassword(v string)
SetNewPassword sets NewPassword field to given value.
func (o *LogonData) HasNewPassword() bool
HasNewPassword returns a boolean if a field has been set.
func (o *LogonData) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *LogonData) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogonData) SetType(v string)
SetType sets Type field to given value.
func (o *LogonData) HasType() bool
HasType returns a boolean if a field has been set.
func (o *LogonData) GetAdditionalInfo() string
GetAdditionalInfo returns the AdditionalInfo field if non-nil, zero value otherwise.
func (o *LogonData) GetAdditionalInfoOk() (*string, bool)
GetAdditionalInfoOk returns a tuple with the AdditionalInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogonData) SetAdditionalInfo(v string)
SetAdditionalInfo sets AdditionalInfo field to given value.
func (o *LogonData) HasAdditionalInfo() bool
HasAdditionalInfo returns a boolean if a field has been set.
func (o *LogonData) GetSecureMode() bool
GetSecureMode returns the SecureMode field if non-nil, zero value otherwise.
func (o *LogonData) GetSecureModeOk() (*bool, bool)
GetSecureModeOk returns a tuple with the SecureMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogonData) SetSecureMode(v bool)
SetSecureMode sets SecureMode field to given value.
func (o *LogonData) HasSecureMode() bool
HasSecureMode returns a boolean if a field has been set.
func (o *LogonData) GetConcurrentSession() bool
GetConcurrentSession returns the ConcurrentSession field if non-nil, zero value otherwise.
func (o *LogonData) GetConcurrentSessionOk() (*bool, bool)
GetConcurrentSessionOk returns a tuple with the ConcurrentSession field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogonData) SetConcurrentSession(v bool)
SetConcurrentSession sets ConcurrentSession field to given value.
func (o *LogonData) HasConcurrentSession() bool
HasConcurrentSession returns a boolean if a field has been set.