Versions in this module Expand all Collapse all v2 v2.0.0 Apr 2, 2026 Changes in this version + const BearerAuthScopes + const CookieAuthScopes + func NewAddUserRequest(server string, body AddUserJSONRequestBody) (*http.Request, error) + func NewAddUserRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewAuthenticateUserRequest(server string, body AuthenticateUserJSONRequestBody) (*http.Request, error) + func NewAuthenticateUserRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewBatchTableSchemasRequest(server string, params *BatchTableSchemasParams) (*http.Request, error) + func NewChangeUserPasswordRequest(server string, body ChangeUserPasswordJSONRequestBody) (*http.Request, error) + func NewChangeUserPasswordRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateAPIKeyRequest(server string, body CreateAPIKeyJSONRequestBody) (*http.Request, error) + func NewCreateAPIKeyRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateAWSCUROnboardingRequest(server string) (*http.Request, error) + func NewCreateAWSOnboardingRequest(server string, body CreateAWSOnboardingJSONRequestBody) (*http.Request, error) + func NewCreateAWSOnboardingRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateConversationRequest(server string, body CreateConversationJSONRequestBody) (*http.Request, error) + func NewCreateConversationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateNotificationDestinationRequest(server string, body CreateNotificationDestinationJSONRequestBody) (*http.Request, error) + func NewCreateNotificationDestinationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreatePolicyGroupRequest(server string, body CreatePolicyGroupJSONRequestBody) (*http.Request, error) + func NewCreatePolicyGroupRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreatePolicyRequest(server string, body CreatePolicyJSONRequestBody) (*http.Request, error) + func NewCreatePolicyRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateRBACPermissionRequest(server string, body CreateRBACPermissionJSONRequestBody) (*http.Request, error) + func NewCreateRBACPermissionRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateRBACRoleRequest(server string, body CreateRBACRoleJSONRequestBody) (*http.Request, error) + func NewCreateRBACRoleRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateReportRequest(server string, body CreateReportJSONRequestBody) (*http.Request, error) + func NewCreateReportRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateReportTemplateRequest(server string, body CreateReportTemplateJSONRequestBody) (*http.Request, error) + func NewCreateReportTemplateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateSAMLRolloverCertificateRequest(server string) (*http.Request, error) + func NewCreateSlackConnectionRequest(server string, body CreateSlackConnectionJSONRequestBody) (*http.Request, error) + func NewCreateSlackConnectionRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateSyncDestinationTestConnectionRequest(server string, body CreateSyncDestinationTestConnectionJSONRequestBody) (*http.Request, error) + func NewCreateSyncDestinationTestConnectionRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateSyncRequest(server string, body CreateSyncJSONRequestBody) (*http.Request, error) + func NewCreateSyncRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateSyncRunProgressRequest(server string, syncName SyncName, syncRunId SyncRunId, ...) (*http.Request, error) + func NewCreateSyncRunProgressRequestWithBody(server string, syncName SyncName, syncRunId SyncRunId, contentType string, ...) (*http.Request, error) + func NewCreateSyncRunProgressTeamRequest(server string, teamName TeamName, syncName SyncName, syncRunId SyncRunId, ...) (*http.Request, error) + func NewCreateSyncRunProgressTeamRequestWithBody(server string, teamName TeamName, syncName SyncName, syncRunId SyncRunId, ...) (*http.Request, error) + func NewCreateSyncRunRequest(server string, syncName SyncName) (*http.Request, error) + func NewCreateSyncSourceTestConnectionRequest(server string, body CreateSyncSourceTestConnectionJSONRequestBody) (*http.Request, error) + func NewCreateSyncSourceTestConnectionRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateV2SyncDestinationRequest(server string, body CreateV2SyncDestinationJSONRequestBody) (*http.Request, error) + func NewCreateV2SyncDestinationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateV2SyncDestinationTestConnectionRequest(server string, body CreateV2SyncDestinationTestConnectionJSONRequestBody) (*http.Request, error) + func NewCreateV2SyncDestinationTestConnectionRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateV2SyncIntegrationRequest(server string, body CreateV2SyncIntegrationJSONRequestBody) (*http.Request, error) + func NewCreateV2SyncIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateV2SyncIntegrationTestConnectionRequest(server string, body CreateV2SyncIntegrationTestConnectionJSONRequestBody) (*http.Request, error) + func NewCreateV2SyncIntegrationTestConnectionRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewDeleteAPIKeyRequest(server string, apiKeyID APIKeyID) (*http.Request, error) + func NewDeleteAlertRequest(server string, queryID QueryID) (*http.Request, error) + func NewDeleteCustomColumnRequest(server string, customColumnID CustomColumnID) (*http.Request, error) + func NewDeleteFilterRequest(server string, filterID FilterID) (*http.Request, error) + func NewDeleteNotificationDestinationRequest(server string, notificationDestinationId NotificationDestinationId) (*http.Request, error) + func NewDeletePolicyGroupRequest(server string, policyGroupID PolicyGroupID) (*http.Request, error) + func NewDeletePolicyRequest(server string, policyID PolicyID) (*http.Request, error) + func NewDeleteRBACPermissionRequest(server string, rbacPermissionID RBACPermissionID) (*http.Request, error) + func NewDeleteRBACRoleRequest(server string, roleID RoleID) (*http.Request, error) + func NewDeleteReportRequest(server string, reportId openapi_types.UUID) (*http.Request, error) + func NewDeleteReportTemplateRequest(server string, templateId openapi_types.UUID) (*http.Request, error) + func NewDeleteSAMLRolloverCertificateRequest(server string, body DeleteSAMLRolloverCertificateJSONRequestBody) (*http.Request, error) + func NewDeleteSAMLRolloverCertificateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewDeleteSavedQueryRequest(server string, queryID QueryID) (*http.Request, error) + func NewDeleteSyncDestinationRequest(server string, syncDestinationName SyncDestinationName) (*http.Request, error) + func NewDeleteSyncRequest(server string, syncName SyncName) (*http.Request, error) + func NewDeleteSyncSourceRequest(server string, syncSourceName SyncSourceName) (*http.Request, error) + func NewDeleteSyncTransformerRequest(server string, syncTransformerName SyncTransformerName) (*http.Request, error) + func NewDeleteUserRequest(server string, userID UserID) (*http.Request, error) + func NewDeleteUserTOTPRequest(server string, userID UserID) (*http.Request, error) + func NewDeleteV2SyncDestinationRequest(server string, syncDestinationName SyncDestinationName) (*http.Request, error) + func NewDeleteV2SyncIntegrationRequest(server string, syncName SyncName, params *DeleteV2SyncIntegrationParams) (*http.Request, error) + func NewDownloadPluginAssetByTeamRequest(server string, teamName TeamName, pluginTeam PluginTeam, pluginKind PluginKind, ...) (*http.Request, error) + func NewDownloadPluginAssetRequest(server string, teamName TeamName, pluginKind PluginKind, pluginName PluginName, ...) (*http.Request, error) + func NewExecuteAdHocQueryRequest(server string, params *ExecuteAdHocQueryParams, ...) (*http.Request, error) + func NewExecuteAdHocQueryRequestWithBody(server string, params *ExecuteAdHocQueryParams, contentType string, ...) (*http.Request, error) + func NewExecuteSavedQueryRequest(server string, queryID QueryID, params *ExecuteSavedQueryParams) (*http.Request, error) + func NewGetAWSAccountsInParentRequest(server string, onboardingID OnboardingID, ...) (*http.Request, error) + func NewGetAWSAccountsInRootRequest(server string, onboardingID OnboardingID) (*http.Request, error) + func NewGetAWSCUROnboardingRequest(server string, onboardingID OnboardingID) (*http.Request, error) + func NewGetAWSOnboardingRequest(server string, onboardingID OnboardingID) (*http.Request, error) + func NewGetAuditLogRequest(server string, id openapi_types.UUID) (*http.Request, error) + func NewGetConversationRequest(server string, conversationID ConversationID) (*http.Request, error) + func NewGetCurrentUserRequest(server string) (*http.Request, error) + func NewGetCustomColumnRequest(server string, customColumnID CustomColumnID) (*http.Request, error) + func NewGetDataSettingsRequest(server string) (*http.Request, error) + func NewGetFilterByIDRequest(server string, filterID FilterID) (*http.Request, error) + func NewGetGroupedTeamUsageSummaryRequest(server string, groupBy GetGroupedTeamUsageSummaryParamsGroupBy, ...) (*http.Request, error) + func NewGetNotificationDestinationAlertsRequest(server string, notificationDestinationId NotificationDestinationId, ...) (*http.Request, error) + func NewGetNotificationDestinationRequest(server string, notificationDestinationId NotificationDestinationId) (*http.Request, error) + func NewGetOpenAPIJSONRequest(server string) (*http.Request, error) + func NewGetPlatformAssetInsightsRequest(server string, assetID AssetID, params *GetPlatformAssetInsightsParams) (*http.Request, error) + func NewGetPlatformInfoRequest(server string) (*http.Request, error) + func NewGetPlatformInsightAssetsRequest(server string, insightID InsightID, params *GetPlatformInsightAssetsParams) (*http.Request, error) + func NewGetPlatformInsightColumnDistinctValuesRequest(server string, insightColumnName InsightColumnName, ...) (*http.Request, error) + func NewGetPlatformInsightRequest(server string, insightID InsightID) (*http.Request, error) + func NewGetPluginRequest(server string, teamName TeamName, pluginKind PluginKind, pluginName PluginName) (*http.Request, error) + func NewGetPluginVersionRequest(server string, teamName TeamName, pluginKind PluginKind, pluginName PluginName, ...) (*http.Request, error) + func NewGetPluginVersionTableRequest(server string, teamName TeamName, pluginKind PluginKind, pluginName PluginName, ...) (*http.Request, error) + func NewGetPolicyMetricsRequest(server string, params *GetPolicyMetricsParams) (*http.Request, error) + func NewGetPolicyRequest(server string, policyID PolicyID) (*http.Request, error) + func NewGetPolicyViolationsHistoryRequest(server string, policyID PolicyID, params *GetPolicyViolationsHistoryParams) (*http.Request, error) + func NewGetPolicyViolationsRequest(server string, policyID PolicyID, params *GetPolicyViolationsParams) (*http.Request, error) + func NewGetRBACPermissionRequest(server string, rbacPermissionID RBACPermissionID) (*http.Request, error) + func NewGetRBACRoleRequest(server string, roleID RoleID) (*http.Request, error) + func NewGetReportRequest(server string, reportId openapi_types.UUID) (*http.Request, error) + func NewGetReportTemplateRequest(server string, templateId openapi_types.UUID) (*http.Request, error) + func NewGetSAMLRequest(server string) (*http.Request, error) + func NewGetSavedQueryRequest(server string, queryID QueryID) (*http.Request, error) + func NewGetSettingsRequest(server string) (*http.Request, error) + func NewGetSyncDestinationRequest(server string, syncDestinationName SyncDestinationName) (*http.Request, error) + func NewGetSyncDestinationTestConnectionLogsLiveRequest(server string, syncDestinationTestConnectionID SyncDestinationTestConnectionID, ...) (*http.Request, error) + func NewGetSyncDestinationTestConnectionLogsQueryRequest(server string, syncDestinationTestConnectionID SyncDestinationTestConnectionID, ...) (*http.Request, error) + func NewGetSyncDestinationTestConnectionRequest(server string, syncDestinationTestConnectionID SyncDestinationTestConnectionID) (*http.Request, error) + func NewGetSyncRequest(server string, syncName SyncName) (*http.Request, error) + func NewGetSyncRunLogsLiveRequest(server string, syncName SyncName, syncRunId SyncRunId, ...) (*http.Request, error) + func NewGetSyncRunLogsQueryRequest(server string, syncName SyncName, syncRunId SyncRunId, ...) (*http.Request, error) + func NewGetSyncRunRequest(server string, syncName SyncName, syncRunId SyncRunId) (*http.Request, error) + func NewGetSyncRunStatsRequest(server string, syncName SyncName, syncRunId SyncRunId) (*http.Request, error) + func NewGetSyncRunTablesRequest(server string, syncName SyncName, syncRunId SyncRunId, ...) (*http.Request, error) + func NewGetSyncSourceRequest(server string, syncSourceName SyncSourceName) (*http.Request, error) + func NewGetSyncSourceTestConnectionLogsLiveRequest(server string, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Request, error) + func NewGetSyncSourceTestConnectionLogsQueryRequest(server string, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Request, error) + func NewGetSyncSourceTestConnectionRequest(server string, syncSourceTestConnectionID SyncSourceTestConnectionID) (*http.Request, error) + func NewGetSyncTransformerRequest(server string, syncTransformerName SyncTransformerName) (*http.Request, error) + func NewGetTablesDataRequest(server string, params *GetTablesDataParams) (*http.Request, error) + func NewGetTablesRelationsRequest(server string) (*http.Request, error) + func NewGetTeamUsageSummaryRequest(server string, params *GetTeamUsageSummaryParams) (*http.Request, error) + func NewGetTestConnectionForSyncDestinationRequest(server string, syncDestinationName SyncDestinationName, ...) (*http.Request, error) + func NewGetTestConnectionForSyncSourceRequest(server string, syncSourceName SyncSourceName, ...) (*http.Request, error) + func NewGetUserRequest(server string, userID UserID) (*http.Request, error) + func NewGetV2SyncDestinationRequest(server string, syncDestinationName SyncDestinationName) (*http.Request, error) + func NewGetV2SyncDestinationsRequest(server string, params *GetV2SyncDestinationsParams) (*http.Request, error) + func NewGetV2SyncIntegrationRequest(server string, syncName SyncName) (*http.Request, error) + func NewGetViolationsByDomainRequest(server string, params *GetViolationsByDomainParams) (*http.Request, error) + func NewGetViolationsHistoryRequest(server string, params *GetViolationsHistoryParams) (*http.Request, error) + func NewHealthCheckHeadRequest(server string) (*http.Request, error) + func NewHealthCheckRequest(server string) (*http.Request, error) + func NewIndexRequest(server string) (*http.Request, error) + func NewListAPIKeysRequest(server string, params *ListAPIKeysParams) (*http.Request, error) + func NewListAllAlertsRequest(server string, params *ListAllAlertsParams) (*http.Request, error) + func NewListAllCustomColumnsRequest(server string, params *ListAllCustomColumnsParams) (*http.Request, error) + func NewListAllNotificationDestinationsRequest(server string, params *ListAllNotificationDestinationsParams) (*http.Request, error) + func NewListAllQueriesRequest(server string, params *ListAllQueriesParams) (*http.Request, error) + func NewListAllRBACPermissionsRequest(server string, params *ListAllRBACPermissionsParams) (*http.Request, error) + func NewListAllRBACRolesRequest(server string, params *ListAllRBACRolesParams) (*http.Request, error) + func NewListAuditLogsRequest(server string, params *ListAuditLogsParams) (*http.Request, error) + func NewListFilterTagsRequest(server string, params *ListFilterTagsParams) (*http.Request, error) + func NewListFiltersRequest(server string, params *ListFiltersParams) (*http.Request, error) + func NewListNotificationsRequest(server string, params *ListNotificationsParams) (*http.Request, error) + func NewListPlatformInsightsRequest(server string, params *ListPlatformInsightsParams) (*http.Request, error) + func NewListPlatformVersionsRequest(server string, params *ListPlatformVersionsParams) (*http.Request, error) + func NewListPluginVersionTablesRequest(server string, teamName TeamName, pluginKind PluginKind, pluginName PluginName, ...) (*http.Request, error) + func NewListPluginVersionsRequest(server string, teamName TeamName, pluginKind PluginKind, pluginName PluginName, ...) (*http.Request, error) + func NewListPluginsRequest(server string, params *ListPluginsParams) (*http.Request, error) + func NewListPoliciesInGroupRequest(server string, policyGroupID PolicyGroupID, params *ListPoliciesInGroupParams) (*http.Request, error) + func NewListPoliciesRequest(server string, params *ListPoliciesParams) (*http.Request, error) + func NewListPolicyGroupsRequest(server string, params *ListPolicyGroupsParams) (*http.Request, error) + func NewListQueryTagsRequest(server string, params *ListQueryTagsParams) (*http.Request, error) + func NewListReportTemplatesRequest(server string, params *ListReportTemplatesParams) (*http.Request, error) + func NewListReportsRequest(server string, params *ListReportsParams) (*http.Request, error) + func NewListSlackChannelsRequest(server string, id openapi_types.UUID, params *ListSlackChannelsParams) (*http.Request, error) + func NewListSyncDestinationSyncsRequest(server string, syncDestinationName SyncDestinationName, ...) (*http.Request, error) + func NewListSyncDestinationsRequest(server string, params *ListSyncDestinationsParams) (*http.Request, error) + func NewListSyncRunsRequest(server string, syncName SyncName, params *ListSyncRunsParams) (*http.Request, error) + func NewListSyncSourceSyncsRequest(server string, syncSourceName SyncSourceName, ...) (*http.Request, error) + func NewListSyncSourcesRequest(server string, params *ListSyncSourcesParams) (*http.Request, error) + func NewListSyncTransformerSyncDestinationsRequest(server string, syncTransformerName SyncTransformerName, ...) (*http.Request, error) + func NewListSyncTransformerSyncsRequest(server string, syncTransformerName SyncTransformerName, ...) (*http.Request, error) + func NewListSyncTransformersRequest(server string, params *ListSyncTransformersParams) (*http.Request, error) + func NewListSyncUpgradesRequest(server string, params *ListSyncUpgradesParams) (*http.Request, error) + func NewListSyncsRequest(server string, params *ListSyncsParams) (*http.Request, error) + func NewListTablesRequest(server string, params *ListTablesParams) (*http.Request, error) + func NewListTeamsRequest(server string, params *ListTeamsParams) (*http.Request, error) + func NewListUsersRequest(server string, params *ListUsersParams) (*http.Request, error) + func NewListV2SyncIntegrationsRequest(server string, params *ListV2SyncIntegrationsParams) (*http.Request, error) + func NewLoginUserRequest(server string, body LoginUserJSONRequestBody) (*http.Request, error) + func NewLoginUserRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewLogoutUserRequest(server string) (*http.Request, error) + func NewNotifyAWSCUROnboardingRequest(server string, onboardingID OnboardingID, ...) (*http.Request, error) + func NewNotifyAWSCUROnboardingRequestWithBody(server string, onboardingID OnboardingID, contentType string, body io.Reader) (*http.Request, error) + func NewNotifyOnboardingRequest(server string, onboardingID OnboardingID, body NotifyOnboardingJSONRequestBody) (*http.Request, error) + func NewNotifyOnboardingRequestWithBody(server string, onboardingID OnboardingID, contentType string, body io.Reader) (*http.Request, error) + func NewPatchV2SyncDestinationRequest(server string, syncDestinationName SyncDestinationName, ...) (*http.Request, error) + func NewPatchV2SyncDestinationRequestWithBody(server string, syncDestinationName SyncDestinationName, contentType string, ...) (*http.Request, error) + func NewPlatformCreateInsightFilterRequest(server string, body PlatformCreateInsightFilterJSONRequestBody) (*http.Request, error) + func NewPlatformCreateInsightFilterRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewPlatformDeleteInsightFilterRequest(server string, insightFilterID InsightFilterID) (*http.Request, error) + func NewPlatformGetInsightFilterByIDRequest(server string, insightFilterID InsightFilterID) (*http.Request, error) + func NewPlatformListInsightFiltersRequest(server string, params *PlatformListInsightFiltersParams) (*http.Request, error) + func NewPlatformUpdateInsightFilterRequest(server string, insightFilterID InsightFilterID, ...) (*http.Request, error) + func NewPlatformUpdateInsightFilterRequestWithBody(server string, insightFilterID InsightFilterID, contentType string, ...) (*http.Request, error) + func NewPromoteSAMLRolloverCertificateRequest(server string, body PromoteSAMLRolloverCertificateJSONRequestBody) (*http.Request, error) + func NewPromoteSAMLRolloverCertificateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewPromoteSyncDestinationTestConnectionRequest(server string, syncDestinationTestConnectionID SyncDestinationTestConnectionID, ...) (*http.Request, error) + func NewPromoteSyncDestinationTestConnectionRequestWithBody(server string, syncDestinationTestConnectionID SyncDestinationTestConnectionID, ...) (*http.Request, error) + func NewPromoteSyncSourceTestConnectionRequest(server string, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Request, error) + func NewPromoteSyncSourceTestConnectionRequestWithBody(server string, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Request, error) + func NewProvisionOnboardingConfigurationRequest(server string, onboardingID OnboardingID, ...) (*http.Request, error) + func NewProvisionOnboardingConfigurationRequestWithBody(server string, onboardingID OnboardingID, contentType string, body io.Reader) (*http.Request, error) + func NewQueryListFilterTagsRequest(server string, queryID QueryID, params *QueryListFilterTagsParams) (*http.Request, error) + func NewQueryListFiltersRequest(server string, queryID QueryID, params *QueryListFiltersParams) (*http.Request, error) + func NewQuerySaveFilterRequest(server string, queryID QueryID, body QuerySaveFilterJSONRequestBody) (*http.Request, error) + func NewQuerySaveFilterRequestWithBody(server string, queryID QueryID, contentType string, body io.Reader) (*http.Request, error) + func NewSaveCustomColumnRequest(server string, body SaveCustomColumnJSONRequestBody) (*http.Request, error) + func NewSaveCustomColumnRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewSaveQueryRequest(server string, body SaveQueryJSONRequestBody) (*http.Request, error) + func NewSaveQueryRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewSendAnonymousEventRequest(server string, body SendAnonymousEventJSONRequestBody) (*http.Request, error) + func NewSendAnonymousEventRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewSendMessageRequest(server string, conversationID ConversationID, body SendMessageJSONRequestBody) (*http.Request, error) + func NewSendMessageRequestWithBody(server string, conversationID ConversationID, contentType string, ...) (*http.Request, error) + func NewSendUserEventRequest(server string, body SendUserEventJSONRequestBody) (*http.Request, error) + func NewSendUserEventRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewTableColumnListValuesRequest(server string, tableName TableName, columnName ColumnName, ...) (*http.Request, error) + func NewTableListColumnsRequest(server string, tableName TableName, params *TableListColumnsParams) (*http.Request, error) + func NewTableListFilterTagsRequest(server string, tableName TableName, params *TableListFilterTagsParams) (*http.Request, error) + func NewTableListFiltersRequest(server string, tableName TableName, params *TableListFiltersParams) (*http.Request, error) + func NewTableListRowsRequest(server string, tableName TableName, params *TableListRowsParams) (*http.Request, error) + func NewTableRowByIdRequest(server string, tableName TableName, tableRowId TableRowId, ...) (*http.Request, error) + func NewTableSaveFilterRequest(server string, tableName TableName, body TableSaveFilterJSONRequestBody) (*http.Request, error) + func NewTableSaveFilterRequestWithBody(server string, tableName TableName, contentType string, body io.Reader) (*http.Request, error) + func NewTableSchemaRequest(server string, tableName TableName) (*http.Request, error) + func NewTablesDataActionRequest(server string, body TablesDataActionJSONRequestBody) (*http.Request, error) + func NewTablesDataActionRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewTestNotificationDestinationRequest(server string, notificationDestinationId NotificationDestinationId) (*http.Request, error) + func NewTestUnsavedAlertRequest(server string, params *TestUnsavedAlertParams, ...) (*http.Request, error) + func NewTestUnsavedAlertRequestWithBody(server string, params *TestUnsavedAlertParams, contentType string, ...) (*http.Request, error) + func NewTestUnsavedNotificationDestinationRequest(server string, body TestUnsavedNotificationDestinationJSONRequestBody) (*http.Request, error) + func NewTestUnsavedNotificationDestinationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewTogglePolicyRequest(server string, policyID PolicyID) (*http.Request, error) + func NewUpdateCurrentUserRequest(server string, body UpdateCurrentUserJSONRequestBody) (*http.Request, error) + func NewUpdateCurrentUserRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateCustomColumnRequest(server string, customColumnID CustomColumnID, ...) (*http.Request, error) + func NewUpdateCustomColumnRequestWithBody(server string, customColumnID CustomColumnID, contentType string, ...) (*http.Request, error) + func NewUpdateCustomerRequest(server string, body UpdateCustomerJSONRequestBody) (*http.Request, error) + func NewUpdateCustomerRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateDataSettingsRequest(server string, body UpdateDataSettingsJSONRequestBody) (*http.Request, error) + func NewUpdateDataSettingsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateFilterRequest(server string, filterID FilterID, body UpdateFilterJSONRequestBody) (*http.Request, error) + func NewUpdateFilterRequestWithBody(server string, filterID FilterID, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateNotificationDestinationRequest(server string, notificationDestinationId NotificationDestinationId, ...) (*http.Request, error) + func NewUpdateNotificationDestinationRequestWithBody(server string, notificationDestinationId NotificationDestinationId, ...) (*http.Request, error) + func NewUpdatePolicyGroupRequest(server string, policyGroupID PolicyGroupID, ...) (*http.Request, error) + func NewUpdatePolicyGroupRequestWithBody(server string, policyGroupID PolicyGroupID, contentType string, body io.Reader) (*http.Request, error) + func NewUpdatePolicyRequest(server string, policyID PolicyID, body UpdatePolicyJSONRequestBody) (*http.Request, error) + func NewUpdatePolicyRequestWithBody(server string, policyID PolicyID, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateQueryRequest(server string, queryID QueryID, body UpdateQueryJSONRequestBody) (*http.Request, error) + func NewUpdateQueryRequestWithBody(server string, queryID QueryID, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateRBACPermissionRequest(server string, rbacPermissionID RBACPermissionID, ...) (*http.Request, error) + func NewUpdateRBACPermissionRequestWithBody(server string, rbacPermissionID RBACPermissionID, contentType string, ...) (*http.Request, error) + func NewUpdateRBACRoleRequest(server string, roleID RoleID, body UpdateRBACRoleJSONRequestBody) (*http.Request, error) + func NewUpdateRBACRoleRequestWithBody(server string, roleID RoleID, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateReportRequest(server string, reportId openapi_types.UUID, body UpdateReportJSONRequestBody) (*http.Request, error) + func NewUpdateReportRequestWithBody(server string, reportId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateReportTemplateRequest(server string, templateId openapi_types.UUID, ...) (*http.Request, error) + func NewUpdateReportTemplateRequestWithBody(server string, templateId openapi_types.UUID, contentType string, ...) (*http.Request, error) + func NewUpdateSAMLRequest(server string, body UpdateSAMLJSONRequestBody) (*http.Request, error) + func NewUpdateSAMLRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateSettingsRequest(server string, body UpdateSettingsJSONRequestBody) (*http.Request, error) + func NewUpdateSettingsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateSyncDestinationRequest(server string, syncDestinationName SyncDestinationName, ...) (*http.Request, error) + func NewUpdateSyncDestinationRequestWithBody(server string, syncDestinationName SyncDestinationName, contentType string, ...) (*http.Request, error) + func NewUpdateSyncRequest(server string, syncName SyncName, body UpdateSyncJSONRequestBody) (*http.Request, error) + func NewUpdateSyncRequestWithBody(server string, syncName SyncName, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateSyncRunRequest(server string, syncName SyncName, syncRunId SyncRunId, ...) (*http.Request, error) + func NewUpdateSyncRunRequestWithBody(server string, syncName SyncName, syncRunId SyncRunId, contentType string, ...) (*http.Request, error) + func NewUpdateSyncSourceRequest(server string, syncSourceName SyncSourceName, ...) (*http.Request, error) + func NewUpdateSyncSourceRequestWithBody(server string, syncSourceName SyncSourceName, contentType string, ...) (*http.Request, error) + func NewUpdateSyncTestConnectionForSyncDestinationRequest(server string, syncDestinationTestConnectionID SyncDestinationTestConnectionID, ...) (*http.Request, error) + func NewUpdateSyncTestConnectionForSyncDestinationRequestWithBody(server string, syncDestinationTestConnectionID SyncDestinationTestConnectionID, ...) (*http.Request, error) + func NewUpdateSyncTestConnectionForSyncDestinationTeamRequest(server string, teamName TeamName, ...) (*http.Request, error) + func NewUpdateSyncTestConnectionForSyncDestinationTeamRequestWithBody(server string, teamName TeamName, ...) (*http.Request, error) + func NewUpdateSyncTestConnectionForSyncSourceRequest(server string, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Request, error) + func NewUpdateSyncTestConnectionForSyncSourceRequestWithBody(server string, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Request, error) + func NewUpdateSyncTestConnectionForSyncSourceTeamRequest(server string, teamName TeamName, ...) (*http.Request, error) + func NewUpdateSyncTestConnectionForSyncSourceTeamRequestWithBody(server string, teamName TeamName, ...) (*http.Request, error) + func NewUpdateSyncTransformerRequest(server string, syncTransformerName SyncTransformerName, ...) (*http.Request, error) + func NewUpdateSyncTransformerRequestWithBody(server string, syncTransformerName SyncTransformerName, contentType string, ...) (*http.Request, error) + func NewUpdateUserRequest(server string, userID UserID, body UpdateUserJSONRequestBody) (*http.Request, error) + func NewUpdateUserRequestWithBody(server string, userID UserID, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateV2SyncIntegrationRequest(server string, syncName SyncName, body UpdateV2SyncIntegrationJSONRequestBody) (*http.Request, error) + func NewUpdateV2SyncIntegrationRequestWithBody(server string, syncName SyncName, contentType string, body io.Reader) (*http.Request, error) + func NewUserTOTPDeleteRequest(server string) (*http.Request, error) + func NewUserTOTPSetupRequest(server string) (*http.Request, error) + func NewUserTOTPVerifyRequest(server string, params *UserTOTPVerifyParams, ...) (*http.Request, error) + func NewUserTOTPVerifyRequestWithBody(server string, params *UserTOTPVerifyParams, contentType string, ...) (*http.Request, error) + func NewVerifyAWSCUROnboardingRequest(server string, onboardingID OnboardingID) (*http.Request, error) + type APIKey struct + APIKeyID APIKeyID + CreatedAt *time.Time + CreatedBy *string + Expired bool + ExpiresAt time.Time + Key *string + LastAccessAt *time.Time + Name APIKeyName + Roles []Role + type APIKeyID = openapi_types.UUID + type APIKeyName = string + type AddUserJSONBody struct + Email string + Name string + Password *string + Roles []RoleID + type AddUserJSONRequestBody AddUserJSONBody + type AddUserResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *User + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON405 *MethodNotAllowed + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseAddUserResponse(rsp *http.Response) (*AddUserResponse, error) + func (r AddUserResponse) Status() string + func (r AddUserResponse) StatusCode() int + type Alert struct + CreatedAt time.Time + Enabled bool + ID openapi_types.UUID + LastEvaluatedAt *time.Time + Message string + NumDestinations int + QueryID openapi_types.UUID + Severity AlertSeverity + State AlertState + TotalViolations int64 + TriggeredAt *time.Time + UpdatedAt time.Time + type AlertConfigured = bool + type AlertCreate struct + Enabled bool + Message string + NotificationDestinations []NotificationDestinationID + Severity AlertSeverity + type AlertDetail struct + CreatedAt time.Time + Enabled bool + ID openapi_types.UUID + LastEvaluatedAt *time.Time + Message string + NotificationDestinations []NotificationDestinationListItem + QueryID openapi_types.UUID + Severity AlertSeverity + State AlertState + TotalViolations int64 + TriggeredAt *time.Time + UpdatedAt time.Time + type AlertEnabled = bool + type AlertMessageFilter = string + type AlertSeverity string + const AlertSeverityCritical + const AlertSeverityHigh + const AlertSeverityLow + const AlertSeverityMedium + type AlertState string + const AlertStateInactive + const AlertStatePending + const AlertStateTriggered + const AlertStateUnknown + type AlertStates = []AlertState + type AlertTestResponse struct + DestinationID string + Error *string + Response NotificationDestinationTestResponse + type AlertUpdate struct + Enabled *bool + Message *string + NotificationDestinations *[]NotificationDestinationID + Severity *AlertSeverity + type AssetID = TableRowID + type AuditLogEvent struct + CreatedAt time.Time + EntityDisplayName *string + EventDetails *map[string]interface{} + EventType string + Id openapi_types.UUID + IsSuccess *bool + User User + UserIpAddress string + type AuthenticateUserJSONBody struct + Email string + Password string + type AuthenticateUserJSONRequestBody AuthenticateUserJSONBody + type AuthenticateUserResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON405 *MethodNotAllowed + JSON422 *UnprocessableEntity + JSON429 *TooManyRequests + JSON500 *InternalError + func ParseAuthenticateUserResponse(rsp *http.Response) (*AuthenticateUserResponse, error) + func (r AuthenticateUserResponse) Status() string + func (r AuthenticateUserResponse) StatusCode() int + type BadRequest = FieldError + type BaseNotification struct + Status string + type BasicError struct + Message string + Status int + type BatchTableSchemaItem struct + DefaultColumns []string + Schema TableSchema + TableName string + type BatchTableSchemasParams struct + Tables []string + type BatchTableSchemasResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseBatchTableSchemasResponse(rsp *http.Response) (*BatchTableSchemasResponse, error) + func (r BatchTableSchemasResponse) Status() string + func (r BatchTableSchemasResponse) StatusCode() int + type ChangeUserPasswordJSONBody struct + Email string + NewPassword string + OldPassword string + type ChangeUserPasswordJSONRequestBody ChangeUserPasswordJSONBody + type ChangeUserPasswordResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON405 *MethodNotAllowed + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseChangeUserPasswordResponse(rsp *http.Response) (*ChangeUserPasswordResponse, error) + func (r ChangeUserPasswordResponse) Status() string + func (r ChangeUserPasswordResponse) StatusCode() int + type Client struct + Client HttpRequestDoer + RequestEditors []RequestEditorFn + Server string + func NewClient(server string, opts ...ClientOption) (*Client, error) + func (c *Client) AddUser(ctx context.Context, body AddUserJSONRequestBody, ...) (*http.Response, error) + func (c *Client) AddUserWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) AuthenticateUser(ctx context.Context, body AuthenticateUserJSONRequestBody, ...) (*http.Response, error) + func (c *Client) AuthenticateUserWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) BatchTableSchemas(ctx context.Context, params *BatchTableSchemasParams, ...) (*http.Response, error) + func (c *Client) ChangeUserPassword(ctx context.Context, body ChangeUserPasswordJSONRequestBody, ...) (*http.Response, error) + func (c *Client) ChangeUserPasswordWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateAPIKey(ctx context.Context, body CreateAPIKeyJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateAPIKeyWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateAWSCUROnboarding(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) CreateAWSOnboarding(ctx context.Context, body CreateAWSOnboardingJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateAWSOnboardingWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateConversation(ctx context.Context, body CreateConversationJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateConversationWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateNotificationDestination(ctx context.Context, body CreateNotificationDestinationJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateNotificationDestinationWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreatePolicy(ctx context.Context, body CreatePolicyJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreatePolicyGroup(ctx context.Context, body CreatePolicyGroupJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreatePolicyGroupWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreatePolicyWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateRBACPermission(ctx context.Context, body CreateRBACPermissionJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateRBACPermissionWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateRBACRole(ctx context.Context, body CreateRBACRoleJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateRBACRoleWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateReport(ctx context.Context, body CreateReportJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateReportTemplate(ctx context.Context, body CreateReportTemplateJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateReportTemplateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateReportWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateSAMLRolloverCertificate(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) CreateSlackConnection(ctx context.Context, body CreateSlackConnectionJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateSlackConnectionWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateSync(ctx context.Context, body CreateSyncJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateSyncDestinationTestConnection(ctx context.Context, body CreateSyncDestinationTestConnectionJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateSyncDestinationTestConnectionWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateSyncRun(ctx context.Context, syncName SyncName, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) CreateSyncRunProgress(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + func (c *Client) CreateSyncRunProgressTeam(ctx context.Context, teamName TeamName, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + func (c *Client) CreateSyncRunProgressTeamWithBody(ctx context.Context, teamName TeamName, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + func (c *Client) CreateSyncRunProgressWithBody(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + func (c *Client) CreateSyncSourceTestConnection(ctx context.Context, body CreateSyncSourceTestConnectionJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateSyncSourceTestConnectionWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateSyncWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateV2SyncDestination(ctx context.Context, body CreateV2SyncDestinationJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateV2SyncDestinationTestConnection(ctx context.Context, body CreateV2SyncDestinationTestConnectionJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateV2SyncDestinationTestConnectionWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateV2SyncDestinationWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateV2SyncIntegration(ctx context.Context, body CreateV2SyncIntegrationJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateV2SyncIntegrationTestConnection(ctx context.Context, body CreateV2SyncIntegrationTestConnectionJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateV2SyncIntegrationTestConnectionWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateV2SyncIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) DeleteAPIKey(ctx context.Context, apiKeyID APIKeyID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteAlert(ctx context.Context, queryID QueryID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteCustomColumn(ctx context.Context, customColumnID CustomColumnID, ...) (*http.Response, error) + func (c *Client) DeleteFilter(ctx context.Context, filterID FilterID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteNotificationDestination(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*http.Response, error) + func (c *Client) DeletePolicy(ctx context.Context, policyID PolicyID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeletePolicyGroup(ctx context.Context, policyGroupID PolicyGroupID, ...) (*http.Response, error) + func (c *Client) DeleteRBACPermission(ctx context.Context, rbacPermissionID RBACPermissionID, ...) (*http.Response, error) + func (c *Client) DeleteRBACRole(ctx context.Context, roleID RoleID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteReport(ctx context.Context, reportId openapi_types.UUID, ...) (*http.Response, error) + func (c *Client) DeleteReportTemplate(ctx context.Context, templateId openapi_types.UUID, ...) (*http.Response, error) + func (c *Client) DeleteSAMLRolloverCertificate(ctx context.Context, body DeleteSAMLRolloverCertificateJSONRequestBody, ...) (*http.Response, error) + func (c *Client) DeleteSAMLRolloverCertificateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) DeleteSavedQuery(ctx context.Context, queryID QueryID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteSync(ctx context.Context, syncName SyncName, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteSyncDestination(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + func (c *Client) DeleteSyncSource(ctx context.Context, syncSourceName SyncSourceName, ...) (*http.Response, error) + func (c *Client) DeleteSyncTransformer(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*http.Response, error) + func (c *Client) DeleteUser(ctx context.Context, userID UserID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteUserTOTP(ctx context.Context, userID UserID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteV2SyncDestination(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + func (c *Client) DeleteV2SyncIntegration(ctx context.Context, syncName SyncName, params *DeleteV2SyncIntegrationParams, ...) (*http.Response, error) + func (c *Client) DownloadPluginAsset(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*http.Response, error) + func (c *Client) DownloadPluginAssetByTeam(ctx context.Context, teamName TeamName, pluginTeam PluginTeam, ...) (*http.Response, error) + func (c *Client) ExecuteAdHocQuery(ctx context.Context, params *ExecuteAdHocQueryParams, ...) (*http.Response, error) + func (c *Client) ExecuteAdHocQueryWithBody(ctx context.Context, params *ExecuteAdHocQueryParams, contentType string, ...) (*http.Response, error) + func (c *Client) ExecuteSavedQuery(ctx context.Context, queryID QueryID, params *ExecuteSavedQueryParams, ...) (*http.Response, error) + func (c *Client) GetAWSAccountsInParent(ctx context.Context, onboardingID OnboardingID, ...) (*http.Response, error) + func (c *Client) GetAWSAccountsInRoot(ctx context.Context, onboardingID OnboardingID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetAWSCUROnboarding(ctx context.Context, onboardingID OnboardingID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetAWSOnboarding(ctx context.Context, onboardingID OnboardingID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetAuditLog(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetConversation(ctx context.Context, conversationID ConversationID, ...) (*http.Response, error) + func (c *Client) GetCurrentUser(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetCustomColumn(ctx context.Context, customColumnID CustomColumnID, ...) (*http.Response, error) + func (c *Client) GetDataSettings(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetFilterByID(ctx context.Context, filterID FilterID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetGroupedTeamUsageSummary(ctx context.Context, groupBy GetGroupedTeamUsageSummaryParamsGroupBy, ...) (*http.Response, error) + func (c *Client) GetNotificationDestination(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*http.Response, error) + func (c *Client) GetNotificationDestinationAlerts(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*http.Response, error) + func (c *Client) GetOpenAPIJSON(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetPlatformAssetInsights(ctx context.Context, assetID AssetID, params *GetPlatformAssetInsightsParams, ...) (*http.Response, error) + func (c *Client) GetPlatformInfo(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetPlatformInsight(ctx context.Context, insightID InsightID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetPlatformInsightAssets(ctx context.Context, insightID InsightID, ...) (*http.Response, error) + func (c *Client) GetPlatformInsightColumnDistinctValues(ctx context.Context, insightColumnName InsightColumnName, ...) (*http.Response, error) + func (c *Client) GetPlugin(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*http.Response, error) + func (c *Client) GetPluginVersion(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*http.Response, error) + func (c *Client) GetPluginVersionTable(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*http.Response, error) + func (c *Client) GetPolicy(ctx context.Context, policyID PolicyID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetPolicyMetrics(ctx context.Context, params *GetPolicyMetricsParams, ...) (*http.Response, error) + func (c *Client) GetPolicyViolations(ctx context.Context, policyID PolicyID, params *GetPolicyViolationsParams, ...) (*http.Response, error) + func (c *Client) GetPolicyViolationsHistory(ctx context.Context, policyID PolicyID, ...) (*http.Response, error) + func (c *Client) GetRBACPermission(ctx context.Context, rbacPermissionID RBACPermissionID, ...) (*http.Response, error) + func (c *Client) GetRBACRole(ctx context.Context, roleID RoleID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetReport(ctx context.Context, reportId openapi_types.UUID, ...) (*http.Response, error) + func (c *Client) GetReportTemplate(ctx context.Context, templateId openapi_types.UUID, ...) (*http.Response, error) + func (c *Client) GetSAML(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetSavedQuery(ctx context.Context, queryID QueryID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetSettings(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetSync(ctx context.Context, syncName SyncName, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetSyncDestination(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + func (c *Client) GetSyncDestinationTestConnection(ctx context.Context, ...) (*http.Response, error) + func (c *Client) GetSyncDestinationTestConnectionLogsLive(ctx context.Context, ...) (*http.Response, error) + func (c *Client) GetSyncDestinationTestConnectionLogsQuery(ctx context.Context, ...) (*http.Response, error) + func (c *Client) GetSyncRun(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + func (c *Client) GetSyncRunLogsLive(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + func (c *Client) GetSyncRunLogsQuery(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + func (c *Client) GetSyncRunStats(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + func (c *Client) GetSyncRunTables(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + func (c *Client) GetSyncSource(ctx context.Context, syncSourceName SyncSourceName, ...) (*http.Response, error) + func (c *Client) GetSyncSourceTestConnection(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Response, error) + func (c *Client) GetSyncSourceTestConnectionLogsLive(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Response, error) + func (c *Client) GetSyncSourceTestConnectionLogsQuery(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Response, error) + func (c *Client) GetSyncTransformer(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*http.Response, error) + func (c *Client) GetTablesData(ctx context.Context, params *GetTablesDataParams, ...) (*http.Response, error) + func (c *Client) GetTablesRelations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetTeamUsageSummary(ctx context.Context, params *GetTeamUsageSummaryParams, ...) (*http.Response, error) + func (c *Client) GetTestConnectionForSyncDestination(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + func (c *Client) GetTestConnectionForSyncSource(ctx context.Context, syncSourceName SyncSourceName, ...) (*http.Response, error) + func (c *Client) GetUser(ctx context.Context, userID UserID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetV2SyncDestination(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + func (c *Client) GetV2SyncDestinations(ctx context.Context, params *GetV2SyncDestinationsParams, ...) (*http.Response, error) + func (c *Client) GetV2SyncIntegration(ctx context.Context, syncName SyncName, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetViolationsByDomain(ctx context.Context, params *GetViolationsByDomainParams, ...) (*http.Response, error) + func (c *Client) GetViolationsHistory(ctx context.Context, params *GetViolationsHistoryParams, ...) (*http.Response, error) + func (c *Client) HealthCheck(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) HealthCheckHead(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) Index(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListAPIKeys(ctx context.Context, params *ListAPIKeysParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListAllAlerts(ctx context.Context, params *ListAllAlertsParams, ...) (*http.Response, error) + func (c *Client) ListAllCustomColumns(ctx context.Context, params *ListAllCustomColumnsParams, ...) (*http.Response, error) + func (c *Client) ListAllNotificationDestinations(ctx context.Context, params *ListAllNotificationDestinationsParams, ...) (*http.Response, error) + func (c *Client) ListAllQueries(ctx context.Context, params *ListAllQueriesParams, ...) (*http.Response, error) + func (c *Client) ListAllRBACPermissions(ctx context.Context, params *ListAllRBACPermissionsParams, ...) (*http.Response, error) + func (c *Client) ListAllRBACRoles(ctx context.Context, params *ListAllRBACRolesParams, ...) (*http.Response, error) + func (c *Client) ListAuditLogs(ctx context.Context, params *ListAuditLogsParams, ...) (*http.Response, error) + func (c *Client) ListFilterTags(ctx context.Context, params *ListFilterTagsParams, ...) (*http.Response, error) + func (c *Client) ListFilters(ctx context.Context, params *ListFiltersParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListNotifications(ctx context.Context, params *ListNotificationsParams, ...) (*http.Response, error) + func (c *Client) ListPlatformInsights(ctx context.Context, params *ListPlatformInsightsParams, ...) (*http.Response, error) + func (c *Client) ListPlatformVersions(ctx context.Context, params *ListPlatformVersionsParams, ...) (*http.Response, error) + func (c *Client) ListPluginVersionTables(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*http.Response, error) + func (c *Client) ListPluginVersions(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*http.Response, error) + func (c *Client) ListPlugins(ctx context.Context, params *ListPluginsParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListPolicies(ctx context.Context, params *ListPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListPoliciesInGroup(ctx context.Context, policyGroupID PolicyGroupID, ...) (*http.Response, error) + func (c *Client) ListPolicyGroups(ctx context.Context, params *ListPolicyGroupsParams, ...) (*http.Response, error) + func (c *Client) ListQueryTags(ctx context.Context, params *ListQueryTagsParams, ...) (*http.Response, error) + func (c *Client) ListReportTemplates(ctx context.Context, params *ListReportTemplatesParams, ...) (*http.Response, error) + func (c *Client) ListReports(ctx context.Context, params *ListReportsParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListSlackChannels(ctx context.Context, id openapi_types.UUID, params *ListSlackChannelsParams, ...) (*http.Response, error) + func (c *Client) ListSyncDestinationSyncs(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + func (c *Client) ListSyncDestinations(ctx context.Context, params *ListSyncDestinationsParams, ...) (*http.Response, error) + func (c *Client) ListSyncRuns(ctx context.Context, syncName SyncName, params *ListSyncRunsParams, ...) (*http.Response, error) + func (c *Client) ListSyncSourceSyncs(ctx context.Context, syncSourceName SyncSourceName, ...) (*http.Response, error) + func (c *Client) ListSyncSources(ctx context.Context, params *ListSyncSourcesParams, ...) (*http.Response, error) + func (c *Client) ListSyncTransformerSyncDestinations(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*http.Response, error) + func (c *Client) ListSyncTransformerSyncs(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*http.Response, error) + func (c *Client) ListSyncTransformers(ctx context.Context, params *ListSyncTransformersParams, ...) (*http.Response, error) + func (c *Client) ListSyncUpgrades(ctx context.Context, params *ListSyncUpgradesParams, ...) (*http.Response, error) + func (c *Client) ListSyncs(ctx context.Context, params *ListSyncsParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListTables(ctx context.Context, params *ListTablesParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListTeams(ctx context.Context, params *ListTeamsParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListUsers(ctx context.Context, params *ListUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListV2SyncIntegrations(ctx context.Context, params *ListV2SyncIntegrationsParams, ...) (*http.Response, error) + func (c *Client) LoginUser(ctx context.Context, body LoginUserJSONRequestBody, ...) (*http.Response, error) + func (c *Client) LoginUserWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) LogoutUser(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) NotifyAWSCUROnboarding(ctx context.Context, onboardingID OnboardingID, ...) (*http.Response, error) + func (c *Client) NotifyAWSCUROnboardingWithBody(ctx context.Context, onboardingID OnboardingID, contentType string, ...) (*http.Response, error) + func (c *Client) NotifyOnboarding(ctx context.Context, onboardingID OnboardingID, ...) (*http.Response, error) + func (c *Client) NotifyOnboardingWithBody(ctx context.Context, onboardingID OnboardingID, contentType string, ...) (*http.Response, error) + func (c *Client) PatchV2SyncDestination(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + func (c *Client) PatchV2SyncDestinationWithBody(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + func (c *Client) PlatformCreateInsightFilter(ctx context.Context, body PlatformCreateInsightFilterJSONRequestBody, ...) (*http.Response, error) + func (c *Client) PlatformCreateInsightFilterWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) PlatformDeleteInsightFilter(ctx context.Context, insightFilterID InsightFilterID, ...) (*http.Response, error) + func (c *Client) PlatformGetInsightFilterByID(ctx context.Context, insightFilterID InsightFilterID, ...) (*http.Response, error) + func (c *Client) PlatformListInsightFilters(ctx context.Context, params *PlatformListInsightFiltersParams, ...) (*http.Response, error) + func (c *Client) PlatformUpdateInsightFilter(ctx context.Context, insightFilterID InsightFilterID, ...) (*http.Response, error) + func (c *Client) PlatformUpdateInsightFilterWithBody(ctx context.Context, insightFilterID InsightFilterID, contentType string, ...) (*http.Response, error) + func (c *Client) PromoteSAMLRolloverCertificate(ctx context.Context, body PromoteSAMLRolloverCertificateJSONRequestBody, ...) (*http.Response, error) + func (c *Client) PromoteSAMLRolloverCertificateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) PromoteSyncDestinationTestConnection(ctx context.Context, ...) (*http.Response, error) + func (c *Client) PromoteSyncDestinationTestConnectionWithBody(ctx context.Context, ...) (*http.Response, error) + func (c *Client) PromoteSyncSourceTestConnection(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Response, error) + func (c *Client) PromoteSyncSourceTestConnectionWithBody(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Response, error) + func (c *Client) ProvisionOnboardingConfiguration(ctx context.Context, onboardingID OnboardingID, ...) (*http.Response, error) + func (c *Client) ProvisionOnboardingConfigurationWithBody(ctx context.Context, onboardingID OnboardingID, contentType string, ...) (*http.Response, error) + func (c *Client) QueryListFilterTags(ctx context.Context, queryID QueryID, params *QueryListFilterTagsParams, ...) (*http.Response, error) + func (c *Client) QueryListFilters(ctx context.Context, queryID QueryID, params *QueryListFiltersParams, ...) (*http.Response, error) + func (c *Client) QuerySaveFilter(ctx context.Context, queryID QueryID, body QuerySaveFilterJSONRequestBody, ...) (*http.Response, error) + func (c *Client) QuerySaveFilterWithBody(ctx context.Context, queryID QueryID, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SaveCustomColumn(ctx context.Context, body SaveCustomColumnJSONRequestBody, ...) (*http.Response, error) + func (c *Client) SaveCustomColumnWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SaveQuery(ctx context.Context, body SaveQueryJSONRequestBody, ...) (*http.Response, error) + func (c *Client) SaveQueryWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SendAnonymousEvent(ctx context.Context, body SendAnonymousEventJSONRequestBody, ...) (*http.Response, error) + func (c *Client) SendAnonymousEventWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SendMessage(ctx context.Context, conversationID ConversationID, ...) (*http.Response, error) + func (c *Client) SendMessageWithBody(ctx context.Context, conversationID ConversationID, contentType string, ...) (*http.Response, error) + func (c *Client) SendUserEvent(ctx context.Context, body SendUserEventJSONRequestBody, ...) (*http.Response, error) + func (c *Client) SendUserEventWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) TableColumnListValues(ctx context.Context, tableName TableName, columnName ColumnName, ...) (*http.Response, error) + func (c *Client) TableListColumns(ctx context.Context, tableName TableName, params *TableListColumnsParams, ...) (*http.Response, error) + func (c *Client) TableListFilterTags(ctx context.Context, tableName TableName, params *TableListFilterTagsParams, ...) (*http.Response, error) + func (c *Client) TableListFilters(ctx context.Context, tableName TableName, params *TableListFiltersParams, ...) (*http.Response, error) + func (c *Client) TableListRows(ctx context.Context, tableName TableName, params *TableListRowsParams, ...) (*http.Response, error) + func (c *Client) TableRowById(ctx context.Context, tableName TableName, tableRowId TableRowId, ...) (*http.Response, error) + func (c *Client) TableSaveFilter(ctx context.Context, tableName TableName, body TableSaveFilterJSONRequestBody, ...) (*http.Response, error) + func (c *Client) TableSaveFilterWithBody(ctx context.Context, tableName TableName, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) TableSchema(ctx context.Context, tableName TableName, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) TablesDataAction(ctx context.Context, body TablesDataActionJSONRequestBody, ...) (*http.Response, error) + func (c *Client) TablesDataActionWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) TestNotificationDestination(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*http.Response, error) + func (c *Client) TestUnsavedAlert(ctx context.Context, params *TestUnsavedAlertParams, ...) (*http.Response, error) + func (c *Client) TestUnsavedAlertWithBody(ctx context.Context, params *TestUnsavedAlertParams, contentType string, ...) (*http.Response, error) + func (c *Client) TestUnsavedNotificationDestination(ctx context.Context, body TestUnsavedNotificationDestinationJSONRequestBody, ...) (*http.Response, error) + func (c *Client) TestUnsavedNotificationDestinationWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) TogglePolicy(ctx context.Context, policyID PolicyID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) UpdateCurrentUser(ctx context.Context, body UpdateCurrentUserJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdateCurrentUserWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateCustomColumn(ctx context.Context, customColumnID CustomColumnID, ...) (*http.Response, error) + func (c *Client) UpdateCustomColumnWithBody(ctx context.Context, customColumnID CustomColumnID, contentType string, ...) (*http.Response, error) + func (c *Client) UpdateCustomer(ctx context.Context, body UpdateCustomerJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdateCustomerWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateDataSettings(ctx context.Context, body UpdateDataSettingsJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdateDataSettingsWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateFilter(ctx context.Context, filterID FilterID, body UpdateFilterJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdateFilterWithBody(ctx context.Context, filterID FilterID, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateNotificationDestination(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*http.Response, error) + func (c *Client) UpdateNotificationDestinationWithBody(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*http.Response, error) + func (c *Client) UpdatePolicy(ctx context.Context, policyID PolicyID, body UpdatePolicyJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdatePolicyGroup(ctx context.Context, policyGroupID PolicyGroupID, ...) (*http.Response, error) + func (c *Client) UpdatePolicyGroupWithBody(ctx context.Context, policyGroupID PolicyGroupID, contentType string, ...) (*http.Response, error) + func (c *Client) UpdatePolicyWithBody(ctx context.Context, policyID PolicyID, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateQuery(ctx context.Context, queryID QueryID, body UpdateQueryJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdateQueryWithBody(ctx context.Context, queryID QueryID, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateRBACPermission(ctx context.Context, rbacPermissionID RBACPermissionID, ...) (*http.Response, error) + func (c *Client) UpdateRBACPermissionWithBody(ctx context.Context, rbacPermissionID RBACPermissionID, contentType string, ...) (*http.Response, error) + func (c *Client) UpdateRBACRole(ctx context.Context, roleID RoleID, body UpdateRBACRoleJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdateRBACRoleWithBody(ctx context.Context, roleID RoleID, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateReport(ctx context.Context, reportId openapi_types.UUID, ...) (*http.Response, error) + func (c *Client) UpdateReportTemplate(ctx context.Context, templateId openapi_types.UUID, ...) (*http.Response, error) + func (c *Client) UpdateReportTemplateWithBody(ctx context.Context, templateId openapi_types.UUID, contentType string, ...) (*http.Response, error) + func (c *Client) UpdateReportWithBody(ctx context.Context, reportId openapi_types.UUID, contentType string, ...) (*http.Response, error) + func (c *Client) UpdateSAML(ctx context.Context, body UpdateSAMLJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdateSAMLWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateSettings(ctx context.Context, body UpdateSettingsJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdateSettingsWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateSync(ctx context.Context, syncName SyncName, body UpdateSyncJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdateSyncDestination(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + func (c *Client) UpdateSyncDestinationWithBody(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + func (c *Client) UpdateSyncRun(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + func (c *Client) UpdateSyncRunWithBody(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + func (c *Client) UpdateSyncSource(ctx context.Context, syncSourceName SyncSourceName, ...) (*http.Response, error) + func (c *Client) UpdateSyncSourceWithBody(ctx context.Context, syncSourceName SyncSourceName, contentType string, ...) (*http.Response, error) + func (c *Client) UpdateSyncTestConnectionForSyncDestination(ctx context.Context, ...) (*http.Response, error) + func (c *Client) UpdateSyncTestConnectionForSyncDestinationTeam(ctx context.Context, teamName TeamName, ...) (*http.Response, error) + func (c *Client) UpdateSyncTestConnectionForSyncDestinationTeamWithBody(ctx context.Context, teamName TeamName, ...) (*http.Response, error) + func (c *Client) UpdateSyncTestConnectionForSyncDestinationWithBody(ctx context.Context, ...) (*http.Response, error) + func (c *Client) UpdateSyncTestConnectionForSyncSource(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Response, error) + func (c *Client) UpdateSyncTestConnectionForSyncSourceTeam(ctx context.Context, teamName TeamName, ...) (*http.Response, error) + func (c *Client) UpdateSyncTestConnectionForSyncSourceTeamWithBody(ctx context.Context, teamName TeamName, ...) (*http.Response, error) + func (c *Client) UpdateSyncTestConnectionForSyncSourceWithBody(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Response, error) + func (c *Client) UpdateSyncTransformer(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*http.Response, error) + func (c *Client) UpdateSyncTransformerWithBody(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*http.Response, error) + func (c *Client) UpdateSyncWithBody(ctx context.Context, syncName SyncName, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateUser(ctx context.Context, userID UserID, body UpdateUserJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdateUserWithBody(ctx context.Context, userID UserID, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateV2SyncIntegration(ctx context.Context, syncName SyncName, ...) (*http.Response, error) + func (c *Client) UpdateV2SyncIntegrationWithBody(ctx context.Context, syncName SyncName, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UserTOTPDelete(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) UserTOTPSetup(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) UserTOTPVerify(ctx context.Context, params *UserTOTPVerifyParams, ...) (*http.Response, error) + func (c *Client) UserTOTPVerifyWithBody(ctx context.Context, params *UserTOTPVerifyParams, contentType string, ...) (*http.Response, error) + func (c *Client) VerifyAWSCUROnboarding(ctx context.Context, onboardingID OnboardingID, reqEditors ...RequestEditorFn) (*http.Response, error) + type ClientInterface interface + AddUser func(ctx context.Context, body AddUserJSONRequestBody, ...) (*http.Response, error) + AddUserWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + AuthenticateUser func(ctx context.Context, body AuthenticateUserJSONRequestBody, ...) (*http.Response, error) + AuthenticateUserWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + BatchTableSchemas func(ctx context.Context, params *BatchTableSchemasParams, ...) (*http.Response, error) + ChangeUserPassword func(ctx context.Context, body ChangeUserPasswordJSONRequestBody, ...) (*http.Response, error) + ChangeUserPasswordWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateAPIKey func(ctx context.Context, body CreateAPIKeyJSONRequestBody, ...) (*http.Response, error) + CreateAPIKeyWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateAWSCUROnboarding func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + CreateAWSOnboarding func(ctx context.Context, body CreateAWSOnboardingJSONRequestBody, ...) (*http.Response, error) + CreateAWSOnboardingWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateConversation func(ctx context.Context, body CreateConversationJSONRequestBody, ...) (*http.Response, error) + CreateConversationWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateNotificationDestination func(ctx context.Context, body CreateNotificationDestinationJSONRequestBody, ...) (*http.Response, error) + CreateNotificationDestinationWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreatePolicy func(ctx context.Context, body CreatePolicyJSONRequestBody, ...) (*http.Response, error) + CreatePolicyGroup func(ctx context.Context, body CreatePolicyGroupJSONRequestBody, ...) (*http.Response, error) + CreatePolicyGroupWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreatePolicyWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateRBACPermission func(ctx context.Context, body CreateRBACPermissionJSONRequestBody, ...) (*http.Response, error) + CreateRBACPermissionWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateRBACRole func(ctx context.Context, body CreateRBACRoleJSONRequestBody, ...) (*http.Response, error) + CreateRBACRoleWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateReport func(ctx context.Context, body CreateReportJSONRequestBody, ...) (*http.Response, error) + CreateReportTemplate func(ctx context.Context, body CreateReportTemplateJSONRequestBody, ...) (*http.Response, error) + CreateReportTemplateWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateReportWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateSAMLRolloverCertificate func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + CreateSlackConnection func(ctx context.Context, body CreateSlackConnectionJSONRequestBody, ...) (*http.Response, error) + CreateSlackConnectionWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateSync func(ctx context.Context, body CreateSyncJSONRequestBody, ...) (*http.Response, error) + CreateSyncDestinationTestConnection func(ctx context.Context, body CreateSyncDestinationTestConnectionJSONRequestBody, ...) (*http.Response, error) + CreateSyncDestinationTestConnectionWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateSyncRun func(ctx context.Context, syncName SyncName, reqEditors ...RequestEditorFn) (*http.Response, error) + CreateSyncRunProgress func(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + CreateSyncRunProgressTeam func(ctx context.Context, teamName TeamName, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + CreateSyncRunProgressTeamWithBody func(ctx context.Context, teamName TeamName, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + CreateSyncRunProgressWithBody func(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + CreateSyncSourceTestConnection func(ctx context.Context, body CreateSyncSourceTestConnectionJSONRequestBody, ...) (*http.Response, error) + CreateSyncSourceTestConnectionWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateSyncWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateV2SyncDestination func(ctx context.Context, body CreateV2SyncDestinationJSONRequestBody, ...) (*http.Response, error) + CreateV2SyncDestinationTestConnection func(ctx context.Context, body CreateV2SyncDestinationTestConnectionJSONRequestBody, ...) (*http.Response, error) + CreateV2SyncDestinationTestConnectionWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateV2SyncDestinationWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateV2SyncIntegration func(ctx context.Context, body CreateV2SyncIntegrationJSONRequestBody, ...) (*http.Response, error) + CreateV2SyncIntegrationTestConnection func(ctx context.Context, body CreateV2SyncIntegrationTestConnectionJSONRequestBody, ...) (*http.Response, error) + CreateV2SyncIntegrationTestConnectionWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateV2SyncIntegrationWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + DeleteAPIKey func(ctx context.Context, apiKeyID APIKeyID, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteAlert func(ctx context.Context, queryID QueryID, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteCustomColumn func(ctx context.Context, customColumnID CustomColumnID, ...) (*http.Response, error) + DeleteFilter func(ctx context.Context, filterID FilterID, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteNotificationDestination func(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*http.Response, error) + DeletePolicy func(ctx context.Context, policyID PolicyID, reqEditors ...RequestEditorFn) (*http.Response, error) + DeletePolicyGroup func(ctx context.Context, policyGroupID PolicyGroupID, ...) (*http.Response, error) + DeleteRBACPermission func(ctx context.Context, rbacPermissionID RBACPermissionID, ...) (*http.Response, error) + DeleteRBACRole func(ctx context.Context, roleID RoleID, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteReport func(ctx context.Context, reportId openapi_types.UUID, ...) (*http.Response, error) + DeleteReportTemplate func(ctx context.Context, templateId openapi_types.UUID, ...) (*http.Response, error) + DeleteSAMLRolloverCertificate func(ctx context.Context, body DeleteSAMLRolloverCertificateJSONRequestBody, ...) (*http.Response, error) + DeleteSAMLRolloverCertificateWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + DeleteSavedQuery func(ctx context.Context, queryID QueryID, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteSync func(ctx context.Context, syncName SyncName, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteSyncDestination func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + DeleteSyncSource func(ctx context.Context, syncSourceName SyncSourceName, ...) (*http.Response, error) + DeleteSyncTransformer func(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*http.Response, error) + DeleteUser func(ctx context.Context, userID UserID, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteUserTOTP func(ctx context.Context, userID UserID, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteV2SyncDestination func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + DeleteV2SyncIntegration func(ctx context.Context, syncName SyncName, params *DeleteV2SyncIntegrationParams, ...) (*http.Response, error) + DownloadPluginAsset func(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*http.Response, error) + DownloadPluginAssetByTeam func(ctx context.Context, teamName TeamName, pluginTeam PluginTeam, ...) (*http.Response, error) + ExecuteAdHocQuery func(ctx context.Context, params *ExecuteAdHocQueryParams, ...) (*http.Response, error) + ExecuteAdHocQueryWithBody func(ctx context.Context, params *ExecuteAdHocQueryParams, contentType string, ...) (*http.Response, error) + ExecuteSavedQuery func(ctx context.Context, queryID QueryID, params *ExecuteSavedQueryParams, ...) (*http.Response, error) + GetAWSAccountsInParent func(ctx context.Context, onboardingID OnboardingID, ...) (*http.Response, error) + GetAWSAccountsInRoot func(ctx context.Context, onboardingID OnboardingID, reqEditors ...RequestEditorFn) (*http.Response, error) + GetAWSCUROnboarding func(ctx context.Context, onboardingID OnboardingID, reqEditors ...RequestEditorFn) (*http.Response, error) + GetAWSOnboarding func(ctx context.Context, onboardingID OnboardingID, reqEditors ...RequestEditorFn) (*http.Response, error) + GetAuditLog func(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error) + GetConversation func(ctx context.Context, conversationID ConversationID, ...) (*http.Response, error) + GetCurrentUser func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetCustomColumn func(ctx context.Context, customColumnID CustomColumnID, ...) (*http.Response, error) + GetDataSettings func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetFilterByID func(ctx context.Context, filterID FilterID, reqEditors ...RequestEditorFn) (*http.Response, error) + GetGroupedTeamUsageSummary func(ctx context.Context, groupBy GetGroupedTeamUsageSummaryParamsGroupBy, ...) (*http.Response, error) + GetNotificationDestination func(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*http.Response, error) + GetNotificationDestinationAlerts func(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*http.Response, error) + GetOpenAPIJSON func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetPlatformAssetInsights func(ctx context.Context, assetID AssetID, params *GetPlatformAssetInsightsParams, ...) (*http.Response, error) + GetPlatformInfo func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetPlatformInsight func(ctx context.Context, insightID InsightID, reqEditors ...RequestEditorFn) (*http.Response, error) + GetPlatformInsightAssets func(ctx context.Context, insightID InsightID, ...) (*http.Response, error) + GetPlatformInsightColumnDistinctValues func(ctx context.Context, insightColumnName InsightColumnName, ...) (*http.Response, error) + GetPlugin func(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*http.Response, error) + GetPluginVersion func(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*http.Response, error) + GetPluginVersionTable func(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*http.Response, error) + GetPolicy func(ctx context.Context, policyID PolicyID, reqEditors ...RequestEditorFn) (*http.Response, error) + GetPolicyMetrics func(ctx context.Context, params *GetPolicyMetricsParams, ...) (*http.Response, error) + GetPolicyViolations func(ctx context.Context, policyID PolicyID, params *GetPolicyViolationsParams, ...) (*http.Response, error) + GetPolicyViolationsHistory func(ctx context.Context, policyID PolicyID, ...) (*http.Response, error) + GetRBACPermission func(ctx context.Context, rbacPermissionID RBACPermissionID, ...) (*http.Response, error) + GetRBACRole func(ctx context.Context, roleID RoleID, reqEditors ...RequestEditorFn) (*http.Response, error) + GetReport func(ctx context.Context, reportId openapi_types.UUID, ...) (*http.Response, error) + GetReportTemplate func(ctx context.Context, templateId openapi_types.UUID, ...) (*http.Response, error) + GetSAML func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetSavedQuery func(ctx context.Context, queryID QueryID, reqEditors ...RequestEditorFn) (*http.Response, error) + GetSettings func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetSync func(ctx context.Context, syncName SyncName, reqEditors ...RequestEditorFn) (*http.Response, error) + GetSyncDestination func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + GetSyncDestinationTestConnection func(ctx context.Context, ...) (*http.Response, error) + GetSyncDestinationTestConnectionLogsLive func(ctx context.Context, ...) (*http.Response, error) + GetSyncDestinationTestConnectionLogsQuery func(ctx context.Context, ...) (*http.Response, error) + GetSyncRun func(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + GetSyncRunLogsLive func(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + GetSyncRunLogsQuery func(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + GetSyncRunStats func(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + GetSyncRunTables func(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + GetSyncSource func(ctx context.Context, syncSourceName SyncSourceName, ...) (*http.Response, error) + GetSyncSourceTestConnection func(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Response, error) + GetSyncSourceTestConnectionLogsLive func(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Response, error) + GetSyncSourceTestConnectionLogsQuery func(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Response, error) + GetSyncTransformer func(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*http.Response, error) + GetTablesData func(ctx context.Context, params *GetTablesDataParams, ...) (*http.Response, error) + GetTablesRelations func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetTeamUsageSummary func(ctx context.Context, params *GetTeamUsageSummaryParams, ...) (*http.Response, error) + GetTestConnectionForSyncDestination func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + GetTestConnectionForSyncSource func(ctx context.Context, syncSourceName SyncSourceName, ...) (*http.Response, error) + GetUser func(ctx context.Context, userID UserID, reqEditors ...RequestEditorFn) (*http.Response, error) + GetV2SyncDestination func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + GetV2SyncDestinations func(ctx context.Context, params *GetV2SyncDestinationsParams, ...) (*http.Response, error) + GetV2SyncIntegration func(ctx context.Context, syncName SyncName, reqEditors ...RequestEditorFn) (*http.Response, error) + GetViolationsByDomain func(ctx context.Context, params *GetViolationsByDomainParams, ...) (*http.Response, error) + GetViolationsHistory func(ctx context.Context, params *GetViolationsHistoryParams, ...) (*http.Response, error) + HealthCheck func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + HealthCheckHead func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + Index func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + ListAPIKeys func(ctx context.Context, params *ListAPIKeysParams, reqEditors ...RequestEditorFn) (*http.Response, error) + ListAllAlerts func(ctx context.Context, params *ListAllAlertsParams, ...) (*http.Response, error) + ListAllCustomColumns func(ctx context.Context, params *ListAllCustomColumnsParams, ...) (*http.Response, error) + ListAllNotificationDestinations func(ctx context.Context, params *ListAllNotificationDestinationsParams, ...) (*http.Response, error) + ListAllQueries func(ctx context.Context, params *ListAllQueriesParams, ...) (*http.Response, error) + ListAllRBACPermissions func(ctx context.Context, params *ListAllRBACPermissionsParams, ...) (*http.Response, error) + ListAllRBACRoles func(ctx context.Context, params *ListAllRBACRolesParams, ...) (*http.Response, error) + ListAuditLogs func(ctx context.Context, params *ListAuditLogsParams, ...) (*http.Response, error) + ListFilterTags func(ctx context.Context, params *ListFilterTagsParams, ...) (*http.Response, error) + ListFilters func(ctx context.Context, params *ListFiltersParams, reqEditors ...RequestEditorFn) (*http.Response, error) + ListNotifications func(ctx context.Context, params *ListNotificationsParams, ...) (*http.Response, error) + ListPlatformInsights func(ctx context.Context, params *ListPlatformInsightsParams, ...) (*http.Response, error) + ListPlatformVersions func(ctx context.Context, params *ListPlatformVersionsParams, ...) (*http.Response, error) + ListPluginVersionTables func(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*http.Response, error) + ListPluginVersions func(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*http.Response, error) + ListPlugins func(ctx context.Context, params *ListPluginsParams, reqEditors ...RequestEditorFn) (*http.Response, error) + ListPolicies func(ctx context.Context, params *ListPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error) + ListPoliciesInGroup func(ctx context.Context, policyGroupID PolicyGroupID, ...) (*http.Response, error) + ListPolicyGroups func(ctx context.Context, params *ListPolicyGroupsParams, ...) (*http.Response, error) + ListQueryTags func(ctx context.Context, params *ListQueryTagsParams, ...) (*http.Response, error) + ListReportTemplates func(ctx context.Context, params *ListReportTemplatesParams, ...) (*http.Response, error) + ListReports func(ctx context.Context, params *ListReportsParams, reqEditors ...RequestEditorFn) (*http.Response, error) + ListSlackChannels func(ctx context.Context, id openapi_types.UUID, params *ListSlackChannelsParams, ...) (*http.Response, error) + ListSyncDestinationSyncs func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + ListSyncDestinations func(ctx context.Context, params *ListSyncDestinationsParams, ...) (*http.Response, error) + ListSyncRuns func(ctx context.Context, syncName SyncName, params *ListSyncRunsParams, ...) (*http.Response, error) + ListSyncSourceSyncs func(ctx context.Context, syncSourceName SyncSourceName, ...) (*http.Response, error) + ListSyncSources func(ctx context.Context, params *ListSyncSourcesParams, ...) (*http.Response, error) + ListSyncTransformerSyncDestinations func(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*http.Response, error) + ListSyncTransformerSyncs func(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*http.Response, error) + ListSyncTransformers func(ctx context.Context, params *ListSyncTransformersParams, ...) (*http.Response, error) + ListSyncUpgrades func(ctx context.Context, params *ListSyncUpgradesParams, ...) (*http.Response, error) + ListSyncs func(ctx context.Context, params *ListSyncsParams, reqEditors ...RequestEditorFn) (*http.Response, error) + ListTables func(ctx context.Context, params *ListTablesParams, reqEditors ...RequestEditorFn) (*http.Response, error) + ListTeams func(ctx context.Context, params *ListTeamsParams, reqEditors ...RequestEditorFn) (*http.Response, error) + ListUsers func(ctx context.Context, params *ListUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error) + ListV2SyncIntegrations func(ctx context.Context, params *ListV2SyncIntegrationsParams, ...) (*http.Response, error) + LoginUser func(ctx context.Context, body LoginUserJSONRequestBody, ...) (*http.Response, error) + LoginUserWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + LogoutUser func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + NotifyAWSCUROnboarding func(ctx context.Context, onboardingID OnboardingID, ...) (*http.Response, error) + NotifyAWSCUROnboardingWithBody func(ctx context.Context, onboardingID OnboardingID, contentType string, ...) (*http.Response, error) + NotifyOnboarding func(ctx context.Context, onboardingID OnboardingID, ...) (*http.Response, error) + NotifyOnboardingWithBody func(ctx context.Context, onboardingID OnboardingID, contentType string, ...) (*http.Response, error) + PatchV2SyncDestination func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + PatchV2SyncDestinationWithBody func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + PlatformCreateInsightFilter func(ctx context.Context, body PlatformCreateInsightFilterJSONRequestBody, ...) (*http.Response, error) + PlatformCreateInsightFilterWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + PlatformDeleteInsightFilter func(ctx context.Context, insightFilterID InsightFilterID, ...) (*http.Response, error) + PlatformGetInsightFilterByID func(ctx context.Context, insightFilterID InsightFilterID, ...) (*http.Response, error) + PlatformListInsightFilters func(ctx context.Context, params *PlatformListInsightFiltersParams, ...) (*http.Response, error) + PlatformUpdateInsightFilter func(ctx context.Context, insightFilterID InsightFilterID, ...) (*http.Response, error) + PlatformUpdateInsightFilterWithBody func(ctx context.Context, insightFilterID InsightFilterID, contentType string, ...) (*http.Response, error) + PromoteSAMLRolloverCertificate func(ctx context.Context, body PromoteSAMLRolloverCertificateJSONRequestBody, ...) (*http.Response, error) + PromoteSAMLRolloverCertificateWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + PromoteSyncDestinationTestConnection func(ctx context.Context, ...) (*http.Response, error) + PromoteSyncDestinationTestConnectionWithBody func(ctx context.Context, ...) (*http.Response, error) + PromoteSyncSourceTestConnection func(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Response, error) + PromoteSyncSourceTestConnectionWithBody func(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Response, error) + ProvisionOnboardingConfiguration func(ctx context.Context, onboardingID OnboardingID, ...) (*http.Response, error) + ProvisionOnboardingConfigurationWithBody func(ctx context.Context, onboardingID OnboardingID, contentType string, ...) (*http.Response, error) + QueryListFilterTags func(ctx context.Context, queryID QueryID, params *QueryListFilterTagsParams, ...) (*http.Response, error) + QueryListFilters func(ctx context.Context, queryID QueryID, params *QueryListFiltersParams, ...) (*http.Response, error) + QuerySaveFilter func(ctx context.Context, queryID QueryID, body QuerySaveFilterJSONRequestBody, ...) (*http.Response, error) + QuerySaveFilterWithBody func(ctx context.Context, queryID QueryID, contentType string, body io.Reader, ...) (*http.Response, error) + SaveCustomColumn func(ctx context.Context, body SaveCustomColumnJSONRequestBody, ...) (*http.Response, error) + SaveCustomColumnWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + SaveQuery func(ctx context.Context, body SaveQueryJSONRequestBody, ...) (*http.Response, error) + SaveQueryWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + SendAnonymousEvent func(ctx context.Context, body SendAnonymousEventJSONRequestBody, ...) (*http.Response, error) + SendAnonymousEventWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + SendMessage func(ctx context.Context, conversationID ConversationID, ...) (*http.Response, error) + SendMessageWithBody func(ctx context.Context, conversationID ConversationID, contentType string, ...) (*http.Response, error) + SendUserEvent func(ctx context.Context, body SendUserEventJSONRequestBody, ...) (*http.Response, error) + SendUserEventWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + TableColumnListValues func(ctx context.Context, tableName TableName, columnName ColumnName, ...) (*http.Response, error) + TableListColumns func(ctx context.Context, tableName TableName, params *TableListColumnsParams, ...) (*http.Response, error) + TableListFilterTags func(ctx context.Context, tableName TableName, params *TableListFilterTagsParams, ...) (*http.Response, error) + TableListFilters func(ctx context.Context, tableName TableName, params *TableListFiltersParams, ...) (*http.Response, error) + TableListRows func(ctx context.Context, tableName TableName, params *TableListRowsParams, ...) (*http.Response, error) + TableRowById func(ctx context.Context, tableName TableName, tableRowId TableRowId, ...) (*http.Response, error) + TableSaveFilter func(ctx context.Context, tableName TableName, body TableSaveFilterJSONRequestBody, ...) (*http.Response, error) + TableSaveFilterWithBody func(ctx context.Context, tableName TableName, contentType string, body io.Reader, ...) (*http.Response, error) + TableSchema func(ctx context.Context, tableName TableName, reqEditors ...RequestEditorFn) (*http.Response, error) + TablesDataAction func(ctx context.Context, body TablesDataActionJSONRequestBody, ...) (*http.Response, error) + TablesDataActionWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + TestNotificationDestination func(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*http.Response, error) + TestUnsavedAlert func(ctx context.Context, params *TestUnsavedAlertParams, ...) (*http.Response, error) + TestUnsavedAlertWithBody func(ctx context.Context, params *TestUnsavedAlertParams, contentType string, ...) (*http.Response, error) + TestUnsavedNotificationDestination func(ctx context.Context, body TestUnsavedNotificationDestinationJSONRequestBody, ...) (*http.Response, error) + TestUnsavedNotificationDestinationWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + TogglePolicy func(ctx context.Context, policyID PolicyID, reqEditors ...RequestEditorFn) (*http.Response, error) + UpdateCurrentUser func(ctx context.Context, body UpdateCurrentUserJSONRequestBody, ...) (*http.Response, error) + UpdateCurrentUserWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateCustomColumn func(ctx context.Context, customColumnID CustomColumnID, ...) (*http.Response, error) + UpdateCustomColumnWithBody func(ctx context.Context, customColumnID CustomColumnID, contentType string, ...) (*http.Response, error) + UpdateCustomer func(ctx context.Context, body UpdateCustomerJSONRequestBody, ...) (*http.Response, error) + UpdateCustomerWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateDataSettings func(ctx context.Context, body UpdateDataSettingsJSONRequestBody, ...) (*http.Response, error) + UpdateDataSettingsWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateFilter func(ctx context.Context, filterID FilterID, body UpdateFilterJSONRequestBody, ...) (*http.Response, error) + UpdateFilterWithBody func(ctx context.Context, filterID FilterID, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateNotificationDestination func(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*http.Response, error) + UpdateNotificationDestinationWithBody func(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*http.Response, error) + UpdatePolicy func(ctx context.Context, policyID PolicyID, body UpdatePolicyJSONRequestBody, ...) (*http.Response, error) + UpdatePolicyGroup func(ctx context.Context, policyGroupID PolicyGroupID, ...) (*http.Response, error) + UpdatePolicyGroupWithBody func(ctx context.Context, policyGroupID PolicyGroupID, contentType string, ...) (*http.Response, error) + UpdatePolicyWithBody func(ctx context.Context, policyID PolicyID, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateQuery func(ctx context.Context, queryID QueryID, body UpdateQueryJSONRequestBody, ...) (*http.Response, error) + UpdateQueryWithBody func(ctx context.Context, queryID QueryID, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateRBACPermission func(ctx context.Context, rbacPermissionID RBACPermissionID, ...) (*http.Response, error) + UpdateRBACPermissionWithBody func(ctx context.Context, rbacPermissionID RBACPermissionID, contentType string, ...) (*http.Response, error) + UpdateRBACRole func(ctx context.Context, roleID RoleID, body UpdateRBACRoleJSONRequestBody, ...) (*http.Response, error) + UpdateRBACRoleWithBody func(ctx context.Context, roleID RoleID, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateReport func(ctx context.Context, reportId openapi_types.UUID, ...) (*http.Response, error) + UpdateReportTemplate func(ctx context.Context, templateId openapi_types.UUID, ...) (*http.Response, error) + UpdateReportTemplateWithBody func(ctx context.Context, templateId openapi_types.UUID, contentType string, ...) (*http.Response, error) + UpdateReportWithBody func(ctx context.Context, reportId openapi_types.UUID, contentType string, ...) (*http.Response, error) + UpdateSAML func(ctx context.Context, body UpdateSAMLJSONRequestBody, ...) (*http.Response, error) + UpdateSAMLWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateSettings func(ctx context.Context, body UpdateSettingsJSONRequestBody, ...) (*http.Response, error) + UpdateSettingsWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateSync func(ctx context.Context, syncName SyncName, body UpdateSyncJSONRequestBody, ...) (*http.Response, error) + UpdateSyncDestination func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + UpdateSyncDestinationWithBody func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*http.Response, error) + UpdateSyncRun func(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + UpdateSyncRunWithBody func(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*http.Response, error) + UpdateSyncSource func(ctx context.Context, syncSourceName SyncSourceName, ...) (*http.Response, error) + UpdateSyncSourceWithBody func(ctx context.Context, syncSourceName SyncSourceName, contentType string, ...) (*http.Response, error) + UpdateSyncTestConnectionForSyncDestination func(ctx context.Context, ...) (*http.Response, error) + UpdateSyncTestConnectionForSyncDestinationTeam func(ctx context.Context, teamName TeamName, ...) (*http.Response, error) + UpdateSyncTestConnectionForSyncDestinationTeamWithBody func(ctx context.Context, teamName TeamName, ...) (*http.Response, error) + UpdateSyncTestConnectionForSyncDestinationWithBody func(ctx context.Context, ...) (*http.Response, error) + UpdateSyncTestConnectionForSyncSource func(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Response, error) + UpdateSyncTestConnectionForSyncSourceTeam func(ctx context.Context, teamName TeamName, ...) (*http.Response, error) + UpdateSyncTestConnectionForSyncSourceTeamWithBody func(ctx context.Context, teamName TeamName, ...) (*http.Response, error) + UpdateSyncTestConnectionForSyncSourceWithBody func(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*http.Response, error) + UpdateSyncTransformer func(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*http.Response, error) + UpdateSyncTransformerWithBody func(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*http.Response, error) + UpdateSyncWithBody func(ctx context.Context, syncName SyncName, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateUser func(ctx context.Context, userID UserID, body UpdateUserJSONRequestBody, ...) (*http.Response, error) + UpdateUserWithBody func(ctx context.Context, userID UserID, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateV2SyncIntegration func(ctx context.Context, syncName SyncName, ...) (*http.Response, error) + UpdateV2SyncIntegrationWithBody func(ctx context.Context, syncName SyncName, contentType string, body io.Reader, ...) (*http.Response, error) + UserTOTPDelete func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + UserTOTPSetup func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + UserTOTPVerify func(ctx context.Context, params *UserTOTPVerifyParams, ...) (*http.Response, error) + UserTOTPVerifyWithBody func(ctx context.Context, params *UserTOTPVerifyParams, contentType string, ...) (*http.Response, error) + VerifyAWSCUROnboarding func(ctx context.Context, onboardingID OnboardingID, reqEditors ...RequestEditorFn) (*http.Response, error) + type ClientOption func(*Client) error + func WithBaseURL(baseURL string) ClientOption + func WithHTTPClient(doer HttpRequestDoer) ClientOption + func WithRequestEditorFn(fn RequestEditorFn) ClientOption + type ClientWithResponses struct + func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error) + func (c *ClientWithResponses) AddUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*AddUserResponse, error) + func (c *ClientWithResponses) AddUserWithResponse(ctx context.Context, body AddUserJSONRequestBody, ...) (*AddUserResponse, error) + func (c *ClientWithResponses) AuthenticateUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*AuthenticateUserResponse, error) + func (c *ClientWithResponses) AuthenticateUserWithResponse(ctx context.Context, body AuthenticateUserJSONRequestBody, ...) (*AuthenticateUserResponse, error) + func (c *ClientWithResponses) BatchTableSchemasWithResponse(ctx context.Context, params *BatchTableSchemasParams, ...) (*BatchTableSchemasResponse, error) + func (c *ClientWithResponses) ChangeUserPasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ChangeUserPasswordResponse, error) + func (c *ClientWithResponses) ChangeUserPasswordWithResponse(ctx context.Context, body ChangeUserPasswordJSONRequestBody, ...) (*ChangeUserPasswordResponse, error) + func (c *ClientWithResponses) CreateAPIKeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateAPIKeyResponse, error) + func (c *ClientWithResponses) CreateAPIKeyWithResponse(ctx context.Context, body CreateAPIKeyJSONRequestBody, ...) (*CreateAPIKeyResponse, error) + func (c *ClientWithResponses) CreateAWSCUROnboardingWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CreateAWSCUROnboardingResponse, error) + func (c *ClientWithResponses) CreateAWSOnboardingWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateAWSOnboardingResponse, error) + func (c *ClientWithResponses) CreateAWSOnboardingWithResponse(ctx context.Context, body CreateAWSOnboardingJSONRequestBody, ...) (*CreateAWSOnboardingResponse, error) + func (c *ClientWithResponses) CreateConversationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateConversationResponse, error) + func (c *ClientWithResponses) CreateConversationWithResponse(ctx context.Context, body CreateConversationJSONRequestBody, ...) (*CreateConversationResponse, error) + func (c *ClientWithResponses) CreateNotificationDestinationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateNotificationDestinationResponse, error) + func (c *ClientWithResponses) CreateNotificationDestinationWithResponse(ctx context.Context, body CreateNotificationDestinationJSONRequestBody, ...) (*CreateNotificationDestinationResponse, error) + func (c *ClientWithResponses) CreatePolicyGroupWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreatePolicyGroupResponse, error) + func (c *ClientWithResponses) CreatePolicyGroupWithResponse(ctx context.Context, body CreatePolicyGroupJSONRequestBody, ...) (*CreatePolicyGroupResponse, error) + func (c *ClientWithResponses) CreatePolicyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreatePolicyResponse, error) + func (c *ClientWithResponses) CreatePolicyWithResponse(ctx context.Context, body CreatePolicyJSONRequestBody, ...) (*CreatePolicyResponse, error) + func (c *ClientWithResponses) CreateRBACPermissionWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateRBACPermissionResponse, error) + func (c *ClientWithResponses) CreateRBACPermissionWithResponse(ctx context.Context, body CreateRBACPermissionJSONRequestBody, ...) (*CreateRBACPermissionResponse, error) + func (c *ClientWithResponses) CreateRBACRoleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateRBACRoleResponse, error) + func (c *ClientWithResponses) CreateRBACRoleWithResponse(ctx context.Context, body CreateRBACRoleJSONRequestBody, ...) (*CreateRBACRoleResponse, error) + func (c *ClientWithResponses) CreateReportTemplateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateReportTemplateResponse, error) + func (c *ClientWithResponses) CreateReportTemplateWithResponse(ctx context.Context, body CreateReportTemplateJSONRequestBody, ...) (*CreateReportTemplateResponse, error) + func (c *ClientWithResponses) CreateReportWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateReportResponse, error) + func (c *ClientWithResponses) CreateReportWithResponse(ctx context.Context, body CreateReportJSONRequestBody, ...) (*CreateReportResponse, error) + func (c *ClientWithResponses) CreateSAMLRolloverCertificateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CreateSAMLRolloverCertificateResponse, error) + func (c *ClientWithResponses) CreateSlackConnectionWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateSlackConnectionResponse, error) + func (c *ClientWithResponses) CreateSlackConnectionWithResponse(ctx context.Context, body CreateSlackConnectionJSONRequestBody, ...) (*CreateSlackConnectionResponse, error) + func (c *ClientWithResponses) CreateSyncDestinationTestConnectionWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateSyncDestinationTestConnectionResponse, error) + func (c *ClientWithResponses) CreateSyncDestinationTestConnectionWithResponse(ctx context.Context, body CreateSyncDestinationTestConnectionJSONRequestBody, ...) (*CreateSyncDestinationTestConnectionResponse, error) + func (c *ClientWithResponses) CreateSyncRunProgressTeamWithBodyWithResponse(ctx context.Context, teamName TeamName, syncName SyncName, syncRunId SyncRunId, ...) (*CreateSyncRunProgressTeamResponse, error) + func (c *ClientWithResponses) CreateSyncRunProgressTeamWithResponse(ctx context.Context, teamName TeamName, syncName SyncName, syncRunId SyncRunId, ...) (*CreateSyncRunProgressTeamResponse, error) + func (c *ClientWithResponses) CreateSyncRunProgressWithBodyWithResponse(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*CreateSyncRunProgressResponse, error) + func (c *ClientWithResponses) CreateSyncRunProgressWithResponse(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*CreateSyncRunProgressResponse, error) + func (c *ClientWithResponses) CreateSyncRunWithResponse(ctx context.Context, syncName SyncName, reqEditors ...RequestEditorFn) (*CreateSyncRunResponse, error) + func (c *ClientWithResponses) CreateSyncSourceTestConnectionWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateSyncSourceTestConnectionResponse, error) + func (c *ClientWithResponses) CreateSyncSourceTestConnectionWithResponse(ctx context.Context, body CreateSyncSourceTestConnectionJSONRequestBody, ...) (*CreateSyncSourceTestConnectionResponse, error) + func (c *ClientWithResponses) CreateSyncWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateSyncResponse, error) + func (c *ClientWithResponses) CreateSyncWithResponse(ctx context.Context, body CreateSyncJSONRequestBody, ...) (*CreateSyncResponse, error) + func (c *ClientWithResponses) CreateV2SyncDestinationTestConnectionWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateV2SyncDestinationTestConnectionResponse, error) + func (c *ClientWithResponses) CreateV2SyncDestinationTestConnectionWithResponse(ctx context.Context, body CreateV2SyncDestinationTestConnectionJSONRequestBody, ...) (*CreateV2SyncDestinationTestConnectionResponse, error) + func (c *ClientWithResponses) CreateV2SyncDestinationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateV2SyncDestinationResponse, error) + func (c *ClientWithResponses) CreateV2SyncDestinationWithResponse(ctx context.Context, body CreateV2SyncDestinationJSONRequestBody, ...) (*CreateV2SyncDestinationResponse, error) + func (c *ClientWithResponses) CreateV2SyncIntegrationTestConnectionWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateV2SyncIntegrationTestConnectionResponse, error) + func (c *ClientWithResponses) CreateV2SyncIntegrationTestConnectionWithResponse(ctx context.Context, body CreateV2SyncIntegrationTestConnectionJSONRequestBody, ...) (*CreateV2SyncIntegrationTestConnectionResponse, error) + func (c *ClientWithResponses) CreateV2SyncIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateV2SyncIntegrationResponse, error) + func (c *ClientWithResponses) CreateV2SyncIntegrationWithResponse(ctx context.Context, body CreateV2SyncIntegrationJSONRequestBody, ...) (*CreateV2SyncIntegrationResponse, error) + func (c *ClientWithResponses) DeleteAPIKeyWithResponse(ctx context.Context, apiKeyID APIKeyID, reqEditors ...RequestEditorFn) (*DeleteAPIKeyResponse, error) + func (c *ClientWithResponses) DeleteAlertWithResponse(ctx context.Context, queryID QueryID, reqEditors ...RequestEditorFn) (*DeleteAlertResponse, error) + func (c *ClientWithResponses) DeleteCustomColumnWithResponse(ctx context.Context, customColumnID CustomColumnID, ...) (*DeleteCustomColumnResponse, error) + func (c *ClientWithResponses) DeleteFilterWithResponse(ctx context.Context, filterID FilterID, reqEditors ...RequestEditorFn) (*DeleteFilterResponse, error) + func (c *ClientWithResponses) DeleteNotificationDestinationWithResponse(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*DeleteNotificationDestinationResponse, error) + func (c *ClientWithResponses) DeletePolicyGroupWithResponse(ctx context.Context, policyGroupID PolicyGroupID, ...) (*DeletePolicyGroupResponse, error) + func (c *ClientWithResponses) DeletePolicyWithResponse(ctx context.Context, policyID PolicyID, reqEditors ...RequestEditorFn) (*DeletePolicyResponse, error) + func (c *ClientWithResponses) DeleteRBACPermissionWithResponse(ctx context.Context, rbacPermissionID RBACPermissionID, ...) (*DeleteRBACPermissionResponse, error) + func (c *ClientWithResponses) DeleteRBACRoleWithResponse(ctx context.Context, roleID RoleID, reqEditors ...RequestEditorFn) (*DeleteRBACRoleResponse, error) + func (c *ClientWithResponses) DeleteReportTemplateWithResponse(ctx context.Context, templateId openapi_types.UUID, ...) (*DeleteReportTemplateResponse, error) + func (c *ClientWithResponses) DeleteReportWithResponse(ctx context.Context, reportId openapi_types.UUID, ...) (*DeleteReportResponse, error) + func (c *ClientWithResponses) DeleteSAMLRolloverCertificateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*DeleteSAMLRolloverCertificateResponse, error) + func (c *ClientWithResponses) DeleteSAMLRolloverCertificateWithResponse(ctx context.Context, body DeleteSAMLRolloverCertificateJSONRequestBody, ...) (*DeleteSAMLRolloverCertificateResponse, error) + func (c *ClientWithResponses) DeleteSavedQueryWithResponse(ctx context.Context, queryID QueryID, reqEditors ...RequestEditorFn) (*DeleteSavedQueryResponse, error) + func (c *ClientWithResponses) DeleteSyncDestinationWithResponse(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*DeleteSyncDestinationResponse, error) + func (c *ClientWithResponses) DeleteSyncSourceWithResponse(ctx context.Context, syncSourceName SyncSourceName, ...) (*DeleteSyncSourceResponse, error) + func (c *ClientWithResponses) DeleteSyncTransformerWithResponse(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*DeleteSyncTransformerResponse, error) + func (c *ClientWithResponses) DeleteSyncWithResponse(ctx context.Context, syncName SyncName, reqEditors ...RequestEditorFn) (*DeleteSyncResponse, error) + func (c *ClientWithResponses) DeleteUserTOTPWithResponse(ctx context.Context, userID UserID, reqEditors ...RequestEditorFn) (*DeleteUserTOTPResponse, error) + func (c *ClientWithResponses) DeleteUserWithResponse(ctx context.Context, userID UserID, reqEditors ...RequestEditorFn) (*DeleteUserResponse, error) + func (c *ClientWithResponses) DeleteV2SyncDestinationWithResponse(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*DeleteV2SyncDestinationResponse, error) + func (c *ClientWithResponses) DeleteV2SyncIntegrationWithResponse(ctx context.Context, syncName SyncName, params *DeleteV2SyncIntegrationParams, ...) (*DeleteV2SyncIntegrationResponse, error) + func (c *ClientWithResponses) DownloadPluginAssetByTeamWithResponse(ctx context.Context, teamName TeamName, pluginTeam PluginTeam, ...) (*DownloadPluginAssetByTeamResponse, error) + func (c *ClientWithResponses) DownloadPluginAssetWithResponse(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*DownloadPluginAssetResponse, error) + func (c *ClientWithResponses) ExecuteAdHocQueryWithBodyWithResponse(ctx context.Context, params *ExecuteAdHocQueryParams, contentType string, ...) (*ExecuteAdHocQueryResponse, error) + func (c *ClientWithResponses) ExecuteAdHocQueryWithResponse(ctx context.Context, params *ExecuteAdHocQueryParams, ...) (*ExecuteAdHocQueryResponse, error) + func (c *ClientWithResponses) ExecuteSavedQueryWithResponse(ctx context.Context, queryID QueryID, params *ExecuteSavedQueryParams, ...) (*ExecuteSavedQueryResponse, error) + func (c *ClientWithResponses) GetAWSAccountsInParentWithResponse(ctx context.Context, onboardingID OnboardingID, ...) (*GetAWSAccountsInParentResponse, error) + func (c *ClientWithResponses) GetAWSAccountsInRootWithResponse(ctx context.Context, onboardingID OnboardingID, reqEditors ...RequestEditorFn) (*GetAWSAccountsInRootResponse, error) + func (c *ClientWithResponses) GetAWSCUROnboardingWithResponse(ctx context.Context, onboardingID OnboardingID, reqEditors ...RequestEditorFn) (*GetAWSCUROnboardingResponse, error) + func (c *ClientWithResponses) GetAWSOnboardingWithResponse(ctx context.Context, onboardingID OnboardingID, reqEditors ...RequestEditorFn) (*GetAWSOnboardingResponse, error) + func (c *ClientWithResponses) GetAuditLogWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetAuditLogResponse, error) + func (c *ClientWithResponses) GetConversationWithResponse(ctx context.Context, conversationID ConversationID, ...) (*GetConversationResponse, error) + func (c *ClientWithResponses) GetCurrentUserWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCurrentUserResponse, error) + func (c *ClientWithResponses) GetCustomColumnWithResponse(ctx context.Context, customColumnID CustomColumnID, ...) (*GetCustomColumnResponse, error) + func (c *ClientWithResponses) GetDataSettingsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetDataSettingsResponse, error) + func (c *ClientWithResponses) GetFilterByIDWithResponse(ctx context.Context, filterID FilterID, reqEditors ...RequestEditorFn) (*GetFilterByIDResponse, error) + func (c *ClientWithResponses) GetGroupedTeamUsageSummaryWithResponse(ctx context.Context, groupBy GetGroupedTeamUsageSummaryParamsGroupBy, ...) (*GetGroupedTeamUsageSummaryResponse, error) + func (c *ClientWithResponses) GetNotificationDestinationAlertsWithResponse(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*GetNotificationDestinationAlertsResponse, error) + func (c *ClientWithResponses) GetNotificationDestinationWithResponse(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*GetNotificationDestinationResponse, error) + func (c *ClientWithResponses) GetOpenAPIJSONWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetOpenAPIJSONResponse, error) + func (c *ClientWithResponses) GetPlatformAssetInsightsWithResponse(ctx context.Context, assetID AssetID, params *GetPlatformAssetInsightsParams, ...) (*GetPlatformAssetInsightsResponse, error) + func (c *ClientWithResponses) GetPlatformInfoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetPlatformInfoResponse, error) + func (c *ClientWithResponses) GetPlatformInsightAssetsWithResponse(ctx context.Context, insightID InsightID, ...) (*GetPlatformInsightAssetsResponse, error) + func (c *ClientWithResponses) GetPlatformInsightColumnDistinctValuesWithResponse(ctx context.Context, insightColumnName InsightColumnName, ...) (*GetPlatformInsightColumnDistinctValuesResponse, error) + func (c *ClientWithResponses) GetPlatformInsightWithResponse(ctx context.Context, insightID InsightID, reqEditors ...RequestEditorFn) (*GetPlatformInsightResponse, error) + func (c *ClientWithResponses) GetPluginVersionTableWithResponse(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*GetPluginVersionTableResponse, error) + func (c *ClientWithResponses) GetPluginVersionWithResponse(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*GetPluginVersionResponse, error) + func (c *ClientWithResponses) GetPluginWithResponse(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*GetPluginResponse, error) + func (c *ClientWithResponses) GetPolicyMetricsWithResponse(ctx context.Context, params *GetPolicyMetricsParams, ...) (*GetPolicyMetricsResponse, error) + func (c *ClientWithResponses) GetPolicyViolationsHistoryWithResponse(ctx context.Context, policyID PolicyID, ...) (*GetPolicyViolationsHistoryResponse, error) + func (c *ClientWithResponses) GetPolicyViolationsWithResponse(ctx context.Context, policyID PolicyID, params *GetPolicyViolationsParams, ...) (*GetPolicyViolationsResponse, error) + func (c *ClientWithResponses) GetPolicyWithResponse(ctx context.Context, policyID PolicyID, reqEditors ...RequestEditorFn) (*GetPolicyResponse, error) + func (c *ClientWithResponses) GetRBACPermissionWithResponse(ctx context.Context, rbacPermissionID RBACPermissionID, ...) (*GetRBACPermissionResponse, error) + func (c *ClientWithResponses) GetRBACRoleWithResponse(ctx context.Context, roleID RoleID, reqEditors ...RequestEditorFn) (*GetRBACRoleResponse, error) + func (c *ClientWithResponses) GetReportTemplateWithResponse(ctx context.Context, templateId openapi_types.UUID, ...) (*GetReportTemplateResponse, error) + func (c *ClientWithResponses) GetReportWithResponse(ctx context.Context, reportId openapi_types.UUID, ...) (*GetReportResponse, error) + func (c *ClientWithResponses) GetSAMLWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSAMLResponse, error) + func (c *ClientWithResponses) GetSavedQueryWithResponse(ctx context.Context, queryID QueryID, reqEditors ...RequestEditorFn) (*GetSavedQueryResponse, error) + func (c *ClientWithResponses) GetSettingsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSettingsResponse, error) + func (c *ClientWithResponses) GetSyncDestinationTestConnectionLogsLiveWithResponse(ctx context.Context, ...) (*GetSyncDestinationTestConnectionLogsLiveResponse, error) + func (c *ClientWithResponses) GetSyncDestinationTestConnectionLogsQueryWithResponse(ctx context.Context, ...) (*GetSyncDestinationTestConnectionLogsQueryResponse, error) + func (c *ClientWithResponses) GetSyncDestinationTestConnectionWithResponse(ctx context.Context, ...) (*GetSyncDestinationTestConnectionResponse, error) + func (c *ClientWithResponses) GetSyncDestinationWithResponse(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*GetSyncDestinationResponse, error) + func (c *ClientWithResponses) GetSyncRunLogsLiveWithResponse(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*GetSyncRunLogsLiveResponse, error) + func (c *ClientWithResponses) GetSyncRunLogsQueryWithResponse(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*GetSyncRunLogsQueryResponse, error) + func (c *ClientWithResponses) GetSyncRunStatsWithResponse(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*GetSyncRunStatsResponse, error) + func (c *ClientWithResponses) GetSyncRunTablesWithResponse(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*GetSyncRunTablesResponse, error) + func (c *ClientWithResponses) GetSyncRunWithResponse(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*GetSyncRunResponse, error) + func (c *ClientWithResponses) GetSyncSourceTestConnectionLogsLiveWithResponse(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*GetSyncSourceTestConnectionLogsLiveResponse, error) + func (c *ClientWithResponses) GetSyncSourceTestConnectionLogsQueryWithResponse(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*GetSyncSourceTestConnectionLogsQueryResponse, error) + func (c *ClientWithResponses) GetSyncSourceTestConnectionWithResponse(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*GetSyncSourceTestConnectionResponse, error) + func (c *ClientWithResponses) GetSyncSourceWithResponse(ctx context.Context, syncSourceName SyncSourceName, ...) (*GetSyncSourceResponse, error) + func (c *ClientWithResponses) GetSyncTransformerWithResponse(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*GetSyncTransformerResponse, error) + func (c *ClientWithResponses) GetSyncWithResponse(ctx context.Context, syncName SyncName, reqEditors ...RequestEditorFn) (*GetSyncResponse, error) + func (c *ClientWithResponses) GetTablesDataWithResponse(ctx context.Context, params *GetTablesDataParams, ...) (*GetTablesDataResponse, error) + func (c *ClientWithResponses) GetTablesRelationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTablesRelationsResponse, error) + func (c *ClientWithResponses) GetTeamUsageSummaryWithResponse(ctx context.Context, params *GetTeamUsageSummaryParams, ...) (*GetTeamUsageSummaryResponse, error) + func (c *ClientWithResponses) GetTestConnectionForSyncDestinationWithResponse(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*GetTestConnectionForSyncDestinationResponse, error) + func (c *ClientWithResponses) GetTestConnectionForSyncSourceWithResponse(ctx context.Context, syncSourceName SyncSourceName, ...) (*GetTestConnectionForSyncSourceResponse, error) + func (c *ClientWithResponses) GetUserWithResponse(ctx context.Context, userID UserID, reqEditors ...RequestEditorFn) (*GetUserResponse, error) + func (c *ClientWithResponses) GetV2SyncDestinationWithResponse(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*GetV2SyncDestinationResponse, error) + func (c *ClientWithResponses) GetV2SyncDestinationsWithResponse(ctx context.Context, params *GetV2SyncDestinationsParams, ...) (*GetV2SyncDestinationsResponse, error) + func (c *ClientWithResponses) GetV2SyncIntegrationWithResponse(ctx context.Context, syncName SyncName, reqEditors ...RequestEditorFn) (*GetV2SyncIntegrationResponse, error) + func (c *ClientWithResponses) GetViolationsByDomainWithResponse(ctx context.Context, params *GetViolationsByDomainParams, ...) (*GetViolationsByDomainResponse, error) + func (c *ClientWithResponses) GetViolationsHistoryWithResponse(ctx context.Context, params *GetViolationsHistoryParams, ...) (*GetViolationsHistoryResponse, error) + func (c *ClientWithResponses) HealthCheckHeadWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*HealthCheckHeadResponse, error) + func (c *ClientWithResponses) HealthCheckWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*HealthCheckResponse, error) + func (c *ClientWithResponses) IndexWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*IndexResponse, error) + func (c *ClientWithResponses) ListAPIKeysWithResponse(ctx context.Context, params *ListAPIKeysParams, reqEditors ...RequestEditorFn) (*ListAPIKeysResponse, error) + func (c *ClientWithResponses) ListAllAlertsWithResponse(ctx context.Context, params *ListAllAlertsParams, ...) (*ListAllAlertsResponse, error) + func (c *ClientWithResponses) ListAllCustomColumnsWithResponse(ctx context.Context, params *ListAllCustomColumnsParams, ...) (*ListAllCustomColumnsResponse, error) + func (c *ClientWithResponses) ListAllNotificationDestinationsWithResponse(ctx context.Context, params *ListAllNotificationDestinationsParams, ...) (*ListAllNotificationDestinationsResponse, error) + func (c *ClientWithResponses) ListAllQueriesWithResponse(ctx context.Context, params *ListAllQueriesParams, ...) (*ListAllQueriesResponse, error) + func (c *ClientWithResponses) ListAllRBACPermissionsWithResponse(ctx context.Context, params *ListAllRBACPermissionsParams, ...) (*ListAllRBACPermissionsResponse, error) + func (c *ClientWithResponses) ListAllRBACRolesWithResponse(ctx context.Context, params *ListAllRBACRolesParams, ...) (*ListAllRBACRolesResponse, error) + func (c *ClientWithResponses) ListAuditLogsWithResponse(ctx context.Context, params *ListAuditLogsParams, ...) (*ListAuditLogsResponse, error) + func (c *ClientWithResponses) ListFilterTagsWithResponse(ctx context.Context, params *ListFilterTagsParams, ...) (*ListFilterTagsResponse, error) + func (c *ClientWithResponses) ListFiltersWithResponse(ctx context.Context, params *ListFiltersParams, reqEditors ...RequestEditorFn) (*ListFiltersResponse, error) + func (c *ClientWithResponses) ListNotificationsWithResponse(ctx context.Context, params *ListNotificationsParams, ...) (*ListNotificationsResponse, error) + func (c *ClientWithResponses) ListPlatformInsightsWithResponse(ctx context.Context, params *ListPlatformInsightsParams, ...) (*ListPlatformInsightsResponse, error) + func (c *ClientWithResponses) ListPlatformVersionsWithResponse(ctx context.Context, params *ListPlatformVersionsParams, ...) (*ListPlatformVersionsResponse, error) + func (c *ClientWithResponses) ListPluginVersionTablesWithResponse(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*ListPluginVersionTablesResponse, error) + func (c *ClientWithResponses) ListPluginVersionsWithResponse(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*ListPluginVersionsResponse, error) + func (c *ClientWithResponses) ListPluginsWithResponse(ctx context.Context, params *ListPluginsParams, reqEditors ...RequestEditorFn) (*ListPluginsResponse, error) + func (c *ClientWithResponses) ListPoliciesInGroupWithResponse(ctx context.Context, policyGroupID PolicyGroupID, ...) (*ListPoliciesInGroupResponse, error) + func (c *ClientWithResponses) ListPoliciesWithResponse(ctx context.Context, params *ListPoliciesParams, reqEditors ...RequestEditorFn) (*ListPoliciesResponse, error) + func (c *ClientWithResponses) ListPolicyGroupsWithResponse(ctx context.Context, params *ListPolicyGroupsParams, ...) (*ListPolicyGroupsResponse, error) + func (c *ClientWithResponses) ListQueryTagsWithResponse(ctx context.Context, params *ListQueryTagsParams, ...) (*ListQueryTagsResponse, error) + func (c *ClientWithResponses) ListReportTemplatesWithResponse(ctx context.Context, params *ListReportTemplatesParams, ...) (*ListReportTemplatesResponse, error) + func (c *ClientWithResponses) ListReportsWithResponse(ctx context.Context, params *ListReportsParams, reqEditors ...RequestEditorFn) (*ListReportsResponse, error) + func (c *ClientWithResponses) ListSlackChannelsWithResponse(ctx context.Context, id openapi_types.UUID, params *ListSlackChannelsParams, ...) (*ListSlackChannelsResponse, error) + func (c *ClientWithResponses) ListSyncDestinationSyncsWithResponse(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*ListSyncDestinationSyncsResponse, error) + func (c *ClientWithResponses) ListSyncDestinationsWithResponse(ctx context.Context, params *ListSyncDestinationsParams, ...) (*ListSyncDestinationsResponse, error) + func (c *ClientWithResponses) ListSyncRunsWithResponse(ctx context.Context, syncName SyncName, params *ListSyncRunsParams, ...) (*ListSyncRunsResponse, error) + func (c *ClientWithResponses) ListSyncSourceSyncsWithResponse(ctx context.Context, syncSourceName SyncSourceName, ...) (*ListSyncSourceSyncsResponse, error) + func (c *ClientWithResponses) ListSyncSourcesWithResponse(ctx context.Context, params *ListSyncSourcesParams, ...) (*ListSyncSourcesResponse, error) + func (c *ClientWithResponses) ListSyncTransformerSyncDestinationsWithResponse(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*ListSyncTransformerSyncDestinationsResponse, error) + func (c *ClientWithResponses) ListSyncTransformerSyncsWithResponse(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*ListSyncTransformerSyncsResponse, error) + func (c *ClientWithResponses) ListSyncTransformersWithResponse(ctx context.Context, params *ListSyncTransformersParams, ...) (*ListSyncTransformersResponse, error) + func (c *ClientWithResponses) ListSyncUpgradesWithResponse(ctx context.Context, params *ListSyncUpgradesParams, ...) (*ListSyncUpgradesResponse, error) + func (c *ClientWithResponses) ListSyncsWithResponse(ctx context.Context, params *ListSyncsParams, reqEditors ...RequestEditorFn) (*ListSyncsResponse, error) + func (c *ClientWithResponses) ListTablesWithResponse(ctx context.Context, params *ListTablesParams, reqEditors ...RequestEditorFn) (*ListTablesResponse, error) + func (c *ClientWithResponses) ListTeamsWithResponse(ctx context.Context, params *ListTeamsParams, reqEditors ...RequestEditorFn) (*ListTeamsResponse, error) + func (c *ClientWithResponses) ListUsersWithResponse(ctx context.Context, params *ListUsersParams, reqEditors ...RequestEditorFn) (*ListUsersResponse, error) + func (c *ClientWithResponses) ListV2SyncIntegrationsWithResponse(ctx context.Context, params *ListV2SyncIntegrationsParams, ...) (*ListV2SyncIntegrationsResponse, error) + func (c *ClientWithResponses) LoginUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*LoginUserResponse, error) + func (c *ClientWithResponses) LoginUserWithResponse(ctx context.Context, body LoginUserJSONRequestBody, ...) (*LoginUserResponse, error) + func (c *ClientWithResponses) LogoutUserWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LogoutUserResponse, error) + func (c *ClientWithResponses) NotifyAWSCUROnboardingWithBodyWithResponse(ctx context.Context, onboardingID OnboardingID, contentType string, ...) (*NotifyAWSCUROnboardingResponse, error) + func (c *ClientWithResponses) NotifyAWSCUROnboardingWithResponse(ctx context.Context, onboardingID OnboardingID, ...) (*NotifyAWSCUROnboardingResponse, error) + func (c *ClientWithResponses) NotifyOnboardingWithBodyWithResponse(ctx context.Context, onboardingID OnboardingID, contentType string, ...) (*NotifyOnboardingResponse, error) + func (c *ClientWithResponses) NotifyOnboardingWithResponse(ctx context.Context, onboardingID OnboardingID, ...) (*NotifyOnboardingResponse, error) + func (c *ClientWithResponses) PatchV2SyncDestinationWithBodyWithResponse(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*PatchV2SyncDestinationResponse, error) + func (c *ClientWithResponses) PatchV2SyncDestinationWithResponse(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*PatchV2SyncDestinationResponse, error) + func (c *ClientWithResponses) PlatformCreateInsightFilterWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*PlatformCreateInsightFilterResponse, error) + func (c *ClientWithResponses) PlatformCreateInsightFilterWithResponse(ctx context.Context, body PlatformCreateInsightFilterJSONRequestBody, ...) (*PlatformCreateInsightFilterResponse, error) + func (c *ClientWithResponses) PlatformDeleteInsightFilterWithResponse(ctx context.Context, insightFilterID InsightFilterID, ...) (*PlatformDeleteInsightFilterResponse, error) + func (c *ClientWithResponses) PlatformGetInsightFilterByIDWithResponse(ctx context.Context, insightFilterID InsightFilterID, ...) (*PlatformGetInsightFilterByIDResponse, error) + func (c *ClientWithResponses) PlatformListInsightFiltersWithResponse(ctx context.Context, params *PlatformListInsightFiltersParams, ...) (*PlatformListInsightFiltersResponse, error) + func (c *ClientWithResponses) PlatformUpdateInsightFilterWithBodyWithResponse(ctx context.Context, insightFilterID InsightFilterID, contentType string, ...) (*PlatformUpdateInsightFilterResponse, error) + func (c *ClientWithResponses) PlatformUpdateInsightFilterWithResponse(ctx context.Context, insightFilterID InsightFilterID, ...) (*PlatformUpdateInsightFilterResponse, error) + func (c *ClientWithResponses) PromoteSAMLRolloverCertificateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*PromoteSAMLRolloverCertificateResponse, error) + func (c *ClientWithResponses) PromoteSAMLRolloverCertificateWithResponse(ctx context.Context, body PromoteSAMLRolloverCertificateJSONRequestBody, ...) (*PromoteSAMLRolloverCertificateResponse, error) + func (c *ClientWithResponses) PromoteSyncDestinationTestConnectionWithBodyWithResponse(ctx context.Context, ...) (*PromoteSyncDestinationTestConnectionResponse, error) + func (c *ClientWithResponses) PromoteSyncDestinationTestConnectionWithResponse(ctx context.Context, ...) (*PromoteSyncDestinationTestConnectionResponse, error) + func (c *ClientWithResponses) PromoteSyncSourceTestConnectionWithBodyWithResponse(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*PromoteSyncSourceTestConnectionResponse, error) + func (c *ClientWithResponses) PromoteSyncSourceTestConnectionWithResponse(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*PromoteSyncSourceTestConnectionResponse, error) + func (c *ClientWithResponses) ProvisionOnboardingConfigurationWithBodyWithResponse(ctx context.Context, onboardingID OnboardingID, contentType string, ...) (*ProvisionOnboardingConfigurationResponse, error) + func (c *ClientWithResponses) ProvisionOnboardingConfigurationWithResponse(ctx context.Context, onboardingID OnboardingID, ...) (*ProvisionOnboardingConfigurationResponse, error) + func (c *ClientWithResponses) QueryListFilterTagsWithResponse(ctx context.Context, queryID QueryID, params *QueryListFilterTagsParams, ...) (*QueryListFilterTagsResponse, error) + func (c *ClientWithResponses) QueryListFiltersWithResponse(ctx context.Context, queryID QueryID, params *QueryListFiltersParams, ...) (*QueryListFiltersResponse, error) + func (c *ClientWithResponses) QuerySaveFilterWithBodyWithResponse(ctx context.Context, queryID QueryID, contentType string, body io.Reader, ...) (*QuerySaveFilterResponse, error) + func (c *ClientWithResponses) QuerySaveFilterWithResponse(ctx context.Context, queryID QueryID, body QuerySaveFilterJSONRequestBody, ...) (*QuerySaveFilterResponse, error) + func (c *ClientWithResponses) SaveCustomColumnWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SaveCustomColumnResponse, error) + func (c *ClientWithResponses) SaveCustomColumnWithResponse(ctx context.Context, body SaveCustomColumnJSONRequestBody, ...) (*SaveCustomColumnResponse, error) + func (c *ClientWithResponses) SaveQueryWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SaveQueryResponse, error) + func (c *ClientWithResponses) SaveQueryWithResponse(ctx context.Context, body SaveQueryJSONRequestBody, ...) (*SaveQueryResponse, error) + func (c *ClientWithResponses) SendAnonymousEventWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SendAnonymousEventResponse, error) + func (c *ClientWithResponses) SendAnonymousEventWithResponse(ctx context.Context, body SendAnonymousEventJSONRequestBody, ...) (*SendAnonymousEventResponse, error) + func (c *ClientWithResponses) SendMessageWithBodyWithResponse(ctx context.Context, conversationID ConversationID, contentType string, ...) (*SendMessageResponse, error) + func (c *ClientWithResponses) SendMessageWithResponse(ctx context.Context, conversationID ConversationID, ...) (*SendMessageResponse, error) + func (c *ClientWithResponses) SendUserEventWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SendUserEventResponse, error) + func (c *ClientWithResponses) SendUserEventWithResponse(ctx context.Context, body SendUserEventJSONRequestBody, ...) (*SendUserEventResponse, error) + func (c *ClientWithResponses) TableColumnListValuesWithResponse(ctx context.Context, tableName TableName, columnName ColumnName, ...) (*TableColumnListValuesResponse, error) + func (c *ClientWithResponses) TableListColumnsWithResponse(ctx context.Context, tableName TableName, params *TableListColumnsParams, ...) (*TableListColumnsResponse, error) + func (c *ClientWithResponses) TableListFilterTagsWithResponse(ctx context.Context, tableName TableName, params *TableListFilterTagsParams, ...) (*TableListFilterTagsResponse, error) + func (c *ClientWithResponses) TableListFiltersWithResponse(ctx context.Context, tableName TableName, params *TableListFiltersParams, ...) (*TableListFiltersResponse, error) + func (c *ClientWithResponses) TableListRowsWithResponse(ctx context.Context, tableName TableName, params *TableListRowsParams, ...) (*TableListRowsResponse, error) + func (c *ClientWithResponses) TableRowByIdWithResponse(ctx context.Context, tableName TableName, tableRowId TableRowId, ...) (*TableRowByIdResponse, error) + func (c *ClientWithResponses) TableSaveFilterWithBodyWithResponse(ctx context.Context, tableName TableName, contentType string, body io.Reader, ...) (*TableSaveFilterResponse, error) + func (c *ClientWithResponses) TableSaveFilterWithResponse(ctx context.Context, tableName TableName, body TableSaveFilterJSONRequestBody, ...) (*TableSaveFilterResponse, error) + func (c *ClientWithResponses) TableSchemaWithResponse(ctx context.Context, tableName TableName, reqEditors ...RequestEditorFn) (*TableSchemaResponse, error) + func (c *ClientWithResponses) TablesDataActionWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*TablesDataActionResponse, error) + func (c *ClientWithResponses) TablesDataActionWithResponse(ctx context.Context, body TablesDataActionJSONRequestBody, ...) (*TablesDataActionResponse, error) + func (c *ClientWithResponses) TestNotificationDestinationWithResponse(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*TestNotificationDestinationResponse, error) + func (c *ClientWithResponses) TestUnsavedAlertWithBodyWithResponse(ctx context.Context, params *TestUnsavedAlertParams, contentType string, ...) (*TestUnsavedAlertResponse, error) + func (c *ClientWithResponses) TestUnsavedAlertWithResponse(ctx context.Context, params *TestUnsavedAlertParams, ...) (*TestUnsavedAlertResponse, error) + func (c *ClientWithResponses) TestUnsavedNotificationDestinationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*TestUnsavedNotificationDestinationResponse, error) + func (c *ClientWithResponses) TestUnsavedNotificationDestinationWithResponse(ctx context.Context, body TestUnsavedNotificationDestinationJSONRequestBody, ...) (*TestUnsavedNotificationDestinationResponse, error) + func (c *ClientWithResponses) TogglePolicyWithResponse(ctx context.Context, policyID PolicyID, reqEditors ...RequestEditorFn) (*TogglePolicyResponse, error) + func (c *ClientWithResponses) UpdateCurrentUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateCurrentUserResponse, error) + func (c *ClientWithResponses) UpdateCurrentUserWithResponse(ctx context.Context, body UpdateCurrentUserJSONRequestBody, ...) (*UpdateCurrentUserResponse, error) + func (c *ClientWithResponses) UpdateCustomColumnWithBodyWithResponse(ctx context.Context, customColumnID CustomColumnID, contentType string, ...) (*UpdateCustomColumnResponse, error) + func (c *ClientWithResponses) UpdateCustomColumnWithResponse(ctx context.Context, customColumnID CustomColumnID, ...) (*UpdateCustomColumnResponse, error) + func (c *ClientWithResponses) UpdateCustomerWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateCustomerResponse, error) + func (c *ClientWithResponses) UpdateCustomerWithResponse(ctx context.Context, body UpdateCustomerJSONRequestBody, ...) (*UpdateCustomerResponse, error) + func (c *ClientWithResponses) UpdateDataSettingsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateDataSettingsResponse, error) + func (c *ClientWithResponses) UpdateDataSettingsWithResponse(ctx context.Context, body UpdateDataSettingsJSONRequestBody, ...) (*UpdateDataSettingsResponse, error) + func (c *ClientWithResponses) UpdateFilterWithBodyWithResponse(ctx context.Context, filterID FilterID, contentType string, body io.Reader, ...) (*UpdateFilterResponse, error) + func (c *ClientWithResponses) UpdateFilterWithResponse(ctx context.Context, filterID FilterID, body UpdateFilterJSONRequestBody, ...) (*UpdateFilterResponse, error) + func (c *ClientWithResponses) UpdateNotificationDestinationWithBodyWithResponse(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*UpdateNotificationDestinationResponse, error) + func (c *ClientWithResponses) UpdateNotificationDestinationWithResponse(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*UpdateNotificationDestinationResponse, error) + func (c *ClientWithResponses) UpdatePolicyGroupWithBodyWithResponse(ctx context.Context, policyGroupID PolicyGroupID, contentType string, ...) (*UpdatePolicyGroupResponse, error) + func (c *ClientWithResponses) UpdatePolicyGroupWithResponse(ctx context.Context, policyGroupID PolicyGroupID, ...) (*UpdatePolicyGroupResponse, error) + func (c *ClientWithResponses) UpdatePolicyWithBodyWithResponse(ctx context.Context, policyID PolicyID, contentType string, body io.Reader, ...) (*UpdatePolicyResponse, error) + func (c *ClientWithResponses) UpdatePolicyWithResponse(ctx context.Context, policyID PolicyID, body UpdatePolicyJSONRequestBody, ...) (*UpdatePolicyResponse, error) + func (c *ClientWithResponses) UpdateQueryWithBodyWithResponse(ctx context.Context, queryID QueryID, contentType string, body io.Reader, ...) (*UpdateQueryResponse, error) + func (c *ClientWithResponses) UpdateQueryWithResponse(ctx context.Context, queryID QueryID, body UpdateQueryJSONRequestBody, ...) (*UpdateQueryResponse, error) + func (c *ClientWithResponses) UpdateRBACPermissionWithBodyWithResponse(ctx context.Context, rbacPermissionID RBACPermissionID, contentType string, ...) (*UpdateRBACPermissionResponse, error) + func (c *ClientWithResponses) UpdateRBACPermissionWithResponse(ctx context.Context, rbacPermissionID RBACPermissionID, ...) (*UpdateRBACPermissionResponse, error) + func (c *ClientWithResponses) UpdateRBACRoleWithBodyWithResponse(ctx context.Context, roleID RoleID, contentType string, body io.Reader, ...) (*UpdateRBACRoleResponse, error) + func (c *ClientWithResponses) UpdateRBACRoleWithResponse(ctx context.Context, roleID RoleID, body UpdateRBACRoleJSONRequestBody, ...) (*UpdateRBACRoleResponse, error) + func (c *ClientWithResponses) UpdateReportTemplateWithBodyWithResponse(ctx context.Context, templateId openapi_types.UUID, contentType string, ...) (*UpdateReportTemplateResponse, error) + func (c *ClientWithResponses) UpdateReportTemplateWithResponse(ctx context.Context, templateId openapi_types.UUID, ...) (*UpdateReportTemplateResponse, error) + func (c *ClientWithResponses) UpdateReportWithBodyWithResponse(ctx context.Context, reportId openapi_types.UUID, contentType string, ...) (*UpdateReportResponse, error) + func (c *ClientWithResponses) UpdateReportWithResponse(ctx context.Context, reportId openapi_types.UUID, ...) (*UpdateReportResponse, error) + func (c *ClientWithResponses) UpdateSAMLWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateSAMLResponse, error) + func (c *ClientWithResponses) UpdateSAMLWithResponse(ctx context.Context, body UpdateSAMLJSONRequestBody, ...) (*UpdateSAMLResponse, error) + func (c *ClientWithResponses) UpdateSettingsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateSettingsResponse, error) + func (c *ClientWithResponses) UpdateSettingsWithResponse(ctx context.Context, body UpdateSettingsJSONRequestBody, ...) (*UpdateSettingsResponse, error) + func (c *ClientWithResponses) UpdateSyncDestinationWithBodyWithResponse(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*UpdateSyncDestinationResponse, error) + func (c *ClientWithResponses) UpdateSyncDestinationWithResponse(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*UpdateSyncDestinationResponse, error) + func (c *ClientWithResponses) UpdateSyncRunWithBodyWithResponse(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*UpdateSyncRunResponse, error) + func (c *ClientWithResponses) UpdateSyncRunWithResponse(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*UpdateSyncRunResponse, error) + func (c *ClientWithResponses) UpdateSyncSourceWithBodyWithResponse(ctx context.Context, syncSourceName SyncSourceName, contentType string, ...) (*UpdateSyncSourceResponse, error) + func (c *ClientWithResponses) UpdateSyncSourceWithResponse(ctx context.Context, syncSourceName SyncSourceName, ...) (*UpdateSyncSourceResponse, error) + func (c *ClientWithResponses) UpdateSyncTestConnectionForSyncDestinationTeamWithBodyWithResponse(ctx context.Context, teamName TeamName, ...) (*UpdateSyncTestConnectionForSyncDestinationTeamResponse, error) + func (c *ClientWithResponses) UpdateSyncTestConnectionForSyncDestinationTeamWithResponse(ctx context.Context, teamName TeamName, ...) (*UpdateSyncTestConnectionForSyncDestinationTeamResponse, error) + func (c *ClientWithResponses) UpdateSyncTestConnectionForSyncDestinationWithBodyWithResponse(ctx context.Context, ...) (*UpdateSyncTestConnectionForSyncDestinationResponse, error) + func (c *ClientWithResponses) UpdateSyncTestConnectionForSyncDestinationWithResponse(ctx context.Context, ...) (*UpdateSyncTestConnectionForSyncDestinationResponse, error) + func (c *ClientWithResponses) UpdateSyncTestConnectionForSyncSourceTeamWithBodyWithResponse(ctx context.Context, teamName TeamName, ...) (*UpdateSyncTestConnectionForSyncSourceTeamResponse, error) + func (c *ClientWithResponses) UpdateSyncTestConnectionForSyncSourceTeamWithResponse(ctx context.Context, teamName TeamName, ...) (*UpdateSyncTestConnectionForSyncSourceTeamResponse, error) + func (c *ClientWithResponses) UpdateSyncTestConnectionForSyncSourceWithBodyWithResponse(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*UpdateSyncTestConnectionForSyncSourceResponse, error) + func (c *ClientWithResponses) UpdateSyncTestConnectionForSyncSourceWithResponse(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*UpdateSyncTestConnectionForSyncSourceResponse, error) + func (c *ClientWithResponses) UpdateSyncTransformerWithBodyWithResponse(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*UpdateSyncTransformerResponse, error) + func (c *ClientWithResponses) UpdateSyncTransformerWithResponse(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*UpdateSyncTransformerResponse, error) + func (c *ClientWithResponses) UpdateSyncWithBodyWithResponse(ctx context.Context, syncName SyncName, contentType string, body io.Reader, ...) (*UpdateSyncResponse, error) + func (c *ClientWithResponses) UpdateSyncWithResponse(ctx context.Context, syncName SyncName, body UpdateSyncJSONRequestBody, ...) (*UpdateSyncResponse, error) + func (c *ClientWithResponses) UpdateUserWithBodyWithResponse(ctx context.Context, userID UserID, contentType string, body io.Reader, ...) (*UpdateUserResponse, error) + func (c *ClientWithResponses) UpdateUserWithResponse(ctx context.Context, userID UserID, body UpdateUserJSONRequestBody, ...) (*UpdateUserResponse, error) + func (c *ClientWithResponses) UpdateV2SyncIntegrationWithBodyWithResponse(ctx context.Context, syncName SyncName, contentType string, body io.Reader, ...) (*UpdateV2SyncIntegrationResponse, error) + func (c *ClientWithResponses) UpdateV2SyncIntegrationWithResponse(ctx context.Context, syncName SyncName, ...) (*UpdateV2SyncIntegrationResponse, error) + func (c *ClientWithResponses) UserTOTPDeleteWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserTOTPDeleteResponse, error) + func (c *ClientWithResponses) UserTOTPSetupWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserTOTPSetupResponse, error) + func (c *ClientWithResponses) UserTOTPVerifyWithBodyWithResponse(ctx context.Context, params *UserTOTPVerifyParams, contentType string, ...) (*UserTOTPVerifyResponse, error) + func (c *ClientWithResponses) UserTOTPVerifyWithResponse(ctx context.Context, params *UserTOTPVerifyParams, ...) (*UserTOTPVerifyResponse, error) + func (c *ClientWithResponses) VerifyAWSCUROnboardingWithResponse(ctx context.Context, onboardingID OnboardingID, reqEditors ...RequestEditorFn) (*VerifyAWSCUROnboardingResponse, error) + type ClientWithResponsesInterface interface + AddUserWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*AddUserResponse, error) + AddUserWithResponse func(ctx context.Context, body AddUserJSONRequestBody, ...) (*AddUserResponse, error) + AuthenticateUserWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*AuthenticateUserResponse, error) + AuthenticateUserWithResponse func(ctx context.Context, body AuthenticateUserJSONRequestBody, ...) (*AuthenticateUserResponse, error) + BatchTableSchemasWithResponse func(ctx context.Context, params *BatchTableSchemasParams, ...) (*BatchTableSchemasResponse, error) + ChangeUserPasswordWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*ChangeUserPasswordResponse, error) + ChangeUserPasswordWithResponse func(ctx context.Context, body ChangeUserPasswordJSONRequestBody, ...) (*ChangeUserPasswordResponse, error) + CreateAPIKeyWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateAPIKeyResponse, error) + CreateAPIKeyWithResponse func(ctx context.Context, body CreateAPIKeyJSONRequestBody, ...) (*CreateAPIKeyResponse, error) + CreateAWSCUROnboardingWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*CreateAWSCUROnboardingResponse, error) + CreateAWSOnboardingWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateAWSOnboardingResponse, error) + CreateAWSOnboardingWithResponse func(ctx context.Context, body CreateAWSOnboardingJSONRequestBody, ...) (*CreateAWSOnboardingResponse, error) + CreateConversationWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateConversationResponse, error) + CreateConversationWithResponse func(ctx context.Context, body CreateConversationJSONRequestBody, ...) (*CreateConversationResponse, error) + CreateNotificationDestinationWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateNotificationDestinationResponse, error) + CreateNotificationDestinationWithResponse func(ctx context.Context, body CreateNotificationDestinationJSONRequestBody, ...) (*CreateNotificationDestinationResponse, error) + CreatePolicyGroupWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreatePolicyGroupResponse, error) + CreatePolicyGroupWithResponse func(ctx context.Context, body CreatePolicyGroupJSONRequestBody, ...) (*CreatePolicyGroupResponse, error) + CreatePolicyWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreatePolicyResponse, error) + CreatePolicyWithResponse func(ctx context.Context, body CreatePolicyJSONRequestBody, ...) (*CreatePolicyResponse, error) + CreateRBACPermissionWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateRBACPermissionResponse, error) + CreateRBACPermissionWithResponse func(ctx context.Context, body CreateRBACPermissionJSONRequestBody, ...) (*CreateRBACPermissionResponse, error) + CreateRBACRoleWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateRBACRoleResponse, error) + CreateRBACRoleWithResponse func(ctx context.Context, body CreateRBACRoleJSONRequestBody, ...) (*CreateRBACRoleResponse, error) + CreateReportTemplateWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateReportTemplateResponse, error) + CreateReportTemplateWithResponse func(ctx context.Context, body CreateReportTemplateJSONRequestBody, ...) (*CreateReportTemplateResponse, error) + CreateReportWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateReportResponse, error) + CreateReportWithResponse func(ctx context.Context, body CreateReportJSONRequestBody, ...) (*CreateReportResponse, error) + CreateSAMLRolloverCertificateWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*CreateSAMLRolloverCertificateResponse, error) + CreateSlackConnectionWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateSlackConnectionResponse, error) + CreateSlackConnectionWithResponse func(ctx context.Context, body CreateSlackConnectionJSONRequestBody, ...) (*CreateSlackConnectionResponse, error) + CreateSyncDestinationTestConnectionWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateSyncDestinationTestConnectionResponse, error) + CreateSyncDestinationTestConnectionWithResponse func(ctx context.Context, body CreateSyncDestinationTestConnectionJSONRequestBody, ...) (*CreateSyncDestinationTestConnectionResponse, error) + CreateSyncRunProgressTeamWithBodyWithResponse func(ctx context.Context, teamName TeamName, syncName SyncName, syncRunId SyncRunId, ...) (*CreateSyncRunProgressTeamResponse, error) + CreateSyncRunProgressTeamWithResponse func(ctx context.Context, teamName TeamName, syncName SyncName, syncRunId SyncRunId, ...) (*CreateSyncRunProgressTeamResponse, error) + CreateSyncRunProgressWithBodyWithResponse func(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*CreateSyncRunProgressResponse, error) + CreateSyncRunProgressWithResponse func(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*CreateSyncRunProgressResponse, error) + CreateSyncRunWithResponse func(ctx context.Context, syncName SyncName, reqEditors ...RequestEditorFn) (*CreateSyncRunResponse, error) + CreateSyncSourceTestConnectionWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateSyncSourceTestConnectionResponse, error) + CreateSyncSourceTestConnectionWithResponse func(ctx context.Context, body CreateSyncSourceTestConnectionJSONRequestBody, ...) (*CreateSyncSourceTestConnectionResponse, error) + CreateSyncWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateSyncResponse, error) + CreateSyncWithResponse func(ctx context.Context, body CreateSyncJSONRequestBody, ...) (*CreateSyncResponse, error) + CreateV2SyncDestinationTestConnectionWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateV2SyncDestinationTestConnectionResponse, error) + CreateV2SyncDestinationTestConnectionWithResponse func(ctx context.Context, body CreateV2SyncDestinationTestConnectionJSONRequestBody, ...) (*CreateV2SyncDestinationTestConnectionResponse, error) + CreateV2SyncDestinationWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateV2SyncDestinationResponse, error) + CreateV2SyncDestinationWithResponse func(ctx context.Context, body CreateV2SyncDestinationJSONRequestBody, ...) (*CreateV2SyncDestinationResponse, error) + CreateV2SyncIntegrationTestConnectionWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateV2SyncIntegrationTestConnectionResponse, error) + CreateV2SyncIntegrationTestConnectionWithResponse func(ctx context.Context, body CreateV2SyncIntegrationTestConnectionJSONRequestBody, ...) (*CreateV2SyncIntegrationTestConnectionResponse, error) + CreateV2SyncIntegrationWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateV2SyncIntegrationResponse, error) + CreateV2SyncIntegrationWithResponse func(ctx context.Context, body CreateV2SyncIntegrationJSONRequestBody, ...) (*CreateV2SyncIntegrationResponse, error) + DeleteAPIKeyWithResponse func(ctx context.Context, apiKeyID APIKeyID, reqEditors ...RequestEditorFn) (*DeleteAPIKeyResponse, error) + DeleteAlertWithResponse func(ctx context.Context, queryID QueryID, reqEditors ...RequestEditorFn) (*DeleteAlertResponse, error) + DeleteCustomColumnWithResponse func(ctx context.Context, customColumnID CustomColumnID, ...) (*DeleteCustomColumnResponse, error) + DeleteFilterWithResponse func(ctx context.Context, filterID FilterID, reqEditors ...RequestEditorFn) (*DeleteFilterResponse, error) + DeleteNotificationDestinationWithResponse func(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*DeleteNotificationDestinationResponse, error) + DeletePolicyGroupWithResponse func(ctx context.Context, policyGroupID PolicyGroupID, ...) (*DeletePolicyGroupResponse, error) + DeletePolicyWithResponse func(ctx context.Context, policyID PolicyID, reqEditors ...RequestEditorFn) (*DeletePolicyResponse, error) + DeleteRBACPermissionWithResponse func(ctx context.Context, rbacPermissionID RBACPermissionID, ...) (*DeleteRBACPermissionResponse, error) + DeleteRBACRoleWithResponse func(ctx context.Context, roleID RoleID, reqEditors ...RequestEditorFn) (*DeleteRBACRoleResponse, error) + DeleteReportTemplateWithResponse func(ctx context.Context, templateId openapi_types.UUID, ...) (*DeleteReportTemplateResponse, error) + DeleteReportWithResponse func(ctx context.Context, reportId openapi_types.UUID, ...) (*DeleteReportResponse, error) + DeleteSAMLRolloverCertificateWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*DeleteSAMLRolloverCertificateResponse, error) + DeleteSAMLRolloverCertificateWithResponse func(ctx context.Context, body DeleteSAMLRolloverCertificateJSONRequestBody, ...) (*DeleteSAMLRolloverCertificateResponse, error) + DeleteSavedQueryWithResponse func(ctx context.Context, queryID QueryID, reqEditors ...RequestEditorFn) (*DeleteSavedQueryResponse, error) + DeleteSyncDestinationWithResponse func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*DeleteSyncDestinationResponse, error) + DeleteSyncSourceWithResponse func(ctx context.Context, syncSourceName SyncSourceName, ...) (*DeleteSyncSourceResponse, error) + DeleteSyncTransformerWithResponse func(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*DeleteSyncTransformerResponse, error) + DeleteSyncWithResponse func(ctx context.Context, syncName SyncName, reqEditors ...RequestEditorFn) (*DeleteSyncResponse, error) + DeleteUserTOTPWithResponse func(ctx context.Context, userID UserID, reqEditors ...RequestEditorFn) (*DeleteUserTOTPResponse, error) + DeleteUserWithResponse func(ctx context.Context, userID UserID, reqEditors ...RequestEditorFn) (*DeleteUserResponse, error) + DeleteV2SyncDestinationWithResponse func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*DeleteV2SyncDestinationResponse, error) + DeleteV2SyncIntegrationWithResponse func(ctx context.Context, syncName SyncName, params *DeleteV2SyncIntegrationParams, ...) (*DeleteV2SyncIntegrationResponse, error) + DownloadPluginAssetByTeamWithResponse func(ctx context.Context, teamName TeamName, pluginTeam PluginTeam, ...) (*DownloadPluginAssetByTeamResponse, error) + DownloadPluginAssetWithResponse func(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*DownloadPluginAssetResponse, error) + ExecuteAdHocQueryWithBodyWithResponse func(ctx context.Context, params *ExecuteAdHocQueryParams, contentType string, ...) (*ExecuteAdHocQueryResponse, error) + ExecuteAdHocQueryWithResponse func(ctx context.Context, params *ExecuteAdHocQueryParams, ...) (*ExecuteAdHocQueryResponse, error) + ExecuteSavedQueryWithResponse func(ctx context.Context, queryID QueryID, params *ExecuteSavedQueryParams, ...) (*ExecuteSavedQueryResponse, error) + GetAWSAccountsInParentWithResponse func(ctx context.Context, onboardingID OnboardingID, ...) (*GetAWSAccountsInParentResponse, error) + GetAWSAccountsInRootWithResponse func(ctx context.Context, onboardingID OnboardingID, reqEditors ...RequestEditorFn) (*GetAWSAccountsInRootResponse, error) + GetAWSCUROnboardingWithResponse func(ctx context.Context, onboardingID OnboardingID, reqEditors ...RequestEditorFn) (*GetAWSCUROnboardingResponse, error) + GetAWSOnboardingWithResponse func(ctx context.Context, onboardingID OnboardingID, reqEditors ...RequestEditorFn) (*GetAWSOnboardingResponse, error) + GetAuditLogWithResponse func(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetAuditLogResponse, error) + GetConversationWithResponse func(ctx context.Context, conversationID ConversationID, ...) (*GetConversationResponse, error) + GetCurrentUserWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetCurrentUserResponse, error) + GetCustomColumnWithResponse func(ctx context.Context, customColumnID CustomColumnID, ...) (*GetCustomColumnResponse, error) + GetDataSettingsWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetDataSettingsResponse, error) + GetFilterByIDWithResponse func(ctx context.Context, filterID FilterID, reqEditors ...RequestEditorFn) (*GetFilterByIDResponse, error) + GetGroupedTeamUsageSummaryWithResponse func(ctx context.Context, groupBy GetGroupedTeamUsageSummaryParamsGroupBy, ...) (*GetGroupedTeamUsageSummaryResponse, error) + GetNotificationDestinationAlertsWithResponse func(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*GetNotificationDestinationAlertsResponse, error) + GetNotificationDestinationWithResponse func(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*GetNotificationDestinationResponse, error) + GetOpenAPIJSONWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetOpenAPIJSONResponse, error) + GetPlatformAssetInsightsWithResponse func(ctx context.Context, assetID AssetID, params *GetPlatformAssetInsightsParams, ...) (*GetPlatformAssetInsightsResponse, error) + GetPlatformInfoWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetPlatformInfoResponse, error) + GetPlatformInsightAssetsWithResponse func(ctx context.Context, insightID InsightID, ...) (*GetPlatformInsightAssetsResponse, error) + GetPlatformInsightColumnDistinctValuesWithResponse func(ctx context.Context, insightColumnName InsightColumnName, ...) (*GetPlatformInsightColumnDistinctValuesResponse, error) + GetPlatformInsightWithResponse func(ctx context.Context, insightID InsightID, reqEditors ...RequestEditorFn) (*GetPlatformInsightResponse, error) + GetPluginVersionTableWithResponse func(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*GetPluginVersionTableResponse, error) + GetPluginVersionWithResponse func(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*GetPluginVersionResponse, error) + GetPluginWithResponse func(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*GetPluginResponse, error) + GetPolicyMetricsWithResponse func(ctx context.Context, params *GetPolicyMetricsParams, ...) (*GetPolicyMetricsResponse, error) + GetPolicyViolationsHistoryWithResponse func(ctx context.Context, policyID PolicyID, ...) (*GetPolicyViolationsHistoryResponse, error) + GetPolicyViolationsWithResponse func(ctx context.Context, policyID PolicyID, params *GetPolicyViolationsParams, ...) (*GetPolicyViolationsResponse, error) + GetPolicyWithResponse func(ctx context.Context, policyID PolicyID, reqEditors ...RequestEditorFn) (*GetPolicyResponse, error) + GetRBACPermissionWithResponse func(ctx context.Context, rbacPermissionID RBACPermissionID, ...) (*GetRBACPermissionResponse, error) + GetRBACRoleWithResponse func(ctx context.Context, roleID RoleID, reqEditors ...RequestEditorFn) (*GetRBACRoleResponse, error) + GetReportTemplateWithResponse func(ctx context.Context, templateId openapi_types.UUID, ...) (*GetReportTemplateResponse, error) + GetReportWithResponse func(ctx context.Context, reportId openapi_types.UUID, ...) (*GetReportResponse, error) + GetSAMLWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSAMLResponse, error) + GetSavedQueryWithResponse func(ctx context.Context, queryID QueryID, reqEditors ...RequestEditorFn) (*GetSavedQueryResponse, error) + GetSettingsWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSettingsResponse, error) + GetSyncDestinationTestConnectionLogsLiveWithResponse func(ctx context.Context, ...) (*GetSyncDestinationTestConnectionLogsLiveResponse, error) + GetSyncDestinationTestConnectionLogsQueryWithResponse func(ctx context.Context, ...) (*GetSyncDestinationTestConnectionLogsQueryResponse, error) + GetSyncDestinationTestConnectionWithResponse func(ctx context.Context, ...) (*GetSyncDestinationTestConnectionResponse, error) + GetSyncDestinationWithResponse func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*GetSyncDestinationResponse, error) + GetSyncRunLogsLiveWithResponse func(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*GetSyncRunLogsLiveResponse, error) + GetSyncRunLogsQueryWithResponse func(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*GetSyncRunLogsQueryResponse, error) + GetSyncRunStatsWithResponse func(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*GetSyncRunStatsResponse, error) + GetSyncRunTablesWithResponse func(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*GetSyncRunTablesResponse, error) + GetSyncRunWithResponse func(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*GetSyncRunResponse, error) + GetSyncSourceTestConnectionLogsLiveWithResponse func(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*GetSyncSourceTestConnectionLogsLiveResponse, error) + GetSyncSourceTestConnectionLogsQueryWithResponse func(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*GetSyncSourceTestConnectionLogsQueryResponse, error) + GetSyncSourceTestConnectionWithResponse func(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*GetSyncSourceTestConnectionResponse, error) + GetSyncSourceWithResponse func(ctx context.Context, syncSourceName SyncSourceName, ...) (*GetSyncSourceResponse, error) + GetSyncTransformerWithResponse func(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*GetSyncTransformerResponse, error) + GetSyncWithResponse func(ctx context.Context, syncName SyncName, reqEditors ...RequestEditorFn) (*GetSyncResponse, error) + GetTablesDataWithResponse func(ctx context.Context, params *GetTablesDataParams, ...) (*GetTablesDataResponse, error) + GetTablesRelationsWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTablesRelationsResponse, error) + GetTeamUsageSummaryWithResponse func(ctx context.Context, params *GetTeamUsageSummaryParams, ...) (*GetTeamUsageSummaryResponse, error) + GetTestConnectionForSyncDestinationWithResponse func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*GetTestConnectionForSyncDestinationResponse, error) + GetTestConnectionForSyncSourceWithResponse func(ctx context.Context, syncSourceName SyncSourceName, ...) (*GetTestConnectionForSyncSourceResponse, error) + GetUserWithResponse func(ctx context.Context, userID UserID, reqEditors ...RequestEditorFn) (*GetUserResponse, error) + GetV2SyncDestinationWithResponse func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*GetV2SyncDestinationResponse, error) + GetV2SyncDestinationsWithResponse func(ctx context.Context, params *GetV2SyncDestinationsParams, ...) (*GetV2SyncDestinationsResponse, error) + GetV2SyncIntegrationWithResponse func(ctx context.Context, syncName SyncName, reqEditors ...RequestEditorFn) (*GetV2SyncIntegrationResponse, error) + GetViolationsByDomainWithResponse func(ctx context.Context, params *GetViolationsByDomainParams, ...) (*GetViolationsByDomainResponse, error) + GetViolationsHistoryWithResponse func(ctx context.Context, params *GetViolationsHistoryParams, ...) (*GetViolationsHistoryResponse, error) + HealthCheckHeadWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*HealthCheckHeadResponse, error) + HealthCheckWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*HealthCheckResponse, error) + IndexWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*IndexResponse, error) + ListAPIKeysWithResponse func(ctx context.Context, params *ListAPIKeysParams, reqEditors ...RequestEditorFn) (*ListAPIKeysResponse, error) + ListAllAlertsWithResponse func(ctx context.Context, params *ListAllAlertsParams, ...) (*ListAllAlertsResponse, error) + ListAllCustomColumnsWithResponse func(ctx context.Context, params *ListAllCustomColumnsParams, ...) (*ListAllCustomColumnsResponse, error) + ListAllNotificationDestinationsWithResponse func(ctx context.Context, params *ListAllNotificationDestinationsParams, ...) (*ListAllNotificationDestinationsResponse, error) + ListAllQueriesWithResponse func(ctx context.Context, params *ListAllQueriesParams, ...) (*ListAllQueriesResponse, error) + ListAllRBACPermissionsWithResponse func(ctx context.Context, params *ListAllRBACPermissionsParams, ...) (*ListAllRBACPermissionsResponse, error) + ListAllRBACRolesWithResponse func(ctx context.Context, params *ListAllRBACRolesParams, ...) (*ListAllRBACRolesResponse, error) + ListAuditLogsWithResponse func(ctx context.Context, params *ListAuditLogsParams, ...) (*ListAuditLogsResponse, error) + ListFilterTagsWithResponse func(ctx context.Context, params *ListFilterTagsParams, ...) (*ListFilterTagsResponse, error) + ListFiltersWithResponse func(ctx context.Context, params *ListFiltersParams, reqEditors ...RequestEditorFn) (*ListFiltersResponse, error) + ListNotificationsWithResponse func(ctx context.Context, params *ListNotificationsParams, ...) (*ListNotificationsResponse, error) + ListPlatformInsightsWithResponse func(ctx context.Context, params *ListPlatformInsightsParams, ...) (*ListPlatformInsightsResponse, error) + ListPlatformVersionsWithResponse func(ctx context.Context, params *ListPlatformVersionsParams, ...) (*ListPlatformVersionsResponse, error) + ListPluginVersionTablesWithResponse func(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*ListPluginVersionTablesResponse, error) + ListPluginVersionsWithResponse func(ctx context.Context, teamName TeamName, pluginKind PluginKind, ...) (*ListPluginVersionsResponse, error) + ListPluginsWithResponse func(ctx context.Context, params *ListPluginsParams, reqEditors ...RequestEditorFn) (*ListPluginsResponse, error) + ListPoliciesInGroupWithResponse func(ctx context.Context, policyGroupID PolicyGroupID, ...) (*ListPoliciesInGroupResponse, error) + ListPoliciesWithResponse func(ctx context.Context, params *ListPoliciesParams, reqEditors ...RequestEditorFn) (*ListPoliciesResponse, error) + ListPolicyGroupsWithResponse func(ctx context.Context, params *ListPolicyGroupsParams, ...) (*ListPolicyGroupsResponse, error) + ListQueryTagsWithResponse func(ctx context.Context, params *ListQueryTagsParams, ...) (*ListQueryTagsResponse, error) + ListReportTemplatesWithResponse func(ctx context.Context, params *ListReportTemplatesParams, ...) (*ListReportTemplatesResponse, error) + ListReportsWithResponse func(ctx context.Context, params *ListReportsParams, reqEditors ...RequestEditorFn) (*ListReportsResponse, error) + ListSlackChannelsWithResponse func(ctx context.Context, id openapi_types.UUID, params *ListSlackChannelsParams, ...) (*ListSlackChannelsResponse, error) + ListSyncDestinationSyncsWithResponse func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*ListSyncDestinationSyncsResponse, error) + ListSyncDestinationsWithResponse func(ctx context.Context, params *ListSyncDestinationsParams, ...) (*ListSyncDestinationsResponse, error) + ListSyncRunsWithResponse func(ctx context.Context, syncName SyncName, params *ListSyncRunsParams, ...) (*ListSyncRunsResponse, error) + ListSyncSourceSyncsWithResponse func(ctx context.Context, syncSourceName SyncSourceName, ...) (*ListSyncSourceSyncsResponse, error) + ListSyncSourcesWithResponse func(ctx context.Context, params *ListSyncSourcesParams, ...) (*ListSyncSourcesResponse, error) + ListSyncTransformerSyncDestinationsWithResponse func(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*ListSyncTransformerSyncDestinationsResponse, error) + ListSyncTransformerSyncsWithResponse func(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*ListSyncTransformerSyncsResponse, error) + ListSyncTransformersWithResponse func(ctx context.Context, params *ListSyncTransformersParams, ...) (*ListSyncTransformersResponse, error) + ListSyncUpgradesWithResponse func(ctx context.Context, params *ListSyncUpgradesParams, ...) (*ListSyncUpgradesResponse, error) + ListSyncsWithResponse func(ctx context.Context, params *ListSyncsParams, reqEditors ...RequestEditorFn) (*ListSyncsResponse, error) + ListTablesWithResponse func(ctx context.Context, params *ListTablesParams, reqEditors ...RequestEditorFn) (*ListTablesResponse, error) + ListTeamsWithResponse func(ctx context.Context, params *ListTeamsParams, reqEditors ...RequestEditorFn) (*ListTeamsResponse, error) + ListUsersWithResponse func(ctx context.Context, params *ListUsersParams, reqEditors ...RequestEditorFn) (*ListUsersResponse, error) + ListV2SyncIntegrationsWithResponse func(ctx context.Context, params *ListV2SyncIntegrationsParams, ...) (*ListV2SyncIntegrationsResponse, error) + LoginUserWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*LoginUserResponse, error) + LoginUserWithResponse func(ctx context.Context, body LoginUserJSONRequestBody, ...) (*LoginUserResponse, error) + LogoutUserWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*LogoutUserResponse, error) + NotifyAWSCUROnboardingWithBodyWithResponse func(ctx context.Context, onboardingID OnboardingID, contentType string, ...) (*NotifyAWSCUROnboardingResponse, error) + NotifyAWSCUROnboardingWithResponse func(ctx context.Context, onboardingID OnboardingID, ...) (*NotifyAWSCUROnboardingResponse, error) + NotifyOnboardingWithBodyWithResponse func(ctx context.Context, onboardingID OnboardingID, contentType string, ...) (*NotifyOnboardingResponse, error) + NotifyOnboardingWithResponse func(ctx context.Context, onboardingID OnboardingID, ...) (*NotifyOnboardingResponse, error) + PatchV2SyncDestinationWithBodyWithResponse func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*PatchV2SyncDestinationResponse, error) + PatchV2SyncDestinationWithResponse func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*PatchV2SyncDestinationResponse, error) + PlatformCreateInsightFilterWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*PlatformCreateInsightFilterResponse, error) + PlatformCreateInsightFilterWithResponse func(ctx context.Context, body PlatformCreateInsightFilterJSONRequestBody, ...) (*PlatformCreateInsightFilterResponse, error) + PlatformDeleteInsightFilterWithResponse func(ctx context.Context, insightFilterID InsightFilterID, ...) (*PlatformDeleteInsightFilterResponse, error) + PlatformGetInsightFilterByIDWithResponse func(ctx context.Context, insightFilterID InsightFilterID, ...) (*PlatformGetInsightFilterByIDResponse, error) + PlatformListInsightFiltersWithResponse func(ctx context.Context, params *PlatformListInsightFiltersParams, ...) (*PlatformListInsightFiltersResponse, error) + PlatformUpdateInsightFilterWithBodyWithResponse func(ctx context.Context, insightFilterID InsightFilterID, contentType string, ...) (*PlatformUpdateInsightFilterResponse, error) + PlatformUpdateInsightFilterWithResponse func(ctx context.Context, insightFilterID InsightFilterID, ...) (*PlatformUpdateInsightFilterResponse, error) + PromoteSAMLRolloverCertificateWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*PromoteSAMLRolloverCertificateResponse, error) + PromoteSAMLRolloverCertificateWithResponse func(ctx context.Context, body PromoteSAMLRolloverCertificateJSONRequestBody, ...) (*PromoteSAMLRolloverCertificateResponse, error) + PromoteSyncDestinationTestConnectionWithBodyWithResponse func(ctx context.Context, ...) (*PromoteSyncDestinationTestConnectionResponse, error) + PromoteSyncDestinationTestConnectionWithResponse func(ctx context.Context, ...) (*PromoteSyncDestinationTestConnectionResponse, error) + PromoteSyncSourceTestConnectionWithBodyWithResponse func(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*PromoteSyncSourceTestConnectionResponse, error) + PromoteSyncSourceTestConnectionWithResponse func(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*PromoteSyncSourceTestConnectionResponse, error) + ProvisionOnboardingConfigurationWithBodyWithResponse func(ctx context.Context, onboardingID OnboardingID, contentType string, ...) (*ProvisionOnboardingConfigurationResponse, error) + ProvisionOnboardingConfigurationWithResponse func(ctx context.Context, onboardingID OnboardingID, ...) (*ProvisionOnboardingConfigurationResponse, error) + QueryListFilterTagsWithResponse func(ctx context.Context, queryID QueryID, params *QueryListFilterTagsParams, ...) (*QueryListFilterTagsResponse, error) + QueryListFiltersWithResponse func(ctx context.Context, queryID QueryID, params *QueryListFiltersParams, ...) (*QueryListFiltersResponse, error) + QuerySaveFilterWithBodyWithResponse func(ctx context.Context, queryID QueryID, contentType string, body io.Reader, ...) (*QuerySaveFilterResponse, error) + QuerySaveFilterWithResponse func(ctx context.Context, queryID QueryID, body QuerySaveFilterJSONRequestBody, ...) (*QuerySaveFilterResponse, error) + SaveCustomColumnWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*SaveCustomColumnResponse, error) + SaveCustomColumnWithResponse func(ctx context.Context, body SaveCustomColumnJSONRequestBody, ...) (*SaveCustomColumnResponse, error) + SaveQueryWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*SaveQueryResponse, error) + SaveQueryWithResponse func(ctx context.Context, body SaveQueryJSONRequestBody, ...) (*SaveQueryResponse, error) + SendAnonymousEventWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*SendAnonymousEventResponse, error) + SendAnonymousEventWithResponse func(ctx context.Context, body SendAnonymousEventJSONRequestBody, ...) (*SendAnonymousEventResponse, error) + SendMessageWithBodyWithResponse func(ctx context.Context, conversationID ConversationID, contentType string, ...) (*SendMessageResponse, error) + SendMessageWithResponse func(ctx context.Context, conversationID ConversationID, ...) (*SendMessageResponse, error) + SendUserEventWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*SendUserEventResponse, error) + SendUserEventWithResponse func(ctx context.Context, body SendUserEventJSONRequestBody, ...) (*SendUserEventResponse, error) + TableColumnListValuesWithResponse func(ctx context.Context, tableName TableName, columnName ColumnName, ...) (*TableColumnListValuesResponse, error) + TableListColumnsWithResponse func(ctx context.Context, tableName TableName, params *TableListColumnsParams, ...) (*TableListColumnsResponse, error) + TableListFilterTagsWithResponse func(ctx context.Context, tableName TableName, params *TableListFilterTagsParams, ...) (*TableListFilterTagsResponse, error) + TableListFiltersWithResponse func(ctx context.Context, tableName TableName, params *TableListFiltersParams, ...) (*TableListFiltersResponse, error) + TableListRowsWithResponse func(ctx context.Context, tableName TableName, params *TableListRowsParams, ...) (*TableListRowsResponse, error) + TableRowByIdWithResponse func(ctx context.Context, tableName TableName, tableRowId TableRowId, ...) (*TableRowByIdResponse, error) + TableSaveFilterWithBodyWithResponse func(ctx context.Context, tableName TableName, contentType string, body io.Reader, ...) (*TableSaveFilterResponse, error) + TableSaveFilterWithResponse func(ctx context.Context, tableName TableName, body TableSaveFilterJSONRequestBody, ...) (*TableSaveFilterResponse, error) + TableSchemaWithResponse func(ctx context.Context, tableName TableName, reqEditors ...RequestEditorFn) (*TableSchemaResponse, error) + TablesDataActionWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*TablesDataActionResponse, error) + TablesDataActionWithResponse func(ctx context.Context, body TablesDataActionJSONRequestBody, ...) (*TablesDataActionResponse, error) + TestNotificationDestinationWithResponse func(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*TestNotificationDestinationResponse, error) + TestUnsavedAlertWithBodyWithResponse func(ctx context.Context, params *TestUnsavedAlertParams, contentType string, ...) (*TestUnsavedAlertResponse, error) + TestUnsavedAlertWithResponse func(ctx context.Context, params *TestUnsavedAlertParams, ...) (*TestUnsavedAlertResponse, error) + TestUnsavedNotificationDestinationWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*TestUnsavedNotificationDestinationResponse, error) + TestUnsavedNotificationDestinationWithResponse func(ctx context.Context, body TestUnsavedNotificationDestinationJSONRequestBody, ...) (*TestUnsavedNotificationDestinationResponse, error) + TogglePolicyWithResponse func(ctx context.Context, policyID PolicyID, reqEditors ...RequestEditorFn) (*TogglePolicyResponse, error) + UpdateCurrentUserWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateCurrentUserResponse, error) + UpdateCurrentUserWithResponse func(ctx context.Context, body UpdateCurrentUserJSONRequestBody, ...) (*UpdateCurrentUserResponse, error) + UpdateCustomColumnWithBodyWithResponse func(ctx context.Context, customColumnID CustomColumnID, contentType string, ...) (*UpdateCustomColumnResponse, error) + UpdateCustomColumnWithResponse func(ctx context.Context, customColumnID CustomColumnID, ...) (*UpdateCustomColumnResponse, error) + UpdateCustomerWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateCustomerResponse, error) + UpdateCustomerWithResponse func(ctx context.Context, body UpdateCustomerJSONRequestBody, ...) (*UpdateCustomerResponse, error) + UpdateDataSettingsWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateDataSettingsResponse, error) + UpdateDataSettingsWithResponse func(ctx context.Context, body UpdateDataSettingsJSONRequestBody, ...) (*UpdateDataSettingsResponse, error) + UpdateFilterWithBodyWithResponse func(ctx context.Context, filterID FilterID, contentType string, body io.Reader, ...) (*UpdateFilterResponse, error) + UpdateFilterWithResponse func(ctx context.Context, filterID FilterID, body UpdateFilterJSONRequestBody, ...) (*UpdateFilterResponse, error) + UpdateNotificationDestinationWithBodyWithResponse func(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*UpdateNotificationDestinationResponse, error) + UpdateNotificationDestinationWithResponse func(ctx context.Context, notificationDestinationId NotificationDestinationId, ...) (*UpdateNotificationDestinationResponse, error) + UpdatePolicyGroupWithBodyWithResponse func(ctx context.Context, policyGroupID PolicyGroupID, contentType string, ...) (*UpdatePolicyGroupResponse, error) + UpdatePolicyGroupWithResponse func(ctx context.Context, policyGroupID PolicyGroupID, ...) (*UpdatePolicyGroupResponse, error) + UpdatePolicyWithBodyWithResponse func(ctx context.Context, policyID PolicyID, contentType string, body io.Reader, ...) (*UpdatePolicyResponse, error) + UpdatePolicyWithResponse func(ctx context.Context, policyID PolicyID, body UpdatePolicyJSONRequestBody, ...) (*UpdatePolicyResponse, error) + UpdateQueryWithBodyWithResponse func(ctx context.Context, queryID QueryID, contentType string, body io.Reader, ...) (*UpdateQueryResponse, error) + UpdateQueryWithResponse func(ctx context.Context, queryID QueryID, body UpdateQueryJSONRequestBody, ...) (*UpdateQueryResponse, error) + UpdateRBACPermissionWithBodyWithResponse func(ctx context.Context, rbacPermissionID RBACPermissionID, contentType string, ...) (*UpdateRBACPermissionResponse, error) + UpdateRBACPermissionWithResponse func(ctx context.Context, rbacPermissionID RBACPermissionID, ...) (*UpdateRBACPermissionResponse, error) + UpdateRBACRoleWithBodyWithResponse func(ctx context.Context, roleID RoleID, contentType string, body io.Reader, ...) (*UpdateRBACRoleResponse, error) + UpdateRBACRoleWithResponse func(ctx context.Context, roleID RoleID, body UpdateRBACRoleJSONRequestBody, ...) (*UpdateRBACRoleResponse, error) + UpdateReportTemplateWithBodyWithResponse func(ctx context.Context, templateId openapi_types.UUID, contentType string, ...) (*UpdateReportTemplateResponse, error) + UpdateReportTemplateWithResponse func(ctx context.Context, templateId openapi_types.UUID, ...) (*UpdateReportTemplateResponse, error) + UpdateReportWithBodyWithResponse func(ctx context.Context, reportId openapi_types.UUID, contentType string, ...) (*UpdateReportResponse, error) + UpdateReportWithResponse func(ctx context.Context, reportId openapi_types.UUID, ...) (*UpdateReportResponse, error) + UpdateSAMLWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateSAMLResponse, error) + UpdateSAMLWithResponse func(ctx context.Context, body UpdateSAMLJSONRequestBody, ...) (*UpdateSAMLResponse, error) + UpdateSettingsWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateSettingsResponse, error) + UpdateSettingsWithResponse func(ctx context.Context, body UpdateSettingsJSONRequestBody, ...) (*UpdateSettingsResponse, error) + UpdateSyncDestinationWithBodyWithResponse func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*UpdateSyncDestinationResponse, error) + UpdateSyncDestinationWithResponse func(ctx context.Context, syncDestinationName SyncDestinationName, ...) (*UpdateSyncDestinationResponse, error) + UpdateSyncRunWithBodyWithResponse func(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*UpdateSyncRunResponse, error) + UpdateSyncRunWithResponse func(ctx context.Context, syncName SyncName, syncRunId SyncRunId, ...) (*UpdateSyncRunResponse, error) + UpdateSyncSourceWithBodyWithResponse func(ctx context.Context, syncSourceName SyncSourceName, contentType string, ...) (*UpdateSyncSourceResponse, error) + UpdateSyncSourceWithResponse func(ctx context.Context, syncSourceName SyncSourceName, ...) (*UpdateSyncSourceResponse, error) + UpdateSyncTestConnectionForSyncDestinationTeamWithBodyWithResponse func(ctx context.Context, teamName TeamName, ...) (*UpdateSyncTestConnectionForSyncDestinationTeamResponse, error) + UpdateSyncTestConnectionForSyncDestinationTeamWithResponse func(ctx context.Context, teamName TeamName, ...) (*UpdateSyncTestConnectionForSyncDestinationTeamResponse, error) + UpdateSyncTestConnectionForSyncDestinationWithBodyWithResponse func(ctx context.Context, ...) (*UpdateSyncTestConnectionForSyncDestinationResponse, error) + UpdateSyncTestConnectionForSyncDestinationWithResponse func(ctx context.Context, ...) (*UpdateSyncTestConnectionForSyncDestinationResponse, error) + UpdateSyncTestConnectionForSyncSourceTeamWithBodyWithResponse func(ctx context.Context, teamName TeamName, ...) (*UpdateSyncTestConnectionForSyncSourceTeamResponse, error) + UpdateSyncTestConnectionForSyncSourceTeamWithResponse func(ctx context.Context, teamName TeamName, ...) (*UpdateSyncTestConnectionForSyncSourceTeamResponse, error) + UpdateSyncTestConnectionForSyncSourceWithBodyWithResponse func(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*UpdateSyncTestConnectionForSyncSourceResponse, error) + UpdateSyncTestConnectionForSyncSourceWithResponse func(ctx context.Context, syncSourceTestConnectionID SyncSourceTestConnectionID, ...) (*UpdateSyncTestConnectionForSyncSourceResponse, error) + UpdateSyncTransformerWithBodyWithResponse func(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*UpdateSyncTransformerResponse, error) + UpdateSyncTransformerWithResponse func(ctx context.Context, syncTransformerName SyncTransformerName, ...) (*UpdateSyncTransformerResponse, error) + UpdateSyncWithBodyWithResponse func(ctx context.Context, syncName SyncName, contentType string, body io.Reader, ...) (*UpdateSyncResponse, error) + UpdateSyncWithResponse func(ctx context.Context, syncName SyncName, body UpdateSyncJSONRequestBody, ...) (*UpdateSyncResponse, error) + UpdateUserWithBodyWithResponse func(ctx context.Context, userID UserID, contentType string, body io.Reader, ...) (*UpdateUserResponse, error) + UpdateUserWithResponse func(ctx context.Context, userID UserID, body UpdateUserJSONRequestBody, ...) (*UpdateUserResponse, error) + UpdateV2SyncIntegrationWithBodyWithResponse func(ctx context.Context, syncName SyncName, contentType string, body io.Reader, ...) (*UpdateV2SyncIntegrationResponse, error) + UpdateV2SyncIntegrationWithResponse func(ctx context.Context, syncName SyncName, ...) (*UpdateV2SyncIntegrationResponse, error) + UserTOTPDeleteWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*UserTOTPDeleteResponse, error) + UserTOTPSetupWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*UserTOTPSetupResponse, error) + UserTOTPVerifyWithBodyWithResponse func(ctx context.Context, params *UserTOTPVerifyParams, contentType string, ...) (*UserTOTPVerifyResponse, error) + UserTOTPVerifyWithResponse func(ctx context.Context, params *UserTOTPVerifyParams, ...) (*UserTOTPVerifyResponse, error) + VerifyAWSCUROnboardingWithResponse func(ctx context.Context, onboardingID OnboardingID, reqEditors ...RequestEditorFn) (*VerifyAWSCUROnboardingResponse, error) + type ColumnName = string + type CompletedNotification struct + AdditionalStackIds *[]string + AdminRoleArn string + FailedAccounts *float32 + OrganizationalUnits []string + SkippedAccounts []string + Status interface{} + SyncRoleName string + type CompletedSingleAccountNotification struct + StackId string + Status interface{} + SyncRoleArn string + type Conflict = FieldError + type Conversation struct + CreatedAt time.Time + ID openapi_types.UUID + Messages []ConversationMessage + Title *string + UpdatedAt time.Time + type ConversationCreate struct + CurrentQuery *string + Message string + Mode *ConversationCreateMode + type ConversationCreateMode string + const ConversationCreateModeAsk + const ConversationCreateModeSql + type ConversationID = openapi_types.UUID + type ConversationMessage struct + Content string + CreatedAt time.Time + EndTurn bool + ID openapi_types.UUID + MessageType ConversationMessageMessageType + Mode ConversationMessageMode + QueryContext *string + Role ConversationMessageRole + type ConversationMessageMessageType string + const ConversationMessageMessageTypeError + const ConversationMessageMessageTypeMessage + const ConversationMessageMessageTypeToolResult + const ConversationMessageMessageTypeToolUse + type ConversationMessageMode string + const ConversationMessageModeAsk + const ConversationMessageModeSql + type ConversationMessageRole string + const ConversationMessageRoleAssistant + const ConversationMessageRoleSystem + const ConversationMessageRoleUser + type ConversationSendMessage struct + Message string + Mode *ConversationSendMessageMode + QueryContext *string + type ConversationSendMessageMode string + const ConversationSendMessageModeAsk + const ConversationSendMessageModeSql + type CreateAPIKeyJSONBody struct + ExpiresAt time.Time + Name APIKeyName + Roles *[]RoleID + type CreateAPIKeyJSONRequestBody CreateAPIKeyJSONBody + type CreateAPIKeyResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *APIKey + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseCreateAPIKeyResponse(rsp *http.Response) (*CreateAPIKeyResponse, error) + func (r CreateAPIKeyResponse) Status() string + func (r CreateAPIKeyResponse) StatusCode() int + type CreateAWSCUROnboardingResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *OnboardingAWSCURCreateResponse + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON500 *InternalError + func ParseCreateAWSCUROnboardingResponse(rsp *http.Response) (*CreateAWSCUROnboardingResponse, error) + func (r CreateAWSCUROnboardingResponse) Status() string + func (r CreateAWSCUROnboardingResponse) StatusCode() int + type CreateAWSOnboardingJSONBody struct + SingleAccount bool + type CreateAWSOnboardingJSONRequestBody CreateAWSOnboardingJSONBody + type CreateAWSOnboardingResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *OnboardingAWSCreateResponse + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON500 *InternalError + func ParseCreateAWSOnboardingResponse(rsp *http.Response) (*CreateAWSOnboardingResponse, error) + func (r CreateAWSOnboardingResponse) Status() string + func (r CreateAWSOnboardingResponse) StatusCode() int + type CreateConversationJSONRequestBody = ConversationCreate + type CreateConversationResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *Conversation + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON429 *TooManyRequests + JSON500 *InternalError + func ParseCreateConversationResponse(rsp *http.Response) (*CreateConversationResponse, error) + func (r CreateConversationResponse) Status() string + func (r CreateConversationResponse) StatusCode() int + type CreateNotificationDestinationJSONRequestBody = NotificationDestinationCreate + type CreateNotificationDestinationResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *NotificationDestination + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseCreateNotificationDestinationResponse(rsp *http.Response) (*CreateNotificationDestinationResponse, error) + func (r CreateNotificationDestinationResponse) Status() string + func (r CreateNotificationDestinationResponse) StatusCode() int + type CreatePolicyGroupJSONRequestBody = PolicyGroupCreate + type CreatePolicyGroupResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *PolicyGroup + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseCreatePolicyGroupResponse(rsp *http.Response) (*CreatePolicyGroupResponse, error) + func (r CreatePolicyGroupResponse) Status() string + func (r CreatePolicyGroupResponse) StatusCode() int + type CreatePolicyJSONRequestBody = PolicyCreate + type CreatePolicyResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *Policy + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseCreatePolicyResponse(rsp *http.Response) (*CreatePolicyResponse, error) + func (r CreatePolicyResponse) Status() string + func (r CreatePolicyResponse) StatusCode() int + type CreateRBACPermissionJSONRequestBody = RBACPermissionCreate + type CreateRBACPermissionResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *RBACPermission + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseCreateRBACPermissionResponse(rsp *http.Response) (*CreateRBACPermissionResponse, error) + func (r CreateRBACPermissionResponse) Status() string + func (r CreateRBACPermissionResponse) StatusCode() int + type CreateRBACRoleJSONRequestBody = RBACRoleCreate + type CreateRBACRoleResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *Role + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseCreateRBACRoleResponse(rsp *http.Response) (*CreateRBACRoleResponse, error) + func (r CreateRBACRoleResponse) Status() string + func (r CreateRBACRoleResponse) StatusCode() int + type CreateReportJSONRequestBody = ReportCreate + type CreateReportResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 ... + JSON400 *BadRequest + JSON403 *Forbidden + func ParseCreateReportResponse(rsp *http.Response) (*CreateReportResponse, error) + func (r CreateReportResponse) Status() string + func (r CreateReportResponse) StatusCode() int + type CreateReportTemplateJSONRequestBody = ReportTemplateCreateOrUpdate + type CreateReportTemplateResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 ... + JSON400 *BadRequest + JSON403 *Forbidden + func ParseCreateReportTemplateResponse(rsp *http.Response) (*CreateReportTemplateResponse, error) + func (r CreateReportTemplateResponse) Status() string + func (r CreateReportTemplateResponse) StatusCode() int + type CreateSAMLRolloverCertificateResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SAMLConfig + JSON400 *BadRequest + JSON404 *NotFound + JSON409 *Conflict + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseCreateSAMLRolloverCertificateResponse(rsp *http.Response) (*CreateSAMLRolloverCertificateResponse, error) + func (r CreateSAMLRolloverCertificateResponse) Status() string + func (r CreateSAMLRolloverCertificateResponse) StatusCode() int + type CreateSlackConnectionJSONRequestBody = SlackConnectionCreate + type CreateSlackConnectionResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *SlackConnection + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseCreateSlackConnectionResponse(rsp *http.Response) (*CreateSlackConnectionResponse, error) + func (r CreateSlackConnectionResponse) Status() string + func (r CreateSlackConnectionResponse) StatusCode() int + type CreateSyncDestinationTestConnectionJSONRequestBody = SyncDestinationTestConnectionCreate + type CreateSyncDestinationTestConnectionResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *SyncDestinationTestConnection + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON429 *TooManyRequests + JSON500 *InternalError + func ParseCreateSyncDestinationTestConnectionResponse(rsp *http.Response) (*CreateSyncDestinationTestConnectionResponse, error) + func (r CreateSyncDestinationTestConnectionResponse) Status() string + func (r CreateSyncDestinationTestConnectionResponse) StatusCode() int + type CreateSyncDestinationTestConnectionV2 struct + DestinationName *string + Env *[]SyncEnvCreate + MigrateMode *SyncDestinationMigrateMode + Path SyncPluginPath + Spec *map[string]interface{} + SyncGroupID *string + Version *string + WriteMode *SyncDestinationWriteMode + type CreateSyncDestinationV2 struct + DisplayName *DisplayName + LastUpdateSource *SyncLastUpdateSource + MigrateMode *SyncDestinationMigrateMode + Name string + OverwriteDestination *bool + SendSyncSummary *bool + SyncDestinationTestConnectionID *SyncDestinationTestConnectionID + WriteMode *SyncDestinationWriteMode + type CreateSyncJSONRequestBody = SyncCreate + type CreateSyncResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *Sync + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseCreateSyncResponse(rsp *http.Response) (*CreateSyncResponse, error) + func (r CreateSyncResponse) Status() string + func (r CreateSyncResponse) StatusCode() int + type CreateSyncRunProgressJSONBody struct + Errors int64 + Rows int64 + ShardNum *int32 + ShardTotal *int32 + Status *SyncRunStatus + TableProgress *SyncRunTableProgress + Warnings int64 + type CreateSyncRunProgressJSONRequestBody CreateSyncRunProgressJSONBody + type CreateSyncRunProgressResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseCreateSyncRunProgressResponse(rsp *http.Response) (*CreateSyncRunProgressResponse, error) + func (r CreateSyncRunProgressResponse) Status() string + func (r CreateSyncRunProgressResponse) StatusCode() int + type CreateSyncRunProgressTeamJSONBody struct + Errors int64 + Rows int64 + ShardNum *int32 + ShardTotal *int32 + Status *SyncRunStatus + TableProgress *SyncRunTableProgress + Warnings int64 + type CreateSyncRunProgressTeamJSONRequestBody CreateSyncRunProgressTeamJSONBody + type CreateSyncRunProgressTeamResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseCreateSyncRunProgressTeamResponse(rsp *http.Response) (*CreateSyncRunProgressTeamResponse, error) + func (r CreateSyncRunProgressTeamResponse) Status() string + func (r CreateSyncRunProgressTeamResponse) StatusCode() int + type CreateSyncRunResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *SyncRun + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseCreateSyncRunResponse(rsp *http.Response) (*CreateSyncRunResponse, error) + func (r CreateSyncRunResponse) Status() string + func (r CreateSyncRunResponse) StatusCode() int + type CreateSyncSourceTestConnectionJSONRequestBody = SyncSourceTestConnectionCreate + type CreateSyncSourceTestConnectionResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *SyncSourceTestConnection + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON429 *TooManyRequests + JSON500 *InternalError + func ParseCreateSyncSourceTestConnectionResponse(rsp *http.Response) (*CreateSyncSourceTestConnectionResponse, error) + func (r CreateSyncSourceTestConnectionResponse) Status() string + func (r CreateSyncSourceTestConnectionResponse) StatusCode() int + type CreateV2SyncDestinationJSONRequestBody = CreateSyncDestinationV2 + type CreateV2SyncDestinationResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncDestinationV2 + JSON201 *SyncDestinationV2 + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseCreateV2SyncDestinationResponse(rsp *http.Response) (*CreateV2SyncDestinationResponse, error) + func (r CreateV2SyncDestinationResponse) Status() string + func (r CreateV2SyncDestinationResponse) StatusCode() int + type CreateV2SyncDestinationTestConnectionJSONRequestBody = CreateSyncDestinationTestConnectionV2 + type CreateV2SyncDestinationTestConnectionResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *SyncDestinationTestConnectionV2 + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON429 *TooManyRequests + JSON500 *InternalError + func ParseCreateV2SyncDestinationTestConnectionResponse(rsp *http.Response) (*CreateV2SyncDestinationTestConnectionResponse, error) + func (r CreateV2SyncDestinationTestConnectionResponse) Status() string + func (r CreateV2SyncDestinationTestConnectionResponse) StatusCode() int + type CreateV2SyncIntegrationJSONRequestBody = SyncIntegrationCreateV2 + type CreateV2SyncIntegrationResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *SyncIntegrationV2 + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseCreateV2SyncIntegrationResponse(rsp *http.Response) (*CreateV2SyncIntegrationResponse, error) + func (r CreateV2SyncIntegrationResponse) Status() string + func (r CreateV2SyncIntegrationResponse) StatusCode() int + type CreateV2SyncIntegrationTestConnectionJSONRequestBody = SyncIntegrationTestConnectionCreateV2 + type CreateV2SyncIntegrationTestConnectionResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *SyncIntegrationTestConnectionV2 + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON429 *TooManyRequests + JSON500 *InternalError + func ParseCreateV2SyncIntegrationTestConnectionResponse(rsp *http.Response) (*CreateV2SyncIntegrationTestConnectionResponse, error) + func (r CreateV2SyncIntegrationTestConnectionResponse) Status() string + func (r CreateV2SyncIntegrationTestConnectionResponse) StatusCode() int + type CreatedBy struct + Email string + Name UserName + UserID UserID + type CustomColumn struct + ColumnName CustomColumnColumnName + CreatedAt time.Time + CreatedBy CreatedBy + CustomColumnID CustomColumnID + Description *string + Label string + ValueExpr CustomColumnValueExpr + type CustomColumnColumnName = string + type CustomColumnCreateOrUpdate struct + ColumnName CustomColumnColumnName + Description *string + Label string + ValueExpr CustomColumnValueExpr + type CustomColumnID = openapi_types.UUID + type CustomColumnSortBy string + const CustomColumnSortByColumnName + const CustomColumnSortByCreatedAt + const CustomColumnSortByCreatedBy + const CustomColumnSortByDescription + const CustomColumnSortById + const CustomColumnSortByLabel + const CustomColumnSortByUpdatedAt + const CustomColumnSortByValueExpr + type CustomColumnSortBys = []CustomColumnSortBy + type CustomColumnSortDirection string + const CustomColumnSortDirectionAsc + const CustomColumnSortDirectionDesc + type CustomColumnSortDirections = []CustomColumnSortDirection + type CustomColumnValueExpr = string + type DeleteAPIKeyResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseDeleteAPIKeyResponse(rsp *http.Response) (*DeleteAPIKeyResponse, error) + func (r DeleteAPIKeyResponse) Status() string + func (r DeleteAPIKeyResponse) StatusCode() int + type DeleteAlertResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseDeleteAlertResponse(rsp *http.Response) (*DeleteAlertResponse, error) + func (r DeleteAlertResponse) Status() string + func (r DeleteAlertResponse) StatusCode() int + type DeleteCustomColumnResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseDeleteCustomColumnResponse(rsp *http.Response) (*DeleteCustomColumnResponse, error) + func (r DeleteCustomColumnResponse) Status() string + func (r DeleteCustomColumnResponse) StatusCode() int + type DeleteFilterResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseDeleteFilterResponse(rsp *http.Response) (*DeleteFilterResponse, error) + func (r DeleteFilterResponse) Status() string + func (r DeleteFilterResponse) StatusCode() int + type DeleteNotificationDestinationResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseDeleteNotificationDestinationResponse(rsp *http.Response) (*DeleteNotificationDestinationResponse, error) + func (r DeleteNotificationDestinationResponse) Status() string + func (r DeleteNotificationDestinationResponse) StatusCode() int + type DeletePolicyGroupResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON500 *InternalError + func ParseDeletePolicyGroupResponse(rsp *http.Response) (*DeletePolicyGroupResponse, error) + func (r DeletePolicyGroupResponse) Status() string + func (r DeletePolicyGroupResponse) StatusCode() int + type DeletePolicyResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseDeletePolicyResponse(rsp *http.Response) (*DeletePolicyResponse, error) + func (r DeletePolicyResponse) Status() string + func (r DeletePolicyResponse) StatusCode() int + type DeleteRBACPermissionResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseDeleteRBACPermissionResponse(rsp *http.Response) (*DeleteRBACPermissionResponse, error) + func (r DeleteRBACPermissionResponse) Status() string + func (r DeleteRBACPermissionResponse) StatusCode() int + type DeleteRBACRoleResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseDeleteRBACRoleResponse(rsp *http.Response) (*DeleteRBACRoleResponse, error) + func (r DeleteRBACRoleResponse) Status() string + func (r DeleteRBACRoleResponse) StatusCode() int + type DeleteReportResponse struct + Body []byte + HTTPResponse *http.Response + JSON403 *Forbidden + JSON404 *NotFound + func ParseDeleteReportResponse(rsp *http.Response) (*DeleteReportResponse, error) + func (r DeleteReportResponse) Status() string + func (r DeleteReportResponse) StatusCode() int + type DeleteReportTemplateResponse struct + Body []byte + HTTPResponse *http.Response + JSON403 *Forbidden + JSON404 *NotFound + func ParseDeleteReportTemplateResponse(rsp *http.Response) (*DeleteReportTemplateResponse, error) + func (r DeleteReportTemplateResponse) Status() string + func (r DeleteReportTemplateResponse) StatusCode() int + type DeleteSAMLRolloverCertificateJSONBody struct + Fingerprint string + type DeleteSAMLRolloverCertificateJSONRequestBody DeleteSAMLRolloverCertificateJSONBody + type DeleteSAMLRolloverCertificateResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseDeleteSAMLRolloverCertificateResponse(rsp *http.Response) (*DeleteSAMLRolloverCertificateResponse, error) + func (r DeleteSAMLRolloverCertificateResponse) Status() string + func (r DeleteSAMLRolloverCertificateResponse) StatusCode() int + type DeleteSavedQueryResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseDeleteSavedQueryResponse(rsp *http.Response) (*DeleteSavedQueryResponse, error) + func (r DeleteSavedQueryResponse) Status() string + func (r DeleteSavedQueryResponse) StatusCode() int + type DeleteSyncDestinationResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseDeleteSyncDestinationResponse(rsp *http.Response) (*DeleteSyncDestinationResponse, error) + func (r DeleteSyncDestinationResponse) Status() string + func (r DeleteSyncDestinationResponse) StatusCode() int + type DeleteSyncResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseDeleteSyncResponse(rsp *http.Response) (*DeleteSyncResponse, error) + func (r DeleteSyncResponse) Status() string + func (r DeleteSyncResponse) StatusCode() int + type DeleteSyncSourceResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseDeleteSyncSourceResponse(rsp *http.Response) (*DeleteSyncSourceResponse, error) + func (r DeleteSyncSourceResponse) Status() string + func (r DeleteSyncSourceResponse) StatusCode() int + type DeleteSyncTransformerResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseDeleteSyncTransformerResponse(rsp *http.Response) (*DeleteSyncTransformerResponse, error) + func (r DeleteSyncTransformerResponse) Status() string + func (r DeleteSyncTransformerResponse) StatusCode() int + type DeleteUserResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseDeleteUserResponse(rsp *http.Response) (*DeleteUserResponse, error) + func (r DeleteUserResponse) Status() string + func (r DeleteUserResponse) StatusCode() int + type DeleteUserTOTPResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON405 *MethodNotAllowed + JSON500 *InternalError + func ParseDeleteUserTOTPResponse(rsp *http.Response) (*DeleteUserTOTPResponse, error) + func (r DeleteUserTOTPResponse) Status() string + func (r DeleteUserTOTPResponse) StatusCode() int + type DeleteV2SyncDestinationResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseDeleteV2SyncDestinationResponse(rsp *http.Response) (*DeleteV2SyncDestinationResponse, error) + func (r DeleteV2SyncDestinationResponse) Status() string + func (r DeleteV2SyncDestinationResponse) StatusCode() int + type DeleteV2SyncIntegrationParams struct + DeleteData *bool + type DeleteV2SyncIntegrationResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON405 *MethodNotAllowed + JSON500 *InternalError + func ParseDeleteV2SyncIntegrationResponse(rsp *http.Response) (*DeleteV2SyncIntegrationResponse, error) + func (r DeleteV2SyncIntegrationResponse) Status() string + func (r DeleteV2SyncIntegrationResponse) StatusCode() int + type DeployedCURNotification struct + CurReportName string + MainRoleArn string + S3BucketName string + S3ReportPrefix string + StackId string + Status interface{} + SyncRoleArn string + type DeployedNotification struct + DeploymentMode string + ManagementRoleArn string + StackId string + Status interface{} + type DisplayName = string + type DownloadFile = bool + type DownloadPluginAssetByTeamParams struct + Accept *string + type DownloadPluginAssetByTeamResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PluginAsset + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON429 *TooManyRequests + JSON500 *InternalError + func ParseDownloadPluginAssetByTeamResponse(rsp *http.Response) (*DownloadPluginAssetByTeamResponse, error) + func (r DownloadPluginAssetByTeamResponse) Status() string + func (r DownloadPluginAssetByTeamResponse) StatusCode() int + type DownloadPluginAssetParams struct + Accept *string + type DownloadPluginAssetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PluginAsset + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON429 *TooManyRequests + JSON500 *InternalError + func ParseDownloadPluginAssetResponse(rsp *http.Response) (*DownloadPluginAssetResponse, error) + func (r DownloadPluginAssetResponse) Status() string + func (r DownloadPluginAssetResponse) StatusCode() int + type Enabled = bool + type ExecuteAdHocQueryJSONBody struct + Query string + type ExecuteAdHocQueryJSONRequestBody ExecuteAdHocQueryJSONBody + type ExecuteAdHocQueryParams struct + FilterIDs FilterIDs + FilterMode *ExecuteAdHocQueryParamsFilterMode + Filters Filters + GroupBys GroupBys + Page *Page + PerPage *PerPage + Selects Selects + SortBys SortBys + SortDirections SortDirections + type ExecuteAdHocQueryParamsFilterMode string + const ExecuteAdHocQueryParamsFilterModeColumn + const ExecuteAdHocQueryParamsFilterModeSearch + const ExecuteAdHocQueryParamsFilterModeSmart + type ExecuteAdHocQueryResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseExecuteAdHocQueryResponse(rsp *http.Response) (*ExecuteAdHocQueryResponse, error) + func (r ExecuteAdHocQueryResponse) Status() string + func (r ExecuteAdHocQueryResponse) StatusCode() int + type ExecuteSavedQueryParams struct + FilterIDs FilterIDs + FilterMode *ExecuteSavedQueryParamsFilterMode + Filters Filters + GroupBys GroupBys + Page *Page + PerPage *PerPage + Selects Selects + SortBys SortBys + SortDirections SortDirections + type ExecuteSavedQueryParamsFilterMode string + const ExecuteSavedQueryParamsFilterModeColumn + const ExecuteSavedQueryParamsFilterModeSearch + const ExecuteSavedQueryParamsFilterModeSmart + type ExecuteSavedQueryResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseExecuteSavedQueryResponse(rsp *http.Response) (*ExecuteSavedQueryResponse, error) + func (r ExecuteSavedQueryResponse) Status() string + func (r ExecuteSavedQueryResponse) StatusCode() int + type FailedNotification struct + Reason string + Status interface{} + type FieldError struct + Errors *[]string + FieldErrors *map[string]string + Message string + Status int + type Filter struct + CreatedAt time.Time + Description *string + Expression FilterExpression + ID openapi_types.UUID + Name string + QueryID *QueryID + Table *TableName + Tags []FilterTag + UserID *UserID + type FilterCreate struct + Description *string + Expression FilterExpression + Name string + Public bool + Tags []FilterTag + type FilterExpression = string + type FilterExpressionFilter = string + type FilterID = openapi_types.UUID + type FilterIDs = []FilterID + type FilterNameFilter = string + type FilterTag = string + type FilterTags = []FilterTag + type FilterUpdate struct + Description *string + Expression *FilterExpression + Name *string + Tags *[]FilterTag + type Filters = []FilterExpression + type Forbidden = FieldError + type GetAWSAccountsInParentResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *OnboardingAWSAccounts + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseGetAWSAccountsInParentResponse(rsp *http.Response) (*GetAWSAccountsInParentResponse, error) + func (r GetAWSAccountsInParentResponse) Status() string + func (r GetAWSAccountsInParentResponse) StatusCode() int + type GetAWSAccountsInRootResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *OnboardingAWSAccounts + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseGetAWSAccountsInRootResponse(rsp *http.Response) (*GetAWSAccountsInRootResponse, error) + func (r GetAWSAccountsInRootResponse) Status() string + func (r GetAWSAccountsInRootResponse) StatusCode() int + type GetAWSCUROnboardingResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *OnboardingAWSCUR + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseGetAWSCUROnboardingResponse(rsp *http.Response) (*GetAWSCUROnboardingResponse, error) + func (r GetAWSCUROnboardingResponse) Status() string + func (r GetAWSCUROnboardingResponse) StatusCode() int + type GetAWSOnboardingResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *OnboardingAWS + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseGetAWSOnboardingResponse(rsp *http.Response) (*GetAWSOnboardingResponse, error) + func (r GetAWSOnboardingResponse) Status() string + func (r GetAWSOnboardingResponse) StatusCode() int + type GetAuditLogResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *AuditLogEvent + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON500 *InternalError + func ParseGetAuditLogResponse(rsp *http.Response) (*GetAuditLogResponse, error) + func (r GetAuditLogResponse) Status() string + func (r GetAuditLogResponse) StatusCode() int + type GetConversationResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Conversation + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseGetConversationResponse(rsp *http.Response) (*GetConversationResponse, error) + func (r GetConversationResponse) Status() string + func (r GetConversationResponse) StatusCode() int + type GetCurrentUserResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 ... + JSON403 *Forbidden + JSON500 *InternalError + func ParseGetCurrentUserResponse(rsp *http.Response) (*GetCurrentUserResponse, error) + func (r GetCurrentUserResponse) Status() string + func (r GetCurrentUserResponse) StatusCode() int + type GetCustomColumnResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *CustomColumn + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseGetCustomColumnResponse(rsp *http.Response) (*GetCustomColumnResponse, error) + func (r GetCustomColumnResponse) Status() string + func (r GetCustomColumnResponse) StatusCode() int + type GetDataSettingsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PlatformDataSettings + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseGetDataSettingsResponse(rsp *http.Response) (*GetDataSettingsResponse, error) + func (r GetDataSettingsResponse) Status() string + func (r GetDataSettingsResponse) StatusCode() int + type GetFilterByIDResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Filter + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseGetFilterByIDResponse(rsp *http.Response) (*GetFilterByIDResponse, error) + func (r GetFilterByIDResponse) Status() string + func (r GetFilterByIDResponse) StatusCode() int + type GetGroupedTeamUsageSummaryParams struct + AggregationPeriod *GetGroupedTeamUsageSummaryParamsAggregationPeriod + End *time.Time + Metrics *[]GetGroupedTeamUsageSummaryParamsMetrics + Start *time.Time + type GetGroupedTeamUsageSummaryParamsAggregationPeriod string + const GetGroupedTeamUsageSummaryParamsAggregationPeriodDay + const GetGroupedTeamUsageSummaryParamsAggregationPeriodMonth + type GetGroupedTeamUsageSummaryParamsGroupBy string + const GetGroupedTeamUsageSummaryParamsGroupByPlugin + const GetGroupedTeamUsageSummaryParamsGroupByPriceCategory + const GetGroupedTeamUsageSummaryParamsGroupBySyncId + type GetGroupedTeamUsageSummaryParamsMetrics string + const GetGroupedTeamUsageSummaryParamsMetricsCloudVcpuSeconds + const GetGroupedTeamUsageSummaryParamsMetricsCloudVramByteSeconds + const GetGroupedTeamUsageSummaryParamsMetricsNetworkEgressBytes + const GetGroupedTeamUsageSummaryParamsMetricsPaidRows + type GetGroupedTeamUsageSummaryResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *UsageSummary + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseGetGroupedTeamUsageSummaryResponse(rsp *http.Response) (*GetGroupedTeamUsageSummaryResponse, error) + func (r GetGroupedTeamUsageSummaryResponse) Status() string + func (r GetGroupedTeamUsageSummaryResponse) StatusCode() int + type GetNotificationDestinationAlertsParams struct + Page *Page + PerPage *PerPage + type GetNotificationDestinationAlertsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseGetNotificationDestinationAlertsResponse(rsp *http.Response) (*GetNotificationDestinationAlertsResponse, error) + func (r GetNotificationDestinationAlertsResponse) Status() string + func (r GetNotificationDestinationAlertsResponse) StatusCode() int + type GetNotificationDestinationResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *NotificationDestination + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseGetNotificationDestinationResponse(rsp *http.Response) (*GetNotificationDestinationResponse, error) + func (r GetNotificationDestinationResponse) Status() string + func (r GetNotificationDestinationResponse) StatusCode() int + type GetOpenAPIJSONResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON400 *BadRequest + func ParseGetOpenAPIJSONResponse(rsp *http.Response) (*GetOpenAPIJSONResponse, error) + func (r GetOpenAPIJSONResponse) Status() string + func (r GetOpenAPIJSONResponse) StatusCode() int + type GetPlatformAssetInsightsParams struct + Page *Page + PerPage *PerPage + Search *string + SortBy *GetPlatformAssetInsightsParamsSortBy + SortDir *GetPlatformAssetInsightsParamsSortDir + type GetPlatformAssetInsightsParamsSortBy string + const GetPlatformAssetInsightsParamsSortByAccount + const GetPlatformAssetInsightsParamsSortByAccountsCount + const GetPlatformAssetInsightsParamsSortByCreatedAt + const GetPlatformAssetInsightsParamsSortByDetectedAt + const GetPlatformAssetInsightsParamsSortByInsightCategory + const GetPlatformAssetInsightsParamsSortByResourceTypes + const GetPlatformAssetInsightsParamsSortByResourcesCount + const GetPlatformAssetInsightsParamsSortBySeverity + const GetPlatformAssetInsightsParamsSortBySource + const GetPlatformAssetInsightsParamsSortBySourceCategory + const GetPlatformAssetInsightsParamsSortByTitle + type GetPlatformAssetInsightsParamsSortDir string + const GetPlatformAssetInsightsParamsSortDirAsc + const GetPlatformAssetInsightsParamsSortDirDesc + type GetPlatformAssetInsightsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON500 *InternalError + func ParseGetPlatformAssetInsightsResponse(rsp *http.Response) (*GetPlatformAssetInsightsResponse, error) + func (r GetPlatformAssetInsightsResponse) Status() string + func (r GetPlatformAssetInsightsResponse) StatusCode() int + type GetPlatformInfoResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON500 *InternalError + func ParseGetPlatformInfoResponse(rsp *http.Response) (*GetPlatformInfoResponse, error) + func (r GetPlatformInfoResponse) Status() string + func (r GetPlatformInfoResponse) StatusCode() int + type GetPlatformInsightAssetsParams struct + Accounts *[]string + Clouds *[]string + Page *Page + PerPage *PerPage + Regions *[]string + ResourceType *[]string + Search *string + type GetPlatformInsightAssetsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON500 *InternalError + func ParseGetPlatformInsightAssetsResponse(rsp *http.Response) (*GetPlatformInsightAssetsResponse, error) + func (r GetPlatformInsightAssetsResponse) Status() string + func (r GetPlatformInsightAssetsResponse) StatusCode() int + type GetPlatformInsightColumnDistinctValuesParams struct + Account *string + Cloud *string + InsightCategory *string + OwnerTag *string + Page *Page + PerPage *PerPage + Region *string + ResourceTypes *[]string + Search *string + Severities *[]InsightSeverity + Source *string + SourceCategory *string + Tags *[]string + type GetPlatformInsightColumnDistinctValuesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON500 *InternalError + func ParseGetPlatformInsightColumnDistinctValuesResponse(rsp *http.Response) (*GetPlatformInsightColumnDistinctValuesResponse, error) + func (r GetPlatformInsightColumnDistinctValuesResponse) Status() string + func (r GetPlatformInsightColumnDistinctValuesResponse) StatusCode() int + type GetPlatformInsightResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Insight + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON500 *InternalError + func ParseGetPlatformInsightResponse(rsp *http.Response) (*GetPlatformInsightResponse, error) + func (r GetPlatformInsightResponse) Status() string + func (r GetPlatformInsightResponse) StatusCode() int + type GetPluginResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ListPlugin + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseGetPluginResponse(rsp *http.Response) (*GetPluginResponse, error) + func (r GetPluginResponse) Status() string + func (r GetPluginResponse) StatusCode() int + type GetPluginVersionResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PluginVersionDetails + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON500 *InternalError + func ParseGetPluginVersionResponse(rsp *http.Response) (*GetPluginVersionResponse, error) + func (r GetPluginVersionResponse) Status() string + func (r GetPluginVersionResponse) StatusCode() int + type GetPluginVersionTableResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PluginTableDetails + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseGetPluginVersionTableResponse(rsp *http.Response) (*GetPluginVersionTableResponse, error) + func (r GetPluginVersionTableResponse) Status() string + func (r GetPluginVersionTableResponse) StatusCode() int + type GetPolicyMetricsParams struct + Domain *PolicyDomain + PolicyGroupIds *[]PolicyGroupID + Severities *[]PolicySeverity + type GetPolicyMetricsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PolicyMetrics + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON500 *InternalError + func ParseGetPolicyMetricsResponse(rsp *http.Response) (*GetPolicyMetricsResponse, error) + func (r GetPolicyMetricsResponse) Status() string + func (r GetPolicyMetricsResponse) StatusCode() int + type GetPolicyResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Policy + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON500 *InternalError + func ParseGetPolicyResponse(rsp *http.Response) (*GetPolicyResponse, error) + func (r GetPolicyResponse) Status() string + func (r GetPolicyResponse) StatusCode() int + type GetPolicyViolationsHistoryParams struct + EndTime *time.Time + Page *Page + PerPage *PerPage + StartTime *time.Time + type GetPolicyViolationsHistoryResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON500 *InternalError + func ParseGetPolicyViolationsHistoryResponse(rsp *http.Response) (*GetPolicyViolationsHistoryResponse, error) + func (r GetPolicyViolationsHistoryResponse) Status() string + func (r GetPolicyViolationsHistoryResponse) StatusCode() int + type GetPolicyViolationsParams struct + Page *Page + PerPage *PerPage + Search *string + type GetPolicyViolationsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON500 *InternalError + func ParseGetPolicyViolationsResponse(rsp *http.Response) (*GetPolicyViolationsResponse, error) + func (r GetPolicyViolationsResponse) Status() string + func (r GetPolicyViolationsResponse) StatusCode() int + type GetRBACPermissionResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *RBACPermission + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseGetRBACPermissionResponse(rsp *http.Response) (*GetRBACPermissionResponse, error) + func (r GetRBACPermissionResponse) Status() string + func (r GetRBACPermissionResponse) StatusCode() int + type GetRBACRoleResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Role + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseGetRBACRoleResponse(rsp *http.Response) (*GetRBACRoleResponse, error) + func (r GetRBACRoleResponse) Status() string + func (r GetRBACRoleResponse) StatusCode() int + type GetReportResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON403 *Forbidden + JSON404 *NotFound + func ParseGetReportResponse(rsp *http.Response) (*GetReportResponse, error) + func (r GetReportResponse) Status() string + func (r GetReportResponse) StatusCode() int + type GetReportTemplateResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON403 *Forbidden + JSON404 *NotFound + func ParseGetReportTemplateResponse(rsp *http.Response) (*GetReportTemplateResponse, error) + func (r GetReportTemplateResponse) Status() string + func (r GetReportTemplateResponse) StatusCode() int + type GetSAMLResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SAMLConfig + JSON400 *BadRequest + JSON500 *InternalError + func ParseGetSAMLResponse(rsp *http.Response) (*GetSAMLResponse, error) + func (r GetSAMLResponse) Status() string + func (r GetSAMLResponse) StatusCode() int + type GetSavedQueryResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *QueryDetail + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseGetSavedQueryResponse(rsp *http.Response) (*GetSavedQueryResponse, error) + func (r GetSavedQueryResponse) Status() string + func (r GetSavedQueryResponse) StatusCode() int + type GetSettingsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PlatformSettings + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseGetSettingsResponse(rsp *http.Response) (*GetSettingsResponse, error) + func (r GetSettingsResponse) Status() string + func (r GetSettingsResponse) StatusCode() int + type GetSyncDestinationResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncDestination + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseGetSyncDestinationResponse(rsp *http.Response) (*GetSyncDestinationResponse, error) + func (r GetSyncDestinationResponse) Status() string + func (r GetSyncDestinationResponse) StatusCode() int + type GetSyncDestinationTestConnectionLogsLiveParams struct + Accept *string + type GetSyncDestinationTestConnectionLogsLiveResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseGetSyncDestinationTestConnectionLogsLiveResponse(rsp *http.Response) (*GetSyncDestinationTestConnectionLogsLiveResponse, error) + func (r GetSyncDestinationTestConnectionLogsLiveResponse) Status() string + func (r GetSyncDestinationTestConnectionLogsLiveResponse) StatusCode() int + type GetSyncDestinationTestConnectionLogsQueryParams struct + Accept *string + Download *DownloadFile + Filters Filters + Page *Page + PerPage *PerPage + type GetSyncDestinationTestConnectionLogsQueryResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseGetSyncDestinationTestConnectionLogsQueryResponse(rsp *http.Response) (*GetSyncDestinationTestConnectionLogsQueryResponse, error) + func (r GetSyncDestinationTestConnectionLogsQueryResponse) Status() string + func (r GetSyncDestinationTestConnectionLogsQueryResponse) StatusCode() int + type GetSyncDestinationTestConnectionResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncDestinationTestConnection + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON500 *InternalError + func ParseGetSyncDestinationTestConnectionResponse(rsp *http.Response) (*GetSyncDestinationTestConnectionResponse, error) + func (r GetSyncDestinationTestConnectionResponse) Status() string + func (r GetSyncDestinationTestConnectionResponse) StatusCode() int + type GetSyncResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Sync + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseGetSyncResponse(rsp *http.Response) (*GetSyncResponse, error) + func (r GetSyncResponse) Status() string + func (r GetSyncResponse) StatusCode() int + type GetSyncRunLogsLiveParams struct + Accept *string + Table *string + type GetSyncRunLogsLiveResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseGetSyncRunLogsLiveResponse(rsp *http.Response) (*GetSyncRunLogsLiveResponse, error) + func (r GetSyncRunLogsLiveResponse) Status() string + func (r GetSyncRunLogsLiveResponse) StatusCode() int + type GetSyncRunLogsQueryParams struct + Accept *string + Download *DownloadFile + Filters Filters + Page *Page + PerPage *PerPage + type GetSyncRunLogsQueryResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseGetSyncRunLogsQueryResponse(rsp *http.Response) (*GetSyncRunLogsQueryResponse, error) + func (r GetSyncRunLogsQueryResponse) Status() string + func (r GetSyncRunLogsQueryResponse) StatusCode() int + type GetSyncRunResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncRunDetails + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseGetSyncRunResponse(rsp *http.Response) (*GetSyncRunResponse, error) + func (r GetSyncRunResponse) Status() string + func (r GetSyncRunResponse) StatusCode() int + type GetSyncRunStatsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncRunStats + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseGetSyncRunStatsResponse(rsp *http.Response) (*GetSyncRunStatsResponse, error) + func (r GetSyncRunStatsResponse) Status() string + func (r GetSyncRunStatsResponse) StatusCode() int + type GetSyncRunTablesParams struct + Page *Page + PerPage *PerPage + SortDirections SortDirections + SyncRunTableSortBys SyncRunTableSortBys + type GetSyncRunTablesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseGetSyncRunTablesResponse(rsp *http.Response) (*GetSyncRunTablesResponse, error) + func (r GetSyncRunTablesResponse) Status() string + func (r GetSyncRunTablesResponse) StatusCode() int + type GetSyncSourceResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncSource + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseGetSyncSourceResponse(rsp *http.Response) (*GetSyncSourceResponse, error) + func (r GetSyncSourceResponse) Status() string + func (r GetSyncSourceResponse) StatusCode() int + type GetSyncSourceTestConnectionLogsLiveParams struct + Accept *string + type GetSyncSourceTestConnectionLogsLiveResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseGetSyncSourceTestConnectionLogsLiveResponse(rsp *http.Response) (*GetSyncSourceTestConnectionLogsLiveResponse, error) + func (r GetSyncSourceTestConnectionLogsLiveResponse) Status() string + func (r GetSyncSourceTestConnectionLogsLiveResponse) StatusCode() int + type GetSyncSourceTestConnectionLogsQueryParams struct + Accept *string + Download *DownloadFile + Filters Filters + Page *Page + PerPage *PerPage + type GetSyncSourceTestConnectionLogsQueryResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseGetSyncSourceTestConnectionLogsQueryResponse(rsp *http.Response) (*GetSyncSourceTestConnectionLogsQueryResponse, error) + func (r GetSyncSourceTestConnectionLogsQueryResponse) Status() string + func (r GetSyncSourceTestConnectionLogsQueryResponse) StatusCode() int + type GetSyncSourceTestConnectionResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncSourceTestConnection + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON500 *InternalError + func ParseGetSyncSourceTestConnectionResponse(rsp *http.Response) (*GetSyncSourceTestConnectionResponse, error) + func (r GetSyncSourceTestConnectionResponse) Status() string + func (r GetSyncSourceTestConnectionResponse) StatusCode() int + type GetSyncTransformerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncTransformer + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseGetSyncTransformerResponse(rsp *http.Response) (*GetSyncTransformerResponse, error) + func (r GetSyncTransformerResponse) Status() string + func (r GetSyncTransformerResponse) StatusCode() int + type GetTablesDataParams struct + Page *Page + PerPage *PerPage + type GetTablesDataResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON500 *InternalError + func ParseGetTablesDataResponse(rsp *http.Response) (*GetTablesDataResponse, error) + func (r GetTablesDataResponse) Status() string + func (r GetTablesDataResponse) StatusCode() int + type GetTablesRelationsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string][]RelationDef + JSON401 *RequiresAuthentication + JSON500 *InternalError + func ParseGetTablesRelationsResponse(rsp *http.Response) (*GetTablesRelationsResponse, error) + func (r GetTablesRelationsResponse) Status() string + func (r GetTablesRelationsResponse) StatusCode() int + type GetTeamUsageSummaryParams struct + AggregationPeriod *GetTeamUsageSummaryParamsAggregationPeriod + End *time.Time + Metrics *[]GetTeamUsageSummaryParamsMetrics + Start *time.Time + type GetTeamUsageSummaryParamsAggregationPeriod string + const GetTeamUsageSummaryParamsAggregationPeriodDay + const GetTeamUsageSummaryParamsAggregationPeriodMonth + type GetTeamUsageSummaryParamsMetrics string + const GetTeamUsageSummaryParamsMetricsCloudVcpuSeconds + const GetTeamUsageSummaryParamsMetricsCloudVramByteSeconds + const GetTeamUsageSummaryParamsMetricsNetworkEgressBytes + const GetTeamUsageSummaryParamsMetricsPaidRows + type GetTeamUsageSummaryResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *UsageSummary + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseGetTeamUsageSummaryResponse(rsp *http.Response) (*GetTeamUsageSummaryResponse, error) + func (r GetTeamUsageSummaryResponse) Status() string + func (r GetTeamUsageSummaryResponse) StatusCode() int + type GetTestConnectionForSyncDestinationResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncTestConnection + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseGetTestConnectionForSyncDestinationResponse(rsp *http.Response) (*GetTestConnectionForSyncDestinationResponse, error) + func (r GetTestConnectionForSyncDestinationResponse) Status() string + func (r GetTestConnectionForSyncDestinationResponse) StatusCode() int + type GetTestConnectionForSyncSourceResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncTestConnection + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseGetTestConnectionForSyncSourceResponse(rsp *http.Response) (*GetTestConnectionForSyncSourceResponse, error) + func (r GetTestConnectionForSyncSourceResponse) Status() string + func (r GetTestConnectionForSyncSourceResponse) StatusCode() int + type GetUserResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *User + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseGetUserResponse(rsp *http.Response) (*GetUserResponse, error) + func (r GetUserResponse) Status() string + func (r GetUserResponse) StatusCode() int + type GetV2SyncDestinationResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncDestinationV2 + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseGetV2SyncDestinationResponse(rsp *http.Response) (*GetV2SyncDestinationResponse, error) + func (r GetV2SyncDestinationResponse) Status() string + func (r GetV2SyncDestinationResponse) StatusCode() int + type GetV2SyncDestinationsParams struct + Filter *SyncNameFilter + Page *Page + PerPage *PerPage + SyncGenericSortBys SyncGenericSortBys + SyncSortDirections SyncSortDirections + type GetV2SyncDestinationsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseGetV2SyncDestinationsResponse(rsp *http.Response) (*GetV2SyncDestinationsResponse, error) + func (r GetV2SyncDestinationsResponse) Status() string + func (r GetV2SyncDestinationsResponse) StatusCode() int + type GetV2SyncIntegrationResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncIntegrationExpandedV2 + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseGetV2SyncIntegrationResponse(rsp *http.Response) (*GetV2SyncIntegrationResponse, error) + func (r GetV2SyncIntegrationResponse) Status() string + func (r GetV2SyncIntegrationResponse) StatusCode() int + type GetViolationsByDomainParams struct + Domain *PolicyDomain + PolicyGroupIds *[]PolicyGroupID + Severities *[]PolicySeverity + type GetViolationsByDomainResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ViolationsByDomain + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON500 *InternalError + func ParseGetViolationsByDomainResponse(rsp *http.Response) (*GetViolationsByDomainResponse, error) + func (r GetViolationsByDomainResponse) Status() string + func (r GetViolationsByDomainResponse) StatusCode() int + type GetViolationsHistoryParams struct + Domain *PolicyDomain + EndDate *openapi_types.Date + PolicyGroupIds *[]PolicyGroupID + Severities *[]PolicySeverity + StartDate *openapi_types.Date + type GetViolationsHistoryResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ViolationsHistory + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON500 *InternalError + func ParseGetViolationsHistoryResponse(rsp *http.Response) (*GetViolationsHistoryResponse, error) + func (r GetViolationsHistoryResponse) Status() string + func (r GetViolationsHistoryResponse) StatusCode() int + type GroupBys = []TableGroupBy + type HealthCheckHeadResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON500 *InternalError + JSON503 *ServiceUnavailable + func ParseHealthCheckHeadResponse(rsp *http.Response) (*HealthCheckHeadResponse, error) + func (r HealthCheckHeadResponse) Status() string + func (r HealthCheckHeadResponse) StatusCode() int + type HealthCheckResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON500 *InternalError + JSON503 *ServiceUnavailable + func ParseHealthCheckResponse(rsp *http.Response) (*HealthCheckResponse, error) + func (r HealthCheckResponse) Status() string + func (r HealthCheckResponse) StatusCode() int + type HttpRequestDoer interface + Do func(req *http.Request) (*http.Response, error) + type ID = openapi_types.UUID + type IncludeDrafts = bool + type IncludeFips = bool + type IncludePrereleases = bool + type IndexResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 ... + func ParseIndexResponse(rsp *http.Response) (*IndexResponse, error) + func (r IndexResponse) Status() string + func (r IndexResponse) StatusCode() int + type Insight struct + AccountsCount int64 + CreatedAt time.Time + DetectedAt time.Time + Evidence *string + InsightCategory string + InsightID InsightID + InsightSeverity InsightSeverity + LastSyncedAt time.Time + Mitigation *string + ResourceTypes string + ResourcesCount int64 + Source string + SourceCategory string + Subcategory *string + Tags *[]string + Title string + type InsightColumnName = string + type InsightFilterID = openapi_types.UUID + type InsightID = string + type InsightSeverity string + const InsightSeverityCritical + const InsightSeverityHigh + const InsightSeverityLow + const InsightSeverityMedium + type InsightsListMetadata struct + LastPage *int + PageSize int + ResourceCount *int + ResourceTypes *int + TimeMs *int + TotalCount *int + type InternalError = BasicError + type ListAPIKeysParams struct + Page *Page + PerPage *PerPage + type ListAPIKeysResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseListAPIKeysResponse(rsp *http.Response) (*ListAPIKeysResponse, error) + func (r ListAPIKeysResponse) Status() string + func (r ListAPIKeysResponse) StatusCode() int + type ListAllAlertsParams struct + AlertStates AlertStates + Enabled *Enabled + Page *Page + PerPage *PerPage + QueryTags QueryTags + type ListAllAlertsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseListAllAlertsResponse(rsp *http.Response) (*ListAllAlertsResponse, error) + func (r ListAllAlertsResponse) Status() string + func (r ListAllAlertsResponse) StatusCode() int + type ListAllCustomColumnsParams struct + CustomColumnSortBys CustomColumnSortBys + CustomColumnSortDirections CustomColumnSortDirections + Page *Page + PerPage *PerPage + SearchTerm *string + type ListAllCustomColumnsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseListAllCustomColumnsResponse(rsp *http.Response) (*ListAllCustomColumnsResponse, error) + func (r ListAllCustomColumnsResponse) Status() string + func (r ListAllCustomColumnsResponse) StatusCode() int + type ListAllNotificationDestinationsParams struct + Page *Page + PerPage *PerPage + type ListAllNotificationDestinationsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseListAllNotificationDestinationsResponse(rsp *http.Response) (*ListAllNotificationDestinationsResponse, error) + func (r ListAllNotificationDestinationsResponse) Status() string + func (r ListAllNotificationDestinationsResponse) StatusCode() int + type ListAllQueriesParams struct + AlertConfigured *AlertConfigured + AlertEnabled *AlertEnabled + AlertMessageFilter *AlertMessageFilter + ColumnFilter *QueryColumnFilter + NameFilter *QueryNameFilter + Page *Page + PerPage *PerPage + QueryFilter *QueryFilter + QueryTags QueryTags + type ListAllQueriesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseListAllQueriesResponse(rsp *http.Response) (*ListAllQueriesResponse, error) + func (r ListAllQueriesResponse) Status() string + func (r ListAllQueriesResponse) StatusCode() int + type ListAllRBACPermissionsParams struct + Page *Page + PerPage *PerPage + RBACPermissionSortBys RBACPermissionSortBys + RBACPermissionSortDirections RBACPermissionSortDirections + SearchTerm *string + type ListAllRBACPermissionsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseListAllRBACPermissionsResponse(rsp *http.Response) (*ListAllRBACPermissionsResponse, error) + func (r ListAllRBACPermissionsResponse) Status() string + func (r ListAllRBACPermissionsResponse) StatusCode() int + type ListAllRBACRolesParams struct + Page *Page + PerPage *PerPage + RBACRoleSortBys RBACRoleSortBys + RBACRoleSortDirections RBACRoleSortDirections + SearchTerm *string + Type *string + type ListAllRBACRolesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseListAllRBACRolesResponse(rsp *http.Response) (*ListAllRBACRolesResponse, error) + func (r ListAllRBACRolesResponse) Status() string + func (r ListAllRBACRolesResponse) StatusCode() int + type ListAuditLogsParams struct + EndTime *time.Time + EntityDisplayName *string + EventType *string + Page *Page + PerPage *PerPage + Search *string + StartTime *time.Time + UserId *openapi_types.UUID + UserIpAddress *string + type ListAuditLogsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON500 *InternalError + func ParseListAuditLogsResponse(rsp *http.Response) (*ListAuditLogsResponse, error) + func (r ListAuditLogsResponse) Status() string + func (r ListAuditLogsResponse) StatusCode() int + type ListFilterTagsParams struct + Page *Page + PerPage *PerPage + type ListFilterTagsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseListFilterTagsResponse(rsp *http.Response) (*ListFilterTagsResponse, error) + func (r ListFilterTagsResponse) Status() string + func (r ListFilterTagsResponse) StatusCode() int + type ListFiltersParams struct + ExpressionFilter *FilterExpressionFilter + FilterTags *FilterTags + NameFilter *FilterNameFilter + Page *Page + PerPage *PerPage + type ListFiltersResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseListFiltersResponse(rsp *http.Response) (*ListFiltersResponse, error) + func (r ListFiltersResponse) Status() string + func (r ListFiltersResponse) StatusCode() int + type ListMetadata struct + LastPage *int + PageSize int + TimeMs *int + TotalCount *int + type ListNotificationsParams struct + Page *Page + PerPage *PerPage + PolicyGroupIds *[]PolicyGroupID + Severities *[]PolicySeverity + type ListNotificationsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseListNotificationsResponse(rsp *http.Response) (*ListNotificationsResponse, error) + func (r ListNotificationsResponse) Status() string + func (r ListNotificationsResponse) StatusCode() int + type ListPlatformInsightsParams struct + Account *string + Cloud *string + InsightCategory *string + Page *Page + PerPage *PerPage + Region *string + ResourceTypes *[]string + Search *string + Severities *[]InsightSeverity + SortBy *ListPlatformInsightsParamsSortBy + SortDir *ListPlatformInsightsParamsSortDir + Source *string + SourceCategory *string + Tags *[]string + type ListPlatformInsightsParamsSortBy string + const ListPlatformInsightsParamsSortByAccount + const ListPlatformInsightsParamsSortByAccountsCount + const ListPlatformInsightsParamsSortByCreatedAt + const ListPlatformInsightsParamsSortByDetectedAt + const ListPlatformInsightsParamsSortByInsightCategory + const ListPlatformInsightsParamsSortByResourceTypes + const ListPlatformInsightsParamsSortByResourcesCount + const ListPlatformInsightsParamsSortBySeverity + const ListPlatformInsightsParamsSortBySource + const ListPlatformInsightsParamsSortBySourceCategory + const ListPlatformInsightsParamsSortByTitle + type ListPlatformInsightsParamsSortDir string + const ListPlatformInsightsParamsSortDirAsc + const ListPlatformInsightsParamsSortDirDesc + type ListPlatformInsightsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON500 *InternalError + func ParseListPlatformInsightsResponse(rsp *http.Response) (*ListPlatformInsightsResponse, error) + func (r ListPlatformInsightsResponse) Status() string + func (r ListPlatformInsightsResponse) StatusCode() int + type ListPlatformVersionsParams struct + Page *Page + PerPage *PerPage + type ListPlatformVersionsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON500 *InternalError + func ParseListPlatformVersionsResponse(rsp *http.Response) (*ListPlatformVersionsResponse, error) + func (r ListPlatformVersionsResponse) Status() string + func (r ListPlatformVersionsResponse) StatusCode() int + type ListPlugin struct + Category PluginCategory + CreatedAt time.Time + DisplayName string + FreeRowsPerMonth int64 + Homepage *string + Kind PluginKind + LatestVersion *VersionName + Logo string + Name PluginName + Official bool + PriceCategory *PluginPriceCategory + Public *bool + ReleaseStage PluginReleaseStage + Repository *string + ShortDescription string + TeamName TeamName + Tier PluginTier + USDPerRow string + UpdatedAt time.Time + type ListPluginVersionTablesParams struct + Page *Page + PerPage *PerPage + type ListPluginVersionTablesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseListPluginVersionTablesResponse(rsp *http.Response) (*ListPluginVersionTablesResponse, error) + func (r ListPluginVersionTablesResponse) Status() string + func (r ListPluginVersionTablesResponse) StatusCode() int + type ListPluginVersionsParams struct + IncludeDrafts *IncludeDrafts + IncludeFips *IncludeFips + IncludePrereleases *IncludePrereleases + Page *Page + PerPage *PerPage + SortBy *ListPluginVersionsParamsSortBy + VersionFilter *VersionFilter + type ListPluginVersionsParamsSortBy string + const ListPluginVersionsParamsSortByCreatedAt + type ListPluginVersionsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON500 *InternalError + func ParseListPluginVersionsResponse(rsp *http.Response) (*ListPluginVersionsResponse, error) + func (r ListPluginVersionsResponse) Status() string + func (r ListPluginVersionsResponse) StatusCode() int + type ListPlugins = []ListPlugin + type ListPluginsParams struct + ExcludeReleaseStages *PluginExcludeReleaseStages + IncludeReleaseStages *PluginIncludeReleaseStages + Page *Page + PerPage *PerPage + SortBy *ListPluginsParamsSortBy + type ListPluginsParamsSortBy string + const ListPluginsParamsSortByCreatedAt + const ListPluginsParamsSortByDownloads + const ListPluginsParamsSortByName + const ListPluginsParamsSortByUpdatedAt + type ListPluginsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON500 *InternalError + func ParseListPluginsResponse(rsp *http.Response) (*ListPluginsResponse, error) + func (r ListPluginsResponse) Status() string + func (r ListPluginsResponse) StatusCode() int + type ListPoliciesInGroupParams struct + Page *Page + PerPage *PerPage + SortBy *ListPoliciesInGroupParamsSortBy + SortDir *ListPoliciesInGroupParamsSortDir + type ListPoliciesInGroupParamsSortBy string + const ListPoliciesInGroupParamsSortByName + const ListPoliciesInGroupParamsSortByPolicyCount + type ListPoliciesInGroupParamsSortDir string + const ListPoliciesInGroupParamsSortDirAsc + const ListPoliciesInGroupParamsSortDirDesc + type ListPoliciesInGroupResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON500 *InternalError + func ParseListPoliciesInGroupResponse(rsp *http.Response) (*ListPoliciesInGroupResponse, error) + func (r ListPoliciesInGroupResponse) Status() string + func (r ListPoliciesInGroupResponse) StatusCode() int + type ListPoliciesParams struct + Domain *PolicyDomain + Page *Page + PerPage *PerPage + PolicyGroupIds *[]PolicyGroupID + PolicyStatus *PolicyStatus + Search *string + Severities *[]PolicySeverity + SortBy *ListPoliciesParamsSortBy + SortDir *ListPoliciesParamsSortDir + type ListPoliciesParamsSortBy string + const ListPoliciesParamsSortByCreatedAt + const ListPoliciesParamsSortByDomain + const ListPoliciesParamsSortByLastRunAt + const ListPoliciesParamsSortByName + const ListPoliciesParamsSortBySeverity + const ListPoliciesParamsSortByViolationCount + type ListPoliciesParamsSortDir string + const ListPoliciesParamsSortDirAsc + const ListPoliciesParamsSortDirDesc + type ListPoliciesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON500 *InternalError + func ParseListPoliciesResponse(rsp *http.Response) (*ListPoliciesResponse, error) + func (r ListPoliciesResponse) Status() string + func (r ListPoliciesResponse) StatusCode() int + type ListPolicyGroupsParams struct + Search *string + Severities *[]PolicySeverity + type ListPolicyGroupsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON500 *InternalError + func ParseListPolicyGroupsResponse(rsp *http.Response) (*ListPolicyGroupsResponse, error) + func (r ListPolicyGroupsResponse) Status() string + func (r ListPolicyGroupsResponse) StatusCode() int + type ListQueryTagsParams struct + Page *Page + PerPage *PerPage + type ListQueryTagsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseListQueryTagsResponse(rsp *http.Response) (*ListQueryTagsResponse, error) + func (r ListQueryTagsResponse) Status() string + func (r ListQueryTagsResponse) StatusCode() int + type ListReportTemplatesParams struct + Page *Page + PerPage *PerPage + ReportTemplateSortBys ReportTemplateSortBys + ReportTemplateSortDirections ReportTemplateSortDirections + SearchTerm *string + type ListReportTemplatesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON403 *Forbidden + JSON404 *NotFound + func ParseListReportTemplatesResponse(rsp *http.Response) (*ListReportTemplatesResponse, error) + func (r ListReportTemplatesResponse) Status() string + func (r ListReportTemplatesResponse) StatusCode() int + type ListReportsParams struct + Page *Page + PerPage *PerPage + ReportSortBys ReportSortBys + ReportSortDirections ReportSortDirections + SearchTerm *string + Visibility *ListReportsParamsVisibility + type ListReportsParamsVisibility string + const ListReportsParamsVisibilityPrivate + const ListReportsParamsVisibilityPublic + type ListReportsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON403 *Forbidden + JSON404 *NotFound + func ParseListReportsResponse(rsp *http.Response) (*ListReportsResponse, error) + func (r ListReportsResponse) Status() string + func (r ListReportsResponse) StatusCode() int + type ListSlackChannelsParams struct + Name *string + type ListSlackChannelsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseListSlackChannelsResponse(rsp *http.Response) (*ListSlackChannelsResponse, error) + func (r ListSlackChannelsResponse) Status() string + func (r ListSlackChannelsResponse) StatusCode() int + type ListSync struct + CPU string + CreatedAt time.Time + CreatedBy *string + Destinations []string + Disabled bool + DisplayName DisplayName + LastRun *ListSyncLastRun + Memory string + Name string + Schedule string + Source string + UpdatedAt time.Time + type ListSyncDestinationSyncsParams struct + Filter *SyncNameFilter + MigrationFilter *MigrationFilter + Page *Page + PerPage *PerPage + SyncSortBys SyncSortBys + SyncSortDirections SyncSortDirections + type ListSyncDestinationSyncsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseListSyncDestinationSyncsResponse(rsp *http.Response) (*ListSyncDestinationSyncsResponse, error) + func (r ListSyncDestinationSyncsResponse) Status() string + func (r ListSyncDestinationSyncsResponse) StatusCode() int + type ListSyncDestinationsParams struct + Filter *SyncNameFilter + Page *Page + PerPage *PerPage + SyncGenericSortBys SyncGenericSortBys + SyncSortDirections SyncSortDirections + type ListSyncDestinationsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseListSyncDestinationsResponse(rsp *http.Response) (*ListSyncDestinationsResponse, error) + func (r ListSyncDestinationsResponse) Status() string + func (r ListSyncDestinationsResponse) StatusCode() int + type ListSyncLastRun struct + CompletedAt *time.Time + CreatedAt time.Time + Errors int64 + ID openapi_types.UUID + Ingested bool + Migration bool + Status SyncRunStatus + StatusReason *SyncRunStatusReason + TotalRows int64 + Warnings int64 + type ListSyncRunsParams struct + MigrationFilter *MigrationFilter + Page *Page + PerPage *PerPage + type ListSyncRunsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseListSyncRunsResponse(rsp *http.Response) (*ListSyncRunsResponse, error) + func (r ListSyncRunsResponse) Status() string + func (r ListSyncRunsResponse) StatusCode() int + type ListSyncSourceSyncsParams struct + Filter *SyncNameFilter + MigrationFilter *MigrationFilter + Page *Page + PerPage *PerPage + SyncSortBys SyncSortBys + SyncSortDirections SyncSortDirections + type ListSyncSourceSyncsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseListSyncSourceSyncsResponse(rsp *http.Response) (*ListSyncSourceSyncsResponse, error) + func (r ListSyncSourceSyncsResponse) Status() string + func (r ListSyncSourceSyncsResponse) StatusCode() int + type ListSyncSourcesParams struct + Filter *SyncNameFilter + Page *Page + PerPage *PerPage + SyncGenericSortBys SyncGenericSortBys + SyncSortDirections SyncSortDirections + type ListSyncSourcesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseListSyncSourcesResponse(rsp *http.Response) (*ListSyncSourcesResponse, error) + func (r ListSyncSourcesResponse) Status() string + func (r ListSyncSourcesResponse) StatusCode() int + type ListSyncTransformerSyncDestinationsParams struct + Page *Page + PerPage *PerPage + type ListSyncTransformerSyncDestinationsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseListSyncTransformerSyncDestinationsResponse(rsp *http.Response) (*ListSyncTransformerSyncDestinationsResponse, error) + func (r ListSyncTransformerSyncDestinationsResponse) Status() string + func (r ListSyncTransformerSyncDestinationsResponse) StatusCode() int + type ListSyncTransformerSyncsParams struct + Page *Page + PerPage *PerPage + type ListSyncTransformerSyncsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseListSyncTransformerSyncsResponse(rsp *http.Response) (*ListSyncTransformerSyncsResponse, error) + func (r ListSyncTransformerSyncsResponse) Status() string + func (r ListSyncTransformerSyncsResponse) StatusCode() int + type ListSyncTransformersParams struct + Filter *SyncNameFilter + Page *Page + PerPage *PerPage + SyncGenericSortBys SyncGenericSortBys + SyncSortDirections SyncSortDirections + type ListSyncTransformersResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseListSyncTransformersResponse(rsp *http.Response) (*ListSyncTransformersResponse, error) + func (r ListSyncTransformersResponse) Status() string + func (r ListSyncTransformersResponse) StatusCode() int + type ListSyncUpgradesParams struct + Kind *SyncUpgradesKindFilter + Page *Page + Path *SyncUpgradesPathFilter + PerPage *PerPage + PlatformVersion *SyncUpgradesPlatformVersionFilter + SyncSortDirections SyncSortDirections + SyncUpgradesSortBys SyncUpgradesSortBys + type ListSyncUpgradesParamsSortBy string + const ListSyncUpgradesParamsSortByCreatedAt + const ListSyncUpgradesParamsSortByKind + const ListSyncUpgradesParamsSortByNewVersion + const ListSyncUpgradesParamsSortByPath + const ListSyncUpgradesParamsSortByPrevVersion + type ListSyncUpgradesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseListSyncUpgradesResponse(rsp *http.Response) (*ListSyncUpgradesResponse, error) + func (r ListSyncUpgradesResponse) Status() string + func (r ListSyncUpgradesResponse) StatusCode() int + type ListSyncsParams struct + Filter *SyncNameFilter + MigrationFilter *MigrationFilter + Page *Page + PerPage *PerPage + SyncSortBys SyncSortBys + SyncSortDirections SyncSortDirections + type ListSyncsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseListSyncsResponse(rsp *http.Response) (*ListSyncsResponse, error) + func (r ListSyncsResponse) Status() string + func (r ListSyncsResponse) StatusCode() int + type ListTablesParams struct + Page *Page + PerPage *PerPage + type ListTablesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseListTablesResponse(rsp *http.Response) (*ListTablesResponse, error) + func (r ListTablesResponse) Status() string + func (r ListTablesResponse) StatusCode() int + type ListTeamsParams struct + Page *Page + PerPage *PerPage + type ListTeamsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON500 *InternalError + func ParseListTeamsResponse(rsp *http.Response) (*ListTeamsResponse, error) + func (r ListTeamsResponse) Status() string + func (r ListTeamsResponse) StatusCode() int + type ListUsersParams struct + Page *Page + PerPage *PerPage + RoleId *RoleID + UserSearch *string + type ListUsersResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON500 *InternalError + func ParseListUsersResponse(rsp *http.Response) (*ListUsersResponse, error) + func (r ListUsersResponse) Status() string + func (r ListUsersResponse) StatusCode() int + type ListV2SyncIntegrationsParams struct + Filter *SyncNameFilter + Page *Page + PerPage *PerPage + SyncSortBys SyncSortBys + SyncSortDirections SyncSortDirections + type ListV2SyncIntegrationsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseListV2SyncIntegrationsResponse(rsp *http.Response) (*ListV2SyncIntegrationsResponse, error) + func (r ListV2SyncIntegrationsResponse) Status() string + func (r ListV2SyncIntegrationsResponse) StatusCode() int + type LoginUserJSONBody struct + IDToken string + type LoginUserJSONRequestBody LoginUserJSONBody + type LoginUserResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON405 *MethodNotAllowed + JSON500 *InternalError + func ParseLoginUserResponse(rsp *http.Response) (*LoginUserResponse, error) + func (r LoginUserResponse) Status() string + func (r LoginUserResponse) StatusCode() int + type LogoutUserResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON405 *MethodNotAllowed + JSON500 *InternalError + func ParseLogoutUserResponse(rsp *http.Response) (*LogoutUserResponse, error) + func (r LogoutUserResponse) Status() string + func (r LogoutUserResponse) StatusCode() int + type MethodNotAllowed = BasicError + type MigrationFilter = bool + type NotFound = BasicError + type NotificationDestination struct + CreatedAt time.Time + CustomMessage *string + Enabled bool + HTTPBody *string + HTTPHeaders map[string]string + LastNotificationErrorCode *string + LastNotificationErrorMessage *string + LastNotificationErrorTimestamp *time.Time + Name string + NotificationDestinationID NotificationDestinationID + SlackChannels *[]string + SlackConnectionID *openapi_types.UUID + Type NotificationDestinationType + URL string + UpdatedAt time.Time + type NotificationDestinationCreate struct + CustomMessage *string + Enabled bool + HTTPBody *string + HTTPHeaders map[string]string + Name string + SlackChannels *[]string + SlackConnectionID *openapi_types.UUID + Type *NotificationDestinationCreateType + URL *string + type NotificationDestinationCreateType string + const NotificationDestinationCreateTypeSlack + const NotificationDestinationCreateTypeWebhook + type NotificationDestinationData struct + CustomMessage *string + HTTPBody *string + HTTPHeaders map[string]string + SlackChannels *[]string + SlackConnectionID *openapi_types.UUID + Type *NotificationDestinationDataType + URL *string + type NotificationDestinationDataType string + const NotificationDestinationDataTypeSlack + const NotificationDestinationDataTypeWebhook + type NotificationDestinationID = openapi_types.UUID + type NotificationDestinationId = NotificationDestinationID + type NotificationDestinationListItem struct + CreatedAt time.Time + Enabled bool + Name string + NotificationDestinationID NotificationDestinationID + SlackChannels *[]string + Type NotificationDestinationListItemType + URL string + UpdatedAt time.Time + type NotificationDestinationListItemType string + const NotificationDestinationListItemTypeSlack + const NotificationDestinationListItemTypeWebhook + type NotificationDestinationTestResponse struct + HTTPBody string + HTTPHeaders map[string]string + HTTPStatus string + HTTPStatusCode int + IsSuccess bool + type NotificationDestinationType string + const NotificationDestinationTypeSlack + const NotificationDestinationTypeWebhook + type NotificationDestinationUpdate struct + CustomMessage *string + Enabled *bool + HTTPBody *string + HTTPHeaders *map[string]string + Name *string + SlackChannels *[]string + SlackConnectionID *openapi_types.UUID + URL *string + type NotificationDetail struct + CreatedAt time.Time + ID openapi_types.UUID + LastEvaluatedAt *time.Time + Message string + NotificationDestination *NotificationDestinationListItem + PolicyID openapi_types.UUID + QueryID openapi_types.UUID + Severity AlertSeverity + State AlertState + TotalViolations int64 + TriggeredAt *time.Time + UpdatedAt time.Time + type NotifyAWSCUROnboardingJSONRequestBody = OnboardingAWSCURNotification + type NotifyAWSCUROnboardingResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON500 *InternalError + func ParseNotifyAWSCUROnboardingResponse(rsp *http.Response) (*NotifyAWSCUROnboardingResponse, error) + func (r NotifyAWSCUROnboardingResponse) Status() string + func (r NotifyAWSCUROnboardingResponse) StatusCode() int + type NotifyOnboardingJSONRequestBody = OnboardingAWSNotification + type NotifyOnboardingResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON500 *InternalError + func ParseNotifyOnboardingResponse(rsp *http.Response) (*NotifyOnboardingResponse, error) + func (r NotifyOnboardingResponse) Status() string + func (r NotifyOnboardingResponse) StatusCode() int + type OnboardingAWS struct + Audience string + CreatedAt time.Time + FailureReason *string + IssuerURL string + ManagementRoleARN *string + OnboardingID OnboardingID + OnboardingStage string + OrganizationalUnitIDs *[]string + Subject string + SyncRoleName *string + UpdatedAt time.Time + type OnboardingAWSAccounts struct + ARN *string + Children *[]OnboardingAWSAccounts + ID string + Name *string + Type OnboardingAWSAccountsType + type OnboardingAWSAccountsType string + const OnboardingAWSAccountsTypeAccount + const OnboardingAWSAccountsTypeOU + const OnboardingAWSAccountsTypeRoot + type OnboardingAWSCUR struct + Audience string + CURReportName *string + CreatedAt time.Time + FailureReason *string + IssuerURL string + OnboardingID OnboardingID + OnboardingStage string + S3BucketName *string + S3ReportPrefix *string + Subject string + SyncRoleARN *string + UpdatedAt time.Time + type OnboardingAWSCURCreateResponse struct + Audience string + IssuerURL string + NotifyPath string + NotifyToken string + OnboardingID OnboardingID + Region string + StackName *string + Subject string + TemplateURL string + type OnboardingAWSCURNotification struct + func (t *OnboardingAWSCURNotification) FromDeployedCURNotification(v DeployedCURNotification) error + func (t *OnboardingAWSCURNotification) FromFailedNotification(v FailedNotification) error + func (t *OnboardingAWSCURNotification) FromRevokedNotification(v RevokedNotification) error + func (t *OnboardingAWSCURNotification) FromStartedNotification(v StartedNotification) error + func (t *OnboardingAWSCURNotification) MergeDeployedCURNotification(v DeployedCURNotification) error + func (t *OnboardingAWSCURNotification) MergeFailedNotification(v FailedNotification) error + func (t *OnboardingAWSCURNotification) MergeRevokedNotification(v RevokedNotification) error + func (t *OnboardingAWSCURNotification) MergeStartedNotification(v StartedNotification) error + func (t *OnboardingAWSCURNotification) UnmarshalJSON(b []byte) error + func (t OnboardingAWSCURNotification) AsDeployedCURNotification() (DeployedCURNotification, error) + func (t OnboardingAWSCURNotification) AsFailedNotification() (FailedNotification, error) + func (t OnboardingAWSCURNotification) AsRevokedNotification() (RevokedNotification, error) + func (t OnboardingAWSCURNotification) AsStartedNotification() (StartedNotification, error) + func (t OnboardingAWSCURNotification) Discriminator() (string, error) + func (t OnboardingAWSCURNotification) MarshalJSON() ([]byte, error) + func (t OnboardingAWSCURNotification) ValueByDiscriminator() (interface{}, error) + type OnboardingAWSCreateResponse struct + Audience string + IssuerURL string + NotifyPath string + NotifyToken string + OnboardingID OnboardingID + Region *string + StackName *string + Subject string + TemplateURL string + type OnboardingAWSNotification struct + func (t *OnboardingAWSNotification) FromCompletedNotification(v CompletedNotification) error + func (t *OnboardingAWSNotification) FromCompletedSingleAccountNotification(v CompletedSingleAccountNotification) error + func (t *OnboardingAWSNotification) FromDeployedNotification(v DeployedNotification) error + func (t *OnboardingAWSNotification) FromFailedNotification(v FailedNotification) error + func (t *OnboardingAWSNotification) FromRevokedNotification(v RevokedNotification) error + func (t *OnboardingAWSNotification) FromStartedNotification(v StartedNotification) error + func (t *OnboardingAWSNotification) MergeCompletedNotification(v CompletedNotification) error + func (t *OnboardingAWSNotification) MergeCompletedSingleAccountNotification(v CompletedSingleAccountNotification) error + func (t *OnboardingAWSNotification) MergeDeployedNotification(v DeployedNotification) error + func (t *OnboardingAWSNotification) MergeFailedNotification(v FailedNotification) error + func (t *OnboardingAWSNotification) MergeRevokedNotification(v RevokedNotification) error + func (t *OnboardingAWSNotification) MergeStartedNotification(v StartedNotification) error + func (t *OnboardingAWSNotification) UnmarshalJSON(b []byte) error + func (t OnboardingAWSNotification) AsCompletedNotification() (CompletedNotification, error) + func (t OnboardingAWSNotification) AsCompletedSingleAccountNotification() (CompletedSingleAccountNotification, error) + func (t OnboardingAWSNotification) AsDeployedNotification() (DeployedNotification, error) + func (t OnboardingAWSNotification) AsFailedNotification() (FailedNotification, error) + func (t OnboardingAWSNotification) AsRevokedNotification() (RevokedNotification, error) + func (t OnboardingAWSNotification) AsStartedNotification() (StartedNotification, error) + func (t OnboardingAWSNotification) Discriminator() (string, error) + func (t OnboardingAWSNotification) MarshalJSON() ([]byte, error) + func (t OnboardingAWSNotification) ValueByDiscriminator() (interface{}, error) + type OnboardingAWSProvision struct + NotifyUrl string + OrganizationalUnits []string + SkipAccounts *[]string + type OnboardingID = openapi_types.UUID + type OrganizationalUnitID = string + type Page = int64 + type PatchV2SyncDestinationJSONRequestBody = SyncDestinationUpdateV2 + type PatchV2SyncDestinationResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncDestination + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParsePatchV2SyncDestinationResponse(rsp *http.Response) (*PatchV2SyncDestinationResponse, error) + func (r PatchV2SyncDestinationResponse) Status() string + func (r PatchV2SyncDestinationResponse) StatusCode() int + type PerPage = int64 + type PlatformCreateInsightFilterJSONRequestBody = PlatformInsightFilterCreate + type PlatformCreateInsightFilterResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *PlatformInsightFilter + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParsePlatformCreateInsightFilterResponse(rsp *http.Response) (*PlatformCreateInsightFilterResponse, error) + func (r PlatformCreateInsightFilterResponse) Status() string + func (r PlatformCreateInsightFilterResponse) StatusCode() int + type PlatformDataSettings struct + OwnershipTags []string + type PlatformDataSettingsUpdate struct + OwnershipTags *[]string + type PlatformDeleteInsightFilterResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParsePlatformDeleteInsightFilterResponse(rsp *http.Response) (*PlatformDeleteInsightFilterResponse, error) + func (r PlatformDeleteInsightFilterResponse) Status() string + func (r PlatformDeleteInsightFilterResponse) StatusCode() int + type PlatformGetInsightFilterByIDResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PlatformInsightFilter + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParsePlatformGetInsightFilterByIDResponse(rsp *http.Response) (*PlatformGetInsightFilterByIDResponse, error) + func (r PlatformGetInsightFilterByIDResponse) Status() string + func (r PlatformGetInsightFilterByIDResponse) StatusCode() int + type PlatformInsightFilter struct + Accounts *[]string + Clouds *[]string + CreatedAt time.Time + Description *string + GroupBy *[]string + Id openapi_types.UUID + InsightCategory *[]string + Name string + OwnershipTags *map[string][]string + Regions *[]string + ResourceTypes *[]string + Search *string + Severities *[]InsightSeverity + Source *[]string + SourceCategory *[]string + Tags *[]string + UpdatedAt time.Time + UserID *UserID + type PlatformInsightFilterCreate struct + Accounts *[]string + Clouds *[]string + Description *string + GroupBy *[]string + InsightCategory *[]string + Name string + OwnershipTags *map[string][]string + Regions *[]string + ResourceTypes *[]string + Search *string + Severities *[]InsightSeverity + Source *[]string + SourceCategory *[]string + Tags *[]string + type PlatformInsightFilterUpdate struct + Accounts *[]string + Clouds *[]string + Description *string + GroupBy *[]string + InsightCategory *[]string + Name *string + OwnershipTags *map[string][]string + Regions *[]string + ResourceTypes *[]string + Search *string + Severities *[]InsightSeverity + Source *[]string + SourceCategory *[]string + Tags *[]string + type PlatformListInsightFiltersParams struct + GroupBy *[]string + InsightCategory *[]string + Page *Page + PerPage *PerPage + ResourceTypes *[]string + SearchTerm *string + Severities *[]InsightSeverity + Source *[]string + SourceCategory *[]string + Tags *[]string + type PlatformListInsightFiltersResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParsePlatformListInsightFiltersResponse(rsp *http.Response) (*PlatformListInsightFiltersResponse, error) + func (r PlatformListInsightFiltersResponse) Status() string + func (r PlatformListInsightFiltersResponse) StatusCode() int + type PlatformSettings struct + EnforceMfa bool + type PlatformSettingsUpdate struct + EnforceMfa *bool + type PlatformUpdateInsightFilterJSONRequestBody = PlatformInsightFilterUpdate + type PlatformUpdateInsightFilterResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PlatformInsightFilter + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParsePlatformUpdateInsightFilterResponse(rsp *http.Response) (*PlatformUpdateInsightFilterResponse, error) + func (r PlatformUpdateInsightFilterResponse) Status() string + func (r PlatformUpdateInsightFilterResponse) StatusCode() int + type PlatformVersion struct + CreatedAt time.Time + Name string + type Plugin struct + Category PluginCategory + CreatedAt time.Time + DisplayName string + FreeRowsPerMonth int64 + Homepage *string + Kind PluginKind + Logo string + Name PluginName + Official bool + PriceCategory *PluginPriceCategory + Public *bool + ReleaseStage PluginReleaseStage + Repository *string + ShortDescription string + TeamName TeamName + Tier PluginTier + USDPerRow string + UpdatedAt time.Time + type PluginAsset struct + Checksum string + Location string + type PluginCategory string + const PluginCategoryCloudFinops + const PluginCategoryCloudInfrastructure + const PluginCategoryCustomerSupport + const PluginCategoryDataWarehouses + const PluginCategoryDatabases + const PluginCategoryEngineeringAnalytics + const PluginCategoryFinance + const PluginCategoryFleetManagement + const PluginCategoryHumanResources + const PluginCategoryMarketingAnalytics + const PluginCategoryOther + const PluginCategoryProductAnalytics + const PluginCategoryProjectManagement + const PluginCategorySalesMarketing + const PluginCategorySecurity + const PluginCategoryShipmentTracking + type PluginExcludeReleaseStages = []PluginReleaseStage + type PluginIncludeReleaseStages = []PluginReleaseStage + type PluginKind string + const PluginKindDestination + const PluginKindSource + const PluginKindTransformer + type PluginName = string + type PluginPackageType string + const PluginPackageTypeDocker + const PluginPackageTypeNative + type PluginPriceCategory string + const PluginPriceCategoryApi + const PluginPriceCategoryDatabase + const PluginPriceCategoryFree + type PluginProtocols = []int + type PluginReleaseStage string + const PluginReleaseStageComingSoon + const PluginReleaseStageDeprecated + const PluginReleaseStageGa + const PluginReleaseStagePreview + type PluginSortBy string + const PluginSortByCreatedAt + const PluginSortByDownloads + const PluginSortByName + const PluginSortByUpdatedAt + type PluginSpecJSONSchema = string + type PluginTable struct + Description string + IsIncremental bool + IsPaid *bool + Name PluginTableName + Parent *string + Relations []string + Title string + type PluginTableColumn struct + Description string + IncrementalKey bool + Name string + NotNull bool + PrimaryKey bool + Type string + TypeSchema *string + Unique bool + type PluginTableDetails struct + Columns []PluginTableColumn + Description string + IsIncremental bool + IsPaid *bool + Name string + Parent *string + PermissionsNeeded []string + Relations []string + Title string + type PluginTableName = string + type PluginTeam = TeamName + type PluginTier string + const PluginTierFree + const PluginTierOpenCore + const PluginTierPaid + type PluginVersion struct + Checksums []string + CreatedAt time.Time + Draft bool + Message string + Name VersionName + PackageType PluginPackageType + Protocols PluginProtocols + PublishedAt *time.Time + Retracted bool + SpecJsonSchema *PluginSpecJSONSchema + SupportedTargets []string + type PluginVersionBase struct + Checksums []string + CreatedAt time.Time + Draft bool + Message string + Name VersionName + PackageType PluginPackageType + Protocols PluginProtocols + PublishedAt *time.Time + Retracted bool + SupportedTargets []string + type PluginVersionDetails struct + Checksums []string + CreatedAt time.Time + Draft bool + ExampleConfig string + Message string + Name VersionName + PackageType PluginPackageType + Protocols PluginProtocols + PublishedAt *time.Time + Retracted bool + SpecJsonSchema *PluginSpecJSONSchema + SupportedTargets []string + UIBaseURL *string + UIBaseURLv2 *string + type PluginVersionList = PluginVersionBase + type Policy struct + CreatedAt time.Time + CreatedByUserID openapi_types.UUID + Description string + Name string + NotificationDestinations *[]NotificationDestinationListItem + PolicyDomain PolicyDomain + PolicyGroups *[]PolicyGroup + PolicyID PolicyID + PolicySeverity PolicySeverity + PolicyStatus PolicyStatus + Query string + QueryID QueryID + RunAt *time.Time + TeamName string + UpdatedAt time.Time + UpdatedByUserID *openapi_types.UUID + ViolationCount *int + type PolicyCreate struct + Description *string + Name string + NotificationDestinationIds *[]openapi_types.UUID + PolicyDomain PolicyDomain + PolicyGroupIds *[]openapi_types.UUID + PolicySeverity PolicySeverity + Query string + type PolicyDomain string + const PolicyDomainCompliance + const PolicyDomainFinops + const PolicyDomainGovernance + const PolicyDomainOperations + const PolicyDomainSecurity + type PolicyEvaluationLog struct + Id openapi_types.UUID + PolicyID PolicyID + RunAt time.Time + ViolationCount int + type PolicyGroup struct + CreatedAt time.Time + Description string + Id openapi_types.UUID + Name string + UpdatedAt time.Time + type PolicyGroupCreate struct + Description *string + Name string + PolicyIds *[]openapi_types.UUID + type PolicyGroupID = openapi_types.UUID + type PolicyGroupUpdate struct + Description *string + Name *string + PolicyIds *[]openapi_types.UUID + type PolicyGroupWithCounts struct + CreatedAt time.Time + Description string + Id openapi_types.UUID + Name string + PolicyCount *int + UpdatedAt time.Time + ViolationCountCritical *int + ViolationCountHigh *int + ViolationCountLow *int + ViolationCountMedium *int + type PolicyID = openapi_types.UUID + type PolicyMetrics struct + HighSeverityViolations int + TotalActiveViolations int + ViolationsThisWeek int + type PolicySeverity string + const PolicySeverityCritical + const PolicySeverityHigh + const PolicySeverityLow + const PolicySeverityMedium + type PolicyStatus string + const PolicyStatusActive + const PolicyStatusPaused + type PolicyUpdate struct + Description *string + Name *string + NotificationDestinationIds *[]openapi_types.UUID + PolicyDomain *PolicyDomain + PolicyGroupIds *[]openapi_types.UUID + PolicySeverity *PolicySeverity + Query *string + type PolicyViolation struct + Cloud string + CqAccountName string + CqPlatformId string + Name string + Region string + ResourceTypeLabel string + Tags *[]string + type PromoteSAMLRolloverCertificateJSONBody struct + Fingerprint string + type PromoteSAMLRolloverCertificateJSONRequestBody PromoteSAMLRolloverCertificateJSONBody + type PromoteSAMLRolloverCertificateResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SAMLConfig + JSON400 *BadRequest + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParsePromoteSAMLRolloverCertificateResponse(rsp *http.Response) (*PromoteSAMLRolloverCertificateResponse, error) + func (r PromoteSAMLRolloverCertificateResponse) Status() string + func (r PromoteSAMLRolloverCertificateResponse) StatusCode() int + type PromoteSyncDestinationTestConnection struct + DisplayName *DisplayName + MigrateMode *SyncDestinationMigrateMode + Name string + OverwriteDestination *bool + SendSyncSummary *bool + WriteMode *SyncDestinationWriteMode + type PromoteSyncDestinationTestConnectionJSONRequestBody = PromoteSyncDestinationTestConnection + type PromoteSyncDestinationTestConnectionResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncDestination + JSON201 *SyncDestination + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParsePromoteSyncDestinationTestConnectionResponse(rsp *http.Response) (*PromoteSyncDestinationTestConnectionResponse, error) + func (r PromoteSyncDestinationTestConnectionResponse) Status() string + func (r PromoteSyncDestinationTestConnectionResponse) StatusCode() int + type PromoteSyncSourceTestConnection struct + DestinationNames *[]SyncDestinationNameField + DisplayName *DisplayName + Name string + OverwriteSource *bool + SkipTables *[]string + Tables []string + type PromoteSyncSourceTestConnectionJSONRequestBody = PromoteSyncSourceTestConnection + type PromoteSyncSourceTestConnectionResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncSource + JSON201 *SyncSource + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParsePromoteSyncSourceTestConnectionResponse(rsp *http.Response) (*PromoteSyncSourceTestConnectionResponse, error) + func (r PromoteSyncSourceTestConnectionResponse) Status() string + func (r PromoteSyncSourceTestConnectionResponse) StatusCode() int + type ProvisionOnboardingConfigurationJSONRequestBody = OnboardingAWSProvision + type ProvisionOnboardingConfigurationResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseProvisionOnboardingConfigurationResponse(rsp *http.Response) (*ProvisionOnboardingConfigurationResponse, error) + func (r ProvisionOnboardingConfigurationResponse) Status() string + func (r ProvisionOnboardingConfigurationResponse) StatusCode() int + type Query struct + Alert *Alert + AlertConfigured bool + Columns []string + CreatedAt time.Time + Description *string + Name string + Query QueryExpression + QueryID QueryID + Tags []QueryTag + UserID *UserID + ViewName *QueryViewName + type QueryColumnFilter = []string + type QueryCreate struct + Alert *AlertCreate + Description *string + Name string + Public bool + Query string + Tags []QueryTag + ViewName *QueryViewName + type QueryDetail struct + Alert *AlertDetail + AlertConfigured bool + Columns []string + CreatedAt time.Time + Description *string + Name string + Query QueryExpression + QueryID QueryID + Tags []QueryTag + UserID *UserID + ViewName *QueryViewName + type QueryExpression = string + type QueryFilter = string + type QueryID = openapi_types.UUID + type QueryListFilterTagsParams struct + Page *Page + PerPage *PerPage + type QueryListFilterTagsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseQueryListFilterTagsResponse(rsp *http.Response) (*QueryListFilterTagsResponse, error) + func (r QueryListFilterTagsResponse) Status() string + func (r QueryListFilterTagsResponse) StatusCode() int + type QueryListFiltersParams struct + FilterTags *FilterTags + Page *Page + PerPage *PerPage + type QueryListFiltersResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseQueryListFiltersResponse(rsp *http.Response) (*QueryListFiltersResponse, error) + func (r QueryListFiltersResponse) Status() string + func (r QueryListFiltersResponse) StatusCode() int + type QueryNameFilter = string + type QuerySaveFilterJSONRequestBody = FilterCreate + type QuerySaveFilterResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Filter + JSON201 *Filter + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseQuerySaveFilterResponse(rsp *http.Response) (*QuerySaveFilterResponse, error) + func (r QuerySaveFilterResponse) Status() string + func (r QuerySaveFilterResponse) StatusCode() int + type QueryTag = string + type QueryTags = []QueryTag + type QueryUpdate struct + Alert *AlertUpdate + Description *string + Name *string + Public *bool + Query *string + Tags *[]QueryTag + ViewName *QueryViewName + type QueryViewName = string + type RBACPermission struct + CreatedAt time.Time + CreatedBy CreatedBy + Description string + Name string + NumberOfAffectedRoles int + NumberOfAffectedUsers int + Query string + RBACPermissionID RBACPermissionID + UpdatedAt time.Time + type RBACPermissionCreate struct + Description string + DryRun *bool + Name string + Query string + type RBACPermissionID = openapi_types.UUID + type RBACPermissionSortBy string + const RBACPermissionSortByCreatedAt + const RBACPermissionSortByCreatedBy + const RBACPermissionSortByDescription + const RBACPermissionSortById + const RBACPermissionSortByName + const RBACPermissionSortByUpdatedAt + type RBACPermissionSortBys = []RBACPermissionSortBy + type RBACPermissionSortDirection string + const RBACPermissionSortDirectionAsc + const RBACPermissionSortDirectionDesc + type RBACPermissionSortDirections = []RBACPermissionSortDirection + type RBACPermissionUpdate struct + Description *string + Name *string + Query *string + type RBACRoleCreate struct + Description *string + Name string + Permissions []RBACPermissionID + type RBACRoleSortBy string + const RBACRoleSortByCreatedAt + const RBACRoleSortByCreatedBy + const RBACRoleSortByDescription + const RBACRoleSortById + const RBACRoleSortByName + const RBACRoleSortByUpdatedAt + type RBACRoleSortBys = []RBACRoleSortBy + type RBACRoleSortDirection string + const RBACRoleSortDirectionAsc + const RBACRoleSortDirectionDesc + type RBACRoleSortDirections = []RBACRoleSortDirection + type RBACRoleUpdate struct + Description *string + Name *string + Permissions *[]RBACPermissionID + type RelationColumnDef struct + Field string + Hidden *bool + Label string + Type *string + type RelationDef struct + Columns []RelationColumnDef + ResourceType string + SqlQuery string + Title string + type Report struct + Content string + CreatedAt *time.Time + CreatedBy *CreatedBy + Description string + ID openapi_types.UUID + Private bool + Title string + UpdatedAt *time.Time + UpdatedBy *CreatedBy + type ReportCreate struct + Content string + Description *string + Private *bool + TemplateID *openapi_types.UUID + Title string + type ReportSortBy string + const ReportSortByCreatedAt + const ReportSortByDescription + const ReportSortById + const ReportSortByPrivate + const ReportSortByTitle + const ReportSortByUpdatedAt + type ReportSortBys = []ReportSortBy + type ReportSortDirection string + const ReportSortDirectionAsc + const ReportSortDirectionDesc + type ReportSortDirections = []ReportSortDirection + type ReportTemplate struct + Content string + CreatedAt *time.Time + Description string + ID openapi_types.UUID + Title string + UpdatedAt *time.Time + Visible bool + type ReportTemplateCreateOrUpdate struct + Content *string + Description *string + Title *string + Visible *bool + type ReportTemplateSortBy string + const ReportTemplateSortByCreatedAt + const ReportTemplateSortByDescription + const ReportTemplateSortById + const ReportTemplateSortByTitle + const ReportTemplateSortByUpdatedAt + const ReportTemplateSortByVisible + type ReportTemplateSortBys = []ReportTemplateSortBy + type ReportTemplateSortDirection string + const ReportTemplateSortDirectionAsc + const ReportTemplateSortDirectionDesc + type ReportTemplateSortDirections = []ReportTemplateSortDirection + type ReportUpdate struct + Content *string + Description *string + Private *bool + TemplateID *openapi_types.UUID + Title *string + type RequestEditorFn func(ctx context.Context, req *http.Request) error + type RequiresAuthentication = BasicError + type RevokedNotification struct + Status interface{} + type Role struct + CreatedAt time.Time + CreatedBy CreatedBy + Description string + ID openapi_types.UUID + Name string + Permissions []RBACPermission + Type RoleType + UpdatedAt time.Time + type RoleID = openapi_types.UUID + type RoleType string + const RoleTypeAdminRead + const RoleTypeAdminWrite + const RoleTypeCI + const RoleTypeCustom + const RoleTypeGeneralRead + const RoleTypeGeneralWrite + const RoleTypeSchemaOnly + type SAMLConfig struct + CanEnable bool + CertificateExpiresAt *time.Time + CertificateFingerprint *string + DefaultRoles []Role + DisableAccessIfNoRoleGroup *bool + Enabled bool + LogoutURL *string + MetadataURL *string + MetadataXML *string + PlatformCertificateDownloadURL string + PlatformEntityID string + PlatformMetadataDownloadURL string + PlatformSSOURL string + RoleGroupKey *string + RoleMappings map[string][]Role + RolloverCertificateExpiresAt *time.Time + RolloverCertificateFingerprint *string + type SAMLConfigUpdate struct + DefaultRoles *[]RoleID + DisableAccessIfNoRoleGroup *bool + Enabled *bool + LogoutURL *string + MetadataURL *string + MetadataXML *string + RoleGroupKey *string + RoleMappings *map[string][]RoleID + type SaveCustomColumnJSONRequestBody = CustomColumnCreateOrUpdate + type SaveCustomColumnResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *CustomColumn + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseSaveCustomColumnResponse(rsp *http.Response) (*SaveCustomColumnResponse, error) + func (r SaveCustomColumnResponse) Status() string + func (r SaveCustomColumnResponse) StatusCode() int + type SaveQueryJSONRequestBody = QueryCreate + type SaveQueryResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *QueryDetail + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseSaveQueryResponse(rsp *http.Response) (*SaveQueryResponse, error) + func (r SaveQueryResponse) Status() string + func (r SaveQueryResponse) StatusCode() int + type Selects = []TableSelect + type SendAnonymousEventJSONBody struct + AnonymousID string + Name string + Properties *map[string]interface{} + type SendAnonymousEventJSONRequestBody SendAnonymousEventJSONBody + type SendAnonymousEventResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON404 *NotFound + JSON429 *TooManyRequests + JSON500 *InternalError + func ParseSendAnonymousEventResponse(rsp *http.Response) (*SendAnonymousEventResponse, error) + func (r SendAnonymousEventResponse) Status() string + func (r SendAnonymousEventResponse) StatusCode() int + type SendMessageJSONRequestBody = ConversationSendMessage + type SendMessageResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *ConversationMessage + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseSendMessageResponse(rsp *http.Response) (*SendMessageResponse, error) + func (r SendMessageResponse) Status() string + func (r SendMessageResponse) StatusCode() int + type SendUserEventJSONBody struct + Name string + Properties *map[string]interface{} + type SendUserEventJSONRequestBody SendUserEventJSONBody + type SendUserEventResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseSendUserEventResponse(rsp *http.Response) (*SendUserEventResponse, error) + func (r SendUserEventResponse) Status() string + func (r SendUserEventResponse) StatusCode() int + type ServiceUnavailable = BasicError + type SlackChannel struct + Id string + IsArchived *bool + IsPrivate *bool + Name string + type SlackConnection struct + CreatedAt time.Time + Id openapi_types.UUID + SlackWorkspaceID string + TeamName string + UpdatedAt time.Time + type SlackConnectionCreate struct + Code string + RedirectUri *string + type SortBys = []TableSortBy + type SortDirections = []TableSortDirection + type StartedNotification struct + Status interface{} + type Sync struct + CPU string + CreatedAt time.Time + CreatedBy *string + Destinations []string + Disabled bool + DisplayName DisplayName + Memory string + Name string + Schedule string + Source string + UpdatedAt time.Time + type SyncCreate struct + CPU *string + Destinations []string + Disabled *bool + DisplayName *DisplayName + Memory *string + Name string + Schedule *string + Source string + type SyncDestination struct + CreatedAt time.Time + DisplayName DisplayName + Draft bool + Env []SyncEnv + LastUpdateSource SyncLastUpdateSource + MigrateMode SyncDestinationMigrateMode + Name string + Path SyncPluginPath + PreviousVersion *string + SendSyncSummary *bool + Spec map[string]interface{} + SyncGroupID *string + Transformers []string + UpdatedAt time.Time + Version string + WriteMode SyncDestinationWriteMode + type SyncDestinationCreate struct + DisplayName *DisplayName + Env *[]SyncEnvCreate + LastUpdateSource *SyncLastUpdateSource + MigrateMode *SyncDestinationMigrateMode + Name string + Path SyncPluginPath + SendSyncSummary *bool + Spec *map[string]interface{} + SyncGroupID *string + Transformers *[]string + Version string + WriteMode *SyncDestinationWriteMode + type SyncDestinationMigrateMode string + const SyncDestinationMigrateModeForced + const SyncDestinationMigrateModeSafe + type SyncDestinationMigrateModeUpdate string + const SyncDestinationMigrateModeUpdateForced + const SyncDestinationMigrateModeUpdateSafe + type SyncDestinationName = string + type SyncDestinationNameField = string + type SyncDestinationTestConnection struct + CompletedAt *time.Time + CreatedAt time.Time + FailureCode *string + FailureReason *string + ID ID + PluginPath *SyncPluginPath + PluginVersion *VersionName + Status SyncTestConnectionStatus + SyncGroupID *string + type SyncDestinationTestConnectionCreate struct + DestinationName *string + Env *[]SyncEnvCreate + MigrateMode *SyncDestinationMigrateMode + Path SyncPluginPath + Spec *map[string]interface{} + SyncGroupID *string + Version string + WriteMode *SyncDestinationWriteMode + type SyncDestinationTestConnectionID = openapi_types.UUID + type SyncDestinationTestConnectionV2 struct + CompletedAt *time.Time + CreatedAt time.Time + FailureCode *string + FailureReason *string + ID ID + PluginPath *SyncPluginPath + PluginVersion *VersionName + Status SyncTestConnectionStatus + SyncGroupID *string + type SyncDestinationUpdate struct + DisplayName *DisplayName + LastUpdateSource *SyncLastUpdateSource + MigrateMode *SyncDestinationMigrateModeUpdate + SendSyncSummary *bool + Transformers *[]string + WriteMode *SyncDestinationWriteModeUpdate + type SyncDestinationUpdateV2 struct + Disabled *bool + DisplayName *DisplayName + LastUpdateSource *SyncLastUpdateSource + MigrateMode *SyncDestinationMigrateModeUpdate + SendSyncSummary *bool + Transformers *[]string + WriteMode *SyncDestinationWriteModeUpdate + type SyncDestinationV2 struct + CreatedAt time.Time + Disabled bool + DisplayName DisplayName + Draft bool + Env []SyncEnv + LastRun *SyncRun + LastUpdateSource SyncLastUpdateSource + MigrateMode SyncDestinationMigrateMode + Name string + Path SyncPluginPath + Plugin *Plugin + PreviousVersion *string + SendSyncSummary *bool + Spec map[string]interface{} + SyncGroupID *string + Transformers []string + UpdatedAt time.Time + Version string + WriteMode SyncDestinationWriteMode + type SyncDestinationWriteMode string + const SyncDestinationWriteModeAppend + const SyncDestinationWriteModeOverwrite + const SyncDestinationWriteModeOverwriteDeleteStale + type SyncDestinationWriteModeUpdate string + const SyncDestinationWriteModeUpdateAppend + const SyncDestinationWriteModeUpdateOverwrite + const SyncDestinationWriteModeUpdateOverwriteDeleteStale + type SyncEnv struct + Name string + type SyncEnvCreate struct + Name string + Value *string + type SyncGenericSortBy string + const SyncGenericSortByCreatedAt + const SyncGenericSortByDisplayName + const SyncGenericSortByDraft + const SyncGenericSortByName + const SyncGenericSortByPath + const SyncGenericSortByUpdatedAt + const SyncGenericSortByVersion + type SyncGenericSortBys = []SyncGenericSortBy + type SyncIntegrationCreateV2 struct + DestinationNames []SyncDestinationNameField + Disabled *bool + DisplayName *DisplayName + Name string + Schedule *string + Source SyncIntegrationSourceCreateV2 + type SyncIntegrationExpandedV2 struct + CreatedAt *time.Time + CreatedBy *string + Destinations *[]SyncDestinationV2 + Disabled *bool + DisplayName *DisplayName + LastRun *ListSyncLastRun + Name string + Plugin *Plugin + Schedule *string + Source *SyncIntegrationSourceV2 + UpdatedAt *time.Time + type SyncIntegrationSourceCreateV2 struct + LastUpdateSource *SyncLastUpdateSource + SkipTables *[]string + Tables []string + TestConnectionID openapi_types.UUID + type SyncIntegrationSourceUpdateV2 struct + LastUpdateSource *SyncLastUpdateSource + SkipTables *[]string + Tables *[]string + TestConnectionID *openapi_types.UUID + type SyncIntegrationSourceV2 struct + Env []SyncEnv + LastUpdateSource *SyncLastUpdateSource + OnboardingID *OnboardingID + Path SyncPluginPath + SkipTables *[]string + Spec map[string]interface{} + Tables []string + TestConnectionID *openapi_types.UUID + Version string + type SyncIntegrationTestConnectionCreateV2 struct + Env *[]SyncEnvCreate + OnboardingID *OnboardingID + Path SyncPluginPath + SourceName *string + Spec *map[string]interface{} + Version *string + type SyncIntegrationTestConnectionV2 struct + CompletedAt *time.Time + CreatedAt time.Time + FailureCode *string + FailureReason *string + ID ID + PluginPath *SyncPluginPath + PluginVersion *VersionName + Status SyncTestConnectionStatus + type SyncIntegrationUpdateV2 struct + DestinationNames *[]SyncDestinationNameField + Disabled *bool + DisplayName *DisplayName + Schedule *string + Source *SyncIntegrationSourceUpdateV2 + type SyncIntegrationV2 struct + CreatedAt *time.Time + CreatedBy *string + Destinations *[]SyncDestinationV2 + Disabled *bool + DisplayName *DisplayName + Name string + Plugin *Plugin + Schedule *string + Source *SyncIntegrationSourceV2 + UpdatedAt *time.Time + type SyncLastUpdateSource string + const SyncLastUpdateSourceUi + const SyncLastUpdateSourceYaml + type SyncName = string + type SyncNameFilter = string + type SyncPluginPath = string + type SyncRun struct + CompletedAt *time.Time + CreatedAt time.Time + Errors int64 + ID openapi_types.UUID + Ingested bool + Migration *bool + Status SyncRunStatus + StatusReason *SyncRunStatusReason + SyncName string + TotalRows int64 + Warnings int64 + Workers *[]SyncRunWorkerStatus + type SyncRunDetails struct + CPUSeconds *float64 + CompletedAt *time.Time + CreatedAt time.Time + Errors int64 + ID openapi_types.UUID + Ingested bool + MemoryByteSeconds *float64 + Migration *bool + NetworkEgressBytes *float64 + Status SyncRunStatus + StatusReason *SyncRunStatusReason + SyncName string + TotalRows int64 + Warnings int64 + Workers *[]SyncRunWorkerStatus + type SyncRunID = openapi_types.UUID + type SyncRunId = SyncRunID + type SyncRunStats struct + CompletedTables uint64 + Errors uint64 + LastCompletedAt *time.Time + Panics uint64 + Resources uint64 + StartedAt time.Time + type SyncRunStatus string + const SyncRunStatusCancelled + const SyncRunStatusCompleted + const SyncRunStatusCreated + const SyncRunStatusFailed + const SyncRunStatusPending + const SyncRunStatusStarted + type SyncRunStatusReason string + const SyncRunStatusReasonError + const SyncRunStatusReasonIngestionFailed + const SyncRunStatusReasonOomKilled + const SyncRunStatusReasonPartialSuccess + type SyncRunTableProgress map[string]struct + type SyncRunTableSortBy string + const SyncRunTableSortByCompletedAt + const SyncRunTableSortByErrors + const SyncRunTableSortByName + const SyncRunTableSortByResources + const SyncRunTableSortByRuntimeSeconds + const SyncRunTableSortByStartedAt + type SyncRunTableSortBys = []SyncRunTableSortBy + type SyncRunTableStat struct + CompletedAt *time.Time + Errors *uint64 + Name string + Panics *uint64 + Resources *uint64 + RuntimeSeconds *int64 + ServiceName string + StartedAt time.Time + type SyncRunWorkerPhase string + const SyncRunWorkerPhaseFailed + const SyncRunWorkerPhasePending + const SyncRunWorkerPhaseRunning + const SyncRunWorkerPhaseSucceeded + const SyncRunWorkerPhaseUnknown + type SyncRunWorkerStatus struct + Phase SyncRunWorkerPhase + Reason *string + type SyncSortBy string + const SyncSortByCpu + const SyncSortByCreatedAt + const SyncSortByCreatedBy + const SyncSortByDestinations + const SyncSortByDisabled + const SyncSortByDisplayName + const SyncSortByLastRunCompletedAt + const SyncSortByLastRunCreatedAt + const SyncSortByLastRunErrors + const SyncSortByLastRunMigration + const SyncSortByLastRunStatus + const SyncSortByLastRunTotalRows + const SyncSortByLastRunUpdatedAt + const SyncSortByLastRunWarnings + const SyncSortByMemory + const SyncSortByName + const SyncSortBySchedule + const SyncSortBySource + const SyncSortByUpdatedAt + type SyncSortBys = []SyncSortBy + type SyncSortDirection string + const SyncSortDirectionAsc + const SyncSortDirectionDesc + type SyncSortDirections = []SyncSortDirection + type SyncSource struct + CreatedAt time.Time + DisplayName DisplayName + Draft bool + Env []SyncEnv + LastUpdateSource SyncLastUpdateSource + Name string + OnboardingID *OnboardingID + Path SyncPluginPath + PreviousVersion *string + SkipTables []string + Spec map[string]interface{} + Tables []string + UpdatedAt time.Time + Version string + type SyncSourceCreate struct + DisplayName *DisplayName + Env *[]SyncEnvCreate + LastUpdateSource *SyncLastUpdateSource + Name string + OnboardingID *OnboardingID + Path SyncPluginPath + SkipTables *[]string + Spec *map[string]interface{} + Tables []string + Version string + type SyncSourceName = string + type SyncSourceTestConnection struct + CompletedAt *time.Time + CreatedAt time.Time + FailureCode *string + FailureReason *string + ID ID + PluginPath *SyncPluginPath + PluginVersion *VersionName + Status SyncTestConnectionStatus + type SyncSourceTestConnectionCreate struct + Env *[]SyncEnvCreate + OnboardingID *OnboardingID + Path SyncPluginPath + SourceName *string + Spec *map[string]interface{} + Version string + type SyncSourceTestConnectionID = openapi_types.UUID + type SyncSourceUpdate struct + DestinationNames *[]SyncDestinationNameField + DisplayName *DisplayName + LastUpdateSource *SyncLastUpdateSource + SkipTables *[]string + Tables *[]string + type SyncTestConnection struct + CompletedAt *time.Time + CreatedAt time.Time + FailureCode *string + FailureReason *string + ID ID + PluginKind *PluginKind + PluginPath *SyncPluginPath + PluginVersion *VersionName + Status SyncTestConnectionStatus + type SyncTestConnectionId = ID + type SyncTestConnectionStatus string + const SyncTestConnectionStatusCompleted + const SyncTestConnectionStatusCreated + const SyncTestConnectionStatusFailed + const SyncTestConnectionStatusStarted + type SyncTransformer struct + CreatedAt time.Time + DisplayName DisplayName + Draft bool + Env []SyncEnv + LastUpdateSource SyncLastUpdateSource + Name string + Path SyncPluginPath + Spec map[string]interface{} + UpdatedAt time.Time + Version string + type SyncTransformerCreate struct + DisplayName *DisplayName + Env *[]SyncEnvCreate + LastUpdateSource *SyncLastUpdateSource + Name string + Path SyncPluginPath + Spec *map[string]interface{} + Version string + type SyncTransformerName = string + type SyncTransformerUpdate struct + DisplayName *DisplayName + LastUpdateSource *SyncLastUpdateSource + type SyncUpdate struct + CPU *string + Destinations *[]string + Disabled *bool + DisplayName *DisplayName + Env *[]SyncEnv + Memory *string + Schedule *string + Source *string + type SyncUpgrade struct + CreatedAt time.Time + DisplayNames []string + Kind PluginKind + Names []string + NewVersion string + Path SyncPluginPath + PlatformVersion string + PrevVersion string + type SyncUpgradesKindFilter = PluginKind + type SyncUpgradesPathFilter = SyncPluginPath + type SyncUpgradesPlatformVersionFilter = string + type SyncUpgradesSortBys = []string + type TableColumnListItem struct + Kind TableSchemaColumnKind + Name TableColumnName + Nullable bool + type TableColumnListValuesParams struct + Filter *TableColumnValueFilter + FilterMode *TableColumnListValuesParamsFilterMode + Page *Page + PerPage *PerPage + type TableColumnListValuesParamsFilterMode string + const TableColumnListValuesParamsFilterModeColumn + const TableColumnListValuesParamsFilterModeSearch + const TableColumnListValuesParamsFilterModeSmart + type TableColumnListValuesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseTableColumnListValuesResponse(rsp *http.Response) (*TableColumnListValuesResponse, error) + func (r TableColumnListValuesResponse) Status() string + func (r TableColumnListValuesResponse) StatusCode() int + type TableColumnName = string + type TableColumnNameFilter = string + type TableColumnValueFilter = string + type TableColumnValueListItem struct + Kind TableSchemaColumnKind + Value *string + type TableData struct + Columns []struct{ ... } + Query *QueryExpression + Rows [][]interface{} + type TableDataAction struct + Action TableDataActionAction + Sources map[string][]string + type TableDataActionAction string + const TableDataActionActionDelete + type TableDataListItem struct + DisplayName *string + Plugin *SyncPluginPath + SourceName string + Tables []struct{ ... } + type TableFilterMode string + const TableFilterModeColumn + const TableFilterModeSearch + const TableFilterModeSmart + type TableGroupBy = string + type TableListColumnsParams struct + Filter *TableColumnNameFilter + FilterMode *TableListColumnsParamsFilterMode + Page *Page + PerPage *PerPage + type TableListColumnsParamsFilterMode string + const TableListColumnsParamsFilterModeColumn + const TableListColumnsParamsFilterModeSearch + const TableListColumnsParamsFilterModeSmart + type TableListColumnsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseTableListColumnsResponse(rsp *http.Response) (*TableListColumnsResponse, error) + func (r TableListColumnsResponse) Status() string + func (r TableListColumnsResponse) StatusCode() int + type TableListFilterTagsParams struct + Page *Page + PerPage *PerPage + type TableListFilterTagsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseTableListFilterTagsResponse(rsp *http.Response) (*TableListFilterTagsResponse, error) + func (r TableListFilterTagsResponse) Status() string + func (r TableListFilterTagsResponse) StatusCode() int + type TableListFiltersParams struct + FilterTags *FilterTags + Page *Page + PerPage *PerPage + type TableListFiltersResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseTableListFiltersResponse(rsp *http.Response) (*TableListFiltersResponse, error) + func (r TableListFiltersResponse) Status() string + func (r TableListFiltersResponse) StatusCode() int + type TableListItem struct + Name TableName + type TableListRowsParams struct + FilterIDs FilterIDs + FilterMode *TableListRowsParamsFilterMode + Filters Filters + GroupBys GroupBys + Page *Page + PerPage *PerPage + Selects Selects + SortBys SortBys + SortDirections SortDirections + type TableListRowsParamsFilterMode string + const TableListRowsParamsFilterModeColumn + const TableListRowsParamsFilterModeSearch + const TableListRowsParamsFilterModeSmart + type TableListRowsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseTableListRowsResponse(rsp *http.Response) (*TableListRowsResponse, error) + func (r TableListRowsResponse) Status() string + func (r TableListRowsResponse) StatusCode() int + type TableName = string + type TableRow map[string]interface + type TableRowByIdParams struct + FilterIDs FilterIDs + FilterMode *TableRowByIdParamsFilterMode + Filters Filters + type TableRowByIdParamsFilterMode string + const TableRowByIdParamsFilterModeColumn + const TableRowByIdParamsFilterModeSearch + const TableRowByIdParamsFilterModeSmart + type TableRowByIdResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseTableRowByIdResponse(rsp *http.Response) (*TableRowByIdResponse, error) + func (r TableRowByIdResponse) Status() string + func (r TableRowByIdResponse) StatusCode() int + type TableRowFieldMatch struct + EndIndex *int64 + Key string + StartIndex *int64 + Value string + type TableRowID = string + type TableRowId = TableRowID + type TableSaveFilterJSONRequestBody = FilterCreate + type TableSaveFilterResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Filter + JSON201 *Filter + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseTableSaveFilterResponse(rsp *http.Response) (*TableSaveFilterResponse, error) + func (r TableSaveFilterResponse) Status() string + func (r TableSaveFilterResponse) StatusCode() int + type TableSchema = []TableSchemaColumn + type TableSchemaColumn struct + Comment string + DefaultExpression string + DefaultKind string + Kind TableSchemaColumnKind + Name string + Nullable bool + Type string + type TableSchemaColumnKind string + const TableSchemaColumnKindAny + const TableSchemaColumnKindArray + const TableSchemaColumnKindBool + const TableSchemaColumnKindDate + const TableSchemaColumnKindDatetime + const TableSchemaColumnKindEnum + const TableSchemaColumnKindMap + const TableSchemaColumnKindNumber + const TableSchemaColumnKindString + const TableSchemaColumnKindTuple + const TableSchemaColumnKindUnknown + const TableSchemaColumnKindUuid + type TableSchemaResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseTableSchemaResponse(rsp *http.Response) (*TableSchemaResponse, error) + func (r TableSchemaResponse) Status() string + func (r TableSchemaResponse) StatusCode() int + type TableSelect = string + type TableSortBy = string + type TableSortDirection string + const TableSortDirectionAsc + const TableSortDirectionDesc + type TablesDataActionJSONRequestBody = TableDataAction + type TablesDataActionResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseTablesDataActionResponse(rsp *http.Response) (*TablesDataActionResponse, error) + func (r TablesDataActionResponse) Status() string + func (r TablesDataActionResponse) StatusCode() int + type TargetName = string + type Team struct + Name TeamName + type TeamName = string + type TestNotificationDestinationResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *NotificationDestinationTestResponse + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON429 *TooManyRequests + JSON500 *InternalError + func ParseTestNotificationDestinationResponse(rsp *http.Response) (*TestNotificationDestinationResponse, error) + func (r TestNotificationDestinationResponse) Status() string + func (r TestNotificationDestinationResponse) StatusCode() int + type TestUnsavedAlertJSONRequestBody = AlertCreate + type TestUnsavedAlertParams struct + QueryID *QueryID + type TestUnsavedAlertResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseTestUnsavedAlertResponse(rsp *http.Response) (*TestUnsavedAlertResponse, error) + func (r TestUnsavedAlertResponse) Status() string + func (r TestUnsavedAlertResponse) StatusCode() int + type TestUnsavedNotificationDestinationJSONRequestBody = NotificationDestinationData + type TestUnsavedNotificationDestinationResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *NotificationDestinationTestResponse + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseTestUnsavedNotificationDestinationResponse(rsp *http.Response) (*TestUnsavedNotificationDestinationResponse, error) + func (r TestUnsavedNotificationDestinationResponse) Status() string + func (r TestUnsavedNotificationDestinationResponse) StatusCode() int + type TogglePolicyResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Policy + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseTogglePolicyResponse(rsp *http.Response) (*TogglePolicyResponse, error) + func (r TogglePolicyResponse) Status() string + func (r TogglePolicyResponse) StatusCode() int + type TooManyRequests = BasicError + type UnprocessableEntity = FieldError + type UpdateCurrentUserJSONBody struct + Name *UserName + TrackingOptIn *bool + type UpdateCurrentUserJSONRequestBody UpdateCurrentUserJSONBody + type UpdateCurrentUserResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *User + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON405 *MethodNotAllowed + JSON500 *InternalError + func ParseUpdateCurrentUserResponse(rsp *http.Response) (*UpdateCurrentUserResponse, error) + func (r UpdateCurrentUserResponse) Status() string + func (r UpdateCurrentUserResponse) StatusCode() int + type UpdateCustomColumnJSONRequestBody = CustomColumnCreateOrUpdate + type UpdateCustomColumnResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *CustomColumn + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateCustomColumnResponse(rsp *http.Response) (*UpdateCustomColumnResponse, error) + func (r UpdateCustomColumnResponse) Status() string + func (r UpdateCustomColumnResponse) StatusCode() int + type UpdateCustomerJSONBody struct + CompanyName *string + FirstName string + LastName string + LearnedAboutCqFrom *string + LearnedAboutCqFromOther *string + Phone *string + type UpdateCustomerJSONRequestBody UpdateCustomerJSONBody + type UpdateCustomerResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateCustomerResponse(rsp *http.Response) (*UpdateCustomerResponse, error) + func (r UpdateCustomerResponse) Status() string + func (r UpdateCustomerResponse) StatusCode() int + type UpdateDataSettingsJSONRequestBody = PlatformDataSettingsUpdate + type UpdateDataSettingsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PlatformDataSettings + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateDataSettingsResponse(rsp *http.Response) (*UpdateDataSettingsResponse, error) + func (r UpdateDataSettingsResponse) Status() string + func (r UpdateDataSettingsResponse) StatusCode() int + type UpdateFilterJSONRequestBody = FilterUpdate + type UpdateFilterResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Filter + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateFilterResponse(rsp *http.Response) (*UpdateFilterResponse, error) + func (r UpdateFilterResponse) Status() string + func (r UpdateFilterResponse) StatusCode() int + type UpdateNotificationDestinationJSONRequestBody = NotificationDestinationUpdate + type UpdateNotificationDestinationResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *NotificationDestination + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateNotificationDestinationResponse(rsp *http.Response) (*UpdateNotificationDestinationResponse, error) + func (r UpdateNotificationDestinationResponse) Status() string + func (r UpdateNotificationDestinationResponse) StatusCode() int + type UpdatePolicyGroupJSONRequestBody = PolicyGroupUpdate + type UpdatePolicyGroupResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PolicyGroup + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdatePolicyGroupResponse(rsp *http.Response) (*UpdatePolicyGroupResponse, error) + func (r UpdatePolicyGroupResponse) Status() string + func (r UpdatePolicyGroupResponse) StatusCode() int + type UpdatePolicyJSONRequestBody = PolicyUpdate + type UpdatePolicyResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Policy + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdatePolicyResponse(rsp *http.Response) (*UpdatePolicyResponse, error) + func (r UpdatePolicyResponse) Status() string + func (r UpdatePolicyResponse) StatusCode() int + type UpdateQueryJSONRequestBody = QueryUpdate + type UpdateQueryResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *QueryDetail + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateQueryResponse(rsp *http.Response) (*UpdateQueryResponse, error) + func (r UpdateQueryResponse) Status() string + func (r UpdateQueryResponse) StatusCode() int + type UpdateRBACPermissionJSONRequestBody = RBACPermissionUpdate + type UpdateRBACPermissionResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *RBACPermission + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateRBACPermissionResponse(rsp *http.Response) (*UpdateRBACPermissionResponse, error) + func (r UpdateRBACPermissionResponse) Status() string + func (r UpdateRBACPermissionResponse) StatusCode() int + type UpdateRBACRoleJSONRequestBody = RBACRoleUpdate + type UpdateRBACRoleResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Role + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateRBACRoleResponse(rsp *http.Response) (*UpdateRBACRoleResponse, error) + func (r UpdateRBACRoleResponse) Status() string + func (r UpdateRBACRoleResponse) StatusCode() int + type UpdateReportJSONRequestBody = ReportUpdate + type UpdateReportResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON403 *Forbidden + JSON404 *NotFound + func ParseUpdateReportResponse(rsp *http.Response) (*UpdateReportResponse, error) + func (r UpdateReportResponse) Status() string + func (r UpdateReportResponse) StatusCode() int + type UpdateReportTemplateJSONRequestBody = ReportTemplateCreateOrUpdate + type UpdateReportTemplateResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON403 *Forbidden + JSON404 *NotFound + func ParseUpdateReportTemplateResponse(rsp *http.Response) (*UpdateReportTemplateResponse, error) + func (r UpdateReportTemplateResponse) Status() string + func (r UpdateReportTemplateResponse) StatusCode() int + type UpdateSAMLJSONRequestBody = SAMLConfigUpdate + type UpdateSAMLResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SAMLConfig + JSON400 *BadRequest + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateSAMLResponse(rsp *http.Response) (*UpdateSAMLResponse, error) + func (r UpdateSAMLResponse) Status() string + func (r UpdateSAMLResponse) StatusCode() int + type UpdateSettingsJSONRequestBody = PlatformSettingsUpdate + type UpdateSettingsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PlatformSettings + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateSettingsResponse(rsp *http.Response) (*UpdateSettingsResponse, error) + func (r UpdateSettingsResponse) Status() string + func (r UpdateSettingsResponse) StatusCode() int + type UpdateSyncDestinationJSONRequestBody = SyncDestinationUpdate + type UpdateSyncDestinationResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncDestination + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateSyncDestinationResponse(rsp *http.Response) (*UpdateSyncDestinationResponse, error) + func (r UpdateSyncDestinationResponse) Status() string + func (r UpdateSyncDestinationResponse) StatusCode() int + type UpdateSyncJSONRequestBody = SyncUpdate + type UpdateSyncResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Sync + JSON400 *BadRequest + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateSyncResponse(rsp *http.Response) (*UpdateSyncResponse, error) + func (r UpdateSyncResponse) Status() string + func (r UpdateSyncResponse) StatusCode() int + type UpdateSyncRunJSONBody struct + Status *SyncRunStatus + StatusReason *SyncRunStatusReason + type UpdateSyncRunJSONRequestBody UpdateSyncRunJSONBody + type UpdateSyncRunResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncRun + JSON400 *BadRequest + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateSyncRunResponse(rsp *http.Response) (*UpdateSyncRunResponse, error) + func (r UpdateSyncRunResponse) Status() string + func (r UpdateSyncRunResponse) StatusCode() int + type UpdateSyncSourceJSONRequestBody = SyncSourceUpdate + type UpdateSyncSourceResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncSource + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateSyncSourceResponse(rsp *http.Response) (*UpdateSyncSourceResponse, error) + func (r UpdateSyncSourceResponse) Status() string + func (r UpdateSyncSourceResponse) StatusCode() int + type UpdateSyncTestConnectionForSyncDestinationJSONBody struct + FailureCode *string + FailureReason *string + Status SyncTestConnectionStatus + type UpdateSyncTestConnectionForSyncDestinationJSONRequestBody UpdateSyncTestConnectionForSyncDestinationJSONBody + type UpdateSyncTestConnectionForSyncDestinationResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncDestinationTestConnection + JSON400 *BadRequest + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateSyncTestConnectionForSyncDestinationResponse(rsp *http.Response) (*UpdateSyncTestConnectionForSyncDestinationResponse, error) + func (r UpdateSyncTestConnectionForSyncDestinationResponse) Status() string + func (r UpdateSyncTestConnectionForSyncDestinationResponse) StatusCode() int + type UpdateSyncTestConnectionForSyncDestinationTeamJSONBody struct + FailureCode *string + FailureReason *string + Status SyncTestConnectionStatus + type UpdateSyncTestConnectionForSyncDestinationTeamJSONRequestBody UpdateSyncTestConnectionForSyncDestinationTeamJSONBody + type UpdateSyncTestConnectionForSyncDestinationTeamResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncDestinationTestConnection + JSON400 *BadRequest + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateSyncTestConnectionForSyncDestinationTeamResponse(rsp *http.Response) (*UpdateSyncTestConnectionForSyncDestinationTeamResponse, error) + func (r UpdateSyncTestConnectionForSyncDestinationTeamResponse) Status() string + func (r UpdateSyncTestConnectionForSyncDestinationTeamResponse) StatusCode() int + type UpdateSyncTestConnectionForSyncSourceJSONBody struct + FailureCode *string + FailureReason *string + Status SyncTestConnectionStatus + type UpdateSyncTestConnectionForSyncSourceJSONRequestBody UpdateSyncTestConnectionForSyncSourceJSONBody + type UpdateSyncTestConnectionForSyncSourceResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncSourceTestConnection + JSON400 *BadRequest + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateSyncTestConnectionForSyncSourceResponse(rsp *http.Response) (*UpdateSyncTestConnectionForSyncSourceResponse, error) + func (r UpdateSyncTestConnectionForSyncSourceResponse) Status() string + func (r UpdateSyncTestConnectionForSyncSourceResponse) StatusCode() int + type UpdateSyncTestConnectionForSyncSourceTeamJSONBody struct + FailureCode *string + FailureReason *string + Status SyncTestConnectionStatus + type UpdateSyncTestConnectionForSyncSourceTeamJSONRequestBody UpdateSyncTestConnectionForSyncSourceTeamJSONBody + type UpdateSyncTestConnectionForSyncSourceTeamResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncSourceTestConnection + JSON400 *BadRequest + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateSyncTestConnectionForSyncSourceTeamResponse(rsp *http.Response) (*UpdateSyncTestConnectionForSyncSourceTeamResponse, error) + func (r UpdateSyncTestConnectionForSyncSourceTeamResponse) Status() string + func (r UpdateSyncTestConnectionForSyncSourceTeamResponse) StatusCode() int + type UpdateSyncTransformerJSONRequestBody = SyncTransformerUpdate + type UpdateSyncTransformerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncTransformer + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateSyncTransformerResponse(rsp *http.Response) (*UpdateSyncTransformerResponse, error) + func (r UpdateSyncTransformerResponse) Status() string + func (r UpdateSyncTransformerResponse) StatusCode() int + type UpdateUserJSONBody struct + Email *string + Enabled *bool + Name *string + Password *string + Roles *[]RoleID + type UpdateUserJSONRequestBody UpdateUserJSONBody + type UpdateUserResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *User + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateUserResponse(rsp *http.Response) (*UpdateUserResponse, error) + func (r UpdateUserResponse) Status() string + func (r UpdateUserResponse) StatusCode() int + type UpdateV2SyncIntegrationJSONRequestBody = SyncIntegrationUpdateV2 + type UpdateV2SyncIntegrationResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SyncIntegrationV2 + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUpdateV2SyncIntegrationResponse(rsp *http.Response) (*UpdateV2SyncIntegrationResponse, error) + func (r UpdateV2SyncIntegrationResponse) Status() string + func (r UpdateV2SyncIntegrationResponse) StatusCode() int + type UsageSummary struct + Groups []UsageSummaryGroup + Metadata struct{ ... } + Values []UsageSummaryValue + type UsageSummaryGroup struct + Name string + Value string + type UsageSummaryMetadataAggregationPeriod string + const UsageSummaryMetadataAggregationPeriodDay + const UsageSummaryMetadataAggregationPeriodMonth + type UsageSummaryMetadataMetrics string + const UsageSummaryMetadataMetricsCloudEgressBytes + const UsageSummaryMetadataMetricsCloudVcpuSeconds + const UsageSummaryMetadataMetricsCloudVramByteSeconds + const UsageSummaryMetadataMetricsPaidRows + type UsageSummaryValue struct + CloudEgressBytes *[]int64 + CloudVcpuSeconds *[]int64 + CloudVramByteSeconds *[]int64 + PaidRows *[]int64 + Timestamp time.Time + type User struct + CreatedAt *time.Time + Email string + Enabled bool + ID openapi_types.UUID + LastLoginAt *time.Time + MFAConfigured bool + Name *UserName + ProfileImageURL *string + Provider UserProvider + Roles []Role + TrackingOptedIn *bool + UpdatedAt *time.Time + type UserID = openapi_types.UUID + type UserName = string + type UserProvider string + const UserProviderLocal + const UserProviderSaml + type UserTOTPDeleteResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON405 *MethodNotAllowed + JSON500 *InternalError + func ParseUserTOTPDeleteResponse(rsp *http.Response) (*UserTOTPDeleteResponse, error) + func (r UserTOTPDeleteResponse) Status() string + func (r UserTOTPDeleteResponse) StatusCode() int + type UserTOTPSetupResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON405 *MethodNotAllowed + JSON422 *UnprocessableEntity + JSON500 *InternalError + func ParseUserTOTPSetupResponse(rsp *http.Response) (*UserTOTPSetupResponse, error) + func (r UserTOTPSetupResponse) Status() string + func (r UserTOTPSetupResponse) StatusCode() int + type UserTOTPVerifyJSONBody struct + OTP string + type UserTOTPVerifyJSONRequestBody UserTOTPVerifyJSONBody + type UserTOTPVerifyParams struct + CqpSess *string + type UserTOTPVerifyResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON403 *Forbidden + JSON404 *NotFound + JSON405 *MethodNotAllowed + JSON422 *UnprocessableEntity + JSON429 *TooManyRequests + JSON500 *InternalError + func ParseUserTOTPVerifyResponse(rsp *http.Response) (*UserTOTPVerifyResponse, error) + func (r UserTOTPVerifyResponse) Status() string + func (r UserTOTPVerifyResponse) StatusCode() int + type VerifyAWSCUROnboardingResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *BadRequest + JSON401 *RequiresAuthentication + JSON404 *NotFound + JSON500 *InternalError + func ParseVerifyAWSCUROnboardingResponse(rsp *http.Response) (*VerifyAWSCUROnboardingResponse, error) + func (r VerifyAWSCUROnboardingResponse) Status() string + func (r VerifyAWSCUROnboardingResponse) StatusCode() int + type VersionFilter = string + type VersionName = string + type VersionSortBy string + const VersionSortByCreatedAt + type ViolationsByDomain struct + Items []ViolationsByDomainItem + TotalViolations int + type ViolationsByDomainItem struct + PolicyDomain PolicyDomain + ViolationCount int + type ViolationsHistory struct + Items []ViolationsHistoryItem + Metadata ViolationsHistoryMetadata + type ViolationsHistoryItem struct + Date openapi_types.Date + ViolationCount int + type ViolationsHistoryMetadata struct + EndDate openapi_types.Date + Interval string + StartDate openapi_types.Date Other modules containing this package github.com/cloudquery/cloudquery-platform-api-go