Name | Type | Description | Notes |
---|---|---|---|
AuthTokenIssueDate | Pointer to time.Time | UI session token creation date | [optional] [readonly] |
CreationDate | Pointer to time.Time | User creation date | [optional] [readonly] |
CustomerUUID | Pointer to string | Customer UUID | [optional] [readonly] |
string | User email address | ||
GroupMemberships | []string | ||
LdapSpecifiedRole | Pointer to bool | LDAP Specified Role | [optional] |
OidcJwtAuthToken | Pointer to string | [optional] [readonly] | |
Primary | bool | ||
Role | Pointer to string | User role | [optional] |
Timezone | Pointer to string | User timezone | [optional] |
UserType | Pointer to string | User Type | [optional] |
Uuid | Pointer to string | User UUID | [optional] [readonly] |
func NewUserWithFeatures(email string, groupMemberships []string, primary bool, ) *UserWithFeatures
NewUserWithFeatures instantiates a new UserWithFeatures 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 NewUserWithFeaturesWithDefaults() *UserWithFeatures
NewUserWithFeaturesWithDefaults instantiates a new UserWithFeatures 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 *UserWithFeatures) GetAuthTokenIssueDate() time.Time
GetAuthTokenIssueDate returns the AuthTokenIssueDate field if non-nil, zero value otherwise.
func (o *UserWithFeatures) GetAuthTokenIssueDateOk() (*time.Time, bool)
GetAuthTokenIssueDateOk returns a tuple with the AuthTokenIssueDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWithFeatures) SetAuthTokenIssueDate(v time.Time)
SetAuthTokenIssueDate sets AuthTokenIssueDate field to given value.
func (o *UserWithFeatures) HasAuthTokenIssueDate() bool
HasAuthTokenIssueDate returns a boolean if a field has been set.
func (o *UserWithFeatures) GetCreationDate() time.Time
GetCreationDate returns the CreationDate field if non-nil, zero value otherwise.
func (o *UserWithFeatures) GetCreationDateOk() (*time.Time, bool)
GetCreationDateOk returns a tuple with the CreationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWithFeatures) SetCreationDate(v time.Time)
SetCreationDate sets CreationDate field to given value.
func (o *UserWithFeatures) HasCreationDate() bool
HasCreationDate returns a boolean if a field has been set.
func (o *UserWithFeatures) GetCustomerUUID() string
GetCustomerUUID returns the CustomerUUID field if non-nil, zero value otherwise.
func (o *UserWithFeatures) GetCustomerUUIDOk() (*string, bool)
GetCustomerUUIDOk returns a tuple with the CustomerUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWithFeatures) SetCustomerUUID(v string)
SetCustomerUUID sets CustomerUUID field to given value.
func (o *UserWithFeatures) HasCustomerUUID() bool
HasCustomerUUID returns a boolean if a field has been set.
func (o *UserWithFeatures) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *UserWithFeatures) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWithFeatures) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *UserWithFeatures) GetGroupMemberships() []string
GetGroupMemberships returns the GroupMemberships field if non-nil, zero value otherwise.
func (o *UserWithFeatures) GetGroupMembershipsOk() (*[]string, bool)
GetGroupMembershipsOk returns a tuple with the GroupMemberships field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWithFeatures) SetGroupMemberships(v []string)
SetGroupMemberships sets GroupMemberships field to given value.
func (o *UserWithFeatures) GetLdapSpecifiedRole() bool
GetLdapSpecifiedRole returns the LdapSpecifiedRole field if non-nil, zero value otherwise.
func (o *UserWithFeatures) GetLdapSpecifiedRoleOk() (*bool, bool)
GetLdapSpecifiedRoleOk returns a tuple with the LdapSpecifiedRole field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWithFeatures) SetLdapSpecifiedRole(v bool)
SetLdapSpecifiedRole sets LdapSpecifiedRole field to given value.
func (o *UserWithFeatures) HasLdapSpecifiedRole() bool
HasLdapSpecifiedRole returns a boolean if a field has been set.
func (o *UserWithFeatures) GetOidcJwtAuthToken() string
GetOidcJwtAuthToken returns the OidcJwtAuthToken field if non-nil, zero value otherwise.
func (o *UserWithFeatures) GetOidcJwtAuthTokenOk() (*string, bool)
GetOidcJwtAuthTokenOk returns a tuple with the OidcJwtAuthToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWithFeatures) SetOidcJwtAuthToken(v string)
SetOidcJwtAuthToken sets OidcJwtAuthToken field to given value.
func (o *UserWithFeatures) HasOidcJwtAuthToken() bool
HasOidcJwtAuthToken returns a boolean if a field has been set.
func (o *UserWithFeatures) GetPrimary() bool
GetPrimary returns the Primary field if non-nil, zero value otherwise.
func (o *UserWithFeatures) GetPrimaryOk() (*bool, bool)
GetPrimaryOk returns a tuple with the Primary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWithFeatures) SetPrimary(v bool)
SetPrimary sets Primary field to given value.
func (o *UserWithFeatures) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *UserWithFeatures) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWithFeatures) SetRole(v string)
SetRole sets Role field to given value.
func (o *UserWithFeatures) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *UserWithFeatures) GetTimezone() string
GetTimezone returns the Timezone field if non-nil, zero value otherwise.
func (o *UserWithFeatures) GetTimezoneOk() (*string, bool)
GetTimezoneOk returns a tuple with the Timezone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWithFeatures) SetTimezone(v string)
SetTimezone sets Timezone field to given value.
func (o *UserWithFeatures) HasTimezone() bool
HasTimezone returns a boolean if a field has been set.
func (o *UserWithFeatures) GetUserType() string
GetUserType returns the UserType field if non-nil, zero value otherwise.
func (o *UserWithFeatures) GetUserTypeOk() (*string, bool)
GetUserTypeOk returns a tuple with the UserType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWithFeatures) SetUserType(v string)
SetUserType sets UserType field to given value.
func (o *UserWithFeatures) HasUserType() bool
HasUserType returns a boolean if a field has been set.
func (o *UserWithFeatures) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
func (o *UserWithFeatures) GetUuidOk() (*string, bool)
GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWithFeatures) SetUuid(v string)
SetUuid sets Uuid field to given value.
func (o *UserWithFeatures) HasUuid() bool
HasUuid returns a boolean if a field has been set.