Documentation
¶
Index ¶
- type ConnectionStatusType
- type OperationSupport
- type OperationSupportMatrix
- type Paging
- type UnionBool
- type UnionFloat
- type UnionString
- func (UnionString) ImplementsEmploymentDataObjectCustomFieldsValueUnion()
- func (UnionString) ImplementsIntrospectionAuthenticationMethodsConnectionStatusLastSuccessfulSyncUnion()
- func (UnionString) ImplementsIntrospectionConnectionStatusLastSuccessfulSyncUnion()
- func (UnionString) ImplementsRequestForwardingForwardResponseRequestDataUnion()
- type UnionTime
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionStatusType ¶
type ConnectionStatusType string
const ( ConnectionStatusTypePending ConnectionStatusType = "pending" ConnectionStatusTypeProcessing ConnectionStatusType = "processing" ConnectionStatusTypeConnected ConnectionStatusType = "connected" ConnectionStatusTypeErrorNoAccountSetup ConnectionStatusType = "error_no_account_setup" ConnectionStatusTypeErrorPermissions ConnectionStatusType = "error_permissions" ConnectionStatusTypeReauth ConnectionStatusType = "reauth" )
func (ConnectionStatusType) IsKnown ¶
func (r ConnectionStatusType) IsKnown() bool
type OperationSupport ¶
type OperationSupport string
- `supported`: This operation is supported by both the provider and Finch
- `not_supported_by_finch`: This operation is not supported by Finch but supported by the provider
- `not_supported_by_provider`: This operation is not supported by the provider, so Finch cannot support
- `client_access_only`: This behavior is supported by the provider, but only available to the client and not to Finch
const ( OperationSupportSupported OperationSupport = "supported" OperationSupportNotSupportedByFinch OperationSupport = "not_supported_by_finch" OperationSupportNotSupportedByProvider OperationSupport = "not_supported_by_provider" OperationSupportClientAccessOnly OperationSupport = "client_access_only" )
func (OperationSupport) IsKnown ¶
func (r OperationSupport) IsKnown() bool
type OperationSupportMatrix ¶
type OperationSupportMatrix struct {
// - `supported`: This operation is supported by both the provider and Finch
// - `not_supported_by_finch`: This operation is not supported by Finch but
// supported by the provider
// - `not_supported_by_provider`: This operation is not supported by the provider,
// so Finch cannot support
// - `client_access_only`: This behavior is supported by the provider, but only
// available to the client and not to Finch
Create OperationSupport `json:"create"`
// - `supported`: This operation is supported by both the provider and Finch
// - `not_supported_by_finch`: This operation is not supported by Finch but
// supported by the provider
// - `not_supported_by_provider`: This operation is not supported by the provider,
// so Finch cannot support
// - `client_access_only`: This behavior is supported by the provider, but only
// available to the client and not to Finch
Delete OperationSupport `json:"delete"`
// - `supported`: This operation is supported by both the provider and Finch
// - `not_supported_by_finch`: This operation is not supported by Finch but
// supported by the provider
// - `not_supported_by_provider`: This operation is not supported by the provider,
// so Finch cannot support
// - `client_access_only`: This behavior is supported by the provider, but only
// available to the client and not to Finch
Read OperationSupport `json:"read"`
// - `supported`: This operation is supported by both the provider and Finch
// - `not_supported_by_finch`: This operation is not supported by Finch but
// supported by the provider
// - `not_supported_by_provider`: This operation is not supported by the provider,
// so Finch cannot support
// - `client_access_only`: This behavior is supported by the provider, but only
// available to the client and not to Finch
Update OperationSupport `json:"update"`
JSON operationSupportMatrixJSON `json:"-"`
}
func (*OperationSupportMatrix) UnmarshalJSON ¶
func (r *OperationSupportMatrix) UnmarshalJSON(data []byte) (err error)
type Paging ¶
type Paging struct {
// The current start index of the returned list of elements
Offset int64 `json:"offset,required"`
// The total number of elements for the entire query (not just the given page)
Count int64 `json:"count"`
JSON pagingJSON `json:"-"`
}
func (*Paging) UnmarshalJSON ¶
type UnionBool ¶ added in v1.24.0
type UnionBool bool
func (UnionBool) ImplementsEmploymentDataObjectCustomFieldsValueUnion ¶ added in v1.24.0
func (UnionBool) ImplementsEmploymentDataObjectCustomFieldsValueUnion()
type UnionFloat ¶ added in v1.24.0
type UnionFloat float64
func (UnionFloat) ImplementsEmploymentDataObjectCustomFieldsValueUnion ¶ added in v1.24.0
func (UnionFloat) ImplementsEmploymentDataObjectCustomFieldsValueUnion()
type UnionString ¶ added in v1.24.0
type UnionString string
func (UnionString) ImplementsEmploymentDataObjectCustomFieldsValueUnion ¶ added in v1.24.0
func (UnionString) ImplementsEmploymentDataObjectCustomFieldsValueUnion()
func (UnionString) ImplementsIntrospectionAuthenticationMethodsConnectionStatusLastSuccessfulSyncUnion ¶ added in v1.32.0
func (UnionString) ImplementsIntrospectionAuthenticationMethodsConnectionStatusLastSuccessfulSyncUnion()
func (UnionString) ImplementsIntrospectionConnectionStatusLastSuccessfulSyncUnion ¶ added in v1.32.0
func (UnionString) ImplementsIntrospectionConnectionStatusLastSuccessfulSyncUnion()
func (UnionString) ImplementsRequestForwardingForwardResponseRequestDataUnion ¶ added in v1.34.0
func (UnionString) ImplementsRequestForwardingForwardResponseRequestDataUnion()
type UnionTime ¶ added in v1.32.0
func (UnionTime) ImplementsIntrospectionAuthenticationMethodsConnectionStatusLastSuccessfulSyncUnion ¶ added in v1.32.0
func (UnionTime) ImplementsIntrospectionAuthenticationMethodsConnectionStatusLastSuccessfulSyncUnion()
func (UnionTime) ImplementsIntrospectionConnectionStatusLastSuccessfulSyncUnion ¶ added in v1.32.0
func (UnionTime) ImplementsIntrospectionConnectionStatusLastSuccessfulSyncUnion()
Click to show internal directories.
Click to hide internal directories.