Name | Type | Description | Notes |
---|---|---|---|
Nonce | string | ||
ExpiresAt | Pointer to NullableString | [optional] | |
Permissions | Pointer to []string | [optional] | |
Rules | Pointer to []AccessRule | [optional] |
func NewAuthorizeSessionRequest(nonce string, ) *AuthorizeSessionRequest
NewAuthorizeSessionRequest instantiates a new AuthorizeSessionRequest 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 NewAuthorizeSessionRequestWithDefaults() *AuthorizeSessionRequest
NewAuthorizeSessionRequestWithDefaults instantiates a new AuthorizeSessionRequest 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 *AuthorizeSessionRequest) GetNonce() string
GetNonce returns the Nonce field if non-nil, zero value otherwise.
func (o *AuthorizeSessionRequest) GetNonceOk() (*string, bool)
GetNonceOk returns a tuple with the Nonce field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthorizeSessionRequest) SetNonce(v string)
SetNonce sets Nonce field to given value.
func (o *AuthorizeSessionRequest) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.
func (o *AuthorizeSessionRequest) GetExpiresAtOk() (*string, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthorizeSessionRequest) SetExpiresAt(v string)
SetExpiresAt sets ExpiresAt field to given value.
func (o *AuthorizeSessionRequest) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (o *AuthorizeSessionRequest) SetExpiresAtNil(b bool)
SetExpiresAtNil sets the value for ExpiresAt to be an explicit nil
func (o *AuthorizeSessionRequest) UnsetExpiresAt()
UnsetExpiresAt ensures that no value is present for ExpiresAt, not even an explicit nil
func (o *AuthorizeSessionRequest) GetPermissions() []string
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *AuthorizeSessionRequest) GetPermissionsOk() (*[]string, bool)
GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthorizeSessionRequest) SetPermissions(v []string)
SetPermissions sets Permissions field to given value.
func (o *AuthorizeSessionRequest) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (o *AuthorizeSessionRequest) SetPermissionsNil(b bool)
SetPermissionsNil sets the value for Permissions to be an explicit nil
func (o *AuthorizeSessionRequest) UnsetPermissions()
UnsetPermissions ensures that no value is present for Permissions, not even an explicit nil
func (o *AuthorizeSessionRequest) GetRules() []AccessRule
GetRules returns the Rules field if non-nil, zero value otherwise.
func (o *AuthorizeSessionRequest) GetRulesOk() (*[]AccessRule, bool)
GetRulesOk returns a tuple with the Rules field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthorizeSessionRequest) SetRules(v []AccessRule)
SetRules sets Rules field to given value.
func (o *AuthorizeSessionRequest) HasRules() bool
HasRules returns a boolean if a field has been set.
func (o *AuthorizeSessionRequest) SetRulesNil(b bool)
SetRulesNil sets the value for Rules to be an explicit nil
func (o *AuthorizeSessionRequest) UnsetRules()
UnsetRules ensures that no value is present for Rules, not even an explicit nil