Name | Type | Description | Notes |
---|---|---|---|
AuthMethodName | Pointer to string | The universal identity auth method name, required only when uid-token is not provided | [optional] |
ChildDenyInheritance | Pointer to bool | Deny from new child to create their own children | [optional] |
ChildDenyRotate | Pointer to bool | Deny from new child to rotate | [optional] |
ChildTtl | Pointer to int32 | New child token ttl | [optional] |
Comment | Pointer to string | Deprecated - use description | [optional] |
Description | Pointer to string | Description of the object | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
UidTokenId | Pointer to string | The ID of the uid-token, required only when uid-token is not provided | [optional] |
func NewUidCreateChildToken() *UidCreateChildToken
NewUidCreateChildToken instantiates a new UidCreateChildToken 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 NewUidCreateChildTokenWithDefaults() *UidCreateChildToken
NewUidCreateChildTokenWithDefaults instantiates a new UidCreateChildToken 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 *UidCreateChildToken) GetAuthMethodName() string
GetAuthMethodName returns the AuthMethodName field if non-nil, zero value otherwise.
func (o *UidCreateChildToken) GetAuthMethodNameOk() (*string, bool)
GetAuthMethodNameOk returns a tuple with the AuthMethodName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UidCreateChildToken) SetAuthMethodName(v string)
SetAuthMethodName sets AuthMethodName field to given value.
func (o *UidCreateChildToken) HasAuthMethodName() bool
HasAuthMethodName returns a boolean if a field has been set.
func (o *UidCreateChildToken) GetChildDenyInheritance() bool
GetChildDenyInheritance returns the ChildDenyInheritance field if non-nil, zero value otherwise.
func (o *UidCreateChildToken) GetChildDenyInheritanceOk() (*bool, bool)
GetChildDenyInheritanceOk returns a tuple with the ChildDenyInheritance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UidCreateChildToken) SetChildDenyInheritance(v bool)
SetChildDenyInheritance sets ChildDenyInheritance field to given value.
func (o *UidCreateChildToken) HasChildDenyInheritance() bool
HasChildDenyInheritance returns a boolean if a field has been set.
func (o *UidCreateChildToken) GetChildDenyRotate() bool
GetChildDenyRotate returns the ChildDenyRotate field if non-nil, zero value otherwise.
func (o *UidCreateChildToken) GetChildDenyRotateOk() (*bool, bool)
GetChildDenyRotateOk returns a tuple with the ChildDenyRotate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UidCreateChildToken) SetChildDenyRotate(v bool)
SetChildDenyRotate sets ChildDenyRotate field to given value.
func (o *UidCreateChildToken) HasChildDenyRotate() bool
HasChildDenyRotate returns a boolean if a field has been set.
func (o *UidCreateChildToken) GetChildTtl() int32
GetChildTtl returns the ChildTtl field if non-nil, zero value otherwise.
func (o *UidCreateChildToken) GetChildTtlOk() (*int32, bool)
GetChildTtlOk returns a tuple with the ChildTtl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UidCreateChildToken) SetChildTtl(v int32)
SetChildTtl sets ChildTtl field to given value.
func (o *UidCreateChildToken) HasChildTtl() bool
HasChildTtl returns a boolean if a field has been set.
func (o *UidCreateChildToken) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *UidCreateChildToken) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UidCreateChildToken) SetComment(v string)
SetComment sets Comment field to given value.
func (o *UidCreateChildToken) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *UidCreateChildToken) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *UidCreateChildToken) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UidCreateChildToken) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *UidCreateChildToken) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *UidCreateChildToken) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *UidCreateChildToken) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UidCreateChildToken) SetJson(v bool)
SetJson sets Json field to given value.
func (o *UidCreateChildToken) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *UidCreateChildToken) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *UidCreateChildToken) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UidCreateChildToken) SetToken(v string)
SetToken sets Token field to given value.
func (o *UidCreateChildToken) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *UidCreateChildToken) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *UidCreateChildToken) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UidCreateChildToken) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *UidCreateChildToken) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *UidCreateChildToken) GetUidTokenId() string
GetUidTokenId returns the UidTokenId field if non-nil, zero value otherwise.
func (o *UidCreateChildToken) GetUidTokenIdOk() (*string, bool)
GetUidTokenIdOk returns a tuple with the UidTokenId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UidCreateChildToken) SetUidTokenId(v string)
SetUidTokenId sets UidTokenId field to given value.
func (o *UidCreateChildToken) HasUidTokenId() bool
HasUidTokenId returns a boolean if a field has been set.