func NewUserProperties() *UserProperties
func NewUserPropertiesWithDefaults() *UserProperties
func (o *UserProperties) GetFirstname() string
func (o *UserProperties) GetFirstnameOk() (*string, bool)
func (o *UserProperties) SetFirstname(v string)
func (o *UserProperties) HasFirstname() bool
func (o *UserProperties) GetLastname() string
func (o *UserProperties) GetLastnameOk() (*string, bool)
func (o *UserProperties) SetLastname(v string)
func (o *UserProperties) HasLastname() bool
func (o *UserProperties) GetEmail() string
func (o *UserProperties) GetEmailOk() (*string, bool)
func (o *UserProperties) SetEmail(v string)
func (o *UserProperties) HasEmail() bool
func (o *UserProperties) GetAdministrator() bool
func (o *UserProperties) GetAdministratorOk() (*bool, bool)
func (o *UserProperties) SetAdministrator(v bool)
func (o *UserProperties) HasAdministrator() bool
func (o *UserProperties) GetForceSecAuth() bool
func (o *UserProperties) GetForceSecAuthOk() (*bool, bool)
func (o *UserProperties) SetForceSecAuth(v bool)
func (o *UserProperties) HasForceSecAuth() bool
func (o *UserProperties) GetSecAuthActive() bool
func (o *UserProperties) GetSecAuthActiveOk() (*bool, bool)
func (o *UserProperties) SetSecAuthActive(v bool)
func (o *UserProperties) HasSecAuthActive() bool
func (o *UserProperties) GetS3CanonicalUserId() string
func (o *UserProperties) GetS3CanonicalUserIdOk() (*string, bool)
func (o *UserProperties) SetS3CanonicalUserId(v string)
func (o *UserProperties) HasS3CanonicalUserId() bool
func (o *UserProperties) GetActive() bool
func (o *UserProperties) GetActiveOk() (*bool, bool)
func (o *UserProperties) SetActive(v bool)
func (o *UserProperties) HasActive() bool