Name | Type | Description | Notes |
---|---|---|---|
AccessId | Pointer to string | [optional] | |
CreationDate | Pointer to time.Time | [optional] | |
CustomTtl | Pointer to int64 | [optional] | |
DynamicSecretType | Pointer to string | [optional] | |
Host | Pointer to string | [optional] | |
Id | Pointer to string | [optional] | |
SubClaims | Pointer to map[string][]string | [optional] |
func NewTmpUserData() *TmpUserData
NewTmpUserData instantiates a new TmpUserData 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 NewTmpUserDataWithDefaults() *TmpUserData
NewTmpUserDataWithDefaults instantiates a new TmpUserData 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 *TmpUserData) GetAccessId() string
GetAccessId returns the AccessId field if non-nil, zero value otherwise.
func (o *TmpUserData) GetAccessIdOk() (*string, bool)
GetAccessIdOk returns a tuple with the AccessId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TmpUserData) SetAccessId(v string)
SetAccessId sets AccessId field to given value.
func (o *TmpUserData) HasAccessId() bool
HasAccessId returns a boolean if a field has been set.
func (o *TmpUserData) GetCreationDate() time.Time
GetCreationDate returns the CreationDate field if non-nil, zero value otherwise.
func (o *TmpUserData) 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 *TmpUserData) SetCreationDate(v time.Time)
SetCreationDate sets CreationDate field to given value.
func (o *TmpUserData) HasCreationDate() bool
HasCreationDate returns a boolean if a field has been set.
func (o *TmpUserData) GetCustomTtl() int64
GetCustomTtl returns the CustomTtl field if non-nil, zero value otherwise.
func (o *TmpUserData) GetCustomTtlOk() (*int64, bool)
GetCustomTtlOk returns a tuple with the CustomTtl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TmpUserData) SetCustomTtl(v int64)
SetCustomTtl sets CustomTtl field to given value.
func (o *TmpUserData) HasCustomTtl() bool
HasCustomTtl returns a boolean if a field has been set.
func (o *TmpUserData) GetDynamicSecretType() string
GetDynamicSecretType returns the DynamicSecretType field if non-nil, zero value otherwise.
func (o *TmpUserData) GetDynamicSecretTypeOk() (*string, bool)
GetDynamicSecretTypeOk returns a tuple with the DynamicSecretType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TmpUserData) SetDynamicSecretType(v string)
SetDynamicSecretType sets DynamicSecretType field to given value.
func (o *TmpUserData) HasDynamicSecretType() bool
HasDynamicSecretType returns a boolean if a field has been set.
func (o *TmpUserData) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
func (o *TmpUserData) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TmpUserData) SetHost(v string)
SetHost sets Host field to given value.
func (o *TmpUserData) HasHost() bool
HasHost returns a boolean if a field has been set.
func (o *TmpUserData) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *TmpUserData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TmpUserData) SetId(v string)
SetId sets Id field to given value.
func (o *TmpUserData) HasId() bool
HasId returns a boolean if a field has been set.
func (o *TmpUserData) GetSubClaims() map[string][]string
GetSubClaims returns the SubClaims field if non-nil, zero value otherwise.
func (o *TmpUserData) GetSubClaimsOk() (*map[string][]string, bool)
GetSubClaimsOk returns a tuple with the SubClaims field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TmpUserData) SetSubClaims(v map[string][]string)
SetSubClaims sets SubClaims field to given value.
func (o *TmpUserData) HasSubClaims() bool
HasSubClaims returns a boolean if a field has been set.