Name | Type | Description | Notes |
---|---|---|---|
Code | Pointer to int64 | The status code | [optional] |
Debug | Pointer to string | Debug information This field is often not exposed to protect against leaking sensitive information. | [optional] |
Details | Pointer to map[string]map[string]interface{} | Further error details | [optional] |
Id | Pointer to string | The error ID Useful when trying to identify various errors in application logic. | [optional] |
Message | string | Error message The error's message. | |
Reason | Pointer to string | A human-readable reason for the error | [optional] |
RedirectBrowserTo | Pointer to string | [optional] | |
Request | Pointer to string | The request ID The request ID is often exposed internally in order to trace errors across service architectures. This is often a UUID. | [optional] |
Status | Pointer to string | The status description | [optional] |
func NewErrorAuthenticatorAssuranceLevelNotSatisfied(message string, ) *ErrorAuthenticatorAssuranceLevelNotSatisfied
NewErrorAuthenticatorAssuranceLevelNotSatisfied instantiates a new ErrorAuthenticatorAssuranceLevelNotSatisfied 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 NewErrorAuthenticatorAssuranceLevelNotSatisfiedWithDefaults() *ErrorAuthenticatorAssuranceLevelNotSatisfied
NewErrorAuthenticatorAssuranceLevelNotSatisfiedWithDefaults instantiates a new ErrorAuthenticatorAssuranceLevelNotSatisfied 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 *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetCode() int64
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetCodeOk() (*int64, bool)
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) SetCode(v int64)
SetCode sets Code field to given value.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) HasCode() bool
HasCode returns a boolean if a field has been set.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetDebug() string
GetDebug returns the Debug field if non-nil, zero value otherwise.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetDebugOk() (*string, bool)
GetDebugOk returns a tuple with the Debug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) SetDebug(v string)
SetDebug sets Debug field to given value.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) HasDebug() bool
HasDebug returns a boolean if a field has been set.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetDetails() map[string]map[string]interface{}
GetDetails returns the Details field if non-nil, zero value otherwise.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetDetailsOk() (*map[string]map[string]interface{}, bool)
GetDetailsOk returns a tuple with the Details field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) SetDetails(v map[string]map[string]interface{})
SetDetails sets Details field to given value.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) 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 *ErrorAuthenticatorAssuranceLevelNotSatisfied) SetId(v string)
SetId sets Id field to given value.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetReason() string
GetReason returns the Reason field if non-nil, zero value otherwise.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) SetReason(v string)
SetReason sets Reason field to given value.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) HasReason() bool
HasReason returns a boolean if a field has been set.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetRedirectBrowserTo() string
GetRedirectBrowserTo returns the RedirectBrowserTo field if non-nil, zero value otherwise.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetRedirectBrowserToOk() (*string, bool)
GetRedirectBrowserToOk returns a tuple with the RedirectBrowserTo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) SetRedirectBrowserTo(v string)
SetRedirectBrowserTo sets RedirectBrowserTo field to given value.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) HasRedirectBrowserTo() bool
HasRedirectBrowserTo returns a boolean if a field has been set.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetRequest() string
GetRequest returns the Request field if non-nil, zero value otherwise.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetRequestOk() (*string, bool)
GetRequestOk returns a tuple with the Request field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) SetRequest(v string)
SetRequest sets Request field to given value.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) HasRequest() bool
HasRequest returns a boolean if a field has been set.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) HasStatus() bool
HasStatus returns a boolean if a field has been set.