Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type ApiCreateVerifyPolicyRequest
- type ApiDeleteVerifyPolicyRequest
- type ApiReadAllVerifyPoliciesRequest
- type ApiReadOneVerifyPolicyRequest
- type ApiUpdateVerifyPolicyRequest
- type BasicAuth
- type Configuration
- func (c *Configuration) AddDefaultHeader(key string, value string)
- func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)
- func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)
- func (c *Configuration) SetDebug(debug bool)
- func (c *Configuration) SetDefaultServerIndex(defaultServerIndex int)
- func (c *Configuration) SetDefaultServerVariableDefaultValue(variable string, value string) error
- func (c *Configuration) SetServerVariableDefaultValue(serverIndex int, variable string, value string) error
- type EntityArray
- func (o *EntityArray) GetEmbedded() EntityArrayEmbedded
- func (o *EntityArray) GetEmbeddedOk() (*EntityArrayEmbedded, bool)
- func (o *EntityArray) GetSize() float32
- func (o *EntityArray) GetSizeOk() (*float32, bool)
- func (o *EntityArray) HasEmbedded() bool
- func (o *EntityArray) HasSize() bool
- func (o EntityArray) MarshalJSON() ([]byte, error)
- func (o *EntityArray) SetEmbedded(v EntityArrayEmbedded)
- func (o *EntityArray) SetSize(v float32)
- func (o EntityArray) ToMap() (map[string]interface{}, error)
- type EntityArrayEmbedded
- func (o *EntityArrayEmbedded) GetVerifyPolicies() []VerifyPolicy
- func (o *EntityArrayEmbedded) GetVerifyPoliciesOk() ([]VerifyPolicy, bool)
- func (o *EntityArrayEmbedded) HasVerifyPolicies() bool
- func (o EntityArrayEmbedded) MarshalJSON() ([]byte, error)
- func (o *EntityArrayEmbedded) SetVerifyPolicies(v []VerifyPolicy)
- func (o EntityArrayEmbedded) ToMap() (map[string]interface{}, error)
- type EnumThreshold
- type EnumTimeUnit
- type EnumVerify
- type FacialComparisonConfiguration
- func (o *FacialComparisonConfiguration) GetThreshold() EnumThreshold
- func (o *FacialComparisonConfiguration) GetThresholdOk() (*EnumThreshold, bool)
- func (o *FacialComparisonConfiguration) GetVerify() EnumVerify
- func (o *FacialComparisonConfiguration) GetVerifyOk() (*EnumVerify, bool)
- func (o FacialComparisonConfiguration) MarshalJSON() ([]byte, error)
- func (o *FacialComparisonConfiguration) SetThreshold(v EnumThreshold)
- func (o *FacialComparisonConfiguration) SetVerify(v EnumVerify)
- func (o FacialComparisonConfiguration) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type GovernmentIdConfiguration
- func (o *GovernmentIdConfiguration) GetVerify() EnumVerify
- func (o *GovernmentIdConfiguration) GetVerifyOk() (*EnumVerify, bool)
- func (o GovernmentIdConfiguration) MarshalJSON() ([]byte, error)
- func (o *GovernmentIdConfiguration) SetVerify(v EnumVerify)
- func (o GovernmentIdConfiguration) ToMap() (map[string]interface{}, error)
- type LivenessConfiguration
- func (o *LivenessConfiguration) GetThreshold() EnumThreshold
- func (o *LivenessConfiguration) GetThresholdOk() (*EnumThreshold, bool)
- func (o *LivenessConfiguration) GetVerify() EnumVerify
- func (o *LivenessConfiguration) GetVerifyOk() (*EnumVerify, bool)
- func (o LivenessConfiguration) MarshalJSON() ([]byte, error)
- func (o *LivenessConfiguration) SetThreshold(v EnumThreshold)
- func (o *LivenessConfiguration) SetVerify(v EnumVerify)
- func (o LivenessConfiguration) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type NullableBool
- type NullableEntityArray
- func (v NullableEntityArray) Get() *EntityArray
- func (v NullableEntityArray) IsSet() bool
- func (v NullableEntityArray) MarshalJSON() ([]byte, error)
- func (v *NullableEntityArray) Set(val *EntityArray)
- func (v *NullableEntityArray) UnmarshalJSON(src []byte) error
- func (v *NullableEntityArray) Unset()
- type NullableEntityArrayEmbedded
- func (v NullableEntityArrayEmbedded) Get() *EntityArrayEmbedded
- func (v NullableEntityArrayEmbedded) IsSet() bool
- func (v NullableEntityArrayEmbedded) MarshalJSON() ([]byte, error)
- func (v *NullableEntityArrayEmbedded) Set(val *EntityArrayEmbedded)
- func (v *NullableEntityArrayEmbedded) UnmarshalJSON(src []byte) error
- func (v *NullableEntityArrayEmbedded) Unset()
- type NullableEnumThreshold
- func (v NullableEnumThreshold) Get() *EnumThreshold
- func (v NullableEnumThreshold) IsSet() bool
- func (v NullableEnumThreshold) MarshalJSON() ([]byte, error)
- func (v *NullableEnumThreshold) Set(val *EnumThreshold)
- func (v *NullableEnumThreshold) UnmarshalJSON(src []byte) error
- func (v *NullableEnumThreshold) Unset()
- type NullableEnumTimeUnit
- func (v NullableEnumTimeUnit) Get() *EnumTimeUnit
- func (v NullableEnumTimeUnit) IsSet() bool
- func (v NullableEnumTimeUnit) MarshalJSON() ([]byte, error)
- func (v *NullableEnumTimeUnit) Set(val *EnumTimeUnit)
- func (v *NullableEnumTimeUnit) UnmarshalJSON(src []byte) error
- func (v *NullableEnumTimeUnit) Unset()
- type NullableEnumVerify
- type NullableFacialComparisonConfiguration
- func (v NullableFacialComparisonConfiguration) Get() *FacialComparisonConfiguration
- func (v NullableFacialComparisonConfiguration) IsSet() bool
- func (v NullableFacialComparisonConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableFacialComparisonConfiguration) Set(val *FacialComparisonConfiguration)
- func (v *NullableFacialComparisonConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableFacialComparisonConfiguration) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGovernmentIdConfiguration
- func (v NullableGovernmentIdConfiguration) Get() *GovernmentIdConfiguration
- func (v NullableGovernmentIdConfiguration) IsSet() bool
- func (v NullableGovernmentIdConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableGovernmentIdConfiguration) Set(val *GovernmentIdConfiguration)
- func (v *NullableGovernmentIdConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableGovernmentIdConfiguration) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableLivenessConfiguration
- func (v NullableLivenessConfiguration) Get() *LivenessConfiguration
- func (v NullableLivenessConfiguration) IsSet() bool
- func (v NullableLivenessConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableLivenessConfiguration) Set(val *LivenessConfiguration)
- func (v *NullableLivenessConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableLivenessConfiguration) Unset()
- type NullableOTPDeviceConfiguration
- func (v NullableOTPDeviceConfiguration) Get() *OTPDeviceConfiguration
- func (v NullableOTPDeviceConfiguration) IsSet() bool
- func (v NullableOTPDeviceConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableOTPDeviceConfiguration) Set(val *OTPDeviceConfiguration)
- func (v *NullableOTPDeviceConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableOTPDeviceConfiguration) Unset()
- type NullableOTPDeviceConfigurationOtp
- func (v NullableOTPDeviceConfigurationOtp) Get() *OTPDeviceConfigurationOtp
- func (v NullableOTPDeviceConfigurationOtp) IsSet() bool
- func (v NullableOTPDeviceConfigurationOtp) MarshalJSON() ([]byte, error)
- func (v *NullableOTPDeviceConfigurationOtp) Set(val *OTPDeviceConfigurationOtp)
- func (v *NullableOTPDeviceConfigurationOtp) UnmarshalJSON(src []byte) error
- func (v *NullableOTPDeviceConfigurationOtp) Unset()
- type NullableOTPDeviceConfigurationOtpAttempts
- func (v NullableOTPDeviceConfigurationOtpAttempts) Get() *OTPDeviceConfigurationOtpAttempts
- func (v NullableOTPDeviceConfigurationOtpAttempts) IsSet() bool
- func (v NullableOTPDeviceConfigurationOtpAttempts) MarshalJSON() ([]byte, error)
- func (v *NullableOTPDeviceConfigurationOtpAttempts) Set(val *OTPDeviceConfigurationOtpAttempts)
- func (v *NullableOTPDeviceConfigurationOtpAttempts) UnmarshalJSON(src []byte) error
- func (v *NullableOTPDeviceConfigurationOtpAttempts) Unset()
- type NullableOTPDeviceConfigurationOtpDeliveries
- func (v NullableOTPDeviceConfigurationOtpDeliveries) Get() *OTPDeviceConfigurationOtpDeliveries
- func (v NullableOTPDeviceConfigurationOtpDeliveries) IsSet() bool
- func (v NullableOTPDeviceConfigurationOtpDeliveries) MarshalJSON() ([]byte, error)
- func (v *NullableOTPDeviceConfigurationOtpDeliveries) Set(val *OTPDeviceConfigurationOtpDeliveries)
- func (v *NullableOTPDeviceConfigurationOtpDeliveries) UnmarshalJSON(src []byte) error
- func (v *NullableOTPDeviceConfigurationOtpDeliveries) Unset()
- type NullableOTPDeviceConfigurationOtpDeliveriesCooldown
- func (v NullableOTPDeviceConfigurationOtpDeliveriesCooldown) Get() *OTPDeviceConfigurationOtpDeliveriesCooldown
- func (v NullableOTPDeviceConfigurationOtpDeliveriesCooldown) IsSet() bool
- func (v NullableOTPDeviceConfigurationOtpDeliveriesCooldown) MarshalJSON() ([]byte, error)
- func (v *NullableOTPDeviceConfigurationOtpDeliveriesCooldown) Set(val *OTPDeviceConfigurationOtpDeliveriesCooldown)
- func (v *NullableOTPDeviceConfigurationOtpDeliveriesCooldown) UnmarshalJSON(src []byte) error
- func (v *NullableOTPDeviceConfigurationOtpDeliveriesCooldown) Unset()
- type NullableOTPDeviceConfigurationOtpLifeTime
- func (v NullableOTPDeviceConfigurationOtpLifeTime) Get() *OTPDeviceConfigurationOtpLifeTime
- func (v NullableOTPDeviceConfigurationOtpLifeTime) IsSet() bool
- func (v NullableOTPDeviceConfigurationOtpLifeTime) MarshalJSON() ([]byte, error)
- func (v *NullableOTPDeviceConfigurationOtpLifeTime) Set(val *OTPDeviceConfigurationOtpLifeTime)
- func (v *NullableOTPDeviceConfigurationOtpLifeTime) UnmarshalJSON(src []byte) error
- func (v *NullableOTPDeviceConfigurationOtpLifeTime) Unset()
- type NullableOTPDeviceConfigurationOtpNotification
- func (v NullableOTPDeviceConfigurationOtpNotification) Get() *OTPDeviceConfigurationOtpNotification
- func (v NullableOTPDeviceConfigurationOtpNotification) IsSet() bool
- func (v NullableOTPDeviceConfigurationOtpNotification) MarshalJSON() ([]byte, error)
- func (v *NullableOTPDeviceConfigurationOtpNotification) Set(val *OTPDeviceConfigurationOtpNotification)
- func (v *NullableOTPDeviceConfigurationOtpNotification) UnmarshalJSON(src []byte) error
- func (v *NullableOTPDeviceConfigurationOtpNotification) Unset()
- type NullableObjectEnvironment
- func (v NullableObjectEnvironment) Get() *ObjectEnvironment
- func (v NullableObjectEnvironment) IsSet() bool
- func (v NullableObjectEnvironment) MarshalJSON() ([]byte, error)
- func (v *NullableObjectEnvironment) Set(val *ObjectEnvironment)
- func (v *NullableObjectEnvironment) UnmarshalJSON(src []byte) error
- func (v *NullableObjectEnvironment) Unset()
- type NullableP1Error
- type NullableP1ErrorDetailsInner
- func (v NullableP1ErrorDetailsInner) Get() *P1ErrorDetailsInner
- func (v NullableP1ErrorDetailsInner) IsSet() bool
- func (v NullableP1ErrorDetailsInner) MarshalJSON() ([]byte, error)
- func (v *NullableP1ErrorDetailsInner) Set(val *P1ErrorDetailsInner)
- func (v *NullableP1ErrorDetailsInner) UnmarshalJSON(src []byte) error
- func (v *NullableP1ErrorDetailsInner) Unset()
- type NullableP1ErrorDetailsInnerInnerError
- func (v NullableP1ErrorDetailsInnerInnerError) Get() *P1ErrorDetailsInnerInnerError
- func (v NullableP1ErrorDetailsInnerInnerError) IsSet() bool
- func (v NullableP1ErrorDetailsInnerInnerError) MarshalJSON() ([]byte, error)
- func (v *NullableP1ErrorDetailsInnerInnerError) Set(val *P1ErrorDetailsInnerInnerError)
- func (v *NullableP1ErrorDetailsInnerInnerError) UnmarshalJSON(src []byte) error
- func (v *NullableP1ErrorDetailsInnerInnerError) Unset()
- type NullableString
- type NullableTime
- type NullableTransactionConfiguration
- func (v NullableTransactionConfiguration) Get() *TransactionConfiguration
- func (v NullableTransactionConfiguration) IsSet() bool
- func (v NullableTransactionConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionConfiguration) Set(val *TransactionConfiguration)
- func (v *NullableTransactionConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionConfiguration) Unset()
- type NullableTransactionConfigurationDataCollection
- func (v NullableTransactionConfigurationDataCollection) Get() *TransactionConfigurationDataCollection
- func (v NullableTransactionConfigurationDataCollection) IsSet() bool
- func (v NullableTransactionConfigurationDataCollection) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionConfigurationDataCollection) Set(val *TransactionConfigurationDataCollection)
- func (v *NullableTransactionConfigurationDataCollection) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionConfigurationDataCollection) Unset()
- type NullableTransactionConfigurationDataCollectionTimeout
- func (v NullableTransactionConfigurationDataCollectionTimeout) Get() *TransactionConfigurationDataCollectionTimeout
- func (v NullableTransactionConfigurationDataCollectionTimeout) IsSet() bool
- func (v NullableTransactionConfigurationDataCollectionTimeout) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionConfigurationDataCollectionTimeout) Set(val *TransactionConfigurationDataCollectionTimeout)
- func (v *NullableTransactionConfigurationDataCollectionTimeout) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionConfigurationDataCollectionTimeout) Unset()
- type NullableTransactionConfigurationTimeout
- func (v NullableTransactionConfigurationTimeout) Get() *TransactionConfigurationTimeout
- func (v NullableTransactionConfigurationTimeout) IsSet() bool
- func (v NullableTransactionConfigurationTimeout) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionConfigurationTimeout) Set(val *TransactionConfigurationTimeout)
- func (v *NullableTransactionConfigurationTimeout) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionConfigurationTimeout) Unset()
- type NullableVerifyPolicy
- func (v NullableVerifyPolicy) Get() *VerifyPolicy
- func (v NullableVerifyPolicy) IsSet() bool
- func (v NullableVerifyPolicy) MarshalJSON() ([]byte, error)
- func (v *NullableVerifyPolicy) Set(val *VerifyPolicy)
- func (v *NullableVerifyPolicy) UnmarshalJSON(src []byte) error
- func (v *NullableVerifyPolicy) Unset()
- type OTPDeviceConfiguration
- func (o *OTPDeviceConfiguration) GetCreateMfaDevice() bool
- func (o *OTPDeviceConfiguration) GetCreateMfaDeviceOk() (*bool, bool)
- func (o *OTPDeviceConfiguration) GetOtp() OTPDeviceConfigurationOtp
- func (o *OTPDeviceConfiguration) GetOtpOk() (*OTPDeviceConfigurationOtp, bool)
- func (o *OTPDeviceConfiguration) GetVerify() EnumVerify
- func (o *OTPDeviceConfiguration) GetVerifyOk() (*EnumVerify, bool)
- func (o *OTPDeviceConfiguration) HasCreateMfaDevice() bool
- func (o *OTPDeviceConfiguration) HasOtp() bool
- func (o OTPDeviceConfiguration) MarshalJSON() ([]byte, error)
- func (o *OTPDeviceConfiguration) SetCreateMfaDevice(v bool)
- func (o *OTPDeviceConfiguration) SetOtp(v OTPDeviceConfigurationOtp)
- func (o *OTPDeviceConfiguration) SetVerify(v EnumVerify)
- func (o OTPDeviceConfiguration) ToMap() (map[string]interface{}, error)
- type OTPDeviceConfigurationOtp
- func (o *OTPDeviceConfigurationOtp) GetAttempts() OTPDeviceConfigurationOtpAttempts
- func (o *OTPDeviceConfigurationOtp) GetAttemptsOk() (*OTPDeviceConfigurationOtpAttempts, bool)
- func (o *OTPDeviceConfigurationOtp) GetDeliveries() OTPDeviceConfigurationOtpDeliveries
- func (o *OTPDeviceConfigurationOtp) GetDeliveriesOk() (*OTPDeviceConfigurationOtpDeliveries, bool)
- func (o *OTPDeviceConfigurationOtp) GetLifeTime() OTPDeviceConfigurationOtpLifeTime
- func (o *OTPDeviceConfigurationOtp) GetLifeTimeOk() (*OTPDeviceConfigurationOtpLifeTime, bool)
- func (o *OTPDeviceConfigurationOtp) GetNotification() OTPDeviceConfigurationOtpNotification
- func (o *OTPDeviceConfigurationOtp) GetNotificationOk() (*OTPDeviceConfigurationOtpNotification, bool)
- func (o OTPDeviceConfigurationOtp) MarshalJSON() ([]byte, error)
- func (o *OTPDeviceConfigurationOtp) SetAttempts(v OTPDeviceConfigurationOtpAttempts)
- func (o *OTPDeviceConfigurationOtp) SetDeliveries(v OTPDeviceConfigurationOtpDeliveries)
- func (o *OTPDeviceConfigurationOtp) SetLifeTime(v OTPDeviceConfigurationOtpLifeTime)
- func (o *OTPDeviceConfigurationOtp) SetNotification(v OTPDeviceConfigurationOtpNotification)
- func (o OTPDeviceConfigurationOtp) ToMap() (map[string]interface{}, error)
- type OTPDeviceConfigurationOtpAttempts
- func (o *OTPDeviceConfigurationOtpAttempts) GetCount() int32
- func (o *OTPDeviceConfigurationOtpAttempts) GetCountOk() (*int32, bool)
- func (o OTPDeviceConfigurationOtpAttempts) MarshalJSON() ([]byte, error)
- func (o *OTPDeviceConfigurationOtpAttempts) SetCount(v int32)
- func (o OTPDeviceConfigurationOtpAttempts) ToMap() (map[string]interface{}, error)
- type OTPDeviceConfigurationOtpDeliveries
- func (o *OTPDeviceConfigurationOtpDeliveries) GetCooldown() OTPDeviceConfigurationOtpDeliveriesCooldown
- func (o *OTPDeviceConfigurationOtpDeliveries) GetCooldownOk() (*OTPDeviceConfigurationOtpDeliveriesCooldown, bool)
- func (o *OTPDeviceConfigurationOtpDeliveries) GetCount() int32
- func (o *OTPDeviceConfigurationOtpDeliveries) GetCountOk() (*int32, bool)
- func (o OTPDeviceConfigurationOtpDeliveries) MarshalJSON() ([]byte, error)
- func (o *OTPDeviceConfigurationOtpDeliveries) SetCooldown(v OTPDeviceConfigurationOtpDeliveriesCooldown)
- func (o *OTPDeviceConfigurationOtpDeliveries) SetCount(v int32)
- func (o OTPDeviceConfigurationOtpDeliveries) ToMap() (map[string]interface{}, error)
- type OTPDeviceConfigurationOtpDeliveriesCooldown
- func (o *OTPDeviceConfigurationOtpDeliveriesCooldown) GetDuration() int32
- func (o *OTPDeviceConfigurationOtpDeliveriesCooldown) GetDurationOk() (*int32, bool)
- func (o *OTPDeviceConfigurationOtpDeliveriesCooldown) GetTimeUnit() EnumTimeUnit
- func (o *OTPDeviceConfigurationOtpDeliveriesCooldown) GetTimeUnitOk() (*EnumTimeUnit, bool)
- func (o OTPDeviceConfigurationOtpDeliveriesCooldown) MarshalJSON() ([]byte, error)
- func (o *OTPDeviceConfigurationOtpDeliveriesCooldown) SetDuration(v int32)
- func (o *OTPDeviceConfigurationOtpDeliveriesCooldown) SetTimeUnit(v EnumTimeUnit)
- func (o OTPDeviceConfigurationOtpDeliveriesCooldown) ToMap() (map[string]interface{}, error)
- type OTPDeviceConfigurationOtpLifeTime
- func (o *OTPDeviceConfigurationOtpLifeTime) GetDuration() int32
- func (o *OTPDeviceConfigurationOtpLifeTime) GetDurationOk() (*int32, bool)
- func (o *OTPDeviceConfigurationOtpLifeTime) GetTimeUnit() EnumTimeUnit
- func (o *OTPDeviceConfigurationOtpLifeTime) GetTimeUnitOk() (*EnumTimeUnit, bool)
- func (o OTPDeviceConfigurationOtpLifeTime) MarshalJSON() ([]byte, error)
- func (o *OTPDeviceConfigurationOtpLifeTime) SetDuration(v int32)
- func (o *OTPDeviceConfigurationOtpLifeTime) SetTimeUnit(v EnumTimeUnit)
- func (o OTPDeviceConfigurationOtpLifeTime) ToMap() (map[string]interface{}, error)
- type OTPDeviceConfigurationOtpNotification
- func (o *OTPDeviceConfigurationOtpNotification) GetTemplateName() string
- func (o *OTPDeviceConfigurationOtpNotification) GetTemplateNameOk() (*string, bool)
- func (o *OTPDeviceConfigurationOtpNotification) GetVariantName() string
- func (o *OTPDeviceConfigurationOtpNotification) GetVariantNameOk() (*string, bool)
- func (o *OTPDeviceConfigurationOtpNotification) HasVariantName() bool
- func (o OTPDeviceConfigurationOtpNotification) MarshalJSON() ([]byte, error)
- func (o *OTPDeviceConfigurationOtpNotification) SetTemplateName(v string)
- func (o *OTPDeviceConfigurationOtpNotification) SetVariantName(v string)
- func (o OTPDeviceConfigurationOtpNotification) ToMap() (map[string]interface{}, error)
- type ObjectEnvironment
- func (o *ObjectEnvironment) GetId() string
- func (o *ObjectEnvironment) GetIdOk() (*string, bool)
- func (o *ObjectEnvironment) HasId() bool
- func (o ObjectEnvironment) MarshalJSON() ([]byte, error)
- func (o *ObjectEnvironment) SetId(v string)
- func (o ObjectEnvironment) ToMap() (map[string]interface{}, error)
- type P1Error
- func (o *P1Error) GetCode() string
- func (o *P1Error) GetCodeOk() (*string, bool)
- func (o *P1Error) GetDetails() []P1ErrorDetailsInner
- func (o *P1Error) GetDetailsOk() ([]P1ErrorDetailsInner, bool)
- func (o *P1Error) GetId() string
- func (o *P1Error) GetIdOk() (*string, bool)
- func (o *P1Error) GetMessage() string
- func (o *P1Error) GetMessageOk() (*string, bool)
- func (o *P1Error) HasCode() bool
- func (o *P1Error) HasDetails() bool
- func (o *P1Error) HasId() bool
- func (o *P1Error) HasMessage() bool
- func (o P1Error) MarshalJSON() ([]byte, error)
- func (o *P1Error) SetCode(v string)
- func (o *P1Error) SetDetails(v []P1ErrorDetailsInner)
- func (o *P1Error) SetId(v string)
- func (o *P1Error) SetMessage(v string)
- func (o P1Error) ToMap() (map[string]interface{}, error)
- type P1ErrorDetailsInner
- func (o *P1ErrorDetailsInner) GetCode() string
- func (o *P1ErrorDetailsInner) GetCodeOk() (*string, bool)
- func (o *P1ErrorDetailsInner) GetInnerError() P1ErrorDetailsInnerInnerError
- func (o *P1ErrorDetailsInner) GetInnerErrorOk() (*P1ErrorDetailsInnerInnerError, bool)
- func (o *P1ErrorDetailsInner) GetMessage() string
- func (o *P1ErrorDetailsInner) GetMessageOk() (*string, bool)
- func (o *P1ErrorDetailsInner) GetTarget() string
- func (o *P1ErrorDetailsInner) GetTargetOk() (*string, bool)
- func (o *P1ErrorDetailsInner) HasCode() bool
- func (o *P1ErrorDetailsInner) HasInnerError() bool
- func (o *P1ErrorDetailsInner) HasMessage() bool
- func (o *P1ErrorDetailsInner) HasTarget() bool
- func (o P1ErrorDetailsInner) MarshalJSON() ([]byte, error)
- func (o *P1ErrorDetailsInner) SetCode(v string)
- func (o *P1ErrorDetailsInner) SetInnerError(v P1ErrorDetailsInnerInnerError)
- func (o *P1ErrorDetailsInner) SetMessage(v string)
- func (o *P1ErrorDetailsInner) SetTarget(v string)
- func (o P1ErrorDetailsInner) ToMap() (map[string]interface{}, error)
- type P1ErrorDetailsInnerInnerError
- func (o *P1ErrorDetailsInnerInnerError) GetAllowedPattern() string
- func (o *P1ErrorDetailsInnerInnerError) GetAllowedPatternOk() (*string, bool)
- func (o *P1ErrorDetailsInnerInnerError) GetAllowedValues() []string
- func (o *P1ErrorDetailsInnerInnerError) GetAllowedValuesOk() ([]string, bool)
- func (o *P1ErrorDetailsInnerInnerError) GetMaximumValue() int32
- func (o *P1ErrorDetailsInnerInnerError) GetMaximumValueOk() (*int32, bool)
- func (o *P1ErrorDetailsInnerInnerError) GetRangeMaximumValue() int32
- func (o *P1ErrorDetailsInnerInnerError) GetRangeMaximumValueOk() (*int32, bool)
- func (o *P1ErrorDetailsInnerInnerError) GetRangeMinimumValue() int32
- func (o *P1ErrorDetailsInnerInnerError) GetRangeMinimumValueOk() (*int32, bool)
- func (o *P1ErrorDetailsInnerInnerError) HasAllowedPattern() bool
- func (o *P1ErrorDetailsInnerInnerError) HasAllowedValues() bool
- func (o *P1ErrorDetailsInnerInnerError) HasMaximumValue() bool
- func (o *P1ErrorDetailsInnerInnerError) HasRangeMaximumValue() bool
- func (o *P1ErrorDetailsInnerInnerError) HasRangeMinimumValue() bool
- func (o P1ErrorDetailsInnerInnerError) MarshalJSON() ([]byte, error)
- func (o *P1ErrorDetailsInnerInnerError) SetAllowedPattern(v string)
- func (o *P1ErrorDetailsInnerInnerError) SetAllowedValues(v []string)
- func (o *P1ErrorDetailsInnerInnerError) SetMaximumValue(v int32)
- func (o *P1ErrorDetailsInnerInnerError) SetRangeMaximumValue(v int32)
- func (o *P1ErrorDetailsInnerInnerError) SetRangeMinimumValue(v int32)
- func (o P1ErrorDetailsInnerInnerError) ToMap() (map[string]interface{}, error)
- type SDKInterfaceFunc
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type TransactionConfiguration
- func (o *TransactionConfiguration) GetDataCollection() TransactionConfigurationDataCollection
- func (o *TransactionConfiguration) GetDataCollectionOk() (*TransactionConfigurationDataCollection, bool)
- func (o *TransactionConfiguration) GetDataCollectionOnly() bool
- func (o *TransactionConfiguration) GetDataCollectionOnlyOk() (*bool, bool)
- func (o *TransactionConfiguration) GetTimeout() TransactionConfigurationTimeout
- func (o *TransactionConfiguration) GetTimeoutOk() (*TransactionConfigurationTimeout, bool)
- func (o *TransactionConfiguration) HasDataCollection() bool
- func (o *TransactionConfiguration) HasDataCollectionOnly() bool
- func (o *TransactionConfiguration) HasTimeout() bool
- func (o TransactionConfiguration) MarshalJSON() ([]byte, error)
- func (o *TransactionConfiguration) SetDataCollection(v TransactionConfigurationDataCollection)
- func (o *TransactionConfiguration) SetDataCollectionOnly(v bool)
- func (o *TransactionConfiguration) SetTimeout(v TransactionConfigurationTimeout)
- func (o TransactionConfiguration) ToMap() (map[string]interface{}, error)
- type TransactionConfigurationDataCollection
- func (o *TransactionConfigurationDataCollection) GetTimeout() TransactionConfigurationDataCollectionTimeout
- func (o *TransactionConfigurationDataCollection) GetTimeoutOk() (*TransactionConfigurationDataCollectionTimeout, bool)
- func (o TransactionConfigurationDataCollection) MarshalJSON() ([]byte, error)
- func (o *TransactionConfigurationDataCollection) SetTimeout(v TransactionConfigurationDataCollectionTimeout)
- func (o TransactionConfigurationDataCollection) ToMap() (map[string]interface{}, error)
- type TransactionConfigurationDataCollectionTimeout
- func (o *TransactionConfigurationDataCollectionTimeout) GetDuration() int32
- func (o *TransactionConfigurationDataCollectionTimeout) GetDurationOk() (*int32, bool)
- func (o *TransactionConfigurationDataCollectionTimeout) GetTimeUnit() EnumTimeUnit
- func (o *TransactionConfigurationDataCollectionTimeout) GetTimeUnitOk() (*EnumTimeUnit, bool)
- func (o TransactionConfigurationDataCollectionTimeout) MarshalJSON() ([]byte, error)
- func (o *TransactionConfigurationDataCollectionTimeout) SetDuration(v int32)
- func (o *TransactionConfigurationDataCollectionTimeout) SetTimeUnit(v EnumTimeUnit)
- func (o TransactionConfigurationDataCollectionTimeout) ToMap() (map[string]interface{}, error)
- type TransactionConfigurationTimeout
- func (o *TransactionConfigurationTimeout) GetDuration() int32
- func (o *TransactionConfigurationTimeout) GetDurationOk() (*int32, bool)
- func (o *TransactionConfigurationTimeout) GetTimeUnit() EnumTimeUnit
- func (o *TransactionConfigurationTimeout) GetTimeUnitOk() (*EnumTimeUnit, bool)
- func (o TransactionConfigurationTimeout) MarshalJSON() ([]byte, error)
- func (o *TransactionConfigurationTimeout) SetDuration(v int32)
- func (o *TransactionConfigurationTimeout) SetTimeUnit(v EnumTimeUnit)
- func (o TransactionConfigurationTimeout) ToMap() (map[string]interface{}, error)
- type VerifyPoliciesApiService
- func (a *VerifyPoliciesApiService) CreateVerifyPolicy(ctx context.Context, environmentID string) ApiCreateVerifyPolicyRequest
- func (a *VerifyPoliciesApiService) CreateVerifyPolicyExecute(r ApiCreateVerifyPolicyRequest) (*VerifyPolicy, *http.Response, error)
- func (a *VerifyPoliciesApiService) DeleteVerifyPolicy(ctx context.Context, environmentID string, verifyPolicyID string) ApiDeleteVerifyPolicyRequest
- func (a *VerifyPoliciesApiService) DeleteVerifyPolicyExecute(r ApiDeleteVerifyPolicyRequest) (*http.Response, error)
- func (a *VerifyPoliciesApiService) ReadAllVerifyPolicies(ctx context.Context, environmentID string) ApiReadAllVerifyPoliciesRequest
- func (a *VerifyPoliciesApiService) ReadAllVerifyPoliciesExecute(r ApiReadAllVerifyPoliciesRequest) (*EntityArray, *http.Response, error)
- func (a *VerifyPoliciesApiService) ReadOneVerifyPolicy(ctx context.Context, environmentID string, verifyPolicyID string) ApiReadOneVerifyPolicyRequest
- func (a *VerifyPoliciesApiService) ReadOneVerifyPolicyExecute(r ApiReadOneVerifyPolicyRequest) (*VerifyPolicy, *http.Response, error)
- func (a *VerifyPoliciesApiService) UpdateVerifyPolicy(ctx context.Context, environmentID string, verifyPolicyID string) ApiUpdateVerifyPolicyRequest
- func (a *VerifyPoliciesApiService) UpdateVerifyPolicyExecute(r ApiUpdateVerifyPolicyRequest) (*VerifyPolicy, *http.Response, error)
- type VerifyPolicy
- func (o *VerifyPolicy) GetCreatedAt() time.Time
- func (o *VerifyPolicy) GetCreatedAtOk() (*time.Time, bool)
- func (o *VerifyPolicy) GetDefault() bool
- func (o *VerifyPolicy) GetDefaultOk() (*bool, bool)
- func (o *VerifyPolicy) GetDescription() string
- func (o *VerifyPolicy) GetDescriptionOk() (*string, bool)
- func (o *VerifyPolicy) GetEmail() OTPDeviceConfiguration
- func (o *VerifyPolicy) GetEmailOk() (*OTPDeviceConfiguration, bool)
- func (o *VerifyPolicy) GetEnvironment() ObjectEnvironment
- func (o *VerifyPolicy) GetEnvironmentOk() (*ObjectEnvironment, bool)
- func (o *VerifyPolicy) GetFacialComparison() FacialComparisonConfiguration
- func (o *VerifyPolicy) GetFacialComparisonOk() (*FacialComparisonConfiguration, bool)
- func (o *VerifyPolicy) GetGovernmentId() GovernmentIdConfiguration
- func (o *VerifyPolicy) GetGovernmentIdOk() (*GovernmentIdConfiguration, bool)
- func (o *VerifyPolicy) GetId() string
- func (o *VerifyPolicy) GetIdOk() (*string, bool)
- func (o *VerifyPolicy) GetLiveness() LivenessConfiguration
- func (o *VerifyPolicy) GetLivenessOk() (*LivenessConfiguration, bool)
- func (o *VerifyPolicy) GetName() string
- func (o *VerifyPolicy) GetNameOk() (*string, bool)
- func (o *VerifyPolicy) GetPhone() OTPDeviceConfiguration
- func (o *VerifyPolicy) GetPhoneOk() (*OTPDeviceConfiguration, bool)
- func (o *VerifyPolicy) GetTransaction() TransactionConfiguration
- func (o *VerifyPolicy) GetTransactionOk() (*TransactionConfiguration, bool)
- func (o *VerifyPolicy) GetUpdatedAt() time.Time
- func (o *VerifyPolicy) GetUpdatedAtOk() (*time.Time, bool)
- func (o *VerifyPolicy) HasCreatedAt() bool
- func (o *VerifyPolicy) HasDefault() bool
- func (o *VerifyPolicy) HasDescription() bool
- func (o *VerifyPolicy) HasEmail() bool
- func (o *VerifyPolicy) HasEnvironment() bool
- func (o *VerifyPolicy) HasFacialComparison() bool
- func (o *VerifyPolicy) HasGovernmentId() bool
- func (o *VerifyPolicy) HasId() bool
- func (o *VerifyPolicy) HasLiveness() bool
- func (o *VerifyPolicy) HasPhone() bool
- func (o *VerifyPolicy) HasTransaction() bool
- func (o *VerifyPolicy) HasUpdatedAt() bool
- func (o VerifyPolicy) MarshalJSON() ([]byte, error)
- func (o *VerifyPolicy) SetCreatedAt(v time.Time)
- func (o *VerifyPolicy) SetDefault(v bool)
- func (o *VerifyPolicy) SetDescription(v string)
- func (o *VerifyPolicy) SetEmail(v OTPDeviceConfiguration)
- func (o *VerifyPolicy) SetEnvironment(v ObjectEnvironment)
- func (o *VerifyPolicy) SetFacialComparison(v FacialComparisonConfiguration)
- func (o *VerifyPolicy) SetGovernmentId(v GovernmentIdConfiguration)
- func (o *VerifyPolicy) SetId(v string)
- func (o *VerifyPolicy) SetLiveness(v LivenessConfiguration)
- func (o *VerifyPolicy) SetName(v string)
- func (o *VerifyPolicy) SetPhone(v OTPDeviceConfiguration)
- func (o *VerifyPolicy) SetTransaction(v TransactionConfiguration)
- func (o *VerifyPolicy) SetUpdatedAt(v time.Time)
- func (o VerifyPolicy) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedEnumThresholdEnumValues = []EnumThreshold{
"LOW",
"MEDIUM",
"HIGH",
}
All allowed values of EnumThreshold enum
var AllowedEnumTimeUnitEnumValues = []EnumTimeUnit{
"SECONDS",
"MINUTES",
}
All allowed values of EnumTimeUnit enum
var AllowedEnumVerifyEnumValues = []EnumVerify{
"REQUIRED",
"OPTIONAL",
"DISABLED",
}
All allowed values of EnumVerify enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct {
VerifyPoliciesApi *VerifyPoliciesApiService
// contains filtered or unexported fields
}
APIClient manages communication with the PingOne Platform API - PingOne Verify API v2023-05-26 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct {
*http.Response `json:"-"`
Message string `json:"message,omitempty"`
// Operation is the name of the OpenAPI operation.
Operation string `json:"operation,omitempty"`
// RequestURL is the request URL. This value is always available, even if the
// embedded *http.Response is nil.
RequestURL string `json:"url,omitempty"`
// Method is the HTTP method used for the request. This value is always
// available, even if the embedded *http.Response is nil.
Method string `json:"method,omitempty"`
// Payload holds the contents of the response body (which may be nil or empty).
// This is provided here as the raw response.Body() reader will have already
// been drained.
Payload []byte `json:"-"`
}
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ApiCreateVerifyPolicyRequest ¶
type ApiCreateVerifyPolicyRequest struct {
ApiService *VerifyPoliciesApiService
// contains filtered or unexported fields
}
func (ApiCreateVerifyPolicyRequest) Execute ¶
func (r ApiCreateVerifyPolicyRequest) Execute() (*VerifyPolicy, *http.Response, error)
func (ApiCreateVerifyPolicyRequest) VerifyPolicy ¶
func (r ApiCreateVerifyPolicyRequest) VerifyPolicy(verifyPolicy VerifyPolicy) ApiCreateVerifyPolicyRequest
type ApiDeleteVerifyPolicyRequest ¶
type ApiDeleteVerifyPolicyRequest struct {
ApiService *VerifyPoliciesApiService
// contains filtered or unexported fields
}
type ApiReadAllVerifyPoliciesRequest ¶
type ApiReadAllVerifyPoliciesRequest struct {
ApiService *VerifyPoliciesApiService
// contains filtered or unexported fields
}
func (ApiReadAllVerifyPoliciesRequest) Execute ¶
func (r ApiReadAllVerifyPoliciesRequest) Execute() (*EntityArray, *http.Response, error)
type ApiReadOneVerifyPolicyRequest ¶
type ApiReadOneVerifyPolicyRequest struct {
ApiService *VerifyPoliciesApiService
// contains filtered or unexported fields
}
func (ApiReadOneVerifyPolicyRequest) Execute ¶
func (r ApiReadOneVerifyPolicyRequest) Execute() (*VerifyPolicy, *http.Response, error)
type ApiUpdateVerifyPolicyRequest ¶
type ApiUpdateVerifyPolicyRequest struct {
ApiService *VerifyPoliciesApiService
// contains filtered or unexported fields
}
func (ApiUpdateVerifyPolicyRequest) Execute ¶
func (r ApiUpdateVerifyPolicyRequest) Execute() (*VerifyPolicy, *http.Response, error)
func (ApiUpdateVerifyPolicyRequest) VerifyPolicy ¶
func (r ApiUpdateVerifyPolicyRequest) VerifyPolicy(verifyPolicy VerifyPolicy) ApiUpdateVerifyPolicyRequest
type BasicAuth ¶
type BasicAuth struct {
UserName string `json:"userName,omitempty"`
Password string `json:"password,omitempty"`
}
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Configuration ¶
type Configuration struct {
Host string `json:"host,omitempty"`
Scheme string `json:"scheme,omitempty"`
DefaultHeader map[string]string `json:"defaultHeader,omitempty"`
UserAgent string `json:"userAgent,omitempty"`
Debug bool `json:"debug,omitempty"`
DefaultServerIndex int `json:"defaultServerIndex,omitempty"`
Servers ServerConfigurations
OperationServers map[string]ServerConfigurations
HTTPClient *http.Client
}
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
func (*Configuration) SetDebug ¶ added in v0.2.0
func (c *Configuration) SetDebug(debug bool)
func (*Configuration) SetDefaultServerIndex ¶ added in v0.2.0
func (c *Configuration) SetDefaultServerIndex(defaultServerIndex int)
func (*Configuration) SetDefaultServerVariableDefaultValue ¶ added in v0.2.0
func (c *Configuration) SetDefaultServerVariableDefaultValue(variable string, value string) error
func (*Configuration) SetServerVariableDefaultValue ¶ added in v0.2.0
func (c *Configuration) SetServerVariableDefaultValue(serverIndex int, variable string, value string) error
type EntityArray ¶
type EntityArray struct {
Embedded *EntityArrayEmbedded `json:"_embedded,omitempty"`
Size *float32 `json:"size,omitempty"`
}
EntityArray struct for EntityArray
func NewEntityArray ¶
func NewEntityArray() *EntityArray
NewEntityArray instantiates a new EntityArray 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 NewEntityArrayWithDefaults ¶
func NewEntityArrayWithDefaults() *EntityArray
NewEntityArrayWithDefaults instantiates a new EntityArray 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 (*EntityArray) GetEmbedded ¶
func (o *EntityArray) GetEmbedded() EntityArrayEmbedded
GetEmbedded returns the Embedded field value if set, zero value otherwise.
func (*EntityArray) GetEmbeddedOk ¶
func (o *EntityArray) GetEmbeddedOk() (*EntityArrayEmbedded, bool)
GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntityArray) GetSize ¶
func (o *EntityArray) GetSize() float32
GetSize returns the Size field value if set, zero value otherwise.
func (*EntityArray) GetSizeOk ¶
func (o *EntityArray) GetSizeOk() (*float32, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntityArray) HasEmbedded ¶
func (o *EntityArray) HasEmbedded() bool
HasEmbedded returns a boolean if a field has been set.
func (*EntityArray) HasSize ¶
func (o *EntityArray) HasSize() bool
HasSize returns a boolean if a field has been set.
func (EntityArray) MarshalJSON ¶
func (o EntityArray) MarshalJSON() ([]byte, error)
func (*EntityArray) SetEmbedded ¶
func (o *EntityArray) SetEmbedded(v EntityArrayEmbedded)
SetEmbedded gets a reference to the given EntityArrayEmbedded and assigns it to the Embedded field.
func (*EntityArray) SetSize ¶
func (o *EntityArray) SetSize(v float32)
SetSize gets a reference to the given float32 and assigns it to the Size field.
func (EntityArray) ToMap ¶
func (o EntityArray) ToMap() (map[string]interface{}, error)
type EntityArrayEmbedded ¶
type EntityArrayEmbedded struct {
VerifyPolicies []VerifyPolicy `json:"verifyPolicies,omitempty"`
}
EntityArrayEmbedded struct for EntityArrayEmbedded
func NewEntityArrayEmbedded ¶
func NewEntityArrayEmbedded() *EntityArrayEmbedded
NewEntityArrayEmbedded instantiates a new EntityArrayEmbedded 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 NewEntityArrayEmbeddedWithDefaults ¶
func NewEntityArrayEmbeddedWithDefaults() *EntityArrayEmbedded
NewEntityArrayEmbeddedWithDefaults instantiates a new EntityArrayEmbedded 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 (*EntityArrayEmbedded) GetVerifyPolicies ¶
func (o *EntityArrayEmbedded) GetVerifyPolicies() []VerifyPolicy
GetVerifyPolicies returns the VerifyPolicies field value if set, zero value otherwise.
func (*EntityArrayEmbedded) GetVerifyPoliciesOk ¶
func (o *EntityArrayEmbedded) GetVerifyPoliciesOk() ([]VerifyPolicy, bool)
GetVerifyPoliciesOk returns a tuple with the VerifyPolicies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntityArrayEmbedded) HasVerifyPolicies ¶
func (o *EntityArrayEmbedded) HasVerifyPolicies() bool
HasVerifyPolicies returns a boolean if a field has been set.
func (EntityArrayEmbedded) MarshalJSON ¶
func (o EntityArrayEmbedded) MarshalJSON() ([]byte, error)
func (*EntityArrayEmbedded) SetVerifyPolicies ¶
func (o *EntityArrayEmbedded) SetVerifyPolicies(v []VerifyPolicy)
SetVerifyPolicies gets a reference to the given []VerifyPolicy and assigns it to the VerifyPolicies field.
func (EntityArrayEmbedded) ToMap ¶
func (o EntityArrayEmbedded) ToMap() (map[string]interface{}, error)
type EnumThreshold ¶
type EnumThreshold string
EnumThreshold A string that defines the verification comparison threshold. Options are `LOW`, `MEDIUM` and `HIGH`.
const ( ENUMTHRESHOLD_LOW EnumThreshold = "LOW" ENUMTHRESHOLD_MEDIUM EnumThreshold = "MEDIUM" ENUMTHRESHOLD_HIGH EnumThreshold = "HIGH" )
List of EnumThreshold
func NewEnumThresholdFromValue ¶
func NewEnumThresholdFromValue(v string) (*EnumThreshold, error)
NewEnumThresholdFromValue returns a pointer to a valid EnumThreshold for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumThreshold) IsValid ¶
func (v EnumThreshold) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumThreshold) Ptr ¶
func (v EnumThreshold) Ptr() *EnumThreshold
Ptr returns reference to EnumThreshold value
func (*EnumThreshold) UnmarshalJSON ¶
func (v *EnumThreshold) UnmarshalJSON(src []byte) error
type EnumTimeUnit ¶
type EnumTimeUnit string
EnumTimeUnit A string that defines the time unit of a specified duration in `SECONDS` or `MINUTES`.
const ( ENUMTIMEUNIT_SECONDS EnumTimeUnit = "SECONDS" ENUMTIMEUNIT_MINUTES EnumTimeUnit = "MINUTES" )
List of EnumTimeUnit
func NewEnumTimeUnitFromValue ¶
func NewEnumTimeUnitFromValue(v string) (*EnumTimeUnit, error)
NewEnumTimeUnitFromValue returns a pointer to a valid EnumTimeUnit for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumTimeUnit) IsValid ¶
func (v EnumTimeUnit) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumTimeUnit) Ptr ¶
func (v EnumTimeUnit) Ptr() *EnumTimeUnit
Ptr returns reference to EnumTimeUnit value
func (*EnumTimeUnit) UnmarshalJSON ¶
func (v *EnumTimeUnit) UnmarshalJSON(src []byte) error
type EnumVerify ¶
type EnumVerify string
EnumVerify A string that defines the verification check requirements. Options are `REQUIRED`, `OPTIONAL` and `DISABLED`.
const ( ENUMVERIFY_REQUIRED EnumVerify = "REQUIRED" ENUMVERIFY_OPTIONAL EnumVerify = "OPTIONAL" ENUMVERIFY_DISABLED EnumVerify = "DISABLED" )
List of EnumVerify
func NewEnumVerifyFromValue ¶
func NewEnumVerifyFromValue(v string) (*EnumVerify, error)
NewEnumVerifyFromValue returns a pointer to a valid EnumVerify for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumVerify) IsValid ¶
func (v EnumVerify) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumVerify) Ptr ¶
func (v EnumVerify) Ptr() *EnumVerify
Ptr returns reference to EnumVerify value
func (*EnumVerify) UnmarshalJSON ¶
func (v *EnumVerify) UnmarshalJSON(src []byte) error
type FacialComparisonConfiguration ¶
type FacialComparisonConfiguration struct {
Verify EnumVerify `json:"verify"`
Threshold EnumThreshold `json:"threshold"`
}
FacialComparisonConfiguration struct for FacialComparisonConfiguration
func NewFacialComparisonConfiguration ¶
func NewFacialComparisonConfiguration(verify EnumVerify, threshold EnumThreshold) *FacialComparisonConfiguration
NewFacialComparisonConfiguration instantiates a new FacialComparisonConfiguration 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 NewFacialComparisonConfigurationWithDefaults ¶
func NewFacialComparisonConfigurationWithDefaults() *FacialComparisonConfiguration
NewFacialComparisonConfigurationWithDefaults instantiates a new FacialComparisonConfiguration 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 (*FacialComparisonConfiguration) GetThreshold ¶
func (o *FacialComparisonConfiguration) GetThreshold() EnumThreshold
GetThreshold returns the Threshold field value
func (*FacialComparisonConfiguration) GetThresholdOk ¶
func (o *FacialComparisonConfiguration) GetThresholdOk() (*EnumThreshold, bool)
GetThresholdOk returns a tuple with the Threshold field value and a boolean to check if the value has been set.
func (*FacialComparisonConfiguration) GetVerify ¶
func (o *FacialComparisonConfiguration) GetVerify() EnumVerify
GetVerify returns the Verify field value
func (*FacialComparisonConfiguration) GetVerifyOk ¶
func (o *FacialComparisonConfiguration) GetVerifyOk() (*EnumVerify, bool)
GetVerifyOk returns a tuple with the Verify field value and a boolean to check if the value has been set.
func (FacialComparisonConfiguration) MarshalJSON ¶
func (o FacialComparisonConfiguration) MarshalJSON() ([]byte, error)
func (*FacialComparisonConfiguration) SetThreshold ¶
func (o *FacialComparisonConfiguration) SetThreshold(v EnumThreshold)
SetThreshold sets field value
func (*FacialComparisonConfiguration) SetVerify ¶
func (o *FacialComparisonConfiguration) SetVerify(v EnumVerify)
SetVerify sets field value
func (FacialComparisonConfiguration) ToMap ¶
func (o FacialComparisonConfiguration) ToMap() (map[string]interface{}, error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type GovernmentIdConfiguration ¶
type GovernmentIdConfiguration struct {
Verify EnumVerify `json:"verify"`
}
GovernmentIdConfiguration struct for GovernmentIdConfiguration
func NewGovernmentIdConfiguration ¶
func NewGovernmentIdConfiguration(verify EnumVerify) *GovernmentIdConfiguration
NewGovernmentIdConfiguration instantiates a new GovernmentIdConfiguration 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 NewGovernmentIdConfigurationWithDefaults ¶
func NewGovernmentIdConfigurationWithDefaults() *GovernmentIdConfiguration
NewGovernmentIdConfigurationWithDefaults instantiates a new GovernmentIdConfiguration 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 (*GovernmentIdConfiguration) GetVerify ¶
func (o *GovernmentIdConfiguration) GetVerify() EnumVerify
GetVerify returns the Verify field value
func (*GovernmentIdConfiguration) GetVerifyOk ¶
func (o *GovernmentIdConfiguration) GetVerifyOk() (*EnumVerify, bool)
GetVerifyOk returns a tuple with the Verify field value and a boolean to check if the value has been set.
func (GovernmentIdConfiguration) MarshalJSON ¶
func (o GovernmentIdConfiguration) MarshalJSON() ([]byte, error)
func (*GovernmentIdConfiguration) SetVerify ¶
func (o *GovernmentIdConfiguration) SetVerify(v EnumVerify)
SetVerify sets field value
func (GovernmentIdConfiguration) ToMap ¶
func (o GovernmentIdConfiguration) ToMap() (map[string]interface{}, error)
type LivenessConfiguration ¶
type LivenessConfiguration struct {
Verify EnumVerify `json:"verify"`
Threshold EnumThreshold `json:"threshold"`
}
LivenessConfiguration struct for LivenessConfiguration
func NewLivenessConfiguration ¶
func NewLivenessConfiguration(verify EnumVerify, threshold EnumThreshold) *LivenessConfiguration
NewLivenessConfiguration instantiates a new LivenessConfiguration 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 NewLivenessConfigurationWithDefaults ¶
func NewLivenessConfigurationWithDefaults() *LivenessConfiguration
NewLivenessConfigurationWithDefaults instantiates a new LivenessConfiguration 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 (*LivenessConfiguration) GetThreshold ¶
func (o *LivenessConfiguration) GetThreshold() EnumThreshold
GetThreshold returns the Threshold field value
func (*LivenessConfiguration) GetThresholdOk ¶
func (o *LivenessConfiguration) GetThresholdOk() (*EnumThreshold, bool)
GetThresholdOk returns a tuple with the Threshold field value and a boolean to check if the value has been set.
func (*LivenessConfiguration) GetVerify ¶
func (o *LivenessConfiguration) GetVerify() EnumVerify
GetVerify returns the Verify field value
func (*LivenessConfiguration) GetVerifyOk ¶
func (o *LivenessConfiguration) GetVerifyOk() (*EnumVerify, bool)
GetVerifyOk returns a tuple with the Verify field value and a boolean to check if the value has been set.
func (LivenessConfiguration) MarshalJSON ¶
func (o LivenessConfiguration) MarshalJSON() ([]byte, error)
func (*LivenessConfiguration) SetThreshold ¶
func (o *LivenessConfiguration) SetThreshold(v EnumThreshold)
SetThreshold sets field value
func (*LivenessConfiguration) SetVerify ¶
func (o *LivenessConfiguration) SetVerify(v EnumVerify)
SetVerify sets field value
func (LivenessConfiguration) ToMap ¶
func (o LivenessConfiguration) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableEntityArray ¶
type NullableEntityArray struct {
// contains filtered or unexported fields
}
func NewNullableEntityArray ¶
func NewNullableEntityArray(val *EntityArray) *NullableEntityArray
func (NullableEntityArray) Get ¶
func (v NullableEntityArray) Get() *EntityArray
func (NullableEntityArray) IsSet ¶
func (v NullableEntityArray) IsSet() bool
func (NullableEntityArray) MarshalJSON ¶
func (v NullableEntityArray) MarshalJSON() ([]byte, error)
func (*NullableEntityArray) Set ¶
func (v *NullableEntityArray) Set(val *EntityArray)
func (*NullableEntityArray) UnmarshalJSON ¶
func (v *NullableEntityArray) UnmarshalJSON(src []byte) error
func (*NullableEntityArray) Unset ¶
func (v *NullableEntityArray) Unset()
type NullableEntityArrayEmbedded ¶
type NullableEntityArrayEmbedded struct {
// contains filtered or unexported fields
}
func NewNullableEntityArrayEmbedded ¶
func NewNullableEntityArrayEmbedded(val *EntityArrayEmbedded) *NullableEntityArrayEmbedded
func (NullableEntityArrayEmbedded) Get ¶
func (v NullableEntityArrayEmbedded) Get() *EntityArrayEmbedded
func (NullableEntityArrayEmbedded) IsSet ¶
func (v NullableEntityArrayEmbedded) IsSet() bool
func (NullableEntityArrayEmbedded) MarshalJSON ¶
func (v NullableEntityArrayEmbedded) MarshalJSON() ([]byte, error)
func (*NullableEntityArrayEmbedded) Set ¶
func (v *NullableEntityArrayEmbedded) Set(val *EntityArrayEmbedded)
func (*NullableEntityArrayEmbedded) UnmarshalJSON ¶
func (v *NullableEntityArrayEmbedded) UnmarshalJSON(src []byte) error
func (*NullableEntityArrayEmbedded) Unset ¶
func (v *NullableEntityArrayEmbedded) Unset()
type NullableEnumThreshold ¶
type NullableEnumThreshold struct {
// contains filtered or unexported fields
}
func NewNullableEnumThreshold ¶
func NewNullableEnumThreshold(val *EnumThreshold) *NullableEnumThreshold
func (NullableEnumThreshold) Get ¶
func (v NullableEnumThreshold) Get() *EnumThreshold
func (NullableEnumThreshold) IsSet ¶
func (v NullableEnumThreshold) IsSet() bool
func (NullableEnumThreshold) MarshalJSON ¶
func (v NullableEnumThreshold) MarshalJSON() ([]byte, error)
func (*NullableEnumThreshold) Set ¶
func (v *NullableEnumThreshold) Set(val *EnumThreshold)
func (*NullableEnumThreshold) UnmarshalJSON ¶
func (v *NullableEnumThreshold) UnmarshalJSON(src []byte) error
func (*NullableEnumThreshold) Unset ¶
func (v *NullableEnumThreshold) Unset()
type NullableEnumTimeUnit ¶
type NullableEnumTimeUnit struct {
// contains filtered or unexported fields
}
func NewNullableEnumTimeUnit ¶
func NewNullableEnumTimeUnit(val *EnumTimeUnit) *NullableEnumTimeUnit
func (NullableEnumTimeUnit) Get ¶
func (v NullableEnumTimeUnit) Get() *EnumTimeUnit
func (NullableEnumTimeUnit) IsSet ¶
func (v NullableEnumTimeUnit) IsSet() bool
func (NullableEnumTimeUnit) MarshalJSON ¶
func (v NullableEnumTimeUnit) MarshalJSON() ([]byte, error)
func (*NullableEnumTimeUnit) Set ¶
func (v *NullableEnumTimeUnit) Set(val *EnumTimeUnit)
func (*NullableEnumTimeUnit) UnmarshalJSON ¶
func (v *NullableEnumTimeUnit) UnmarshalJSON(src []byte) error
func (*NullableEnumTimeUnit) Unset ¶
func (v *NullableEnumTimeUnit) Unset()
type NullableEnumVerify ¶
type NullableEnumVerify struct {
// contains filtered or unexported fields
}
func NewNullableEnumVerify ¶
func NewNullableEnumVerify(val *EnumVerify) *NullableEnumVerify
func (NullableEnumVerify) Get ¶
func (v NullableEnumVerify) Get() *EnumVerify
func (NullableEnumVerify) IsSet ¶
func (v NullableEnumVerify) IsSet() bool
func (NullableEnumVerify) MarshalJSON ¶
func (v NullableEnumVerify) MarshalJSON() ([]byte, error)
func (*NullableEnumVerify) Set ¶
func (v *NullableEnumVerify) Set(val *EnumVerify)
func (*NullableEnumVerify) UnmarshalJSON ¶
func (v *NullableEnumVerify) UnmarshalJSON(src []byte) error
func (*NullableEnumVerify) Unset ¶
func (v *NullableEnumVerify) Unset()
type NullableFacialComparisonConfiguration ¶
type NullableFacialComparisonConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableFacialComparisonConfiguration ¶
func NewNullableFacialComparisonConfiguration(val *FacialComparisonConfiguration) *NullableFacialComparisonConfiguration
func (NullableFacialComparisonConfiguration) Get ¶
func (v NullableFacialComparisonConfiguration) Get() *FacialComparisonConfiguration
func (NullableFacialComparisonConfiguration) IsSet ¶
func (v NullableFacialComparisonConfiguration) IsSet() bool
func (NullableFacialComparisonConfiguration) MarshalJSON ¶
func (v NullableFacialComparisonConfiguration) MarshalJSON() ([]byte, error)
func (*NullableFacialComparisonConfiguration) Set ¶
func (v *NullableFacialComparisonConfiguration) Set(val *FacialComparisonConfiguration)
func (*NullableFacialComparisonConfiguration) UnmarshalJSON ¶
func (v *NullableFacialComparisonConfiguration) UnmarshalJSON(src []byte) error
func (*NullableFacialComparisonConfiguration) Unset ¶
func (v *NullableFacialComparisonConfiguration) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableGovernmentIdConfiguration ¶
type NullableGovernmentIdConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableGovernmentIdConfiguration ¶
func NewNullableGovernmentIdConfiguration(val *GovernmentIdConfiguration) *NullableGovernmentIdConfiguration
func (NullableGovernmentIdConfiguration) Get ¶
func (v NullableGovernmentIdConfiguration) Get() *GovernmentIdConfiguration
func (NullableGovernmentIdConfiguration) IsSet ¶
func (v NullableGovernmentIdConfiguration) IsSet() bool
func (NullableGovernmentIdConfiguration) MarshalJSON ¶
func (v NullableGovernmentIdConfiguration) MarshalJSON() ([]byte, error)
func (*NullableGovernmentIdConfiguration) Set ¶
func (v *NullableGovernmentIdConfiguration) Set(val *GovernmentIdConfiguration)
func (*NullableGovernmentIdConfiguration) UnmarshalJSON ¶
func (v *NullableGovernmentIdConfiguration) UnmarshalJSON(src []byte) error
func (*NullableGovernmentIdConfiguration) Unset ¶
func (v *NullableGovernmentIdConfiguration) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableLivenessConfiguration ¶
type NullableLivenessConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableLivenessConfiguration ¶
func NewNullableLivenessConfiguration(val *LivenessConfiguration) *NullableLivenessConfiguration
func (NullableLivenessConfiguration) Get ¶
func (v NullableLivenessConfiguration) Get() *LivenessConfiguration
func (NullableLivenessConfiguration) IsSet ¶
func (v NullableLivenessConfiguration) IsSet() bool
func (NullableLivenessConfiguration) MarshalJSON ¶
func (v NullableLivenessConfiguration) MarshalJSON() ([]byte, error)
func (*NullableLivenessConfiguration) Set ¶
func (v *NullableLivenessConfiguration) Set(val *LivenessConfiguration)
func (*NullableLivenessConfiguration) UnmarshalJSON ¶
func (v *NullableLivenessConfiguration) UnmarshalJSON(src []byte) error
func (*NullableLivenessConfiguration) Unset ¶
func (v *NullableLivenessConfiguration) Unset()
type NullableOTPDeviceConfiguration ¶
type NullableOTPDeviceConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableOTPDeviceConfiguration ¶
func NewNullableOTPDeviceConfiguration(val *OTPDeviceConfiguration) *NullableOTPDeviceConfiguration
func (NullableOTPDeviceConfiguration) Get ¶
func (v NullableOTPDeviceConfiguration) Get() *OTPDeviceConfiguration
func (NullableOTPDeviceConfiguration) IsSet ¶
func (v NullableOTPDeviceConfiguration) IsSet() bool
func (NullableOTPDeviceConfiguration) MarshalJSON ¶
func (v NullableOTPDeviceConfiguration) MarshalJSON() ([]byte, error)
func (*NullableOTPDeviceConfiguration) Set ¶
func (v *NullableOTPDeviceConfiguration) Set(val *OTPDeviceConfiguration)
func (*NullableOTPDeviceConfiguration) UnmarshalJSON ¶
func (v *NullableOTPDeviceConfiguration) UnmarshalJSON(src []byte) error
func (*NullableOTPDeviceConfiguration) Unset ¶
func (v *NullableOTPDeviceConfiguration) Unset()
type NullableOTPDeviceConfigurationOtp ¶
type NullableOTPDeviceConfigurationOtp struct {
// contains filtered or unexported fields
}
func NewNullableOTPDeviceConfigurationOtp ¶
func NewNullableOTPDeviceConfigurationOtp(val *OTPDeviceConfigurationOtp) *NullableOTPDeviceConfigurationOtp
func (NullableOTPDeviceConfigurationOtp) Get ¶
func (v NullableOTPDeviceConfigurationOtp) Get() *OTPDeviceConfigurationOtp
func (NullableOTPDeviceConfigurationOtp) IsSet ¶
func (v NullableOTPDeviceConfigurationOtp) IsSet() bool
func (NullableOTPDeviceConfigurationOtp) MarshalJSON ¶
func (v NullableOTPDeviceConfigurationOtp) MarshalJSON() ([]byte, error)
func (*NullableOTPDeviceConfigurationOtp) Set ¶
func (v *NullableOTPDeviceConfigurationOtp) Set(val *OTPDeviceConfigurationOtp)
func (*NullableOTPDeviceConfigurationOtp) UnmarshalJSON ¶
func (v *NullableOTPDeviceConfigurationOtp) UnmarshalJSON(src []byte) error
func (*NullableOTPDeviceConfigurationOtp) Unset ¶
func (v *NullableOTPDeviceConfigurationOtp) Unset()
type NullableOTPDeviceConfigurationOtpAttempts ¶
type NullableOTPDeviceConfigurationOtpAttempts struct {
// contains filtered or unexported fields
}
func NewNullableOTPDeviceConfigurationOtpAttempts ¶
func NewNullableOTPDeviceConfigurationOtpAttempts(val *OTPDeviceConfigurationOtpAttempts) *NullableOTPDeviceConfigurationOtpAttempts
func (NullableOTPDeviceConfigurationOtpAttempts) IsSet ¶
func (v NullableOTPDeviceConfigurationOtpAttempts) IsSet() bool
func (NullableOTPDeviceConfigurationOtpAttempts) MarshalJSON ¶
func (v NullableOTPDeviceConfigurationOtpAttempts) MarshalJSON() ([]byte, error)
func (*NullableOTPDeviceConfigurationOtpAttempts) Set ¶
func (v *NullableOTPDeviceConfigurationOtpAttempts) Set(val *OTPDeviceConfigurationOtpAttempts)
func (*NullableOTPDeviceConfigurationOtpAttempts) UnmarshalJSON ¶
func (v *NullableOTPDeviceConfigurationOtpAttempts) UnmarshalJSON(src []byte) error
func (*NullableOTPDeviceConfigurationOtpAttempts) Unset ¶
func (v *NullableOTPDeviceConfigurationOtpAttempts) Unset()
type NullableOTPDeviceConfigurationOtpDeliveries ¶
type NullableOTPDeviceConfigurationOtpDeliveries struct {
// contains filtered or unexported fields
}
func NewNullableOTPDeviceConfigurationOtpDeliveries ¶
func NewNullableOTPDeviceConfigurationOtpDeliveries(val *OTPDeviceConfigurationOtpDeliveries) *NullableOTPDeviceConfigurationOtpDeliveries
func (NullableOTPDeviceConfigurationOtpDeliveries) IsSet ¶
func (v NullableOTPDeviceConfigurationOtpDeliveries) IsSet() bool
func (NullableOTPDeviceConfigurationOtpDeliveries) MarshalJSON ¶
func (v NullableOTPDeviceConfigurationOtpDeliveries) MarshalJSON() ([]byte, error)
func (*NullableOTPDeviceConfigurationOtpDeliveries) Set ¶
func (v *NullableOTPDeviceConfigurationOtpDeliveries) Set(val *OTPDeviceConfigurationOtpDeliveries)
func (*NullableOTPDeviceConfigurationOtpDeliveries) UnmarshalJSON ¶
func (v *NullableOTPDeviceConfigurationOtpDeliveries) UnmarshalJSON(src []byte) error
func (*NullableOTPDeviceConfigurationOtpDeliveries) Unset ¶
func (v *NullableOTPDeviceConfigurationOtpDeliveries) Unset()
type NullableOTPDeviceConfigurationOtpDeliveriesCooldown ¶
type NullableOTPDeviceConfigurationOtpDeliveriesCooldown struct {
// contains filtered or unexported fields
}
func NewNullableOTPDeviceConfigurationOtpDeliveriesCooldown ¶
func NewNullableOTPDeviceConfigurationOtpDeliveriesCooldown(val *OTPDeviceConfigurationOtpDeliveriesCooldown) *NullableOTPDeviceConfigurationOtpDeliveriesCooldown
func (NullableOTPDeviceConfigurationOtpDeliveriesCooldown) IsSet ¶
func (v NullableOTPDeviceConfigurationOtpDeliveriesCooldown) IsSet() bool
func (NullableOTPDeviceConfigurationOtpDeliveriesCooldown) MarshalJSON ¶
func (v NullableOTPDeviceConfigurationOtpDeliveriesCooldown) MarshalJSON() ([]byte, error)
func (*NullableOTPDeviceConfigurationOtpDeliveriesCooldown) UnmarshalJSON ¶
func (v *NullableOTPDeviceConfigurationOtpDeliveriesCooldown) UnmarshalJSON(src []byte) error
func (*NullableOTPDeviceConfigurationOtpDeliveriesCooldown) Unset ¶
func (v *NullableOTPDeviceConfigurationOtpDeliveriesCooldown) Unset()
type NullableOTPDeviceConfigurationOtpLifeTime ¶
type NullableOTPDeviceConfigurationOtpLifeTime struct {
// contains filtered or unexported fields
}
func NewNullableOTPDeviceConfigurationOtpLifeTime ¶
func NewNullableOTPDeviceConfigurationOtpLifeTime(val *OTPDeviceConfigurationOtpLifeTime) *NullableOTPDeviceConfigurationOtpLifeTime
func (NullableOTPDeviceConfigurationOtpLifeTime) IsSet ¶
func (v NullableOTPDeviceConfigurationOtpLifeTime) IsSet() bool
func (NullableOTPDeviceConfigurationOtpLifeTime) MarshalJSON ¶
func (v NullableOTPDeviceConfigurationOtpLifeTime) MarshalJSON() ([]byte, error)
func (*NullableOTPDeviceConfigurationOtpLifeTime) Set ¶
func (v *NullableOTPDeviceConfigurationOtpLifeTime) Set(val *OTPDeviceConfigurationOtpLifeTime)
func (*NullableOTPDeviceConfigurationOtpLifeTime) UnmarshalJSON ¶
func (v *NullableOTPDeviceConfigurationOtpLifeTime) UnmarshalJSON(src []byte) error
func (*NullableOTPDeviceConfigurationOtpLifeTime) Unset ¶
func (v *NullableOTPDeviceConfigurationOtpLifeTime) Unset()
type NullableOTPDeviceConfigurationOtpNotification ¶
type NullableOTPDeviceConfigurationOtpNotification struct {
// contains filtered or unexported fields
}
func NewNullableOTPDeviceConfigurationOtpNotification ¶
func NewNullableOTPDeviceConfigurationOtpNotification(val *OTPDeviceConfigurationOtpNotification) *NullableOTPDeviceConfigurationOtpNotification
func (NullableOTPDeviceConfigurationOtpNotification) IsSet ¶
func (v NullableOTPDeviceConfigurationOtpNotification) IsSet() bool
func (NullableOTPDeviceConfigurationOtpNotification) MarshalJSON ¶
func (v NullableOTPDeviceConfigurationOtpNotification) MarshalJSON() ([]byte, error)
func (*NullableOTPDeviceConfigurationOtpNotification) Set ¶
func (v *NullableOTPDeviceConfigurationOtpNotification) Set(val *OTPDeviceConfigurationOtpNotification)
func (*NullableOTPDeviceConfigurationOtpNotification) UnmarshalJSON ¶
func (v *NullableOTPDeviceConfigurationOtpNotification) UnmarshalJSON(src []byte) error
func (*NullableOTPDeviceConfigurationOtpNotification) Unset ¶
func (v *NullableOTPDeviceConfigurationOtpNotification) Unset()
type NullableObjectEnvironment ¶
type NullableObjectEnvironment struct {
// contains filtered or unexported fields
}
func NewNullableObjectEnvironment ¶
func NewNullableObjectEnvironment(val *ObjectEnvironment) *NullableObjectEnvironment
func (NullableObjectEnvironment) Get ¶
func (v NullableObjectEnvironment) Get() *ObjectEnvironment
func (NullableObjectEnvironment) IsSet ¶
func (v NullableObjectEnvironment) IsSet() bool
func (NullableObjectEnvironment) MarshalJSON ¶
func (v NullableObjectEnvironment) MarshalJSON() ([]byte, error)
func (*NullableObjectEnvironment) Set ¶
func (v *NullableObjectEnvironment) Set(val *ObjectEnvironment)
func (*NullableObjectEnvironment) UnmarshalJSON ¶
func (v *NullableObjectEnvironment) UnmarshalJSON(src []byte) error
func (*NullableObjectEnvironment) Unset ¶
func (v *NullableObjectEnvironment) Unset()
type NullableP1Error ¶
type NullableP1Error struct {
// contains filtered or unexported fields
}
func NewNullableP1Error ¶
func NewNullableP1Error(val *P1Error) *NullableP1Error
func (NullableP1Error) Get ¶
func (v NullableP1Error) Get() *P1Error
func (NullableP1Error) IsSet ¶
func (v NullableP1Error) IsSet() bool
func (NullableP1Error) MarshalJSON ¶
func (v NullableP1Error) MarshalJSON() ([]byte, error)
func (*NullableP1Error) Set ¶
func (v *NullableP1Error) Set(val *P1Error)
func (*NullableP1Error) UnmarshalJSON ¶
func (v *NullableP1Error) UnmarshalJSON(src []byte) error
func (*NullableP1Error) Unset ¶
func (v *NullableP1Error) Unset()
type NullableP1ErrorDetailsInner ¶
type NullableP1ErrorDetailsInner struct {
// contains filtered or unexported fields
}
func NewNullableP1ErrorDetailsInner ¶
func NewNullableP1ErrorDetailsInner(val *P1ErrorDetailsInner) *NullableP1ErrorDetailsInner
func (NullableP1ErrorDetailsInner) Get ¶
func (v NullableP1ErrorDetailsInner) Get() *P1ErrorDetailsInner
func (NullableP1ErrorDetailsInner) IsSet ¶
func (v NullableP1ErrorDetailsInner) IsSet() bool
func (NullableP1ErrorDetailsInner) MarshalJSON ¶
func (v NullableP1ErrorDetailsInner) MarshalJSON() ([]byte, error)
func (*NullableP1ErrorDetailsInner) Set ¶
func (v *NullableP1ErrorDetailsInner) Set(val *P1ErrorDetailsInner)
func (*NullableP1ErrorDetailsInner) UnmarshalJSON ¶
func (v *NullableP1ErrorDetailsInner) UnmarshalJSON(src []byte) error
func (*NullableP1ErrorDetailsInner) Unset ¶
func (v *NullableP1ErrorDetailsInner) Unset()
type NullableP1ErrorDetailsInnerInnerError ¶
type NullableP1ErrorDetailsInnerInnerError struct {
// contains filtered or unexported fields
}
func NewNullableP1ErrorDetailsInnerInnerError ¶
func NewNullableP1ErrorDetailsInnerInnerError(val *P1ErrorDetailsInnerInnerError) *NullableP1ErrorDetailsInnerInnerError
func (NullableP1ErrorDetailsInnerInnerError) Get ¶
func (v NullableP1ErrorDetailsInnerInnerError) Get() *P1ErrorDetailsInnerInnerError
func (NullableP1ErrorDetailsInnerInnerError) IsSet ¶
func (v NullableP1ErrorDetailsInnerInnerError) IsSet() bool
func (NullableP1ErrorDetailsInnerInnerError) MarshalJSON ¶
func (v NullableP1ErrorDetailsInnerInnerError) MarshalJSON() ([]byte, error)
func (*NullableP1ErrorDetailsInnerInnerError) Set ¶
func (v *NullableP1ErrorDetailsInnerInnerError) Set(val *P1ErrorDetailsInnerInnerError)
func (*NullableP1ErrorDetailsInnerInnerError) UnmarshalJSON ¶
func (v *NullableP1ErrorDetailsInnerInnerError) UnmarshalJSON(src []byte) error
func (*NullableP1ErrorDetailsInnerInnerError) Unset ¶
func (v *NullableP1ErrorDetailsInnerInnerError) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTransactionConfiguration ¶
type NullableTransactionConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableTransactionConfiguration ¶
func NewNullableTransactionConfiguration(val *TransactionConfiguration) *NullableTransactionConfiguration
func (NullableTransactionConfiguration) Get ¶
func (v NullableTransactionConfiguration) Get() *TransactionConfiguration
func (NullableTransactionConfiguration) IsSet ¶
func (v NullableTransactionConfiguration) IsSet() bool
func (NullableTransactionConfiguration) MarshalJSON ¶
func (v NullableTransactionConfiguration) MarshalJSON() ([]byte, error)
func (*NullableTransactionConfiguration) Set ¶
func (v *NullableTransactionConfiguration) Set(val *TransactionConfiguration)
func (*NullableTransactionConfiguration) UnmarshalJSON ¶
func (v *NullableTransactionConfiguration) UnmarshalJSON(src []byte) error
func (*NullableTransactionConfiguration) Unset ¶
func (v *NullableTransactionConfiguration) Unset()
type NullableTransactionConfigurationDataCollection ¶
type NullableTransactionConfigurationDataCollection struct {
// contains filtered or unexported fields
}
func NewNullableTransactionConfigurationDataCollection ¶
func NewNullableTransactionConfigurationDataCollection(val *TransactionConfigurationDataCollection) *NullableTransactionConfigurationDataCollection
func (NullableTransactionConfigurationDataCollection) IsSet ¶
func (v NullableTransactionConfigurationDataCollection) IsSet() bool
func (NullableTransactionConfigurationDataCollection) MarshalJSON ¶
func (v NullableTransactionConfigurationDataCollection) MarshalJSON() ([]byte, error)
func (*NullableTransactionConfigurationDataCollection) Set ¶
func (v *NullableTransactionConfigurationDataCollection) Set(val *TransactionConfigurationDataCollection)
func (*NullableTransactionConfigurationDataCollection) UnmarshalJSON ¶
func (v *NullableTransactionConfigurationDataCollection) UnmarshalJSON(src []byte) error
func (*NullableTransactionConfigurationDataCollection) Unset ¶
func (v *NullableTransactionConfigurationDataCollection) Unset()
type NullableTransactionConfigurationDataCollectionTimeout ¶
type NullableTransactionConfigurationDataCollectionTimeout struct {
// contains filtered or unexported fields
}
func NewNullableTransactionConfigurationDataCollectionTimeout ¶
func NewNullableTransactionConfigurationDataCollectionTimeout(val *TransactionConfigurationDataCollectionTimeout) *NullableTransactionConfigurationDataCollectionTimeout
func (NullableTransactionConfigurationDataCollectionTimeout) IsSet ¶
func (v NullableTransactionConfigurationDataCollectionTimeout) IsSet() bool
func (NullableTransactionConfigurationDataCollectionTimeout) MarshalJSON ¶
func (v NullableTransactionConfigurationDataCollectionTimeout) MarshalJSON() ([]byte, error)
func (*NullableTransactionConfigurationDataCollectionTimeout) UnmarshalJSON ¶
func (v *NullableTransactionConfigurationDataCollectionTimeout) UnmarshalJSON(src []byte) error
func (*NullableTransactionConfigurationDataCollectionTimeout) Unset ¶
func (v *NullableTransactionConfigurationDataCollectionTimeout) Unset()
type NullableTransactionConfigurationTimeout ¶
type NullableTransactionConfigurationTimeout struct {
// contains filtered or unexported fields
}
func NewNullableTransactionConfigurationTimeout ¶
func NewNullableTransactionConfigurationTimeout(val *TransactionConfigurationTimeout) *NullableTransactionConfigurationTimeout
func (NullableTransactionConfigurationTimeout) IsSet ¶
func (v NullableTransactionConfigurationTimeout) IsSet() bool
func (NullableTransactionConfigurationTimeout) MarshalJSON ¶
func (v NullableTransactionConfigurationTimeout) MarshalJSON() ([]byte, error)
func (*NullableTransactionConfigurationTimeout) Set ¶
func (v *NullableTransactionConfigurationTimeout) Set(val *TransactionConfigurationTimeout)
func (*NullableTransactionConfigurationTimeout) UnmarshalJSON ¶
func (v *NullableTransactionConfigurationTimeout) UnmarshalJSON(src []byte) error
func (*NullableTransactionConfigurationTimeout) Unset ¶
func (v *NullableTransactionConfigurationTimeout) Unset()
type NullableVerifyPolicy ¶
type NullableVerifyPolicy struct {
// contains filtered or unexported fields
}
func NewNullableVerifyPolicy ¶
func NewNullableVerifyPolicy(val *VerifyPolicy) *NullableVerifyPolicy
func (NullableVerifyPolicy) Get ¶
func (v NullableVerifyPolicy) Get() *VerifyPolicy
func (NullableVerifyPolicy) IsSet ¶
func (v NullableVerifyPolicy) IsSet() bool
func (NullableVerifyPolicy) MarshalJSON ¶
func (v NullableVerifyPolicy) MarshalJSON() ([]byte, error)
func (*NullableVerifyPolicy) Set ¶
func (v *NullableVerifyPolicy) Set(val *VerifyPolicy)
func (*NullableVerifyPolicy) UnmarshalJSON ¶
func (v *NullableVerifyPolicy) UnmarshalJSON(src []byte) error
func (*NullableVerifyPolicy) Unset ¶
func (v *NullableVerifyPolicy) Unset()
type OTPDeviceConfiguration ¶
type OTPDeviceConfiguration struct {
Verify EnumVerify `json:"verify"`
// When enabled, PingOne Verify registers the email address or phone number with PingOne MFA as a verified MFA device.
CreateMfaDevice *bool `json:"createMfaDevice,omitempty"`
Otp *OTPDeviceConfigurationOtp `json:"otp,omitempty"`
}
OTPDeviceConfiguration struct for OTPDeviceConfiguration
func NewOTPDeviceConfiguration ¶
func NewOTPDeviceConfiguration(verify EnumVerify) *OTPDeviceConfiguration
NewOTPDeviceConfiguration instantiates a new OTPDeviceConfiguration 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 NewOTPDeviceConfigurationWithDefaults ¶
func NewOTPDeviceConfigurationWithDefaults() *OTPDeviceConfiguration
NewOTPDeviceConfigurationWithDefaults instantiates a new OTPDeviceConfiguration 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 (*OTPDeviceConfiguration) GetCreateMfaDevice ¶
func (o *OTPDeviceConfiguration) GetCreateMfaDevice() bool
GetCreateMfaDevice returns the CreateMfaDevice field value if set, zero value otherwise.
func (*OTPDeviceConfiguration) GetCreateMfaDeviceOk ¶
func (o *OTPDeviceConfiguration) GetCreateMfaDeviceOk() (*bool, bool)
GetCreateMfaDeviceOk returns a tuple with the CreateMfaDevice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OTPDeviceConfiguration) GetOtp ¶
func (o *OTPDeviceConfiguration) GetOtp() OTPDeviceConfigurationOtp
GetOtp returns the Otp field value if set, zero value otherwise.
func (*OTPDeviceConfiguration) GetOtpOk ¶
func (o *OTPDeviceConfiguration) GetOtpOk() (*OTPDeviceConfigurationOtp, bool)
GetOtpOk returns a tuple with the Otp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OTPDeviceConfiguration) GetVerify ¶
func (o *OTPDeviceConfiguration) GetVerify() EnumVerify
GetVerify returns the Verify field value
func (*OTPDeviceConfiguration) GetVerifyOk ¶
func (o *OTPDeviceConfiguration) GetVerifyOk() (*EnumVerify, bool)
GetVerifyOk returns a tuple with the Verify field value and a boolean to check if the value has been set.
func (*OTPDeviceConfiguration) HasCreateMfaDevice ¶
func (o *OTPDeviceConfiguration) HasCreateMfaDevice() bool
HasCreateMfaDevice returns a boolean if a field has been set.
func (*OTPDeviceConfiguration) HasOtp ¶
func (o *OTPDeviceConfiguration) HasOtp() bool
HasOtp returns a boolean if a field has been set.
func (OTPDeviceConfiguration) MarshalJSON ¶
func (o OTPDeviceConfiguration) MarshalJSON() ([]byte, error)
func (*OTPDeviceConfiguration) SetCreateMfaDevice ¶
func (o *OTPDeviceConfiguration) SetCreateMfaDevice(v bool)
SetCreateMfaDevice gets a reference to the given bool and assigns it to the CreateMfaDevice field.
func (*OTPDeviceConfiguration) SetOtp ¶
func (o *OTPDeviceConfiguration) SetOtp(v OTPDeviceConfigurationOtp)
SetOtp gets a reference to the given OTPDeviceConfigurationOtp and assigns it to the Otp field.
func (*OTPDeviceConfiguration) SetVerify ¶
func (o *OTPDeviceConfiguration) SetVerify(v EnumVerify)
SetVerify sets field value
func (OTPDeviceConfiguration) ToMap ¶
func (o OTPDeviceConfiguration) ToMap() (map[string]interface{}, error)
type OTPDeviceConfigurationOtp ¶
type OTPDeviceConfigurationOtp struct {
Attempts OTPDeviceConfigurationOtpAttempts `json:"attempts"`
Deliveries OTPDeviceConfigurationOtpDeliveries `json:"deliveries"`
LifeTime OTPDeviceConfigurationOtpLifeTime `json:"lifeTime"`
Notification OTPDeviceConfigurationOtpNotification `json:"notification"`
}
OTPDeviceConfigurationOtp struct for OTPDeviceConfigurationOtp
func NewOTPDeviceConfigurationOtp ¶
func NewOTPDeviceConfigurationOtp(attempts OTPDeviceConfigurationOtpAttempts, deliveries OTPDeviceConfigurationOtpDeliveries, lifeTime OTPDeviceConfigurationOtpLifeTime, notification OTPDeviceConfigurationOtpNotification) *OTPDeviceConfigurationOtp
NewOTPDeviceConfigurationOtp instantiates a new OTPDeviceConfigurationOtp 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 NewOTPDeviceConfigurationOtpWithDefaults ¶
func NewOTPDeviceConfigurationOtpWithDefaults() *OTPDeviceConfigurationOtp
NewOTPDeviceConfigurationOtpWithDefaults instantiates a new OTPDeviceConfigurationOtp 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 (*OTPDeviceConfigurationOtp) GetAttempts ¶
func (o *OTPDeviceConfigurationOtp) GetAttempts() OTPDeviceConfigurationOtpAttempts
GetAttempts returns the Attempts field value
func (*OTPDeviceConfigurationOtp) GetAttemptsOk ¶
func (o *OTPDeviceConfigurationOtp) GetAttemptsOk() (*OTPDeviceConfigurationOtpAttempts, bool)
GetAttemptsOk returns a tuple with the Attempts field value and a boolean to check if the value has been set.
func (*OTPDeviceConfigurationOtp) GetDeliveries ¶
func (o *OTPDeviceConfigurationOtp) GetDeliveries() OTPDeviceConfigurationOtpDeliveries
GetDeliveries returns the Deliveries field value
func (*OTPDeviceConfigurationOtp) GetDeliveriesOk ¶
func (o *OTPDeviceConfigurationOtp) GetDeliveriesOk() (*OTPDeviceConfigurationOtpDeliveries, bool)
GetDeliveriesOk returns a tuple with the Deliveries field value and a boolean to check if the value has been set.
func (*OTPDeviceConfigurationOtp) GetLifeTime ¶
func (o *OTPDeviceConfigurationOtp) GetLifeTime() OTPDeviceConfigurationOtpLifeTime
GetLifeTime returns the LifeTime field value
func (*OTPDeviceConfigurationOtp) GetLifeTimeOk ¶
func (o *OTPDeviceConfigurationOtp) GetLifeTimeOk() (*OTPDeviceConfigurationOtpLifeTime, bool)
GetLifeTimeOk returns a tuple with the LifeTime field value and a boolean to check if the value has been set.
func (*OTPDeviceConfigurationOtp) GetNotification ¶
func (o *OTPDeviceConfigurationOtp) GetNotification() OTPDeviceConfigurationOtpNotification
GetNotification returns the Notification field value
func (*OTPDeviceConfigurationOtp) GetNotificationOk ¶
func (o *OTPDeviceConfigurationOtp) GetNotificationOk() (*OTPDeviceConfigurationOtpNotification, bool)
GetNotificationOk returns a tuple with the Notification field value and a boolean to check if the value has been set.
func (OTPDeviceConfigurationOtp) MarshalJSON ¶
func (o OTPDeviceConfigurationOtp) MarshalJSON() ([]byte, error)
func (*OTPDeviceConfigurationOtp) SetAttempts ¶
func (o *OTPDeviceConfigurationOtp) SetAttempts(v OTPDeviceConfigurationOtpAttempts)
SetAttempts sets field value
func (*OTPDeviceConfigurationOtp) SetDeliveries ¶
func (o *OTPDeviceConfigurationOtp) SetDeliveries(v OTPDeviceConfigurationOtpDeliveries)
SetDeliveries sets field value
func (*OTPDeviceConfigurationOtp) SetLifeTime ¶
func (o *OTPDeviceConfigurationOtp) SetLifeTime(v OTPDeviceConfigurationOtpLifeTime)
SetLifeTime sets field value
func (*OTPDeviceConfigurationOtp) SetNotification ¶
func (o *OTPDeviceConfigurationOtp) SetNotification(v OTPDeviceConfigurationOtpNotification)
SetNotification sets field value
func (OTPDeviceConfigurationOtp) ToMap ¶
func (o OTPDeviceConfigurationOtp) ToMap() (map[string]interface{}, error)
type OTPDeviceConfigurationOtpAttempts ¶
type OTPDeviceConfigurationOtpAttempts struct {
// Count of OTP failures.
Count int32 `json:"count"`
}
OTPDeviceConfigurationOtpAttempts OTP attempts configuration.
func NewOTPDeviceConfigurationOtpAttempts ¶
func NewOTPDeviceConfigurationOtpAttempts(count int32) *OTPDeviceConfigurationOtpAttempts
NewOTPDeviceConfigurationOtpAttempts instantiates a new OTPDeviceConfigurationOtpAttempts 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 NewOTPDeviceConfigurationOtpAttemptsWithDefaults ¶
func NewOTPDeviceConfigurationOtpAttemptsWithDefaults() *OTPDeviceConfigurationOtpAttempts
NewOTPDeviceConfigurationOtpAttemptsWithDefaults instantiates a new OTPDeviceConfigurationOtpAttempts 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 (*OTPDeviceConfigurationOtpAttempts) GetCount ¶
func (o *OTPDeviceConfigurationOtpAttempts) GetCount() int32
GetCount returns the Count field value
func (*OTPDeviceConfigurationOtpAttempts) GetCountOk ¶
func (o *OTPDeviceConfigurationOtpAttempts) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (OTPDeviceConfigurationOtpAttempts) MarshalJSON ¶
func (o OTPDeviceConfigurationOtpAttempts) MarshalJSON() ([]byte, error)
func (*OTPDeviceConfigurationOtpAttempts) SetCount ¶
func (o *OTPDeviceConfigurationOtpAttempts) SetCount(v int32)
SetCount sets field value
func (OTPDeviceConfigurationOtpAttempts) ToMap ¶
func (o OTPDeviceConfigurationOtpAttempts) ToMap() (map[string]interface{}, error)
type OTPDeviceConfigurationOtpDeliveries ¶
type OTPDeviceConfigurationOtpDeliveries struct {
// Count of OTP deliveries.
Count int32 `json:"count"`
Cooldown OTPDeviceConfigurationOtpDeliveriesCooldown `json:"cooldown"`
}
OTPDeviceConfigurationOtpDeliveries OTP delivery configuration.
func NewOTPDeviceConfigurationOtpDeliveries ¶
func NewOTPDeviceConfigurationOtpDeliveries(count int32, cooldown OTPDeviceConfigurationOtpDeliveriesCooldown) *OTPDeviceConfigurationOtpDeliveries
NewOTPDeviceConfigurationOtpDeliveries instantiates a new OTPDeviceConfigurationOtpDeliveries 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 NewOTPDeviceConfigurationOtpDeliveriesWithDefaults ¶
func NewOTPDeviceConfigurationOtpDeliveriesWithDefaults() *OTPDeviceConfigurationOtpDeliveries
NewOTPDeviceConfigurationOtpDeliveriesWithDefaults instantiates a new OTPDeviceConfigurationOtpDeliveries 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 (*OTPDeviceConfigurationOtpDeliveries) GetCooldown ¶
func (o *OTPDeviceConfigurationOtpDeliveries) GetCooldown() OTPDeviceConfigurationOtpDeliveriesCooldown
GetCooldown returns the Cooldown field value
func (*OTPDeviceConfigurationOtpDeliveries) GetCooldownOk ¶
func (o *OTPDeviceConfigurationOtpDeliveries) GetCooldownOk() (*OTPDeviceConfigurationOtpDeliveriesCooldown, bool)
GetCooldownOk returns a tuple with the Cooldown field value and a boolean to check if the value has been set.
func (*OTPDeviceConfigurationOtpDeliveries) GetCount ¶
func (o *OTPDeviceConfigurationOtpDeliveries) GetCount() int32
GetCount returns the Count field value
func (*OTPDeviceConfigurationOtpDeliveries) GetCountOk ¶
func (o *OTPDeviceConfigurationOtpDeliveries) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (OTPDeviceConfigurationOtpDeliveries) MarshalJSON ¶
func (o OTPDeviceConfigurationOtpDeliveries) MarshalJSON() ([]byte, error)
func (*OTPDeviceConfigurationOtpDeliveries) SetCooldown ¶
func (o *OTPDeviceConfigurationOtpDeliveries) SetCooldown(v OTPDeviceConfigurationOtpDeliveriesCooldown)
SetCooldown sets field value
func (*OTPDeviceConfigurationOtpDeliveries) SetCount ¶
func (o *OTPDeviceConfigurationOtpDeliveries) SetCount(v int32)
SetCount sets field value
func (OTPDeviceConfigurationOtpDeliveries) ToMap ¶
func (o OTPDeviceConfigurationOtpDeliveries) ToMap() (map[string]interface{}, error)
type OTPDeviceConfigurationOtpDeliveriesCooldown ¶
type OTPDeviceConfigurationOtpDeliveriesCooldown struct {
// Cooldown duration configuration.
Duration int32 `json:"duration"`
TimeUnit EnumTimeUnit `json:"timeUnit"`
}
OTPDeviceConfigurationOtpDeliveriesCooldown Cooldown (waiting period between OTP attempts) configuration.
func NewOTPDeviceConfigurationOtpDeliveriesCooldown ¶
func NewOTPDeviceConfigurationOtpDeliveriesCooldown(duration int32, timeUnit EnumTimeUnit) *OTPDeviceConfigurationOtpDeliveriesCooldown
NewOTPDeviceConfigurationOtpDeliveriesCooldown instantiates a new OTPDeviceConfigurationOtpDeliveriesCooldown 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 NewOTPDeviceConfigurationOtpDeliveriesCooldownWithDefaults ¶
func NewOTPDeviceConfigurationOtpDeliveriesCooldownWithDefaults() *OTPDeviceConfigurationOtpDeliveriesCooldown
NewOTPDeviceConfigurationOtpDeliveriesCooldownWithDefaults instantiates a new OTPDeviceConfigurationOtpDeliveriesCooldown 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 (*OTPDeviceConfigurationOtpDeliveriesCooldown) GetDuration ¶
func (o *OTPDeviceConfigurationOtpDeliveriesCooldown) GetDuration() int32
GetDuration returns the Duration field value
func (*OTPDeviceConfigurationOtpDeliveriesCooldown) GetDurationOk ¶
func (o *OTPDeviceConfigurationOtpDeliveriesCooldown) GetDurationOk() (*int32, bool)
GetDurationOk returns a tuple with the Duration field value and a boolean to check if the value has been set.
func (*OTPDeviceConfigurationOtpDeliveriesCooldown) GetTimeUnit ¶
func (o *OTPDeviceConfigurationOtpDeliveriesCooldown) GetTimeUnit() EnumTimeUnit
GetTimeUnit returns the TimeUnit field value
func (*OTPDeviceConfigurationOtpDeliveriesCooldown) GetTimeUnitOk ¶
func (o *OTPDeviceConfigurationOtpDeliveriesCooldown) GetTimeUnitOk() (*EnumTimeUnit, bool)
GetTimeUnitOk returns a tuple with the TimeUnit field value and a boolean to check if the value has been set.
func (OTPDeviceConfigurationOtpDeliveriesCooldown) MarshalJSON ¶
func (o OTPDeviceConfigurationOtpDeliveriesCooldown) MarshalJSON() ([]byte, error)
func (*OTPDeviceConfigurationOtpDeliveriesCooldown) SetDuration ¶
func (o *OTPDeviceConfigurationOtpDeliveriesCooldown) SetDuration(v int32)
SetDuration sets field value
func (*OTPDeviceConfigurationOtpDeliveriesCooldown) SetTimeUnit ¶
func (o *OTPDeviceConfigurationOtpDeliveriesCooldown) SetTimeUnit(v EnumTimeUnit)
SetTimeUnit sets field value
func (OTPDeviceConfigurationOtpDeliveriesCooldown) ToMap ¶
func (o OTPDeviceConfigurationOtpDeliveriesCooldown) ToMap() (map[string]interface{}, error)
type OTPDeviceConfigurationOtpLifeTime ¶
type OTPDeviceConfigurationOtpLifeTime struct {
// OTP duration configuration.
Duration int32 `json:"duration"`
TimeUnit EnumTimeUnit `json:"timeUnit"`
}
OTPDeviceConfigurationOtpLifeTime The length of time for which the OTP is valid.
func NewOTPDeviceConfigurationOtpLifeTime ¶
func NewOTPDeviceConfigurationOtpLifeTime(duration int32, timeUnit EnumTimeUnit) *OTPDeviceConfigurationOtpLifeTime
NewOTPDeviceConfigurationOtpLifeTime instantiates a new OTPDeviceConfigurationOtpLifeTime 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 NewOTPDeviceConfigurationOtpLifeTimeWithDefaults ¶
func NewOTPDeviceConfigurationOtpLifeTimeWithDefaults() *OTPDeviceConfigurationOtpLifeTime
NewOTPDeviceConfigurationOtpLifeTimeWithDefaults instantiates a new OTPDeviceConfigurationOtpLifeTime 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 (*OTPDeviceConfigurationOtpLifeTime) GetDuration ¶
func (o *OTPDeviceConfigurationOtpLifeTime) GetDuration() int32
GetDuration returns the Duration field value
func (*OTPDeviceConfigurationOtpLifeTime) GetDurationOk ¶
func (o *OTPDeviceConfigurationOtpLifeTime) GetDurationOk() (*int32, bool)
GetDurationOk returns a tuple with the Duration field value and a boolean to check if the value has been set.
func (*OTPDeviceConfigurationOtpLifeTime) GetTimeUnit ¶
func (o *OTPDeviceConfigurationOtpLifeTime) GetTimeUnit() EnumTimeUnit
GetTimeUnit returns the TimeUnit field value
func (*OTPDeviceConfigurationOtpLifeTime) GetTimeUnitOk ¶
func (o *OTPDeviceConfigurationOtpLifeTime) GetTimeUnitOk() (*EnumTimeUnit, bool)
GetTimeUnitOk returns a tuple with the TimeUnit field value and a boolean to check if the value has been set.
func (OTPDeviceConfigurationOtpLifeTime) MarshalJSON ¶
func (o OTPDeviceConfigurationOtpLifeTime) MarshalJSON() ([]byte, error)
func (*OTPDeviceConfigurationOtpLifeTime) SetDuration ¶
func (o *OTPDeviceConfigurationOtpLifeTime) SetDuration(v int32)
SetDuration sets field value
func (*OTPDeviceConfigurationOtpLifeTime) SetTimeUnit ¶
func (o *OTPDeviceConfigurationOtpLifeTime) SetTimeUnit(v EnumTimeUnit)
SetTimeUnit sets field value
func (OTPDeviceConfigurationOtpLifeTime) ToMap ¶
func (o OTPDeviceConfigurationOtpLifeTime) ToMap() (map[string]interface{}, error)
type OTPDeviceConfigurationOtpNotification ¶
type OTPDeviceConfigurationOtpNotification struct {
TemplateName string `json:"templateName"`
VariantName *string `json:"variantName,omitempty"`
}
OTPDeviceConfigurationOtpNotification OTP notification template configuration.
func NewOTPDeviceConfigurationOtpNotification ¶
func NewOTPDeviceConfigurationOtpNotification(templateName string) *OTPDeviceConfigurationOtpNotification
NewOTPDeviceConfigurationOtpNotification instantiates a new OTPDeviceConfigurationOtpNotification 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 NewOTPDeviceConfigurationOtpNotificationWithDefaults ¶
func NewOTPDeviceConfigurationOtpNotificationWithDefaults() *OTPDeviceConfigurationOtpNotification
NewOTPDeviceConfigurationOtpNotificationWithDefaults instantiates a new OTPDeviceConfigurationOtpNotification 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 (*OTPDeviceConfigurationOtpNotification) GetTemplateName ¶
func (o *OTPDeviceConfigurationOtpNotification) GetTemplateName() string
GetTemplateName returns the TemplateName field value
func (*OTPDeviceConfigurationOtpNotification) GetTemplateNameOk ¶
func (o *OTPDeviceConfigurationOtpNotification) GetTemplateNameOk() (*string, bool)
GetTemplateNameOk returns a tuple with the TemplateName field value and a boolean to check if the value has been set.
func (*OTPDeviceConfigurationOtpNotification) GetVariantName ¶
func (o *OTPDeviceConfigurationOtpNotification) GetVariantName() string
GetVariantName returns the VariantName field value if set, zero value otherwise.
func (*OTPDeviceConfigurationOtpNotification) GetVariantNameOk ¶
func (o *OTPDeviceConfigurationOtpNotification) GetVariantNameOk() (*string, bool)
GetVariantNameOk returns a tuple with the VariantName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OTPDeviceConfigurationOtpNotification) HasVariantName ¶
func (o *OTPDeviceConfigurationOtpNotification) HasVariantName() bool
HasVariantName returns a boolean if a field has been set.
func (OTPDeviceConfigurationOtpNotification) MarshalJSON ¶
func (o OTPDeviceConfigurationOtpNotification) MarshalJSON() ([]byte, error)
func (*OTPDeviceConfigurationOtpNotification) SetTemplateName ¶
func (o *OTPDeviceConfigurationOtpNotification) SetTemplateName(v string)
SetTemplateName sets field value
func (*OTPDeviceConfigurationOtpNotification) SetVariantName ¶
func (o *OTPDeviceConfigurationOtpNotification) SetVariantName(v string)
SetVariantName gets a reference to the given string and assigns it to the VariantName field.
func (OTPDeviceConfigurationOtpNotification) ToMap ¶
func (o OTPDeviceConfigurationOtpNotification) ToMap() (map[string]interface{}, error)
type ObjectEnvironment ¶
type ObjectEnvironment struct {
// A string that specifies the environment associated with the object.
Id *string `json:"id,omitempty"`
}
ObjectEnvironment struct for ObjectEnvironment
func NewObjectEnvironment ¶
func NewObjectEnvironment() *ObjectEnvironment
NewObjectEnvironment instantiates a new ObjectEnvironment 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 NewObjectEnvironmentWithDefaults ¶
func NewObjectEnvironmentWithDefaults() *ObjectEnvironment
NewObjectEnvironmentWithDefaults instantiates a new ObjectEnvironment 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 (*ObjectEnvironment) GetId ¶
func (o *ObjectEnvironment) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ObjectEnvironment) GetIdOk ¶
func (o *ObjectEnvironment) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectEnvironment) HasId ¶
func (o *ObjectEnvironment) HasId() bool
HasId returns a boolean if a field has been set.
func (ObjectEnvironment) MarshalJSON ¶
func (o ObjectEnvironment) MarshalJSON() ([]byte, error)
func (*ObjectEnvironment) SetId ¶
func (o *ObjectEnvironment) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (ObjectEnvironment) ToMap ¶
func (o ObjectEnvironment) ToMap() (map[string]interface{}, error)
type P1Error ¶
type P1Error struct {
// A unique identifier that is stored in log files and always included in an error response. This value can be used to track the error received by the client, with server-side activity included for troubleshooting purposes.
Id *string `json:"id,omitempty"`
// A general fault code which the client must handle to provide all exception handling routines and to localize messages for users. This code is common across all PingOne services and is human readable (such as a defined constant rather than a number).
Code *string `json:"code,omitempty"`
// A short description of the error. This message is intended to assist with debugging and is returned in English only.
Message *string `json:"message,omitempty"`
// Additional details about the error. Optional information to help resolve the error and to display to users.
Details []P1ErrorDetailsInner `json:"details,omitempty"`
}
P1Error struct for P1Error
func NewP1Error ¶
func NewP1Error() *P1Error
NewP1Error instantiates a new P1Error 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 NewP1ErrorWithDefaults ¶
func NewP1ErrorWithDefaults() *P1Error
NewP1ErrorWithDefaults instantiates a new P1Error 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 (*P1Error) GetCodeOk ¶
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1Error) GetDetails ¶
func (o *P1Error) GetDetails() []P1ErrorDetailsInner
GetDetails returns the Details field value if set, zero value otherwise.
func (*P1Error) GetDetailsOk ¶
func (o *P1Error) GetDetailsOk() ([]P1ErrorDetailsInner, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1Error) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1Error) GetMessage ¶
GetMessage returns the Message field value if set, zero value otherwise.
func (*P1Error) GetMessageOk ¶
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1Error) HasDetails ¶
HasDetails returns a boolean if a field has been set.
func (*P1Error) HasMessage ¶
HasMessage returns a boolean if a field has been set.
func (P1Error) MarshalJSON ¶
func (*P1Error) SetCode ¶
SetCode gets a reference to the given string and assigns it to the Code field.
func (*P1Error) SetDetails ¶
func (o *P1Error) SetDetails(v []P1ErrorDetailsInner)
SetDetails gets a reference to the given []P1ErrorDetailsInner and assigns it to the Details field.
func (*P1Error) SetMessage ¶
SetMessage gets a reference to the given string and assigns it to the Message field.
type P1ErrorDetailsInner ¶
type P1ErrorDetailsInner struct {
// A general fault code which the client must handle to provide all exception handling routines and to localize messages for users. This code is common across all PingOne services and is human readable (such as a defined constant rather than a number).
Code *string `json:"code,omitempty"`
// The item that caused the error (such as a form field ID or an attribute inside a JSON object).
Target *string `json:"target,omitempty"`
// A short description of the error. This message is intended to assist with debugging and is returned in English only.
Message *string `json:"message,omitempty"`
InnerError *P1ErrorDetailsInnerInnerError `json:"innerError,omitempty"`
}
P1ErrorDetailsInner struct for P1ErrorDetailsInner
func NewP1ErrorDetailsInner ¶
func NewP1ErrorDetailsInner() *P1ErrorDetailsInner
NewP1ErrorDetailsInner instantiates a new P1ErrorDetailsInner 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 NewP1ErrorDetailsInnerWithDefaults ¶
func NewP1ErrorDetailsInnerWithDefaults() *P1ErrorDetailsInner
NewP1ErrorDetailsInnerWithDefaults instantiates a new P1ErrorDetailsInner 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 (*P1ErrorDetailsInner) GetCode ¶
func (o *P1ErrorDetailsInner) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*P1ErrorDetailsInner) GetCodeOk ¶
func (o *P1ErrorDetailsInner) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInner) GetInnerError ¶
func (o *P1ErrorDetailsInner) GetInnerError() P1ErrorDetailsInnerInnerError
GetInnerError returns the InnerError field value if set, zero value otherwise.
func (*P1ErrorDetailsInner) GetInnerErrorOk ¶
func (o *P1ErrorDetailsInner) GetInnerErrorOk() (*P1ErrorDetailsInnerInnerError, bool)
GetInnerErrorOk returns a tuple with the InnerError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInner) GetMessage ¶
func (o *P1ErrorDetailsInner) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*P1ErrorDetailsInner) GetMessageOk ¶
func (o *P1ErrorDetailsInner) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInner) GetTarget ¶
func (o *P1ErrorDetailsInner) GetTarget() string
GetTarget returns the Target field value if set, zero value otherwise.
func (*P1ErrorDetailsInner) GetTargetOk ¶
func (o *P1ErrorDetailsInner) GetTargetOk() (*string, bool)
GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInner) HasCode ¶
func (o *P1ErrorDetailsInner) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*P1ErrorDetailsInner) HasInnerError ¶
func (o *P1ErrorDetailsInner) HasInnerError() bool
HasInnerError returns a boolean if a field has been set.
func (*P1ErrorDetailsInner) HasMessage ¶
func (o *P1ErrorDetailsInner) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*P1ErrorDetailsInner) HasTarget ¶
func (o *P1ErrorDetailsInner) HasTarget() bool
HasTarget returns a boolean if a field has been set.
func (P1ErrorDetailsInner) MarshalJSON ¶
func (o P1ErrorDetailsInner) MarshalJSON() ([]byte, error)
func (*P1ErrorDetailsInner) SetCode ¶
func (o *P1ErrorDetailsInner) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*P1ErrorDetailsInner) SetInnerError ¶
func (o *P1ErrorDetailsInner) SetInnerError(v P1ErrorDetailsInnerInnerError)
SetInnerError gets a reference to the given P1ErrorDetailsInnerInnerError and assigns it to the InnerError field.
func (*P1ErrorDetailsInner) SetMessage ¶
func (o *P1ErrorDetailsInner) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*P1ErrorDetailsInner) SetTarget ¶
func (o *P1ErrorDetailsInner) SetTarget(v string)
SetTarget gets a reference to the given string and assigns it to the Target field.
func (P1ErrorDetailsInner) ToMap ¶
func (o P1ErrorDetailsInner) ToMap() (map[string]interface{}, error)
type P1ErrorDetailsInnerInnerError ¶
type P1ErrorDetailsInnerInnerError struct {
// Errors that failed due to range violation. This attribute represents the minimum value of the range.
RangeMinimumValue *int32 `json:"rangeMinimumValue,omitempty"`
// The maximum range or value of an attribute.
RangeMaximumValue *int32 `json:"rangeMaximumValue,omitempty"`
// A regex pattern describing an acceptable input pattern.
AllowedPattern *string `json:"allowedPattern,omitempty"`
// A list describing acceptable values.
AllowedValues []string `json:"allowedValues,omitempty"`
// The maximum value allowed for the request.
MaximumValue *int32 `json:"maximumValue,omitempty"`
}
P1ErrorDetailsInnerInnerError Additional details to help the client developer resolve the fault (primarily for UI validation reasons).
func NewP1ErrorDetailsInnerInnerError ¶
func NewP1ErrorDetailsInnerInnerError() *P1ErrorDetailsInnerInnerError
NewP1ErrorDetailsInnerInnerError instantiates a new P1ErrorDetailsInnerInnerError 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 NewP1ErrorDetailsInnerInnerErrorWithDefaults ¶
func NewP1ErrorDetailsInnerInnerErrorWithDefaults() *P1ErrorDetailsInnerInnerError
NewP1ErrorDetailsInnerInnerErrorWithDefaults instantiates a new P1ErrorDetailsInnerInnerError 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 (*P1ErrorDetailsInnerInnerError) GetAllowedPattern ¶
func (o *P1ErrorDetailsInnerInnerError) GetAllowedPattern() string
GetAllowedPattern returns the AllowedPattern field value if set, zero value otherwise.
func (*P1ErrorDetailsInnerInnerError) GetAllowedPatternOk ¶
func (o *P1ErrorDetailsInnerInnerError) GetAllowedPatternOk() (*string, bool)
GetAllowedPatternOk returns a tuple with the AllowedPattern field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInnerInnerError) GetAllowedValues ¶
func (o *P1ErrorDetailsInnerInnerError) GetAllowedValues() []string
GetAllowedValues returns the AllowedValues field value if set, zero value otherwise.
func (*P1ErrorDetailsInnerInnerError) GetAllowedValuesOk ¶
func (o *P1ErrorDetailsInnerInnerError) GetAllowedValuesOk() ([]string, bool)
GetAllowedValuesOk returns a tuple with the AllowedValues field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInnerInnerError) GetMaximumValue ¶
func (o *P1ErrorDetailsInnerInnerError) GetMaximumValue() int32
GetMaximumValue returns the MaximumValue field value if set, zero value otherwise.
func (*P1ErrorDetailsInnerInnerError) GetMaximumValueOk ¶
func (o *P1ErrorDetailsInnerInnerError) GetMaximumValueOk() (*int32, bool)
GetMaximumValueOk returns a tuple with the MaximumValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInnerInnerError) GetRangeMaximumValue ¶
func (o *P1ErrorDetailsInnerInnerError) GetRangeMaximumValue() int32
GetRangeMaximumValue returns the RangeMaximumValue field value if set, zero value otherwise.
func (*P1ErrorDetailsInnerInnerError) GetRangeMaximumValueOk ¶
func (o *P1ErrorDetailsInnerInnerError) GetRangeMaximumValueOk() (*int32, bool)
GetRangeMaximumValueOk returns a tuple with the RangeMaximumValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInnerInnerError) GetRangeMinimumValue ¶
func (o *P1ErrorDetailsInnerInnerError) GetRangeMinimumValue() int32
GetRangeMinimumValue returns the RangeMinimumValue field value if set, zero value otherwise.
func (*P1ErrorDetailsInnerInnerError) GetRangeMinimumValueOk ¶
func (o *P1ErrorDetailsInnerInnerError) GetRangeMinimumValueOk() (*int32, bool)
GetRangeMinimumValueOk returns a tuple with the RangeMinimumValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInnerInnerError) HasAllowedPattern ¶
func (o *P1ErrorDetailsInnerInnerError) HasAllowedPattern() bool
HasAllowedPattern returns a boolean if a field has been set.
func (*P1ErrorDetailsInnerInnerError) HasAllowedValues ¶
func (o *P1ErrorDetailsInnerInnerError) HasAllowedValues() bool
HasAllowedValues returns a boolean if a field has been set.
func (*P1ErrorDetailsInnerInnerError) HasMaximumValue ¶
func (o *P1ErrorDetailsInnerInnerError) HasMaximumValue() bool
HasMaximumValue returns a boolean if a field has been set.
func (*P1ErrorDetailsInnerInnerError) HasRangeMaximumValue ¶
func (o *P1ErrorDetailsInnerInnerError) HasRangeMaximumValue() bool
HasRangeMaximumValue returns a boolean if a field has been set.
func (*P1ErrorDetailsInnerInnerError) HasRangeMinimumValue ¶
func (o *P1ErrorDetailsInnerInnerError) HasRangeMinimumValue() bool
HasRangeMinimumValue returns a boolean if a field has been set.
func (P1ErrorDetailsInnerInnerError) MarshalJSON ¶
func (o P1ErrorDetailsInnerInnerError) MarshalJSON() ([]byte, error)
func (*P1ErrorDetailsInnerInnerError) SetAllowedPattern ¶
func (o *P1ErrorDetailsInnerInnerError) SetAllowedPattern(v string)
SetAllowedPattern gets a reference to the given string and assigns it to the AllowedPattern field.
func (*P1ErrorDetailsInnerInnerError) SetAllowedValues ¶
func (o *P1ErrorDetailsInnerInnerError) SetAllowedValues(v []string)
SetAllowedValues gets a reference to the given []string and assigns it to the AllowedValues field.
func (*P1ErrorDetailsInnerInnerError) SetMaximumValue ¶
func (o *P1ErrorDetailsInnerInnerError) SetMaximumValue(v int32)
SetMaximumValue gets a reference to the given int32 and assigns it to the MaximumValue field.
func (*P1ErrorDetailsInnerInnerError) SetRangeMaximumValue ¶
func (o *P1ErrorDetailsInnerInnerError) SetRangeMaximumValue(v int32)
SetRangeMaximumValue gets a reference to the given int32 and assigns it to the RangeMaximumValue field.
func (*P1ErrorDetailsInnerInnerError) SetRangeMinimumValue ¶
func (o *P1ErrorDetailsInnerInnerError) SetRangeMinimumValue(v int32)
SetRangeMinimumValue gets a reference to the given int32 and assigns it to the RangeMinimumValue field.
func (P1ErrorDetailsInnerInnerError) ToMap ¶
func (o P1ErrorDetailsInnerInnerError) ToMap() (map[string]interface{}, error)
type SDKInterfaceFunc ¶
type ServerConfiguration ¶
type ServerConfiguration struct {
URL string
Description string
Variables map[string]ServerVariable
}
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type TransactionConfiguration ¶
type TransactionConfiguration struct {
Timeout *TransactionConfigurationTimeout `json:"timeout,omitempty"`
DataCollection *TransactionConfigurationDataCollection `json:"dataCollection,omitempty"`
DataCollectionOnly *bool `json:"dataCollectionOnly,omitempty"`
}
TransactionConfiguration struct for TransactionConfiguration
func NewTransactionConfiguration ¶
func NewTransactionConfiguration() *TransactionConfiguration
NewTransactionConfiguration instantiates a new TransactionConfiguration 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 NewTransactionConfigurationWithDefaults ¶
func NewTransactionConfigurationWithDefaults() *TransactionConfiguration
NewTransactionConfigurationWithDefaults instantiates a new TransactionConfiguration 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 (*TransactionConfiguration) GetDataCollection ¶
func (o *TransactionConfiguration) GetDataCollection() TransactionConfigurationDataCollection
GetDataCollection returns the DataCollection field value if set, zero value otherwise.
func (*TransactionConfiguration) GetDataCollectionOk ¶
func (o *TransactionConfiguration) GetDataCollectionOk() (*TransactionConfigurationDataCollection, bool)
GetDataCollectionOk returns a tuple with the DataCollection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionConfiguration) GetDataCollectionOnly ¶
func (o *TransactionConfiguration) GetDataCollectionOnly() bool
GetDataCollectionOnly returns the DataCollectionOnly field value if set, zero value otherwise.
func (*TransactionConfiguration) GetDataCollectionOnlyOk ¶
func (o *TransactionConfiguration) GetDataCollectionOnlyOk() (*bool, bool)
GetDataCollectionOnlyOk returns a tuple with the DataCollectionOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionConfiguration) GetTimeout ¶
func (o *TransactionConfiguration) GetTimeout() TransactionConfigurationTimeout
GetTimeout returns the Timeout field value if set, zero value otherwise.
func (*TransactionConfiguration) GetTimeoutOk ¶
func (o *TransactionConfiguration) GetTimeoutOk() (*TransactionConfigurationTimeout, bool)
GetTimeoutOk returns a tuple with the Timeout field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionConfiguration) HasDataCollection ¶
func (o *TransactionConfiguration) HasDataCollection() bool
HasDataCollection returns a boolean if a field has been set.
func (*TransactionConfiguration) HasDataCollectionOnly ¶
func (o *TransactionConfiguration) HasDataCollectionOnly() bool
HasDataCollectionOnly returns a boolean if a field has been set.
func (*TransactionConfiguration) HasTimeout ¶
func (o *TransactionConfiguration) HasTimeout() bool
HasTimeout returns a boolean if a field has been set.
func (TransactionConfiguration) MarshalJSON ¶
func (o TransactionConfiguration) MarshalJSON() ([]byte, error)
func (*TransactionConfiguration) SetDataCollection ¶
func (o *TransactionConfiguration) SetDataCollection(v TransactionConfigurationDataCollection)
SetDataCollection gets a reference to the given TransactionConfigurationDataCollection and assigns it to the DataCollection field.
func (*TransactionConfiguration) SetDataCollectionOnly ¶
func (o *TransactionConfiguration) SetDataCollectionOnly(v bool)
SetDataCollectionOnly gets a reference to the given bool and assigns it to the DataCollectionOnly field.
func (*TransactionConfiguration) SetTimeout ¶
func (o *TransactionConfiguration) SetTimeout(v TransactionConfigurationTimeout)
SetTimeout gets a reference to the given TransactionConfigurationTimeout and assigns it to the Timeout field.
func (TransactionConfiguration) ToMap ¶
func (o TransactionConfiguration) ToMap() (map[string]interface{}, error)
type TransactionConfigurationDataCollection ¶
type TransactionConfigurationDataCollection struct {
Timeout TransactionConfigurationDataCollectionTimeout `json:"timeout"`
}
TransactionConfigurationDataCollection struct for TransactionConfigurationDataCollection
func NewTransactionConfigurationDataCollection ¶
func NewTransactionConfigurationDataCollection(timeout TransactionConfigurationDataCollectionTimeout) *TransactionConfigurationDataCollection
NewTransactionConfigurationDataCollection instantiates a new TransactionConfigurationDataCollection 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 NewTransactionConfigurationDataCollectionWithDefaults ¶
func NewTransactionConfigurationDataCollectionWithDefaults() *TransactionConfigurationDataCollection
NewTransactionConfigurationDataCollectionWithDefaults instantiates a new TransactionConfigurationDataCollection 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 (*TransactionConfigurationDataCollection) GetTimeout ¶
func (o *TransactionConfigurationDataCollection) GetTimeout() TransactionConfigurationDataCollectionTimeout
GetTimeout returns the Timeout field value
func (*TransactionConfigurationDataCollection) GetTimeoutOk ¶
func (o *TransactionConfigurationDataCollection) GetTimeoutOk() (*TransactionConfigurationDataCollectionTimeout, bool)
GetTimeoutOk returns a tuple with the Timeout field value and a boolean to check if the value has been set.
func (TransactionConfigurationDataCollection) MarshalJSON ¶
func (o TransactionConfigurationDataCollection) MarshalJSON() ([]byte, error)
func (*TransactionConfigurationDataCollection) SetTimeout ¶
func (o *TransactionConfigurationDataCollection) SetTimeout(v TransactionConfigurationDataCollectionTimeout)
SetTimeout sets field value
func (TransactionConfigurationDataCollection) ToMap ¶
func (o TransactionConfigurationDataCollection) ToMap() (map[string]interface{}, error)
type TransactionConfigurationDataCollectionTimeout ¶
type TransactionConfigurationDataCollectionTimeout struct {
// Length of time before data collection timeout expires; range is 0-30 minutes or 0-1800 seconds.
Duration int32 `json:"duration"`
TimeUnit EnumTimeUnit `json:"timeUnit"`
}
TransactionConfigurationDataCollectionTimeout struct for TransactionConfigurationDataCollectionTimeout
func NewTransactionConfigurationDataCollectionTimeout ¶
func NewTransactionConfigurationDataCollectionTimeout(duration int32, timeUnit EnumTimeUnit) *TransactionConfigurationDataCollectionTimeout
NewTransactionConfigurationDataCollectionTimeout instantiates a new TransactionConfigurationDataCollectionTimeout 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 NewTransactionConfigurationDataCollectionTimeoutWithDefaults ¶
func NewTransactionConfigurationDataCollectionTimeoutWithDefaults() *TransactionConfigurationDataCollectionTimeout
NewTransactionConfigurationDataCollectionTimeoutWithDefaults instantiates a new TransactionConfigurationDataCollectionTimeout 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 (*TransactionConfigurationDataCollectionTimeout) GetDuration ¶
func (o *TransactionConfigurationDataCollectionTimeout) GetDuration() int32
GetDuration returns the Duration field value
func (*TransactionConfigurationDataCollectionTimeout) GetDurationOk ¶
func (o *TransactionConfigurationDataCollectionTimeout) GetDurationOk() (*int32, bool)
GetDurationOk returns a tuple with the Duration field value and a boolean to check if the value has been set.
func (*TransactionConfigurationDataCollectionTimeout) GetTimeUnit ¶
func (o *TransactionConfigurationDataCollectionTimeout) GetTimeUnit() EnumTimeUnit
GetTimeUnit returns the TimeUnit field value
func (*TransactionConfigurationDataCollectionTimeout) GetTimeUnitOk ¶
func (o *TransactionConfigurationDataCollectionTimeout) GetTimeUnitOk() (*EnumTimeUnit, bool)
GetTimeUnitOk returns a tuple with the TimeUnit field value and a boolean to check if the value has been set.
func (TransactionConfigurationDataCollectionTimeout) MarshalJSON ¶
func (o TransactionConfigurationDataCollectionTimeout) MarshalJSON() ([]byte, error)
func (*TransactionConfigurationDataCollectionTimeout) SetDuration ¶
func (o *TransactionConfigurationDataCollectionTimeout) SetDuration(v int32)
SetDuration sets field value
func (*TransactionConfigurationDataCollectionTimeout) SetTimeUnit ¶
func (o *TransactionConfigurationDataCollectionTimeout) SetTimeUnit(v EnumTimeUnit)
SetTimeUnit sets field value
func (TransactionConfigurationDataCollectionTimeout) ToMap ¶
func (o TransactionConfigurationDataCollectionTimeout) ToMap() (map[string]interface{}, error)
type TransactionConfigurationTimeout ¶
type TransactionConfigurationTimeout struct {
// Length of time before transaction timeout expires; range is 0-30 minutes or 0-1800 seconds.
Duration int32 `json:"duration"`
TimeUnit EnumTimeUnit `json:"timeUnit"`
}
TransactionConfigurationTimeout struct for TransactionConfigurationTimeout
func NewTransactionConfigurationTimeout ¶
func NewTransactionConfigurationTimeout(duration int32, timeUnit EnumTimeUnit) *TransactionConfigurationTimeout
NewTransactionConfigurationTimeout instantiates a new TransactionConfigurationTimeout 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 NewTransactionConfigurationTimeoutWithDefaults ¶
func NewTransactionConfigurationTimeoutWithDefaults() *TransactionConfigurationTimeout
NewTransactionConfigurationTimeoutWithDefaults instantiates a new TransactionConfigurationTimeout 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 (*TransactionConfigurationTimeout) GetDuration ¶
func (o *TransactionConfigurationTimeout) GetDuration() int32
GetDuration returns the Duration field value
func (*TransactionConfigurationTimeout) GetDurationOk ¶
func (o *TransactionConfigurationTimeout) GetDurationOk() (*int32, bool)
GetDurationOk returns a tuple with the Duration field value and a boolean to check if the value has been set.
func (*TransactionConfigurationTimeout) GetTimeUnit ¶
func (o *TransactionConfigurationTimeout) GetTimeUnit() EnumTimeUnit
GetTimeUnit returns the TimeUnit field value
func (*TransactionConfigurationTimeout) GetTimeUnitOk ¶
func (o *TransactionConfigurationTimeout) GetTimeUnitOk() (*EnumTimeUnit, bool)
GetTimeUnitOk returns a tuple with the TimeUnit field value and a boolean to check if the value has been set.
func (TransactionConfigurationTimeout) MarshalJSON ¶
func (o TransactionConfigurationTimeout) MarshalJSON() ([]byte, error)
func (*TransactionConfigurationTimeout) SetDuration ¶
func (o *TransactionConfigurationTimeout) SetDuration(v int32)
SetDuration sets field value
func (*TransactionConfigurationTimeout) SetTimeUnit ¶
func (o *TransactionConfigurationTimeout) SetTimeUnit(v EnumTimeUnit)
SetTimeUnit sets field value
func (TransactionConfigurationTimeout) ToMap ¶
func (o TransactionConfigurationTimeout) ToMap() (map[string]interface{}, error)
type VerifyPoliciesApiService ¶
type VerifyPoliciesApiService service
VerifyPoliciesApiService VerifyPoliciesApi service
func (*VerifyPoliciesApiService) CreateVerifyPolicy ¶
func (a *VerifyPoliciesApiService) CreateVerifyPolicy(ctx context.Context, environmentID string) ApiCreateVerifyPolicyRequest
CreateVerifyPolicy CREATE Verify Policy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @return ApiCreateVerifyPolicyRequest
func (*VerifyPoliciesApiService) CreateVerifyPolicyExecute ¶
func (a *VerifyPoliciesApiService) CreateVerifyPolicyExecute(r ApiCreateVerifyPolicyRequest) (*VerifyPolicy, *http.Response, error)
Execute executes the request
@return VerifyPolicy
func (*VerifyPoliciesApiService) DeleteVerifyPolicy ¶
func (a *VerifyPoliciesApiService) DeleteVerifyPolicy(ctx context.Context, environmentID string, verifyPolicyID string) ApiDeleteVerifyPolicyRequest
DeleteVerifyPolicy Delete Verify Policy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param verifyPolicyID @return ApiDeleteVerifyPolicyRequest
func (*VerifyPoliciesApiService) DeleteVerifyPolicyExecute ¶
func (a *VerifyPoliciesApiService) DeleteVerifyPolicyExecute(r ApiDeleteVerifyPolicyRequest) (*http.Response, error)
Execute executes the request
func (*VerifyPoliciesApiService) ReadAllVerifyPolicies ¶
func (a *VerifyPoliciesApiService) ReadAllVerifyPolicies(ctx context.Context, environmentID string) ApiReadAllVerifyPoliciesRequest
ReadAllVerifyPolicies READ All Verify Policies
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @return ApiReadAllVerifyPoliciesRequest
func (*VerifyPoliciesApiService) ReadAllVerifyPoliciesExecute ¶
func (a *VerifyPoliciesApiService) ReadAllVerifyPoliciesExecute(r ApiReadAllVerifyPoliciesRequest) (*EntityArray, *http.Response, error)
Execute executes the request
@return EntityArray
func (*VerifyPoliciesApiService) ReadOneVerifyPolicy ¶
func (a *VerifyPoliciesApiService) ReadOneVerifyPolicy(ctx context.Context, environmentID string, verifyPolicyID string) ApiReadOneVerifyPolicyRequest
ReadOneVerifyPolicy READ One Verify Policy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param verifyPolicyID @return ApiReadOneVerifyPolicyRequest
func (*VerifyPoliciesApiService) ReadOneVerifyPolicyExecute ¶
func (a *VerifyPoliciesApiService) ReadOneVerifyPolicyExecute(r ApiReadOneVerifyPolicyRequest) (*VerifyPolicy, *http.Response, error)
Execute executes the request
@return VerifyPolicy
func (*VerifyPoliciesApiService) UpdateVerifyPolicy ¶
func (a *VerifyPoliciesApiService) UpdateVerifyPolicy(ctx context.Context, environmentID string, verifyPolicyID string) ApiUpdateVerifyPolicyRequest
UpdateVerifyPolicy UPDATE Verify Policy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param verifyPolicyID @return ApiUpdateVerifyPolicyRequest
func (*VerifyPoliciesApiService) UpdateVerifyPolicyExecute ¶
func (a *VerifyPoliciesApiService) UpdateVerifyPolicyExecute(r ApiUpdateVerifyPolicyRequest) (*VerifyPolicy, *http.Response, error)
Execute executes the request
@return VerifyPolicy
type VerifyPolicy ¶
type VerifyPolicy struct {
Id *string `json:"id,omitempty"`
Environment *ObjectEnvironment `json:"environment,omitempty"`
// Name displayed in PingOne Admin UI.
Name string `json:"name"`
// Description displayed in PingOne Admin UI, 1-1024 characters.
Description *string `json:"description,omitempty"`
// Required as true to set this verify policy as the default policy for the environment; otherwise optional and defaults to false.
Default *bool `json:"default,omitempty"`
GovernmentId *GovernmentIdConfiguration `json:"governmentId,omitempty"`
FacialComparison *FacialComparisonConfiguration `json:"facialComparison,omitempty"`
Liveness *LivenessConfiguration `json:"liveness,omitempty"`
Email *OTPDeviceConfiguration `json:"email,omitempty"`
Phone *OTPDeviceConfiguration `json:"phone,omitempty"`
Transaction *TransactionConfiguration `json:"transaction,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
UpdatedAt *time.Time `json:"updatedAt,omitempty"`
}
VerifyPolicy struct for VerifyPolicy
func NewVerifyPolicy ¶
func NewVerifyPolicy(name string) *VerifyPolicy
NewVerifyPolicy instantiates a new VerifyPolicy 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 NewVerifyPolicyWithDefaults ¶
func NewVerifyPolicyWithDefaults() *VerifyPolicy
NewVerifyPolicyWithDefaults instantiates a new VerifyPolicy 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 (*VerifyPolicy) GetCreatedAt ¶
func (o *VerifyPolicy) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*VerifyPolicy) GetCreatedAtOk ¶
func (o *VerifyPolicy) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifyPolicy) GetDefault ¶
func (o *VerifyPolicy) GetDefault() bool
GetDefault returns the Default field value if set, zero value otherwise.
func (*VerifyPolicy) GetDefaultOk ¶
func (o *VerifyPolicy) GetDefaultOk() (*bool, bool)
GetDefaultOk returns a tuple with the Default field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifyPolicy) GetDescription ¶
func (o *VerifyPolicy) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*VerifyPolicy) GetDescriptionOk ¶
func (o *VerifyPolicy) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifyPolicy) GetEmail ¶
func (o *VerifyPolicy) GetEmail() OTPDeviceConfiguration
GetEmail returns the Email field value if set, zero value otherwise.
func (*VerifyPolicy) GetEmailOk ¶
func (o *VerifyPolicy) GetEmailOk() (*OTPDeviceConfiguration, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifyPolicy) GetEnvironment ¶
func (o *VerifyPolicy) GetEnvironment() ObjectEnvironment
GetEnvironment returns the Environment field value if set, zero value otherwise.
func (*VerifyPolicy) GetEnvironmentOk ¶
func (o *VerifyPolicy) GetEnvironmentOk() (*ObjectEnvironment, bool)
GetEnvironmentOk returns a tuple with the Environment field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifyPolicy) GetFacialComparison ¶
func (o *VerifyPolicy) GetFacialComparison() FacialComparisonConfiguration
GetFacialComparison returns the FacialComparison field value if set, zero value otherwise.
func (*VerifyPolicy) GetFacialComparisonOk ¶
func (o *VerifyPolicy) GetFacialComparisonOk() (*FacialComparisonConfiguration, bool)
GetFacialComparisonOk returns a tuple with the FacialComparison field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifyPolicy) GetGovernmentId ¶
func (o *VerifyPolicy) GetGovernmentId() GovernmentIdConfiguration
GetGovernmentId returns the GovernmentId field value if set, zero value otherwise.
func (*VerifyPolicy) GetGovernmentIdOk ¶
func (o *VerifyPolicy) GetGovernmentIdOk() (*GovernmentIdConfiguration, bool)
GetGovernmentIdOk returns a tuple with the GovernmentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifyPolicy) GetId ¶
func (o *VerifyPolicy) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*VerifyPolicy) GetIdOk ¶
func (o *VerifyPolicy) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifyPolicy) GetLiveness ¶
func (o *VerifyPolicy) GetLiveness() LivenessConfiguration
GetLiveness returns the Liveness field value if set, zero value otherwise.
func (*VerifyPolicy) GetLivenessOk ¶
func (o *VerifyPolicy) GetLivenessOk() (*LivenessConfiguration, bool)
GetLivenessOk returns a tuple with the Liveness field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifyPolicy) GetName ¶
func (o *VerifyPolicy) GetName() string
GetName returns the Name field value
func (*VerifyPolicy) GetNameOk ¶
func (o *VerifyPolicy) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*VerifyPolicy) GetPhone ¶
func (o *VerifyPolicy) GetPhone() OTPDeviceConfiguration
GetPhone returns the Phone field value if set, zero value otherwise.
func (*VerifyPolicy) GetPhoneOk ¶
func (o *VerifyPolicy) GetPhoneOk() (*OTPDeviceConfiguration, bool)
GetPhoneOk returns a tuple with the Phone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifyPolicy) GetTransaction ¶
func (o *VerifyPolicy) GetTransaction() TransactionConfiguration
GetTransaction returns the Transaction field value if set, zero value otherwise.
func (*VerifyPolicy) GetTransactionOk ¶
func (o *VerifyPolicy) GetTransactionOk() (*TransactionConfiguration, bool)
GetTransactionOk returns a tuple with the Transaction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifyPolicy) GetUpdatedAt ¶
func (o *VerifyPolicy) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*VerifyPolicy) GetUpdatedAtOk ¶
func (o *VerifyPolicy) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifyPolicy) HasCreatedAt ¶
func (o *VerifyPolicy) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*VerifyPolicy) HasDefault ¶
func (o *VerifyPolicy) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (*VerifyPolicy) HasDescription ¶
func (o *VerifyPolicy) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*VerifyPolicy) HasEmail ¶
func (o *VerifyPolicy) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*VerifyPolicy) HasEnvironment ¶
func (o *VerifyPolicy) HasEnvironment() bool
HasEnvironment returns a boolean if a field has been set.
func (*VerifyPolicy) HasFacialComparison ¶
func (o *VerifyPolicy) HasFacialComparison() bool
HasFacialComparison returns a boolean if a field has been set.
func (*VerifyPolicy) HasGovernmentId ¶
func (o *VerifyPolicy) HasGovernmentId() bool
HasGovernmentId returns a boolean if a field has been set.
func (*VerifyPolicy) HasId ¶
func (o *VerifyPolicy) HasId() bool
HasId returns a boolean if a field has been set.
func (*VerifyPolicy) HasLiveness ¶
func (o *VerifyPolicy) HasLiveness() bool
HasLiveness returns a boolean if a field has been set.
func (*VerifyPolicy) HasPhone ¶
func (o *VerifyPolicy) HasPhone() bool
HasPhone returns a boolean if a field has been set.
func (*VerifyPolicy) HasTransaction ¶
func (o *VerifyPolicy) HasTransaction() bool
HasTransaction returns a boolean if a field has been set.
func (*VerifyPolicy) HasUpdatedAt ¶
func (o *VerifyPolicy) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (VerifyPolicy) MarshalJSON ¶
func (o VerifyPolicy) MarshalJSON() ([]byte, error)
func (*VerifyPolicy) SetCreatedAt ¶
func (o *VerifyPolicy) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*VerifyPolicy) SetDefault ¶
func (o *VerifyPolicy) SetDefault(v bool)
SetDefault gets a reference to the given bool and assigns it to the Default field.
func (*VerifyPolicy) SetDescription ¶
func (o *VerifyPolicy) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*VerifyPolicy) SetEmail ¶
func (o *VerifyPolicy) SetEmail(v OTPDeviceConfiguration)
SetEmail gets a reference to the given OTPDeviceConfiguration and assigns it to the Email field.
func (*VerifyPolicy) SetEnvironment ¶
func (o *VerifyPolicy) SetEnvironment(v ObjectEnvironment)
SetEnvironment gets a reference to the given ObjectEnvironment and assigns it to the Environment field.
func (*VerifyPolicy) SetFacialComparison ¶
func (o *VerifyPolicy) SetFacialComparison(v FacialComparisonConfiguration)
SetFacialComparison gets a reference to the given FacialComparisonConfiguration and assigns it to the FacialComparison field.
func (*VerifyPolicy) SetGovernmentId ¶
func (o *VerifyPolicy) SetGovernmentId(v GovernmentIdConfiguration)
SetGovernmentId gets a reference to the given GovernmentIdConfiguration and assigns it to the GovernmentId field.
func (*VerifyPolicy) SetId ¶
func (o *VerifyPolicy) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*VerifyPolicy) SetLiveness ¶
func (o *VerifyPolicy) SetLiveness(v LivenessConfiguration)
SetLiveness gets a reference to the given LivenessConfiguration and assigns it to the Liveness field.
func (*VerifyPolicy) SetPhone ¶
func (o *VerifyPolicy) SetPhone(v OTPDeviceConfiguration)
SetPhone gets a reference to the given OTPDeviceConfiguration and assigns it to the Phone field.
func (*VerifyPolicy) SetTransaction ¶
func (o *VerifyPolicy) SetTransaction(v TransactionConfiguration)
SetTransaction gets a reference to the given TransactionConfiguration and assigns it to the Transaction field.
func (*VerifyPolicy) SetUpdatedAt ¶
func (o *VerifyPolicy) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (VerifyPolicy) ToMap ¶
func (o VerifyPolicy) ToMap() (map[string]interface{}, error)
Source Files
¶
- api_verify_policies.go
- client.go
- client_ext.go
- configuration.go
- model_entity_array.go
- model_entity_array__embedded.go
- model_enum_threshold.go
- model_enum_time_unit.go
- model_enum_verify.go
- model_facial_comparison_configuration.go
- model_government_id_configuration.go
- model_liveness_configuration.go
- model_object_environment.go
- model_otp_device_configuration.go
- model_otp_device_configuration_otp.go
- model_otp_device_configuration_otp_attempts.go
- model_otp_device_configuration_otp_deliveries.go
- model_otp_device_configuration_otp_deliveries_cooldown.go
- model_otp_device_configuration_otp_life_time.go
- model_otp_device_configuration_otp_notification.go
- model_p1_error.go
- model_p1_error_details_inner.go
- model_p1_error_details_inner_inner_error.go
- model_transaction_configuration.go
- model_transaction_configuration_data_collection.go
- model_transaction_configuration_data_collection_timeout.go
- model_transaction_configuration_timeout.go
- model_verify_policy.go
- response.go
- utils.go