Name | Type | Description | Notes |
---|---|---|---|
UserRef | Pointer to string | Environment user reference | [optional] |
Username | Pointer to string | Username of environment user | [optional] |
PrimaryUser | Pointer to bool | This indicates if this user is primary or not | [optional] |
AuthType | Pointer to string | Authentication type of this user. PasswordCredential indicates username and password are used, SystemKeyCredential indicates public key based security credential, KeyPairCredential indicates public key based security credential consisting of a user specified key pair, KerberosCredential indicates Kerberos authentication, CyberArkVaultCredential indicates CyberArk Vault is used and HashiCorpVaultCredential indicates that Hashicorp vault is used for authentication | [optional] |
func NewEnvironmentUser() *EnvironmentUser
NewEnvironmentUser instantiates a new EnvironmentUser 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 NewEnvironmentUserWithDefaults() *EnvironmentUser
NewEnvironmentUserWithDefaults instantiates a new EnvironmentUser 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 *EnvironmentUser) GetUserRef() string
GetUserRef returns the UserRef field if non-nil, zero value otherwise.
func (o *EnvironmentUser) GetUserRefOk() (*string, bool)
GetUserRefOk returns a tuple with the UserRef field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvironmentUser) SetUserRef(v string)
SetUserRef sets UserRef field to given value.
func (o *EnvironmentUser) HasUserRef() bool
HasUserRef returns a boolean if a field has been set.
func (o *EnvironmentUser) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *EnvironmentUser) 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 *EnvironmentUser) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *EnvironmentUser) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *EnvironmentUser) GetPrimaryUser() bool
GetPrimaryUser returns the PrimaryUser field if non-nil, zero value otherwise.
func (o *EnvironmentUser) GetPrimaryUserOk() (*bool, bool)
GetPrimaryUserOk returns a tuple with the PrimaryUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvironmentUser) SetPrimaryUser(v bool)
SetPrimaryUser sets PrimaryUser field to given value.
func (o *EnvironmentUser) HasPrimaryUser() bool
HasPrimaryUser returns a boolean if a field has been set.
func (o *EnvironmentUser) GetAuthType() string
GetAuthType returns the AuthType field if non-nil, zero value otherwise.
func (o *EnvironmentUser) GetAuthTypeOk() (*string, bool)
GetAuthTypeOk returns a tuple with the AuthType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvironmentUser) SetAuthType(v string)
SetAuthType sets AuthType field to given value.
func (o *EnvironmentUser) HasAuthType() bool
HasAuthType returns a boolean if a field has been set.