client

package module
v0.0.0-...-6905244 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2023 License: Apache-2.0 Imports: 20 Imported by: 1

README ¶

Go API client for client

Toae Runtime API provides programmatic control over Toae microservice securing your container, kubernetes and cloud deployments. The API abstracts away underlying infrastructure details like cloud provider, container distros, container orchestrator and type of deployment. This is one uniform API to manage and control security alerts, policies and response to alerts for microservices running anywhere i.e. managed pure greenfield container deployments or a mix of containers, VMs and serverless paradigms like AWS Fargate.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 2.0.0
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit https://toae.io

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import client "github.com/Sam12121/golang_toae_sdk/client"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value client.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), client.ContextServerIndex, 1)
Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value client.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), client.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using client.ContextOperationServerIndices and client.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), client.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), client.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
AuthenticationAPI AuthToken Post /toae/auth/token Get Access Token for API Token
AuthenticationAPI AuthTokenRefresh Post /toae/auth/token/refresh Refresh access token
AuthenticationAPI Login Post /toae/user/login Login API
AuthenticationAPI Logout Post /toae/user/logout Logout API
CloudNodesAPI ListCloudNodeAccount Post /toae/cloud-node/list/accounts List Cloud Node Accounts
CloudNodesAPI ListCloudProviders Get /toae/cloud-node/list/providers List Cloud Node Providers
CloudNodesAPI RegisterCloudNodeAccount Post /toae/cloud-node/account Register Cloud Node Account
CloudResourcesAPI IngestCloudResources Post /toae/ingest/cloud-resources Ingest Cloud resources
CloudScannerAPI CountResultsCloudComplianceScan Post /toae/scan/results/count/cloud-compliance Get Cloud Compliance Scan Results
CloudScannerAPI IngestCloudComplianceScanStatus Post /toae/ingest/cloud-compliance-status Ingest Cloud Compliances scan status
CloudScannerAPI IngestCloudCompliances Post /toae/ingest/cloud-compliance Ingest Cloud Compliances
CloudScannerAPI ListCloudComplianceScan Post /toae/scan/list/cloud-compliance Get Cloud Compliance Scans List
CloudScannerAPI ResultsCloudComplianceScan Post /toae/scan/results/cloud-compliance Get Cloud Compliance Scan Results
CloudScannerAPI StatusCloudComplianceScan Post /toae/scan/status/cloud-compliance Get Cloud Compliance Scan Status
CommonAPI Eula Get /toae/end-user-license-agreement Get End User License Agreement
CommonAPI GetScanReportFields Get /toae/scan/results/fields Get Scan Report Fields
CompletionAPI CompleteHostInfo Post /toae/complete/host Get Completion for host fields
CompletionAPI CompleteProcessInfo Post /toae/complete/process Get Completion for process fields
CompletionAPI CompleteVulnerabilityInfo Post /toae/complete/vulnerability Get Completion for vulnerability fields
ComplianceAPI CountResultsComplianceScan Post /toae/scan/results/count/compliance Get Compliance Scans Results
ComplianceAPI IngestComplianceScanStatus Post /toae/ingest/compliance-scan-logs Ingest Compliance Scan Status
ComplianceAPI IngestCompliances Post /toae/ingest/compliance Ingest Compliances
ComplianceAPI ListComplianceScan Post /toae/scan/list/compliance Get Compliance Scans List
ComplianceAPI ResultsComplianceScan Post /toae/scan/results/compliance Get Compliance Scans Results
ComplianceAPI StartComplianceScan Post /toae/scan/start/compliance Start Compliance Scan
ComplianceAPI StatusComplianceScan Post /toae/scan/status/compliance Get Compliance Scan Status
ComplianceAPI StopComplianceScan Post /toae/scan/stop/compliance Stop Compliance Scan
ControlsAPI DisableAgentPlugin Post /toae/controls/agent-plugins/disable Schedule new agent plugin version disabling
ControlsAPI DisableCloudNodeControls Post /toae/controls/cloud-node/disable Disable Cloud Node Controls
ControlsAPI EnableAgentPlugin Post /toae/controls/agent-plugins/enable Schedule new agent plugin version enabling
ControlsAPI EnableCloudNodeControls Post /toae/controls/cloud-node/enable Enable Cloud Node Controls
ControlsAPI GetAgentControls Post /toae/controls/agent Fetch Agent Actions
ControlsAPI GetAgentInitControls Post /toae/controls/agent-init Fetch Agent Init Actions
ControlsAPI GetCloudNodeControls Post /toae/controls/cloud-node Fetch Cloud Node Controls
ControlsAPI GetKubernetesClusterControls Post /toae/controls/kubernetes-cluster Fetch Kubernetes Cluster Actions
ControlsAPI UpgradeAgentVersion Post /toae/controls/agent-upgrade Schedule new agent version upgrade
DiagnosisAPI DiagnosticNotification Get /toae/diagnosis/notification Get Diagnostic Notification
DiagnosisAPI GenerateAgentDiagnosticLogs Post /toae/diagnosis/agent-logs Generate Agent Diagnostic Logs
DiagnosisAPI GenerateCloudScannerDiagnosticLogs Post /toae/diagnosis/cloud-scanner-logs Generate Cloud Scanner Diagnostic Logs
DiagnosisAPI GenerateConsoleDiagnosticLogs Post /toae/diagnosis/console-logs Generate Console Diagnostic Logs
DiagnosisAPI GetDiagnosticLogs Get /toae/diagnosis/diagnostic-logs Get Diagnostic Logs
DiagnosisAPI UpdateAgentDiagnosticLogsStatus Put /toae/diagnosis/agent-logs/status/{node_id} Update Agent Diagnostic Logs Status
DiagnosisAPI UpdateCloudScannerDiagnosticLogsStatus Put /toae/diagnosis/cloud-scanner-logs/status/{node_id} Update Cloud Scanner Diagnostic Logs Status
DiffAddAPI DiffAddCloudCompliance Post /toae/diff-add/cloud-compliance Get Cloud Compliance Diff
DiffAddAPI DiffAddCompliance Post /toae/diff-add/compliance Get Compliance Diff
DiffAddAPI DiffAddMalware Post /toae/diff-add/malware Get Malware Diff
DiffAddAPI DiffAddSecret Post /toae/diff-add/secret Get Secret Diff
DiffAddAPI DiffAddVulnerability Post /toae/diff-add/vulnerability Get Vulnerability Diff
GenerativeAIAPI AddGenerativeAiIntegrationBedrock Post /toae/generative-ai-integration/bedrock Add AWS Bedrock Generative AI Integration
GenerativeAIAPI AddGenerativeAiIntegrationOpenAI Post /toae/generative-ai-integration/openai Add OpenAI Generative AI Integration
GenerativeAIAPI DeleteGenerativeAiIntegration Delete /toae/generative-ai-integration/{integration_id} Delete Generative AI Integration
GenerativeAIAPI GenerativeAiIntegrationCloudPostureQuery Post /toae/generative-ai-integration/query/cloud-posture Send Cloud Posture query to Generative AI Integration
GenerativeAIAPI GenerativeAiIntegrationKubernetesPostureQuery Post /toae/generative-ai-integration/query/kubernetes-posture Send Kubernetes Posture query to Generative AI Integration
GenerativeAIAPI GenerativeAiIntegrationLinuxPostureQuery Post /toae/generative-ai-integration/query/linux-posture Send Linux Posture query to Generative AI Integration
GenerativeAIAPI GenerativeAiIntegrationMalwareQuery Post /toae/generative-ai-integration/query/malware Send Malware query to Generative AI Integration
GenerativeAIAPI GenerativeAiIntegrationSecretQuery Post /toae/generative-ai-integration/query/secret Send Secret query to Generative AI Integration
GenerativeAIAPI GenerativeAiIntegrationVulnerabilityQuery Post /toae/generative-ai-integration/query/vulnerability Send Vulnerability query to Generative AI Integration
GenerativeAIAPI ListGenerativeAiIntegration Get /toae/generative-ai-integration List Generative AI Integrations
GenerativeAIAPI SetDefaultGenerativeAiIntegration Put /toae/generative-ai-integration/{integration_id}/default Set Default Generative AI Integration
IntegrationAPI AddIntegration Post /toae/integration Add Integration
IntegrationAPI DeleteIntegration Delete /toae/integration/{integration_id} Delete Integration
IntegrationAPI ListIntegration Get /toae/integration List Integrations
InternalAPI GetConsoleApiToken Get /toae/internal/console-api-token Get api-token for console agent
LookupAPI GetCloudCompliances Post /toae/lookup/cloud-compliances Retrieve Cloud Compliances data
LookupAPI GetCloudResources Post /toae/lookup/cloud-resources Get Cloud Resources
LookupAPI GetCompliances Post /toae/lookup/compliances Retrieve Compliances data
LookupAPI GetContainerImages Post /toae/lookup/containerimages Retrieve Container Images data
LookupAPI GetContainers Post /toae/lookup/containers Retrieve Containers data
LookupAPI GetHosts Post /toae/lookup/hosts Retrieve Hosts data
LookupAPI GetKubernetesClusters Post /toae/lookup/kubernetesclusters Retrieve K8s data
LookupAPI GetMalwares Post /toae/lookup/malwares Retrieve Malwares data
LookupAPI GetPods Post /toae/lookup/pods Retrieve Pods data
LookupAPI GetProcesses Post /toae/lookup/processes Retrieve Processes data
LookupAPI GetRegistryAccount Post /toae/lookup/registryaccount Get Images in Registry
LookupAPI GetSecrets Post /toae/lookup/secrets Retrieve Secrets data
LookupAPI GetVulnerabilities Post /toae/lookup/vulnerabilities Retrieve Vulnerabilities data
MalwareScanAPI CountResultsMalwareScan Post /toae/scan/results/count/malware Get Malware Scans Results
MalwareScanAPI GroupResultsMalwares Get /toae/scan/results/count/group/malware Group Malware Results
MalwareScanAPI GroupResultsMalwaresClass Get /toae/scan/results/count/group/malware/class Group Malware Results By Class
MalwareScanAPI IngestMalware Post /toae/ingest/malware Ingest Malware
MalwareScanAPI IngestMalwareScanStatus Post /toae/ingest/malware-scan-logs Ingest Malware Scan Status
MalwareScanAPI ListMalwareScan Post /toae/scan/list/malware Get Malware Scans List
MalwareScanAPI ResultsClassMalwareScan Post /toae/scan/results/malware/class Get Malware Scans Results
MalwareScanAPI ResultsMalwareScan Post /toae/scan/results/malware Get Malware Scans Results
MalwareScanAPI ResultsRulesMalwareScan Post /toae/scan/results/malware/rules Get Malware Scans Result Rules
MalwareScanAPI StartMalwareScan Post /toae/scan/start/malware Start Malware Scan
MalwareScanAPI StatusMalwareScan Post /toae/scan/status/malware Get Malware Scan Status
MalwareScanAPI StopMalwareScan Post /toae/scan/stop/malware Stop Malware Scan
RegistryAPI AddRegistry Post /toae/registryaccount Add Registry
RegistryAPI AddRegistryGCR Post /toae/registryaccount/gcr Add Google Container Registry
RegistryAPI CountImageStubs Post /toae/registryaccount/count/stubs Count Image Stubs
RegistryAPI CountImages Post /toae/registryaccount/count/images Count Registry Images
RegistryAPI DeleteRegistry Delete /toae/registryaccount/{registry_id} Delete Registry
RegistryAPI DeleteRegistryBulk Patch /toae/registryaccount/delete Batch Delete Registry
RegistryAPI GetRegistrySummary Get /toae/registryaccount/{registry_id}/summary Get Registry Summary
RegistryAPI GetSummaryAll Get /toae/registryaccount/summary Get All Registries Summary By Type
RegistryAPI GetSummaryByType Get /toae/registryaccount/{registry_type}/summary-by-type Get Registry Summary By Type
RegistryAPI ListImageStubs Post /toae/registryaccount/stubs List Image Stubs
RegistryAPI ListImages Post /toae/registryaccount/images List Registry Images
RegistryAPI ListRegistry Get /toae/registryaccount List Registries
RegistryAPI SyncRegistry Post /toae/registryaccount/{registry_id}/sync Sync Registry
RegistryAPI UpdateRegistry Put /toae/registryaccount/{registry_id} Update Registry
ReportsAPI DeleteReport Delete /toae/reports/{report_id} Delete Report
ReportsAPI GenerateReport Post /toae/reports Generate Report
ReportsAPI GetReport Get /toae/reports/{report_id} Get Report
ReportsAPI ListReports Get /toae/reports List Reports
ScanResultsAPI BulkDeleteScans Post /toae/scans/bulk/delete Bulk Delete Scans
ScanResultsAPI DeleteScanResult Patch /toae/scan/results/action/delete Delete selected scan results
ScanResultsAPI DeleteScanResultsForScanID Delete /toae/scan/{scan_type}/{scan_id} Delete all scan results for a scan id
ScanResultsAPI DownloadScanResults Get /toae/scan/{scan_type}/{scan_id}/download Download Scans Results
ScanResultsAPI GetAllNodesInScanResults Post /toae/scan/nodes-in-result Get all nodes in given scan result ids
ScanResultsAPI MaskScanResult Post /toae/scan/results/action/mask Mask Scans Results
ScanResultsAPI NotifyScanResult Post /toae/scan/results/action/notify Notify Scans Results
ScanResultsAPI UnmaskScanResult Post /toae/scan/results/action/unmask Unmask Scans Results
SearchAPI CountCloudAccounts Post /toae/search/count/cloud-accounts Count Cloud Nodes
SearchAPI CountCloudComplianceScans Post /toae/search/count/cloud-compliance/scans Count Cloud Compliance Scan results
SearchAPI CountCloudCompliances Post /toae/search/count/cloud-compliances Count Cloud compliances
SearchAPI CountCloudResources Post /toae/search/count/cloud-resources Count Cloud resources
SearchAPI CountComplianceRules Post /toae/search/count/compliance-rules Count Compliance Rules
SearchAPI CountComplianceScans Post /toae/search/count/compliance/scans Count Compliance Scan results
SearchAPI CountCompliances Post /toae/search/count/compliances Count Compliances
SearchAPI CountContainerImages Post /toae/search/count/images Count Container images
SearchAPI CountContainers Post /toae/search/count/containers Count Containers data
SearchAPI CountHosts Post /toae/search/count/hosts Count hosts
SearchAPI CountKubernetesClusters Post /toae/search/count/kubernetes-clusters Count Kubernetes clusters
SearchAPI CountMalwareRules Post /toae/search/count/malware-rules Count Malware Rules
SearchAPI CountMalwareScans Post /toae/search/count/malware/scans Count Malware Scan results
SearchAPI CountMalwares Post /toae/search/count/malwares Count Malwares
SearchAPI CountNodes Get /toae/search/count/nodes Count nodes
SearchAPI CountPods Post /toae/search/count/pods Count Pods
SearchAPI CountSecretRules Post /toae/search/count/secret-rules Count Secret Rules
SearchAPI CountSecrets Post /toae/search/count/secrets Count Secrets
SearchAPI CountSecretsScans Post /toae/search/count/secret/scans Count Secret Scan results
SearchAPI CountVulnerabilities Post /toae/search/count/vulnerabilities Count Vulnerabilities
SearchAPI CountVulnerabilityRules Post /toae/search/count/vulnerability-rules Count Vulnerability Rules
SearchAPI CountVulnerabilityScans Post /toae/search/count/vulnerability/scans Count Vulnerability Scan results
SearchAPI GetCloudComplianceFilters Post /toae/filters/cloud-compliance Get Cloud Compliance Filters
SearchAPI GetComplianceFilters Post /toae/filters/compliance Get Compliance Filters
SearchAPI SearchCloudAccounts Post /toae/search/cloud-accounts Search Cloud Nodes
SearchAPI SearchCloudComplianceScans Post /toae/search/cloud-compliance/scans Search Cloud Compliance Scan results
SearchAPI SearchCloudCompliances Post /toae/search/cloud-compliances Search Cloud compliances
SearchAPI SearchCloudResources Post /toae/search/cloud-resources Search Cloud Resources
SearchAPI SearchComplianceRules Post /toae/search/compliance-rules Search Compliance Rules
SearchAPI SearchComplianceScans Post /toae/search/compliance/scans Search Compliance Scan results
SearchAPI SearchCompliances Post /toae/search/compliances Search Compliances
SearchAPI SearchContainerImages Post /toae/search/images Search Container images
SearchAPI SearchContainers Post /toae/search/containers Search Containers data
SearchAPI SearchHosts Post /toae/search/hosts Search hosts
SearchAPI SearchKubernetesClusters Post /toae/search/kubernetes-clusters Search Kuberenetes Clusters
SearchAPI SearchMalwareRules Post /toae/search/malware-rules Search Malware Rules
SearchAPI SearchMalwareScans Post /toae/search/malware/scans Search Malware Scan results
SearchAPI SearchMalwares Post /toae/search/malwares Search Malwares
SearchAPI SearchPods Post /toae/search/pods Search Pods
SearchAPI SearchSecretRules Post /toae/search/secret-rules Search Secret Rules
SearchAPI SearchSecrets Post /toae/search/secrets Search Secrets
SearchAPI SearchSecretsScans Post /toae/search/secret/scans Search Secrets Scan results
SearchAPI SearchVulerabilityRules Post /toae/search/vulnerability-rules Search Vulnerability Rules
SearchAPI SearchVulnerabilities Post /toae/search/vulnerabilities Search Vulnerabilities
SearchAPI SearchVulnerabilityScans Post /toae/search/vulnerability/scans Search Vulnerability Scan results
SecretScanAPI CountResultsSecretScan Post /toae/scan/results/count/secret Get Secret Scans Results
SecretScanAPI GroupResultsSecrets Get /toae/scan/results/count/group/secret Group Secret Results
SecretScanAPI IngestSecretScanStatus Post /toae/ingest/secret-scan-logs Ingest Secrets Scan Status
SecretScanAPI IngestSecrets Post /toae/ingest/secrets Ingest Secrets
SecretScanAPI ListSecretScan Post /toae/scan/list/secret Get Secret Scans List
SecretScanAPI ResultsRulesSecretScan Post /toae/scan/results/secret/rules Get Secret Scans Result Rules
SecretScanAPI ResultsSecretScan Post /toae/scan/results/secret Get Secret Scans Results
SecretScanAPI StartSecretScan Post /toae/scan/start/secret Start Secret Scan
SecretScanAPI StatusSecretScan Post /toae/scan/status/secret Get Secret Scan Status
SecretScanAPI StopSecretScan Post /toae/scan/stop/secret Stop Secret Scan
SettingsAPI AddEmailConfiguration Post /toae/settings/email Add Email Configuration
SettingsAPI AddScheduledTask Post /toae/scheduled-task Add scheduled task
SettingsAPI DeleteCustomScheduledTask Delete /toae/scheduled-task/{id} Delete Custom Schedule task
SettingsAPI DeleteEmailConfiguration Delete /toae/settings/email/{config_id} Delete Email Configurations
SettingsAPI GetAgentVersions Get /toae/agent/versions Get available agent versions
SettingsAPI GetEmailConfiguration Get /toae/settings/email Get Email Configurations
SettingsAPI GetScheduledTasks Get /toae/scheduled-task Get scheduled tasks
SettingsAPI GetSettings Get /toae/settings/global-settings Get settings
SettingsAPI GetUserAuditLogs Post /toae/settings/user-audit-log Get user audit logs
SettingsAPI GetUserAuditLogsCount Get /toae/settings/user-audit-log/count Get user audit logs count
SettingsAPI UpdateScheduledTask Patch /toae/scheduled-task/{id} Update scheduled task
SettingsAPI UpdateSetting Patch /toae/settings/global-settings/{id} Update setting
SettingsAPI UploadAgentVersion Put /toae/agent/version Upload New agent version
SettingsAPI UploadVulnerabilityDatabase Put /toae/database/vulnerability Upload Vulnerability Database
ThreatAPI GetIndividualThreatGraph Post /toae/graph/threat/individual Get Vulnerability Threat Graph
ThreatAPI GetThreatGraph Post /toae/graph/threat Get Threat Graph
TopologyAPI GetContainersTopologyGraph Post /toae/graph/topology/containers Get Containers Topology Graph
TopologyAPI GetHostsTopologyGraph Post /toae/graph/topology/hosts Get Hosts Topology Graph
TopologyAPI GetKubernetesTopologyGraph Post /toae/graph/topology/kubernetes Get Kubernetes Topology Graph
TopologyAPI GetPodsTopologyGraph Post /toae/graph/topology/pods Get Pods Topology Graph
TopologyAPI GetTopologyDelta Post /toae/graph/topology/delta Get Topology Delta
TopologyAPI GetTopologyGraph Post /toae/graph/topology/ Get Topology Graph
TopologyAPI IngestAgentReport Post /toae/ingest/report Ingest Topology Data
TopologyAPI IngestSyncAgentReport Post /toae/ingest/sync-report Ingest Topology Data
UserAPI DeleteCurrentUser Delete /toae/user Delete Current User
UserAPI DeleteUser Delete /toae/users/{id} Delete User by User ID
UserAPI GetApiTokens Get /toae/api-token Get User's API Tokens
UserAPI GetCurrentUser Get /toae/user Get Current User
UserAPI GetUser Get /toae/users/{id} Get User by User ID
UserAPI GetUsers Get /toae/users Get all users
UserAPI InviteUser Post /toae/user/invite Invite User
UserAPI RegisterInvitedUser Post /toae/user/invite/register Register Invited User
UserAPI RegisterUser Post /toae/user/register Register User
UserAPI ResetApiTokens Post /toae/api-token/reset Reset User's API Tokens
UserAPI ResetPasswordRequest Post /toae/user/reset-password/request Reset Password Request
UserAPI UpdateCurrentUser Put /toae/user Update Current User
UserAPI UpdatePassword Put /toae/user/password Update Password
UserAPI UpdateUser Put /toae/users/{id} Update User by User ID
UserAPI VerifyResetPasswordRequest Post /toae/user/reset-password/verify Verify and Reset Password
VulnerabilityAPI CountResultsVulnerabilityScans Post /toae/scan/results/count/vulnerability Get Vulnerability Scans Results
VulnerabilityAPI DownloadSBOM Post /toae/scan/sbom/download Download SBOM for a node or scan id
VulnerabilityAPI GetSBOM Post /toae/scan/sbom Get SBOM for a node or scan id
VulnerabilityAPI IngestSbom Post /toae/ingest/sbom Ingest SBOM from Scan
VulnerabilityAPI IngestVulnerabilities Post /toae/ingest/vulnerabilities Ingest Vulnerabilities
VulnerabilityAPI IngestVulnerabilitiesScanStatus Post /toae/ingest/vulnerabilities-scan-logs Ingest Vulnerabilities Scan Status
VulnerabilityAPI ListVulnerabilityScans Post /toae/scan/list/vulnerability Get Vulnerability Scans List
VulnerabilityAPI ResultsVulnerabilityScans Post /toae/scan/results/vulnerability Get Vulnerability Scans Results
VulnerabilityAPI StartVulnerabilityScan Post /toae/scan/start/vulnerability Start Vulnerability Scan
VulnerabilityAPI StatusVulnerabilityScan Post /toae/scan/status/vulnerability Get Vulnerability Scan Status
VulnerabilityAPI StopVulnerabilityScan Post /toae/scan/stop/vulnerability Stop Vulnerability Scan

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

bearer_token
  • Type: HTTP Bearer token authentication

Example

auth := context.WithValue(context.Background(), client.ContextAccessToken, "BEARER_TOKEN_STRING")
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

toaedev@toaesecurity.com

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

View Source
var (
	JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`)
	XmlCheck  = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`)
)
View Source
var (
	// ContextAccessToken takes a string oauth2 access token as authentication for the request.
	ContextAccessToken = contextKey("accesstoken")

	// ContextServerIndex uses a server configuration from the index.
	ContextServerIndex = contextKey("serverIndex")

	// ContextOperationServerIndices uses a server configuration from the index mapping.
	ContextOperationServerIndices = contextKey("serverOperationIndices")

	// ContextServerVariables overrides a server configuration variables.
	ContextServerVariables = contextKey("serverVariables")

	// ContextOperationServerVariables overrides a server configuration variables using operation specific values.
	ContextOperationServerVariables = contextKey("serverOperationVariables")
)

Functions ¶

func CacheExpires ¶

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func IsNil ¶

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool ¶

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32 ¶

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64 ¶

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt ¶

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32 ¶

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64 ¶

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString ¶

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime ¶

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types ¶

type APIClient ¶

type APIClient struct {
	AuthenticationAPI *AuthenticationAPIService

	CloudNodesAPI *CloudNodesAPIService

	CloudResourcesAPI *CloudResourcesAPIService

	CloudScannerAPI *CloudScannerAPIService

	CommonAPI *CommonAPIService

	CompletionAPI *CompletionAPIService

	ComplianceAPI *ComplianceAPIService

	ControlsAPI *ControlsAPIService

	DiagnosisAPI *DiagnosisAPIService

	DiffAddAPI *DiffAddAPIService

	GenerativeAIAPI *GenerativeAIAPIService

	IntegrationAPI *IntegrationAPIService

	InternalAPI *InternalAPIService

	LookupAPI *LookupAPIService

	MalwareScanAPI *MalwareScanAPIService

	RegistryAPI *RegistryAPIService

	ReportsAPI *ReportsAPIService

	ScanResultsAPI *ScanResultsAPIService

	SearchAPI *SearchAPIService

	SecretScanAPI *SecretScanAPIService

	SettingsAPI *SettingsAPIService

	ThreatAPI *ThreatAPIService

	TopologyAPI *TopologyAPIService

	UserAPI *UserAPIService

	VulnerabilityAPI *VulnerabilityAPIService
	// contains filtered or unexported fields
}

APIClient manages communication with the Toae ThreatMapper API v2.0.0 In most cases there should be only one, shared, APIClient.

func NewAPIClient ¶

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig ¶

func (c *APIClient) GetConfig() *Configuration

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIKey ¶

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

type APIResponse ¶

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the OpenAPI operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

APIResponse stores the API response returned by the server.

func NewAPIResponse ¶

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError ¶

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type ApiAddEmailConfigurationRequest ¶

type ApiAddEmailConfigurationRequest struct {
	ApiService *SettingsAPIService
	// contains filtered or unexported fields
}

func (ApiAddEmailConfigurationRequest) Execute ¶

func (ApiAddEmailConfigurationRequest) ModelEmailConfigurationAdd ¶

func (r ApiAddEmailConfigurationRequest) ModelEmailConfigurationAdd(modelEmailConfigurationAdd ModelEmailConfigurationAdd) ApiAddEmailConfigurationRequest

type ApiAddGenerativeAiIntegrationBedrockRequest ¶

type ApiAddGenerativeAiIntegrationBedrockRequest struct {
	ApiService *GenerativeAIAPIService
	// contains filtered or unexported fields
}

func (ApiAddGenerativeAiIntegrationBedrockRequest) Execute ¶

func (ApiAddGenerativeAiIntegrationBedrockRequest) ModelAddGenerativeAiBedrockIntegration ¶

func (r ApiAddGenerativeAiIntegrationBedrockRequest) ModelAddGenerativeAiBedrockIntegration(modelAddGenerativeAiBedrockIntegration ModelAddGenerativeAiBedrockIntegration) ApiAddGenerativeAiIntegrationBedrockRequest

type ApiAddGenerativeAiIntegrationOpenAIRequest ¶

type ApiAddGenerativeAiIntegrationOpenAIRequest struct {
	ApiService *GenerativeAIAPIService
	// contains filtered or unexported fields
}

func (ApiAddGenerativeAiIntegrationOpenAIRequest) Execute ¶

func (ApiAddGenerativeAiIntegrationOpenAIRequest) ModelAddGenerativeAiOpenAIIntegration ¶

func (r ApiAddGenerativeAiIntegrationOpenAIRequest) ModelAddGenerativeAiOpenAIIntegration(modelAddGenerativeAiOpenAIIntegration ModelAddGenerativeAiOpenAIIntegration) ApiAddGenerativeAiIntegrationOpenAIRequest

type ApiAddIntegrationRequest ¶

type ApiAddIntegrationRequest struct {
	ApiService *IntegrationAPIService
	// contains filtered or unexported fields
}

func (ApiAddIntegrationRequest) Execute ¶

func (ApiAddIntegrationRequest) ModelIntegrationAddReq ¶

func (r ApiAddIntegrationRequest) ModelIntegrationAddReq(modelIntegrationAddReq ModelIntegrationAddReq) ApiAddIntegrationRequest

type ApiAddRegistryGCRRequest ¶

type ApiAddRegistryGCRRequest struct {
	ApiService *RegistryAPIService
	// contains filtered or unexported fields
}

func (ApiAddRegistryGCRRequest) Execute ¶

func (ApiAddRegistryGCRRequest) Name ¶

func (ApiAddRegistryGCRRequest) RegistryUrl ¶

func (r ApiAddRegistryGCRRequest) RegistryUrl(registryUrl string) ApiAddRegistryGCRRequest

func (ApiAddRegistryGCRRequest) ServiceAccountJson ¶

func (r ApiAddRegistryGCRRequest) ServiceAccountJson(serviceAccountJson *os.File) ApiAddRegistryGCRRequest

type ApiAddRegistryRequest ¶

type ApiAddRegistryRequest struct {
	ApiService *RegistryAPIService
	// contains filtered or unexported fields
}

func (ApiAddRegistryRequest) Execute ¶

func (ApiAddRegistryRequest) ModelRegistryAddReq ¶

func (r ApiAddRegistryRequest) ModelRegistryAddReq(modelRegistryAddReq ModelRegistryAddReq) ApiAddRegistryRequest

type ApiAddScheduledTaskRequest ¶

type ApiAddScheduledTaskRequest struct {
	ApiService *SettingsAPIService
	// contains filtered or unexported fields
}

func (ApiAddScheduledTaskRequest) Execute ¶

func (ApiAddScheduledTaskRequest) ModelAddScheduledTaskRequest ¶

func (r ApiAddScheduledTaskRequest) ModelAddScheduledTaskRequest(modelAddScheduledTaskRequest ModelAddScheduledTaskRequest) ApiAddScheduledTaskRequest

type ApiAuthTokenRefreshRequest ¶

type ApiAuthTokenRefreshRequest struct {
	ApiService *AuthenticationAPIService
	// contains filtered or unexported fields
}

func (ApiAuthTokenRefreshRequest) Execute ¶

type ApiAuthTokenRequest ¶

type ApiAuthTokenRequest struct {
	ApiService *AuthenticationAPIService
	// contains filtered or unexported fields
}

func (ApiAuthTokenRequest) Execute ¶

func (ApiAuthTokenRequest) ModelAPIAuthRequest ¶

func (r ApiAuthTokenRequest) ModelAPIAuthRequest(modelAPIAuthRequest ModelAPIAuthRequest) ApiAuthTokenRequest

type ApiBulkDeleteScansRequest ¶

type ApiBulkDeleteScansRequest struct {
	ApiService *ScanResultsAPIService
	// contains filtered or unexported fields
}

func (ApiBulkDeleteScansRequest) Execute ¶

func (r ApiBulkDeleteScansRequest) Execute() (*http.Response, error)

func (ApiBulkDeleteScansRequest) ModelBulkDeleteScansRequest ¶

func (r ApiBulkDeleteScansRequest) ModelBulkDeleteScansRequest(modelBulkDeleteScansRequest ModelBulkDeleteScansRequest) ApiBulkDeleteScansRequest

type ApiCompleteHostInfoRequest ¶

type ApiCompleteHostInfoRequest struct {
	ApiService *CompletionAPIService
	// contains filtered or unexported fields
}

func (ApiCompleteHostInfoRequest) CompletionCompletionNodeFieldReq ¶

func (r ApiCompleteHostInfoRequest) CompletionCompletionNodeFieldReq(completionCompletionNodeFieldReq CompletionCompletionNodeFieldReq) ApiCompleteHostInfoRequest

func (ApiCompleteHostInfoRequest) Execute ¶

type ApiCompleteProcessInfoRequest ¶

type ApiCompleteProcessInfoRequest struct {
	ApiService *CompletionAPIService
	// contains filtered or unexported fields
}

func (ApiCompleteProcessInfoRequest) CompletionCompletionNodeFieldReq ¶

func (r ApiCompleteProcessInfoRequest) CompletionCompletionNodeFieldReq(completionCompletionNodeFieldReq CompletionCompletionNodeFieldReq) ApiCompleteProcessInfoRequest

func (ApiCompleteProcessInfoRequest) Execute ¶

type ApiCompleteVulnerabilityInfoRequest ¶

type ApiCompleteVulnerabilityInfoRequest struct {
	ApiService *CompletionAPIService
	// contains filtered or unexported fields
}

func (ApiCompleteVulnerabilityInfoRequest) CompletionCompletionNodeFieldReq ¶

func (r ApiCompleteVulnerabilityInfoRequest) CompletionCompletionNodeFieldReq(completionCompletionNodeFieldReq CompletionCompletionNodeFieldReq) ApiCompleteVulnerabilityInfoRequest

func (ApiCompleteVulnerabilityInfoRequest) Execute ¶

type ApiCountCloudAccountsRequest ¶

type ApiCountCloudAccountsRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountCloudAccountsRequest) Execute ¶

func (ApiCountCloudAccountsRequest) SearchSearchNodeReq ¶

func (r ApiCountCloudAccountsRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiCountCloudAccountsRequest

type ApiCountCloudComplianceScansRequest ¶

type ApiCountCloudComplianceScansRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountCloudComplianceScansRequest) Execute ¶

func (ApiCountCloudComplianceScansRequest) SearchSearchScanReq ¶

type ApiCountCloudCompliancesRequest ¶

type ApiCountCloudCompliancesRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountCloudCompliancesRequest) Execute ¶

func (ApiCountCloudCompliancesRequest) SearchSearchNodeReq ¶

func (r ApiCountCloudCompliancesRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiCountCloudCompliancesRequest

type ApiCountCloudResourcesRequest ¶

type ApiCountCloudResourcesRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountCloudResourcesRequest) Execute ¶

func (ApiCountCloudResourcesRequest) SearchSearchNodeReq ¶

func (r ApiCountCloudResourcesRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiCountCloudResourcesRequest

type ApiCountComplianceRulesRequest ¶

type ApiCountComplianceRulesRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountComplianceRulesRequest) Execute ¶

func (ApiCountComplianceRulesRequest) SearchSearchNodeReq ¶

func (r ApiCountComplianceRulesRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiCountComplianceRulesRequest

type ApiCountComplianceScansRequest ¶

type ApiCountComplianceScansRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountComplianceScansRequest) Execute ¶

func (ApiCountComplianceScansRequest) SearchSearchScanReq ¶

func (r ApiCountComplianceScansRequest) SearchSearchScanReq(searchSearchScanReq SearchSearchScanReq) ApiCountComplianceScansRequest

type ApiCountCompliancesRequest ¶

type ApiCountCompliancesRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountCompliancesRequest) Execute ¶

func (ApiCountCompliancesRequest) SearchSearchNodeReq ¶

func (r ApiCountCompliancesRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiCountCompliancesRequest

type ApiCountContainerImagesRequest ¶

type ApiCountContainerImagesRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountContainerImagesRequest) Execute ¶

func (ApiCountContainerImagesRequest) SearchSearchNodeReq ¶

func (r ApiCountContainerImagesRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiCountContainerImagesRequest

type ApiCountContainersRequest ¶

type ApiCountContainersRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountContainersRequest) Execute ¶

func (ApiCountContainersRequest) SearchSearchNodeReq ¶

func (r ApiCountContainersRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiCountContainersRequest

type ApiCountHostsRequest ¶

type ApiCountHostsRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountHostsRequest) Execute ¶

func (ApiCountHostsRequest) SearchSearchNodeReq ¶

func (r ApiCountHostsRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiCountHostsRequest

type ApiCountImageStubsRequest ¶

type ApiCountImageStubsRequest struct {
	ApiService *RegistryAPIService
	// contains filtered or unexported fields
}

func (ApiCountImageStubsRequest) Execute ¶

func (ApiCountImageStubsRequest) ModelRegistryImageStubsReq ¶

func (r ApiCountImageStubsRequest) ModelRegistryImageStubsReq(modelRegistryImageStubsReq ModelRegistryImageStubsReq) ApiCountImageStubsRequest

type ApiCountImagesRequest ¶

type ApiCountImagesRequest struct {
	ApiService *RegistryAPIService
	// contains filtered or unexported fields
}

func (ApiCountImagesRequest) Execute ¶

func (ApiCountImagesRequest) ModelRegistryImagesReq ¶

func (r ApiCountImagesRequest) ModelRegistryImagesReq(modelRegistryImagesReq ModelRegistryImagesReq) ApiCountImagesRequest

type ApiCountKubernetesClustersRequest ¶

type ApiCountKubernetesClustersRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountKubernetesClustersRequest) Execute ¶

func (ApiCountKubernetesClustersRequest) SearchSearchNodeReq ¶

type ApiCountMalwareRulesRequest ¶

type ApiCountMalwareRulesRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountMalwareRulesRequest) Execute ¶

func (ApiCountMalwareRulesRequest) SearchSearchNodeReq ¶

func (r ApiCountMalwareRulesRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiCountMalwareRulesRequest

type ApiCountMalwareScansRequest ¶

type ApiCountMalwareScansRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountMalwareScansRequest) Execute ¶

func (ApiCountMalwareScansRequest) SearchSearchScanReq ¶

func (r ApiCountMalwareScansRequest) SearchSearchScanReq(searchSearchScanReq SearchSearchScanReq) ApiCountMalwareScansRequest

type ApiCountMalwaresRequest ¶

type ApiCountMalwaresRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountMalwaresRequest) Execute ¶

func (ApiCountMalwaresRequest) SearchSearchNodeReq ¶

func (r ApiCountMalwaresRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiCountMalwaresRequest

type ApiCountNodesRequest ¶

type ApiCountNodesRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountNodesRequest) Execute ¶

type ApiCountPodsRequest ¶

type ApiCountPodsRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountPodsRequest) Execute ¶

func (ApiCountPodsRequest) SearchSearchNodeReq ¶

func (r ApiCountPodsRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiCountPodsRequest

type ApiCountResultsCloudComplianceScanRequest ¶

type ApiCountResultsCloudComplianceScanRequest struct {
	ApiService *CloudScannerAPIService
	// contains filtered or unexported fields
}

func (ApiCountResultsCloudComplianceScanRequest) Execute ¶

func (ApiCountResultsCloudComplianceScanRequest) ModelScanResultsReq ¶

type ApiCountResultsComplianceScanRequest ¶

type ApiCountResultsComplianceScanRequest struct {
	ApiService *ComplianceAPIService
	// contains filtered or unexported fields
}

func (ApiCountResultsComplianceScanRequest) Execute ¶

func (ApiCountResultsComplianceScanRequest) ModelScanResultsReq ¶

type ApiCountResultsMalwareScanRequest ¶

type ApiCountResultsMalwareScanRequest struct {
	ApiService *MalwareScanAPIService
	// contains filtered or unexported fields
}

func (ApiCountResultsMalwareScanRequest) Execute ¶

func (ApiCountResultsMalwareScanRequest) ModelScanResultsReq ¶

type ApiCountResultsSecretScanRequest ¶

type ApiCountResultsSecretScanRequest struct {
	ApiService *SecretScanAPIService
	// contains filtered or unexported fields
}

func (ApiCountResultsSecretScanRequest) Execute ¶

func (ApiCountResultsSecretScanRequest) ModelScanResultsReq ¶

type ApiCountResultsVulnerabilityScansRequest ¶

type ApiCountResultsVulnerabilityScansRequest struct {
	ApiService *VulnerabilityAPIService
	// contains filtered or unexported fields
}

func (ApiCountResultsVulnerabilityScansRequest) Execute ¶

func (ApiCountResultsVulnerabilityScansRequest) ModelScanResultsReq ¶

type ApiCountSecretRulesRequest ¶

type ApiCountSecretRulesRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountSecretRulesRequest) Execute ¶

func (ApiCountSecretRulesRequest) SearchSearchNodeReq ¶

func (r ApiCountSecretRulesRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiCountSecretRulesRequest

type ApiCountSecretsRequest ¶

type ApiCountSecretsRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountSecretsRequest) Execute ¶

func (ApiCountSecretsRequest) SearchSearchNodeReq ¶

func (r ApiCountSecretsRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiCountSecretsRequest

type ApiCountSecretsScansRequest ¶

type ApiCountSecretsScansRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountSecretsScansRequest) Execute ¶

func (ApiCountSecretsScansRequest) SearchSearchScanReq ¶

func (r ApiCountSecretsScansRequest) SearchSearchScanReq(searchSearchScanReq SearchSearchScanReq) ApiCountSecretsScansRequest

type ApiCountVulnerabilitiesRequest ¶

type ApiCountVulnerabilitiesRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountVulnerabilitiesRequest) Execute ¶

func (ApiCountVulnerabilitiesRequest) SearchSearchNodeReq ¶

func (r ApiCountVulnerabilitiesRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiCountVulnerabilitiesRequest

type ApiCountVulnerabilityRulesRequest ¶

type ApiCountVulnerabilityRulesRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountVulnerabilityRulesRequest) Execute ¶

func (ApiCountVulnerabilityRulesRequest) SearchSearchNodeReq ¶

type ApiCountVulnerabilityScansRequest ¶

type ApiCountVulnerabilityScansRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiCountVulnerabilityScansRequest) Execute ¶

func (ApiCountVulnerabilityScansRequest) SearchSearchScanReq ¶

type ApiDeleteCurrentUserRequest ¶

type ApiDeleteCurrentUserRequest struct {
	ApiService *UserAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteCurrentUserRequest) Execute ¶

type ApiDeleteCustomScheduledTaskRequest ¶

type ApiDeleteCustomScheduledTaskRequest struct {
	ApiService *SettingsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteCustomScheduledTaskRequest) Execute ¶

type ApiDeleteEmailConfigurationRequest ¶

type ApiDeleteEmailConfigurationRequest struct {
	ApiService *SettingsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteEmailConfigurationRequest) Execute ¶

type ApiDeleteGenerativeAiIntegrationRequest ¶

type ApiDeleteGenerativeAiIntegrationRequest struct {
	ApiService *GenerativeAIAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteGenerativeAiIntegrationRequest) Execute ¶

type ApiDeleteIntegrationRequest ¶

type ApiDeleteIntegrationRequest struct {
	ApiService *IntegrationAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteIntegrationRequest) Execute ¶

type ApiDeleteRegistryBulkRequest ¶

type ApiDeleteRegistryBulkRequest struct {
	ApiService *RegistryAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteRegistryBulkRequest) Execute ¶

func (ApiDeleteRegistryBulkRequest) ModelDeleteRegistryBulkReq ¶

func (r ApiDeleteRegistryBulkRequest) ModelDeleteRegistryBulkReq(modelDeleteRegistryBulkReq ModelDeleteRegistryBulkReq) ApiDeleteRegistryBulkRequest

type ApiDeleteRegistryRequest ¶

type ApiDeleteRegistryRequest struct {
	ApiService *RegistryAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteRegistryRequest) Execute ¶

func (r ApiDeleteRegistryRequest) Execute() (*http.Response, error)

type ApiDeleteReportRequest ¶

type ApiDeleteReportRequest struct {
	ApiService *ReportsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteReportRequest) Execute ¶

func (r ApiDeleteReportRequest) Execute() (*http.Response, error)

type ApiDeleteScanResultRequest ¶

type ApiDeleteScanResultRequest struct {
	ApiService *ScanResultsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteScanResultRequest) Execute ¶

func (ApiDeleteScanResultRequest) ModelScanResultsActionRequest ¶

func (r ApiDeleteScanResultRequest) ModelScanResultsActionRequest(modelScanResultsActionRequest ModelScanResultsActionRequest) ApiDeleteScanResultRequest

type ApiDeleteScanResultsForScanIDRequest ¶

type ApiDeleteScanResultsForScanIDRequest struct {
	ApiService *ScanResultsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteScanResultsForScanIDRequest) Execute ¶

type ApiDeleteUserRequest ¶

type ApiDeleteUserRequest struct {
	ApiService *UserAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteUserRequest) Execute ¶

func (r ApiDeleteUserRequest) Execute() (*http.Response, error)

type ApiDiagnosticNotificationRequest ¶

type ApiDiagnosticNotificationRequest struct {
	ApiService *DiagnosisAPIService
	// contains filtered or unexported fields
}

func (ApiDiagnosticNotificationRequest) Execute ¶

type ApiDiffAddCloudComplianceRequest ¶

type ApiDiffAddCloudComplianceRequest struct {
	ApiService *DiffAddAPIService
	// contains filtered or unexported fields
}

func (ApiDiffAddCloudComplianceRequest) ModelScanCompareReq ¶

type ApiDiffAddComplianceRequest ¶

type ApiDiffAddComplianceRequest struct {
	ApiService *DiffAddAPIService
	// contains filtered or unexported fields
}

func (ApiDiffAddComplianceRequest) ModelScanCompareReq ¶

func (r ApiDiffAddComplianceRequest) ModelScanCompareReq(modelScanCompareReq ModelScanCompareReq) ApiDiffAddComplianceRequest

type ApiDiffAddMalwareRequest ¶

type ApiDiffAddMalwareRequest struct {
	ApiService *DiffAddAPIService
	// contains filtered or unexported fields
}

func (ApiDiffAddMalwareRequest) ModelScanCompareReq ¶

func (r ApiDiffAddMalwareRequest) ModelScanCompareReq(modelScanCompareReq ModelScanCompareReq) ApiDiffAddMalwareRequest

type ApiDiffAddSecretRequest ¶

type ApiDiffAddSecretRequest struct {
	ApiService *DiffAddAPIService
	// contains filtered or unexported fields
}

func (ApiDiffAddSecretRequest) ModelScanCompareReq ¶

func (r ApiDiffAddSecretRequest) ModelScanCompareReq(modelScanCompareReq ModelScanCompareReq) ApiDiffAddSecretRequest

type ApiDiffAddVulnerabilityRequest ¶

type ApiDiffAddVulnerabilityRequest struct {
	ApiService *DiffAddAPIService
	// contains filtered or unexported fields
}

func (ApiDiffAddVulnerabilityRequest) ModelScanCompareReq ¶

func (r ApiDiffAddVulnerabilityRequest) ModelScanCompareReq(modelScanCompareReq ModelScanCompareReq) ApiDiffAddVulnerabilityRequest

type ApiDisableAgentPluginRequest ¶

type ApiDisableAgentPluginRequest struct {
	ApiService *ControlsAPIService
	// contains filtered or unexported fields
}

func (ApiDisableAgentPluginRequest) Execute ¶

func (ApiDisableAgentPluginRequest) ModelAgentPluginDisable ¶

func (r ApiDisableAgentPluginRequest) ModelAgentPluginDisable(modelAgentPluginDisable ModelAgentPluginDisable) ApiDisableAgentPluginRequest

type ApiDisableCloudNodeControlsRequest ¶

type ApiDisableCloudNodeControlsRequest struct {
	ApiService *ControlsAPIService
	// contains filtered or unexported fields
}

func (ApiDisableCloudNodeControlsRequest) Execute ¶

func (ApiDisableCloudNodeControlsRequest) ModelCloudNodeEnableDisableReq ¶

func (r ApiDisableCloudNodeControlsRequest) ModelCloudNodeEnableDisableReq(modelCloudNodeEnableDisableReq ModelCloudNodeEnableDisableReq) ApiDisableCloudNodeControlsRequest

type ApiDocsBadRequestResponse ¶

type ApiDocsBadRequestResponse struct {
	ErrorFields map[string]string  `json:"error_fields,omitempty"`
	ErrorIndex  map[string][]int32 `json:"error_index,omitempty"`
	Message     *string            `json:"message,omitempty"`
	Success     *bool              `json:"success,omitempty"`
}

ApiDocsBadRequestResponse struct for ApiDocsBadRequestResponse

func NewApiDocsBadRequestResponse ¶

func NewApiDocsBadRequestResponse() *ApiDocsBadRequestResponse

NewApiDocsBadRequestResponse instantiates a new ApiDocsBadRequestResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiDocsBadRequestResponseWithDefaults ¶

func NewApiDocsBadRequestResponseWithDefaults() *ApiDocsBadRequestResponse

NewApiDocsBadRequestResponseWithDefaults instantiates a new ApiDocsBadRequestResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiDocsBadRequestResponse) GetErrorFields ¶

func (o *ApiDocsBadRequestResponse) GetErrorFields() map[string]string

GetErrorFields returns the ErrorFields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ApiDocsBadRequestResponse) GetErrorFieldsOk ¶

func (o *ApiDocsBadRequestResponse) GetErrorFieldsOk() (*map[string]string, bool)

GetErrorFieldsOk returns a tuple with the ErrorFields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ApiDocsBadRequestResponse) GetErrorIndex ¶

func (o *ApiDocsBadRequestResponse) GetErrorIndex() map[string][]int32

GetErrorIndex returns the ErrorIndex field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ApiDocsBadRequestResponse) GetErrorIndexOk ¶

func (o *ApiDocsBadRequestResponse) GetErrorIndexOk() (*map[string][]int32, bool)

GetErrorIndexOk returns a tuple with the ErrorIndex field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ApiDocsBadRequestResponse) GetMessage ¶

func (o *ApiDocsBadRequestResponse) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*ApiDocsBadRequestResponse) GetMessageOk ¶

func (o *ApiDocsBadRequestResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiDocsBadRequestResponse) GetSuccess ¶

func (o *ApiDocsBadRequestResponse) GetSuccess() bool

GetSuccess returns the Success field value if set, zero value otherwise.

func (*ApiDocsBadRequestResponse) GetSuccessOk ¶

func (o *ApiDocsBadRequestResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiDocsBadRequestResponse) HasErrorFields ¶

func (o *ApiDocsBadRequestResponse) HasErrorFields() bool

HasErrorFields returns a boolean if a field has been set.

func (*ApiDocsBadRequestResponse) HasErrorIndex ¶

func (o *ApiDocsBadRequestResponse) HasErrorIndex() bool

HasErrorIndex returns a boolean if a field has been set.

func (*ApiDocsBadRequestResponse) HasMessage ¶

func (o *ApiDocsBadRequestResponse) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*ApiDocsBadRequestResponse) HasSuccess ¶

func (o *ApiDocsBadRequestResponse) HasSuccess() bool

HasSuccess returns a boolean if a field has been set.

func (ApiDocsBadRequestResponse) MarshalJSON ¶

func (o ApiDocsBadRequestResponse) MarshalJSON() ([]byte, error)

func (*ApiDocsBadRequestResponse) SetErrorFields ¶

func (o *ApiDocsBadRequestResponse) SetErrorFields(v map[string]string)

SetErrorFields gets a reference to the given map[string]string and assigns it to the ErrorFields field.

func (*ApiDocsBadRequestResponse) SetErrorIndex ¶

func (o *ApiDocsBadRequestResponse) SetErrorIndex(v map[string][]int32)

SetErrorIndex gets a reference to the given map[string][]int32 and assigns it to the ErrorIndex field.

func (*ApiDocsBadRequestResponse) SetMessage ¶

func (o *ApiDocsBadRequestResponse) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*ApiDocsBadRequestResponse) SetSuccess ¶

func (o *ApiDocsBadRequestResponse) SetSuccess(v bool)

SetSuccess gets a reference to the given bool and assigns it to the Success field.

func (ApiDocsBadRequestResponse) ToMap ¶

func (o ApiDocsBadRequestResponse) ToMap() (map[string]interface{}, error)

type ApiDocsFailureResponse ¶

type ApiDocsFailureResponse struct {
	Message *string `json:"message,omitempty"`
	Success *bool   `json:"success,omitempty"`
}

ApiDocsFailureResponse struct for ApiDocsFailureResponse

func NewApiDocsFailureResponse ¶

func NewApiDocsFailureResponse() *ApiDocsFailureResponse

NewApiDocsFailureResponse instantiates a new ApiDocsFailureResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiDocsFailureResponseWithDefaults ¶

func NewApiDocsFailureResponseWithDefaults() *ApiDocsFailureResponse

NewApiDocsFailureResponseWithDefaults instantiates a new ApiDocsFailureResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiDocsFailureResponse) GetMessage ¶

func (o *ApiDocsFailureResponse) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*ApiDocsFailureResponse) GetMessageOk ¶

func (o *ApiDocsFailureResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiDocsFailureResponse) GetSuccess ¶

func (o *ApiDocsFailureResponse) GetSuccess() bool

GetSuccess returns the Success field value if set, zero value otherwise.

func (*ApiDocsFailureResponse) GetSuccessOk ¶

func (o *ApiDocsFailureResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiDocsFailureResponse) HasMessage ¶

func (o *ApiDocsFailureResponse) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*ApiDocsFailureResponse) HasSuccess ¶

func (o *ApiDocsFailureResponse) HasSuccess() bool

HasSuccess returns a boolean if a field has been set.

func (ApiDocsFailureResponse) MarshalJSON ¶

func (o ApiDocsFailureResponse) MarshalJSON() ([]byte, error)

func (*ApiDocsFailureResponse) SetMessage ¶

func (o *ApiDocsFailureResponse) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*ApiDocsFailureResponse) SetSuccess ¶

func (o *ApiDocsFailureResponse) SetSuccess(v bool)

SetSuccess gets a reference to the given bool and assigns it to the Success field.

func (ApiDocsFailureResponse) ToMap ¶

func (o ApiDocsFailureResponse) ToMap() (map[string]interface{}, error)

type ApiDownloadSBOMRequest ¶

type ApiDownloadSBOMRequest struct {
	ApiService *VulnerabilityAPIService
	// contains filtered or unexported fields
}

func (ApiDownloadSBOMRequest) Execute ¶

func (ApiDownloadSBOMRequest) ModelSbomRequest ¶

func (r ApiDownloadSBOMRequest) ModelSbomRequest(modelSbomRequest ModelSbomRequest) ApiDownloadSBOMRequest

type ApiDownloadScanResultsRequest ¶

type ApiDownloadScanResultsRequest struct {
	ApiService *ScanResultsAPIService
	// contains filtered or unexported fields
}

func (ApiDownloadScanResultsRequest) Execute ¶

type ApiEnableAgentPluginRequest ¶

type ApiEnableAgentPluginRequest struct {
	ApiService *ControlsAPIService
	// contains filtered or unexported fields
}

func (ApiEnableAgentPluginRequest) Execute ¶

func (ApiEnableAgentPluginRequest) ModelAgentPluginEnable ¶

func (r ApiEnableAgentPluginRequest) ModelAgentPluginEnable(modelAgentPluginEnable ModelAgentPluginEnable) ApiEnableAgentPluginRequest

type ApiEnableCloudNodeControlsRequest ¶

type ApiEnableCloudNodeControlsRequest struct {
	ApiService *ControlsAPIService
	// contains filtered or unexported fields
}

func (ApiEnableCloudNodeControlsRequest) Execute ¶

func (ApiEnableCloudNodeControlsRequest) ModelCloudNodeEnableDisableReq ¶

func (r ApiEnableCloudNodeControlsRequest) ModelCloudNodeEnableDisableReq(modelCloudNodeEnableDisableReq ModelCloudNodeEnableDisableReq) ApiEnableCloudNodeControlsRequest

type ApiEulaRequest ¶

type ApiEulaRequest struct {
	ApiService *CommonAPIService
	// contains filtered or unexported fields
}

func (ApiEulaRequest) Execute ¶

type ApiGenerateAgentDiagnosticLogsRequest ¶

type ApiGenerateAgentDiagnosticLogsRequest struct {
	ApiService *DiagnosisAPIService
	// contains filtered or unexported fields
}

func (ApiGenerateAgentDiagnosticLogsRequest) DiagnosisGenerateAgentDiagnosticLogsRequest ¶

func (r ApiGenerateAgentDiagnosticLogsRequest) DiagnosisGenerateAgentDiagnosticLogsRequest(diagnosisGenerateAgentDiagnosticLogsRequest DiagnosisGenerateAgentDiagnosticLogsRequest) ApiGenerateAgentDiagnosticLogsRequest

func (ApiGenerateAgentDiagnosticLogsRequest) Execute ¶

type ApiGenerateCloudScannerDiagnosticLogsRequest ¶

type ApiGenerateCloudScannerDiagnosticLogsRequest struct {
	ApiService *DiagnosisAPIService
	// contains filtered or unexported fields
}

func (ApiGenerateCloudScannerDiagnosticLogsRequest) DiagnosisGenerateCloudScannerDiagnosticLogsRequest ¶

func (r ApiGenerateCloudScannerDiagnosticLogsRequest) DiagnosisGenerateCloudScannerDiagnosticLogsRequest(diagnosisGenerateCloudScannerDiagnosticLogsRequest DiagnosisGenerateCloudScannerDiagnosticLogsRequest) ApiGenerateCloudScannerDiagnosticLogsRequest

func (ApiGenerateCloudScannerDiagnosticLogsRequest) Execute ¶

type ApiGenerateConsoleDiagnosticLogsRequest ¶

type ApiGenerateConsoleDiagnosticLogsRequest struct {
	ApiService *DiagnosisAPIService
	// contains filtered or unexported fields
}

func (ApiGenerateConsoleDiagnosticLogsRequest) DiagnosisGenerateConsoleDiagnosticLogsRequest ¶

func (r ApiGenerateConsoleDiagnosticLogsRequest) DiagnosisGenerateConsoleDiagnosticLogsRequest(diagnosisGenerateConsoleDiagnosticLogsRequest DiagnosisGenerateConsoleDiagnosticLogsRequest) ApiGenerateConsoleDiagnosticLogsRequest

func (ApiGenerateConsoleDiagnosticLogsRequest) Execute ¶

type ApiGenerateReportRequest ¶

type ApiGenerateReportRequest struct {
	ApiService *ReportsAPIService
	// contains filtered or unexported fields
}

func (ApiGenerateReportRequest) Execute ¶

func (ApiGenerateReportRequest) ModelGenerateReportReq ¶

func (r ApiGenerateReportRequest) ModelGenerateReportReq(modelGenerateReportReq ModelGenerateReportReq) ApiGenerateReportRequest

type ApiGenerativeAiIntegrationCloudPostureQueryRequest ¶

type ApiGenerativeAiIntegrationCloudPostureQueryRequest struct {
	ApiService *GenerativeAIAPIService
	// contains filtered or unexported fields
}

func (ApiGenerativeAiIntegrationCloudPostureQueryRequest) Execute ¶

func (ApiGenerativeAiIntegrationCloudPostureQueryRequest) ModelGenerativeAiIntegrationCloudPostureRequest ¶

func (r ApiGenerativeAiIntegrationCloudPostureQueryRequest) ModelGenerativeAiIntegrationCloudPostureRequest(modelGenerativeAiIntegrationCloudPostureRequest ModelGenerativeAiIntegrationCloudPostureRequest) ApiGenerativeAiIntegrationCloudPostureQueryRequest

type ApiGenerativeAiIntegrationKubernetesPostureQueryRequest ¶

type ApiGenerativeAiIntegrationKubernetesPostureQueryRequest struct {
	ApiService *GenerativeAIAPIService
	// contains filtered or unexported fields
}

func (ApiGenerativeAiIntegrationKubernetesPostureQueryRequest) Execute ¶

func (ApiGenerativeAiIntegrationKubernetesPostureQueryRequest) ModelGenerativeAiIntegrationKubernetesPostureRequest ¶

func (r ApiGenerativeAiIntegrationKubernetesPostureQueryRequest) ModelGenerativeAiIntegrationKubernetesPostureRequest(modelGenerativeAiIntegrationKubernetesPostureRequest ModelGenerativeAiIntegrationKubernetesPostureRequest) ApiGenerativeAiIntegrationKubernetesPostureQueryRequest

type ApiGenerativeAiIntegrationLinuxPostureQueryRequest ¶

type ApiGenerativeAiIntegrationLinuxPostureQueryRequest struct {
	ApiService *GenerativeAIAPIService
	// contains filtered or unexported fields
}

func (ApiGenerativeAiIntegrationLinuxPostureQueryRequest) Execute ¶

func (ApiGenerativeAiIntegrationLinuxPostureQueryRequest) ModelGenerativeAiIntegrationLinuxPostureRequest ¶

func (r ApiGenerativeAiIntegrationLinuxPostureQueryRequest) ModelGenerativeAiIntegrationLinuxPostureRequest(modelGenerativeAiIntegrationLinuxPostureRequest ModelGenerativeAiIntegrationLinuxPostureRequest) ApiGenerativeAiIntegrationLinuxPostureQueryRequest

type ApiGenerativeAiIntegrationMalwareQueryRequest ¶

type ApiGenerativeAiIntegrationMalwareQueryRequest struct {
	ApiService *GenerativeAIAPIService
	// contains filtered or unexported fields
}

func (ApiGenerativeAiIntegrationMalwareQueryRequest) Execute ¶

func (ApiGenerativeAiIntegrationMalwareQueryRequest) ModelGenerativeAiIntegrationMalwareRequest ¶

func (r ApiGenerativeAiIntegrationMalwareQueryRequest) ModelGenerativeAiIntegrationMalwareRequest(modelGenerativeAiIntegrationMalwareRequest ModelGenerativeAiIntegrationMalwareRequest) ApiGenerativeAiIntegrationMalwareQueryRequest

type ApiGenerativeAiIntegrationSecretQueryRequest ¶

type ApiGenerativeAiIntegrationSecretQueryRequest struct {
	ApiService *GenerativeAIAPIService
	// contains filtered or unexported fields
}

func (ApiGenerativeAiIntegrationSecretQueryRequest) Execute ¶

func (ApiGenerativeAiIntegrationSecretQueryRequest) ModelGenerativeAiIntegrationSecretRequest ¶

func (r ApiGenerativeAiIntegrationSecretQueryRequest) ModelGenerativeAiIntegrationSecretRequest(modelGenerativeAiIntegrationSecretRequest ModelGenerativeAiIntegrationSecretRequest) ApiGenerativeAiIntegrationSecretQueryRequest

type ApiGenerativeAiIntegrationVulnerabilityQueryRequest ¶

type ApiGenerativeAiIntegrationVulnerabilityQueryRequest struct {
	ApiService *GenerativeAIAPIService
	// contains filtered or unexported fields
}

func (ApiGenerativeAiIntegrationVulnerabilityQueryRequest) Execute ¶

func (ApiGenerativeAiIntegrationVulnerabilityQueryRequest) ModelGenerativeAiIntegrationVulnerabilityRequest ¶

func (r ApiGenerativeAiIntegrationVulnerabilityQueryRequest) ModelGenerativeAiIntegrationVulnerabilityRequest(modelGenerativeAiIntegrationVulnerabilityRequest ModelGenerativeAiIntegrationVulnerabilityRequest) ApiGenerativeAiIntegrationVulnerabilityQueryRequest

type ApiGetAgentControlsRequest ¶

type ApiGetAgentControlsRequest struct {
	ApiService *ControlsAPIService
	// contains filtered or unexported fields
}

func (ApiGetAgentControlsRequest) Execute ¶

func (ApiGetAgentControlsRequest) ModelAgentID ¶

type ApiGetAgentInitControlsRequest ¶

type ApiGetAgentInitControlsRequest struct {
	ApiService *ControlsAPIService
	// contains filtered or unexported fields
}

func (ApiGetAgentInitControlsRequest) Execute ¶

func (ApiGetAgentInitControlsRequest) ModelInitAgentReq ¶

type ApiGetAgentVersionsRequest ¶

type ApiGetAgentVersionsRequest struct {
	ApiService *SettingsAPIService
	// contains filtered or unexported fields
}

func (ApiGetAgentVersionsRequest) Execute ¶

type ApiGetAllNodesInScanResultsRequest ¶

type ApiGetAllNodesInScanResultsRequest struct {
	ApiService *ScanResultsAPIService
	// contains filtered or unexported fields
}

func (ApiGetAllNodesInScanResultsRequest) Execute ¶

func (ApiGetAllNodesInScanResultsRequest) ModelNodesInScanResultRequest ¶

func (r ApiGetAllNodesInScanResultsRequest) ModelNodesInScanResultRequest(modelNodesInScanResultRequest ModelNodesInScanResultRequest) ApiGetAllNodesInScanResultsRequest

type ApiGetApiTokensRequest ¶

type ApiGetApiTokensRequest struct {
	ApiService *UserAPIService
	// contains filtered or unexported fields
}

func (ApiGetApiTokensRequest) Execute ¶

type ApiGetCloudComplianceFiltersRequest ¶

type ApiGetCloudComplianceFiltersRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiGetCloudComplianceFiltersRequest) Execute ¶

func (ApiGetCloudComplianceFiltersRequest) ModelFiltersReq ¶

type ApiGetCloudCompliancesRequest ¶

type ApiGetCloudCompliancesRequest struct {
	ApiService *LookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetCloudCompliancesRequest) Execute ¶

func (ApiGetCloudCompliancesRequest) LookupLookupFilter ¶

func (r ApiGetCloudCompliancesRequest) LookupLookupFilter(lookupLookupFilter LookupLookupFilter) ApiGetCloudCompliancesRequest

type ApiGetCloudNodeControlsRequest ¶

type ApiGetCloudNodeControlsRequest struct {
	ApiService *ControlsAPIService
	// contains filtered or unexported fields
}

func (ApiGetCloudNodeControlsRequest) Execute ¶

func (ApiGetCloudNodeControlsRequest) ModelCloudNodeControlReq ¶

func (r ApiGetCloudNodeControlsRequest) ModelCloudNodeControlReq(modelCloudNodeControlReq ModelCloudNodeControlReq) ApiGetCloudNodeControlsRequest

type ApiGetCloudResourcesRequest ¶

type ApiGetCloudResourcesRequest struct {
	ApiService *LookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetCloudResourcesRequest) Execute ¶

func (ApiGetCloudResourcesRequest) LookupLookupFilter ¶

func (r ApiGetCloudResourcesRequest) LookupLookupFilter(lookupLookupFilter LookupLookupFilter) ApiGetCloudResourcesRequest

type ApiGetComplianceFiltersRequest ¶

type ApiGetComplianceFiltersRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiGetComplianceFiltersRequest) Execute ¶

func (ApiGetComplianceFiltersRequest) ModelFiltersReq ¶

type ApiGetCompliancesRequest ¶

type ApiGetCompliancesRequest struct {
	ApiService *LookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetCompliancesRequest) Execute ¶

func (ApiGetCompliancesRequest) LookupLookupFilter ¶

func (r ApiGetCompliancesRequest) LookupLookupFilter(lookupLookupFilter LookupLookupFilter) ApiGetCompliancesRequest

type ApiGetConsoleApiTokenRequest ¶

type ApiGetConsoleApiTokenRequest struct {
	ApiService *InternalAPIService
	// contains filtered or unexported fields
}

func (ApiGetConsoleApiTokenRequest) Execute ¶

type ApiGetContainerImagesRequest ¶

type ApiGetContainerImagesRequest struct {
	ApiService *LookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetContainerImagesRequest) Execute ¶

func (ApiGetContainerImagesRequest) LookupLookupFilter ¶

func (r ApiGetContainerImagesRequest) LookupLookupFilter(lookupLookupFilter LookupLookupFilter) ApiGetContainerImagesRequest

type ApiGetContainersRequest ¶

type ApiGetContainersRequest struct {
	ApiService *LookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetContainersRequest) Execute ¶

func (ApiGetContainersRequest) LookupLookupFilter ¶

func (r ApiGetContainersRequest) LookupLookupFilter(lookupLookupFilter LookupLookupFilter) ApiGetContainersRequest

type ApiGetContainersTopologyGraphRequest ¶

type ApiGetContainersTopologyGraphRequest struct {
	ApiService *TopologyAPIService
	// contains filtered or unexported fields
}

func (ApiGetContainersTopologyGraphRequest) Execute ¶

func (ApiGetContainersTopologyGraphRequest) GraphTopologyFilters ¶

type ApiGetCurrentUserRequest ¶

type ApiGetCurrentUserRequest struct {
	ApiService *UserAPIService
	// contains filtered or unexported fields
}

func (ApiGetCurrentUserRequest) Execute ¶

type ApiGetDiagnosticLogsRequest ¶

type ApiGetDiagnosticLogsRequest struct {
	ApiService *DiagnosisAPIService
	// contains filtered or unexported fields
}

func (ApiGetDiagnosticLogsRequest) Execute ¶

type ApiGetEmailConfigurationRequest ¶

type ApiGetEmailConfigurationRequest struct {
	ApiService *SettingsAPIService
	// contains filtered or unexported fields
}

func (ApiGetEmailConfigurationRequest) Execute ¶

type ApiGetHostsRequest ¶

type ApiGetHostsRequest struct {
	ApiService *LookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetHostsRequest) Execute ¶

func (r ApiGetHostsRequest) Execute() ([]ModelHost, *http.Response, error)

func (ApiGetHostsRequest) LookupLookupFilter ¶

func (r ApiGetHostsRequest) LookupLookupFilter(lookupLookupFilter LookupLookupFilter) ApiGetHostsRequest

type ApiGetHostsTopologyGraphRequest ¶

type ApiGetHostsTopologyGraphRequest struct {
	ApiService *TopologyAPIService
	// contains filtered or unexported fields
}

func (ApiGetHostsTopologyGraphRequest) Execute ¶

func (ApiGetHostsTopologyGraphRequest) GraphTopologyFilters ¶

func (r ApiGetHostsTopologyGraphRequest) GraphTopologyFilters(graphTopologyFilters GraphTopologyFilters) ApiGetHostsTopologyGraphRequest

type ApiGetIndividualThreatGraphRequest ¶

type ApiGetIndividualThreatGraphRequest struct {
	ApiService *ThreatAPIService
	// contains filtered or unexported fields
}

func (ApiGetIndividualThreatGraphRequest) Execute ¶

func (ApiGetIndividualThreatGraphRequest) GraphIndividualThreatGraphRequest ¶

func (r ApiGetIndividualThreatGraphRequest) GraphIndividualThreatGraphRequest(graphIndividualThreatGraphRequest GraphIndividualThreatGraphRequest) ApiGetIndividualThreatGraphRequest

type ApiGetKubernetesClusterControlsRequest ¶

type ApiGetKubernetesClusterControlsRequest struct {
	ApiService *ControlsAPIService
	// contains filtered or unexported fields
}

func (ApiGetKubernetesClusterControlsRequest) Execute ¶

func (ApiGetKubernetesClusterControlsRequest) ModelAgentID ¶

type ApiGetKubernetesClustersRequest ¶

type ApiGetKubernetesClustersRequest struct {
	ApiService *LookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetKubernetesClustersRequest) Execute ¶

func (ApiGetKubernetesClustersRequest) LookupLookupFilter ¶

type ApiGetKubernetesTopologyGraphRequest ¶

type ApiGetKubernetesTopologyGraphRequest struct {
	ApiService *TopologyAPIService
	// contains filtered or unexported fields
}

func (ApiGetKubernetesTopologyGraphRequest) Execute ¶

func (ApiGetKubernetesTopologyGraphRequest) GraphTopologyFilters ¶

type ApiGetMalwaresRequest ¶

type ApiGetMalwaresRequest struct {
	ApiService *LookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetMalwaresRequest) Execute ¶

func (ApiGetMalwaresRequest) LookupLookupFilter ¶

func (r ApiGetMalwaresRequest) LookupLookupFilter(lookupLookupFilter LookupLookupFilter) ApiGetMalwaresRequest

type ApiGetPodsRequest ¶

type ApiGetPodsRequest struct {
	ApiService *LookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetPodsRequest) Execute ¶

func (r ApiGetPodsRequest) Execute() ([]ModelPod, *http.Response, error)

func (ApiGetPodsRequest) LookupLookupFilter ¶

func (r ApiGetPodsRequest) LookupLookupFilter(lookupLookupFilter LookupLookupFilter) ApiGetPodsRequest

type ApiGetPodsTopologyGraphRequest ¶

type ApiGetPodsTopologyGraphRequest struct {
	ApiService *TopologyAPIService
	// contains filtered or unexported fields
}

func (ApiGetPodsTopologyGraphRequest) Execute ¶

func (ApiGetPodsTopologyGraphRequest) GraphTopologyFilters ¶

func (r ApiGetPodsTopologyGraphRequest) GraphTopologyFilters(graphTopologyFilters GraphTopologyFilters) ApiGetPodsTopologyGraphRequest

type ApiGetProcessesRequest ¶

type ApiGetProcessesRequest struct {
	ApiService *LookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetProcessesRequest) Execute ¶

func (ApiGetProcessesRequest) LookupLookupFilter ¶

func (r ApiGetProcessesRequest) LookupLookupFilter(lookupLookupFilter LookupLookupFilter) ApiGetProcessesRequest

type ApiGetRegistryAccountRequest ¶

type ApiGetRegistryAccountRequest struct {
	ApiService *LookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetRegistryAccountRequest) Execute ¶

func (ApiGetRegistryAccountRequest) LookupLookupFilter ¶

func (r ApiGetRegistryAccountRequest) LookupLookupFilter(lookupLookupFilter LookupLookupFilter) ApiGetRegistryAccountRequest

type ApiGetRegistrySummaryRequest ¶

type ApiGetRegistrySummaryRequest struct {
	ApiService *RegistryAPIService
	// contains filtered or unexported fields
}

func (ApiGetRegistrySummaryRequest) Execute ¶

type ApiGetReportRequest ¶

type ApiGetReportRequest struct {
	ApiService *ReportsAPIService
	// contains filtered or unexported fields
}

func (ApiGetReportRequest) Execute ¶

type ApiGetSBOMRequest ¶

type ApiGetSBOMRequest struct {
	ApiService *VulnerabilityAPIService
	// contains filtered or unexported fields
}

func (ApiGetSBOMRequest) Execute ¶

func (ApiGetSBOMRequest) ModelSbomRequest ¶

func (r ApiGetSBOMRequest) ModelSbomRequest(modelSbomRequest ModelSbomRequest) ApiGetSBOMRequest

type ApiGetScanReportFieldsRequest ¶

type ApiGetScanReportFieldsRequest struct {
	ApiService *CommonAPIService
	// contains filtered or unexported fields
}

func (ApiGetScanReportFieldsRequest) Execute ¶

type ApiGetScheduledTasksRequest ¶

type ApiGetScheduledTasksRequest struct {
	ApiService *SettingsAPIService
	// contains filtered or unexported fields
}

func (ApiGetScheduledTasksRequest) Execute ¶

type ApiGetSecretsRequest ¶

type ApiGetSecretsRequest struct {
	ApiService *LookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetSecretsRequest) Execute ¶

func (r ApiGetSecretsRequest) Execute() ([]ModelSecret, *http.Response, error)

func (ApiGetSecretsRequest) LookupLookupFilter ¶

func (r ApiGetSecretsRequest) LookupLookupFilter(lookupLookupFilter LookupLookupFilter) ApiGetSecretsRequest

type ApiGetSettingsRequest ¶

type ApiGetSettingsRequest struct {
	ApiService *SettingsAPIService
	// contains filtered or unexported fields
}

func (ApiGetSettingsRequest) Execute ¶

type ApiGetSummaryAllRequest ¶

type ApiGetSummaryAllRequest struct {
	ApiService *RegistryAPIService
	// contains filtered or unexported fields
}

func (ApiGetSummaryAllRequest) Execute ¶

type ApiGetSummaryByTypeRequest ¶

type ApiGetSummaryByTypeRequest struct {
	ApiService *RegistryAPIService
	// contains filtered or unexported fields
}

func (ApiGetSummaryByTypeRequest) Execute ¶

type ApiGetThreatGraphRequest ¶

type ApiGetThreatGraphRequest struct {
	ApiService *ThreatAPIService
	// contains filtered or unexported fields
}

func (ApiGetThreatGraphRequest) Execute ¶

func (ApiGetThreatGraphRequest) GraphThreatFilters ¶

func (r ApiGetThreatGraphRequest) GraphThreatFilters(graphThreatFilters GraphThreatFilters) ApiGetThreatGraphRequest

type ApiGetTopologyDeltaRequest ¶

type ApiGetTopologyDeltaRequest struct {
	ApiService *TopologyAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopologyDeltaRequest) Execute ¶

func (ApiGetTopologyDeltaRequest) ModelTopologyDeltaReq ¶

func (r ApiGetTopologyDeltaRequest) ModelTopologyDeltaReq(modelTopologyDeltaReq ModelTopologyDeltaReq) ApiGetTopologyDeltaRequest

type ApiGetTopologyGraphRequest ¶

type ApiGetTopologyGraphRequest struct {
	ApiService *TopologyAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopologyGraphRequest) Execute ¶

func (ApiGetTopologyGraphRequest) GraphTopologyFilters ¶

func (r ApiGetTopologyGraphRequest) GraphTopologyFilters(graphTopologyFilters GraphTopologyFilters) ApiGetTopologyGraphRequest

type ApiGetUserAuditLogsCountRequest ¶

type ApiGetUserAuditLogsCountRequest struct {
	ApiService *SettingsAPIService
	// contains filtered or unexported fields
}

func (ApiGetUserAuditLogsCountRequest) Execute ¶

type ApiGetUserAuditLogsRequest ¶

type ApiGetUserAuditLogsRequest struct {
	ApiService *SettingsAPIService
	// contains filtered or unexported fields
}

func (ApiGetUserAuditLogsRequest) Execute ¶

func (ApiGetUserAuditLogsRequest) ModelGetAuditLogsRequest ¶

func (r ApiGetUserAuditLogsRequest) ModelGetAuditLogsRequest(modelGetAuditLogsRequest ModelGetAuditLogsRequest) ApiGetUserAuditLogsRequest

type ApiGetUserRequest ¶

type ApiGetUserRequest struct {
	ApiService *UserAPIService
	// contains filtered or unexported fields
}

func (ApiGetUserRequest) Execute ¶

func (r ApiGetUserRequest) Execute() (*ModelUser, *http.Response, error)

type ApiGetUsersRequest ¶

type ApiGetUsersRequest struct {
	ApiService *UserAPIService
	// contains filtered or unexported fields
}

func (ApiGetUsersRequest) Execute ¶

func (r ApiGetUsersRequest) Execute() ([]ModelUser, *http.Response, error)

type ApiGetVulnerabilitiesRequest ¶

type ApiGetVulnerabilitiesRequest struct {
	ApiService *LookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetVulnerabilitiesRequest) Execute ¶

func (ApiGetVulnerabilitiesRequest) LookupLookupFilter ¶

func (r ApiGetVulnerabilitiesRequest) LookupLookupFilter(lookupLookupFilter LookupLookupFilter) ApiGetVulnerabilitiesRequest

type ApiGroupResultsMalwaresClassRequest ¶

type ApiGroupResultsMalwaresClassRequest struct {
	ApiService *MalwareScanAPIService
	// contains filtered or unexported fields
}

func (ApiGroupResultsMalwaresClassRequest) Execute ¶

type ApiGroupResultsMalwaresRequest ¶

type ApiGroupResultsMalwaresRequest struct {
	ApiService *MalwareScanAPIService
	// contains filtered or unexported fields
}

func (ApiGroupResultsMalwaresRequest) Execute ¶

type ApiGroupResultsSecretsRequest ¶

type ApiGroupResultsSecretsRequest struct {
	ApiService *SecretScanAPIService
	// contains filtered or unexported fields
}

func (ApiGroupResultsSecretsRequest) Execute ¶

type ApiIngestAgentReportRequest ¶

type ApiIngestAgentReportRequest struct {
	ApiService *TopologyAPIService
	// contains filtered or unexported fields
}

func (ApiIngestAgentReportRequest) Execute ¶

func (ApiIngestAgentReportRequest) ReportRawReport ¶

func (r ApiIngestAgentReportRequest) ReportRawReport(reportRawReport ReportRawReport) ApiIngestAgentReportRequest

type ApiIngestCloudComplianceScanStatusRequest ¶

type ApiIngestCloudComplianceScanStatusRequest struct {
	ApiService *CloudScannerAPIService
	// contains filtered or unexported fields
}

func (ApiIngestCloudComplianceScanStatusRequest) Execute ¶

func (ApiIngestCloudComplianceScanStatusRequest) IngestersCloudComplianceScanStatus ¶

func (r ApiIngestCloudComplianceScanStatusRequest) IngestersCloudComplianceScanStatus(ingestersCloudComplianceScanStatus []IngestersCloudComplianceScanStatus) ApiIngestCloudComplianceScanStatusRequest

type ApiIngestCloudCompliancesRequest ¶

type ApiIngestCloudCompliancesRequest struct {
	ApiService *CloudScannerAPIService
	// contains filtered or unexported fields
}

func (ApiIngestCloudCompliancesRequest) Execute ¶

func (ApiIngestCloudCompliancesRequest) IngestersCloudCompliance ¶

func (r ApiIngestCloudCompliancesRequest) IngestersCloudCompliance(ingestersCloudCompliance []IngestersCloudCompliance) ApiIngestCloudCompliancesRequest

type ApiIngestCloudResourcesRequest ¶

type ApiIngestCloudResourcesRequest struct {
	ApiService *CloudResourcesAPIService
	// contains filtered or unexported fields
}

func (ApiIngestCloudResourcesRequest) Execute ¶

func (ApiIngestCloudResourcesRequest) IngestersCloudResource ¶

func (r ApiIngestCloudResourcesRequest) IngestersCloudResource(ingestersCloudResource []IngestersCloudResource) ApiIngestCloudResourcesRequest

type ApiIngestComplianceScanStatusRequest ¶

type ApiIngestComplianceScanStatusRequest struct {
	ApiService *ComplianceAPIService
	// contains filtered or unexported fields
}

func (ApiIngestComplianceScanStatusRequest) Execute ¶

func (ApiIngestComplianceScanStatusRequest) IngestersComplianceScanStatus ¶

func (r ApiIngestComplianceScanStatusRequest) IngestersComplianceScanStatus(ingestersComplianceScanStatus []IngestersComplianceScanStatus) ApiIngestComplianceScanStatusRequest

type ApiIngestCompliancesRequest ¶

type ApiIngestCompliancesRequest struct {
	ApiService *ComplianceAPIService
	// contains filtered or unexported fields
}

func (ApiIngestCompliancesRequest) Execute ¶

func (ApiIngestCompliancesRequest) IngestersCompliance ¶

func (r ApiIngestCompliancesRequest) IngestersCompliance(ingestersCompliance []IngestersCompliance) ApiIngestCompliancesRequest

type ApiIngestMalwareRequest ¶

type ApiIngestMalwareRequest struct {
	ApiService *MalwareScanAPIService
	// contains filtered or unexported fields
}

func (ApiIngestMalwareRequest) Execute ¶

func (r ApiIngestMalwareRequest) Execute() (*http.Response, error)

func (ApiIngestMalwareRequest) IngestersMalware ¶

func (r ApiIngestMalwareRequest) IngestersMalware(ingestersMalware []IngestersMalware) ApiIngestMalwareRequest

type ApiIngestMalwareScanStatusRequest ¶

type ApiIngestMalwareScanStatusRequest struct {
	ApiService *MalwareScanAPIService
	// contains filtered or unexported fields
}

func (ApiIngestMalwareScanStatusRequest) Execute ¶

func (ApiIngestMalwareScanStatusRequest) IngestersMalwareScanStatus ¶

func (r ApiIngestMalwareScanStatusRequest) IngestersMalwareScanStatus(ingestersMalwareScanStatus []IngestersMalwareScanStatus) ApiIngestMalwareScanStatusRequest

type ApiIngestSbomRequest ¶

type ApiIngestSbomRequest struct {
	ApiService *VulnerabilityAPIService
	// contains filtered or unexported fields
}

func (ApiIngestSbomRequest) Execute ¶

func (r ApiIngestSbomRequest) Execute() (*http.Response, error)

func (ApiIngestSbomRequest) UtilsScanSbomRequest ¶

func (r ApiIngestSbomRequest) UtilsScanSbomRequest(utilsScanSbomRequest UtilsScanSbomRequest) ApiIngestSbomRequest

type ApiIngestSecretScanStatusRequest ¶

type ApiIngestSecretScanStatusRequest struct {
	ApiService *SecretScanAPIService
	// contains filtered or unexported fields
}

func (ApiIngestSecretScanStatusRequest) Execute ¶

func (ApiIngestSecretScanStatusRequest) IngestersSecretScanStatus ¶

func (r ApiIngestSecretScanStatusRequest) IngestersSecretScanStatus(ingestersSecretScanStatus []IngestersSecretScanStatus) ApiIngestSecretScanStatusRequest

type ApiIngestSecretsRequest ¶

type ApiIngestSecretsRequest struct {
	ApiService *SecretScanAPIService
	// contains filtered or unexported fields
}

func (ApiIngestSecretsRequest) Execute ¶

func (r ApiIngestSecretsRequest) Execute() (*http.Response, error)

func (ApiIngestSecretsRequest) IngestersSecret ¶

func (r ApiIngestSecretsRequest) IngestersSecret(ingestersSecret []IngestersSecret) ApiIngestSecretsRequest

type ApiIngestSyncAgentReportRequest ¶

type ApiIngestSyncAgentReportRequest struct {
	ApiService *TopologyAPIService
	// contains filtered or unexported fields
}

func (ApiIngestSyncAgentReportRequest) Execute ¶

func (ApiIngestSyncAgentReportRequest) IngestersReportIngestionData ¶

func (r ApiIngestSyncAgentReportRequest) IngestersReportIngestionData(ingestersReportIngestionData IngestersReportIngestionData) ApiIngestSyncAgentReportRequest

type ApiIngestVulnerabilitiesRequest ¶

type ApiIngestVulnerabilitiesRequest struct {
	ApiService *VulnerabilityAPIService
	// contains filtered or unexported fields
}

func (ApiIngestVulnerabilitiesRequest) Execute ¶

func (ApiIngestVulnerabilitiesRequest) IngestersVulnerability ¶

func (r ApiIngestVulnerabilitiesRequest) IngestersVulnerability(ingestersVulnerability []IngestersVulnerability) ApiIngestVulnerabilitiesRequest

type ApiIngestVulnerabilitiesScanStatusRequest ¶

type ApiIngestVulnerabilitiesScanStatusRequest struct {
	ApiService *VulnerabilityAPIService
	// contains filtered or unexported fields
}

func (ApiIngestVulnerabilitiesScanStatusRequest) Execute ¶

func (ApiIngestVulnerabilitiesScanStatusRequest) IngestersVulnerabilityScanStatus ¶

func (r ApiIngestVulnerabilitiesScanStatusRequest) IngestersVulnerabilityScanStatus(ingestersVulnerabilityScanStatus []IngestersVulnerabilityScanStatus) ApiIngestVulnerabilitiesScanStatusRequest

type ApiInviteUserRequest ¶

type ApiInviteUserRequest struct {
	ApiService *UserAPIService
	// contains filtered or unexported fields
}

func (ApiInviteUserRequest) Execute ¶

func (ApiInviteUserRequest) ModelInviteUserRequest ¶

func (r ApiInviteUserRequest) ModelInviteUserRequest(modelInviteUserRequest ModelInviteUserRequest) ApiInviteUserRequest

type ApiListCloudComplianceScanRequest ¶

type ApiListCloudComplianceScanRequest struct {
	ApiService *CloudScannerAPIService
	// contains filtered or unexported fields
}

func (ApiListCloudComplianceScanRequest) Execute ¶

func (ApiListCloudComplianceScanRequest) ModelScanListReq ¶

type ApiListCloudNodeAccountRequest ¶

type ApiListCloudNodeAccountRequest struct {
	ApiService *CloudNodesAPIService
	// contains filtered or unexported fields
}

func (ApiListCloudNodeAccountRequest) Execute ¶

func (ApiListCloudNodeAccountRequest) ModelCloudNodeAccountsListReq ¶

func (r ApiListCloudNodeAccountRequest) ModelCloudNodeAccountsListReq(modelCloudNodeAccountsListReq ModelCloudNodeAccountsListReq) ApiListCloudNodeAccountRequest

type ApiListCloudProvidersRequest ¶

type ApiListCloudProvidersRequest struct {
	ApiService *CloudNodesAPIService
	// contains filtered or unexported fields
}

func (ApiListCloudProvidersRequest) Execute ¶

type ApiListComplianceScanRequest ¶

type ApiListComplianceScanRequest struct {
	ApiService *ComplianceAPIService
	// contains filtered or unexported fields
}

func (ApiListComplianceScanRequest) Execute ¶

func (ApiListComplianceScanRequest) ModelScanListReq ¶

func (r ApiListComplianceScanRequest) ModelScanListReq(modelScanListReq ModelScanListReq) ApiListComplianceScanRequest

type ApiListGenerativeAiIntegrationRequest ¶

type ApiListGenerativeAiIntegrationRequest struct {
	ApiService *GenerativeAIAPIService
	// contains filtered or unexported fields
}

func (ApiListGenerativeAiIntegrationRequest) Execute ¶

func (ApiListGenerativeAiIntegrationRequest) IntegrationType ¶

type ApiListImageStubsRequest ¶

type ApiListImageStubsRequest struct {
	ApiService *RegistryAPIService
	// contains filtered or unexported fields
}

func (ApiListImageStubsRequest) Execute ¶

func (ApiListImageStubsRequest) ModelRegistryImageStubsReq ¶

func (r ApiListImageStubsRequest) ModelRegistryImageStubsReq(modelRegistryImageStubsReq ModelRegistryImageStubsReq) ApiListImageStubsRequest

type ApiListImagesRequest ¶

type ApiListImagesRequest struct {
	ApiService *RegistryAPIService
	// contains filtered or unexported fields
}

func (ApiListImagesRequest) Execute ¶

func (ApiListImagesRequest) ModelRegistryImagesReq ¶

func (r ApiListImagesRequest) ModelRegistryImagesReq(modelRegistryImagesReq ModelRegistryImagesReq) ApiListImagesRequest

type ApiListIntegrationRequest ¶

type ApiListIntegrationRequest struct {
	ApiService *IntegrationAPIService
	// contains filtered or unexported fields
}

func (ApiListIntegrationRequest) Execute ¶

type ApiListMalwareScanRequest ¶

type ApiListMalwareScanRequest struct {
	ApiService *MalwareScanAPIService
	// contains filtered or unexported fields
}

func (ApiListMalwareScanRequest) Execute ¶

func (ApiListMalwareScanRequest) ModelScanListReq ¶

func (r ApiListMalwareScanRequest) ModelScanListReq(modelScanListReq ModelScanListReq) ApiListMalwareScanRequest

type ApiListRegistryRequest ¶

type ApiListRegistryRequest struct {
	ApiService *RegistryAPIService
	// contains filtered or unexported fields
}

func (ApiListRegistryRequest) Execute ¶

type ApiListReportsRequest ¶

type ApiListReportsRequest struct {
	ApiService *ReportsAPIService
	// contains filtered or unexported fields
}

func (ApiListReportsRequest) Execute ¶

type ApiListSecretScanRequest ¶

type ApiListSecretScanRequest struct {
	ApiService *SecretScanAPIService
	// contains filtered or unexported fields
}

func (ApiListSecretScanRequest) Execute ¶

func (ApiListSecretScanRequest) ModelScanListReq ¶

func (r ApiListSecretScanRequest) ModelScanListReq(modelScanListReq ModelScanListReq) ApiListSecretScanRequest

type ApiListVulnerabilityScansRequest ¶

type ApiListVulnerabilityScansRequest struct {
	ApiService *VulnerabilityAPIService
	// contains filtered or unexported fields
}

func (ApiListVulnerabilityScansRequest) Execute ¶

func (ApiListVulnerabilityScansRequest) ModelScanListReq ¶

type ApiLoginRequest ¶

type ApiLoginRequest struct {
	ApiService *AuthenticationAPIService
	// contains filtered or unexported fields
}

func (ApiLoginRequest) Execute ¶

func (ApiLoginRequest) ModelLoginRequest ¶

func (r ApiLoginRequest) ModelLoginRequest(modelLoginRequest ModelLoginRequest) ApiLoginRequest

type ApiLogoutRequest ¶

type ApiLogoutRequest struct {
	ApiService *AuthenticationAPIService
	// contains filtered or unexported fields
}

func (ApiLogoutRequest) Execute ¶

func (r ApiLogoutRequest) Execute() (*http.Response, error)

type ApiMaskScanResultRequest ¶

type ApiMaskScanResultRequest struct {
	ApiService *ScanResultsAPIService
	// contains filtered or unexported fields
}

func (ApiMaskScanResultRequest) Execute ¶

func (r ApiMaskScanResultRequest) Execute() (*http.Response, error)

func (ApiMaskScanResultRequest) ModelScanResultsMaskRequest ¶

func (r ApiMaskScanResultRequest) ModelScanResultsMaskRequest(modelScanResultsMaskRequest ModelScanResultsMaskRequest) ApiMaskScanResultRequest

type ApiNotifyScanResultRequest ¶

type ApiNotifyScanResultRequest struct {
	ApiService *ScanResultsAPIService
	// contains filtered or unexported fields
}

func (ApiNotifyScanResultRequest) Execute ¶

func (ApiNotifyScanResultRequest) ModelScanResultsActionRequest ¶

func (r ApiNotifyScanResultRequest) ModelScanResultsActionRequest(modelScanResultsActionRequest ModelScanResultsActionRequest) ApiNotifyScanResultRequest

type ApiRegisterCloudNodeAccountRequest ¶

type ApiRegisterCloudNodeAccountRequest struct {
	ApiService *CloudNodesAPIService
	// contains filtered or unexported fields
}

func (ApiRegisterCloudNodeAccountRequest) Execute ¶

func (ApiRegisterCloudNodeAccountRequest) ModelCloudNodeAccountRegisterReq ¶

func (r ApiRegisterCloudNodeAccountRequest) ModelCloudNodeAccountRegisterReq(modelCloudNodeAccountRegisterReq ModelCloudNodeAccountRegisterReq) ApiRegisterCloudNodeAccountRequest

type ApiRegisterInvitedUserRequest ¶

type ApiRegisterInvitedUserRequest struct {
	ApiService *UserAPIService
	// contains filtered or unexported fields
}

func (ApiRegisterInvitedUserRequest) Execute ¶

func (ApiRegisterInvitedUserRequest) ModelRegisterInvitedUserRequest ¶

func (r ApiRegisterInvitedUserRequest) ModelRegisterInvitedUserRequest(modelRegisterInvitedUserRequest ModelRegisterInvitedUserRequest) ApiRegisterInvitedUserRequest

type ApiRegisterUserRequest ¶

type ApiRegisterUserRequest struct {
	ApiService *UserAPIService
	// contains filtered or unexported fields
}

func (ApiRegisterUserRequest) Execute ¶

func (ApiRegisterUserRequest) ModelUserRegisterRequest ¶

func (r ApiRegisterUserRequest) ModelUserRegisterRequest(modelUserRegisterRequest ModelUserRegisterRequest) ApiRegisterUserRequest

type ApiResetApiTokensRequest ¶

type ApiResetApiTokensRequest struct {
	ApiService *UserAPIService
	// contains filtered or unexported fields
}

func (ApiResetApiTokensRequest) Execute ¶

type ApiResetPasswordRequestRequest ¶

type ApiResetPasswordRequestRequest struct {
	ApiService *UserAPIService
	// contains filtered or unexported fields
}

func (ApiResetPasswordRequestRequest) Execute ¶

func (ApiResetPasswordRequestRequest) ModelPasswordResetRequest ¶

func (r ApiResetPasswordRequestRequest) ModelPasswordResetRequest(modelPasswordResetRequest ModelPasswordResetRequest) ApiResetPasswordRequestRequest

type ApiResultsClassMalwareScanRequest ¶

type ApiResultsClassMalwareScanRequest struct {
	ApiService *MalwareScanAPIService
	// contains filtered or unexported fields
}

func (ApiResultsClassMalwareScanRequest) Execute ¶

func (ApiResultsClassMalwareScanRequest) ModelScanResultsReq ¶

type ApiResultsCloudComplianceScanRequest ¶

type ApiResultsCloudComplianceScanRequest struct {
	ApiService *CloudScannerAPIService
	// contains filtered or unexported fields
}

func (ApiResultsCloudComplianceScanRequest) Execute ¶

func (ApiResultsCloudComplianceScanRequest) ModelScanResultsReq ¶

type ApiResultsComplianceScanRequest ¶

type ApiResultsComplianceScanRequest struct {
	ApiService *ComplianceAPIService
	// contains filtered or unexported fields
}

func (ApiResultsComplianceScanRequest) Execute ¶

func (ApiResultsComplianceScanRequest) ModelScanResultsReq ¶

func (r ApiResultsComplianceScanRequest) ModelScanResultsReq(modelScanResultsReq ModelScanResultsReq) ApiResultsComplianceScanRequest

type ApiResultsMalwareScanRequest ¶

type ApiResultsMalwareScanRequest struct {
	ApiService *MalwareScanAPIService
	// contains filtered or unexported fields
}

func (ApiResultsMalwareScanRequest) Execute ¶

func (ApiResultsMalwareScanRequest) ModelScanResultsReq ¶

func (r ApiResultsMalwareScanRequest) ModelScanResultsReq(modelScanResultsReq ModelScanResultsReq) ApiResultsMalwareScanRequest

type ApiResultsRulesMalwareScanRequest ¶

type ApiResultsRulesMalwareScanRequest struct {
	ApiService *MalwareScanAPIService
	// contains filtered or unexported fields
}

func (ApiResultsRulesMalwareScanRequest) Execute ¶

func (ApiResultsRulesMalwareScanRequest) ModelScanResultsReq ¶

type ApiResultsRulesSecretScanRequest ¶

type ApiResultsRulesSecretScanRequest struct {
	ApiService *SecretScanAPIService
	// contains filtered or unexported fields
}

func (ApiResultsRulesSecretScanRequest) Execute ¶

func (ApiResultsRulesSecretScanRequest) ModelScanResultsReq ¶

type ApiResultsSecretScanRequest ¶

type ApiResultsSecretScanRequest struct {
	ApiService *SecretScanAPIService
	// contains filtered or unexported fields
}

func (ApiResultsSecretScanRequest) Execute ¶

func (ApiResultsSecretScanRequest) ModelScanResultsReq ¶

func (r ApiResultsSecretScanRequest) ModelScanResultsReq(modelScanResultsReq ModelScanResultsReq) ApiResultsSecretScanRequest

type ApiResultsVulnerabilityScansRequest ¶

type ApiResultsVulnerabilityScansRequest struct {
	ApiService *VulnerabilityAPIService
	// contains filtered or unexported fields
}

func (ApiResultsVulnerabilityScansRequest) Execute ¶

func (ApiResultsVulnerabilityScansRequest) ModelScanResultsReq ¶

type ApiSearchCloudAccountsRequest ¶

type ApiSearchCloudAccountsRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchCloudAccountsRequest) Execute ¶

func (ApiSearchCloudAccountsRequest) SearchSearchNodeReq ¶

func (r ApiSearchCloudAccountsRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiSearchCloudAccountsRequest

type ApiSearchCloudComplianceScansRequest ¶

type ApiSearchCloudComplianceScansRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchCloudComplianceScansRequest) Execute ¶

func (ApiSearchCloudComplianceScansRequest) SearchSearchScanReq ¶

type ApiSearchCloudCompliancesRequest ¶

type ApiSearchCloudCompliancesRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchCloudCompliancesRequest) Execute ¶

func (ApiSearchCloudCompliancesRequest) SearchSearchNodeReq ¶

type ApiSearchCloudResourcesRequest ¶

type ApiSearchCloudResourcesRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchCloudResourcesRequest) Execute ¶

func (ApiSearchCloudResourcesRequest) SearchSearchNodeReq ¶

func (r ApiSearchCloudResourcesRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiSearchCloudResourcesRequest

type ApiSearchComplianceRulesRequest ¶

type ApiSearchComplianceRulesRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchComplianceRulesRequest) Execute ¶

func (ApiSearchComplianceRulesRequest) SearchSearchNodeReq ¶

func (r ApiSearchComplianceRulesRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiSearchComplianceRulesRequest

type ApiSearchComplianceScansRequest ¶

type ApiSearchComplianceScansRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchComplianceScansRequest) Execute ¶

func (ApiSearchComplianceScansRequest) SearchSearchScanReq ¶

func (r ApiSearchComplianceScansRequest) SearchSearchScanReq(searchSearchScanReq SearchSearchScanReq) ApiSearchComplianceScansRequest

type ApiSearchCompliancesRequest ¶

type ApiSearchCompliancesRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchCompliancesRequest) Execute ¶

func (ApiSearchCompliancesRequest) SearchSearchNodeReq ¶

func (r ApiSearchCompliancesRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiSearchCompliancesRequest

type ApiSearchContainerImagesRequest ¶

type ApiSearchContainerImagesRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchContainerImagesRequest) Execute ¶

func (ApiSearchContainerImagesRequest) SearchSearchNodeReq ¶

func (r ApiSearchContainerImagesRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiSearchContainerImagesRequest

type ApiSearchContainersRequest ¶

type ApiSearchContainersRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchContainersRequest) Execute ¶

func (ApiSearchContainersRequest) SearchSearchNodeReq ¶

func (r ApiSearchContainersRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiSearchContainersRequest

type ApiSearchHostsRequest ¶

type ApiSearchHostsRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchHostsRequest) Execute ¶

func (r ApiSearchHostsRequest) Execute() ([]ModelHost, *http.Response, error)

func (ApiSearchHostsRequest) SearchSearchNodeReq ¶

func (r ApiSearchHostsRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiSearchHostsRequest

type ApiSearchKubernetesClustersRequest ¶

type ApiSearchKubernetesClustersRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchKubernetesClustersRequest) Execute ¶

func (ApiSearchKubernetesClustersRequest) SearchSearchNodeReq ¶

type ApiSearchMalwareRulesRequest ¶

type ApiSearchMalwareRulesRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchMalwareRulesRequest) Execute ¶

func (ApiSearchMalwareRulesRequest) SearchSearchNodeReq ¶

func (r ApiSearchMalwareRulesRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiSearchMalwareRulesRequest

type ApiSearchMalwareScansRequest ¶

type ApiSearchMalwareScansRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchMalwareScansRequest) Execute ¶

func (ApiSearchMalwareScansRequest) SearchSearchScanReq ¶

func (r ApiSearchMalwareScansRequest) SearchSearchScanReq(searchSearchScanReq SearchSearchScanReq) ApiSearchMalwareScansRequest

type ApiSearchMalwaresRequest ¶

type ApiSearchMalwaresRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchMalwaresRequest) Execute ¶

func (ApiSearchMalwaresRequest) SearchSearchNodeReq ¶

func (r ApiSearchMalwaresRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiSearchMalwaresRequest

type ApiSearchPodsRequest ¶

type ApiSearchPodsRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchPodsRequest) Execute ¶

func (r ApiSearchPodsRequest) Execute() ([]ModelPod, *http.Response, error)

func (ApiSearchPodsRequest) SearchSearchNodeReq ¶

func (r ApiSearchPodsRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiSearchPodsRequest

type ApiSearchSecretRulesRequest ¶

type ApiSearchSecretRulesRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchSecretRulesRequest) Execute ¶

func (ApiSearchSecretRulesRequest) SearchSearchNodeReq ¶

func (r ApiSearchSecretRulesRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiSearchSecretRulesRequest

type ApiSearchSecretsRequest ¶

type ApiSearchSecretsRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchSecretsRequest) Execute ¶

func (ApiSearchSecretsRequest) SearchSearchNodeReq ¶

func (r ApiSearchSecretsRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiSearchSecretsRequest

type ApiSearchSecretsScansRequest ¶

type ApiSearchSecretsScansRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchSecretsScansRequest) Execute ¶

func (ApiSearchSecretsScansRequest) SearchSearchScanReq ¶

func (r ApiSearchSecretsScansRequest) SearchSearchScanReq(searchSearchScanReq SearchSearchScanReq) ApiSearchSecretsScansRequest

type ApiSearchVulerabilityRulesRequest ¶

type ApiSearchVulerabilityRulesRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchVulerabilityRulesRequest) Execute ¶

func (ApiSearchVulerabilityRulesRequest) SearchSearchNodeReq ¶

type ApiSearchVulnerabilitiesRequest ¶

type ApiSearchVulnerabilitiesRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchVulnerabilitiesRequest) Execute ¶

func (ApiSearchVulnerabilitiesRequest) SearchSearchNodeReq ¶

func (r ApiSearchVulnerabilitiesRequest) SearchSearchNodeReq(searchSearchNodeReq SearchSearchNodeReq) ApiSearchVulnerabilitiesRequest

type ApiSearchVulnerabilityScansRequest ¶

type ApiSearchVulnerabilityScansRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiSearchVulnerabilityScansRequest) Execute ¶

func (ApiSearchVulnerabilityScansRequest) SearchSearchScanReq ¶

type ApiSetDefaultGenerativeAiIntegrationRequest ¶

type ApiSetDefaultGenerativeAiIntegrationRequest struct {
	ApiService *GenerativeAIAPIService
	// contains filtered or unexported fields
}

func (ApiSetDefaultGenerativeAiIntegrationRequest) Execute ¶

type ApiStartComplianceScanRequest ¶

type ApiStartComplianceScanRequest struct {
	ApiService *ComplianceAPIService
	// contains filtered or unexported fields
}

func (ApiStartComplianceScanRequest) Execute ¶

func (ApiStartComplianceScanRequest) ModelComplianceScanTriggerReq ¶

func (r ApiStartComplianceScanRequest) ModelComplianceScanTriggerReq(modelComplianceScanTriggerReq ModelComplianceScanTriggerReq) ApiStartComplianceScanRequest

type ApiStartMalwareScanRequest ¶

type ApiStartMalwareScanRequest struct {
	ApiService *MalwareScanAPIService
	// contains filtered or unexported fields
}

func (ApiStartMalwareScanRequest) Execute ¶

func (ApiStartMalwareScanRequest) ModelMalwareScanTriggerReq ¶

func (r ApiStartMalwareScanRequest) ModelMalwareScanTriggerReq(modelMalwareScanTriggerReq ModelMalwareScanTriggerReq) ApiStartMalwareScanRequest

type ApiStartSecretScanRequest ¶

type ApiStartSecretScanRequest struct {
	ApiService *SecretScanAPIService
	// contains filtered or unexported fields
}

func (ApiStartSecretScanRequest) Execute ¶

func (ApiStartSecretScanRequest) ModelSecretScanTriggerReq ¶

func (r ApiStartSecretScanRequest) ModelSecretScanTriggerReq(modelSecretScanTriggerReq ModelSecretScanTriggerReq) ApiStartSecretScanRequest

type ApiStartVulnerabilityScanRequest ¶

type ApiStartVulnerabilityScanRequest struct {
	ApiService *VulnerabilityAPIService
	// contains filtered or unexported fields
}

func (ApiStartVulnerabilityScanRequest) Execute ¶

func (ApiStartVulnerabilityScanRequest) ModelVulnerabilityScanTriggerReq ¶

func (r ApiStartVulnerabilityScanRequest) ModelVulnerabilityScanTriggerReq(modelVulnerabilityScanTriggerReq ModelVulnerabilityScanTriggerReq) ApiStartVulnerabilityScanRequest

type ApiStatusCloudComplianceScanRequest ¶

type ApiStatusCloudComplianceScanRequest struct {
	ApiService *CloudScannerAPIService
	// contains filtered or unexported fields
}

func (ApiStatusCloudComplianceScanRequest) Execute ¶

func (ApiStatusCloudComplianceScanRequest) ModelScanStatusReq ¶

type ApiStatusComplianceScanRequest ¶

type ApiStatusComplianceScanRequest struct {
	ApiService *ComplianceAPIService
	// contains filtered or unexported fields
}

func (ApiStatusComplianceScanRequest) Execute ¶

func (ApiStatusComplianceScanRequest) ModelScanStatusReq ¶

func (r ApiStatusComplianceScanRequest) ModelScanStatusReq(modelScanStatusReq ModelScanStatusReq) ApiStatusComplianceScanRequest

type ApiStatusMalwareScanRequest ¶

type ApiStatusMalwareScanRequest struct {
	ApiService *MalwareScanAPIService
	// contains filtered or unexported fields
}

func (ApiStatusMalwareScanRequest) Execute ¶

func (ApiStatusMalwareScanRequest) ModelScanStatusReq ¶

func (r ApiStatusMalwareScanRequest) ModelScanStatusReq(modelScanStatusReq ModelScanStatusReq) ApiStatusMalwareScanRequest

type ApiStatusSecretScanRequest ¶

type ApiStatusSecretScanRequest struct {
	ApiService *SecretScanAPIService
	// contains filtered or unexported fields
}

func (ApiStatusSecretScanRequest) Execute ¶

func (ApiStatusSecretScanRequest) ModelScanStatusReq ¶

func (r ApiStatusSecretScanRequest) ModelScanStatusReq(modelScanStatusReq ModelScanStatusReq) ApiStatusSecretScanRequest

type ApiStatusVulnerabilityScanRequest ¶

type ApiStatusVulnerabilityScanRequest struct {
	ApiService *VulnerabilityAPIService
	// contains filtered or unexported fields
}

func (ApiStatusVulnerabilityScanRequest) Execute ¶

func (ApiStatusVulnerabilityScanRequest) ModelScanStatusReq ¶

type ApiStopComplianceScanRequest ¶

type ApiStopComplianceScanRequest struct {
	ApiService *ComplianceAPIService
	// contains filtered or unexported fields
}

func (ApiStopComplianceScanRequest) Execute ¶

func (ApiStopComplianceScanRequest) ModelStopScanRequest ¶

func (r ApiStopComplianceScanRequest) ModelStopScanRequest(modelStopScanRequest ModelStopScanRequest) ApiStopComplianceScanRequest

type ApiStopMalwareScanRequest ¶

type ApiStopMalwareScanRequest struct {
	ApiService *MalwareScanAPIService
	// contains filtered or unexported fields
}

func (ApiStopMalwareScanRequest) Execute ¶

func (r ApiStopMalwareScanRequest) Execute() (*http.Response, error)

func (ApiStopMalwareScanRequest) ModelStopScanRequest ¶

func (r ApiStopMalwareScanRequest) ModelStopScanRequest(modelStopScanRequest ModelStopScanRequest) ApiStopMalwareScanRequest

type ApiStopSecretScanRequest ¶

type ApiStopSecretScanRequest struct {
	ApiService *SecretScanAPIService
	// contains filtered or unexported fields
}

func (ApiStopSecretScanRequest) Execute ¶

func (r ApiStopSecretScanRequest) Execute() (*http.Response, error)

func (ApiStopSecretScanRequest) ModelStopScanRequest ¶

func (r ApiStopSecretScanRequest) ModelStopScanRequest(modelStopScanRequest ModelStopScanRequest) ApiStopSecretScanRequest

type ApiStopVulnerabilityScanRequest ¶

type ApiStopVulnerabilityScanRequest struct {
	ApiService *VulnerabilityAPIService
	// contains filtered or unexported fields
}

func (ApiStopVulnerabilityScanRequest) Execute ¶

func (ApiStopVulnerabilityScanRequest) ModelStopScanRequest ¶

func (r ApiStopVulnerabilityScanRequest) ModelStopScanRequest(modelStopScanRequest ModelStopScanRequest) ApiStopVulnerabilityScanRequest

type ApiSyncRegistryRequest ¶

type ApiSyncRegistryRequest struct {
	ApiService *RegistryAPIService
	// contains filtered or unexported fields
}

func (ApiSyncRegistryRequest) Execute ¶

type ApiUnmaskScanResultRequest ¶

type ApiUnmaskScanResultRequest struct {
	ApiService *ScanResultsAPIService
	// contains filtered or unexported fields
}

func (ApiUnmaskScanResultRequest) Execute ¶

func (ApiUnmaskScanResultRequest) ModelScanResultsMaskRequest ¶

func (r ApiUnmaskScanResultRequest) ModelScanResultsMaskRequest(modelScanResultsMaskRequest ModelScanResultsMaskRequest) ApiUnmaskScanResultRequest

type ApiUpdateAgentDiagnosticLogsStatusRequest ¶

type ApiUpdateAgentDiagnosticLogsStatusRequest struct {
	ApiService *DiagnosisAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateAgentDiagnosticLogsStatusRequest) DiagnosisDiagnosticLogsStatus ¶

func (r ApiUpdateAgentDiagnosticLogsStatusRequest) DiagnosisDiagnosticLogsStatus(diagnosisDiagnosticLogsStatus DiagnosisDiagnosticLogsStatus) ApiUpdateAgentDiagnosticLogsStatusRequest

func (ApiUpdateAgentDiagnosticLogsStatusRequest) Execute ¶

type ApiUpdateCloudScannerDiagnosticLogsStatusRequest ¶

type ApiUpdateCloudScannerDiagnosticLogsStatusRequest struct {
	ApiService *DiagnosisAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateCloudScannerDiagnosticLogsStatusRequest) DiagnosisDiagnosticLogsStatus ¶

func (ApiUpdateCloudScannerDiagnosticLogsStatusRequest) Execute ¶

type ApiUpdateCurrentUserRequest ¶

type ApiUpdateCurrentUserRequest struct {
	ApiService *UserAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateCurrentUserRequest) Execute ¶

func (ApiUpdateCurrentUserRequest) ModelUpdateUserRequest ¶

func (r ApiUpdateCurrentUserRequest) ModelUpdateUserRequest(modelUpdateUserRequest ModelUpdateUserRequest) ApiUpdateCurrentUserRequest

type ApiUpdatePasswordRequest ¶

type ApiUpdatePasswordRequest struct {
	ApiService *UserAPIService
	// contains filtered or unexported fields
}

func (ApiUpdatePasswordRequest) Execute ¶

func (r ApiUpdatePasswordRequest) Execute() (*http.Response, error)

func (ApiUpdatePasswordRequest) ModelUpdateUserPasswordRequest ¶

func (r ApiUpdatePasswordRequest) ModelUpdateUserPasswordRequest(modelUpdateUserPasswordRequest ModelUpdateUserPasswordRequest) ApiUpdatePasswordRequest

type ApiUpdateRegistryRequest ¶

type ApiUpdateRegistryRequest struct {
	ApiService *RegistryAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateRegistryRequest) Execute ¶

func (ApiUpdateRegistryRequest) ModelRegistryUpdateReq ¶

func (r ApiUpdateRegistryRequest) ModelRegistryUpdateReq(modelRegistryUpdateReq ModelRegistryUpdateReq) ApiUpdateRegistryRequest

type ApiUpdateScheduledTaskRequest ¶

type ApiUpdateScheduledTaskRequest struct {
	ApiService *SettingsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateScheduledTaskRequest) Execute ¶

func (ApiUpdateScheduledTaskRequest) ModelUpdateScheduledTaskRequest ¶

func (r ApiUpdateScheduledTaskRequest) ModelUpdateScheduledTaskRequest(modelUpdateScheduledTaskRequest ModelUpdateScheduledTaskRequest) ApiUpdateScheduledTaskRequest

type ApiUpdateSettingRequest ¶

type ApiUpdateSettingRequest struct {
	ApiService *SettingsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateSettingRequest) Execute ¶

func (r ApiUpdateSettingRequest) Execute() (*http.Response, error)

func (ApiUpdateSettingRequest) ModelSettingUpdateRequest ¶

func (r ApiUpdateSettingRequest) ModelSettingUpdateRequest(modelSettingUpdateRequest ModelSettingUpdateRequest) ApiUpdateSettingRequest

type ApiUpdateUserRequest ¶

type ApiUpdateUserRequest struct {
	ApiService *UserAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateUserRequest) Execute ¶

func (r ApiUpdateUserRequest) Execute() (*ModelUser, *http.Response, error)

func (ApiUpdateUserRequest) ModelUpdateUserIDRequest ¶

func (r ApiUpdateUserRequest) ModelUpdateUserIDRequest(modelUpdateUserIDRequest ModelUpdateUserIDRequest) ApiUpdateUserRequest

type ApiUpgradeAgentVersionRequest ¶

type ApiUpgradeAgentVersionRequest struct {
	ApiService *ControlsAPIService
	// contains filtered or unexported fields
}

func (ApiUpgradeAgentVersionRequest) Execute ¶

func (ApiUpgradeAgentVersionRequest) ModelAgentUpgrade ¶

func (r ApiUpgradeAgentVersionRequest) ModelAgentUpgrade(modelAgentUpgrade ModelAgentUpgrade) ApiUpgradeAgentVersionRequest

type ApiUploadAgentVersionRequest ¶

type ApiUploadAgentVersionRequest struct {
	ApiService *SettingsAPIService
	// contains filtered or unexported fields
}

func (ApiUploadAgentVersionRequest) Execute ¶

type ApiUploadVulnerabilityDatabaseRequest ¶

type ApiUploadVulnerabilityDatabaseRequest struct {
	ApiService *SettingsAPIService
	// contains filtered or unexported fields
}

func (ApiUploadVulnerabilityDatabaseRequest) Database ¶

func (ApiUploadVulnerabilityDatabaseRequest) Execute ¶

type ApiVerifyResetPasswordRequestRequest ¶

type ApiVerifyResetPasswordRequestRequest struct {
	ApiService *UserAPIService
	// contains filtered or unexported fields
}

func (ApiVerifyResetPasswordRequestRequest) Execute ¶

func (ApiVerifyResetPasswordRequestRequest) ModelPasswordResetVerifyRequest ¶

func (r ApiVerifyResetPasswordRequestRequest) ModelPasswordResetVerifyRequest(modelPasswordResetVerifyRequest ModelPasswordResetVerifyRequest) ApiVerifyResetPasswordRequestRequest

type AuthenticationAPIService ¶

type AuthenticationAPIService service

AuthenticationAPIService AuthenticationAPI service

func (*AuthenticationAPIService) AuthToken ¶

AuthToken Get Access Token for API Token

Get access token for programmatic API access, by providing API Token

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAuthTokenRequest

func (*AuthenticationAPIService) AuthTokenExecute ¶

Execute executes the request

@return ModelResponseAccessToken

func (*AuthenticationAPIService) AuthTokenRefresh ¶

AuthTokenRefresh Refresh access token

Reissue access token using refresh token

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAuthTokenRefreshRequest

func (*AuthenticationAPIService) AuthTokenRefreshExecute ¶

Execute executes the request

@return ModelResponseAccessToken

func (*AuthenticationAPIService) Login ¶

Login Login API

Login API

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLoginRequest

func (*AuthenticationAPIService) LoginExecute ¶

Execute executes the request

@return ModelLoginResponse

func (*AuthenticationAPIService) Logout ¶

Logout Logout API

Logout API

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLogoutRequest

func (*AuthenticationAPIService) LogoutExecute ¶

Execute executes the request

type BasicAuth ¶

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type CloudNodesAPIService ¶

type CloudNodesAPIService service

CloudNodesAPIService CloudNodesAPI service

func (*CloudNodesAPIService) ListCloudNodeAccount ¶

ListCloudNodeAccount List Cloud Node Accounts

List Cloud Node Accounts registered with the console

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListCloudNodeAccountRequest

func (*CloudNodesAPIService) ListCloudNodeAccountExecute ¶

Execute executes the request

@return ModelCloudNodeAccountsListResp

func (*CloudNodesAPIService) ListCloudProviders ¶

ListCloudProviders List Cloud Node Providers

List Cloud Node Providers registered with the console

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListCloudProvidersRequest

func (*CloudNodesAPIService) ListCloudProvidersExecute ¶

Execute executes the request

@return ModelCloudNodeProvidersListResp

func (*CloudNodesAPIService) RegisterCloudNodeAccount ¶

RegisterCloudNodeAccount Register Cloud Node Account

Register Cloud Node Account and return any pending compliance scans from console

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiRegisterCloudNodeAccountRequest

func (*CloudNodesAPIService) RegisterCloudNodeAccountExecute ¶

Execute executes the request

@return ModelCloudNodeAccountRegisterResp

type CloudResourcesAPIService ¶

type CloudResourcesAPIService service

CloudResourcesAPIService CloudResourcesAPI service

func (*CloudResourcesAPIService) IngestCloudResources ¶

IngestCloudResources Ingest Cloud resources

Ingest Clouds Resources found while scanning cloud provider

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIngestCloudResourcesRequest

func (*CloudResourcesAPIService) IngestCloudResourcesExecute ¶

func (a *CloudResourcesAPIService) IngestCloudResourcesExecute(r ApiIngestCloudResourcesRequest) (*http.Response, error)

Execute executes the request

type CloudScannerAPIService ¶

type CloudScannerAPIService service

CloudScannerAPIService CloudScannerAPI service

func (*CloudScannerAPIService) CountResultsCloudComplianceScan ¶

func (a *CloudScannerAPIService) CountResultsCloudComplianceScan(ctx context.Context) ApiCountResultsCloudComplianceScanRequest

CountResultsCloudComplianceScan Get Cloud Compliance Scan Results

Get Cloud Compliance Scan results for cloud node

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountResultsCloudComplianceScanRequest

func (*CloudScannerAPIService) CountResultsCloudComplianceScanExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*CloudScannerAPIService) IngestCloudComplianceScanStatus ¶

func (a *CloudScannerAPIService) IngestCloudComplianceScanStatus(ctx context.Context) ApiIngestCloudComplianceScanStatusRequest

IngestCloudComplianceScanStatus Ingest Cloud Compliances scan status

Ingest Cloud compliances found while scanning cloud provider

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIngestCloudComplianceScanStatusRequest

func (*CloudScannerAPIService) IngestCloudComplianceScanStatusExecute ¶

func (a *CloudScannerAPIService) IngestCloudComplianceScanStatusExecute(r ApiIngestCloudComplianceScanStatusRequest) (*http.Response, error)

Execute executes the request

func (*CloudScannerAPIService) IngestCloudCompliances ¶

IngestCloudCompliances Ingest Cloud Compliances

Ingest Cloud compliances found while scanning cloud provider

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIngestCloudCompliancesRequest

func (*CloudScannerAPIService) IngestCloudCompliancesExecute ¶

func (a *CloudScannerAPIService) IngestCloudCompliancesExecute(r ApiIngestCloudCompliancesRequest) (*http.Response, error)

Execute executes the request

func (*CloudScannerAPIService) ListCloudComplianceScan ¶

ListCloudComplianceScan Get Cloud Compliance Scans List

Get Cloud Compliance Scans list for cloud node

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListCloudComplianceScanRequest

func (*CloudScannerAPIService) ListCloudComplianceScanExecute ¶

Execute executes the request

@return ModelScanListResp

func (*CloudScannerAPIService) ResultsCloudComplianceScan ¶

ResultsCloudComplianceScan Get Cloud Compliance Scan Results

Get Cloud Compliance Scan results for cloud node

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiResultsCloudComplianceScanRequest

func (*CloudScannerAPIService) ResultsCloudComplianceScanExecute ¶

Execute executes the request

@return ModelCloudComplianceScanResult

func (*CloudScannerAPIService) StatusCloudComplianceScan ¶

StatusCloudComplianceScan Get Cloud Compliance Scan Status

Get Cloud Compliance Scan Status on cloud node

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStatusCloudComplianceScanRequest

func (*CloudScannerAPIService) StatusCloudComplianceScanExecute ¶

Execute executes the request

@return ModelComplianceScanStatusResp

type CommonAPIService ¶

type CommonAPIService service

CommonAPIService CommonAPI service

func (*CommonAPIService) Eula ¶

Eula Get End User License Agreement

Get End User License Agreement

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEulaRequest

func (*CommonAPIService) EulaExecute ¶

Execute executes the request

@return ModelMessageResponse

func (*CommonAPIService) GetScanReportFields ¶

func (a *CommonAPIService) GetScanReportFields(ctx context.Context) ApiGetScanReportFieldsRequest

GetScanReportFields Get Scan Report Fields

Get all the fields available in all the scan reports

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetScanReportFieldsRequest

func (*CommonAPIService) GetScanReportFieldsExecute ¶

Execute executes the request

@return ModelScanReportFieldsResponse

type CompletionAPIService ¶

type CompletionAPIService service

CompletionAPIService CompletionAPI service

func (*CompletionAPIService) CompleteHostInfo ¶

CompleteHostInfo Get Completion for host fields

Complete host info

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCompleteHostInfoRequest

func (*CompletionAPIService) CompleteHostInfoExecute ¶

Execute executes the request

@return CompletionCompletionNodeFieldRes

func (*CompletionAPIService) CompleteProcessInfo ¶

CompleteProcessInfo Get Completion for process fields

Complete process info

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCompleteProcessInfoRequest

func (*CompletionAPIService) CompleteProcessInfoExecute ¶

Execute executes the request

@return CompletionCompletionNodeFieldRes

func (*CompletionAPIService) CompleteVulnerabilityInfo ¶

func (a *CompletionAPIService) CompleteVulnerabilityInfo(ctx context.Context) ApiCompleteVulnerabilityInfoRequest

CompleteVulnerabilityInfo Get Completion for vulnerability fields

Complete vulnerability info

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCompleteVulnerabilityInfoRequest

func (*CompletionAPIService) CompleteVulnerabilityInfoExecute ¶

Execute executes the request

@return CompletionCompletionNodeFieldRes

type CompletionCompletionNodeFieldReq ¶

type CompletionCompletionNodeFieldReq struct {
	Completion string           `json:"completion"`
	FieldName  string           `json:"field_name"`
	ScanId     *string          `json:"scan_id,omitempty"`
	Window     ModelFetchWindow `json:"window"`
}

CompletionCompletionNodeFieldReq struct for CompletionCompletionNodeFieldReq

func NewCompletionCompletionNodeFieldReq ¶

func NewCompletionCompletionNodeFieldReq(completion string, fieldName string, window ModelFetchWindow) *CompletionCompletionNodeFieldReq

NewCompletionCompletionNodeFieldReq instantiates a new CompletionCompletionNodeFieldReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCompletionCompletionNodeFieldReqWithDefaults ¶

func NewCompletionCompletionNodeFieldReqWithDefaults() *CompletionCompletionNodeFieldReq

NewCompletionCompletionNodeFieldReqWithDefaults instantiates a new CompletionCompletionNodeFieldReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CompletionCompletionNodeFieldReq) GetCompletion ¶

func (o *CompletionCompletionNodeFieldReq) GetCompletion() string

GetCompletion returns the Completion field value

func (*CompletionCompletionNodeFieldReq) GetCompletionOk ¶

func (o *CompletionCompletionNodeFieldReq) GetCompletionOk() (*string, bool)

GetCompletionOk returns a tuple with the Completion field value and a boolean to check if the value has been set.

func (*CompletionCompletionNodeFieldReq) GetFieldName ¶

func (o *CompletionCompletionNodeFieldReq) GetFieldName() string

GetFieldName returns the FieldName field value

func (*CompletionCompletionNodeFieldReq) GetFieldNameOk ¶

func (o *CompletionCompletionNodeFieldReq) GetFieldNameOk() (*string, bool)

GetFieldNameOk returns a tuple with the FieldName field value and a boolean to check if the value has been set.

func (*CompletionCompletionNodeFieldReq) GetScanId ¶

GetScanId returns the ScanId field value if set, zero value otherwise.

func (*CompletionCompletionNodeFieldReq) GetScanIdOk ¶

func (o *CompletionCompletionNodeFieldReq) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CompletionCompletionNodeFieldReq) GetWindow ¶

GetWindow returns the Window field value

func (*CompletionCompletionNodeFieldReq) GetWindowOk ¶

GetWindowOk returns a tuple with the Window field value and a boolean to check if the value has been set.

func (*CompletionCompletionNodeFieldReq) HasScanId ¶

func (o *CompletionCompletionNodeFieldReq) HasScanId() bool

HasScanId returns a boolean if a field has been set.

func (CompletionCompletionNodeFieldReq) MarshalJSON ¶

func (o CompletionCompletionNodeFieldReq) MarshalJSON() ([]byte, error)

func (*CompletionCompletionNodeFieldReq) SetCompletion ¶

func (o *CompletionCompletionNodeFieldReq) SetCompletion(v string)

SetCompletion sets field value

func (*CompletionCompletionNodeFieldReq) SetFieldName ¶

func (o *CompletionCompletionNodeFieldReq) SetFieldName(v string)

SetFieldName sets field value

func (*CompletionCompletionNodeFieldReq) SetScanId ¶

func (o *CompletionCompletionNodeFieldReq) SetScanId(v string)

SetScanId gets a reference to the given string and assigns it to the ScanId field.

func (*CompletionCompletionNodeFieldReq) SetWindow ¶

SetWindow sets field value

func (CompletionCompletionNodeFieldReq) ToMap ¶

func (o CompletionCompletionNodeFieldReq) ToMap() (map[string]interface{}, error)

func (*CompletionCompletionNodeFieldReq) UnmarshalJSON ¶

func (o *CompletionCompletionNodeFieldReq) UnmarshalJSON(bytes []byte) (err error)

type CompletionCompletionNodeFieldRes ¶

type CompletionCompletionNodeFieldRes struct {
	PossibleValues []string `json:"possible_values"`
}

CompletionCompletionNodeFieldRes struct for CompletionCompletionNodeFieldRes

func NewCompletionCompletionNodeFieldRes ¶

func NewCompletionCompletionNodeFieldRes(possibleValues []string) *CompletionCompletionNodeFieldRes

NewCompletionCompletionNodeFieldRes instantiates a new CompletionCompletionNodeFieldRes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCompletionCompletionNodeFieldResWithDefaults ¶

func NewCompletionCompletionNodeFieldResWithDefaults() *CompletionCompletionNodeFieldRes

NewCompletionCompletionNodeFieldResWithDefaults instantiates a new CompletionCompletionNodeFieldRes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CompletionCompletionNodeFieldRes) GetPossibleValues ¶

func (o *CompletionCompletionNodeFieldRes) GetPossibleValues() []string

GetPossibleValues returns the PossibleValues field value If the value is explicit nil, the zero value for []string will be returned

func (*CompletionCompletionNodeFieldRes) GetPossibleValuesOk ¶

func (o *CompletionCompletionNodeFieldRes) GetPossibleValuesOk() ([]string, bool)

GetPossibleValuesOk returns a tuple with the PossibleValues field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (CompletionCompletionNodeFieldRes) MarshalJSON ¶

func (o CompletionCompletionNodeFieldRes) MarshalJSON() ([]byte, error)

func (*CompletionCompletionNodeFieldRes) SetPossibleValues ¶

func (o *CompletionCompletionNodeFieldRes) SetPossibleValues(v []string)

SetPossibleValues sets field value

func (CompletionCompletionNodeFieldRes) ToMap ¶

func (o CompletionCompletionNodeFieldRes) ToMap() (map[string]interface{}, error)

func (*CompletionCompletionNodeFieldRes) UnmarshalJSON ¶

func (o *CompletionCompletionNodeFieldRes) UnmarshalJSON(bytes []byte) (err error)

type ComplianceAPIService ¶

type ComplianceAPIService service

ComplianceAPIService ComplianceAPI service

func (*ComplianceAPIService) CountResultsComplianceScan ¶

func (a *ComplianceAPIService) CountResultsComplianceScan(ctx context.Context) ApiCountResultsComplianceScanRequest

CountResultsComplianceScan Get Compliance Scans Results

Get Compliance Scans results on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountResultsComplianceScanRequest

func (*ComplianceAPIService) CountResultsComplianceScanExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*ComplianceAPIService) IngestComplianceScanStatus ¶

func (a *ComplianceAPIService) IngestComplianceScanStatus(ctx context.Context) ApiIngestComplianceScanStatusRequest

IngestComplianceScanStatus Ingest Compliance Scan Status

Ingest compliance issues found while scanning the agent

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIngestComplianceScanStatusRequest

func (*ComplianceAPIService) IngestComplianceScanStatusExecute ¶

func (a *ComplianceAPIService) IngestComplianceScanStatusExecute(r ApiIngestComplianceScanStatusRequest) (*http.Response, error)

Execute executes the request

func (*ComplianceAPIService) IngestCompliances ¶

IngestCompliances Ingest Compliances

Ingest compliance issues found while scanning the agent

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIngestCompliancesRequest

func (*ComplianceAPIService) IngestCompliancesExecute ¶

func (a *ComplianceAPIService) IngestCompliancesExecute(r ApiIngestCompliancesRequest) (*http.Response, error)

Execute executes the request

func (*ComplianceAPIService) ListComplianceScan ¶

ListComplianceScan Get Compliance Scans List

Get Compliance Scans list on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListComplianceScanRequest

func (*ComplianceAPIService) ListComplianceScanExecute ¶

Execute executes the request

@return ModelScanListResp

func (*ComplianceAPIService) ResultsComplianceScan ¶

ResultsComplianceScan Get Compliance Scans Results

Get Compliance Scans results on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiResultsComplianceScanRequest

func (*ComplianceAPIService) ResultsComplianceScanExecute ¶

Execute executes the request

@return ModelComplianceScanResult

func (*ComplianceAPIService) StartComplianceScan ¶

StartComplianceScan Start Compliance Scan

Start Compliance Scan on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStartComplianceScanRequest

func (*ComplianceAPIService) StartComplianceScanExecute ¶

Execute executes the request

@return ModelScanTriggerResp

func (*ComplianceAPIService) StatusComplianceScan ¶

StatusComplianceScan Get Compliance Scan Status

Get Compliance Scan Status on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStatusComplianceScanRequest

func (*ComplianceAPIService) StatusComplianceScanExecute ¶

Execute executes the request

@return ModelScanStatusResp

func (*ComplianceAPIService) StopComplianceScan ¶

StopComplianceScan Stop Compliance Scan

Stop Compliance Scan on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStopComplianceScanRequest

func (*ComplianceAPIService) StopComplianceScanExecute ¶

func (a *ComplianceAPIService) StopComplianceScanExecute(r ApiStopComplianceScanRequest) (*http.Response, error)

Execute executes the request

type Configuration ¶

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration ¶

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader ¶

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL ¶

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext ¶

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type ControlsAPIService ¶

type ControlsAPIService service

ControlsAPIService ControlsAPI service

func (*ControlsAPIService) DisableAgentPlugin ¶

DisableAgentPlugin Schedule new agent plugin version disabling

Schedule agent plugin disable

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDisableAgentPluginRequest

func (*ControlsAPIService) DisableAgentPluginExecute ¶

func (a *ControlsAPIService) DisableAgentPluginExecute(r ApiDisableAgentPluginRequest) (*http.Response, error)

Execute executes the request

func (*ControlsAPIService) DisableCloudNodeControls ¶

func (a *ControlsAPIService) DisableCloudNodeControls(ctx context.Context) ApiDisableCloudNodeControlsRequest

DisableCloudNodeControls Disable Cloud Node Controls

Disable controls for a cloud node

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDisableCloudNodeControlsRequest

func (*ControlsAPIService) DisableCloudNodeControlsExecute ¶

func (a *ControlsAPIService) DisableCloudNodeControlsExecute(r ApiDisableCloudNodeControlsRequest) (*http.Response, error)

Execute executes the request

func (*ControlsAPIService) EnableAgentPlugin ¶

EnableAgentPlugin Schedule new agent plugin version enabling

Schedule agent plugin enable

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEnableAgentPluginRequest

func (*ControlsAPIService) EnableAgentPluginExecute ¶

func (a *ControlsAPIService) EnableAgentPluginExecute(r ApiEnableAgentPluginRequest) (*http.Response, error)

Execute executes the request

func (*ControlsAPIService) EnableCloudNodeControls ¶

func (a *ControlsAPIService) EnableCloudNodeControls(ctx context.Context) ApiEnableCloudNodeControlsRequest

EnableCloudNodeControls Enable Cloud Node Controls

Enable controls for a cloud node

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEnableCloudNodeControlsRequest

func (*ControlsAPIService) EnableCloudNodeControlsExecute ¶

func (a *ControlsAPIService) EnableCloudNodeControlsExecute(r ApiEnableCloudNodeControlsRequest) (*http.Response, error)

Execute executes the request

func (*ControlsAPIService) GetAgentControls ¶

GetAgentControls Fetch Agent Actions

Fetch actions for a given agent

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAgentControlsRequest

func (*ControlsAPIService) GetAgentControlsExecute ¶

Execute executes the request

@return ControlsAgentControls

func (*ControlsAPIService) GetAgentInitControls ¶

GetAgentInitControls Fetch Agent Init Actions

Fetch initial actions for a given agent after it started

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAgentInitControlsRequest

func (*ControlsAPIService) GetAgentInitControlsExecute ¶

Execute executes the request

@return ControlsAgentControls

func (*ControlsAPIService) GetCloudNodeControls ¶

GetCloudNodeControls Fetch Cloud Node Controls

Fetch controls for a cloud node

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCloudNodeControlsRequest

func (*ControlsAPIService) GetCloudNodeControlsExecute ¶

Execute executes the request

@return ModelCloudNodeControlResp

func (*ControlsAPIService) GetKubernetesClusterControls ¶

func (a *ControlsAPIService) GetKubernetesClusterControls(ctx context.Context) ApiGetKubernetesClusterControlsRequest

GetKubernetesClusterControls Fetch Kubernetes Cluster Actions

Fetch actions for a given Kubernetes Cluster

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetKubernetesClusterControlsRequest

func (*ControlsAPIService) GetKubernetesClusterControlsExecute ¶

Execute executes the request

@return ControlsAgentControls

func (*ControlsAPIService) UpgradeAgentVersion ¶

UpgradeAgentVersion Schedule new agent version upgrade

Schedule new agent version upgrade

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpgradeAgentVersionRequest

func (*ControlsAPIService) UpgradeAgentVersionExecute ¶

func (a *ControlsAPIService) UpgradeAgentVersionExecute(r ApiUpgradeAgentVersionRequest) (*http.Response, error)

Execute executes the request

type ControlsAction ¶

type ControlsAction struct {
	Id             int32  `json:"id"`
	RequestPayload string `json:"request_payload"`
}

ControlsAction struct for ControlsAction

func NewControlsAction ¶

func NewControlsAction(id int32, requestPayload string) *ControlsAction

NewControlsAction instantiates a new ControlsAction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControlsActionWithDefaults ¶

func NewControlsActionWithDefaults() *ControlsAction

NewControlsActionWithDefaults instantiates a new ControlsAction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControlsAction) GetId ¶

func (o *ControlsAction) GetId() int32

GetId returns the Id field value

func (*ControlsAction) GetIdOk ¶

func (o *ControlsAction) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ControlsAction) GetRequestPayload ¶

func (o *ControlsAction) GetRequestPayload() string

GetRequestPayload returns the RequestPayload field value

func (*ControlsAction) GetRequestPayloadOk ¶

func (o *ControlsAction) GetRequestPayloadOk() (*string, bool)

GetRequestPayloadOk returns a tuple with the RequestPayload field value and a boolean to check if the value has been set.

func (ControlsAction) MarshalJSON ¶

func (o ControlsAction) MarshalJSON() ([]byte, error)

func (*ControlsAction) SetId ¶

func (o *ControlsAction) SetId(v int32)

SetId sets field value

func (*ControlsAction) SetRequestPayload ¶

func (o *ControlsAction) SetRequestPayload(v string)

SetRequestPayload sets field value

func (ControlsAction) ToMap ¶

func (o ControlsAction) ToMap() (map[string]interface{}, error)

func (*ControlsAction) UnmarshalJSON ¶

func (o *ControlsAction) UnmarshalJSON(bytes []byte) (err error)

type ControlsAgentBeat ¶

type ControlsAgentBeat struct {
	Beatrate int32 `json:"beatrate"`
}

ControlsAgentBeat struct for ControlsAgentBeat

func NewControlsAgentBeat ¶

func NewControlsAgentBeat(beatrate int32) *ControlsAgentBeat

NewControlsAgentBeat instantiates a new ControlsAgentBeat object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControlsAgentBeatWithDefaults ¶

func NewControlsAgentBeatWithDefaults() *ControlsAgentBeat

NewControlsAgentBeatWithDefaults instantiates a new ControlsAgentBeat object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControlsAgentBeat) GetBeatrate ¶

func (o *ControlsAgentBeat) GetBeatrate() int32

GetBeatrate returns the Beatrate field value

func (*ControlsAgentBeat) GetBeatrateOk ¶

func (o *ControlsAgentBeat) GetBeatrateOk() (*int32, bool)

GetBeatrateOk returns a tuple with the Beatrate field value and a boolean to check if the value has been set.

func (ControlsAgentBeat) MarshalJSON ¶

func (o ControlsAgentBeat) MarshalJSON() ([]byte, error)

func (*ControlsAgentBeat) SetBeatrate ¶

func (o *ControlsAgentBeat) SetBeatrate(v int32)

SetBeatrate sets field value

func (ControlsAgentBeat) ToMap ¶

func (o ControlsAgentBeat) ToMap() (map[string]interface{}, error)

func (*ControlsAgentBeat) UnmarshalJSON ¶

func (o *ControlsAgentBeat) UnmarshalJSON(bytes []byte) (err error)

type ControlsAgentControls ¶

type ControlsAgentControls struct {
	Beatrate int32            `json:"beatrate"`
	Commands []ControlsAction `json:"commands"`
}

ControlsAgentControls struct for ControlsAgentControls

func NewControlsAgentControls ¶

func NewControlsAgentControls(beatrate int32, commands []ControlsAction) *ControlsAgentControls

NewControlsAgentControls instantiates a new ControlsAgentControls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControlsAgentControlsWithDefaults ¶

func NewControlsAgentControlsWithDefaults() *ControlsAgentControls

NewControlsAgentControlsWithDefaults instantiates a new ControlsAgentControls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControlsAgentControls) GetBeatrate ¶

func (o *ControlsAgentControls) GetBeatrate() int32

GetBeatrate returns the Beatrate field value

func (*ControlsAgentControls) GetBeatrateOk ¶

func (o *ControlsAgentControls) GetBeatrateOk() (*int32, bool)

GetBeatrateOk returns a tuple with the Beatrate field value and a boolean to check if the value has been set.

func (*ControlsAgentControls) GetCommands ¶

func (o *ControlsAgentControls) GetCommands() []ControlsAction

GetCommands returns the Commands field value If the value is explicit nil, the zero value for []ControlsAction will be returned

func (*ControlsAgentControls) GetCommandsOk ¶

func (o *ControlsAgentControls) GetCommandsOk() ([]ControlsAction, bool)

GetCommandsOk returns a tuple with the Commands field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ControlsAgentControls) MarshalJSON ¶

func (o ControlsAgentControls) MarshalJSON() ([]byte, error)

func (*ControlsAgentControls) SetBeatrate ¶

func (o *ControlsAgentControls) SetBeatrate(v int32)

SetBeatrate sets field value

func (*ControlsAgentControls) SetCommands ¶

func (o *ControlsAgentControls) SetCommands(v []ControlsAction)

SetCommands sets field value

func (ControlsAgentControls) ToMap ¶

func (o ControlsAgentControls) ToMap() (map[string]interface{}, error)

func (*ControlsAgentControls) UnmarshalJSON ¶

func (o *ControlsAgentControls) UnmarshalJSON(bytes []byte) (err error)

type DetailedConnectionSummary ¶

type DetailedConnectionSummary struct {
	Source *string `json:"source,omitempty"`
	Target *string `json:"target,omitempty"`
}

DetailedConnectionSummary struct for DetailedConnectionSummary

func NewDetailedConnectionSummary ¶

func NewDetailedConnectionSummary() *DetailedConnectionSummary

NewDetailedConnectionSummary instantiates a new DetailedConnectionSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDetailedConnectionSummaryWithDefaults ¶

func NewDetailedConnectionSummaryWithDefaults() *DetailedConnectionSummary

NewDetailedConnectionSummaryWithDefaults instantiates a new DetailedConnectionSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DetailedConnectionSummary) GetSource ¶

func (o *DetailedConnectionSummary) GetSource() string

GetSource returns the Source field value if set, zero value otherwise.

func (*DetailedConnectionSummary) GetSourceOk ¶

func (o *DetailedConnectionSummary) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DetailedConnectionSummary) GetTarget ¶

func (o *DetailedConnectionSummary) GetTarget() string

GetTarget returns the Target field value if set, zero value otherwise.

func (*DetailedConnectionSummary) GetTargetOk ¶

func (o *DetailedConnectionSummary) GetTargetOk() (*string, bool)

GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DetailedConnectionSummary) HasSource ¶

func (o *DetailedConnectionSummary) HasSource() bool

HasSource returns a boolean if a field has been set.

func (*DetailedConnectionSummary) HasTarget ¶

func (o *DetailedConnectionSummary) HasTarget() bool

HasTarget returns a boolean if a field has been set.

func (DetailedConnectionSummary) MarshalJSON ¶

func (o DetailedConnectionSummary) MarshalJSON() ([]byte, error)

func (*DetailedConnectionSummary) SetSource ¶

func (o *DetailedConnectionSummary) SetSource(v string)

SetSource gets a reference to the given string and assigns it to the Source field.

func (*DetailedConnectionSummary) SetTarget ¶

func (o *DetailedConnectionSummary) SetTarget(v string)

SetTarget gets a reference to the given string and assigns it to the Target field.

func (DetailedConnectionSummary) ToMap ¶

func (o DetailedConnectionSummary) ToMap() (map[string]interface{}, error)

type DetailedNodeSummary ¶

type DetailedNodeSummary struct {
	Adjacency         []string        `json:"adjacency,omitempty"`
	Id                *string         `json:"id,omitempty"`
	Ids               []string        `json:"ids,omitempty"`
	ImmediateParentId *string         `json:"immediate_parent_id,omitempty"`
	Label             *string         `json:"label,omitempty"`
	Metadata          *ReportMetadata `json:"metadata,omitempty"`
	Type              *string         `json:"type,omitempty"`
}

DetailedNodeSummary struct for DetailedNodeSummary

func NewDetailedNodeSummary ¶

func NewDetailedNodeSummary() *DetailedNodeSummary

NewDetailedNodeSummary instantiates a new DetailedNodeSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDetailedNodeSummaryWithDefaults ¶

func NewDetailedNodeSummaryWithDefaults() *DetailedNodeSummary

NewDetailedNodeSummaryWithDefaults instantiates a new DetailedNodeSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DetailedNodeSummary) GetAdjacency ¶

func (o *DetailedNodeSummary) GetAdjacency() []string

GetAdjacency returns the Adjacency field value if set, zero value otherwise.

func (*DetailedNodeSummary) GetAdjacencyOk ¶

func (o *DetailedNodeSummary) GetAdjacencyOk() ([]string, bool)

GetAdjacencyOk returns a tuple with the Adjacency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DetailedNodeSummary) GetId ¶

func (o *DetailedNodeSummary) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*DetailedNodeSummary) GetIdOk ¶

func (o *DetailedNodeSummary) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DetailedNodeSummary) GetIds ¶

func (o *DetailedNodeSummary) GetIds() []string

GetIds returns the Ids field value if set, zero value otherwise.

func (*DetailedNodeSummary) GetIdsOk ¶

func (o *DetailedNodeSummary) GetIdsOk() ([]string, bool)

GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DetailedNodeSummary) GetImmediateParentId ¶

func (o *DetailedNodeSummary) GetImmediateParentId() string

GetImmediateParentId returns the ImmediateParentId field value if set, zero value otherwise.

func (*DetailedNodeSummary) GetImmediateParentIdOk ¶

func (o *DetailedNodeSummary) GetImmediateParentIdOk() (*string, bool)

GetImmediateParentIdOk returns a tuple with the ImmediateParentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DetailedNodeSummary) GetLabel ¶

func (o *DetailedNodeSummary) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*DetailedNodeSummary) GetLabelOk ¶

func (o *DetailedNodeSummary) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DetailedNodeSummary) GetMetadata ¶

func (o *DetailedNodeSummary) GetMetadata() ReportMetadata

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*DetailedNodeSummary) GetMetadataOk ¶

func (o *DetailedNodeSummary) GetMetadataOk() (*ReportMetadata, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DetailedNodeSummary) GetType ¶

func (o *DetailedNodeSummary) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*DetailedNodeSummary) GetTypeOk ¶

func (o *DetailedNodeSummary) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DetailedNodeSummary) HasAdjacency ¶

func (o *DetailedNodeSummary) HasAdjacency() bool

HasAdjacency returns a boolean if a field has been set.

func (*DetailedNodeSummary) HasId ¶

func (o *DetailedNodeSummary) HasId() bool

HasId returns a boolean if a field has been set.

func (*DetailedNodeSummary) HasIds ¶

func (o *DetailedNodeSummary) HasIds() bool

HasIds returns a boolean if a field has been set.

func (*DetailedNodeSummary) HasImmediateParentId ¶

func (o *DetailedNodeSummary) HasImmediateParentId() bool

HasImmediateParentId returns a boolean if a field has been set.

func (*DetailedNodeSummary) HasLabel ¶

func (o *DetailedNodeSummary) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*DetailedNodeSummary) HasMetadata ¶

func (o *DetailedNodeSummary) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*DetailedNodeSummary) HasType ¶

func (o *DetailedNodeSummary) HasType() bool

HasType returns a boolean if a field has been set.

func (DetailedNodeSummary) MarshalJSON ¶

func (o DetailedNodeSummary) MarshalJSON() ([]byte, error)

func (*DetailedNodeSummary) SetAdjacency ¶

func (o *DetailedNodeSummary) SetAdjacency(v []string)

SetAdjacency gets a reference to the given []string and assigns it to the Adjacency field.

func (*DetailedNodeSummary) SetId ¶

func (o *DetailedNodeSummary) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*DetailedNodeSummary) SetIds ¶

func (o *DetailedNodeSummary) SetIds(v []string)

SetIds gets a reference to the given []string and assigns it to the Ids field.

func (*DetailedNodeSummary) SetImmediateParentId ¶

func (o *DetailedNodeSummary) SetImmediateParentId(v string)

SetImmediateParentId gets a reference to the given string and assigns it to the ImmediateParentId field.

func (*DetailedNodeSummary) SetLabel ¶

func (o *DetailedNodeSummary) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*DetailedNodeSummary) SetMetadata ¶

func (o *DetailedNodeSummary) SetMetadata(v ReportMetadata)

SetMetadata gets a reference to the given ReportMetadata and assigns it to the Metadata field.

func (*DetailedNodeSummary) SetType ¶

func (o *DetailedNodeSummary) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (DetailedNodeSummary) ToMap ¶

func (o DetailedNodeSummary) ToMap() (map[string]interface{}, error)

type DiagnosisAPIService ¶

type DiagnosisAPIService service

DiagnosisAPIService DiagnosisAPI service

func (*DiagnosisAPIService) DiagnosticNotification ¶

DiagnosticNotification Get Diagnostic Notification

Get Diagnostic Notification

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDiagnosticNotificationRequest

func (*DiagnosisAPIService) DiagnosticNotificationExecute ¶

Execute executes the request

@return []DiagnosisDiagnosticNotification

func (*DiagnosisAPIService) GenerateAgentDiagnosticLogs ¶

func (a *DiagnosisAPIService) GenerateAgentDiagnosticLogs(ctx context.Context) ApiGenerateAgentDiagnosticLogsRequest

GenerateAgentDiagnosticLogs Generate Agent Diagnostic Logs

Generate Agent Diagnostic Logs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGenerateAgentDiagnosticLogsRequest

func (*DiagnosisAPIService) GenerateAgentDiagnosticLogsExecute ¶

func (a *DiagnosisAPIService) GenerateAgentDiagnosticLogsExecute(r ApiGenerateAgentDiagnosticLogsRequest) (*http.Response, error)

Execute executes the request

func (*DiagnosisAPIService) GenerateCloudScannerDiagnosticLogs ¶

func (a *DiagnosisAPIService) GenerateCloudScannerDiagnosticLogs(ctx context.Context) ApiGenerateCloudScannerDiagnosticLogsRequest

GenerateCloudScannerDiagnosticLogs Generate Cloud Scanner Diagnostic Logs

Generate Cloud Scanner Diagnostic Logs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGenerateCloudScannerDiagnosticLogsRequest

func (*DiagnosisAPIService) GenerateCloudScannerDiagnosticLogsExecute ¶

func (a *DiagnosisAPIService) GenerateCloudScannerDiagnosticLogsExecute(r ApiGenerateCloudScannerDiagnosticLogsRequest) (*http.Response, error)

Execute executes the request

func (*DiagnosisAPIService) GenerateConsoleDiagnosticLogs ¶

func (a *DiagnosisAPIService) GenerateConsoleDiagnosticLogs(ctx context.Context) ApiGenerateConsoleDiagnosticLogsRequest

GenerateConsoleDiagnosticLogs Generate Console Diagnostic Logs

Generate Console Diagnostic Logs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGenerateConsoleDiagnosticLogsRequest

func (*DiagnosisAPIService) GenerateConsoleDiagnosticLogsExecute ¶

func (a *DiagnosisAPIService) GenerateConsoleDiagnosticLogsExecute(r ApiGenerateConsoleDiagnosticLogsRequest) (*http.Response, error)

Execute executes the request

func (*DiagnosisAPIService) GetDiagnosticLogs ¶

GetDiagnosticLogs Get Diagnostic Logs

Get diagnostic logs download url links

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetDiagnosticLogsRequest

func (*DiagnosisAPIService) GetDiagnosticLogsExecute ¶

Execute executes the request

@return DiagnosisGetDiagnosticLogsResponse

func (*DiagnosisAPIService) UpdateAgentDiagnosticLogsStatus ¶

func (a *DiagnosisAPIService) UpdateAgentDiagnosticLogsStatus(ctx context.Context, nodeId string) ApiUpdateAgentDiagnosticLogsStatusRequest

UpdateAgentDiagnosticLogsStatus Update Agent Diagnostic Logs Status

Update agent diagnostic logs status

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param nodeId
@return ApiUpdateAgentDiagnosticLogsStatusRequest

func (*DiagnosisAPIService) UpdateAgentDiagnosticLogsStatusExecute ¶

func (a *DiagnosisAPIService) UpdateAgentDiagnosticLogsStatusExecute(r ApiUpdateAgentDiagnosticLogsStatusRequest) (*http.Response, error)

Execute executes the request

func (*DiagnosisAPIService) UpdateCloudScannerDiagnosticLogsStatus ¶

func (a *DiagnosisAPIService) UpdateCloudScannerDiagnosticLogsStatus(ctx context.Context, nodeId string) ApiUpdateCloudScannerDiagnosticLogsStatusRequest

UpdateCloudScannerDiagnosticLogsStatus Update Cloud Scanner Diagnostic Logs Status

Update cloud scanner diagnostic logs status

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param nodeId
@return ApiUpdateCloudScannerDiagnosticLogsStatusRequest

func (*DiagnosisAPIService) UpdateCloudScannerDiagnosticLogsStatusExecute ¶

func (a *DiagnosisAPIService) UpdateCloudScannerDiagnosticLogsStatusExecute(r ApiUpdateCloudScannerDiagnosticLogsStatusRequest) (*http.Response, error)

Execute executes the request

type DiagnosisDiagnosticLogsLink struct {
	CreatedAt *string `json:"created_at,omitempty"`
	Label     *string `json:"label,omitempty"`
	Message   *string `json:"message,omitempty"`
	UrlLink   *string `json:"url_link,omitempty"`
}

DiagnosisDiagnosticLogsLink struct for DiagnosisDiagnosticLogsLink

func NewDiagnosisDiagnosticLogsLink() *DiagnosisDiagnosticLogsLink

NewDiagnosisDiagnosticLogsLink instantiates a new DiagnosisDiagnosticLogsLink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDiagnosisDiagnosticLogsLinkWithDefaults ¶

func NewDiagnosisDiagnosticLogsLinkWithDefaults() *DiagnosisDiagnosticLogsLink

NewDiagnosisDiagnosticLogsLinkWithDefaults instantiates a new DiagnosisDiagnosticLogsLink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DiagnosisDiagnosticLogsLink) GetCreatedAt ¶

func (o *DiagnosisDiagnosticLogsLink) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*DiagnosisDiagnosticLogsLink) GetCreatedAtOk ¶

func (o *DiagnosisDiagnosticLogsLink) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiagnosisDiagnosticLogsLink) GetLabel ¶

func (o *DiagnosisDiagnosticLogsLink) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*DiagnosisDiagnosticLogsLink) GetLabelOk ¶

func (o *DiagnosisDiagnosticLogsLink) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiagnosisDiagnosticLogsLink) GetMessage ¶

func (o *DiagnosisDiagnosticLogsLink) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*DiagnosisDiagnosticLogsLink) GetMessageOk ¶

func (o *DiagnosisDiagnosticLogsLink) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *DiagnosisDiagnosticLogsLink) GetUrlLink() string

GetUrlLink returns the UrlLink field value if set, zero value otherwise.

func (*DiagnosisDiagnosticLogsLink) GetUrlLinkOk ¶

func (o *DiagnosisDiagnosticLogsLink) GetUrlLinkOk() (*string, bool)

GetUrlLinkOk returns a tuple with the UrlLink field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiagnosisDiagnosticLogsLink) HasCreatedAt ¶

func (o *DiagnosisDiagnosticLogsLink) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*DiagnosisDiagnosticLogsLink) HasLabel ¶

func (o *DiagnosisDiagnosticLogsLink) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*DiagnosisDiagnosticLogsLink) HasMessage ¶

func (o *DiagnosisDiagnosticLogsLink) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (o *DiagnosisDiagnosticLogsLink) HasUrlLink() bool

HasUrlLink returns a boolean if a field has been set.

func (DiagnosisDiagnosticLogsLink) MarshalJSON ¶

func (o DiagnosisDiagnosticLogsLink) MarshalJSON() ([]byte, error)

func (*DiagnosisDiagnosticLogsLink) SetCreatedAt ¶

func (o *DiagnosisDiagnosticLogsLink) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*DiagnosisDiagnosticLogsLink) SetLabel ¶

func (o *DiagnosisDiagnosticLogsLink) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*DiagnosisDiagnosticLogsLink) SetMessage ¶

func (o *DiagnosisDiagnosticLogsLink) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (o *DiagnosisDiagnosticLogsLink) SetUrlLink(v string)

SetUrlLink gets a reference to the given string and assigns it to the UrlLink field.

func (DiagnosisDiagnosticLogsLink) ToMap ¶

func (o DiagnosisDiagnosticLogsLink) ToMap() (map[string]interface{}, error)

type DiagnosisDiagnosticLogsStatus ¶

type DiagnosisDiagnosticLogsStatus struct {
	Message *string `json:"message,omitempty"`
	Status  string  `json:"status"`
}

DiagnosisDiagnosticLogsStatus struct for DiagnosisDiagnosticLogsStatus

func NewDiagnosisDiagnosticLogsStatus ¶

func NewDiagnosisDiagnosticLogsStatus(status string) *DiagnosisDiagnosticLogsStatus

NewDiagnosisDiagnosticLogsStatus instantiates a new DiagnosisDiagnosticLogsStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDiagnosisDiagnosticLogsStatusWithDefaults ¶

func NewDiagnosisDiagnosticLogsStatusWithDefaults() *DiagnosisDiagnosticLogsStatus

NewDiagnosisDiagnosticLogsStatusWithDefaults instantiates a new DiagnosisDiagnosticLogsStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DiagnosisDiagnosticLogsStatus) GetMessage ¶

func (o *DiagnosisDiagnosticLogsStatus) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*DiagnosisDiagnosticLogsStatus) GetMessageOk ¶

func (o *DiagnosisDiagnosticLogsStatus) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiagnosisDiagnosticLogsStatus) GetStatus ¶

func (o *DiagnosisDiagnosticLogsStatus) GetStatus() string

GetStatus returns the Status field value

func (*DiagnosisDiagnosticLogsStatus) GetStatusOk ¶

func (o *DiagnosisDiagnosticLogsStatus) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*DiagnosisDiagnosticLogsStatus) HasMessage ¶

func (o *DiagnosisDiagnosticLogsStatus) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (DiagnosisDiagnosticLogsStatus) MarshalJSON ¶

func (o DiagnosisDiagnosticLogsStatus) MarshalJSON() ([]byte, error)

func (*DiagnosisDiagnosticLogsStatus) SetMessage ¶

func (o *DiagnosisDiagnosticLogsStatus) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*DiagnosisDiagnosticLogsStatus) SetStatus ¶

func (o *DiagnosisDiagnosticLogsStatus) SetStatus(v string)

SetStatus sets field value

func (DiagnosisDiagnosticLogsStatus) ToMap ¶

func (o DiagnosisDiagnosticLogsStatus) ToMap() (map[string]interface{}, error)

func (*DiagnosisDiagnosticLogsStatus) UnmarshalJSON ¶

func (o *DiagnosisDiagnosticLogsStatus) UnmarshalJSON(bytes []byte) (err error)

type DiagnosisDiagnosticNotification ¶

type DiagnosisDiagnosticNotification struct {
	Content             *string     `json:"content,omitempty"`
	ExpiryInSecs        interface{} `json:"expiry_in_secs,omitempty"`
	FollowUrl           interface{} `json:"follow_url,omitempty"`
	SourceApplicationId *string     `json:"source_application_id,omitempty"`
	UpdatedAt           *string     `json:"updated_at,omitempty"`
}

DiagnosisDiagnosticNotification struct for DiagnosisDiagnosticNotification

func NewDiagnosisDiagnosticNotification ¶

func NewDiagnosisDiagnosticNotification() *DiagnosisDiagnosticNotification

NewDiagnosisDiagnosticNotification instantiates a new DiagnosisDiagnosticNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDiagnosisDiagnosticNotificationWithDefaults ¶

func NewDiagnosisDiagnosticNotificationWithDefaults() *DiagnosisDiagnosticNotification

NewDiagnosisDiagnosticNotificationWithDefaults instantiates a new DiagnosisDiagnosticNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DiagnosisDiagnosticNotification) GetContent ¶

func (o *DiagnosisDiagnosticNotification) GetContent() string

GetContent returns the Content field value if set, zero value otherwise.

func (*DiagnosisDiagnosticNotification) GetContentOk ¶

func (o *DiagnosisDiagnosticNotification) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiagnosisDiagnosticNotification) GetExpiryInSecs ¶

func (o *DiagnosisDiagnosticNotification) GetExpiryInSecs() interface{}

GetExpiryInSecs returns the ExpiryInSecs field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DiagnosisDiagnosticNotification) GetExpiryInSecsOk ¶

func (o *DiagnosisDiagnosticNotification) GetExpiryInSecsOk() (*interface{}, bool)

GetExpiryInSecsOk returns a tuple with the ExpiryInSecs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DiagnosisDiagnosticNotification) GetFollowUrl ¶

func (o *DiagnosisDiagnosticNotification) GetFollowUrl() interface{}

GetFollowUrl returns the FollowUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DiagnosisDiagnosticNotification) GetFollowUrlOk ¶

func (o *DiagnosisDiagnosticNotification) GetFollowUrlOk() (*interface{}, bool)

GetFollowUrlOk returns a tuple with the FollowUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DiagnosisDiagnosticNotification) GetSourceApplicationId ¶

func (o *DiagnosisDiagnosticNotification) GetSourceApplicationId() string

GetSourceApplicationId returns the SourceApplicationId field value if set, zero value otherwise.

func (*DiagnosisDiagnosticNotification) GetSourceApplicationIdOk ¶

func (o *DiagnosisDiagnosticNotification) GetSourceApplicationIdOk() (*string, bool)

GetSourceApplicationIdOk returns a tuple with the SourceApplicationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiagnosisDiagnosticNotification) GetUpdatedAt ¶

func (o *DiagnosisDiagnosticNotification) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*DiagnosisDiagnosticNotification) GetUpdatedAtOk ¶

func (o *DiagnosisDiagnosticNotification) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiagnosisDiagnosticNotification) HasContent ¶

func (o *DiagnosisDiagnosticNotification) HasContent() bool

HasContent returns a boolean if a field has been set.

func (*DiagnosisDiagnosticNotification) HasExpiryInSecs ¶

func (o *DiagnosisDiagnosticNotification) HasExpiryInSecs() bool

HasExpiryInSecs returns a boolean if a field has been set.

func (*DiagnosisDiagnosticNotification) HasFollowUrl ¶

func (o *DiagnosisDiagnosticNotification) HasFollowUrl() bool

HasFollowUrl returns a boolean if a field has been set.

func (*DiagnosisDiagnosticNotification) HasSourceApplicationId ¶

func (o *DiagnosisDiagnosticNotification) HasSourceApplicationId() bool

HasSourceApplicationId returns a boolean if a field has been set.

func (*DiagnosisDiagnosticNotification) HasUpdatedAt ¶

func (o *DiagnosisDiagnosticNotification) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (DiagnosisDiagnosticNotification) MarshalJSON ¶

func (o DiagnosisDiagnosticNotification) MarshalJSON() ([]byte, error)

func (*DiagnosisDiagnosticNotification) SetContent ¶

func (o *DiagnosisDiagnosticNotification) SetContent(v string)

SetContent gets a reference to the given string and assigns it to the Content field.

func (*DiagnosisDiagnosticNotification) SetExpiryInSecs ¶

func (o *DiagnosisDiagnosticNotification) SetExpiryInSecs(v interface{})

SetExpiryInSecs gets a reference to the given interface{} and assigns it to the ExpiryInSecs field.

func (*DiagnosisDiagnosticNotification) SetFollowUrl ¶

func (o *DiagnosisDiagnosticNotification) SetFollowUrl(v interface{})

SetFollowUrl gets a reference to the given interface{} and assigns it to the FollowUrl field.

func (*DiagnosisDiagnosticNotification) SetSourceApplicationId ¶

func (o *DiagnosisDiagnosticNotification) SetSourceApplicationId(v string)

SetSourceApplicationId gets a reference to the given string and assigns it to the SourceApplicationId field.

func (*DiagnosisDiagnosticNotification) SetUpdatedAt ¶

func (o *DiagnosisDiagnosticNotification) SetUpdatedAt(v string)

SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.

func (DiagnosisDiagnosticNotification) ToMap ¶

func (o DiagnosisDiagnosticNotification) ToMap() (map[string]interface{}, error)

type DiagnosisGenerateAgentDiagnosticLogsRequest ¶

type DiagnosisGenerateAgentDiagnosticLogsRequest struct {
	NodeIds []DiagnosisNodeIdentifier `json:"node_ids"`
	Tail    int32                     `json:"tail"`
}

DiagnosisGenerateAgentDiagnosticLogsRequest struct for DiagnosisGenerateAgentDiagnosticLogsRequest

func NewDiagnosisGenerateAgentDiagnosticLogsRequest ¶

func NewDiagnosisGenerateAgentDiagnosticLogsRequest(nodeIds []DiagnosisNodeIdentifier, tail int32) *DiagnosisGenerateAgentDiagnosticLogsRequest

NewDiagnosisGenerateAgentDiagnosticLogsRequest instantiates a new DiagnosisGenerateAgentDiagnosticLogsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDiagnosisGenerateAgentDiagnosticLogsRequestWithDefaults ¶

func NewDiagnosisGenerateAgentDiagnosticLogsRequestWithDefaults() *DiagnosisGenerateAgentDiagnosticLogsRequest

NewDiagnosisGenerateAgentDiagnosticLogsRequestWithDefaults instantiates a new DiagnosisGenerateAgentDiagnosticLogsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DiagnosisGenerateAgentDiagnosticLogsRequest) GetNodeIds ¶

GetNodeIds returns the NodeIds field value If the value is explicit nil, the zero value for []DiagnosisNodeIdentifier will be returned

func (*DiagnosisGenerateAgentDiagnosticLogsRequest) GetNodeIdsOk ¶

GetNodeIdsOk returns a tuple with the NodeIds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DiagnosisGenerateAgentDiagnosticLogsRequest) GetTail ¶

GetTail returns the Tail field value

func (*DiagnosisGenerateAgentDiagnosticLogsRequest) GetTailOk ¶

GetTailOk returns a tuple with the Tail field value and a boolean to check if the value has been set.

func (DiagnosisGenerateAgentDiagnosticLogsRequest) MarshalJSON ¶

func (*DiagnosisGenerateAgentDiagnosticLogsRequest) SetNodeIds ¶

SetNodeIds sets field value

func (*DiagnosisGenerateAgentDiagnosticLogsRequest) SetTail ¶

SetTail sets field value

func (DiagnosisGenerateAgentDiagnosticLogsRequest) ToMap ¶

func (o DiagnosisGenerateAgentDiagnosticLogsRequest) ToMap() (map[string]interface{}, error)

func (*DiagnosisGenerateAgentDiagnosticLogsRequest) UnmarshalJSON ¶

func (o *DiagnosisGenerateAgentDiagnosticLogsRequest) UnmarshalJSON(bytes []byte) (err error)

type DiagnosisGenerateCloudScannerDiagnosticLogsRequest ¶

type DiagnosisGenerateCloudScannerDiagnosticLogsRequest struct {
	NodeIds []DiagnosisNodeIdentifier `json:"node_ids"`
	Tail    int32                     `json:"tail"`
}

DiagnosisGenerateCloudScannerDiagnosticLogsRequest struct for DiagnosisGenerateCloudScannerDiagnosticLogsRequest

func NewDiagnosisGenerateCloudScannerDiagnosticLogsRequest ¶

func NewDiagnosisGenerateCloudScannerDiagnosticLogsRequest(nodeIds []DiagnosisNodeIdentifier, tail int32) *DiagnosisGenerateCloudScannerDiagnosticLogsRequest

NewDiagnosisGenerateCloudScannerDiagnosticLogsRequest instantiates a new DiagnosisGenerateCloudScannerDiagnosticLogsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDiagnosisGenerateCloudScannerDiagnosticLogsRequestWithDefaults ¶

func NewDiagnosisGenerateCloudScannerDiagnosticLogsRequestWithDefaults() *DiagnosisGenerateCloudScannerDiagnosticLogsRequest

NewDiagnosisGenerateCloudScannerDiagnosticLogsRequestWithDefaults instantiates a new DiagnosisGenerateCloudScannerDiagnosticLogsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DiagnosisGenerateCloudScannerDiagnosticLogsRequest) GetNodeIds ¶

GetNodeIds returns the NodeIds field value If the value is explicit nil, the zero value for []DiagnosisNodeIdentifier will be returned

func (*DiagnosisGenerateCloudScannerDiagnosticLogsRequest) GetNodeIdsOk ¶

GetNodeIdsOk returns a tuple with the NodeIds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DiagnosisGenerateCloudScannerDiagnosticLogsRequest) GetTail ¶

GetTail returns the Tail field value

func (*DiagnosisGenerateCloudScannerDiagnosticLogsRequest) GetTailOk ¶

GetTailOk returns a tuple with the Tail field value and a boolean to check if the value has been set.

func (DiagnosisGenerateCloudScannerDiagnosticLogsRequest) MarshalJSON ¶

func (*DiagnosisGenerateCloudScannerDiagnosticLogsRequest) SetNodeIds ¶

SetNodeIds sets field value

func (*DiagnosisGenerateCloudScannerDiagnosticLogsRequest) SetTail ¶

SetTail sets field value

func (DiagnosisGenerateCloudScannerDiagnosticLogsRequest) ToMap ¶

func (*DiagnosisGenerateCloudScannerDiagnosticLogsRequest) UnmarshalJSON ¶

func (o *DiagnosisGenerateCloudScannerDiagnosticLogsRequest) UnmarshalJSON(bytes []byte) (err error)

type DiagnosisGenerateConsoleDiagnosticLogsRequest ¶

type DiagnosisGenerateConsoleDiagnosticLogsRequest struct {
	Tail int32 `json:"tail"`
}

DiagnosisGenerateConsoleDiagnosticLogsRequest struct for DiagnosisGenerateConsoleDiagnosticLogsRequest

func NewDiagnosisGenerateConsoleDiagnosticLogsRequest ¶

func NewDiagnosisGenerateConsoleDiagnosticLogsRequest(tail int32) *DiagnosisGenerateConsoleDiagnosticLogsRequest

NewDiagnosisGenerateConsoleDiagnosticLogsRequest instantiates a new DiagnosisGenerateConsoleDiagnosticLogsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDiagnosisGenerateConsoleDiagnosticLogsRequestWithDefaults ¶

func NewDiagnosisGenerateConsoleDiagnosticLogsRequestWithDefaults() *DiagnosisGenerateConsoleDiagnosticLogsRequest

NewDiagnosisGenerateConsoleDiagnosticLogsRequestWithDefaults instantiates a new DiagnosisGenerateConsoleDiagnosticLogsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DiagnosisGenerateConsoleDiagnosticLogsRequest) GetTail ¶

GetTail returns the Tail field value

func (*DiagnosisGenerateConsoleDiagnosticLogsRequest) GetTailOk ¶

GetTailOk returns a tuple with the Tail field value and a boolean to check if the value has been set.

func (DiagnosisGenerateConsoleDiagnosticLogsRequest) MarshalJSON ¶

func (*DiagnosisGenerateConsoleDiagnosticLogsRequest) SetTail ¶

SetTail sets field value

func (DiagnosisGenerateConsoleDiagnosticLogsRequest) ToMap ¶

func (o DiagnosisGenerateConsoleDiagnosticLogsRequest) ToMap() (map[string]interface{}, error)

func (*DiagnosisGenerateConsoleDiagnosticLogsRequest) UnmarshalJSON ¶

func (o *DiagnosisGenerateConsoleDiagnosticLogsRequest) UnmarshalJSON(bytes []byte) (err error)

type DiagnosisGetDiagnosticLogsResponse ¶

type DiagnosisGetDiagnosticLogsResponse struct {
	AgentLogs        []DiagnosisDiagnosticLogsLink `json:"agent_logs,omitempty"`
	CloudScannerLogs []DiagnosisDiagnosticLogsLink `json:"cloud_scanner_logs,omitempty"`
	ConsoleLogs      []DiagnosisDiagnosticLogsLink `json:"console_logs,omitempty"`
}

DiagnosisGetDiagnosticLogsResponse struct for DiagnosisGetDiagnosticLogsResponse

func NewDiagnosisGetDiagnosticLogsResponse ¶

func NewDiagnosisGetDiagnosticLogsResponse() *DiagnosisGetDiagnosticLogsResponse

NewDiagnosisGetDiagnosticLogsResponse instantiates a new DiagnosisGetDiagnosticLogsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDiagnosisGetDiagnosticLogsResponseWithDefaults ¶

func NewDiagnosisGetDiagnosticLogsResponseWithDefaults() *DiagnosisGetDiagnosticLogsResponse

NewDiagnosisGetDiagnosticLogsResponseWithDefaults instantiates a new DiagnosisGetDiagnosticLogsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DiagnosisGetDiagnosticLogsResponse) GetAgentLogs ¶

GetAgentLogs returns the AgentLogs field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DiagnosisGetDiagnosticLogsResponse) GetAgentLogsOk ¶

GetAgentLogsOk returns a tuple with the AgentLogs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DiagnosisGetDiagnosticLogsResponse) GetCloudScannerLogs ¶

GetCloudScannerLogs returns the CloudScannerLogs field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DiagnosisGetDiagnosticLogsResponse) GetCloudScannerLogsOk ¶

GetCloudScannerLogsOk returns a tuple with the CloudScannerLogs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DiagnosisGetDiagnosticLogsResponse) GetConsoleLogs ¶

GetConsoleLogs returns the ConsoleLogs field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DiagnosisGetDiagnosticLogsResponse) GetConsoleLogsOk ¶

GetConsoleLogsOk returns a tuple with the ConsoleLogs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DiagnosisGetDiagnosticLogsResponse) HasAgentLogs ¶

func (o *DiagnosisGetDiagnosticLogsResponse) HasAgentLogs() bool

HasAgentLogs returns a boolean if a field has been set.

func (*DiagnosisGetDiagnosticLogsResponse) HasCloudScannerLogs ¶

func (o *DiagnosisGetDiagnosticLogsResponse) HasCloudScannerLogs() bool

HasCloudScannerLogs returns a boolean if a field has been set.

func (*DiagnosisGetDiagnosticLogsResponse) HasConsoleLogs ¶

func (o *DiagnosisGetDiagnosticLogsResponse) HasConsoleLogs() bool

HasConsoleLogs returns a boolean if a field has been set.

func (DiagnosisGetDiagnosticLogsResponse) MarshalJSON ¶

func (o DiagnosisGetDiagnosticLogsResponse) MarshalJSON() ([]byte, error)

func (*DiagnosisGetDiagnosticLogsResponse) SetAgentLogs ¶

SetAgentLogs gets a reference to the given []DiagnosisDiagnosticLogsLink and assigns it to the AgentLogs field.

func (*DiagnosisGetDiagnosticLogsResponse) SetCloudScannerLogs ¶

SetCloudScannerLogs gets a reference to the given []DiagnosisDiagnosticLogsLink and assigns it to the CloudScannerLogs field.

func (*DiagnosisGetDiagnosticLogsResponse) SetConsoleLogs ¶

SetConsoleLogs gets a reference to the given []DiagnosisDiagnosticLogsLink and assigns it to the ConsoleLogs field.

func (DiagnosisGetDiagnosticLogsResponse) ToMap ¶

func (o DiagnosisGetDiagnosticLogsResponse) ToMap() (map[string]interface{}, error)

type DiagnosisNodeIdentifier ¶

type DiagnosisNodeIdentifier struct {
	NodeId   string `json:"node_id"`
	NodeType string `json:"node_type"`
}

DiagnosisNodeIdentifier struct for DiagnosisNodeIdentifier

func NewDiagnosisNodeIdentifier ¶

func NewDiagnosisNodeIdentifier(nodeId string, nodeType string) *DiagnosisNodeIdentifier

NewDiagnosisNodeIdentifier instantiates a new DiagnosisNodeIdentifier object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDiagnosisNodeIdentifierWithDefaults ¶

func NewDiagnosisNodeIdentifierWithDefaults() *DiagnosisNodeIdentifier

NewDiagnosisNodeIdentifierWithDefaults instantiates a new DiagnosisNodeIdentifier object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DiagnosisNodeIdentifier) GetNodeId ¶

func (o *DiagnosisNodeIdentifier) GetNodeId() string

GetNodeId returns the NodeId field value

func (*DiagnosisNodeIdentifier) GetNodeIdOk ¶

func (o *DiagnosisNodeIdentifier) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*DiagnosisNodeIdentifier) GetNodeType ¶

func (o *DiagnosisNodeIdentifier) GetNodeType() string

GetNodeType returns the NodeType field value

func (*DiagnosisNodeIdentifier) GetNodeTypeOk ¶

func (o *DiagnosisNodeIdentifier) GetNodeTypeOk() (*string, bool)

GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.

func (DiagnosisNodeIdentifier) MarshalJSON ¶

func (o DiagnosisNodeIdentifier) MarshalJSON() ([]byte, error)

func (*DiagnosisNodeIdentifier) SetNodeId ¶

func (o *DiagnosisNodeIdentifier) SetNodeId(v string)

SetNodeId sets field value

func (*DiagnosisNodeIdentifier) SetNodeType ¶

func (o *DiagnosisNodeIdentifier) SetNodeType(v string)

SetNodeType sets field value

func (DiagnosisNodeIdentifier) ToMap ¶

func (o DiagnosisNodeIdentifier) ToMap() (map[string]interface{}, error)

func (*DiagnosisNodeIdentifier) UnmarshalJSON ¶

func (o *DiagnosisNodeIdentifier) UnmarshalJSON(bytes []byte) (err error)

type DiffAddAPIService ¶

type DiffAddAPIService service

DiffAddAPIService DiffAddAPI service

func (*DiffAddAPIService) DiffAddCloudCompliance ¶

func (a *DiffAddAPIService) DiffAddCloudCompliance(ctx context.Context) ApiDiffAddCloudComplianceRequest

DiffAddCloudCompliance Get Cloud Compliance Diff

Get Cloud Compliance Diff between two scans

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDiffAddCloudComplianceRequest

func (*DiffAddAPIService) DiffAddCloudComplianceExecute ¶

Execute executes the request

@return ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance

func (*DiffAddAPIService) DiffAddCompliance ¶

DiffAddCompliance Get Compliance Diff

Get Compliance Diff between two scans

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDiffAddComplianceRequest

func (*DiffAddAPIService) DiffAddComplianceExecute ¶

Execute executes the request

@return ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance

func (*DiffAddAPIService) DiffAddMalware ¶

DiffAddMalware Get Malware Diff

Get Malware Diff between two scans

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDiffAddMalwareRequest

func (*DiffAddAPIService) DiffAddMalwareExecute ¶

Execute executes the request

@return ModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware

func (*DiffAddAPIService) DiffAddSecret ¶

DiffAddSecret Get Secret Diff

Get Secret Diff between two scans

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDiffAddSecretRequest

func (*DiffAddAPIService) DiffAddSecretExecute ¶

Execute executes the request

@return ModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret

func (*DiffAddAPIService) DiffAddVulnerability ¶

func (a *DiffAddAPIService) DiffAddVulnerability(ctx context.Context) ApiDiffAddVulnerabilityRequest

DiffAddVulnerability Get Vulnerability Diff

Get Vulnerability Diff between two scans

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDiffAddVulnerabilityRequest

func (*DiffAddAPIService) DiffAddVulnerabilityExecute ¶

Execute executes the request

@return ModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability

type GenerativeAIAPIService ¶

type GenerativeAIAPIService service

GenerativeAIAPIService GenerativeAIAPI service

func (*GenerativeAIAPIService) AddGenerativeAiIntegrationBedrock ¶

func (a *GenerativeAIAPIService) AddGenerativeAiIntegrationBedrock(ctx context.Context) ApiAddGenerativeAiIntegrationBedrockRequest

AddGenerativeAiIntegrationBedrock Add AWS Bedrock Generative AI Integration

Add a new AWS Bedrock Generative AI Integration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAddGenerativeAiIntegrationBedrockRequest

func (*GenerativeAIAPIService) AddGenerativeAiIntegrationBedrockExecute ¶

Execute executes the request

@return ModelMessageResponse

func (*GenerativeAIAPIService) AddGenerativeAiIntegrationOpenAI ¶

func (a *GenerativeAIAPIService) AddGenerativeAiIntegrationOpenAI(ctx context.Context) ApiAddGenerativeAiIntegrationOpenAIRequest

AddGenerativeAiIntegrationOpenAI Add OpenAI Generative AI Integration

Add a new OpenAI Generative AI Integration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAddGenerativeAiIntegrationOpenAIRequest

func (*GenerativeAIAPIService) AddGenerativeAiIntegrationOpenAIExecute ¶

Execute executes the request

@return ModelMessageResponse

func (*GenerativeAIAPIService) DeleteGenerativeAiIntegration ¶

func (a *GenerativeAIAPIService) DeleteGenerativeAiIntegration(ctx context.Context, integrationId string) ApiDeleteGenerativeAiIntegrationRequest

DeleteGenerativeAiIntegration Delete Generative AI Integration

Delete Generative AI integration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationId
@return ApiDeleteGenerativeAiIntegrationRequest

func (*GenerativeAIAPIService) DeleteGenerativeAiIntegrationExecute ¶

func (a *GenerativeAIAPIService) DeleteGenerativeAiIntegrationExecute(r ApiDeleteGenerativeAiIntegrationRequest) (*http.Response, error)

Execute executes the request

func (*GenerativeAIAPIService) GenerativeAiIntegrationCloudPostureQuery ¶

func (a *GenerativeAIAPIService) GenerativeAiIntegrationCloudPostureQuery(ctx context.Context) ApiGenerativeAiIntegrationCloudPostureQueryRequest

GenerativeAiIntegrationCloudPostureQuery Send Cloud Posture query to Generative AI Integration

Send Cloud Posture query to Generative AI Integration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGenerativeAiIntegrationCloudPostureQueryRequest

func (*GenerativeAIAPIService) GenerativeAiIntegrationCloudPostureQueryExecute ¶

func (a *GenerativeAIAPIService) GenerativeAiIntegrationCloudPostureQueryExecute(r ApiGenerativeAiIntegrationCloudPostureQueryRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*GenerativeAIAPIService) GenerativeAiIntegrationKubernetesPostureQuery ¶

func (a *GenerativeAIAPIService) GenerativeAiIntegrationKubernetesPostureQuery(ctx context.Context) ApiGenerativeAiIntegrationKubernetesPostureQueryRequest

GenerativeAiIntegrationKubernetesPostureQuery Send Kubernetes Posture query to Generative AI Integration

Send Kubernetes Posture query to Generative AI Integration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGenerativeAiIntegrationKubernetesPostureQueryRequest

func (*GenerativeAIAPIService) GenerativeAiIntegrationKubernetesPostureQueryExecute ¶

func (a *GenerativeAIAPIService) GenerativeAiIntegrationKubernetesPostureQueryExecute(r ApiGenerativeAiIntegrationKubernetesPostureQueryRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*GenerativeAIAPIService) GenerativeAiIntegrationLinuxPostureQuery ¶

func (a *GenerativeAIAPIService) GenerativeAiIntegrationLinuxPostureQuery(ctx context.Context) ApiGenerativeAiIntegrationLinuxPostureQueryRequest

GenerativeAiIntegrationLinuxPostureQuery Send Linux Posture query to Generative AI Integration

Send Linux Posture query to Generative AI Integration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGenerativeAiIntegrationLinuxPostureQueryRequest

func (*GenerativeAIAPIService) GenerativeAiIntegrationLinuxPostureQueryExecute ¶

func (a *GenerativeAIAPIService) GenerativeAiIntegrationLinuxPostureQueryExecute(r ApiGenerativeAiIntegrationLinuxPostureQueryRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*GenerativeAIAPIService) GenerativeAiIntegrationMalwareQuery ¶

func (a *GenerativeAIAPIService) GenerativeAiIntegrationMalwareQuery(ctx context.Context) ApiGenerativeAiIntegrationMalwareQueryRequest

GenerativeAiIntegrationMalwareQuery Send Malware query to Generative AI Integration

Send Malware query to Generative AI Integration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGenerativeAiIntegrationMalwareQueryRequest

func (*GenerativeAIAPIService) GenerativeAiIntegrationMalwareQueryExecute ¶

func (a *GenerativeAIAPIService) GenerativeAiIntegrationMalwareQueryExecute(r ApiGenerativeAiIntegrationMalwareQueryRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*GenerativeAIAPIService) GenerativeAiIntegrationSecretQuery ¶

func (a *GenerativeAIAPIService) GenerativeAiIntegrationSecretQuery(ctx context.Context) ApiGenerativeAiIntegrationSecretQueryRequest

GenerativeAiIntegrationSecretQuery Send Secret query to Generative AI Integration

Send Secret query to Generative AI Integration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGenerativeAiIntegrationSecretQueryRequest

func (*GenerativeAIAPIService) GenerativeAiIntegrationSecretQueryExecute ¶

func (a *GenerativeAIAPIService) GenerativeAiIntegrationSecretQueryExecute(r ApiGenerativeAiIntegrationSecretQueryRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*GenerativeAIAPIService) GenerativeAiIntegrationVulnerabilityQuery ¶

func (a *GenerativeAIAPIService) GenerativeAiIntegrationVulnerabilityQuery(ctx context.Context) ApiGenerativeAiIntegrationVulnerabilityQueryRequest

GenerativeAiIntegrationVulnerabilityQuery Send Vulnerability query to Generative AI Integration

Send Vulnerability query to Generative AI Integration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGenerativeAiIntegrationVulnerabilityQueryRequest

func (*GenerativeAIAPIService) GenerativeAiIntegrationVulnerabilityQueryExecute ¶

func (a *GenerativeAIAPIService) GenerativeAiIntegrationVulnerabilityQueryExecute(r ApiGenerativeAiIntegrationVulnerabilityQueryRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*GenerativeAIAPIService) ListGenerativeAiIntegration ¶

ListGenerativeAiIntegration List Generative AI Integrations

List all the added Generative AI Integrations

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListGenerativeAiIntegrationRequest

func (*GenerativeAIAPIService) ListGenerativeAiIntegrationExecute ¶

Execute executes the request

@return []ModelGenerativeAiIntegrationListResponse

func (*GenerativeAIAPIService) SetDefaultGenerativeAiIntegration ¶

func (a *GenerativeAIAPIService) SetDefaultGenerativeAiIntegration(ctx context.Context, integrationId string) ApiSetDefaultGenerativeAiIntegrationRequest

SetDefaultGenerativeAiIntegration Set Default Generative AI Integration

Set Default Generative AI integration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationId
@return ApiSetDefaultGenerativeAiIntegrationRequest

func (*GenerativeAIAPIService) SetDefaultGenerativeAiIntegrationExecute ¶

func (a *GenerativeAIAPIService) SetDefaultGenerativeAiIntegrationExecute(r ApiSetDefaultGenerativeAiIntegrationRequest) (*http.Response, error)

Execute executes the request

type GenericOpenAPIError ¶

type GenericOpenAPIError struct {
	// contains filtered or unexported fields
}

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body ¶

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error ¶

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model ¶

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type GraphCloudProviderFilter ¶

type GraphCloudProviderFilter struct {
	AccountIds []string `json:"account_ids"`
}

GraphCloudProviderFilter struct for GraphCloudProviderFilter

func NewGraphCloudProviderFilter ¶

func NewGraphCloudProviderFilter(accountIds []string) *GraphCloudProviderFilter

NewGraphCloudProviderFilter instantiates a new GraphCloudProviderFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGraphCloudProviderFilterWithDefaults ¶

func NewGraphCloudProviderFilterWithDefaults() *GraphCloudProviderFilter

NewGraphCloudProviderFilterWithDefaults instantiates a new GraphCloudProviderFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GraphCloudProviderFilter) GetAccountIds ¶

func (o *GraphCloudProviderFilter) GetAccountIds() []string

GetAccountIds returns the AccountIds field value If the value is explicit nil, the zero value for []string will be returned

func (*GraphCloudProviderFilter) GetAccountIdsOk ¶

func (o *GraphCloudProviderFilter) GetAccountIdsOk() ([]string, bool)

GetAccountIdsOk returns a tuple with the AccountIds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (GraphCloudProviderFilter) MarshalJSON ¶

func (o GraphCloudProviderFilter) MarshalJSON() ([]byte, error)

func (*GraphCloudProviderFilter) SetAccountIds ¶

func (o *GraphCloudProviderFilter) SetAccountIds(v []string)

SetAccountIds sets field value

func (GraphCloudProviderFilter) ToMap ¶

func (o GraphCloudProviderFilter) ToMap() (map[string]interface{}, error)

func (*GraphCloudProviderFilter) UnmarshalJSON ¶

func (o *GraphCloudProviderFilter) UnmarshalJSON(bytes []byte) (err error)

type GraphIndividualThreatGraph ¶

type GraphIndividualThreatGraph struct {
	AttackPath      [][]string    `json:"attack_path,omitempty"`
	CveAttackVector *string       `json:"cve_attack_vector,omitempty"`
	CveId           []string      `json:"cve_id,omitempty"`
	Ports           []interface{} `json:"ports,omitempty"`
}

GraphIndividualThreatGraph struct for GraphIndividualThreatGraph

func NewGraphIndividualThreatGraph ¶

func NewGraphIndividualThreatGraph() *GraphIndividualThreatGraph

NewGraphIndividualThreatGraph instantiates a new GraphIndividualThreatGraph object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGraphIndividualThreatGraphWithDefaults ¶

func NewGraphIndividualThreatGraphWithDefaults() *GraphIndividualThreatGraph

NewGraphIndividualThreatGraphWithDefaults instantiates a new GraphIndividualThreatGraph object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GraphIndividualThreatGraph) GetAttackPath ¶

func (o *GraphIndividualThreatGraph) GetAttackPath() [][]string

GetAttackPath returns the AttackPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GraphIndividualThreatGraph) GetAttackPathOk ¶

func (o *GraphIndividualThreatGraph) GetAttackPathOk() ([][]string, bool)

GetAttackPathOk returns a tuple with the AttackPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GraphIndividualThreatGraph) GetCveAttackVector ¶

func (o *GraphIndividualThreatGraph) GetCveAttackVector() string

GetCveAttackVector returns the CveAttackVector field value if set, zero value otherwise.

func (*GraphIndividualThreatGraph) GetCveAttackVectorOk ¶

func (o *GraphIndividualThreatGraph) GetCveAttackVectorOk() (*string, bool)

GetCveAttackVectorOk returns a tuple with the CveAttackVector field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GraphIndividualThreatGraph) GetCveId ¶

func (o *GraphIndividualThreatGraph) GetCveId() []string

GetCveId returns the CveId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GraphIndividualThreatGraph) GetCveIdOk ¶

func (o *GraphIndividualThreatGraph) GetCveIdOk() ([]string, bool)

GetCveIdOk returns a tuple with the CveId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GraphIndividualThreatGraph) GetPorts ¶

func (o *GraphIndividualThreatGraph) GetPorts() []interface{}

GetPorts returns the Ports field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GraphIndividualThreatGraph) GetPortsOk ¶

func (o *GraphIndividualThreatGraph) GetPortsOk() ([]interface{}, bool)

GetPortsOk returns a tuple with the Ports field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GraphIndividualThreatGraph) HasAttackPath ¶

func (o *GraphIndividualThreatGraph) HasAttackPath() bool

HasAttackPath returns a boolean if a field has been set.

func (*GraphIndividualThreatGraph) HasCveAttackVector ¶

func (o *GraphIndividualThreatGraph) HasCveAttackVector() bool

HasCveAttackVector returns a boolean if a field has been set.

func (*GraphIndividualThreatGraph) HasCveId ¶

func (o *GraphIndividualThreatGraph) HasCveId() bool

HasCveId returns a boolean if a field has been set.

func (*GraphIndividualThreatGraph) HasPorts ¶

func (o *GraphIndividualThreatGraph) HasPorts() bool

HasPorts returns a boolean if a field has been set.

func (GraphIndividualThreatGraph) MarshalJSON ¶

func (o GraphIndividualThreatGraph) MarshalJSON() ([]byte, error)

func (*GraphIndividualThreatGraph) SetAttackPath ¶

func (o *GraphIndividualThreatGraph) SetAttackPath(v [][]string)

SetAttackPath gets a reference to the given [][]string and assigns it to the AttackPath field.

func (*GraphIndividualThreatGraph) SetCveAttackVector ¶

func (o *GraphIndividualThreatGraph) SetCveAttackVector(v string)

SetCveAttackVector gets a reference to the given string and assigns it to the CveAttackVector field.

func (*GraphIndividualThreatGraph) SetCveId ¶

func (o *GraphIndividualThreatGraph) SetCveId(v []string)

SetCveId gets a reference to the given []string and assigns it to the CveId field.

func (*GraphIndividualThreatGraph) SetPorts ¶

func (o *GraphIndividualThreatGraph) SetPorts(v []interface{})

SetPorts gets a reference to the given []interface{} and assigns it to the Ports field.

func (GraphIndividualThreatGraph) ToMap ¶

func (o GraphIndividualThreatGraph) ToMap() (map[string]interface{}, error)

type GraphIndividualThreatGraphRequest ¶

type GraphIndividualThreatGraphRequest struct {
	GraphType string   `json:"graph_type"`
	IssueType string   `json:"issue_type"`
	NodeIds   []string `json:"node_ids,omitempty"`
}

GraphIndividualThreatGraphRequest struct for GraphIndividualThreatGraphRequest

func NewGraphIndividualThreatGraphRequest ¶

func NewGraphIndividualThreatGraphRequest(graphType string, issueType string) *GraphIndividualThreatGraphRequest

NewGraphIndividualThreatGraphRequest instantiates a new GraphIndividualThreatGraphRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGraphIndividualThreatGraphRequestWithDefaults ¶

func NewGraphIndividualThreatGraphRequestWithDefaults() *GraphIndividualThreatGraphRequest

NewGraphIndividualThreatGraphRequestWithDefaults instantiates a new GraphIndividualThreatGraphRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GraphIndividualThreatGraphRequest) GetGraphType ¶

func (o *GraphIndividualThreatGraphRequest) GetGraphType() string

GetGraphType returns the GraphType field value

func (*GraphIndividualThreatGraphRequest) GetGraphTypeOk ¶

func (o *GraphIndividualThreatGraphRequest) GetGraphTypeOk() (*string, bool)

GetGraphTypeOk returns a tuple with the GraphType field value and a boolean to check if the value has been set.

func (*GraphIndividualThreatGraphRequest) GetIssueType ¶

func (o *GraphIndividualThreatGraphRequest) GetIssueType() string

GetIssueType returns the IssueType field value

func (*GraphIndividualThreatGraphRequest) GetIssueTypeOk ¶

func (o *GraphIndividualThreatGraphRequest) GetIssueTypeOk() (*string, bool)

GetIssueTypeOk returns a tuple with the IssueType field value and a boolean to check if the value has been set.

func (*GraphIndividualThreatGraphRequest) GetNodeIds ¶

func (o *GraphIndividualThreatGraphRequest) GetNodeIds() []string

GetNodeIds returns the NodeIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GraphIndividualThreatGraphRequest) GetNodeIdsOk ¶

func (o *GraphIndividualThreatGraphRequest) GetNodeIdsOk() ([]string, bool)

GetNodeIdsOk returns a tuple with the NodeIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GraphIndividualThreatGraphRequest) HasNodeIds ¶

func (o *GraphIndividualThreatGraphRequest) HasNodeIds() bool

HasNodeIds returns a boolean if a field has been set.

func (GraphIndividualThreatGraphRequest) MarshalJSON ¶

func (o GraphIndividualThreatGraphRequest) MarshalJSON() ([]byte, error)

func (*GraphIndividualThreatGraphRequest) SetGraphType ¶

func (o *GraphIndividualThreatGraphRequest) SetGraphType(v string)

SetGraphType sets field value

func (*GraphIndividualThreatGraphRequest) SetIssueType ¶

func (o *GraphIndividualThreatGraphRequest) SetIssueType(v string)

SetIssueType sets field value

func (*GraphIndividualThreatGraphRequest) SetNodeIds ¶

func (o *GraphIndividualThreatGraphRequest) SetNodeIds(v []string)

SetNodeIds gets a reference to the given []string and assigns it to the NodeIds field.

func (GraphIndividualThreatGraphRequest) ToMap ¶

func (o GraphIndividualThreatGraphRequest) ToMap() (map[string]interface{}, error)

func (*GraphIndividualThreatGraphRequest) UnmarshalJSON ¶

func (o *GraphIndividualThreatGraphRequest) UnmarshalJSON(bytes []byte) (err error)

type GraphNodeInfo ¶

type GraphNodeInfo struct {
	CloudComplianceCount int32  `json:"cloud_compliance_count"`
	ComplianceCount      int32  `json:"compliance_count"`
	Name                 string `json:"name"`
	NodeId               string `json:"node_id"`
	SecretsCount         int32  `json:"secrets_count"`
	VulnerabilityCount   int32  `json:"vulnerability_count"`
}

GraphNodeInfo struct for GraphNodeInfo

func NewGraphNodeInfo ¶

func NewGraphNodeInfo(cloudComplianceCount int32, complianceCount int32, name string, nodeId string, secretsCount int32, vulnerabilityCount int32) *GraphNodeInfo

NewGraphNodeInfo instantiates a new GraphNodeInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGraphNodeInfoWithDefaults ¶

func NewGraphNodeInfoWithDefaults() *GraphNodeInfo

NewGraphNodeInfoWithDefaults instantiates a new GraphNodeInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GraphNodeInfo) GetCloudComplianceCount ¶

func (o *GraphNodeInfo) GetCloudComplianceCount() int32

GetCloudComplianceCount returns the CloudComplianceCount field value

func (*GraphNodeInfo) GetCloudComplianceCountOk ¶

func (o *GraphNodeInfo) GetCloudComplianceCountOk() (*int32, bool)

GetCloudComplianceCountOk returns a tuple with the CloudComplianceCount field value and a boolean to check if the value has been set.

func (*GraphNodeInfo) GetComplianceCount ¶

func (o *GraphNodeInfo) GetComplianceCount() int32

GetComplianceCount returns the ComplianceCount field value

func (*GraphNodeInfo) GetComplianceCountOk ¶

func (o *GraphNodeInfo) GetComplianceCountOk() (*int32, bool)

GetComplianceCountOk returns a tuple with the ComplianceCount field value and a boolean to check if the value has been set.

func (*GraphNodeInfo) GetName ¶

func (o *GraphNodeInfo) GetName() string

GetName returns the Name field value

func (*GraphNodeInfo) GetNameOk ¶

func (o *GraphNodeInfo) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*GraphNodeInfo) GetNodeId ¶

func (o *GraphNodeInfo) GetNodeId() string

GetNodeId returns the NodeId field value

func (*GraphNodeInfo) GetNodeIdOk ¶

func (o *GraphNodeInfo) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*GraphNodeInfo) GetSecretsCount ¶

func (o *GraphNodeInfo) GetSecretsCount() int32

GetSecretsCount returns the SecretsCount field value

func (*GraphNodeInfo) GetSecretsCountOk ¶

func (o *GraphNodeInfo) GetSecretsCountOk() (*int32, bool)

GetSecretsCountOk returns a tuple with the SecretsCount field value and a boolean to check if the value has been set.

func (*GraphNodeInfo) GetVulnerabilityCount ¶

func (o *GraphNodeInfo) GetVulnerabilityCount() int32

GetVulnerabilityCount returns the VulnerabilityCount field value

func (*GraphNodeInfo) GetVulnerabilityCountOk ¶

func (o *GraphNodeInfo) GetVulnerabilityCountOk() (*int32, bool)

GetVulnerabilityCountOk returns a tuple with the VulnerabilityCount field value and a boolean to check if the value has been set.

func (GraphNodeInfo) MarshalJSON ¶

func (o GraphNodeInfo) MarshalJSON() ([]byte, error)

func (*GraphNodeInfo) SetCloudComplianceCount ¶

func (o *GraphNodeInfo) SetCloudComplianceCount(v int32)

SetCloudComplianceCount sets field value

func (*GraphNodeInfo) SetComplianceCount ¶

func (o *GraphNodeInfo) SetComplianceCount(v int32)

SetComplianceCount sets field value

func (*GraphNodeInfo) SetName ¶

func (o *GraphNodeInfo) SetName(v string)

SetName sets field value

func (*GraphNodeInfo) SetNodeId ¶

func (o *GraphNodeInfo) SetNodeId(v string)

SetNodeId sets field value

func (*GraphNodeInfo) SetSecretsCount ¶

func (o *GraphNodeInfo) SetSecretsCount(v int32)

SetSecretsCount sets field value

func (*GraphNodeInfo) SetVulnerabilityCount ¶

func (o *GraphNodeInfo) SetVulnerabilityCount(v int32)

SetVulnerabilityCount sets field value

func (GraphNodeInfo) ToMap ¶

func (o GraphNodeInfo) ToMap() (map[string]interface{}, error)

func (*GraphNodeInfo) UnmarshalJSON ¶

func (o *GraphNodeInfo) UnmarshalJSON(bytes []byte) (err error)

type GraphProviderThreatGraph ¶

type GraphProviderThreatGraph struct {
	CloudComplianceCount int32                 `json:"cloud_compliance_count"`
	ComplianceCount      int32                 `json:"compliance_count"`
	Resources            []GraphThreatNodeInfo `json:"resources"`
	SecretsCount         int32                 `json:"secrets_count"`
	VulnerabilityCount   int32                 `json:"vulnerability_count"`
}

GraphProviderThreatGraph struct for GraphProviderThreatGraph

func NewGraphProviderThreatGraph ¶

func NewGraphProviderThreatGraph(cloudComplianceCount int32, complianceCount int32, resources []GraphThreatNodeInfo, secretsCount int32, vulnerabilityCount int32) *GraphProviderThreatGraph

NewGraphProviderThreatGraph instantiates a new GraphProviderThreatGraph object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGraphProviderThreatGraphWithDefaults ¶

func NewGraphProviderThreatGraphWithDefaults() *GraphProviderThreatGraph

NewGraphProviderThreatGraphWithDefaults instantiates a new GraphProviderThreatGraph object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GraphProviderThreatGraph) GetCloudComplianceCount ¶

func (o *GraphProviderThreatGraph) GetCloudComplianceCount() int32

GetCloudComplianceCount returns the CloudComplianceCount field value

func (*GraphProviderThreatGraph) GetCloudComplianceCountOk ¶

func (o *GraphProviderThreatGraph) GetCloudComplianceCountOk() (*int32, bool)

GetCloudComplianceCountOk returns a tuple with the CloudComplianceCount field value and a boolean to check if the value has been set.

func (*GraphProviderThreatGraph) GetComplianceCount ¶

func (o *GraphProviderThreatGraph) GetComplianceCount() int32

GetComplianceCount returns the ComplianceCount field value

func (*GraphProviderThreatGraph) GetComplianceCountOk ¶

func (o *GraphProviderThreatGraph) GetComplianceCountOk() (*int32, bool)

GetComplianceCountOk returns a tuple with the ComplianceCount field value and a boolean to check if the value has been set.

func (*GraphProviderThreatGraph) GetResources ¶

func (o *GraphProviderThreatGraph) GetResources() []GraphThreatNodeInfo

GetResources returns the Resources field value If the value is explicit nil, the zero value for []GraphThreatNodeInfo will be returned

func (*GraphProviderThreatGraph) GetResourcesOk ¶

func (o *GraphProviderThreatGraph) GetResourcesOk() ([]GraphThreatNodeInfo, bool)

GetResourcesOk returns a tuple with the Resources field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GraphProviderThreatGraph) GetSecretsCount ¶

func (o *GraphProviderThreatGraph) GetSecretsCount() int32

GetSecretsCount returns the SecretsCount field value

func (*GraphProviderThreatGraph) GetSecretsCountOk ¶

func (o *GraphProviderThreatGraph) GetSecretsCountOk() (*int32, bool)

GetSecretsCountOk returns a tuple with the SecretsCount field value and a boolean to check if the value has been set.

func (*GraphProviderThreatGraph) GetVulnerabilityCount ¶

func (o *GraphProviderThreatGraph) GetVulnerabilityCount() int32

GetVulnerabilityCount returns the VulnerabilityCount field value

func (*GraphProviderThreatGraph) GetVulnerabilityCountOk ¶

func (o *GraphProviderThreatGraph) GetVulnerabilityCountOk() (*int32, bool)

GetVulnerabilityCountOk returns a tuple with the VulnerabilityCount field value and a boolean to check if the value has been set.

func (GraphProviderThreatGraph) MarshalJSON ¶

func (o GraphProviderThreatGraph) MarshalJSON() ([]byte, error)

func (*GraphProviderThreatGraph) SetCloudComplianceCount ¶

func (o *GraphProviderThreatGraph) SetCloudComplianceCount(v int32)

SetCloudComplianceCount sets field value

func (*GraphProviderThreatGraph) SetComplianceCount ¶

func (o *GraphProviderThreatGraph) SetComplianceCount(v int32)

SetComplianceCount sets field value

func (*GraphProviderThreatGraph) SetResources ¶

func (o *GraphProviderThreatGraph) SetResources(v []GraphThreatNodeInfo)

SetResources sets field value

func (*GraphProviderThreatGraph) SetSecretsCount ¶

func (o *GraphProviderThreatGraph) SetSecretsCount(v int32)

SetSecretsCount sets field value

func (*GraphProviderThreatGraph) SetVulnerabilityCount ¶

func (o *GraphProviderThreatGraph) SetVulnerabilityCount(v int32)

SetVulnerabilityCount sets field value

func (GraphProviderThreatGraph) ToMap ¶

func (o GraphProviderThreatGraph) ToMap() (map[string]interface{}, error)

func (*GraphProviderThreatGraph) UnmarshalJSON ¶

func (o *GraphProviderThreatGraph) UnmarshalJSON(bytes []byte) (err error)

type GraphThreatFilters ¶

type GraphThreatFilters struct {
	AwsFilter         GraphCloudProviderFilter `json:"aws_filter"`
	AzureFilter       GraphCloudProviderFilter `json:"azure_filter"`
	CloudResourceOnly bool                     `json:"cloud_resource_only"`
	GcpFilter         GraphCloudProviderFilter `json:"gcp_filter"`
	Type              string                   `json:"type"`
}

GraphThreatFilters struct for GraphThreatFilters

func NewGraphThreatFilters ¶

func NewGraphThreatFilters(awsFilter GraphCloudProviderFilter, azureFilter GraphCloudProviderFilter, cloudResourceOnly bool, gcpFilter GraphCloudProviderFilter, type_ string) *GraphThreatFilters

NewGraphThreatFilters instantiates a new GraphThreatFilters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGraphThreatFiltersWithDefaults ¶

func NewGraphThreatFiltersWithDefaults() *GraphThreatFilters

NewGraphThreatFiltersWithDefaults instantiates a new GraphThreatFilters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GraphThreatFilters) GetAwsFilter ¶

func (o *GraphThreatFilters) GetAwsFilter() GraphCloudProviderFilter

GetAwsFilter returns the AwsFilter field value

func (*GraphThreatFilters) GetAwsFilterOk ¶

func (o *GraphThreatFilters) GetAwsFilterOk() (*GraphCloudProviderFilter, bool)

GetAwsFilterOk returns a tuple with the AwsFilter field value and a boolean to check if the value has been set.

func (*GraphThreatFilters) GetAzureFilter ¶

func (o *GraphThreatFilters) GetAzureFilter() GraphCloudProviderFilter

GetAzureFilter returns the AzureFilter field value

func (*GraphThreatFilters) GetAzureFilterOk ¶

func (o *GraphThreatFilters) GetAzureFilterOk() (*GraphCloudProviderFilter, bool)

GetAzureFilterOk returns a tuple with the AzureFilter field value and a boolean to check if the value has been set.

func (*GraphThreatFilters) GetCloudResourceOnly ¶

func (o *GraphThreatFilters) GetCloudResourceOnly() bool

GetCloudResourceOnly returns the CloudResourceOnly field value

func (*GraphThreatFilters) GetCloudResourceOnlyOk ¶

func (o *GraphThreatFilters) GetCloudResourceOnlyOk() (*bool, bool)

GetCloudResourceOnlyOk returns a tuple with the CloudResourceOnly field value and a boolean to check if the value has been set.

func (*GraphThreatFilters) GetGcpFilter ¶

func (o *GraphThreatFilters) GetGcpFilter() GraphCloudProviderFilter

GetGcpFilter returns the GcpFilter field value

func (*GraphThreatFilters) GetGcpFilterOk ¶

func (o *GraphThreatFilters) GetGcpFilterOk() (*GraphCloudProviderFilter, bool)

GetGcpFilterOk returns a tuple with the GcpFilter field value and a boolean to check if the value has been set.

func (*GraphThreatFilters) GetType ¶

func (o *GraphThreatFilters) GetType() string

GetType returns the Type field value

func (*GraphThreatFilters) GetTypeOk ¶

func (o *GraphThreatFilters) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (GraphThreatFilters) MarshalJSON ¶

func (o GraphThreatFilters) MarshalJSON() ([]byte, error)

func (*GraphThreatFilters) SetAwsFilter ¶

func (o *GraphThreatFilters) SetAwsFilter(v GraphCloudProviderFilter)

SetAwsFilter sets field value

func (*GraphThreatFilters) SetAzureFilter ¶

func (o *GraphThreatFilters) SetAzureFilter(v GraphCloudProviderFilter)

SetAzureFilter sets field value

func (*GraphThreatFilters) SetCloudResourceOnly ¶

func (o *GraphThreatFilters) SetCloudResourceOnly(v bool)

SetCloudResourceOnly sets field value

func (*GraphThreatFilters) SetGcpFilter ¶

func (o *GraphThreatFilters) SetGcpFilter(v GraphCloudProviderFilter)

SetGcpFilter sets field value

func (*GraphThreatFilters) SetType ¶

func (o *GraphThreatFilters) SetType(v string)

SetType sets field value

func (GraphThreatFilters) ToMap ¶

func (o GraphThreatFilters) ToMap() (map[string]interface{}, error)

func (*GraphThreatFilters) UnmarshalJSON ¶

func (o *GraphThreatFilters) UnmarshalJSON(bytes []byte) (err error)

type GraphThreatNodeInfo ¶

type GraphThreatNodeInfo struct {
	AttackPath           [][]string               `json:"attack_path"`
	CloudComplianceCount int32                    `json:"cloud_compliance_count"`
	ComplianceCount      int32                    `json:"compliance_count"`
	Count                int32                    `json:"count"`
	Id                   string                   `json:"id"`
	Label                string                   `json:"label"`
	NodeType             string                   `json:"node_type"`
	Nodes                map[string]GraphNodeInfo `json:"nodes"`
	SecretsCount         int32                    `json:"secrets_count"`
	VulnerabilityCount   int32                    `json:"vulnerability_count"`
}

GraphThreatNodeInfo struct for GraphThreatNodeInfo

func NewGraphThreatNodeInfo ¶

func NewGraphThreatNodeInfo(attackPath [][]string, cloudComplianceCount int32, complianceCount int32, count int32, id string, label string, nodeType string, nodes map[string]GraphNodeInfo, secretsCount int32, vulnerabilityCount int32) *GraphThreatNodeInfo

NewGraphThreatNodeInfo instantiates a new GraphThreatNodeInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGraphThreatNodeInfoWithDefaults ¶

func NewGraphThreatNodeInfoWithDefaults() *GraphThreatNodeInfo

NewGraphThreatNodeInfoWithDefaults instantiates a new GraphThreatNodeInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GraphThreatNodeInfo) GetAttackPath ¶

func (o *GraphThreatNodeInfo) GetAttackPath() [][]string

GetAttackPath returns the AttackPath field value If the value is explicit nil, the zero value for [][]string will be returned

func (*GraphThreatNodeInfo) GetAttackPathOk ¶

func (o *GraphThreatNodeInfo) GetAttackPathOk() ([][]string, bool)

GetAttackPathOk returns a tuple with the AttackPath field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GraphThreatNodeInfo) GetCloudComplianceCount ¶

func (o *GraphThreatNodeInfo) GetCloudComplianceCount() int32

GetCloudComplianceCount returns the CloudComplianceCount field value

func (*GraphThreatNodeInfo) GetCloudComplianceCountOk ¶

func (o *GraphThreatNodeInfo) GetCloudComplianceCountOk() (*int32, bool)

GetCloudComplianceCountOk returns a tuple with the CloudComplianceCount field value and a boolean to check if the value has been set.

func (*GraphThreatNodeInfo) GetComplianceCount ¶

func (o *GraphThreatNodeInfo) GetComplianceCount() int32

GetComplianceCount returns the ComplianceCount field value

func (*GraphThreatNodeInfo) GetComplianceCountOk ¶

func (o *GraphThreatNodeInfo) GetComplianceCountOk() (*int32, bool)

GetComplianceCountOk returns a tuple with the ComplianceCount field value and a boolean to check if the value has been set.

func (*GraphThreatNodeInfo) GetCount ¶

func (o *GraphThreatNodeInfo) GetCount() int32

GetCount returns the Count field value

func (*GraphThreatNodeInfo) GetCountOk ¶

func (o *GraphThreatNodeInfo) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*GraphThreatNodeInfo) GetId ¶

func (o *GraphThreatNodeInfo) GetId() string

GetId returns the Id field value

func (*GraphThreatNodeInfo) GetIdOk ¶

func (o *GraphThreatNodeInfo) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*GraphThreatNodeInfo) GetLabel ¶

func (o *GraphThreatNodeInfo) GetLabel() string

GetLabel returns the Label field value

func (*GraphThreatNodeInfo) GetLabelOk ¶

func (o *GraphThreatNodeInfo) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.

func (*GraphThreatNodeInfo) GetNodeType ¶

func (o *GraphThreatNodeInfo) GetNodeType() string

GetNodeType returns the NodeType field value

func (*GraphThreatNodeInfo) GetNodeTypeOk ¶

func (o *GraphThreatNodeInfo) GetNodeTypeOk() (*string, bool)

GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.

func (*GraphThreatNodeInfo) GetNodes ¶

func (o *GraphThreatNodeInfo) GetNodes() map[string]GraphNodeInfo

GetNodes returns the Nodes field value If the value is explicit nil, the zero value for map[string]GraphNodeInfo will be returned

func (*GraphThreatNodeInfo) GetNodesOk ¶

func (o *GraphThreatNodeInfo) GetNodesOk() (*map[string]GraphNodeInfo, bool)

GetNodesOk returns a tuple with the Nodes field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GraphThreatNodeInfo) GetSecretsCount ¶

func (o *GraphThreatNodeInfo) GetSecretsCount() int32

GetSecretsCount returns the SecretsCount field value

func (*GraphThreatNodeInfo) GetSecretsCountOk ¶

func (o *GraphThreatNodeInfo) GetSecretsCountOk() (*int32, bool)

GetSecretsCountOk returns a tuple with the SecretsCount field value and a boolean to check if the value has been set.

func (*GraphThreatNodeInfo) GetVulnerabilityCount ¶

func (o *GraphThreatNodeInfo) GetVulnerabilityCount() int32

GetVulnerabilityCount returns the VulnerabilityCount field value

func (*GraphThreatNodeInfo) GetVulnerabilityCountOk ¶

func (o *GraphThreatNodeInfo) GetVulnerabilityCountOk() (*int32, bool)

GetVulnerabilityCountOk returns a tuple with the VulnerabilityCount field value and a boolean to check if the value has been set.

func (GraphThreatNodeInfo) MarshalJSON ¶

func (o GraphThreatNodeInfo) MarshalJSON() ([]byte, error)

func (*GraphThreatNodeInfo) SetAttackPath ¶

func (o *GraphThreatNodeInfo) SetAttackPath(v [][]string)

SetAttackPath sets field value

func (*GraphThreatNodeInfo) SetCloudComplianceCount ¶

func (o *GraphThreatNodeInfo) SetCloudComplianceCount(v int32)

SetCloudComplianceCount sets field value

func (*GraphThreatNodeInfo) SetComplianceCount ¶

func (o *GraphThreatNodeInfo) SetComplianceCount(v int32)

SetComplianceCount sets field value

func (*GraphThreatNodeInfo) SetCount ¶

func (o *GraphThreatNodeInfo) SetCount(v int32)

SetCount sets field value

func (*GraphThreatNodeInfo) SetId ¶

func (o *GraphThreatNodeInfo) SetId(v string)

SetId sets field value

func (*GraphThreatNodeInfo) SetLabel ¶

func (o *GraphThreatNodeInfo) SetLabel(v string)

SetLabel sets field value

func (*GraphThreatNodeInfo) SetNodeType ¶

func (o *GraphThreatNodeInfo) SetNodeType(v string)

SetNodeType sets field value

func (*GraphThreatNodeInfo) SetNodes ¶

func (o *GraphThreatNodeInfo) SetNodes(v map[string]GraphNodeInfo)

SetNodes sets field value

func (*GraphThreatNodeInfo) SetSecretsCount ¶

func (o *GraphThreatNodeInfo) SetSecretsCount(v int32)

SetSecretsCount sets field value

func (*GraphThreatNodeInfo) SetVulnerabilityCount ¶

func (o *GraphThreatNodeInfo) SetVulnerabilityCount(v int32)

SetVulnerabilityCount sets field value

func (GraphThreatNodeInfo) ToMap ¶

func (o GraphThreatNodeInfo) ToMap() (map[string]interface{}, error)

func (*GraphThreatNodeInfo) UnmarshalJSON ¶

func (o *GraphThreatNodeInfo) UnmarshalJSON(bytes []byte) (err error)

type GraphTopologyFilters ¶

type GraphTopologyFilters struct {
	CloudFilter      []string               `json:"cloud_filter"`
	ContainerFilter  []string               `json:"container_filter"`
	FieldFilters     ReportersFieldsFilters `json:"field_filters"`
	HostFilter       []string               `json:"host_filter"`
	KubernetesFilter []string               `json:"kubernetes_filter"`
	PodFilter        []string               `json:"pod_filter"`
	RegionFilter     []string               `json:"region_filter"`
	SkipConnections  bool                   `json:"skip_connections"`
}

GraphTopologyFilters struct for GraphTopologyFilters

func NewGraphTopologyFilters ¶

func NewGraphTopologyFilters(cloudFilter []string, containerFilter []string, fieldFilters ReportersFieldsFilters, hostFilter []string, kubernetesFilter []string, podFilter []string, regionFilter []string, skipConnections bool) *GraphTopologyFilters

NewGraphTopologyFilters instantiates a new GraphTopologyFilters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGraphTopologyFiltersWithDefaults ¶

func NewGraphTopologyFiltersWithDefaults() *GraphTopologyFilters

NewGraphTopologyFiltersWithDefaults instantiates a new GraphTopologyFilters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GraphTopologyFilters) GetCloudFilter ¶

func (o *GraphTopologyFilters) GetCloudFilter() []string

GetCloudFilter returns the CloudFilter field value If the value is explicit nil, the zero value for []string will be returned

func (*GraphTopologyFilters) GetCloudFilterOk ¶

func (o *GraphTopologyFilters) GetCloudFilterOk() ([]string, bool)

GetCloudFilterOk returns a tuple with the CloudFilter field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GraphTopologyFilters) GetContainerFilter ¶

func (o *GraphTopologyFilters) GetContainerFilter() []string

GetContainerFilter returns the ContainerFilter field value If the value is explicit nil, the zero value for []string will be returned

func (*GraphTopologyFilters) GetContainerFilterOk ¶

func (o *GraphTopologyFilters) GetContainerFilterOk() ([]string, bool)

GetContainerFilterOk returns a tuple with the ContainerFilter field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GraphTopologyFilters) GetFieldFilters ¶

func (o *GraphTopologyFilters) GetFieldFilters() ReportersFieldsFilters

GetFieldFilters returns the FieldFilters field value

func (*GraphTopologyFilters) GetFieldFiltersOk ¶

func (o *GraphTopologyFilters) GetFieldFiltersOk() (*ReportersFieldsFilters, bool)

GetFieldFiltersOk returns a tuple with the FieldFilters field value and a boolean to check if the value has been set.

func (*GraphTopologyFilters) GetHostFilter ¶

func (o *GraphTopologyFilters) GetHostFilter() []string

GetHostFilter returns the HostFilter field value If the value is explicit nil, the zero value for []string will be returned

func (*GraphTopologyFilters) GetHostFilterOk ¶

func (o *GraphTopologyFilters) GetHostFilterOk() ([]string, bool)

GetHostFilterOk returns a tuple with the HostFilter field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GraphTopologyFilters) GetKubernetesFilter ¶

func (o *GraphTopologyFilters) GetKubernetesFilter() []string

GetKubernetesFilter returns the KubernetesFilter field value If the value is explicit nil, the zero value for []string will be returned

func (*GraphTopologyFilters) GetKubernetesFilterOk ¶

func (o *GraphTopologyFilters) GetKubernetesFilterOk() ([]string, bool)

GetKubernetesFilterOk returns a tuple with the KubernetesFilter field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GraphTopologyFilters) GetPodFilter ¶

func (o *GraphTopologyFilters) GetPodFilter() []string

GetPodFilter returns the PodFilter field value If the value is explicit nil, the zero value for []string will be returned

func (*GraphTopologyFilters) GetPodFilterOk ¶

func (o *GraphTopologyFilters) GetPodFilterOk() ([]string, bool)

GetPodFilterOk returns a tuple with the PodFilter field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GraphTopologyFilters) GetRegionFilter ¶

func (o *GraphTopologyFilters) GetRegionFilter() []string

GetRegionFilter returns the RegionFilter field value If the value is explicit nil, the zero value for []string will be returned

func (*GraphTopologyFilters) GetRegionFilterOk ¶

func (o *GraphTopologyFilters) GetRegionFilterOk() ([]string, bool)

GetRegionFilterOk returns a tuple with the RegionFilter field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GraphTopologyFilters) GetSkipConnections ¶

func (o *GraphTopologyFilters) GetSkipConnections() bool

GetSkipConnections returns the SkipConnections field value

func (*GraphTopologyFilters) GetSkipConnectionsOk ¶

func (o *GraphTopologyFilters) GetSkipConnectionsOk() (*bool, bool)

GetSkipConnectionsOk returns a tuple with the SkipConnections field value and a boolean to check if the value has been set.

func (GraphTopologyFilters) MarshalJSON ¶

func (o GraphTopologyFilters) MarshalJSON() ([]byte, error)

func (*GraphTopologyFilters) SetCloudFilter ¶

func (o *GraphTopologyFilters) SetCloudFilter(v []string)

SetCloudFilter sets field value

func (*GraphTopologyFilters) SetContainerFilter ¶

func (o *GraphTopologyFilters) SetContainerFilter(v []string)

SetContainerFilter sets field value

func (*GraphTopologyFilters) SetFieldFilters ¶

func (o *GraphTopologyFilters) SetFieldFilters(v ReportersFieldsFilters)

SetFieldFilters sets field value

func (*GraphTopologyFilters) SetHostFilter ¶

func (o *GraphTopologyFilters) SetHostFilter(v []string)

SetHostFilter sets field value

func (*GraphTopologyFilters) SetKubernetesFilter ¶

func (o *GraphTopologyFilters) SetKubernetesFilter(v []string)

SetKubernetesFilter sets field value

func (*GraphTopologyFilters) SetPodFilter ¶

func (o *GraphTopologyFilters) SetPodFilter(v []string)

SetPodFilter sets field value

func (*GraphTopologyFilters) SetRegionFilter ¶

func (o *GraphTopologyFilters) SetRegionFilter(v []string)

SetRegionFilter sets field value

func (*GraphTopologyFilters) SetSkipConnections ¶

func (o *GraphTopologyFilters) SetSkipConnections(v bool)

SetSkipConnections sets field value

func (GraphTopologyFilters) ToMap ¶

func (o GraphTopologyFilters) ToMap() (map[string]interface{}, error)

func (*GraphTopologyFilters) UnmarshalJSON ¶

func (o *GraphTopologyFilters) UnmarshalJSON(bytes []byte) (err error)

type IngestersCloudCompliance ¶

type IngestersCloudCompliance struct {
	Timestamp           *string `json:"@timestamp,omitempty"`
	AccountId           *string `json:"account_id,omitempty"`
	CloudProvider       *string `json:"cloud_provider,omitempty"`
	ComplianceCheckType *string `json:"compliance_check_type,omitempty"`
	ControlId           *string `json:"control_id,omitempty"`
	Count               *int32  `json:"count,omitempty"`
	Description         *string `json:"description,omitempty"`
	DocId               *string `json:"doc_id,omitempty"`
	Group               *string `json:"group,omitempty"`
	Reason              *string `json:"reason,omitempty"`
	Region              *string `json:"region,omitempty"`
	Resource            *string `json:"resource,omitempty"`
	ScanId              *string `json:"scan_id,omitempty"`
	Service             *string `json:"service,omitempty"`
	Severity            *string `json:"severity,omitempty"`
	Status              *string `json:"status,omitempty"`
	Title               *string `json:"title,omitempty"`
	Type                *string `json:"type,omitempty"`
}

IngestersCloudCompliance struct for IngestersCloudCompliance

func NewIngestersCloudCompliance ¶

func NewIngestersCloudCompliance() *IngestersCloudCompliance

NewIngestersCloudCompliance instantiates a new IngestersCloudCompliance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIngestersCloudComplianceWithDefaults ¶

func NewIngestersCloudComplianceWithDefaults() *IngestersCloudCompliance

NewIngestersCloudComplianceWithDefaults instantiates a new IngestersCloudCompliance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IngestersCloudCompliance) GetAccountId ¶

func (o *IngestersCloudCompliance) GetAccountId() string

GetAccountId returns the AccountId field value if set, zero value otherwise.

func (*IngestersCloudCompliance) GetAccountIdOk ¶

func (o *IngestersCloudCompliance) GetAccountIdOk() (*string, bool)

GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudCompliance) GetCloudProvider ¶

func (o *IngestersCloudCompliance) GetCloudProvider() string

GetCloudProvider returns the CloudProvider field value if set, zero value otherwise.

func (*IngestersCloudCompliance) GetCloudProviderOk ¶

func (o *IngestersCloudCompliance) GetCloudProviderOk() (*string, bool)

GetCloudProviderOk returns a tuple with the CloudProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudCompliance) GetComplianceCheckType ¶

func (o *IngestersCloudCompliance) GetComplianceCheckType() string

GetComplianceCheckType returns the ComplianceCheckType field value if set, zero value otherwise.

func (*IngestersCloudCompliance) GetComplianceCheckTypeOk ¶

func (o *IngestersCloudCompliance) GetComplianceCheckTypeOk() (*string, bool)

GetComplianceCheckTypeOk returns a tuple with the ComplianceCheckType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudCompliance) GetControlId ¶

func (o *IngestersCloudCompliance) GetControlId() string

GetControlId returns the ControlId field value if set, zero value otherwise.

func (*IngestersCloudCompliance) GetControlIdOk ¶

func (o *IngestersCloudCompliance) GetControlIdOk() (*string, bool)

GetControlIdOk returns a tuple with the ControlId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudCompliance) GetCount ¶

func (o *IngestersCloudCompliance) GetCount() int32

GetCount returns the Count field value if set, zero value otherwise.

func (*IngestersCloudCompliance) GetCountOk ¶

func (o *IngestersCloudCompliance) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudCompliance) GetDescription ¶

func (o *IngestersCloudCompliance) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*IngestersCloudCompliance) GetDescriptionOk ¶

func (o *IngestersCloudCompliance) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudCompliance) GetDocId ¶

func (o *IngestersCloudCompliance) GetDocId() string

GetDocId returns the DocId field value if set, zero value otherwise.

func (*IngestersCloudCompliance) GetDocIdOk ¶

func (o *IngestersCloudCompliance) GetDocIdOk() (*string, bool)

GetDocIdOk returns a tuple with the DocId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudCompliance) GetGroup ¶

func (o *IngestersCloudCompliance) GetGroup() string

GetGroup returns the Group field value if set, zero value otherwise.

func (*IngestersCloudCompliance) GetGroupOk ¶

func (o *IngestersCloudCompliance) GetGroupOk() (*string, bool)

GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudCompliance) GetReason ¶

func (o *IngestersCloudCompliance) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise.

func (*IngestersCloudCompliance) GetReasonOk ¶

func (o *IngestersCloudCompliance) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudCompliance) GetRegion ¶

func (o *IngestersCloudCompliance) GetRegion() string

GetRegion returns the Region field value if set, zero value otherwise.

func (*IngestersCloudCompliance) GetRegionOk ¶

func (o *IngestersCloudCompliance) GetRegionOk() (*string, bool)

GetRegionOk returns a tuple with the Region field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudCompliance) GetResource ¶

func (o *IngestersCloudCompliance) GetResource() string

GetResource returns the Resource field value if set, zero value otherwise.

func (*IngestersCloudCompliance) GetResourceOk ¶

func (o *IngestersCloudCompliance) GetResourceOk() (*string, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudCompliance) GetScanId ¶

func (o *IngestersCloudCompliance) GetScanId() string

GetScanId returns the ScanId field value if set, zero value otherwise.

func (*IngestersCloudCompliance) GetScanIdOk ¶

func (o *IngestersCloudCompliance) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudCompliance) GetService ¶

func (o *IngestersCloudCompliance) GetService() string

GetService returns the Service field value if set, zero value otherwise.

func (*IngestersCloudCompliance) GetServiceOk ¶

func (o *IngestersCloudCompliance) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudCompliance) GetSeverity ¶

func (o *IngestersCloudCompliance) GetSeverity() string

GetSeverity returns the Severity field value if set, zero value otherwise.

func (*IngestersCloudCompliance) GetSeverityOk ¶

func (o *IngestersCloudCompliance) GetSeverityOk() (*string, bool)

GetSeverityOk returns a tuple with the Severity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudCompliance) GetStatus ¶

func (o *IngestersCloudCompliance) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*IngestersCloudCompliance) GetStatusOk ¶

func (o *IngestersCloudCompliance) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudCompliance) GetTimestamp ¶

func (o *IngestersCloudCompliance) GetTimestamp() string

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*IngestersCloudCompliance) GetTimestampOk ¶

func (o *IngestersCloudCompliance) GetTimestampOk() (*string, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudCompliance) GetTitle ¶

func (o *IngestersCloudCompliance) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*IngestersCloudCompliance) GetTitleOk ¶

func (o *IngestersCloudCompliance) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudCompliance) GetType ¶

func (o *IngestersCloudCompliance) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*IngestersCloudCompliance) GetTypeOk ¶

func (o *IngestersCloudCompliance) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudCompliance) HasAccountId ¶

func (o *IngestersCloudCompliance) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

func (*IngestersCloudCompliance) HasCloudProvider ¶

func (o *IngestersCloudCompliance) HasCloudProvider() bool

HasCloudProvider returns a boolean if a field has been set.

func (*IngestersCloudCompliance) HasComplianceCheckType ¶

func (o *IngestersCloudCompliance) HasComplianceCheckType() bool

HasComplianceCheckType returns a boolean if a field has been set.

func (*IngestersCloudCompliance) HasControlId ¶

func (o *IngestersCloudCompliance) HasControlId() bool

HasControlId returns a boolean if a field has been set.

func (*IngestersCloudCompliance) HasCount ¶

func (o *IngestersCloudCompliance) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*IngestersCloudCompliance) HasDescription ¶

func (o *IngestersCloudCompliance) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*IngestersCloudCompliance) HasDocId ¶

func (o *IngestersCloudCompliance) HasDocId() bool

HasDocId returns a boolean if a field has been set.

func (*IngestersCloudCompliance) HasGroup ¶

func (o *IngestersCloudCompliance) HasGroup() bool

HasGroup returns a boolean if a field has been set.

func (*IngestersCloudCompliance) HasReason ¶

func (o *IngestersCloudCompliance) HasReason() bool

HasReason returns a boolean if a field has been set.

func (*IngestersCloudCompliance) HasRegion ¶

func (o *IngestersCloudCompliance) HasRegion() bool

HasRegion returns a boolean if a field has been set.

func (*IngestersCloudCompliance) HasResource ¶

func (o *IngestersCloudCompliance) HasResource() bool

HasResource returns a boolean if a field has been set.

func (*IngestersCloudCompliance) HasScanId ¶

func (o *IngestersCloudCompliance) HasScanId() bool

HasScanId returns a boolean if a field has been set.

func (*IngestersCloudCompliance) HasService ¶

func (o *IngestersCloudCompliance) HasService() bool

HasService returns a boolean if a field has been set.

func (*IngestersCloudCompliance) HasSeverity ¶

func (o *IngestersCloudCompliance) HasSeverity() bool

HasSeverity returns a boolean if a field has been set.

func (*IngestersCloudCompliance) HasStatus ¶

func (o *IngestersCloudCompliance) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*IngestersCloudCompliance) HasTimestamp ¶

func (o *IngestersCloudCompliance) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (*IngestersCloudCompliance) HasTitle ¶

func (o *IngestersCloudCompliance) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*IngestersCloudCompliance) HasType ¶

func (o *IngestersCloudCompliance) HasType() bool

HasType returns a boolean if a field has been set.

func (IngestersCloudCompliance) MarshalJSON ¶

func (o IngestersCloudCompliance) MarshalJSON() ([]byte, error)

func (*IngestersCloudCompliance) SetAccountId ¶

func (o *IngestersCloudCompliance) SetAccountId(v string)

SetAccountId gets a reference to the given string and assigns it to the AccountId field.

func (*IngestersCloudCompliance) SetCloudProvider ¶

func (o *IngestersCloudCompliance) SetCloudProvider(v string)

SetCloudProvider gets a reference to the given string and assigns it to the CloudProvider field.

func (*IngestersCloudCompliance) SetComplianceCheckType ¶

func (o *IngestersCloudCompliance) SetComplianceCheckType(v string)

SetComplianceCheckType gets a reference to the given string and assigns it to the ComplianceCheckType field.

func (*IngestersCloudCompliance) SetControlId ¶

func (o *IngestersCloudCompliance) SetControlId(v string)

SetControlId gets a reference to the given string and assigns it to the ControlId field.

func (*IngestersCloudCompliance) SetCount ¶

func (o *IngestersCloudCompliance) SetCount(v int32)

SetCount gets a reference to the given int32 and assigns it to the Count field.

func (*IngestersCloudCompliance) SetDescription ¶

func (o *IngestersCloudCompliance) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*IngestersCloudCompliance) SetDocId ¶

func (o *IngestersCloudCompliance) SetDocId(v string)

SetDocId gets a reference to the given string and assigns it to the DocId field.

func (*IngestersCloudCompliance) SetGroup ¶

func (o *IngestersCloudCompliance) SetGroup(v string)

SetGroup gets a reference to the given string and assigns it to the Group field.

func (*IngestersCloudCompliance) SetReason ¶

func (o *IngestersCloudCompliance) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

func (*IngestersCloudCompliance) SetRegion ¶

func (o *IngestersCloudCompliance) SetRegion(v string)

SetRegion gets a reference to the given string and assigns it to the Region field.

func (*IngestersCloudCompliance) SetResource ¶

func (o *IngestersCloudCompliance) SetResource(v string)

SetResource gets a reference to the given string and assigns it to the Resource field.

func (*IngestersCloudCompliance) SetScanId ¶

func (o *IngestersCloudCompliance) SetScanId(v string)

SetScanId gets a reference to the given string and assigns it to the ScanId field.

func (*IngestersCloudCompliance) SetService ¶

func (o *IngestersCloudCompliance) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

func (*IngestersCloudCompliance) SetSeverity ¶

func (o *IngestersCloudCompliance) SetSeverity(v string)

SetSeverity gets a reference to the given string and assigns it to the Severity field.

func (*IngestersCloudCompliance) SetStatus ¶

func (o *IngestersCloudCompliance) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*IngestersCloudCompliance) SetTimestamp ¶

func (o *IngestersCloudCompliance) SetTimestamp(v string)

SetTimestamp gets a reference to the given string and assigns it to the Timestamp field.

func (*IngestersCloudCompliance) SetTitle ¶

func (o *IngestersCloudCompliance) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*IngestersCloudCompliance) SetType ¶

func (o *IngestersCloudCompliance) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (IngestersCloudCompliance) ToMap ¶

func (o IngestersCloudCompliance) ToMap() (map[string]interface{}, error)

type IngestersCloudComplianceScanStatus ¶

type IngestersCloudComplianceScanStatus struct {
	Timestamp            *time.Time                `json:"@timestamp,omitempty"`
	ComplianceCheckTypes []string                  `json:"compliance_check_types,omitempty"`
	Result               *IngestersComplianceStats `json:"result,omitempty"`
	ScanId               *string                   `json:"scan_id,omitempty"`
	ScanMessage          *string                   `json:"scan_message,omitempty"`
	ScanStatus           *string                   `json:"scan_status,omitempty"`
	TotalChecks          *int32                    `json:"total_checks,omitempty"`
	Type                 *string                   `json:"type,omitempty"`
}

IngestersCloudComplianceScanStatus struct for IngestersCloudComplianceScanStatus

func NewIngestersCloudComplianceScanStatus ¶

func NewIngestersCloudComplianceScanStatus() *IngestersCloudComplianceScanStatus

NewIngestersCloudComplianceScanStatus instantiates a new IngestersCloudComplianceScanStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIngestersCloudComplianceScanStatusWithDefaults ¶

func NewIngestersCloudComplianceScanStatusWithDefaults() *IngestersCloudComplianceScanStatus

NewIngestersCloudComplianceScanStatusWithDefaults instantiates a new IngestersCloudComplianceScanStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IngestersCloudComplianceScanStatus) GetComplianceCheckTypes ¶

func (o *IngestersCloudComplianceScanStatus) GetComplianceCheckTypes() []string

GetComplianceCheckTypes returns the ComplianceCheckTypes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudComplianceScanStatus) GetComplianceCheckTypesOk ¶

func (o *IngestersCloudComplianceScanStatus) GetComplianceCheckTypesOk() ([]string, bool)

GetComplianceCheckTypesOk returns a tuple with the ComplianceCheckTypes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudComplianceScanStatus) GetResult ¶

GetResult returns the Result field value if set, zero value otherwise.

func (*IngestersCloudComplianceScanStatus) GetResultOk ¶

GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudComplianceScanStatus) GetScanId ¶

GetScanId returns the ScanId field value if set, zero value otherwise.

func (*IngestersCloudComplianceScanStatus) GetScanIdOk ¶

func (o *IngestersCloudComplianceScanStatus) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudComplianceScanStatus) GetScanMessage ¶

func (o *IngestersCloudComplianceScanStatus) GetScanMessage() string

GetScanMessage returns the ScanMessage field value if set, zero value otherwise.

func (*IngestersCloudComplianceScanStatus) GetScanMessageOk ¶

func (o *IngestersCloudComplianceScanStatus) GetScanMessageOk() (*string, bool)

GetScanMessageOk returns a tuple with the ScanMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudComplianceScanStatus) GetScanStatus ¶

func (o *IngestersCloudComplianceScanStatus) GetScanStatus() string

GetScanStatus returns the ScanStatus field value if set, zero value otherwise.

func (*IngestersCloudComplianceScanStatus) GetScanStatusOk ¶

func (o *IngestersCloudComplianceScanStatus) GetScanStatusOk() (*string, bool)

GetScanStatusOk returns a tuple with the ScanStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudComplianceScanStatus) GetTimestamp ¶

func (o *IngestersCloudComplianceScanStatus) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*IngestersCloudComplianceScanStatus) GetTimestampOk ¶

func (o *IngestersCloudComplianceScanStatus) GetTimestampOk() (*time.Time, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudComplianceScanStatus) GetTotalChecks ¶

func (o *IngestersCloudComplianceScanStatus) GetTotalChecks() int32

GetTotalChecks returns the TotalChecks field value if set, zero value otherwise.

func (*IngestersCloudComplianceScanStatus) GetTotalChecksOk ¶

func (o *IngestersCloudComplianceScanStatus) GetTotalChecksOk() (*int32, bool)

GetTotalChecksOk returns a tuple with the TotalChecks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudComplianceScanStatus) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*IngestersCloudComplianceScanStatus) GetTypeOk ¶

func (o *IngestersCloudComplianceScanStatus) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudComplianceScanStatus) HasComplianceCheckTypes ¶

func (o *IngestersCloudComplianceScanStatus) HasComplianceCheckTypes() bool

HasComplianceCheckTypes returns a boolean if a field has been set.

func (*IngestersCloudComplianceScanStatus) HasResult ¶

HasResult returns a boolean if a field has been set.

func (*IngestersCloudComplianceScanStatus) HasScanId ¶

HasScanId returns a boolean if a field has been set.

func (*IngestersCloudComplianceScanStatus) HasScanMessage ¶

func (o *IngestersCloudComplianceScanStatus) HasScanMessage() bool

HasScanMessage returns a boolean if a field has been set.

func (*IngestersCloudComplianceScanStatus) HasScanStatus ¶

func (o *IngestersCloudComplianceScanStatus) HasScanStatus() bool

HasScanStatus returns a boolean if a field has been set.

func (*IngestersCloudComplianceScanStatus) HasTimestamp ¶

func (o *IngestersCloudComplianceScanStatus) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (*IngestersCloudComplianceScanStatus) HasTotalChecks ¶

func (o *IngestersCloudComplianceScanStatus) HasTotalChecks() bool

HasTotalChecks returns a boolean if a field has been set.

func (*IngestersCloudComplianceScanStatus) HasType ¶

HasType returns a boolean if a field has been set.

func (IngestersCloudComplianceScanStatus) MarshalJSON ¶

func (o IngestersCloudComplianceScanStatus) MarshalJSON() ([]byte, error)

func (*IngestersCloudComplianceScanStatus) SetComplianceCheckTypes ¶

func (o *IngestersCloudComplianceScanStatus) SetComplianceCheckTypes(v []string)

SetComplianceCheckTypes gets a reference to the given []string and assigns it to the ComplianceCheckTypes field.

func (*IngestersCloudComplianceScanStatus) SetResult ¶

SetResult gets a reference to the given IngestersComplianceStats and assigns it to the Result field.

func (*IngestersCloudComplianceScanStatus) SetScanId ¶

SetScanId gets a reference to the given string and assigns it to the ScanId field.

func (*IngestersCloudComplianceScanStatus) SetScanMessage ¶

func (o *IngestersCloudComplianceScanStatus) SetScanMessage(v string)

SetScanMessage gets a reference to the given string and assigns it to the ScanMessage field.

func (*IngestersCloudComplianceScanStatus) SetScanStatus ¶

func (o *IngestersCloudComplianceScanStatus) SetScanStatus(v string)

SetScanStatus gets a reference to the given string and assigns it to the ScanStatus field.

func (*IngestersCloudComplianceScanStatus) SetTimestamp ¶

func (o *IngestersCloudComplianceScanStatus) SetTimestamp(v time.Time)

SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.

func (*IngestersCloudComplianceScanStatus) SetTotalChecks ¶

func (o *IngestersCloudComplianceScanStatus) SetTotalChecks(v int32)

SetTotalChecks gets a reference to the given int32 and assigns it to the TotalChecks field.

func (*IngestersCloudComplianceScanStatus) SetType ¶

SetType gets a reference to the given string and assigns it to the Type field.

func (IngestersCloudComplianceScanStatus) ToMap ¶

func (o IngestersCloudComplianceScanStatus) ToMap() (map[string]interface{}, error)

type IngestersCloudResource ¶

type IngestersCloudResource struct {
	AccessLevel                    *string     `json:"access_level,omitempty"`
	AccountId                      *string     `json:"account_id,omitempty"`
	Action                         *string     `json:"action,omitempty"`
	AllowBlobPublicAccess          *bool       `json:"allow_blob_public_access,omitempty"`
	Arn                            *string     `json:"arn,omitempty"`
	AttachedPolicyArns             interface{} `json:"attached_policy_arns,omitempty"`
	BlockPublicAcls                *bool       `json:"block_public_acls,omitempty"`
	BlockPublicPolicy              *bool       `json:"block_public_policy,omitempty"`
	BucketPolicyIsPublic           *bool       `json:"bucket_policy_is_public,omitempty"`
	CidrIpv4                       *string     `json:"cidr_ipv4,omitempty"`
	CloudProvider                  *string     `json:"cloud_provider,omitempty"`
	ClusterArn                     *string     `json:"cluster_arn,omitempty"`
	ClusterName                    *string     `json:"cluster_name,omitempty"`
	Connectivity                   *string     `json:"connectivity,omitempty"`
	ContainerDefinitions           interface{} `json:"container_definitions,omitempty"`
	Containers                     interface{} `json:"containers,omitempty"`
	CreateDate                     *string     `json:"create_date,omitempty"`
	DbClusterIdentifier            *string     `json:"db_cluster_identifier,omitempty"`
	Description                    *string     `json:"description,omitempty"`
	EventNotificationConfiguration interface{} `json:"event_notification_configuration,omitempty"`
	Group                          *string     `json:"group,omitempty"`
	GroupId                        *string     `json:"group_id,omitempty"`
	Groups                         interface{} `json:"groups,omitempty"`
	HostName                       *string     `json:"host_name,omitempty"`
	IamInstanceProfileArn          *string     `json:"iam_instance_profile_arn,omitempty"`
	IamInstanceProfileId           *string     `json:"iam_instance_profile_id,omitempty"`
	IamPolicy                      interface{} `json:"iam_policy,omitempty"`
	Id                             *string     `json:"id,omitempty"`
	IgnorePublicAcls               *bool       `json:"ignore_public_acls,omitempty"`
	IngressSettings                *string     `json:"ingress_settings,omitempty"`
	InlinePolicies                 interface{} `json:"inline_policies,omitempty"`
	InstanceId                     *string     `json:"instance_id,omitempty"`
	InstanceProfileArns            interface{} `json:"instance_profile_arns,omitempty"`
	InstanceType                   *string     `json:"instance_type,omitempty"`
	Instances                      interface{} `json:"instances,omitempty"`
	IpConfiguration                interface{} `json:"ip_configuration,omitempty"`
	IsEgress                       *bool       `json:"is_egress,omitempty"`
	LastStatus                     *string     `json:"last_status,omitempty"`
	Name                           *string     `json:"name,omitempty"`
	NetworkConfiguration           interface{} `json:"network_configuration,omitempty"`
	NetworkInterfaces              interface{} `json:"network_interfaces,omitempty"`
	NetworkMode                    *string     `json:"network_mode,omitempty"`
	OrganizationId                 *string     `json:"organization_id,omitempty"`
	OrganizationMasterAccountArn   *string     `json:"organization_master_account_arn,omitempty"`
	OrganizationMasterAccountEmail *string     `json:"organization_master_account_email,omitempty"`
	Path                           *string     `json:"path,omitempty"`
	Policy                         interface{} `json:"policy,omitempty"`
	PolicyStd                      interface{} `json:"policy_std,omitempty"`
	PrivateDnsName                 *string     `json:"private_dns_name,omitempty"`
	PrivateIpAddress               *string     `json:"private_ip_address,omitempty"`
	Privilege                      *string     `json:"privilege,omitempty"`
	PublicAccess                   *string     `json:"public_access,omitempty"`
	PublicIpAddress                *string     `json:"public_ip_address,omitempty"`
	PublicIps                      interface{} `json:"public_ips,omitempty"`
	PublicNetworkAccess            *string     `json:"public_network_access,omitempty"`
	Region                         *string     `json:"region,omitempty"`
	ResourceId                     *string     `json:"resource_id,omitempty"`
	ResourceVpcConfig              interface{} `json:"resource_vpc_config,omitempty"`
	ResourcesVpcConfig             interface{} `json:"resources_vpc_config,omitempty"`
	RestrictPublicBuckets          *bool       `json:"restrict_public_buckets,omitempty"`
	Scheme                         *string     `json:"scheme,omitempty"`
	SecurityGroups                 interface{} `json:"security_groups,omitempty"`
	ServiceName                    *string     `json:"service_name,omitempty"`
	StorageAccountName             *string     `json:"storage_account_name,omitempty"`
	Tags                           interface{} `json:"tags,omitempty"`
	TargetGroupArn                 *string     `json:"target_group_arn,omitempty"`
	TargetHealthDescriptions       interface{} `json:"target_health_descriptions,omitempty"`
	TaskArn                        *string     `json:"task_arn,omitempty"`
	TaskDefinition                 interface{} `json:"task_definition,omitempty"`
	TaskDefinitionArn              *string     `json:"task_definition_arn,omitempty"`
	UserGroups                     interface{} `json:"user-groups,omitempty"`
	UserId                         *string     `json:"user_id,omitempty"`
	Users                          interface{} `json:"users,omitempty"`
	VpcId                          *string     `json:"vpc_id,omitempty"`
	VpcOptions                     interface{} `json:"vpc_options,omitempty"`
	VpcSecurityGroupIds            interface{} `json:"vpc_security_group_ids,omitempty"`
	VpcSecurityGroups              interface{} `json:"vpc_security_groups,omitempty"`
}

IngestersCloudResource struct for IngestersCloudResource

func NewIngestersCloudResource ¶

func NewIngestersCloudResource() *IngestersCloudResource

NewIngestersCloudResource instantiates a new IngestersCloudResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIngestersCloudResourceWithDefaults ¶

func NewIngestersCloudResourceWithDefaults() *IngestersCloudResource

NewIngestersCloudResourceWithDefaults instantiates a new IngestersCloudResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IngestersCloudResource) GetAccessLevel ¶

func (o *IngestersCloudResource) GetAccessLevel() string

GetAccessLevel returns the AccessLevel field value if set, zero value otherwise.

func (*IngestersCloudResource) GetAccessLevelOk ¶

func (o *IngestersCloudResource) GetAccessLevelOk() (*string, bool)

GetAccessLevelOk returns a tuple with the AccessLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetAccountId ¶

func (o *IngestersCloudResource) GetAccountId() string

GetAccountId returns the AccountId field value if set, zero value otherwise.

func (*IngestersCloudResource) GetAccountIdOk ¶

func (o *IngestersCloudResource) GetAccountIdOk() (*string, bool)

GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetAction ¶

func (o *IngestersCloudResource) GetAction() string

GetAction returns the Action field value if set, zero value otherwise.

func (*IngestersCloudResource) GetActionOk ¶

func (o *IngestersCloudResource) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetAllowBlobPublicAccess ¶

func (o *IngestersCloudResource) GetAllowBlobPublicAccess() bool

GetAllowBlobPublicAccess returns the AllowBlobPublicAccess field value if set, zero value otherwise.

func (*IngestersCloudResource) GetAllowBlobPublicAccessOk ¶

func (o *IngestersCloudResource) GetAllowBlobPublicAccessOk() (*bool, bool)

GetAllowBlobPublicAccessOk returns a tuple with the AllowBlobPublicAccess field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetArn ¶

func (o *IngestersCloudResource) GetArn() string

GetArn returns the Arn field value if set, zero value otherwise.

func (*IngestersCloudResource) GetArnOk ¶

func (o *IngestersCloudResource) GetArnOk() (*string, bool)

GetArnOk returns a tuple with the Arn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetAttachedPolicyArns ¶

func (o *IngestersCloudResource) GetAttachedPolicyArns() interface{}

GetAttachedPolicyArns returns the AttachedPolicyArns field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetAttachedPolicyArnsOk ¶

func (o *IngestersCloudResource) GetAttachedPolicyArnsOk() (*interface{}, bool)

GetAttachedPolicyArnsOk returns a tuple with the AttachedPolicyArns field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetBlockPublicAcls ¶

func (o *IngestersCloudResource) GetBlockPublicAcls() bool

GetBlockPublicAcls returns the BlockPublicAcls field value if set, zero value otherwise.

func (*IngestersCloudResource) GetBlockPublicAclsOk ¶

func (o *IngestersCloudResource) GetBlockPublicAclsOk() (*bool, bool)

GetBlockPublicAclsOk returns a tuple with the BlockPublicAcls field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetBlockPublicPolicy ¶

func (o *IngestersCloudResource) GetBlockPublicPolicy() bool

GetBlockPublicPolicy returns the BlockPublicPolicy field value if set, zero value otherwise.

func (*IngestersCloudResource) GetBlockPublicPolicyOk ¶

func (o *IngestersCloudResource) GetBlockPublicPolicyOk() (*bool, bool)

GetBlockPublicPolicyOk returns a tuple with the BlockPublicPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetBucketPolicyIsPublic ¶

func (o *IngestersCloudResource) GetBucketPolicyIsPublic() bool

GetBucketPolicyIsPublic returns the BucketPolicyIsPublic field value if set, zero value otherwise.

func (*IngestersCloudResource) GetBucketPolicyIsPublicOk ¶

func (o *IngestersCloudResource) GetBucketPolicyIsPublicOk() (*bool, bool)

GetBucketPolicyIsPublicOk returns a tuple with the BucketPolicyIsPublic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetCidrIpv4 ¶

func (o *IngestersCloudResource) GetCidrIpv4() string

GetCidrIpv4 returns the CidrIpv4 field value if set, zero value otherwise.

func (*IngestersCloudResource) GetCidrIpv4Ok ¶

func (o *IngestersCloudResource) GetCidrIpv4Ok() (*string, bool)

GetCidrIpv4Ok returns a tuple with the CidrIpv4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetCloudProvider ¶

func (o *IngestersCloudResource) GetCloudProvider() string

GetCloudProvider returns the CloudProvider field value if set, zero value otherwise.

func (*IngestersCloudResource) GetCloudProviderOk ¶

func (o *IngestersCloudResource) GetCloudProviderOk() (*string, bool)

GetCloudProviderOk returns a tuple with the CloudProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetClusterArn ¶

func (o *IngestersCloudResource) GetClusterArn() string

GetClusterArn returns the ClusterArn field value if set, zero value otherwise.

func (*IngestersCloudResource) GetClusterArnOk ¶

func (o *IngestersCloudResource) GetClusterArnOk() (*string, bool)

GetClusterArnOk returns a tuple with the ClusterArn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetClusterName ¶

func (o *IngestersCloudResource) GetClusterName() string

GetClusterName returns the ClusterName field value if set, zero value otherwise.

func (*IngestersCloudResource) GetClusterNameOk ¶

func (o *IngestersCloudResource) GetClusterNameOk() (*string, bool)

GetClusterNameOk returns a tuple with the ClusterName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetConnectivity ¶

func (o *IngestersCloudResource) GetConnectivity() string

GetConnectivity returns the Connectivity field value if set, zero value otherwise.

func (*IngestersCloudResource) GetConnectivityOk ¶

func (o *IngestersCloudResource) GetConnectivityOk() (*string, bool)

GetConnectivityOk returns a tuple with the Connectivity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetContainerDefinitions ¶

func (o *IngestersCloudResource) GetContainerDefinitions() interface{}

GetContainerDefinitions returns the ContainerDefinitions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetContainerDefinitionsOk ¶

func (o *IngestersCloudResource) GetContainerDefinitionsOk() (*interface{}, bool)

GetContainerDefinitionsOk returns a tuple with the ContainerDefinitions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetContainers ¶

func (o *IngestersCloudResource) GetContainers() interface{}

GetContainers returns the Containers field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetContainersOk ¶

func (o *IngestersCloudResource) GetContainersOk() (*interface{}, bool)

GetContainersOk returns a tuple with the Containers field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetCreateDate ¶

func (o *IngestersCloudResource) GetCreateDate() string

GetCreateDate returns the CreateDate field value if set, zero value otherwise.

func (*IngestersCloudResource) GetCreateDateOk ¶

func (o *IngestersCloudResource) GetCreateDateOk() (*string, bool)

GetCreateDateOk returns a tuple with the CreateDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetDbClusterIdentifier ¶

func (o *IngestersCloudResource) GetDbClusterIdentifier() string

GetDbClusterIdentifier returns the DbClusterIdentifier field value if set, zero value otherwise.

func (*IngestersCloudResource) GetDbClusterIdentifierOk ¶

func (o *IngestersCloudResource) GetDbClusterIdentifierOk() (*string, bool)

GetDbClusterIdentifierOk returns a tuple with the DbClusterIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetDescription ¶

func (o *IngestersCloudResource) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*IngestersCloudResource) GetDescriptionOk ¶

func (o *IngestersCloudResource) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetEventNotificationConfiguration ¶

func (o *IngestersCloudResource) GetEventNotificationConfiguration() interface{}

GetEventNotificationConfiguration returns the EventNotificationConfiguration field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetEventNotificationConfigurationOk ¶

func (o *IngestersCloudResource) GetEventNotificationConfigurationOk() (*interface{}, bool)

GetEventNotificationConfigurationOk returns a tuple with the EventNotificationConfiguration field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetGroup ¶

func (o *IngestersCloudResource) GetGroup() string

GetGroup returns the Group field value if set, zero value otherwise.

func (*IngestersCloudResource) GetGroupId ¶

func (o *IngestersCloudResource) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*IngestersCloudResource) GetGroupIdOk ¶

func (o *IngestersCloudResource) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetGroupOk ¶

func (o *IngestersCloudResource) GetGroupOk() (*string, bool)

GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetGroups ¶

func (o *IngestersCloudResource) GetGroups() interface{}

GetGroups returns the Groups field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetGroupsOk ¶

func (o *IngestersCloudResource) GetGroupsOk() (*interface{}, bool)

GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetHostName ¶

func (o *IngestersCloudResource) GetHostName() string

GetHostName returns the HostName field value if set, zero value otherwise.

func (*IngestersCloudResource) GetHostNameOk ¶

func (o *IngestersCloudResource) GetHostNameOk() (*string, bool)

GetHostNameOk returns a tuple with the HostName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetIamInstanceProfileArn ¶

func (o *IngestersCloudResource) GetIamInstanceProfileArn() string

GetIamInstanceProfileArn returns the IamInstanceProfileArn field value if set, zero value otherwise.

func (*IngestersCloudResource) GetIamInstanceProfileArnOk ¶

func (o *IngestersCloudResource) GetIamInstanceProfileArnOk() (*string, bool)

GetIamInstanceProfileArnOk returns a tuple with the IamInstanceProfileArn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetIamInstanceProfileId ¶

func (o *IngestersCloudResource) GetIamInstanceProfileId() string

GetIamInstanceProfileId returns the IamInstanceProfileId field value if set, zero value otherwise.

func (*IngestersCloudResource) GetIamInstanceProfileIdOk ¶

func (o *IngestersCloudResource) GetIamInstanceProfileIdOk() (*string, bool)

GetIamInstanceProfileIdOk returns a tuple with the IamInstanceProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetIamPolicy ¶

func (o *IngestersCloudResource) GetIamPolicy() interface{}

GetIamPolicy returns the IamPolicy field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetIamPolicyOk ¶

func (o *IngestersCloudResource) GetIamPolicyOk() (*interface{}, bool)

GetIamPolicyOk returns a tuple with the IamPolicy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetId ¶

func (o *IngestersCloudResource) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*IngestersCloudResource) GetIdOk ¶

func (o *IngestersCloudResource) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetIgnorePublicAcls ¶

func (o *IngestersCloudResource) GetIgnorePublicAcls() bool

GetIgnorePublicAcls returns the IgnorePublicAcls field value if set, zero value otherwise.

func (*IngestersCloudResource) GetIgnorePublicAclsOk ¶

func (o *IngestersCloudResource) GetIgnorePublicAclsOk() (*bool, bool)

GetIgnorePublicAclsOk returns a tuple with the IgnorePublicAcls field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetIngressSettings ¶

func (o *IngestersCloudResource) GetIngressSettings() string

GetIngressSettings returns the IngressSettings field value if set, zero value otherwise.

func (*IngestersCloudResource) GetIngressSettingsOk ¶

func (o *IngestersCloudResource) GetIngressSettingsOk() (*string, bool)

GetIngressSettingsOk returns a tuple with the IngressSettings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetInlinePolicies ¶

func (o *IngestersCloudResource) GetInlinePolicies() interface{}

GetInlinePolicies returns the InlinePolicies field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetInlinePoliciesOk ¶

func (o *IngestersCloudResource) GetInlinePoliciesOk() (*interface{}, bool)

GetInlinePoliciesOk returns a tuple with the InlinePolicies field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetInstanceId ¶

func (o *IngestersCloudResource) GetInstanceId() string

GetInstanceId returns the InstanceId field value if set, zero value otherwise.

func (*IngestersCloudResource) GetInstanceIdOk ¶

func (o *IngestersCloudResource) GetInstanceIdOk() (*string, bool)

GetInstanceIdOk returns a tuple with the InstanceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetInstanceProfileArns ¶

func (o *IngestersCloudResource) GetInstanceProfileArns() interface{}

GetInstanceProfileArns returns the InstanceProfileArns field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetInstanceProfileArnsOk ¶

func (o *IngestersCloudResource) GetInstanceProfileArnsOk() (*interface{}, bool)

GetInstanceProfileArnsOk returns a tuple with the InstanceProfileArns field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetInstanceType ¶

func (o *IngestersCloudResource) GetInstanceType() string

GetInstanceType returns the InstanceType field value if set, zero value otherwise.

func (*IngestersCloudResource) GetInstanceTypeOk ¶

func (o *IngestersCloudResource) GetInstanceTypeOk() (*string, bool)

GetInstanceTypeOk returns a tuple with the InstanceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetInstances ¶

func (o *IngestersCloudResource) GetInstances() interface{}

GetInstances returns the Instances field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetInstancesOk ¶

func (o *IngestersCloudResource) GetInstancesOk() (*interface{}, bool)

GetInstancesOk returns a tuple with the Instances field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetIpConfiguration ¶

func (o *IngestersCloudResource) GetIpConfiguration() interface{}

GetIpConfiguration returns the IpConfiguration field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetIpConfigurationOk ¶

func (o *IngestersCloudResource) GetIpConfigurationOk() (*interface{}, bool)

GetIpConfigurationOk returns a tuple with the IpConfiguration field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetIsEgress ¶

func (o *IngestersCloudResource) GetIsEgress() bool

GetIsEgress returns the IsEgress field value if set, zero value otherwise.

func (*IngestersCloudResource) GetIsEgressOk ¶

func (o *IngestersCloudResource) GetIsEgressOk() (*bool, bool)

GetIsEgressOk returns a tuple with the IsEgress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetLastStatus ¶

func (o *IngestersCloudResource) GetLastStatus() string

GetLastStatus returns the LastStatus field value if set, zero value otherwise.

func (*IngestersCloudResource) GetLastStatusOk ¶

func (o *IngestersCloudResource) GetLastStatusOk() (*string, bool)

GetLastStatusOk returns a tuple with the LastStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetName ¶

func (o *IngestersCloudResource) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*IngestersCloudResource) GetNameOk ¶

func (o *IngestersCloudResource) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetNetworkConfiguration ¶

func (o *IngestersCloudResource) GetNetworkConfiguration() interface{}

GetNetworkConfiguration returns the NetworkConfiguration field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetNetworkConfigurationOk ¶

func (o *IngestersCloudResource) GetNetworkConfigurationOk() (*interface{}, bool)

GetNetworkConfigurationOk returns a tuple with the NetworkConfiguration field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetNetworkInterfaces ¶

func (o *IngestersCloudResource) GetNetworkInterfaces() interface{}

GetNetworkInterfaces returns the NetworkInterfaces field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetNetworkInterfacesOk ¶

func (o *IngestersCloudResource) GetNetworkInterfacesOk() (*interface{}, bool)

GetNetworkInterfacesOk returns a tuple with the NetworkInterfaces field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetNetworkMode ¶

func (o *IngestersCloudResource) GetNetworkMode() string

GetNetworkMode returns the NetworkMode field value if set, zero value otherwise.

func (*IngestersCloudResource) GetNetworkModeOk ¶

func (o *IngestersCloudResource) GetNetworkModeOk() (*string, bool)

GetNetworkModeOk returns a tuple with the NetworkMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetOrganizationId ¶

func (o *IngestersCloudResource) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*IngestersCloudResource) GetOrganizationIdOk ¶

func (o *IngestersCloudResource) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetOrganizationMasterAccountArn ¶

func (o *IngestersCloudResource) GetOrganizationMasterAccountArn() string

GetOrganizationMasterAccountArn returns the OrganizationMasterAccountArn field value if set, zero value otherwise.

func (*IngestersCloudResource) GetOrganizationMasterAccountArnOk ¶

func (o *IngestersCloudResource) GetOrganizationMasterAccountArnOk() (*string, bool)

GetOrganizationMasterAccountArnOk returns a tuple with the OrganizationMasterAccountArn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetOrganizationMasterAccountEmail ¶

func (o *IngestersCloudResource) GetOrganizationMasterAccountEmail() string

GetOrganizationMasterAccountEmail returns the OrganizationMasterAccountEmail field value if set, zero value otherwise.

func (*IngestersCloudResource) GetOrganizationMasterAccountEmailOk ¶

func (o *IngestersCloudResource) GetOrganizationMasterAccountEmailOk() (*string, bool)

GetOrganizationMasterAccountEmailOk returns a tuple with the OrganizationMasterAccountEmail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetPath ¶

func (o *IngestersCloudResource) GetPath() string

GetPath returns the Path field value if set, zero value otherwise.

func (*IngestersCloudResource) GetPathOk ¶

func (o *IngestersCloudResource) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetPolicy ¶

func (o *IngestersCloudResource) GetPolicy() interface{}

GetPolicy returns the Policy field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetPolicyOk ¶

func (o *IngestersCloudResource) GetPolicyOk() (*interface{}, bool)

GetPolicyOk returns a tuple with the Policy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetPolicyStd ¶

func (o *IngestersCloudResource) GetPolicyStd() interface{}

GetPolicyStd returns the PolicyStd field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetPolicyStdOk ¶

func (o *IngestersCloudResource) GetPolicyStdOk() (*interface{}, bool)

GetPolicyStdOk returns a tuple with the PolicyStd field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetPrivateDnsName ¶

func (o *IngestersCloudResource) GetPrivateDnsName() string

GetPrivateDnsName returns the PrivateDnsName field value if set, zero value otherwise.

func (*IngestersCloudResource) GetPrivateDnsNameOk ¶

func (o *IngestersCloudResource) GetPrivateDnsNameOk() (*string, bool)

GetPrivateDnsNameOk returns a tuple with the PrivateDnsName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetPrivateIpAddress ¶

func (o *IngestersCloudResource) GetPrivateIpAddress() string

GetPrivateIpAddress returns the PrivateIpAddress field value if set, zero value otherwise.

func (*IngestersCloudResource) GetPrivateIpAddressOk ¶

func (o *IngestersCloudResource) GetPrivateIpAddressOk() (*string, bool)

GetPrivateIpAddressOk returns a tuple with the PrivateIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetPrivilege ¶

func (o *IngestersCloudResource) GetPrivilege() string

GetPrivilege returns the Privilege field value if set, zero value otherwise.

func (*IngestersCloudResource) GetPrivilegeOk ¶

func (o *IngestersCloudResource) GetPrivilegeOk() (*string, bool)

GetPrivilegeOk returns a tuple with the Privilege field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetPublicAccess ¶

func (o *IngestersCloudResource) GetPublicAccess() string

GetPublicAccess returns the PublicAccess field value if set, zero value otherwise.

func (*IngestersCloudResource) GetPublicAccessOk ¶

func (o *IngestersCloudResource) GetPublicAccessOk() (*string, bool)

GetPublicAccessOk returns a tuple with the PublicAccess field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetPublicIpAddress ¶

func (o *IngestersCloudResource) GetPublicIpAddress() string

GetPublicIpAddress returns the PublicIpAddress field value if set, zero value otherwise.

func (*IngestersCloudResource) GetPublicIpAddressOk ¶

func (o *IngestersCloudResource) GetPublicIpAddressOk() (*string, bool)

GetPublicIpAddressOk returns a tuple with the PublicIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetPublicIps ¶

func (o *IngestersCloudResource) GetPublicIps() interface{}

GetPublicIps returns the PublicIps field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetPublicIpsOk ¶

func (o *IngestersCloudResource) GetPublicIpsOk() (*interface{}, bool)

GetPublicIpsOk returns a tuple with the PublicIps field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetPublicNetworkAccess ¶

func (o *IngestersCloudResource) GetPublicNetworkAccess() string

GetPublicNetworkAccess returns the PublicNetworkAccess field value if set, zero value otherwise.

func (*IngestersCloudResource) GetPublicNetworkAccessOk ¶

func (o *IngestersCloudResource) GetPublicNetworkAccessOk() (*string, bool)

GetPublicNetworkAccessOk returns a tuple with the PublicNetworkAccess field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetRegion ¶

func (o *IngestersCloudResource) GetRegion() string

GetRegion returns the Region field value if set, zero value otherwise.

func (*IngestersCloudResource) GetRegionOk ¶

func (o *IngestersCloudResource) GetRegionOk() (*string, bool)

GetRegionOk returns a tuple with the Region field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetResourceId ¶

func (o *IngestersCloudResource) GetResourceId() string

GetResourceId returns the ResourceId field value if set, zero value otherwise.

func (*IngestersCloudResource) GetResourceIdOk ¶

func (o *IngestersCloudResource) GetResourceIdOk() (*string, bool)

GetResourceIdOk returns a tuple with the ResourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetResourceVpcConfig ¶

func (o *IngestersCloudResource) GetResourceVpcConfig() interface{}

GetResourceVpcConfig returns the ResourceVpcConfig field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetResourceVpcConfigOk ¶

func (o *IngestersCloudResource) GetResourceVpcConfigOk() (*interface{}, bool)

GetResourceVpcConfigOk returns a tuple with the ResourceVpcConfig field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetResourcesVpcConfig ¶

func (o *IngestersCloudResource) GetResourcesVpcConfig() interface{}

GetResourcesVpcConfig returns the ResourcesVpcConfig field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetResourcesVpcConfigOk ¶

func (o *IngestersCloudResource) GetResourcesVpcConfigOk() (*interface{}, bool)

GetResourcesVpcConfigOk returns a tuple with the ResourcesVpcConfig field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetRestrictPublicBuckets ¶

func (o *IngestersCloudResource) GetRestrictPublicBuckets() bool

GetRestrictPublicBuckets returns the RestrictPublicBuckets field value if set, zero value otherwise.

func (*IngestersCloudResource) GetRestrictPublicBucketsOk ¶

func (o *IngestersCloudResource) GetRestrictPublicBucketsOk() (*bool, bool)

GetRestrictPublicBucketsOk returns a tuple with the RestrictPublicBuckets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetScheme ¶

func (o *IngestersCloudResource) GetScheme() string

GetScheme returns the Scheme field value if set, zero value otherwise.

func (*IngestersCloudResource) GetSchemeOk ¶

func (o *IngestersCloudResource) GetSchemeOk() (*string, bool)

GetSchemeOk returns a tuple with the Scheme field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetSecurityGroups ¶

func (o *IngestersCloudResource) GetSecurityGroups() interface{}

GetSecurityGroups returns the SecurityGroups field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetSecurityGroupsOk ¶

func (o *IngestersCloudResource) GetSecurityGroupsOk() (*interface{}, bool)

GetSecurityGroupsOk returns a tuple with the SecurityGroups field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetServiceName ¶

func (o *IngestersCloudResource) GetServiceName() string

GetServiceName returns the ServiceName field value if set, zero value otherwise.

func (*IngestersCloudResource) GetServiceNameOk ¶

func (o *IngestersCloudResource) GetServiceNameOk() (*string, bool)

GetServiceNameOk returns a tuple with the ServiceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetStorageAccountName ¶

func (o *IngestersCloudResource) GetStorageAccountName() string

GetStorageAccountName returns the StorageAccountName field value if set, zero value otherwise.

func (*IngestersCloudResource) GetStorageAccountNameOk ¶

func (o *IngestersCloudResource) GetStorageAccountNameOk() (*string, bool)

GetStorageAccountNameOk returns a tuple with the StorageAccountName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetTags ¶

func (o *IngestersCloudResource) GetTags() interface{}

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetTagsOk ¶

func (o *IngestersCloudResource) GetTagsOk() (*interface{}, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetTargetGroupArn ¶

func (o *IngestersCloudResource) GetTargetGroupArn() string

GetTargetGroupArn returns the TargetGroupArn field value if set, zero value otherwise.

func (*IngestersCloudResource) GetTargetGroupArnOk ¶

func (o *IngestersCloudResource) GetTargetGroupArnOk() (*string, bool)

GetTargetGroupArnOk returns a tuple with the TargetGroupArn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetTargetHealthDescriptions ¶

func (o *IngestersCloudResource) GetTargetHealthDescriptions() interface{}

GetTargetHealthDescriptions returns the TargetHealthDescriptions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetTargetHealthDescriptionsOk ¶

func (o *IngestersCloudResource) GetTargetHealthDescriptionsOk() (*interface{}, bool)

GetTargetHealthDescriptionsOk returns a tuple with the TargetHealthDescriptions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetTaskArn ¶

func (o *IngestersCloudResource) GetTaskArn() string

GetTaskArn returns the TaskArn field value if set, zero value otherwise.

func (*IngestersCloudResource) GetTaskArnOk ¶

func (o *IngestersCloudResource) GetTaskArnOk() (*string, bool)

GetTaskArnOk returns a tuple with the TaskArn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetTaskDefinition ¶

func (o *IngestersCloudResource) GetTaskDefinition() interface{}

GetTaskDefinition returns the TaskDefinition field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetTaskDefinitionArn ¶

func (o *IngestersCloudResource) GetTaskDefinitionArn() string

GetTaskDefinitionArn returns the TaskDefinitionArn field value if set, zero value otherwise.

func (*IngestersCloudResource) GetTaskDefinitionArnOk ¶

func (o *IngestersCloudResource) GetTaskDefinitionArnOk() (*string, bool)

GetTaskDefinitionArnOk returns a tuple with the TaskDefinitionArn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetTaskDefinitionOk ¶

func (o *IngestersCloudResource) GetTaskDefinitionOk() (*interface{}, bool)

GetTaskDefinitionOk returns a tuple with the TaskDefinition field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetUserGroups ¶

func (o *IngestersCloudResource) GetUserGroups() interface{}

GetUserGroups returns the UserGroups field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetUserGroupsOk ¶

func (o *IngestersCloudResource) GetUserGroupsOk() (*interface{}, bool)

GetUserGroupsOk returns a tuple with the UserGroups field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetUserId ¶

func (o *IngestersCloudResource) GetUserId() string

GetUserId returns the UserId field value if set, zero value otherwise.

func (*IngestersCloudResource) GetUserIdOk ¶

func (o *IngestersCloudResource) GetUserIdOk() (*string, bool)

GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetUsers ¶

func (o *IngestersCloudResource) GetUsers() interface{}

GetUsers returns the Users field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetUsersOk ¶

func (o *IngestersCloudResource) GetUsersOk() (*interface{}, bool)

GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetVpcId ¶

func (o *IngestersCloudResource) GetVpcId() string

GetVpcId returns the VpcId field value if set, zero value otherwise.

func (*IngestersCloudResource) GetVpcIdOk ¶

func (o *IngestersCloudResource) GetVpcIdOk() (*string, bool)

GetVpcIdOk returns a tuple with the VpcId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCloudResource) GetVpcOptions ¶

func (o *IngestersCloudResource) GetVpcOptions() interface{}

GetVpcOptions returns the VpcOptions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetVpcOptionsOk ¶

func (o *IngestersCloudResource) GetVpcOptionsOk() (*interface{}, bool)

GetVpcOptionsOk returns a tuple with the VpcOptions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetVpcSecurityGroupIds ¶

func (o *IngestersCloudResource) GetVpcSecurityGroupIds() interface{}

GetVpcSecurityGroupIds returns the VpcSecurityGroupIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetVpcSecurityGroupIdsOk ¶

func (o *IngestersCloudResource) GetVpcSecurityGroupIdsOk() (*interface{}, bool)

GetVpcSecurityGroupIdsOk returns a tuple with the VpcSecurityGroupIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) GetVpcSecurityGroups ¶

func (o *IngestersCloudResource) GetVpcSecurityGroups() interface{}

GetVpcSecurityGroups returns the VpcSecurityGroups field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersCloudResource) GetVpcSecurityGroupsOk ¶

func (o *IngestersCloudResource) GetVpcSecurityGroupsOk() (*interface{}, bool)

GetVpcSecurityGroupsOk returns a tuple with the VpcSecurityGroups field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersCloudResource) HasAccessLevel ¶

func (o *IngestersCloudResource) HasAccessLevel() bool

HasAccessLevel returns a boolean if a field has been set.

func (*IngestersCloudResource) HasAccountId ¶

func (o *IngestersCloudResource) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

func (*IngestersCloudResource) HasAction ¶

func (o *IngestersCloudResource) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*IngestersCloudResource) HasAllowBlobPublicAccess ¶

func (o *IngestersCloudResource) HasAllowBlobPublicAccess() bool

HasAllowBlobPublicAccess returns a boolean if a field has been set.

func (*IngestersCloudResource) HasArn ¶

func (o *IngestersCloudResource) HasArn() bool

HasArn returns a boolean if a field has been set.

func (*IngestersCloudResource) HasAttachedPolicyArns ¶

func (o *IngestersCloudResource) HasAttachedPolicyArns() bool

HasAttachedPolicyArns returns a boolean if a field has been set.

func (*IngestersCloudResource) HasBlockPublicAcls ¶

func (o *IngestersCloudResource) HasBlockPublicAcls() bool

HasBlockPublicAcls returns a boolean if a field has been set.

func (*IngestersCloudResource) HasBlockPublicPolicy ¶

func (o *IngestersCloudResource) HasBlockPublicPolicy() bool

HasBlockPublicPolicy returns a boolean if a field has been set.

func (*IngestersCloudResource) HasBucketPolicyIsPublic ¶

func (o *IngestersCloudResource) HasBucketPolicyIsPublic() bool

HasBucketPolicyIsPublic returns a boolean if a field has been set.

func (*IngestersCloudResource) HasCidrIpv4 ¶

func (o *IngestersCloudResource) HasCidrIpv4() bool

HasCidrIpv4 returns a boolean if a field has been set.

func (*IngestersCloudResource) HasCloudProvider ¶

func (o *IngestersCloudResource) HasCloudProvider() bool

HasCloudProvider returns a boolean if a field has been set.

func (*IngestersCloudResource) HasClusterArn ¶

func (o *IngestersCloudResource) HasClusterArn() bool

HasClusterArn returns a boolean if a field has been set.

func (*IngestersCloudResource) HasClusterName ¶

func (o *IngestersCloudResource) HasClusterName() bool

HasClusterName returns a boolean if a field has been set.

func (*IngestersCloudResource) HasConnectivity ¶

func (o *IngestersCloudResource) HasConnectivity() bool

HasConnectivity returns a boolean if a field has been set.

func (*IngestersCloudResource) HasContainerDefinitions ¶

func (o *IngestersCloudResource) HasContainerDefinitions() bool

HasContainerDefinitions returns a boolean if a field has been set.

func (*IngestersCloudResource) HasContainers ¶

func (o *IngestersCloudResource) HasContainers() bool

HasContainers returns a boolean if a field has been set.

func (*IngestersCloudResource) HasCreateDate ¶

func (o *IngestersCloudResource) HasCreateDate() bool

HasCreateDate returns a boolean if a field has been set.

func (*IngestersCloudResource) HasDbClusterIdentifier ¶

func (o *IngestersCloudResource) HasDbClusterIdentifier() bool

HasDbClusterIdentifier returns a boolean if a field has been set.

func (*IngestersCloudResource) HasDescription ¶

func (o *IngestersCloudResource) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*IngestersCloudResource) HasEventNotificationConfiguration ¶

func (o *IngestersCloudResource) HasEventNotificationConfiguration() bool

HasEventNotificationConfiguration returns a boolean if a field has been set.

func (*IngestersCloudResource) HasGroup ¶

func (o *IngestersCloudResource) HasGroup() bool

HasGroup returns a boolean if a field has been set.

func (*IngestersCloudResource) HasGroupId ¶

func (o *IngestersCloudResource) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*IngestersCloudResource) HasGroups ¶

func (o *IngestersCloudResource) HasGroups() bool

HasGroups returns a boolean if a field has been set.

func (*IngestersCloudResource) HasHostName ¶

func (o *IngestersCloudResource) HasHostName() bool

HasHostName returns a boolean if a field has been set.

func (*IngestersCloudResource) HasIamInstanceProfileArn ¶

func (o *IngestersCloudResource) HasIamInstanceProfileArn() bool

HasIamInstanceProfileArn returns a boolean if a field has been set.

func (*IngestersCloudResource) HasIamInstanceProfileId ¶

func (o *IngestersCloudResource) HasIamInstanceProfileId() bool

HasIamInstanceProfileId returns a boolean if a field has been set.

func (*IngestersCloudResource) HasIamPolicy ¶

func (o *IngestersCloudResource) HasIamPolicy() bool

HasIamPolicy returns a boolean if a field has been set.

func (*IngestersCloudResource) HasId ¶

func (o *IngestersCloudResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*IngestersCloudResource) HasIgnorePublicAcls ¶

func (o *IngestersCloudResource) HasIgnorePublicAcls() bool

HasIgnorePublicAcls returns a boolean if a field has been set.

func (*IngestersCloudResource) HasIngressSettings ¶

func (o *IngestersCloudResource) HasIngressSettings() bool

HasIngressSettings returns a boolean if a field has been set.

func (*IngestersCloudResource) HasInlinePolicies ¶

func (o *IngestersCloudResource) HasInlinePolicies() bool

HasInlinePolicies returns a boolean if a field has been set.

func (*IngestersCloudResource) HasInstanceId ¶

func (o *IngestersCloudResource) HasInstanceId() bool

HasInstanceId returns a boolean if a field has been set.

func (*IngestersCloudResource) HasInstanceProfileArns ¶

func (o *IngestersCloudResource) HasInstanceProfileArns() bool

HasInstanceProfileArns returns a boolean if a field has been set.

func (*IngestersCloudResource) HasInstanceType ¶

func (o *IngestersCloudResource) HasInstanceType() bool

HasInstanceType returns a boolean if a field has been set.

func (*IngestersCloudResource) HasInstances ¶

func (o *IngestersCloudResource) HasInstances() bool

HasInstances returns a boolean if a field has been set.

func (*IngestersCloudResource) HasIpConfiguration ¶

func (o *IngestersCloudResource) HasIpConfiguration() bool

HasIpConfiguration returns a boolean if a field has been set.

func (*IngestersCloudResource) HasIsEgress ¶

func (o *IngestersCloudResource) HasIsEgress() bool

HasIsEgress returns a boolean if a field has been set.

func (*IngestersCloudResource) HasLastStatus ¶

func (o *IngestersCloudResource) HasLastStatus() bool

HasLastStatus returns a boolean if a field has been set.

func (*IngestersCloudResource) HasName ¶

func (o *IngestersCloudResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*IngestersCloudResource) HasNetworkConfiguration ¶

func (o *IngestersCloudResource) HasNetworkConfiguration() bool

HasNetworkConfiguration returns a boolean if a field has been set.

func (*IngestersCloudResource) HasNetworkInterfaces ¶

func (o *IngestersCloudResource) HasNetworkInterfaces() bool

HasNetworkInterfaces returns a boolean if a field has been set.

func (*IngestersCloudResource) HasNetworkMode ¶

func (o *IngestersCloudResource) HasNetworkMode() bool

HasNetworkMode returns a boolean if a field has been set.

func (*IngestersCloudResource) HasOrganizationId ¶

func (o *IngestersCloudResource) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*IngestersCloudResource) HasOrganizationMasterAccountArn ¶

func (o *IngestersCloudResource) HasOrganizationMasterAccountArn() bool

HasOrganizationMasterAccountArn returns a boolean if a field has been set.

func (*IngestersCloudResource) HasOrganizationMasterAccountEmail ¶

func (o *IngestersCloudResource) HasOrganizationMasterAccountEmail() bool

HasOrganizationMasterAccountEmail returns a boolean if a field has been set.

func (*IngestersCloudResource) HasPath ¶

func (o *IngestersCloudResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*IngestersCloudResource) HasPolicy ¶

func (o *IngestersCloudResource) HasPolicy() bool

HasPolicy returns a boolean if a field has been set.

func (*IngestersCloudResource) HasPolicyStd ¶

func (o *IngestersCloudResource) HasPolicyStd() bool

HasPolicyStd returns a boolean if a field has been set.

func (*IngestersCloudResource) HasPrivateDnsName ¶

func (o *IngestersCloudResource) HasPrivateDnsName() bool

HasPrivateDnsName returns a boolean if a field has been set.

func (*IngestersCloudResource) HasPrivateIpAddress ¶

func (o *IngestersCloudResource) HasPrivateIpAddress() bool

HasPrivateIpAddress returns a boolean if a field has been set.

func (*IngestersCloudResource) HasPrivilege ¶

func (o *IngestersCloudResource) HasPrivilege() bool

HasPrivilege returns a boolean if a field has been set.

func (*IngestersCloudResource) HasPublicAccess ¶

func (o *IngestersCloudResource) HasPublicAccess() bool

HasPublicAccess returns a boolean if a field has been set.

func (*IngestersCloudResource) HasPublicIpAddress ¶

func (o *IngestersCloudResource) HasPublicIpAddress() bool

HasPublicIpAddress returns a boolean if a field has been set.

func (*IngestersCloudResource) HasPublicIps ¶

func (o *IngestersCloudResource) HasPublicIps() bool

HasPublicIps returns a boolean if a field has been set.

func (*IngestersCloudResource) HasPublicNetworkAccess ¶

func (o *IngestersCloudResource) HasPublicNetworkAccess() bool

HasPublicNetworkAccess returns a boolean if a field has been set.

func (*IngestersCloudResource) HasRegion ¶

func (o *IngestersCloudResource) HasRegion() bool

HasRegion returns a boolean if a field has been set.

func (*IngestersCloudResource) HasResourceId ¶

func (o *IngestersCloudResource) HasResourceId() bool

HasResourceId returns a boolean if a field has been set.

func (*IngestersCloudResource) HasResourceVpcConfig ¶

func (o *IngestersCloudResource) HasResourceVpcConfig() bool

HasResourceVpcConfig returns a boolean if a field has been set.

func (*IngestersCloudResource) HasResourcesVpcConfig ¶

func (o *IngestersCloudResource) HasResourcesVpcConfig() bool

HasResourcesVpcConfig returns a boolean if a field has been set.

func (*IngestersCloudResource) HasRestrictPublicBuckets ¶

func (o *IngestersCloudResource) HasRestrictPublicBuckets() bool

HasRestrictPublicBuckets returns a boolean if a field has been set.

func (*IngestersCloudResource) HasScheme ¶

func (o *IngestersCloudResource) HasScheme() bool

HasScheme returns a boolean if a field has been set.

func (*IngestersCloudResource) HasSecurityGroups ¶

func (o *IngestersCloudResource) HasSecurityGroups() bool

HasSecurityGroups returns a boolean if a field has been set.

func (*IngestersCloudResource) HasServiceName ¶

func (o *IngestersCloudResource) HasServiceName() bool

HasServiceName returns a boolean if a field has been set.

func (*IngestersCloudResource) HasStorageAccountName ¶

func (o *IngestersCloudResource) HasStorageAccountName() bool

HasStorageAccountName returns a boolean if a field has been set.

func (*IngestersCloudResource) HasTags ¶

func (o *IngestersCloudResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*IngestersCloudResource) HasTargetGroupArn ¶

func (o *IngestersCloudResource) HasTargetGroupArn() bool

HasTargetGroupArn returns a boolean if a field has been set.

func (*IngestersCloudResource) HasTargetHealthDescriptions ¶

func (o *IngestersCloudResource) HasTargetHealthDescriptions() bool

HasTargetHealthDescriptions returns a boolean if a field has been set.

func (*IngestersCloudResource) HasTaskArn ¶

func (o *IngestersCloudResource) HasTaskArn() bool

HasTaskArn returns a boolean if a field has been set.

func (*IngestersCloudResource) HasTaskDefinition ¶

func (o *IngestersCloudResource) HasTaskDefinition() bool

HasTaskDefinition returns a boolean if a field has been set.

func (*IngestersCloudResource) HasTaskDefinitionArn ¶

func (o *IngestersCloudResource) HasTaskDefinitionArn() bool

HasTaskDefinitionArn returns a boolean if a field has been set.

func (*IngestersCloudResource) HasUserGroups ¶

func (o *IngestersCloudResource) HasUserGroups() bool

HasUserGroups returns a boolean if a field has been set.

func (*IngestersCloudResource) HasUserId ¶

func (o *IngestersCloudResource) HasUserId() bool

HasUserId returns a boolean if a field has been set.

func (*IngestersCloudResource) HasUsers ¶

func (o *IngestersCloudResource) HasUsers() bool

HasUsers returns a boolean if a field has been set.

func (*IngestersCloudResource) HasVpcId ¶

func (o *IngestersCloudResource) HasVpcId() bool

HasVpcId returns a boolean if a field has been set.

func (*IngestersCloudResource) HasVpcOptions ¶

func (o *IngestersCloudResource) HasVpcOptions() bool

HasVpcOptions returns a boolean if a field has been set.

func (*IngestersCloudResource) HasVpcSecurityGroupIds ¶

func (o *IngestersCloudResource) HasVpcSecurityGroupIds() bool

HasVpcSecurityGroupIds returns a boolean if a field has been set.

func (*IngestersCloudResource) HasVpcSecurityGroups ¶

func (o *IngestersCloudResource) HasVpcSecurityGroups() bool

HasVpcSecurityGroups returns a boolean if a field has been set.

func (IngestersCloudResource) MarshalJSON ¶

func (o IngestersCloudResource) MarshalJSON() ([]byte, error)

func (*IngestersCloudResource) SetAccessLevel ¶

func (o *IngestersCloudResource) SetAccessLevel(v string)

SetAccessLevel gets a reference to the given string and assigns it to the AccessLevel field.

func (*IngestersCloudResource) SetAccountId ¶

func (o *IngestersCloudResource) SetAccountId(v string)

SetAccountId gets a reference to the given string and assigns it to the AccountId field.

func (*IngestersCloudResource) SetAction ¶

func (o *IngestersCloudResource) SetAction(v string)

SetAction gets a reference to the given string and assigns it to the Action field.

func (*IngestersCloudResource) SetAllowBlobPublicAccess ¶

func (o *IngestersCloudResource) SetAllowBlobPublicAccess(v bool)

SetAllowBlobPublicAccess gets a reference to the given bool and assigns it to the AllowBlobPublicAccess field.

func (*IngestersCloudResource) SetArn ¶

func (o *IngestersCloudResource) SetArn(v string)

SetArn gets a reference to the given string and assigns it to the Arn field.

func (*IngestersCloudResource) SetAttachedPolicyArns ¶

func (o *IngestersCloudResource) SetAttachedPolicyArns(v interface{})

SetAttachedPolicyArns gets a reference to the given interface{} and assigns it to the AttachedPolicyArns field.

func (*IngestersCloudResource) SetBlockPublicAcls ¶

func (o *IngestersCloudResource) SetBlockPublicAcls(v bool)

SetBlockPublicAcls gets a reference to the given bool and assigns it to the BlockPublicAcls field.

func (*IngestersCloudResource) SetBlockPublicPolicy ¶

func (o *IngestersCloudResource) SetBlockPublicPolicy(v bool)

SetBlockPublicPolicy gets a reference to the given bool and assigns it to the BlockPublicPolicy field.

func (*IngestersCloudResource) SetBucketPolicyIsPublic ¶

func (o *IngestersCloudResource) SetBucketPolicyIsPublic(v bool)

SetBucketPolicyIsPublic gets a reference to the given bool and assigns it to the BucketPolicyIsPublic field.

func (*IngestersCloudResource) SetCidrIpv4 ¶

func (o *IngestersCloudResource) SetCidrIpv4(v string)

SetCidrIpv4 gets a reference to the given string and assigns it to the CidrIpv4 field.

func (*IngestersCloudResource) SetCloudProvider ¶

func (o *IngestersCloudResource) SetCloudProvider(v string)

SetCloudProvider gets a reference to the given string and assigns it to the CloudProvider field.

func (*IngestersCloudResource) SetClusterArn ¶

func (o *IngestersCloudResource) SetClusterArn(v string)

SetClusterArn gets a reference to the given string and assigns it to the ClusterArn field.

func (*IngestersCloudResource) SetClusterName ¶

func (o *IngestersCloudResource) SetClusterName(v string)

SetClusterName gets a reference to the given string and assigns it to the ClusterName field.

func (*IngestersCloudResource) SetConnectivity ¶

func (o *IngestersCloudResource) SetConnectivity(v string)

SetConnectivity gets a reference to the given string and assigns it to the Connectivity field.

func (*IngestersCloudResource) SetContainerDefinitions ¶

func (o *IngestersCloudResource) SetContainerDefinitions(v interface{})

SetContainerDefinitions gets a reference to the given interface{} and assigns it to the ContainerDefinitions field.

func (*IngestersCloudResource) SetContainers ¶

func (o *IngestersCloudResource) SetContainers(v interface{})

SetContainers gets a reference to the given interface{} and assigns it to the Containers field.

func (*IngestersCloudResource) SetCreateDate ¶

func (o *IngestersCloudResource) SetCreateDate(v string)

SetCreateDate gets a reference to the given string and assigns it to the CreateDate field.

func (*IngestersCloudResource) SetDbClusterIdentifier ¶

func (o *IngestersCloudResource) SetDbClusterIdentifier(v string)

SetDbClusterIdentifier gets a reference to the given string and assigns it to the DbClusterIdentifier field.

func (*IngestersCloudResource) SetDescription ¶

func (o *IngestersCloudResource) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*IngestersCloudResource) SetEventNotificationConfiguration ¶

func (o *IngestersCloudResource) SetEventNotificationConfiguration(v interface{})

SetEventNotificationConfiguration gets a reference to the given interface{} and assigns it to the EventNotificationConfiguration field.

func (*IngestersCloudResource) SetGroup ¶

func (o *IngestersCloudResource) SetGroup(v string)

SetGroup gets a reference to the given string and assigns it to the Group field.

func (*IngestersCloudResource) SetGroupId ¶

func (o *IngestersCloudResource) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*IngestersCloudResource) SetGroups ¶

func (o *IngestersCloudResource) SetGroups(v interface{})

SetGroups gets a reference to the given interface{} and assigns it to the Groups field.

func (*IngestersCloudResource) SetHostName ¶

func (o *IngestersCloudResource) SetHostName(v string)

SetHostName gets a reference to the given string and assigns it to the HostName field.

func (*IngestersCloudResource) SetIamInstanceProfileArn ¶

func (o *IngestersCloudResource) SetIamInstanceProfileArn(v string)

SetIamInstanceProfileArn gets a reference to the given string and assigns it to the IamInstanceProfileArn field.

func (*IngestersCloudResource) SetIamInstanceProfileId ¶

func (o *IngestersCloudResource) SetIamInstanceProfileId(v string)

SetIamInstanceProfileId gets a reference to the given string and assigns it to the IamInstanceProfileId field.

func (*IngestersCloudResource) SetIamPolicy ¶

func (o *IngestersCloudResource) SetIamPolicy(v interface{})

SetIamPolicy gets a reference to the given interface{} and assigns it to the IamPolicy field.

func (*IngestersCloudResource) SetId ¶

func (o *IngestersCloudResource) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*IngestersCloudResource) SetIgnorePublicAcls ¶

func (o *IngestersCloudResource) SetIgnorePublicAcls(v bool)

SetIgnorePublicAcls gets a reference to the given bool and assigns it to the IgnorePublicAcls field.

func (*IngestersCloudResource) SetIngressSettings ¶

func (o *IngestersCloudResource) SetIngressSettings(v string)

SetIngressSettings gets a reference to the given string and assigns it to the IngressSettings field.

func (*IngestersCloudResource) SetInlinePolicies ¶

func (o *IngestersCloudResource) SetInlinePolicies(v interface{})

SetInlinePolicies gets a reference to the given interface{} and assigns it to the InlinePolicies field.

func (*IngestersCloudResource) SetInstanceId ¶

func (o *IngestersCloudResource) SetInstanceId(v string)

SetInstanceId gets a reference to the given string and assigns it to the InstanceId field.

func (*IngestersCloudResource) SetInstanceProfileArns ¶

func (o *IngestersCloudResource) SetInstanceProfileArns(v interface{})

SetInstanceProfileArns gets a reference to the given interface{} and assigns it to the InstanceProfileArns field.

func (*IngestersCloudResource) SetInstanceType ¶

func (o *IngestersCloudResource) SetInstanceType(v string)

SetInstanceType gets a reference to the given string and assigns it to the InstanceType field.

func (*IngestersCloudResource) SetInstances ¶

func (o *IngestersCloudResource) SetInstances(v interface{})

SetInstances gets a reference to the given interface{} and assigns it to the Instances field.

func (*IngestersCloudResource) SetIpConfiguration ¶

func (o *IngestersCloudResource) SetIpConfiguration(v interface{})

SetIpConfiguration gets a reference to the given interface{} and assigns it to the IpConfiguration field.

func (*IngestersCloudResource) SetIsEgress ¶

func (o *IngestersCloudResource) SetIsEgress(v bool)

SetIsEgress gets a reference to the given bool and assigns it to the IsEgress field.

func (*IngestersCloudResource) SetLastStatus ¶

func (o *IngestersCloudResource) SetLastStatus(v string)

SetLastStatus gets a reference to the given string and assigns it to the LastStatus field.

func (*IngestersCloudResource) SetName ¶

func (o *IngestersCloudResource) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*IngestersCloudResource) SetNetworkConfiguration ¶

func (o *IngestersCloudResource) SetNetworkConfiguration(v interface{})

SetNetworkConfiguration gets a reference to the given interface{} and assigns it to the NetworkConfiguration field.

func (*IngestersCloudResource) SetNetworkInterfaces ¶

func (o *IngestersCloudResource) SetNetworkInterfaces(v interface{})

SetNetworkInterfaces gets a reference to the given interface{} and assigns it to the NetworkInterfaces field.

func (*IngestersCloudResource) SetNetworkMode ¶

func (o *IngestersCloudResource) SetNetworkMode(v string)

SetNetworkMode gets a reference to the given string and assigns it to the NetworkMode field.

func (*IngestersCloudResource) SetOrganizationId ¶

func (o *IngestersCloudResource) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*IngestersCloudResource) SetOrganizationMasterAccountArn ¶

func (o *IngestersCloudResource) SetOrganizationMasterAccountArn(v string)

SetOrganizationMasterAccountArn gets a reference to the given string and assigns it to the OrganizationMasterAccountArn field.

func (*IngestersCloudResource) SetOrganizationMasterAccountEmail ¶

func (o *IngestersCloudResource) SetOrganizationMasterAccountEmail(v string)

SetOrganizationMasterAccountEmail gets a reference to the given string and assigns it to the OrganizationMasterAccountEmail field.

func (*IngestersCloudResource) SetPath ¶

func (o *IngestersCloudResource) SetPath(v string)

SetPath gets a reference to the given string and assigns it to the Path field.

func (*IngestersCloudResource) SetPolicy ¶

func (o *IngestersCloudResource) SetPolicy(v interface{})

SetPolicy gets a reference to the given interface{} and assigns it to the Policy field.

func (*IngestersCloudResource) SetPolicyStd ¶

func (o *IngestersCloudResource) SetPolicyStd(v interface{})

SetPolicyStd gets a reference to the given interface{} and assigns it to the PolicyStd field.

func (*IngestersCloudResource) SetPrivateDnsName ¶

func (o *IngestersCloudResource) SetPrivateDnsName(v string)

SetPrivateDnsName gets a reference to the given string and assigns it to the PrivateDnsName field.

func (*IngestersCloudResource) SetPrivateIpAddress ¶

func (o *IngestersCloudResource) SetPrivateIpAddress(v string)

SetPrivateIpAddress gets a reference to the given string and assigns it to the PrivateIpAddress field.

func (*IngestersCloudResource) SetPrivilege ¶

func (o *IngestersCloudResource) SetPrivilege(v string)

SetPrivilege gets a reference to the given string and assigns it to the Privilege field.

func (*IngestersCloudResource) SetPublicAccess ¶

func (o *IngestersCloudResource) SetPublicAccess(v string)

SetPublicAccess gets a reference to the given string and assigns it to the PublicAccess field.

func (*IngestersCloudResource) SetPublicIpAddress ¶

func (o *IngestersCloudResource) SetPublicIpAddress(v string)

SetPublicIpAddress gets a reference to the given string and assigns it to the PublicIpAddress field.

func (*IngestersCloudResource) SetPublicIps ¶

func (o *IngestersCloudResource) SetPublicIps(v interface{})

SetPublicIps gets a reference to the given interface{} and assigns it to the PublicIps field.

func (*IngestersCloudResource) SetPublicNetworkAccess ¶

func (o *IngestersCloudResource) SetPublicNetworkAccess(v string)

SetPublicNetworkAccess gets a reference to the given string and assigns it to the PublicNetworkAccess field.

func (*IngestersCloudResource) SetRegion ¶

func (o *IngestersCloudResource) SetRegion(v string)

SetRegion gets a reference to the given string and assigns it to the Region field.

func (*IngestersCloudResource) SetResourceId ¶

func (o *IngestersCloudResource) SetResourceId(v string)

SetResourceId gets a reference to the given string and assigns it to the ResourceId field.

func (*IngestersCloudResource) SetResourceVpcConfig ¶

func (o *IngestersCloudResource) SetResourceVpcConfig(v interface{})

SetResourceVpcConfig gets a reference to the given interface{} and assigns it to the ResourceVpcConfig field.

func (*IngestersCloudResource) SetResourcesVpcConfig ¶

func (o *IngestersCloudResource) SetResourcesVpcConfig(v interface{})

SetResourcesVpcConfig gets a reference to the given interface{} and assigns it to the ResourcesVpcConfig field.

func (*IngestersCloudResource) SetRestrictPublicBuckets ¶

func (o *IngestersCloudResource) SetRestrictPublicBuckets(v bool)

SetRestrictPublicBuckets gets a reference to the given bool and assigns it to the RestrictPublicBuckets field.

func (*IngestersCloudResource) SetScheme ¶

func (o *IngestersCloudResource) SetScheme(v string)

SetScheme gets a reference to the given string and assigns it to the Scheme field.

func (*IngestersCloudResource) SetSecurityGroups ¶

func (o *IngestersCloudResource) SetSecurityGroups(v interface{})

SetSecurityGroups gets a reference to the given interface{} and assigns it to the SecurityGroups field.

func (*IngestersCloudResource) SetServiceName ¶

func (o *IngestersCloudResource) SetServiceName(v string)

SetServiceName gets a reference to the given string and assigns it to the ServiceName field.

func (*IngestersCloudResource) SetStorageAccountName ¶

func (o *IngestersCloudResource) SetStorageAccountName(v string)

SetStorageAccountName gets a reference to the given string and assigns it to the StorageAccountName field.

func (*IngestersCloudResource) SetTags ¶

func (o *IngestersCloudResource) SetTags(v interface{})

SetTags gets a reference to the given interface{} and assigns it to the Tags field.

func (*IngestersCloudResource) SetTargetGroupArn ¶

func (o *IngestersCloudResource) SetTargetGroupArn(v string)

SetTargetGroupArn gets a reference to the given string and assigns it to the TargetGroupArn field.

func (*IngestersCloudResource) SetTargetHealthDescriptions ¶

func (o *IngestersCloudResource) SetTargetHealthDescriptions(v interface{})

SetTargetHealthDescriptions gets a reference to the given interface{} and assigns it to the TargetHealthDescriptions field.

func (*IngestersCloudResource) SetTaskArn ¶

func (o *IngestersCloudResource) SetTaskArn(v string)

SetTaskArn gets a reference to the given string and assigns it to the TaskArn field.

func (*IngestersCloudResource) SetTaskDefinition ¶

func (o *IngestersCloudResource) SetTaskDefinition(v interface{})

SetTaskDefinition gets a reference to the given interface{} and assigns it to the TaskDefinition field.

func (*IngestersCloudResource) SetTaskDefinitionArn ¶

func (o *IngestersCloudResource) SetTaskDefinitionArn(v string)

SetTaskDefinitionArn gets a reference to the given string and assigns it to the TaskDefinitionArn field.

func (*IngestersCloudResource) SetUserGroups ¶

func (o *IngestersCloudResource) SetUserGroups(v interface{})

SetUserGroups gets a reference to the given interface{} and assigns it to the UserGroups field.

func (*IngestersCloudResource) SetUserId ¶

func (o *IngestersCloudResource) SetUserId(v string)

SetUserId gets a reference to the given string and assigns it to the UserId field.

func (*IngestersCloudResource) SetUsers ¶

func (o *IngestersCloudResource) SetUsers(v interface{})

SetUsers gets a reference to the given interface{} and assigns it to the Users field.

func (*IngestersCloudResource) SetVpcId ¶

func (o *IngestersCloudResource) SetVpcId(v string)

SetVpcId gets a reference to the given string and assigns it to the VpcId field.

func (*IngestersCloudResource) SetVpcOptions ¶

func (o *IngestersCloudResource) SetVpcOptions(v interface{})

SetVpcOptions gets a reference to the given interface{} and assigns it to the VpcOptions field.

func (*IngestersCloudResource) SetVpcSecurityGroupIds ¶

func (o *IngestersCloudResource) SetVpcSecurityGroupIds(v interface{})

SetVpcSecurityGroupIds gets a reference to the given interface{} and assigns it to the VpcSecurityGroupIds field.

func (*IngestersCloudResource) SetVpcSecurityGroups ¶

func (o *IngestersCloudResource) SetVpcSecurityGroups(v interface{})

SetVpcSecurityGroups gets a reference to the given interface{} and assigns it to the VpcSecurityGroups field.

func (IngestersCloudResource) ToMap ¶

func (o IngestersCloudResource) ToMap() (map[string]interface{}, error)

type IngestersCompliance ¶

type IngestersCompliance struct {
	ComplianceCheckType *string `json:"compliance_check_type,omitempty"`
	Description         *string `json:"description,omitempty"`
	NodeId              *string `json:"node_id,omitempty"`
	NodeType            *string `json:"node_type,omitempty"`
	RemediationAnsible  *string `json:"remediation_ansible,omitempty"`
	RemediationPuppet   *string `json:"remediation_puppet,omitempty"`
	RemediationScript   *string `json:"remediation_script,omitempty"`
	Resource            *string `json:"resource,omitempty"`
	ScanId              *string `json:"scan_id,omitempty"`
	Status              *string `json:"status,omitempty"`
	TestCategory        *string `json:"test_category,omitempty"`
	TestDesc            *string `json:"test_desc,omitempty"`
	TestNumber          *string `json:"test_number,omitempty"`
	TestRationale       *string `json:"test_rationale,omitempty"`
	TestSeverity        *string `json:"test_severity,omitempty"`
	Type                *string `json:"type,omitempty"`
}

IngestersCompliance struct for IngestersCompliance

func NewIngestersCompliance ¶

func NewIngestersCompliance() *IngestersCompliance

NewIngestersCompliance instantiates a new IngestersCompliance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIngestersComplianceWithDefaults ¶

func NewIngestersComplianceWithDefaults() *IngestersCompliance

NewIngestersComplianceWithDefaults instantiates a new IngestersCompliance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IngestersCompliance) GetComplianceCheckType ¶

func (o *IngestersCompliance) GetComplianceCheckType() string

GetComplianceCheckType returns the ComplianceCheckType field value if set, zero value otherwise.

func (*IngestersCompliance) GetComplianceCheckTypeOk ¶

func (o *IngestersCompliance) GetComplianceCheckTypeOk() (*string, bool)

GetComplianceCheckTypeOk returns a tuple with the ComplianceCheckType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCompliance) GetDescription ¶

func (o *IngestersCompliance) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*IngestersCompliance) GetDescriptionOk ¶

func (o *IngestersCompliance) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCompliance) GetNodeId ¶

func (o *IngestersCompliance) GetNodeId() string

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*IngestersCompliance) GetNodeIdOk ¶

func (o *IngestersCompliance) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCompliance) GetNodeType ¶

func (o *IngestersCompliance) GetNodeType() string

GetNodeType returns the NodeType field value if set, zero value otherwise.

func (*IngestersCompliance) GetNodeTypeOk ¶

func (o *IngestersCompliance) GetNodeTypeOk() (*string, bool)

GetNodeTypeOk returns a tuple with the NodeType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCompliance) GetRemediationAnsible ¶

func (o *IngestersCompliance) GetRemediationAnsible() string

GetRemediationAnsible returns the RemediationAnsible field value if set, zero value otherwise.

func (*IngestersCompliance) GetRemediationAnsibleOk ¶

func (o *IngestersCompliance) GetRemediationAnsibleOk() (*string, bool)

GetRemediationAnsibleOk returns a tuple with the RemediationAnsible field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCompliance) GetRemediationPuppet ¶

func (o *IngestersCompliance) GetRemediationPuppet() string

GetRemediationPuppet returns the RemediationPuppet field value if set, zero value otherwise.

func (*IngestersCompliance) GetRemediationPuppetOk ¶

func (o *IngestersCompliance) GetRemediationPuppetOk() (*string, bool)

GetRemediationPuppetOk returns a tuple with the RemediationPuppet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCompliance) GetRemediationScript ¶

func (o *IngestersCompliance) GetRemediationScript() string

GetRemediationScript returns the RemediationScript field value if set, zero value otherwise.

func (*IngestersCompliance) GetRemediationScriptOk ¶

func (o *IngestersCompliance) GetRemediationScriptOk() (*string, bool)

GetRemediationScriptOk returns a tuple with the RemediationScript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCompliance) GetResource ¶

func (o *IngestersCompliance) GetResource() string

GetResource returns the Resource field value if set, zero value otherwise.

func (*IngestersCompliance) GetResourceOk ¶

func (o *IngestersCompliance) GetResourceOk() (*string, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCompliance) GetScanId ¶

func (o *IngestersCompliance) GetScanId() string

GetScanId returns the ScanId field value if set, zero value otherwise.

func (*IngestersCompliance) GetScanIdOk ¶

func (o *IngestersCompliance) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCompliance) GetStatus ¶

func (o *IngestersCompliance) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*IngestersCompliance) GetStatusOk ¶

func (o *IngestersCompliance) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCompliance) GetTestCategory ¶

func (o *IngestersCompliance) GetTestCategory() string

GetTestCategory returns the TestCategory field value if set, zero value otherwise.

func (*IngestersCompliance) GetTestCategoryOk ¶

func (o *IngestersCompliance) GetTestCategoryOk() (*string, bool)

GetTestCategoryOk returns a tuple with the TestCategory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCompliance) GetTestDesc ¶

func (o *IngestersCompliance) GetTestDesc() string

GetTestDesc returns the TestDesc field value if set, zero value otherwise.

func (*IngestersCompliance) GetTestDescOk ¶

func (o *IngestersCompliance) GetTestDescOk() (*string, bool)

GetTestDescOk returns a tuple with the TestDesc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCompliance) GetTestNumber ¶

func (o *IngestersCompliance) GetTestNumber() string

GetTestNumber returns the TestNumber field value if set, zero value otherwise.

func (*IngestersCompliance) GetTestNumberOk ¶

func (o *IngestersCompliance) GetTestNumberOk() (*string, bool)

GetTestNumberOk returns a tuple with the TestNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCompliance) GetTestRationale ¶

func (o *IngestersCompliance) GetTestRationale() string

GetTestRationale returns the TestRationale field value if set, zero value otherwise.

func (*IngestersCompliance) GetTestRationaleOk ¶

func (o *IngestersCompliance) GetTestRationaleOk() (*string, bool)

GetTestRationaleOk returns a tuple with the TestRationale field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCompliance) GetTestSeverity ¶

func (o *IngestersCompliance) GetTestSeverity() string

GetTestSeverity returns the TestSeverity field value if set, zero value otherwise.

func (*IngestersCompliance) GetTestSeverityOk ¶

func (o *IngestersCompliance) GetTestSeverityOk() (*string, bool)

GetTestSeverityOk returns a tuple with the TestSeverity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCompliance) GetType ¶

func (o *IngestersCompliance) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*IngestersCompliance) GetTypeOk ¶

func (o *IngestersCompliance) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersCompliance) HasComplianceCheckType ¶

func (o *IngestersCompliance) HasComplianceCheckType() bool

HasComplianceCheckType returns a boolean if a field has been set.

func (*IngestersCompliance) HasDescription ¶

func (o *IngestersCompliance) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*IngestersCompliance) HasNodeId ¶

func (o *IngestersCompliance) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*IngestersCompliance) HasNodeType ¶

func (o *IngestersCompliance) HasNodeType() bool

HasNodeType returns a boolean if a field has been set.

func (*IngestersCompliance) HasRemediationAnsible ¶

func (o *IngestersCompliance) HasRemediationAnsible() bool

HasRemediationAnsible returns a boolean if a field has been set.

func (*IngestersCompliance) HasRemediationPuppet ¶

func (o *IngestersCompliance) HasRemediationPuppet() bool

HasRemediationPuppet returns a boolean if a field has been set.

func (*IngestersCompliance) HasRemediationScript ¶

func (o *IngestersCompliance) HasRemediationScript() bool

HasRemediationScript returns a boolean if a field has been set.

func (*IngestersCompliance) HasResource ¶

func (o *IngestersCompliance) HasResource() bool

HasResource returns a boolean if a field has been set.

func (*IngestersCompliance) HasScanId ¶

func (o *IngestersCompliance) HasScanId() bool

HasScanId returns a boolean if a field has been set.

func (*IngestersCompliance) HasStatus ¶

func (o *IngestersCompliance) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*IngestersCompliance) HasTestCategory ¶

func (o *IngestersCompliance) HasTestCategory() bool

HasTestCategory returns a boolean if a field has been set.

func (*IngestersCompliance) HasTestDesc ¶

func (o *IngestersCompliance) HasTestDesc() bool

HasTestDesc returns a boolean if a field has been set.

func (*IngestersCompliance) HasTestNumber ¶

func (o *IngestersCompliance) HasTestNumber() bool

HasTestNumber returns a boolean if a field has been set.

func (*IngestersCompliance) HasTestRationale ¶

func (o *IngestersCompliance) HasTestRationale() bool

HasTestRationale returns a boolean if a field has been set.

func (*IngestersCompliance) HasTestSeverity ¶

func (o *IngestersCompliance) HasTestSeverity() bool

HasTestSeverity returns a boolean if a field has been set.

func (*IngestersCompliance) HasType ¶

func (o *IngestersCompliance) HasType() bool

HasType returns a boolean if a field has been set.

func (IngestersCompliance) MarshalJSON ¶

func (o IngestersCompliance) MarshalJSON() ([]byte, error)

func (*IngestersCompliance) SetComplianceCheckType ¶

func (o *IngestersCompliance) SetComplianceCheckType(v string)

SetComplianceCheckType gets a reference to the given string and assigns it to the ComplianceCheckType field.

func (*IngestersCompliance) SetDescription ¶

func (o *IngestersCompliance) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*IngestersCompliance) SetNodeId ¶

func (o *IngestersCompliance) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*IngestersCompliance) SetNodeType ¶

func (o *IngestersCompliance) SetNodeType(v string)

SetNodeType gets a reference to the given string and assigns it to the NodeType field.

func (*IngestersCompliance) SetRemediationAnsible ¶

func (o *IngestersCompliance) SetRemediationAnsible(v string)

SetRemediationAnsible gets a reference to the given string and assigns it to the RemediationAnsible field.

func (*IngestersCompliance) SetRemediationPuppet ¶

func (o *IngestersCompliance) SetRemediationPuppet(v string)

SetRemediationPuppet gets a reference to the given string and assigns it to the RemediationPuppet field.

func (*IngestersCompliance) SetRemediationScript ¶

func (o *IngestersCompliance) SetRemediationScript(v string)

SetRemediationScript gets a reference to the given string and assigns it to the RemediationScript field.

func (*IngestersCompliance) SetResource ¶

func (o *IngestersCompliance) SetResource(v string)

SetResource gets a reference to the given string and assigns it to the Resource field.

func (*IngestersCompliance) SetScanId ¶

func (o *IngestersCompliance) SetScanId(v string)

SetScanId gets a reference to the given string and assigns it to the ScanId field.

func (*IngestersCompliance) SetStatus ¶

func (o *IngestersCompliance) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*IngestersCompliance) SetTestCategory ¶

func (o *IngestersCompliance) SetTestCategory(v string)

SetTestCategory gets a reference to the given string and assigns it to the TestCategory field.

func (*IngestersCompliance) SetTestDesc ¶

func (o *IngestersCompliance) SetTestDesc(v string)

SetTestDesc gets a reference to the given string and assigns it to the TestDesc field.

func (*IngestersCompliance) SetTestNumber ¶

func (o *IngestersCompliance) SetTestNumber(v string)

SetTestNumber gets a reference to the given string and assigns it to the TestNumber field.

func (*IngestersCompliance) SetTestRationale ¶

func (o *IngestersCompliance) SetTestRationale(v string)

SetTestRationale gets a reference to the given string and assigns it to the TestRationale field.

func (*IngestersCompliance) SetTestSeverity ¶

func (o *IngestersCompliance) SetTestSeverity(v string)

SetTestSeverity gets a reference to the given string and assigns it to the TestSeverity field.

func (*IngestersCompliance) SetType ¶

func (o *IngestersCompliance) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (IngestersCompliance) ToMap ¶

func (o IngestersCompliance) ToMap() (map[string]interface{}, error)

type IngestersComplianceScanStatus ¶

type IngestersComplianceScanStatus struct {
	ScanId      *string `json:"scan_id,omitempty"`
	ScanMessage *string `json:"scan_message,omitempty"`
	ScanStatus  *string `json:"scan_status,omitempty"`
}

IngestersComplianceScanStatus struct for IngestersComplianceScanStatus

func NewIngestersComplianceScanStatus ¶

func NewIngestersComplianceScanStatus() *IngestersComplianceScanStatus

NewIngestersComplianceScanStatus instantiates a new IngestersComplianceScanStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIngestersComplianceScanStatusWithDefaults ¶

func NewIngestersComplianceScanStatusWithDefaults() *IngestersComplianceScanStatus

NewIngestersComplianceScanStatusWithDefaults instantiates a new IngestersComplianceScanStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IngestersComplianceScanStatus) GetScanId ¶

func (o *IngestersComplianceScanStatus) GetScanId() string

GetScanId returns the ScanId field value if set, zero value otherwise.

func (*IngestersComplianceScanStatus) GetScanIdOk ¶

func (o *IngestersComplianceScanStatus) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersComplianceScanStatus) GetScanMessage ¶

func (o *IngestersComplianceScanStatus) GetScanMessage() string

GetScanMessage returns the ScanMessage field value if set, zero value otherwise.

func (*IngestersComplianceScanStatus) GetScanMessageOk ¶

func (o *IngestersComplianceScanStatus) GetScanMessageOk() (*string, bool)

GetScanMessageOk returns a tuple with the ScanMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersComplianceScanStatus) GetScanStatus ¶

func (o *IngestersComplianceScanStatus) GetScanStatus() string

GetScanStatus returns the ScanStatus field value if set, zero value otherwise.

func (*IngestersComplianceScanStatus) GetScanStatusOk ¶

func (o *IngestersComplianceScanStatus) GetScanStatusOk() (*string, bool)

GetScanStatusOk returns a tuple with the ScanStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersComplianceScanStatus) HasScanId ¶

func (o *IngestersComplianceScanStatus) HasScanId() bool

HasScanId returns a boolean if a field has been set.

func (*IngestersComplianceScanStatus) HasScanMessage ¶

func (o *IngestersComplianceScanStatus) HasScanMessage() bool

HasScanMessage returns a boolean if a field has been set.

func (*IngestersComplianceScanStatus) HasScanStatus ¶

func (o *IngestersComplianceScanStatus) HasScanStatus() bool

HasScanStatus returns a boolean if a field has been set.

func (IngestersComplianceScanStatus) MarshalJSON ¶

func (o IngestersComplianceScanStatus) MarshalJSON() ([]byte, error)

func (*IngestersComplianceScanStatus) SetScanId ¶

func (o *IngestersComplianceScanStatus) SetScanId(v string)

SetScanId gets a reference to the given string and assigns it to the ScanId field.

func (*IngestersComplianceScanStatus) SetScanMessage ¶

func (o *IngestersComplianceScanStatus) SetScanMessage(v string)

SetScanMessage gets a reference to the given string and assigns it to the ScanMessage field.

func (*IngestersComplianceScanStatus) SetScanStatus ¶

func (o *IngestersComplianceScanStatus) SetScanStatus(v string)

SetScanStatus gets a reference to the given string and assigns it to the ScanStatus field.

func (IngestersComplianceScanStatus) ToMap ¶

func (o IngestersComplianceScanStatus) ToMap() (map[string]interface{}, error)

type IngestersComplianceStats ¶

type IngestersComplianceStats struct {
	Alarm                *int32   `json:"alarm,omitempty"`
	CompliancePercentage *float32 `json:"compliance_percentage,omitempty"`
	Error                *int32   `json:"error,omitempty"`
	Info                 *int32   `json:"info,omitempty"`
	Ok                   *int32   `json:"ok,omitempty"`
	Skip                 *int32   `json:"skip,omitempty"`
}

IngestersComplianceStats struct for IngestersComplianceStats

func NewIngestersComplianceStats ¶

func NewIngestersComplianceStats() *IngestersComplianceStats

NewIngestersComplianceStats instantiates a new IngestersComplianceStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIngestersComplianceStatsWithDefaults ¶

func NewIngestersComplianceStatsWithDefaults() *IngestersComplianceStats

NewIngestersComplianceStatsWithDefaults instantiates a new IngestersComplianceStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IngestersComplianceStats) GetAlarm ¶

func (o *IngestersComplianceStats) GetAlarm() int32

GetAlarm returns the Alarm field value if set, zero value otherwise.

func (*IngestersComplianceStats) GetAlarmOk ¶

func (o *IngestersComplianceStats) GetAlarmOk() (*int32, bool)

GetAlarmOk returns a tuple with the Alarm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersComplianceStats) GetCompliancePercentage ¶

func (o *IngestersComplianceStats) GetCompliancePercentage() float32

GetCompliancePercentage returns the CompliancePercentage field value if set, zero value otherwise.

func (*IngestersComplianceStats) GetCompliancePercentageOk ¶

func (o *IngestersComplianceStats) GetCompliancePercentageOk() (*float32, bool)

GetCompliancePercentageOk returns a tuple with the CompliancePercentage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersComplianceStats) GetError ¶

func (o *IngestersComplianceStats) GetError() int32

GetError returns the Error field value if set, zero value otherwise.

func (*IngestersComplianceStats) GetErrorOk ¶

func (o *IngestersComplianceStats) GetErrorOk() (*int32, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersComplianceStats) GetInfo ¶

func (o *IngestersComplianceStats) GetInfo() int32

GetInfo returns the Info field value if set, zero value otherwise.

func (*IngestersComplianceStats) GetInfoOk ¶

func (o *IngestersComplianceStats) GetInfoOk() (*int32, bool)

GetInfoOk returns a tuple with the Info field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersComplianceStats) GetOk ¶

func (o *IngestersComplianceStats) GetOk() int32

GetOk returns the Ok field value if set, zero value otherwise.

func (*IngestersComplianceStats) GetOkOk ¶

func (o *IngestersComplianceStats) GetOkOk() (*int32, bool)

GetOkOk returns a tuple with the Ok field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersComplianceStats) GetSkip ¶

func (o *IngestersComplianceStats) GetSkip() int32

GetSkip returns the Skip field value if set, zero value otherwise.

func (*IngestersComplianceStats) GetSkipOk ¶

func (o *IngestersComplianceStats) GetSkipOk() (*int32, bool)

GetSkipOk returns a tuple with the Skip field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersComplianceStats) HasAlarm ¶

func (o *IngestersComplianceStats) HasAlarm() bool

HasAlarm returns a boolean if a field has been set.

func (*IngestersComplianceStats) HasCompliancePercentage ¶

func (o *IngestersComplianceStats) HasCompliancePercentage() bool

HasCompliancePercentage returns a boolean if a field has been set.

func (*IngestersComplianceStats) HasError ¶

func (o *IngestersComplianceStats) HasError() bool

HasError returns a boolean if a field has been set.

func (*IngestersComplianceStats) HasInfo ¶

func (o *IngestersComplianceStats) HasInfo() bool

HasInfo returns a boolean if a field has been set.

func (*IngestersComplianceStats) HasOk ¶

func (o *IngestersComplianceStats) HasOk() bool

HasOk returns a boolean if a field has been set.

func (*IngestersComplianceStats) HasSkip ¶

func (o *IngestersComplianceStats) HasSkip() bool

HasSkip returns a boolean if a field has been set.

func (IngestersComplianceStats) MarshalJSON ¶

func (o IngestersComplianceStats) MarshalJSON() ([]byte, error)

func (*IngestersComplianceStats) SetAlarm ¶

func (o *IngestersComplianceStats) SetAlarm(v int32)

SetAlarm gets a reference to the given int32 and assigns it to the Alarm field.

func (*IngestersComplianceStats) SetCompliancePercentage ¶

func (o *IngestersComplianceStats) SetCompliancePercentage(v float32)

SetCompliancePercentage gets a reference to the given float32 and assigns it to the CompliancePercentage field.

func (*IngestersComplianceStats) SetError ¶

func (o *IngestersComplianceStats) SetError(v int32)

SetError gets a reference to the given int32 and assigns it to the Error field.

func (*IngestersComplianceStats) SetInfo ¶

func (o *IngestersComplianceStats) SetInfo(v int32)

SetInfo gets a reference to the given int32 and assigns it to the Info field.

func (*IngestersComplianceStats) SetOk ¶

func (o *IngestersComplianceStats) SetOk(v int32)

SetOk gets a reference to the given int32 and assigns it to the Ok field.

func (*IngestersComplianceStats) SetSkip ¶

func (o *IngestersComplianceStats) SetSkip(v int32)

SetSkip gets a reference to the given int32 and assigns it to the Skip field.

func (IngestersComplianceStats) ToMap ¶

func (o IngestersComplianceStats) ToMap() (map[string]interface{}, error)

type IngestersMalware ¶

type IngestersMalware struct {
	Class            *string             `json:"class,omitempty"`
	CompleteFilename *string             `json:"complete_filename,omitempty"`
	FileSevScore     *float32            `json:"file_sev_score,omitempty"`
	FileSeverity     *string             `json:"file_severity,omitempty"`
	ImageLayerId     *string             `json:"image_layer_id,omitempty"`
	Meta             []string            `json:"meta,omitempty"`
	MetaRules        *IngestersMetaRules `json:"meta_rules,omitempty"`
	RuleName         *string             `json:"rule_name,omitempty"`
	ScanId           *string             `json:"scan_id,omitempty"`
	SeverityScore    *int32              `json:"severity_score,omitempty"`
	StringsToMatch   []string            `json:"strings_to_match,omitempty"`
	Summary          *string             `json:"summary,omitempty"`
	Timestamp        *time.Time          `json:"timestamp,omitempty"`
}

IngestersMalware struct for IngestersMalware

func NewIngestersMalware ¶

func NewIngestersMalware() *IngestersMalware

NewIngestersMalware instantiates a new IngestersMalware object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIngestersMalwareWithDefaults ¶

func NewIngestersMalwareWithDefaults() *IngestersMalware

NewIngestersMalwareWithDefaults instantiates a new IngestersMalware object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IngestersMalware) GetClass ¶

func (o *IngestersMalware) GetClass() string

GetClass returns the Class field value if set, zero value otherwise.

func (*IngestersMalware) GetClassOk ¶

func (o *IngestersMalware) GetClassOk() (*string, bool)

GetClassOk returns a tuple with the Class field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMalware) GetCompleteFilename ¶

func (o *IngestersMalware) GetCompleteFilename() string

GetCompleteFilename returns the CompleteFilename field value if set, zero value otherwise.

func (*IngestersMalware) GetCompleteFilenameOk ¶

func (o *IngestersMalware) GetCompleteFilenameOk() (*string, bool)

GetCompleteFilenameOk returns a tuple with the CompleteFilename field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMalware) GetFileSevScore ¶

func (o *IngestersMalware) GetFileSevScore() float32

GetFileSevScore returns the FileSevScore field value if set, zero value otherwise.

func (*IngestersMalware) GetFileSevScoreOk ¶

func (o *IngestersMalware) GetFileSevScoreOk() (*float32, bool)

GetFileSevScoreOk returns a tuple with the FileSevScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMalware) GetFileSeverity ¶

func (o *IngestersMalware) GetFileSeverity() string

GetFileSeverity returns the FileSeverity field value if set, zero value otherwise.

func (*IngestersMalware) GetFileSeverityOk ¶

func (o *IngestersMalware) GetFileSeverityOk() (*string, bool)

GetFileSeverityOk returns a tuple with the FileSeverity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMalware) GetImageLayerId ¶

func (o *IngestersMalware) GetImageLayerId() string

GetImageLayerId returns the ImageLayerId field value if set, zero value otherwise.

func (*IngestersMalware) GetImageLayerIdOk ¶

func (o *IngestersMalware) GetImageLayerIdOk() (*string, bool)

GetImageLayerIdOk returns a tuple with the ImageLayerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMalware) GetMeta ¶

func (o *IngestersMalware) GetMeta() []string

GetMeta returns the Meta field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersMalware) GetMetaOk ¶

func (o *IngestersMalware) GetMetaOk() ([]string, bool)

GetMetaOk returns a tuple with the Meta field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersMalware) GetMetaRules ¶

func (o *IngestersMalware) GetMetaRules() IngestersMetaRules

GetMetaRules returns the MetaRules field value if set, zero value otherwise.

func (*IngestersMalware) GetMetaRulesOk ¶

func (o *IngestersMalware) GetMetaRulesOk() (*IngestersMetaRules, bool)

GetMetaRulesOk returns a tuple with the MetaRules field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMalware) GetRuleName ¶

func (o *IngestersMalware) GetRuleName() string

GetRuleName returns the RuleName field value if set, zero value otherwise.

func (*IngestersMalware) GetRuleNameOk ¶

func (o *IngestersMalware) GetRuleNameOk() (*string, bool)

GetRuleNameOk returns a tuple with the RuleName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMalware) GetScanId ¶

func (o *IngestersMalware) GetScanId() string

GetScanId returns the ScanId field value if set, zero value otherwise.

func (*IngestersMalware) GetScanIdOk ¶

func (o *IngestersMalware) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMalware) GetSeverityScore ¶

func (o *IngestersMalware) GetSeverityScore() int32

GetSeverityScore returns the SeverityScore field value if set, zero value otherwise.

func (*IngestersMalware) GetSeverityScoreOk ¶

func (o *IngestersMalware) GetSeverityScoreOk() (*int32, bool)

GetSeverityScoreOk returns a tuple with the SeverityScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMalware) GetStringsToMatch ¶

func (o *IngestersMalware) GetStringsToMatch() []string

GetStringsToMatch returns the StringsToMatch field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersMalware) GetStringsToMatchOk ¶

func (o *IngestersMalware) GetStringsToMatchOk() ([]string, bool)

GetStringsToMatchOk returns a tuple with the StringsToMatch field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersMalware) GetSummary ¶

func (o *IngestersMalware) GetSummary() string

GetSummary returns the Summary field value if set, zero value otherwise.

func (*IngestersMalware) GetSummaryOk ¶

func (o *IngestersMalware) GetSummaryOk() (*string, bool)

GetSummaryOk returns a tuple with the Summary field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMalware) GetTimestamp ¶

func (o *IngestersMalware) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*IngestersMalware) GetTimestampOk ¶

func (o *IngestersMalware) GetTimestampOk() (*time.Time, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMalware) HasClass ¶

func (o *IngestersMalware) HasClass() bool

HasClass returns a boolean if a field has been set.

func (*IngestersMalware) HasCompleteFilename ¶

func (o *IngestersMalware) HasCompleteFilename() bool

HasCompleteFilename returns a boolean if a field has been set.

func (*IngestersMalware) HasFileSevScore ¶

func (o *IngestersMalware) HasFileSevScore() bool

HasFileSevScore returns a boolean if a field has been set.

func (*IngestersMalware) HasFileSeverity ¶

func (o *IngestersMalware) HasFileSeverity() bool

HasFileSeverity returns a boolean if a field has been set.

func (*IngestersMalware) HasImageLayerId ¶

func (o *IngestersMalware) HasImageLayerId() bool

HasImageLayerId returns a boolean if a field has been set.

func (*IngestersMalware) HasMeta ¶

func (o *IngestersMalware) HasMeta() bool

HasMeta returns a boolean if a field has been set.

func (*IngestersMalware) HasMetaRules ¶

func (o *IngestersMalware) HasMetaRules() bool

HasMetaRules returns a boolean if a field has been set.

func (*IngestersMalware) HasRuleName ¶

func (o *IngestersMalware) HasRuleName() bool

HasRuleName returns a boolean if a field has been set.

func (*IngestersMalware) HasScanId ¶

func (o *IngestersMalware) HasScanId() bool

HasScanId returns a boolean if a field has been set.

func (*IngestersMalware) HasSeverityScore ¶

func (o *IngestersMalware) HasSeverityScore() bool

HasSeverityScore returns a boolean if a field has been set.

func (*IngestersMalware) HasStringsToMatch ¶

func (o *IngestersMalware) HasStringsToMatch() bool

HasStringsToMatch returns a boolean if a field has been set.

func (*IngestersMalware) HasSummary ¶

func (o *IngestersMalware) HasSummary() bool

HasSummary returns a boolean if a field has been set.

func (*IngestersMalware) HasTimestamp ¶

func (o *IngestersMalware) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (IngestersMalware) MarshalJSON ¶

func (o IngestersMalware) MarshalJSON() ([]byte, error)

func (*IngestersMalware) SetClass ¶

func (o *IngestersMalware) SetClass(v string)

SetClass gets a reference to the given string and assigns it to the Class field.

func (*IngestersMalware) SetCompleteFilename ¶

func (o *IngestersMalware) SetCompleteFilename(v string)

SetCompleteFilename gets a reference to the given string and assigns it to the CompleteFilename field.

func (*IngestersMalware) SetFileSevScore ¶

func (o *IngestersMalware) SetFileSevScore(v float32)

SetFileSevScore gets a reference to the given float32 and assigns it to the FileSevScore field.

func (*IngestersMalware) SetFileSeverity ¶

func (o *IngestersMalware) SetFileSeverity(v string)

SetFileSeverity gets a reference to the given string and assigns it to the FileSeverity field.

func (*IngestersMalware) SetImageLayerId ¶

func (o *IngestersMalware) SetImageLayerId(v string)

SetImageLayerId gets a reference to the given string and assigns it to the ImageLayerId field.

func (*IngestersMalware) SetMeta ¶

func (o *IngestersMalware) SetMeta(v []string)

SetMeta gets a reference to the given []string and assigns it to the Meta field.

func (*IngestersMalware) SetMetaRules ¶

func (o *IngestersMalware) SetMetaRules(v IngestersMetaRules)

SetMetaRules gets a reference to the given IngestersMetaRules and assigns it to the MetaRules field.

func (*IngestersMalware) SetRuleName ¶

func (o *IngestersMalware) SetRuleName(v string)

SetRuleName gets a reference to the given string and assigns it to the RuleName field.

func (*IngestersMalware) SetScanId ¶

func (o *IngestersMalware) SetScanId(v string)

SetScanId gets a reference to the given string and assigns it to the ScanId field.

func (*IngestersMalware) SetSeverityScore ¶

func (o *IngestersMalware) SetSeverityScore(v int32)

SetSeverityScore gets a reference to the given int32 and assigns it to the SeverityScore field.

func (*IngestersMalware) SetStringsToMatch ¶

func (o *IngestersMalware) SetStringsToMatch(v []string)

SetStringsToMatch gets a reference to the given []string and assigns it to the StringsToMatch field.

func (*IngestersMalware) SetSummary ¶

func (o *IngestersMalware) SetSummary(v string)

SetSummary gets a reference to the given string and assigns it to the Summary field.

func (*IngestersMalware) SetTimestamp ¶

func (o *IngestersMalware) SetTimestamp(v time.Time)

SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.

func (IngestersMalware) ToMap ¶

func (o IngestersMalware) ToMap() (map[string]interface{}, error)

type IngestersMalwareScanStatus ¶

type IngestersMalwareScanStatus struct {
	Timestamp   *time.Time `json:"@timestamp,omitempty"`
	ScanId      *string    `json:"scan_id,omitempty"`
	ScanMessage *string    `json:"scan_message,omitempty"`
	ScanStatus  *string    `json:"scan_status,omitempty"`
}

IngestersMalwareScanStatus struct for IngestersMalwareScanStatus

func NewIngestersMalwareScanStatus ¶

func NewIngestersMalwareScanStatus() *IngestersMalwareScanStatus

NewIngestersMalwareScanStatus instantiates a new IngestersMalwareScanStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIngestersMalwareScanStatusWithDefaults ¶

func NewIngestersMalwareScanStatusWithDefaults() *IngestersMalwareScanStatus

NewIngestersMalwareScanStatusWithDefaults instantiates a new IngestersMalwareScanStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IngestersMalwareScanStatus) GetScanId ¶

func (o *IngestersMalwareScanStatus) GetScanId() string

GetScanId returns the ScanId field value if set, zero value otherwise.

func (*IngestersMalwareScanStatus) GetScanIdOk ¶

func (o *IngestersMalwareScanStatus) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMalwareScanStatus) GetScanMessage ¶

func (o *IngestersMalwareScanStatus) GetScanMessage() string

GetScanMessage returns the ScanMessage field value if set, zero value otherwise.

func (*IngestersMalwareScanStatus) GetScanMessageOk ¶

func (o *IngestersMalwareScanStatus) GetScanMessageOk() (*string, bool)

GetScanMessageOk returns a tuple with the ScanMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMalwareScanStatus) GetScanStatus ¶

func (o *IngestersMalwareScanStatus) GetScanStatus() string

GetScanStatus returns the ScanStatus field value if set, zero value otherwise.

func (*IngestersMalwareScanStatus) GetScanStatusOk ¶

func (o *IngestersMalwareScanStatus) GetScanStatusOk() (*string, bool)

GetScanStatusOk returns a tuple with the ScanStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMalwareScanStatus) GetTimestamp ¶

func (o *IngestersMalwareScanStatus) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*IngestersMalwareScanStatus) GetTimestampOk ¶

func (o *IngestersMalwareScanStatus) GetTimestampOk() (*time.Time, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMalwareScanStatus) HasScanId ¶

func (o *IngestersMalwareScanStatus) HasScanId() bool

HasScanId returns a boolean if a field has been set.

func (*IngestersMalwareScanStatus) HasScanMessage ¶

func (o *IngestersMalwareScanStatus) HasScanMessage() bool

HasScanMessage returns a boolean if a field has been set.

func (*IngestersMalwareScanStatus) HasScanStatus ¶

func (o *IngestersMalwareScanStatus) HasScanStatus() bool

HasScanStatus returns a boolean if a field has been set.

func (*IngestersMalwareScanStatus) HasTimestamp ¶

func (o *IngestersMalwareScanStatus) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (IngestersMalwareScanStatus) MarshalJSON ¶

func (o IngestersMalwareScanStatus) MarshalJSON() ([]byte, error)

func (*IngestersMalwareScanStatus) SetScanId ¶

func (o *IngestersMalwareScanStatus) SetScanId(v string)

SetScanId gets a reference to the given string and assigns it to the ScanId field.

func (*IngestersMalwareScanStatus) SetScanMessage ¶

func (o *IngestersMalwareScanStatus) SetScanMessage(v string)

SetScanMessage gets a reference to the given string and assigns it to the ScanMessage field.

func (*IngestersMalwareScanStatus) SetScanStatus ¶

func (o *IngestersMalwareScanStatus) SetScanStatus(v string)

SetScanStatus gets a reference to the given string and assigns it to the ScanStatus field.

func (*IngestersMalwareScanStatus) SetTimestamp ¶

func (o *IngestersMalwareScanStatus) SetTimestamp(v time.Time)

SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.

func (IngestersMalwareScanStatus) ToMap ¶

func (o IngestersMalwareScanStatus) ToMap() (map[string]interface{}, error)

type IngestersMetaRules ¶

type IngestersMetaRules struct {
	Author       *string `json:"author,omitempty"`
	Date         *string `json:"date,omitempty"`
	Description  *string `json:"description,omitempty"`
	FileSeverity *string `json:"file_severity,omitempty"`
	Filetype     *string `json:"filetype,omitempty"`
	Info         *string `json:"info,omitempty"`
	Reference    *string `json:"reference,omitempty"`
	RuleId       *string `json:"rule_id,omitempty"`
	RuleName     *string `json:"rule_name,omitempty"`
	Version      *string `json:"version,omitempty"`
}

IngestersMetaRules struct for IngestersMetaRules

func NewIngestersMetaRules ¶

func NewIngestersMetaRules() *IngestersMetaRules

NewIngestersMetaRules instantiates a new IngestersMetaRules object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIngestersMetaRulesWithDefaults ¶

func NewIngestersMetaRulesWithDefaults() *IngestersMetaRules

NewIngestersMetaRulesWithDefaults instantiates a new IngestersMetaRules object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IngestersMetaRules) GetAuthor ¶

func (o *IngestersMetaRules) GetAuthor() string

GetAuthor returns the Author field value if set, zero value otherwise.

func (*IngestersMetaRules) GetAuthorOk ¶

func (o *IngestersMetaRules) GetAuthorOk() (*string, bool)

GetAuthorOk returns a tuple with the Author field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMetaRules) GetDate ¶

func (o *IngestersMetaRules) GetDate() string

GetDate returns the Date field value if set, zero value otherwise.

func (*IngestersMetaRules) GetDateOk ¶

func (o *IngestersMetaRules) GetDateOk() (*string, bool)

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMetaRules) GetDescription ¶

func (o *IngestersMetaRules) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*IngestersMetaRules) GetDescriptionOk ¶

func (o *IngestersMetaRules) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMetaRules) GetFileSeverity ¶

func (o *IngestersMetaRules) GetFileSeverity() string

GetFileSeverity returns the FileSeverity field value if set, zero value otherwise.

func (*IngestersMetaRules) GetFileSeverityOk ¶

func (o *IngestersMetaRules) GetFileSeverityOk() (*string, bool)

GetFileSeverityOk returns a tuple with the FileSeverity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMetaRules) GetFiletype ¶

func (o *IngestersMetaRules) GetFiletype() string

GetFiletype returns the Filetype field value if set, zero value otherwise.

func (*IngestersMetaRules) GetFiletypeOk ¶

func (o *IngestersMetaRules) GetFiletypeOk() (*string, bool)

GetFiletypeOk returns a tuple with the Filetype field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMetaRules) GetInfo ¶

func (o *IngestersMetaRules) GetInfo() string

GetInfo returns the Info field value if set, zero value otherwise.

func (*IngestersMetaRules) GetInfoOk ¶

func (o *IngestersMetaRules) GetInfoOk() (*string, bool)

GetInfoOk returns a tuple with the Info field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMetaRules) GetReference ¶

func (o *IngestersMetaRules) GetReference() string

GetReference returns the Reference field value if set, zero value otherwise.

func (*IngestersMetaRules) GetReferenceOk ¶

func (o *IngestersMetaRules) GetReferenceOk() (*string, bool)

GetReferenceOk returns a tuple with the Reference field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMetaRules) GetRuleId ¶

func (o *IngestersMetaRules) GetRuleId() string

GetRuleId returns the RuleId field value if set, zero value otherwise.

func (*IngestersMetaRules) GetRuleIdOk ¶

func (o *IngestersMetaRules) GetRuleIdOk() (*string, bool)

GetRuleIdOk returns a tuple with the RuleId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMetaRules) GetRuleName ¶

func (o *IngestersMetaRules) GetRuleName() string

GetRuleName returns the RuleName field value if set, zero value otherwise.

func (*IngestersMetaRules) GetRuleNameOk ¶

func (o *IngestersMetaRules) GetRuleNameOk() (*string, bool)

GetRuleNameOk returns a tuple with the RuleName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMetaRules) GetVersion ¶

func (o *IngestersMetaRules) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*IngestersMetaRules) GetVersionOk ¶

func (o *IngestersMetaRules) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersMetaRules) HasAuthor ¶

func (o *IngestersMetaRules) HasAuthor() bool

HasAuthor returns a boolean if a field has been set.

func (*IngestersMetaRules) HasDate ¶

func (o *IngestersMetaRules) HasDate() bool

HasDate returns a boolean if a field has been set.

func (*IngestersMetaRules) HasDescription ¶

func (o *IngestersMetaRules) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*IngestersMetaRules) HasFileSeverity ¶

func (o *IngestersMetaRules) HasFileSeverity() bool

HasFileSeverity returns a boolean if a field has been set.

func (*IngestersMetaRules) HasFiletype ¶

func (o *IngestersMetaRules) HasFiletype() bool

HasFiletype returns a boolean if a field has been set.

func (*IngestersMetaRules) HasInfo ¶

func (o *IngestersMetaRules) HasInfo() bool

HasInfo returns a boolean if a field has been set.

func (*IngestersMetaRules) HasReference ¶

func (o *IngestersMetaRules) HasReference() bool

HasReference returns a boolean if a field has been set.

func (*IngestersMetaRules) HasRuleId ¶

func (o *IngestersMetaRules) HasRuleId() bool

HasRuleId returns a boolean if a field has been set.

func (*IngestersMetaRules) HasRuleName ¶

func (o *IngestersMetaRules) HasRuleName() bool

HasRuleName returns a boolean if a field has been set.

func (*IngestersMetaRules) HasVersion ¶

func (o *IngestersMetaRules) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (IngestersMetaRules) MarshalJSON ¶

func (o IngestersMetaRules) MarshalJSON() ([]byte, error)

func (*IngestersMetaRules) SetAuthor ¶

func (o *IngestersMetaRules) SetAuthor(v string)

SetAuthor gets a reference to the given string and assigns it to the Author field.

func (*IngestersMetaRules) SetDate ¶

func (o *IngestersMetaRules) SetDate(v string)

SetDate gets a reference to the given string and assigns it to the Date field.

func (*IngestersMetaRules) SetDescription ¶

func (o *IngestersMetaRules) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*IngestersMetaRules) SetFileSeverity ¶

func (o *IngestersMetaRules) SetFileSeverity(v string)

SetFileSeverity gets a reference to the given string and assigns it to the FileSeverity field.

func (*IngestersMetaRules) SetFiletype ¶

func (o *IngestersMetaRules) SetFiletype(v string)

SetFiletype gets a reference to the given string and assigns it to the Filetype field.

func (*IngestersMetaRules) SetInfo ¶

func (o *IngestersMetaRules) SetInfo(v string)

SetInfo gets a reference to the given string and assigns it to the Info field.

func (*IngestersMetaRules) SetReference ¶

func (o *IngestersMetaRules) SetReference(v string)

SetReference gets a reference to the given string and assigns it to the Reference field.

func (*IngestersMetaRules) SetRuleId ¶

func (o *IngestersMetaRules) SetRuleId(v string)

SetRuleId gets a reference to the given string and assigns it to the RuleId field.

func (*IngestersMetaRules) SetRuleName ¶

func (o *IngestersMetaRules) SetRuleName(v string)

SetRuleName gets a reference to the given string and assigns it to the RuleName field.

func (*IngestersMetaRules) SetVersion ¶

func (o *IngestersMetaRules) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (IngestersMetaRules) ToMap ¶

func (o IngestersMetaRules) ToMap() (map[string]interface{}, error)

type IngestersReportIngestionData ¶

type IngestersReportIngestionData struct {
	ContainerBatch             []map[string]interface{} `json:"container_batch"`
	ContainerEdgesBatch        []map[string]interface{} `json:"container_edges_batch"`
	ContainerImageBatch        []map[string]interface{} `json:"container_image_batch"`
	ContainerImageEdgeBatch    []map[string]interface{} `json:"container_image_edge_batch"`
	ContainerProcessEdgeBatch  []map[string]interface{} `json:"container_process_edge_batch"`
	EndpointEdgesBatch         []map[string]interface{} `json:"endpoint_edges_batch"`
	HostBatch                  []map[string]interface{} `json:"host_batch"`
	Hosts                      []map[string]interface{} `json:"hosts"`
	KubernetesClusterBatch     []map[string]interface{} `json:"kubernetes_cluster_batch"`
	KubernetesClusterEdgeBatch []map[string]interface{} `json:"kubernetes_cluster_edge_batch"`
	NumMerged                  int32                    `json:"num_merged"`
	PodBatch                   []map[string]interface{} `json:"pod_batch"`
	PodEdgesBatch              []map[string]interface{} `json:"pod_edges_batch"`
	PodHostEdgesBatch          []map[string]interface{} `json:"pod_host_edges_batch"`
	ProcessBatch               []map[string]interface{} `json:"process_batch"`
	ProcessEdgesBatch          []map[string]interface{} `json:"process_edges_batch"`
}

IngestersReportIngestionData struct for IngestersReportIngestionData

func NewIngestersReportIngestionData ¶

func NewIngestersReportIngestionData(containerBatch []map[string]interface{}, containerEdgesBatch []map[string]interface{}, containerImageBatch []map[string]interface{}, containerImageEdgeBatch []map[string]interface{}, containerProcessEdgeBatch []map[string]interface{}, endpointEdgesBatch []map[string]interface{}, hostBatch []map[string]interface{}, hosts []map[string]interface{}, kubernetesClusterBatch []map[string]interface{}, kubernetesClusterEdgeBatch []map[string]interface{}, numMerged int32, podBatch []map[string]interface{}, podEdgesBatch []map[string]interface{}, podHostEdgesBatch []map[string]interface{}, processBatch []map[string]interface{}, processEdgesBatch []map[string]interface{}) *IngestersReportIngestionData

NewIngestersReportIngestionData instantiates a new IngestersReportIngestionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIngestersReportIngestionDataWithDefaults ¶

func NewIngestersReportIngestionDataWithDefaults() *IngestersReportIngestionData

NewIngestersReportIngestionDataWithDefaults instantiates a new IngestersReportIngestionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IngestersReportIngestionData) GetContainerBatch ¶

func (o *IngestersReportIngestionData) GetContainerBatch() []map[string]interface{}

GetContainerBatch returns the ContainerBatch field value If the value is explicit nil, the zero value for []map[string]interface{} will be returned

func (*IngestersReportIngestionData) GetContainerBatchOk ¶

func (o *IngestersReportIngestionData) GetContainerBatchOk() ([]map[string]interface{}, bool)

GetContainerBatchOk returns a tuple with the ContainerBatch field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersReportIngestionData) GetContainerEdgesBatch ¶

func (o *IngestersReportIngestionData) GetContainerEdgesBatch() []map[string]interface{}

GetContainerEdgesBatch returns the ContainerEdgesBatch field value If the value is explicit nil, the zero value for []map[string]interface{} will be returned

func (*IngestersReportIngestionData) GetContainerEdgesBatchOk ¶

func (o *IngestersReportIngestionData) GetContainerEdgesBatchOk() ([]map[string]interface{}, bool)

GetContainerEdgesBatchOk returns a tuple with the ContainerEdgesBatch field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersReportIngestionData) GetContainerImageBatch ¶

func (o *IngestersReportIngestionData) GetContainerImageBatch() []map[string]interface{}

GetContainerImageBatch returns the ContainerImageBatch field value If the value is explicit nil, the zero value for []map[string]interface{} will be returned

func (*IngestersReportIngestionData) GetContainerImageBatchOk ¶

func (o *IngestersReportIngestionData) GetContainerImageBatchOk() ([]map[string]interface{}, bool)

GetContainerImageBatchOk returns a tuple with the ContainerImageBatch field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersReportIngestionData) GetContainerImageEdgeBatch ¶

func (o *IngestersReportIngestionData) GetContainerImageEdgeBatch() []map[string]interface{}

GetContainerImageEdgeBatch returns the ContainerImageEdgeBatch field value If the value is explicit nil, the zero value for []map[string]interface{} will be returned

func (*IngestersReportIngestionData) GetContainerImageEdgeBatchOk ¶

func (o *IngestersReportIngestionData) GetContainerImageEdgeBatchOk() ([]map[string]interface{}, bool)

GetContainerImageEdgeBatchOk returns a tuple with the ContainerImageEdgeBatch field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersReportIngestionData) GetContainerProcessEdgeBatch ¶

func (o *IngestersReportIngestionData) GetContainerProcessEdgeBatch() []map[string]interface{}

GetContainerProcessEdgeBatch returns the ContainerProcessEdgeBatch field value If the value is explicit nil, the zero value for []map[string]interface{} will be returned

func (*IngestersReportIngestionData) GetContainerProcessEdgeBatchOk ¶

func (o *IngestersReportIngestionData) GetContainerProcessEdgeBatchOk() ([]map[string]interface{}, bool)

GetContainerProcessEdgeBatchOk returns a tuple with the ContainerProcessEdgeBatch field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersReportIngestionData) GetEndpointEdgesBatch ¶

func (o *IngestersReportIngestionData) GetEndpointEdgesBatch() []map[string]interface{}

GetEndpointEdgesBatch returns the EndpointEdgesBatch field value If the value is explicit nil, the zero value for []map[string]interface{} will be returned

func (*IngestersReportIngestionData) GetEndpointEdgesBatchOk ¶

func (o *IngestersReportIngestionData) GetEndpointEdgesBatchOk() ([]map[string]interface{}, bool)

GetEndpointEdgesBatchOk returns a tuple with the EndpointEdgesBatch field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersReportIngestionData) GetHostBatch ¶

func (o *IngestersReportIngestionData) GetHostBatch() []map[string]interface{}

GetHostBatch returns the HostBatch field value If the value is explicit nil, the zero value for []map[string]interface{} will be returned

func (*IngestersReportIngestionData) GetHostBatchOk ¶

func (o *IngestersReportIngestionData) GetHostBatchOk() ([]map[string]interface{}, bool)

GetHostBatchOk returns a tuple with the HostBatch field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersReportIngestionData) GetHosts ¶

func (o *IngestersReportIngestionData) GetHosts() []map[string]interface{}

GetHosts returns the Hosts field value If the value is explicit nil, the zero value for []map[string]interface{} will be returned

func (*IngestersReportIngestionData) GetHostsOk ¶

func (o *IngestersReportIngestionData) GetHostsOk() ([]map[string]interface{}, bool)

GetHostsOk returns a tuple with the Hosts field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersReportIngestionData) GetKubernetesClusterBatch ¶

func (o *IngestersReportIngestionData) GetKubernetesClusterBatch() []map[string]interface{}

GetKubernetesClusterBatch returns the KubernetesClusterBatch field value If the value is explicit nil, the zero value for []map[string]interface{} will be returned

func (*IngestersReportIngestionData) GetKubernetesClusterBatchOk ¶

func (o *IngestersReportIngestionData) GetKubernetesClusterBatchOk() ([]map[string]interface{}, bool)

GetKubernetesClusterBatchOk returns a tuple with the KubernetesClusterBatch field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersReportIngestionData) GetKubernetesClusterEdgeBatch ¶

func (o *IngestersReportIngestionData) GetKubernetesClusterEdgeBatch() []map[string]interface{}

GetKubernetesClusterEdgeBatch returns the KubernetesClusterEdgeBatch field value If the value is explicit nil, the zero value for []map[string]interface{} will be returned

func (*IngestersReportIngestionData) GetKubernetesClusterEdgeBatchOk ¶

func (o *IngestersReportIngestionData) GetKubernetesClusterEdgeBatchOk() ([]map[string]interface{}, bool)

GetKubernetesClusterEdgeBatchOk returns a tuple with the KubernetesClusterEdgeBatch field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersReportIngestionData) GetNumMerged ¶

func (o *IngestersReportIngestionData) GetNumMerged() int32

GetNumMerged returns the NumMerged field value

func (*IngestersReportIngestionData) GetNumMergedOk ¶

func (o *IngestersReportIngestionData) GetNumMergedOk() (*int32, bool)

GetNumMergedOk returns a tuple with the NumMerged field value and a boolean to check if the value has been set.

func (*IngestersReportIngestionData) GetPodBatch ¶

func (o *IngestersReportIngestionData) GetPodBatch() []map[string]interface{}

GetPodBatch returns the PodBatch field value If the value is explicit nil, the zero value for []map[string]interface{} will be returned

func (*IngestersReportIngestionData) GetPodBatchOk ¶

func (o *IngestersReportIngestionData) GetPodBatchOk() ([]map[string]interface{}, bool)

GetPodBatchOk returns a tuple with the PodBatch field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersReportIngestionData) GetPodEdgesBatch ¶

func (o *IngestersReportIngestionData) GetPodEdgesBatch() []map[string]interface{}

GetPodEdgesBatch returns the PodEdgesBatch field value If the value is explicit nil, the zero value for []map[string]interface{} will be returned

func (*IngestersReportIngestionData) GetPodEdgesBatchOk ¶

func (o *IngestersReportIngestionData) GetPodEdgesBatchOk() ([]map[string]interface{}, bool)

GetPodEdgesBatchOk returns a tuple with the PodEdgesBatch field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersReportIngestionData) GetPodHostEdgesBatch ¶

func (o *IngestersReportIngestionData) GetPodHostEdgesBatch() []map[string]interface{}

GetPodHostEdgesBatch returns the PodHostEdgesBatch field value If the value is explicit nil, the zero value for []map[string]interface{} will be returned

func (*IngestersReportIngestionData) GetPodHostEdgesBatchOk ¶

func (o *IngestersReportIngestionData) GetPodHostEdgesBatchOk() ([]map[string]interface{}, bool)

GetPodHostEdgesBatchOk returns a tuple with the PodHostEdgesBatch field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersReportIngestionData) GetProcessBatch ¶

func (o *IngestersReportIngestionData) GetProcessBatch() []map[string]interface{}

GetProcessBatch returns the ProcessBatch field value If the value is explicit nil, the zero value for []map[string]interface{} will be returned

func (*IngestersReportIngestionData) GetProcessBatchOk ¶

func (o *IngestersReportIngestionData) GetProcessBatchOk() ([]map[string]interface{}, bool)

GetProcessBatchOk returns a tuple with the ProcessBatch field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersReportIngestionData) GetProcessEdgesBatch ¶

func (o *IngestersReportIngestionData) GetProcessEdgesBatch() []map[string]interface{}

GetProcessEdgesBatch returns the ProcessEdgesBatch field value If the value is explicit nil, the zero value for []map[string]interface{} will be returned

func (*IngestersReportIngestionData) GetProcessEdgesBatchOk ¶

func (o *IngestersReportIngestionData) GetProcessEdgesBatchOk() ([]map[string]interface{}, bool)

GetProcessEdgesBatchOk returns a tuple with the ProcessEdgesBatch field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (IngestersReportIngestionData) MarshalJSON ¶

func (o IngestersReportIngestionData) MarshalJSON() ([]byte, error)

func (*IngestersReportIngestionData) SetContainerBatch ¶

func (o *IngestersReportIngestionData) SetContainerBatch(v []map[string]interface{})

SetContainerBatch sets field value

func (*IngestersReportIngestionData) SetContainerEdgesBatch ¶

func (o *IngestersReportIngestionData) SetContainerEdgesBatch(v []map[string]interface{})

SetContainerEdgesBatch sets field value

func (*IngestersReportIngestionData) SetContainerImageBatch ¶

func (o *IngestersReportIngestionData) SetContainerImageBatch(v []map[string]interface{})

SetContainerImageBatch sets field value

func (*IngestersReportIngestionData) SetContainerImageEdgeBatch ¶

func (o *IngestersReportIngestionData) SetContainerImageEdgeBatch(v []map[string]interface{})

SetContainerImageEdgeBatch sets field value

func (*IngestersReportIngestionData) SetContainerProcessEdgeBatch ¶

func (o *IngestersReportIngestionData) SetContainerProcessEdgeBatch(v []map[string]interface{})

SetContainerProcessEdgeBatch sets field value

func (*IngestersReportIngestionData) SetEndpointEdgesBatch ¶

func (o *IngestersReportIngestionData) SetEndpointEdgesBatch(v []map[string]interface{})

SetEndpointEdgesBatch sets field value

func (*IngestersReportIngestionData) SetHostBatch ¶

func (o *IngestersReportIngestionData) SetHostBatch(v []map[string]interface{})

SetHostBatch sets field value

func (*IngestersReportIngestionData) SetHosts ¶

func (o *IngestersReportIngestionData) SetHosts(v []map[string]interface{})

SetHosts sets field value

func (*IngestersReportIngestionData) SetKubernetesClusterBatch ¶

func (o *IngestersReportIngestionData) SetKubernetesClusterBatch(v []map[string]interface{})

SetKubernetesClusterBatch sets field value

func (*IngestersReportIngestionData) SetKubernetesClusterEdgeBatch ¶

func (o *IngestersReportIngestionData) SetKubernetesClusterEdgeBatch(v []map[string]interface{})

SetKubernetesClusterEdgeBatch sets field value

func (*IngestersReportIngestionData) SetNumMerged ¶

func (o *IngestersReportIngestionData) SetNumMerged(v int32)

SetNumMerged sets field value

func (*IngestersReportIngestionData) SetPodBatch ¶

func (o *IngestersReportIngestionData) SetPodBatch(v []map[string]interface{})

SetPodBatch sets field value

func (*IngestersReportIngestionData) SetPodEdgesBatch ¶

func (o *IngestersReportIngestionData) SetPodEdgesBatch(v []map[string]interface{})

SetPodEdgesBatch sets field value

func (*IngestersReportIngestionData) SetPodHostEdgesBatch ¶

func (o *IngestersReportIngestionData) SetPodHostEdgesBatch(v []map[string]interface{})

SetPodHostEdgesBatch sets field value

func (*IngestersReportIngestionData) SetProcessBatch ¶

func (o *IngestersReportIngestionData) SetProcessBatch(v []map[string]interface{})

SetProcessBatch sets field value

func (*IngestersReportIngestionData) SetProcessEdgesBatch ¶

func (o *IngestersReportIngestionData) SetProcessEdgesBatch(v []map[string]interface{})

SetProcessEdgesBatch sets field value

func (IngestersReportIngestionData) ToMap ¶

func (o IngestersReportIngestionData) ToMap() (map[string]interface{}, error)

func (*IngestersReportIngestionData) UnmarshalJSON ¶

func (o *IngestersReportIngestionData) UnmarshalJSON(bytes []byte) (err error)

type IngestersSecret ¶

type IngestersSecret struct {
	ImageLayerId *string                  `json:"ImageLayerId,omitempty"`
	Match        *IngestersSecretMatch    `json:"Match,omitempty"`
	Rule         *IngestersSecretRule     `json:"Rule,omitempty"`
	Severity     *IngestersSecretSeverity `json:"Severity,omitempty"`
	ScanId       *string                  `json:"scan_id,omitempty"`
}

IngestersSecret struct for IngestersSecret

func NewIngestersSecret ¶

func NewIngestersSecret() *IngestersSecret

NewIngestersSecret instantiates a new IngestersSecret object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIngestersSecretWithDefaults ¶

func NewIngestersSecretWithDefaults() *IngestersSecret

NewIngestersSecretWithDefaults instantiates a new IngestersSecret object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IngestersSecret) GetImageLayerId ¶

func (o *IngestersSecret) GetImageLayerId() string

GetImageLayerId returns the ImageLayerId field value if set, zero value otherwise.

func (*IngestersSecret) GetImageLayerIdOk ¶

func (o *IngestersSecret) GetImageLayerIdOk() (*string, bool)

GetImageLayerIdOk returns a tuple with the ImageLayerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersSecret) GetMatch ¶

func (o *IngestersSecret) GetMatch() IngestersSecretMatch

GetMatch returns the Match field value if set, zero value otherwise.

func (*IngestersSecret) GetMatchOk ¶

func (o *IngestersSecret) GetMatchOk() (*IngestersSecretMatch, bool)

GetMatchOk returns a tuple with the Match field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersSecret) GetRule ¶

func (o *IngestersSecret) GetRule() IngestersSecretRule

GetRule returns the Rule field value if set, zero value otherwise.

func (*IngestersSecret) GetRuleOk ¶

func (o *IngestersSecret) GetRuleOk() (*IngestersSecretRule, bool)

GetRuleOk returns a tuple with the Rule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersSecret) GetScanId ¶

func (o *IngestersSecret) GetScanId() string

GetScanId returns the ScanId field value if set, zero value otherwise.

func (*IngestersSecret) GetScanIdOk ¶

func (o *IngestersSecret) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersSecret) GetSeverity ¶

func (o *IngestersSecret) GetSeverity() IngestersSecretSeverity

GetSeverity returns the Severity field value if set, zero value otherwise.

func (*IngestersSecret) GetSeverityOk ¶

func (o *IngestersSecret) GetSeverityOk() (*IngestersSecretSeverity, bool)

GetSeverityOk returns a tuple with the Severity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersSecret) HasImageLayerId ¶

func (o *IngestersSecret) HasImageLayerId() bool

HasImageLayerId returns a boolean if a field has been set.

func (*IngestersSecret) HasMatch ¶

func (o *IngestersSecret) HasMatch() bool

HasMatch returns a boolean if a field has been set.

func (*IngestersSecret) HasRule ¶

func (o *IngestersSecret) HasRule() bool

HasRule returns a boolean if a field has been set.

func (*IngestersSecret) HasScanId ¶

func (o *IngestersSecret) HasScanId() bool

HasScanId returns a boolean if a field has been set.

func (*IngestersSecret) HasSeverity ¶

func (o *IngestersSecret) HasSeverity() bool

HasSeverity returns a boolean if a field has been set.

func (IngestersSecret) MarshalJSON ¶

func (o IngestersSecret) MarshalJSON() ([]byte, error)

func (*IngestersSecret) SetImageLayerId ¶

func (o *IngestersSecret) SetImageLayerId(v string)

SetImageLayerId gets a reference to the given string and assigns it to the ImageLayerId field.

func (*IngestersSecret) SetMatch ¶

func (o *IngestersSecret) SetMatch(v IngestersSecretMatch)

SetMatch gets a reference to the given IngestersSecretMatch and assigns it to the Match field.

func (*IngestersSecret) SetRule ¶

func (o *IngestersSecret) SetRule(v IngestersSecretRule)

SetRule gets a reference to the given IngestersSecretRule and assigns it to the Rule field.

func (*IngestersSecret) SetScanId ¶

func (o *IngestersSecret) SetScanId(v string)

SetScanId gets a reference to the given string and assigns it to the ScanId field.

func (*IngestersSecret) SetSeverity ¶

func (o *IngestersSecret) SetSeverity(v IngestersSecretSeverity)

SetSeverity gets a reference to the given IngestersSecretSeverity and assigns it to the Severity field.

func (IngestersSecret) ToMap ¶

func (o IngestersSecret) ToMap() (map[string]interface{}, error)

type IngestersSecretMatch ¶

type IngestersSecretMatch struct {
	FullFilename          *string `json:"full_filename,omitempty"`
	MatchedContent        *string `json:"matched_content,omitempty"`
	RelativeEndingIndex   *int32  `json:"relative_ending_index,omitempty"`
	RelativeStartingIndex *int32  `json:"relative_starting_index,omitempty"`
	StartingIndex         *int32  `json:"starting_index,omitempty"`
}

IngestersSecretMatch struct for IngestersSecretMatch

func NewIngestersSecretMatch ¶

func NewIngestersSecretMatch() *IngestersSecretMatch

NewIngestersSecretMatch instantiates a new IngestersSecretMatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIngestersSecretMatchWithDefaults ¶

func NewIngestersSecretMatchWithDefaults() *IngestersSecretMatch

NewIngestersSecretMatchWithDefaults instantiates a new IngestersSecretMatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IngestersSecretMatch) GetFullFilename ¶

func (o *IngestersSecretMatch) GetFullFilename() string

GetFullFilename returns the FullFilename field value if set, zero value otherwise.

func (*IngestersSecretMatch) GetFullFilenameOk ¶

func (o *IngestersSecretMatch) GetFullFilenameOk() (*string, bool)

GetFullFilenameOk returns a tuple with the FullFilename field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersSecretMatch) GetMatchedContent ¶

func (o *IngestersSecretMatch) GetMatchedContent() string

GetMatchedContent returns the MatchedContent field value if set, zero value otherwise.

func (*IngestersSecretMatch) GetMatchedContentOk ¶

func (o *IngestersSecretMatch) GetMatchedContentOk() (*string, bool)

GetMatchedContentOk returns a tuple with the MatchedContent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersSecretMatch) GetRelativeEndingIndex ¶

func (o *IngestersSecretMatch) GetRelativeEndingIndex() int32

GetRelativeEndingIndex returns the RelativeEndingIndex field value if set, zero value otherwise.

func (*IngestersSecretMatch) GetRelativeEndingIndexOk ¶

func (o *IngestersSecretMatch) GetRelativeEndingIndexOk() (*int32, bool)

GetRelativeEndingIndexOk returns a tuple with the RelativeEndingIndex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersSecretMatch) GetRelativeStartingIndex ¶

func (o *IngestersSecretMatch) GetRelativeStartingIndex() int32

GetRelativeStartingIndex returns the RelativeStartingIndex field value if set, zero value otherwise.

func (*IngestersSecretMatch) GetRelativeStartingIndexOk ¶

func (o *IngestersSecretMatch) GetRelativeStartingIndexOk() (*int32, bool)

GetRelativeStartingIndexOk returns a tuple with the RelativeStartingIndex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersSecretMatch) GetStartingIndex ¶

func (o *IngestersSecretMatch) GetStartingIndex() int32

GetStartingIndex returns the StartingIndex field value if set, zero value otherwise.

func (*IngestersSecretMatch) GetStartingIndexOk ¶

func (o *IngestersSecretMatch) GetStartingIndexOk() (*int32, bool)

GetStartingIndexOk returns a tuple with the StartingIndex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersSecretMatch) HasFullFilename ¶

func (o *IngestersSecretMatch) HasFullFilename() bool

HasFullFilename returns a boolean if a field has been set.

func (*IngestersSecretMatch) HasMatchedContent ¶

func (o *IngestersSecretMatch) HasMatchedContent() bool

HasMatchedContent returns a boolean if a field has been set.

func (*IngestersSecretMatch) HasRelativeEndingIndex ¶

func (o *IngestersSecretMatch) HasRelativeEndingIndex() bool

HasRelativeEndingIndex returns a boolean if a field has been set.

func (*IngestersSecretMatch) HasRelativeStartingIndex ¶

func (o *IngestersSecretMatch) HasRelativeStartingIndex() bool

HasRelativeStartingIndex returns a boolean if a field has been set.

func (*IngestersSecretMatch) HasStartingIndex ¶

func (o *IngestersSecretMatch) HasStartingIndex() bool

HasStartingIndex returns a boolean if a field has been set.

func (IngestersSecretMatch) MarshalJSON ¶

func (o IngestersSecretMatch) MarshalJSON() ([]byte, error)

func (*IngestersSecretMatch) SetFullFilename ¶

func (o *IngestersSecretMatch) SetFullFilename(v string)

SetFullFilename gets a reference to the given string and assigns it to the FullFilename field.

func (*IngestersSecretMatch) SetMatchedContent ¶

func (o *IngestersSecretMatch) SetMatchedContent(v string)

SetMatchedContent gets a reference to the given string and assigns it to the MatchedContent field.

func (*IngestersSecretMatch) SetRelativeEndingIndex ¶

func (o *IngestersSecretMatch) SetRelativeEndingIndex(v int32)

SetRelativeEndingIndex gets a reference to the given int32 and assigns it to the RelativeEndingIndex field.

func (*IngestersSecretMatch) SetRelativeStartingIndex ¶

func (o *IngestersSecretMatch) SetRelativeStartingIndex(v int32)

SetRelativeStartingIndex gets a reference to the given int32 and assigns it to the RelativeStartingIndex field.

func (*IngestersSecretMatch) SetStartingIndex ¶

func (o *IngestersSecretMatch) SetStartingIndex(v int32)

SetStartingIndex gets a reference to the given int32 and assigns it to the StartingIndex field.

func (IngestersSecretMatch) ToMap ¶

func (o IngestersSecretMatch) ToMap() (map[string]interface{}, error)

type IngestersSecretRule ¶

type IngestersSecretRule struct {
	Id               *int32  `json:"id,omitempty"`
	Name             *string `json:"name,omitempty"`
	Part             *string `json:"part,omitempty"`
	SignatureToMatch *string `json:"signature_to_match,omitempty"`
}

IngestersSecretRule struct for IngestersSecretRule

func NewIngestersSecretRule ¶

func NewIngestersSecretRule() *IngestersSecretRule

NewIngestersSecretRule instantiates a new IngestersSecretRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIngestersSecretRuleWithDefaults ¶

func NewIngestersSecretRuleWithDefaults() *IngestersSecretRule

NewIngestersSecretRuleWithDefaults instantiates a new IngestersSecretRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IngestersSecretRule) GetId ¶

func (o *IngestersSecretRule) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*IngestersSecretRule) GetIdOk ¶

func (o *IngestersSecretRule) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersSecretRule) GetName ¶

func (o *IngestersSecretRule) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*IngestersSecretRule) GetNameOk ¶

func (o *IngestersSecretRule) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersSecretRule) GetPart ¶

func (o *IngestersSecretRule) GetPart() string

GetPart returns the Part field value if set, zero value otherwise.

func (*IngestersSecretRule) GetPartOk ¶

func (o *IngestersSecretRule) GetPartOk() (*string, bool)

GetPartOk returns a tuple with the Part field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersSecretRule) GetSignatureToMatch ¶

func (o *IngestersSecretRule) GetSignatureToMatch() string

GetSignatureToMatch returns the SignatureToMatch field value if set, zero value otherwise.

func (*IngestersSecretRule) GetSignatureToMatchOk ¶

func (o *IngestersSecretRule) GetSignatureToMatchOk() (*string, bool)

GetSignatureToMatchOk returns a tuple with the SignatureToMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersSecretRule) HasId ¶

func (o *IngestersSecretRule) HasId() bool

HasId returns a boolean if a field has been set.

func (*IngestersSecretRule) HasName ¶

func (o *IngestersSecretRule) HasName() bool

HasName returns a boolean if a field has been set.

func (*IngestersSecretRule) HasPart ¶

func (o *IngestersSecretRule) HasPart() bool

HasPart returns a boolean if a field has been set.

func (*IngestersSecretRule) HasSignatureToMatch ¶

func (o *IngestersSecretRule) HasSignatureToMatch() bool

HasSignatureToMatch returns a boolean if a field has been set.

func (IngestersSecretRule) MarshalJSON ¶

func (o IngestersSecretRule) MarshalJSON() ([]byte, error)

func (*IngestersSecretRule) SetId ¶

func (o *IngestersSecretRule) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*IngestersSecretRule) SetName ¶

func (o *IngestersSecretRule) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*IngestersSecretRule) SetPart ¶

func (o *IngestersSecretRule) SetPart(v string)

SetPart gets a reference to the given string and assigns it to the Part field.

func (*IngestersSecretRule) SetSignatureToMatch ¶

func (o *IngestersSecretRule) SetSignatureToMatch(v string)

SetSignatureToMatch gets a reference to the given string and assigns it to the SignatureToMatch field.

func (IngestersSecretRule) ToMap ¶

func (o IngestersSecretRule) ToMap() (map[string]interface{}, error)

type IngestersSecretScanStatus ¶

type IngestersSecretScanStatus struct {
	ScanId      *string `json:"scan_id,omitempty"`
	ScanMessage *string `json:"scan_message,omitempty"`
	ScanStatus  *string `json:"scan_status,omitempty"`
}

IngestersSecretScanStatus struct for IngestersSecretScanStatus

func NewIngestersSecretScanStatus ¶

func NewIngestersSecretScanStatus() *IngestersSecretScanStatus

NewIngestersSecretScanStatus instantiates a new IngestersSecretScanStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIngestersSecretScanStatusWithDefaults ¶

func NewIngestersSecretScanStatusWithDefaults() *IngestersSecretScanStatus

NewIngestersSecretScanStatusWithDefaults instantiates a new IngestersSecretScanStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IngestersSecretScanStatus) GetScanId ¶

func (o *IngestersSecretScanStatus) GetScanId() string

GetScanId returns the ScanId field value if set, zero value otherwise.

func (*IngestersSecretScanStatus) GetScanIdOk ¶

func (o *IngestersSecretScanStatus) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersSecretScanStatus) GetScanMessage ¶

func (o *IngestersSecretScanStatus) GetScanMessage() string

GetScanMessage returns the ScanMessage field value if set, zero value otherwise.

func (*IngestersSecretScanStatus) GetScanMessageOk ¶

func (o *IngestersSecretScanStatus) GetScanMessageOk() (*string, bool)

GetScanMessageOk returns a tuple with the ScanMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersSecretScanStatus) GetScanStatus ¶

func (o *IngestersSecretScanStatus) GetScanStatus() string

GetScanStatus returns the ScanStatus field value if set, zero value otherwise.

func (*IngestersSecretScanStatus) GetScanStatusOk ¶

func (o *IngestersSecretScanStatus) GetScanStatusOk() (*string, bool)

GetScanStatusOk returns a tuple with the ScanStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersSecretScanStatus) HasScanId ¶

func (o *IngestersSecretScanStatus) HasScanId() bool

HasScanId returns a boolean if a field has been set.

func (*IngestersSecretScanStatus) HasScanMessage ¶

func (o *IngestersSecretScanStatus) HasScanMessage() bool

HasScanMessage returns a boolean if a field has been set.

func (*IngestersSecretScanStatus) HasScanStatus ¶

func (o *IngestersSecretScanStatus) HasScanStatus() bool

HasScanStatus returns a boolean if a field has been set.

func (IngestersSecretScanStatus) MarshalJSON ¶

func (o IngestersSecretScanStatus) MarshalJSON() ([]byte, error)

func (*IngestersSecretScanStatus) SetScanId ¶

func (o *IngestersSecretScanStatus) SetScanId(v string)

SetScanId gets a reference to the given string and assigns it to the ScanId field.

func (*IngestersSecretScanStatus) SetScanMessage ¶

func (o *IngestersSecretScanStatus) SetScanMessage(v string)

SetScanMessage gets a reference to the given string and assigns it to the ScanMessage field.

func (*IngestersSecretScanStatus) SetScanStatus ¶

func (o *IngestersSecretScanStatus) SetScanStatus(v string)

SetScanStatus gets a reference to the given string and assigns it to the ScanStatus field.

func (IngestersSecretScanStatus) ToMap ¶

func (o IngestersSecretScanStatus) ToMap() (map[string]interface{}, error)

type IngestersSecretSeverity ¶

type IngestersSecretSeverity struct {
	Level *string  `json:"level,omitempty"`
	Score *float32 `json:"score,omitempty"`
}

IngestersSecretSeverity struct for IngestersSecretSeverity

func NewIngestersSecretSeverity ¶

func NewIngestersSecretSeverity() *IngestersSecretSeverity

NewIngestersSecretSeverity instantiates a new IngestersSecretSeverity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIngestersSecretSeverityWithDefaults ¶

func NewIngestersSecretSeverityWithDefaults() *IngestersSecretSeverity

NewIngestersSecretSeverityWithDefaults instantiates a new IngestersSecretSeverity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IngestersSecretSeverity) GetLevel ¶

func (o *IngestersSecretSeverity) GetLevel() string

GetLevel returns the Level field value if set, zero value otherwise.

func (*IngestersSecretSeverity) GetLevelOk ¶

func (o *IngestersSecretSeverity) GetLevelOk() (*string, bool)

GetLevelOk returns a tuple with the Level field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersSecretSeverity) GetScore ¶

func (o *IngestersSecretSeverity) GetScore() float32

GetScore returns the Score field value if set, zero value otherwise.

func (*IngestersSecretSeverity) GetScoreOk ¶

func (o *IngestersSecretSeverity) GetScoreOk() (*float32, bool)

GetScoreOk returns a tuple with the Score field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersSecretSeverity) HasLevel ¶

func (o *IngestersSecretSeverity) HasLevel() bool

HasLevel returns a boolean if a field has been set.

func (*IngestersSecretSeverity) HasScore ¶

func (o *IngestersSecretSeverity) HasScore() bool

HasScore returns a boolean if a field has been set.

func (IngestersSecretSeverity) MarshalJSON ¶

func (o IngestersSecretSeverity) MarshalJSON() ([]byte, error)

func (*IngestersSecretSeverity) SetLevel ¶

func (o *IngestersSecretSeverity) SetLevel(v string)

SetLevel gets a reference to the given string and assigns it to the Level field.

func (*IngestersSecretSeverity) SetScore ¶

func (o *IngestersSecretSeverity) SetScore(v float32)

SetScore gets a reference to the given float32 and assigns it to the Score field.

func (IngestersSecretSeverity) ToMap ¶

func (o IngestersSecretSeverity) ToMap() (map[string]interface{}, error)

type IngestersVulnerability ¶

type IngestersVulnerability struct {
	CveAttackVector         *string  `json:"cve_attack_vector,omitempty"`
	CveCausedByPackage      *string  `json:"cve_caused_by_package,omitempty"`
	CveCausedByPackagePath  *string  `json:"cve_caused_by_package_path,omitempty"`
	CveContainerLayer       *string  `json:"cve_container_layer,omitempty"`
	CveCvssScore            *float32 `json:"cve_cvss_score,omitempty"`
	CveDescription          *string  `json:"cve_description,omitempty"`
	CveFixedIn              *string  `json:"cve_fixed_in,omitempty"`
	CveId                   *string  `json:"cve_id,omitempty"`
	CveLink                 *string  `json:"cve_link,omitempty"`
	CveOverallScore         *float32 `json:"cve_overall_score,omitempty"`
	CveSeverity             *string  `json:"cve_severity,omitempty"`
	CveType                 *string  `json:"cve_type,omitempty"`
	ExploitPoc              *string  `json:"exploit_poc,omitempty"`
	ExploitabilityScore     *int32   `json:"exploitability_score,omitempty"`
	HasLiveConnection       *bool    `json:"has_live_connection,omitempty"`
	InitExploitabilityScore *int32   `json:"init_exploitability_score,omitempty"`
	ParsedAttackVector      *string  `json:"parsed_attack_vector,omitempty"`
	ScanId                  *string  `json:"scan_id,omitempty"`
	Urls                    []string `json:"urls,omitempty"`
}

IngestersVulnerability struct for IngestersVulnerability

func NewIngestersVulnerability ¶

func NewIngestersVulnerability() *IngestersVulnerability

NewIngestersVulnerability instantiates a new IngestersVulnerability object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIngestersVulnerabilityWithDefaults ¶

func NewIngestersVulnerabilityWithDefaults() *IngestersVulnerability

NewIngestersVulnerabilityWithDefaults instantiates a new IngestersVulnerability object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IngestersVulnerability) GetCveAttackVector ¶

func (o *IngestersVulnerability) GetCveAttackVector() string

GetCveAttackVector returns the CveAttackVector field value if set, zero value otherwise.

func (*IngestersVulnerability) GetCveAttackVectorOk ¶

func (o *IngestersVulnerability) GetCveAttackVectorOk() (*string, bool)

GetCveAttackVectorOk returns a tuple with the CveAttackVector field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerability) GetCveCausedByPackage ¶

func (o *IngestersVulnerability) GetCveCausedByPackage() string

GetCveCausedByPackage returns the CveCausedByPackage field value if set, zero value otherwise.

func (*IngestersVulnerability) GetCveCausedByPackageOk ¶

func (o *IngestersVulnerability) GetCveCausedByPackageOk() (*string, bool)

GetCveCausedByPackageOk returns a tuple with the CveCausedByPackage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerability) GetCveCausedByPackagePath ¶

func (o *IngestersVulnerability) GetCveCausedByPackagePath() string

GetCveCausedByPackagePath returns the CveCausedByPackagePath field value if set, zero value otherwise.

func (*IngestersVulnerability) GetCveCausedByPackagePathOk ¶

func (o *IngestersVulnerability) GetCveCausedByPackagePathOk() (*string, bool)

GetCveCausedByPackagePathOk returns a tuple with the CveCausedByPackagePath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerability) GetCveContainerLayer ¶

func (o *IngestersVulnerability) GetCveContainerLayer() string

GetCveContainerLayer returns the CveContainerLayer field value if set, zero value otherwise.

func (*IngestersVulnerability) GetCveContainerLayerOk ¶

func (o *IngestersVulnerability) GetCveContainerLayerOk() (*string, bool)

GetCveContainerLayerOk returns a tuple with the CveContainerLayer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerability) GetCveCvssScore ¶

func (o *IngestersVulnerability) GetCveCvssScore() float32

GetCveCvssScore returns the CveCvssScore field value if set, zero value otherwise.

func (*IngestersVulnerability) GetCveCvssScoreOk ¶

func (o *IngestersVulnerability) GetCveCvssScoreOk() (*float32, bool)

GetCveCvssScoreOk returns a tuple with the CveCvssScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerability) GetCveDescription ¶

func (o *IngestersVulnerability) GetCveDescription() string

GetCveDescription returns the CveDescription field value if set, zero value otherwise.

func (*IngestersVulnerability) GetCveDescriptionOk ¶

func (o *IngestersVulnerability) GetCveDescriptionOk() (*string, bool)

GetCveDescriptionOk returns a tuple with the CveDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerability) GetCveFixedIn ¶

func (o *IngestersVulnerability) GetCveFixedIn() string

GetCveFixedIn returns the CveFixedIn field value if set, zero value otherwise.

func (*IngestersVulnerability) GetCveFixedInOk ¶

func (o *IngestersVulnerability) GetCveFixedInOk() (*string, bool)

GetCveFixedInOk returns a tuple with the CveFixedIn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerability) GetCveId ¶

func (o *IngestersVulnerability) GetCveId() string

GetCveId returns the CveId field value if set, zero value otherwise.

func (*IngestersVulnerability) GetCveIdOk ¶

func (o *IngestersVulnerability) GetCveIdOk() (*string, bool)

GetCveIdOk returns a tuple with the CveId field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *IngestersVulnerability) GetCveLink() string

GetCveLink returns the CveLink field value if set, zero value otherwise.

func (*IngestersVulnerability) GetCveLinkOk ¶

func (o *IngestersVulnerability) GetCveLinkOk() (*string, bool)

GetCveLinkOk returns a tuple with the CveLink field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerability) GetCveOverallScore ¶

func (o *IngestersVulnerability) GetCveOverallScore() float32

GetCveOverallScore returns the CveOverallScore field value if set, zero value otherwise.

func (*IngestersVulnerability) GetCveOverallScoreOk ¶

func (o *IngestersVulnerability) GetCveOverallScoreOk() (*float32, bool)

GetCveOverallScoreOk returns a tuple with the CveOverallScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerability) GetCveSeverity ¶

func (o *IngestersVulnerability) GetCveSeverity() string

GetCveSeverity returns the CveSeverity field value if set, zero value otherwise.

func (*IngestersVulnerability) GetCveSeverityOk ¶

func (o *IngestersVulnerability) GetCveSeverityOk() (*string, bool)

GetCveSeverityOk returns a tuple with the CveSeverity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerability) GetCveType ¶

func (o *IngestersVulnerability) GetCveType() string

GetCveType returns the CveType field value if set, zero value otherwise.

func (*IngestersVulnerability) GetCveTypeOk ¶

func (o *IngestersVulnerability) GetCveTypeOk() (*string, bool)

GetCveTypeOk returns a tuple with the CveType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerability) GetExploitPoc ¶

func (o *IngestersVulnerability) GetExploitPoc() string

GetExploitPoc returns the ExploitPoc field value if set, zero value otherwise.

func (*IngestersVulnerability) GetExploitPocOk ¶

func (o *IngestersVulnerability) GetExploitPocOk() (*string, bool)

GetExploitPocOk returns a tuple with the ExploitPoc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerability) GetExploitabilityScore ¶

func (o *IngestersVulnerability) GetExploitabilityScore() int32

GetExploitabilityScore returns the ExploitabilityScore field value if set, zero value otherwise.

func (*IngestersVulnerability) GetExploitabilityScoreOk ¶

func (o *IngestersVulnerability) GetExploitabilityScoreOk() (*int32, bool)

GetExploitabilityScoreOk returns a tuple with the ExploitabilityScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerability) GetHasLiveConnection ¶

func (o *IngestersVulnerability) GetHasLiveConnection() bool

GetHasLiveConnection returns the HasLiveConnection field value if set, zero value otherwise.

func (*IngestersVulnerability) GetHasLiveConnectionOk ¶

func (o *IngestersVulnerability) GetHasLiveConnectionOk() (*bool, bool)

GetHasLiveConnectionOk returns a tuple with the HasLiveConnection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerability) GetInitExploitabilityScore ¶

func (o *IngestersVulnerability) GetInitExploitabilityScore() int32

GetInitExploitabilityScore returns the InitExploitabilityScore field value if set, zero value otherwise.

func (*IngestersVulnerability) GetInitExploitabilityScoreOk ¶

func (o *IngestersVulnerability) GetInitExploitabilityScoreOk() (*int32, bool)

GetInitExploitabilityScoreOk returns a tuple with the InitExploitabilityScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerability) GetParsedAttackVector ¶

func (o *IngestersVulnerability) GetParsedAttackVector() string

GetParsedAttackVector returns the ParsedAttackVector field value if set, zero value otherwise.

func (*IngestersVulnerability) GetParsedAttackVectorOk ¶

func (o *IngestersVulnerability) GetParsedAttackVectorOk() (*string, bool)

GetParsedAttackVectorOk returns a tuple with the ParsedAttackVector field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerability) GetScanId ¶

func (o *IngestersVulnerability) GetScanId() string

GetScanId returns the ScanId field value if set, zero value otherwise.

func (*IngestersVulnerability) GetScanIdOk ¶

func (o *IngestersVulnerability) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerability) GetUrls ¶

func (o *IngestersVulnerability) GetUrls() []string

GetUrls returns the Urls field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IngestersVulnerability) GetUrlsOk ¶

func (o *IngestersVulnerability) GetUrlsOk() ([]string, bool)

GetUrlsOk returns a tuple with the Urls field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IngestersVulnerability) HasCveAttackVector ¶

func (o *IngestersVulnerability) HasCveAttackVector() bool

HasCveAttackVector returns a boolean if a field has been set.

func (*IngestersVulnerability) HasCveCausedByPackage ¶

func (o *IngestersVulnerability) HasCveCausedByPackage() bool

HasCveCausedByPackage returns a boolean if a field has been set.

func (*IngestersVulnerability) HasCveCausedByPackagePath ¶

func (o *IngestersVulnerability) HasCveCausedByPackagePath() bool

HasCveCausedByPackagePath returns a boolean if a field has been set.

func (*IngestersVulnerability) HasCveContainerLayer ¶

func (o *IngestersVulnerability) HasCveContainerLayer() bool

HasCveContainerLayer returns a boolean if a field has been set.

func (*IngestersVulnerability) HasCveCvssScore ¶

func (o *IngestersVulnerability) HasCveCvssScore() bool

HasCveCvssScore returns a boolean if a field has been set.

func (*IngestersVulnerability) HasCveDescription ¶

func (o *IngestersVulnerability) HasCveDescription() bool

HasCveDescription returns a boolean if a field has been set.

func (*IngestersVulnerability) HasCveFixedIn ¶

func (o *IngestersVulnerability) HasCveFixedIn() bool

HasCveFixedIn returns a boolean if a field has been set.

func (*IngestersVulnerability) HasCveId ¶

func (o *IngestersVulnerability) HasCveId() bool

HasCveId returns a boolean if a field has been set.

func (o *IngestersVulnerability) HasCveLink() bool

HasCveLink returns a boolean if a field has been set.

func (*IngestersVulnerability) HasCveOverallScore ¶

func (o *IngestersVulnerability) HasCveOverallScore() bool

HasCveOverallScore returns a boolean if a field has been set.

func (*IngestersVulnerability) HasCveSeverity ¶

func (o *IngestersVulnerability) HasCveSeverity() bool

HasCveSeverity returns a boolean if a field has been set.

func (*IngestersVulnerability) HasCveType ¶

func (o *IngestersVulnerability) HasCveType() bool

HasCveType returns a boolean if a field has been set.

func (*IngestersVulnerability) HasExploitPoc ¶

func (o *IngestersVulnerability) HasExploitPoc() bool

HasExploitPoc returns a boolean if a field has been set.

func (*IngestersVulnerability) HasExploitabilityScore ¶

func (o *IngestersVulnerability) HasExploitabilityScore() bool

HasExploitabilityScore returns a boolean if a field has been set.

func (*IngestersVulnerability) HasHasLiveConnection ¶

func (o *IngestersVulnerability) HasHasLiveConnection() bool

HasHasLiveConnection returns a boolean if a field has been set.

func (*IngestersVulnerability) HasInitExploitabilityScore ¶

func (o *IngestersVulnerability) HasInitExploitabilityScore() bool

HasInitExploitabilityScore returns a boolean if a field has been set.

func (*IngestersVulnerability) HasParsedAttackVector ¶

func (o *IngestersVulnerability) HasParsedAttackVector() bool

HasParsedAttackVector returns a boolean if a field has been set.

func (*IngestersVulnerability) HasScanId ¶

func (o *IngestersVulnerability) HasScanId() bool

HasScanId returns a boolean if a field has been set.

func (*IngestersVulnerability) HasUrls ¶

func (o *IngestersVulnerability) HasUrls() bool

HasUrls returns a boolean if a field has been set.

func (IngestersVulnerability) MarshalJSON ¶

func (o IngestersVulnerability) MarshalJSON() ([]byte, error)

func (*IngestersVulnerability) SetCveAttackVector ¶

func (o *IngestersVulnerability) SetCveAttackVector(v string)

SetCveAttackVector gets a reference to the given string and assigns it to the CveAttackVector field.

func (*IngestersVulnerability) SetCveCausedByPackage ¶

func (o *IngestersVulnerability) SetCveCausedByPackage(v string)

SetCveCausedByPackage gets a reference to the given string and assigns it to the CveCausedByPackage field.

func (*IngestersVulnerability) SetCveCausedByPackagePath ¶

func (o *IngestersVulnerability) SetCveCausedByPackagePath(v string)

SetCveCausedByPackagePath gets a reference to the given string and assigns it to the CveCausedByPackagePath field.

func (*IngestersVulnerability) SetCveContainerLayer ¶

func (o *IngestersVulnerability) SetCveContainerLayer(v string)

SetCveContainerLayer gets a reference to the given string and assigns it to the CveContainerLayer field.

func (*IngestersVulnerability) SetCveCvssScore ¶

func (o *IngestersVulnerability) SetCveCvssScore(v float32)

SetCveCvssScore gets a reference to the given float32 and assigns it to the CveCvssScore field.

func (*IngestersVulnerability) SetCveDescription ¶

func (o *IngestersVulnerability) SetCveDescription(v string)

SetCveDescription gets a reference to the given string and assigns it to the CveDescription field.

func (*IngestersVulnerability) SetCveFixedIn ¶

func (o *IngestersVulnerability) SetCveFixedIn(v string)

SetCveFixedIn gets a reference to the given string and assigns it to the CveFixedIn field.

func (*IngestersVulnerability) SetCveId ¶

func (o *IngestersVulnerability) SetCveId(v string)

SetCveId gets a reference to the given string and assigns it to the CveId field.

func (o *IngestersVulnerability) SetCveLink(v string)

SetCveLink gets a reference to the given string and assigns it to the CveLink field.

func (*IngestersVulnerability) SetCveOverallScore ¶

func (o *IngestersVulnerability) SetCveOverallScore(v float32)

SetCveOverallScore gets a reference to the given float32 and assigns it to the CveOverallScore field.

func (*IngestersVulnerability) SetCveSeverity ¶

func (o *IngestersVulnerability) SetCveSeverity(v string)

SetCveSeverity gets a reference to the given string and assigns it to the CveSeverity field.

func (*IngestersVulnerability) SetCveType ¶

func (o *IngestersVulnerability) SetCveType(v string)

SetCveType gets a reference to the given string and assigns it to the CveType field.

func (*IngestersVulnerability) SetExploitPoc ¶

func (o *IngestersVulnerability) SetExploitPoc(v string)

SetExploitPoc gets a reference to the given string and assigns it to the ExploitPoc field.

func (*IngestersVulnerability) SetExploitabilityScore ¶

func (o *IngestersVulnerability) SetExploitabilityScore(v int32)

SetExploitabilityScore gets a reference to the given int32 and assigns it to the ExploitabilityScore field.

func (*IngestersVulnerability) SetHasLiveConnection ¶

func (o *IngestersVulnerability) SetHasLiveConnection(v bool)

SetHasLiveConnection gets a reference to the given bool and assigns it to the HasLiveConnection field.

func (*IngestersVulnerability) SetInitExploitabilityScore ¶

func (o *IngestersVulnerability) SetInitExploitabilityScore(v int32)

SetInitExploitabilityScore gets a reference to the given int32 and assigns it to the InitExploitabilityScore field.

func (*IngestersVulnerability) SetParsedAttackVector ¶

func (o *IngestersVulnerability) SetParsedAttackVector(v string)

SetParsedAttackVector gets a reference to the given string and assigns it to the ParsedAttackVector field.

func (*IngestersVulnerability) SetScanId ¶

func (o *IngestersVulnerability) SetScanId(v string)

SetScanId gets a reference to the given string and assigns it to the ScanId field.

func (*IngestersVulnerability) SetUrls ¶

func (o *IngestersVulnerability) SetUrls(v []string)

SetUrls gets a reference to the given []string and assigns it to the Urls field.

func (IngestersVulnerability) ToMap ¶

func (o IngestersVulnerability) ToMap() (map[string]interface{}, error)

type IngestersVulnerabilityScanStatus ¶

type IngestersVulnerabilityScanStatus struct {
	ScanId      *string `json:"scan_id,omitempty"`
	ScanMessage *string `json:"scan_message,omitempty"`
	ScanStatus  *string `json:"scan_status,omitempty"`
}

IngestersVulnerabilityScanStatus struct for IngestersVulnerabilityScanStatus

func NewIngestersVulnerabilityScanStatus ¶

func NewIngestersVulnerabilityScanStatus() *IngestersVulnerabilityScanStatus

NewIngestersVulnerabilityScanStatus instantiates a new IngestersVulnerabilityScanStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIngestersVulnerabilityScanStatusWithDefaults ¶

func NewIngestersVulnerabilityScanStatusWithDefaults() *IngestersVulnerabilityScanStatus

NewIngestersVulnerabilityScanStatusWithDefaults instantiates a new IngestersVulnerabilityScanStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IngestersVulnerabilityScanStatus) GetScanId ¶

GetScanId returns the ScanId field value if set, zero value otherwise.

func (*IngestersVulnerabilityScanStatus) GetScanIdOk ¶

func (o *IngestersVulnerabilityScanStatus) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerabilityScanStatus) GetScanMessage ¶

func (o *IngestersVulnerabilityScanStatus) GetScanMessage() string

GetScanMessage returns the ScanMessage field value if set, zero value otherwise.

func (*IngestersVulnerabilityScanStatus) GetScanMessageOk ¶

func (o *IngestersVulnerabilityScanStatus) GetScanMessageOk() (*string, bool)

GetScanMessageOk returns a tuple with the ScanMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerabilityScanStatus) GetScanStatus ¶

func (o *IngestersVulnerabilityScanStatus) GetScanStatus() string

GetScanStatus returns the ScanStatus field value if set, zero value otherwise.

func (*IngestersVulnerabilityScanStatus) GetScanStatusOk ¶

func (o *IngestersVulnerabilityScanStatus) GetScanStatusOk() (*string, bool)

GetScanStatusOk returns a tuple with the ScanStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IngestersVulnerabilityScanStatus) HasScanId ¶

func (o *IngestersVulnerabilityScanStatus) HasScanId() bool

HasScanId returns a boolean if a field has been set.

func (*IngestersVulnerabilityScanStatus) HasScanMessage ¶

func (o *IngestersVulnerabilityScanStatus) HasScanMessage() bool

HasScanMessage returns a boolean if a field has been set.

func (*IngestersVulnerabilityScanStatus) HasScanStatus ¶

func (o *IngestersVulnerabilityScanStatus) HasScanStatus() bool

HasScanStatus returns a boolean if a field has been set.

func (IngestersVulnerabilityScanStatus) MarshalJSON ¶

func (o IngestersVulnerabilityScanStatus) MarshalJSON() ([]byte, error)

func (*IngestersVulnerabilityScanStatus) SetScanId ¶

func (o *IngestersVulnerabilityScanStatus) SetScanId(v string)

SetScanId gets a reference to the given string and assigns it to the ScanId field.

func (*IngestersVulnerabilityScanStatus) SetScanMessage ¶

func (o *IngestersVulnerabilityScanStatus) SetScanMessage(v string)

SetScanMessage gets a reference to the given string and assigns it to the ScanMessage field.

func (*IngestersVulnerabilityScanStatus) SetScanStatus ¶

func (o *IngestersVulnerabilityScanStatus) SetScanStatus(v string)

SetScanStatus gets a reference to the given string and assigns it to the ScanStatus field.

func (IngestersVulnerabilityScanStatus) ToMap ¶

func (o IngestersVulnerabilityScanStatus) ToMap() (map[string]interface{}, error)

type IntegrationAPIService ¶

type IntegrationAPIService service

IntegrationAPIService IntegrationAPI service

func (*IntegrationAPIService) AddIntegration ¶

AddIntegration Add Integration

Add a new supported integration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAddIntegrationRequest

func (*IntegrationAPIService) AddIntegrationExecute ¶

Execute executes the request

@return ModelMessageResponse

func (*IntegrationAPIService) DeleteIntegration ¶

func (a *IntegrationAPIService) DeleteIntegration(ctx context.Context, integrationId string) ApiDeleteIntegrationRequest

DeleteIntegration Delete Integration

Delete integration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationId
@return ApiDeleteIntegrationRequest

func (*IntegrationAPIService) DeleteIntegrationExecute ¶

func (a *IntegrationAPIService) DeleteIntegrationExecute(r ApiDeleteIntegrationRequest) (*http.Response, error)

Execute executes the request

func (*IntegrationAPIService) ListIntegration ¶

ListIntegration List Integrations

List all the added Integrations

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListIntegrationRequest

func (*IntegrationAPIService) ListIntegrationExecute ¶

Execute executes the request

@return []ModelIntegrationListResp

type InternalAPIService ¶

type InternalAPIService service

InternalAPIService InternalAPI service

func (*InternalAPIService) GetConsoleApiToken ¶

GetConsoleApiToken Get api-token for console agent

Get api-token for console agent

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetConsoleApiTokenRequest

func (*InternalAPIService) GetConsoleApiTokenExecute ¶

Execute executes the request

@return ModelAPIAuthRequest

type LookupAPIService ¶

type LookupAPIService service

LookupAPIService LookupAPI service

func (*LookupAPIService) GetCloudCompliances ¶

func (a *LookupAPIService) GetCloudCompliances(ctx context.Context) ApiGetCloudCompliancesRequest

GetCloudCompliances Retrieve Cloud Compliances data

Retrieve all the data associated with cloud-compliances

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCloudCompliancesRequest

func (*LookupAPIService) GetCloudCompliancesExecute ¶

Execute executes the request

@return []ModelCloudCompliance

func (*LookupAPIService) GetCloudResources ¶

func (a *LookupAPIService) GetCloudResources(ctx context.Context) ApiGetCloudResourcesRequest

GetCloudResources Get Cloud Resources

Retrieve the cloud resources

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCloudResourcesRequest

func (*LookupAPIService) GetCloudResourcesExecute ¶

func (a *LookupAPIService) GetCloudResourcesExecute(r ApiGetCloudResourcesRequest) ([]ModelCloudResource, *http.Response, error)

Execute executes the request

@return []ModelCloudResource

func (*LookupAPIService) GetCompliances ¶

GetCompliances Retrieve Compliances data

Retrieve all the data associated with compliances

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCompliancesRequest

func (*LookupAPIService) GetCompliancesExecute ¶

func (a *LookupAPIService) GetCompliancesExecute(r ApiGetCompliancesRequest) ([]ModelCompliance, *http.Response, error)

Execute executes the request

@return []ModelCompliance

func (*LookupAPIService) GetContainerImages ¶

func (a *LookupAPIService) GetContainerImages(ctx context.Context) ApiGetContainerImagesRequest

GetContainerImages Retrieve Container Images data

Retrieve all the data associated with images

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetContainerImagesRequest

func (*LookupAPIService) GetContainerImagesExecute ¶

Execute executes the request

@return []ModelContainerImage

func (*LookupAPIService) GetContainers ¶

GetContainers Retrieve Containers data

Retrieve all the data associated with containers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetContainersRequest

func (*LookupAPIService) GetContainersExecute ¶

func (a *LookupAPIService) GetContainersExecute(r ApiGetContainersRequest) ([]ModelContainer, *http.Response, error)

Execute executes the request

@return []ModelContainer

func (*LookupAPIService) GetHosts ¶

GetHosts Retrieve Hosts data

Retrieve all the data associated with hosts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetHostsRequest

func (*LookupAPIService) GetHostsExecute ¶

func (a *LookupAPIService) GetHostsExecute(r ApiGetHostsRequest) ([]ModelHost, *http.Response, error)

Execute executes the request

@return []ModelHost

func (*LookupAPIService) GetKubernetesClusters ¶

func (a *LookupAPIService) GetKubernetesClusters(ctx context.Context) ApiGetKubernetesClustersRequest

GetKubernetesClusters Retrieve K8s data

Retrieve all the data associated with k8s clusters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetKubernetesClustersRequest

func (*LookupAPIService) GetKubernetesClustersExecute ¶

Execute executes the request

@return []ModelKubernetesCluster

func (*LookupAPIService) GetMalwares ¶

GetMalwares Retrieve Malwares data

Retrieve all the data associated with malwares

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetMalwaresRequest

func (*LookupAPIService) GetMalwaresExecute ¶

func (a *LookupAPIService) GetMalwaresExecute(r ApiGetMalwaresRequest) ([]ModelMalware, *http.Response, error)

Execute executes the request

@return []ModelMalware

func (*LookupAPIService) GetPods ¶

GetPods Retrieve Pods data

Retrieve all the data associated with pods

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetPodsRequest

func (*LookupAPIService) GetPodsExecute ¶

func (a *LookupAPIService) GetPodsExecute(r ApiGetPodsRequest) ([]ModelPod, *http.Response, error)

Execute executes the request

@return []ModelPod

func (*LookupAPIService) GetProcesses ¶

GetProcesses Retrieve Processes data

Retrieve all the data associated with processes

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetProcessesRequest

func (*LookupAPIService) GetProcessesExecute ¶

func (a *LookupAPIService) GetProcessesExecute(r ApiGetProcessesRequest) ([]ModelProcess, *http.Response, error)

Execute executes the request

@return []ModelProcess

func (*LookupAPIService) GetRegistryAccount ¶

func (a *LookupAPIService) GetRegistryAccount(ctx context.Context) ApiGetRegistryAccountRequest

GetRegistryAccount Get Images in Registry

List all the images present in the given registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetRegistryAccountRequest

func (*LookupAPIService) GetRegistryAccountExecute ¶

Execute executes the request

@return []ModelRegistryAccount

func (*LookupAPIService) GetSecrets ¶

GetSecrets Retrieve Secrets data

Retrieve all the data associated with secrets

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSecretsRequest

func (*LookupAPIService) GetSecretsExecute ¶

func (a *LookupAPIService) GetSecretsExecute(r ApiGetSecretsRequest) ([]ModelSecret, *http.Response, error)

Execute executes the request

@return []ModelSecret

func (*LookupAPIService) GetVulnerabilities ¶

func (a *LookupAPIService) GetVulnerabilities(ctx context.Context) ApiGetVulnerabilitiesRequest

GetVulnerabilities Retrieve Vulnerabilities data

Retrieve all the data associated with vulnerabilities

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetVulnerabilitiesRequest

func (*LookupAPIService) GetVulnerabilitiesExecute ¶

func (a *LookupAPIService) GetVulnerabilitiesExecute(r ApiGetVulnerabilitiesRequest) ([]ModelVulnerability, *http.Response, error)

Execute executes the request

@return []ModelVulnerability

type LookupLookupFilter ¶

type LookupLookupFilter struct {
	InFieldFilter []string         `json:"in_field_filter"`
	NodeIds       []string         `json:"node_ids"`
	Window        ModelFetchWindow `json:"window"`
}

LookupLookupFilter struct for LookupLookupFilter

func NewLookupLookupFilter ¶

func NewLookupLookupFilter(inFieldFilter []string, nodeIds []string, window ModelFetchWindow) *LookupLookupFilter

NewLookupLookupFilter instantiates a new LookupLookupFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLookupLookupFilterWithDefaults ¶

func NewLookupLookupFilterWithDefaults() *LookupLookupFilter

NewLookupLookupFilterWithDefaults instantiates a new LookupLookupFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LookupLookupFilter) GetInFieldFilter ¶

func (o *LookupLookupFilter) GetInFieldFilter() []string

GetInFieldFilter returns the InFieldFilter field value If the value is explicit nil, the zero value for []string will be returned

func (*LookupLookupFilter) GetInFieldFilterOk ¶

func (o *LookupLookupFilter) GetInFieldFilterOk() ([]string, bool)

GetInFieldFilterOk returns a tuple with the InFieldFilter field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupLookupFilter) GetNodeIds ¶

func (o *LookupLookupFilter) GetNodeIds() []string

GetNodeIds returns the NodeIds field value If the value is explicit nil, the zero value for []string will be returned

func (*LookupLookupFilter) GetNodeIdsOk ¶

func (o *LookupLookupFilter) GetNodeIdsOk() ([]string, bool)

GetNodeIdsOk returns a tuple with the NodeIds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupLookupFilter) GetWindow ¶

func (o *LookupLookupFilter) GetWindow() ModelFetchWindow

GetWindow returns the Window field value

func (*LookupLookupFilter) GetWindowOk ¶

func (o *LookupLookupFilter) GetWindowOk() (*ModelFetchWindow, bool)

GetWindowOk returns a tuple with the Window field value and a boolean to check if the value has been set.

func (LookupLookupFilter) MarshalJSON ¶

func (o LookupLookupFilter) MarshalJSON() ([]byte, error)

func (*LookupLookupFilter) SetInFieldFilter ¶

func (o *LookupLookupFilter) SetInFieldFilter(v []string)

SetInFieldFilter sets field value

func (*LookupLookupFilter) SetNodeIds ¶

func (o *LookupLookupFilter) SetNodeIds(v []string)

SetNodeIds sets field value

func (*LookupLookupFilter) SetWindow ¶

func (o *LookupLookupFilter) SetWindow(v ModelFetchWindow)

SetWindow sets field value

func (LookupLookupFilter) ToMap ¶

func (o LookupLookupFilter) ToMap() (map[string]interface{}, error)

func (*LookupLookupFilter) UnmarshalJSON ¶

func (o *LookupLookupFilter) UnmarshalJSON(bytes []byte) (err error)

type MalwareScanAPIService ¶

type MalwareScanAPIService service

MalwareScanAPIService MalwareScanAPI service

func (*MalwareScanAPIService) CountResultsMalwareScan ¶

CountResultsMalwareScan Get Malware Scans Results

Get Malware Scans results on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountResultsMalwareScanRequest

func (*MalwareScanAPIService) CountResultsMalwareScanExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*MalwareScanAPIService) GroupResultsMalwares ¶

GroupResultsMalwares Group Malware Results

Group Malware Scans results by severity/rule

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGroupResultsMalwaresRequest

func (*MalwareScanAPIService) GroupResultsMalwaresClass ¶

GroupResultsMalwaresClass Group Malware Results By Class

Group Malware Scans results by severity/class

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGroupResultsMalwaresClassRequest

func (*MalwareScanAPIService) GroupResultsMalwaresClassExecute ¶

Execute executes the request

@return SearchResultGroupResp

func (*MalwareScanAPIService) GroupResultsMalwaresExecute ¶

Execute executes the request

@return SearchResultGroupResp

func (*MalwareScanAPIService) IngestMalware ¶

IngestMalware Ingest Malware

Ingest malware found while scanning the agent

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIngestMalwareRequest

func (*MalwareScanAPIService) IngestMalwareExecute ¶

func (a *MalwareScanAPIService) IngestMalwareExecute(r ApiIngestMalwareRequest) (*http.Response, error)

Execute executes the request

func (*MalwareScanAPIService) IngestMalwareScanStatus ¶

IngestMalwareScanStatus Ingest Malware Scan Status

Ingest malware scan status from the agent

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIngestMalwareScanStatusRequest

func (*MalwareScanAPIService) IngestMalwareScanStatusExecute ¶

func (a *MalwareScanAPIService) IngestMalwareScanStatusExecute(r ApiIngestMalwareScanStatusRequest) (*http.Response, error)

Execute executes the request

func (*MalwareScanAPIService) ListMalwareScan ¶

ListMalwareScan Get Malware Scans List

Get Malware Scans list on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListMalwareScanRequest

func (*MalwareScanAPIService) ListMalwareScanExecute ¶

Execute executes the request

@return ModelScanListResp

func (*MalwareScanAPIService) ResultsClassMalwareScan ¶

ResultsClassMalwareScan Get Malware Scans Results

Get Malware Scans detected class names

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiResultsClassMalwareScanRequest

func (*MalwareScanAPIService) ResultsClassMalwareScanExecute ¶

Execute executes the request

@return ModelMalwareScanResultClass

func (*MalwareScanAPIService) ResultsMalwareScan ¶

ResultsMalwareScan Get Malware Scans Results

Get Malware Scans results on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiResultsMalwareScanRequest

func (*MalwareScanAPIService) ResultsMalwareScanExecute ¶

Execute executes the request

@return ModelMalwareScanResult

func (*MalwareScanAPIService) ResultsRulesMalwareScan ¶

ResultsRulesMalwareScan Get Malware Scans Result Rules

Get Malware Scans detected rules names

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiResultsRulesMalwareScanRequest

func (*MalwareScanAPIService) ResultsRulesMalwareScanExecute ¶

Execute executes the request

@return ModelMalwareScanResultRules

func (*MalwareScanAPIService) StartMalwareScan ¶

StartMalwareScan Start Malware Scan

Start Malware Scan on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStartMalwareScanRequest

func (*MalwareScanAPIService) StartMalwareScanExecute ¶

Execute executes the request

@return ModelScanTriggerResp

func (*MalwareScanAPIService) StatusMalwareScan ¶

StatusMalwareScan Get Malware Scan Status

Get Malware Scan status on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStatusMalwareScanRequest

func (*MalwareScanAPIService) StatusMalwareScanExecute ¶

Execute executes the request

@return ModelScanStatusResp

func (*MalwareScanAPIService) StopMalwareScan ¶

StopMalwareScan Stop Malware Scan

Stop Malware Scan on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStopMalwareScanRequest

func (*MalwareScanAPIService) StopMalwareScanExecute ¶

func (a *MalwareScanAPIService) StopMalwareScanExecute(r ApiStopMalwareScanRequest) (*http.Response, error)

Execute executes the request

type MappedNullable ¶

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type ModelAPIAuthRequest ¶

type ModelAPIAuthRequest struct {
	ApiToken string `json:"api_token"`
}

ModelAPIAuthRequest struct for ModelAPIAuthRequest

func NewModelAPIAuthRequest ¶

func NewModelAPIAuthRequest(apiToken string) *ModelAPIAuthRequest

NewModelAPIAuthRequest instantiates a new ModelAPIAuthRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelAPIAuthRequestWithDefaults ¶

func NewModelAPIAuthRequestWithDefaults() *ModelAPIAuthRequest

NewModelAPIAuthRequestWithDefaults instantiates a new ModelAPIAuthRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelAPIAuthRequest) GetApiToken ¶

func (o *ModelAPIAuthRequest) GetApiToken() string

GetApiToken returns the ApiToken field value

func (*ModelAPIAuthRequest) GetApiTokenOk ¶

func (o *ModelAPIAuthRequest) GetApiTokenOk() (*string, bool)

GetApiTokenOk returns a tuple with the ApiToken field value and a boolean to check if the value has been set.

func (ModelAPIAuthRequest) MarshalJSON ¶

func (o ModelAPIAuthRequest) MarshalJSON() ([]byte, error)

func (*ModelAPIAuthRequest) SetApiToken ¶

func (o *ModelAPIAuthRequest) SetApiToken(v string)

SetApiToken sets field value

func (ModelAPIAuthRequest) ToMap ¶

func (o ModelAPIAuthRequest) ToMap() (map[string]interface{}, error)

func (*ModelAPIAuthRequest) UnmarshalJSON ¶

func (o *ModelAPIAuthRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelAPITokenResponse ¶

type ModelAPITokenResponse struct {
	ApiToken        *string    `json:"api_token,omitempty"`
	CompanyId       *int32     `json:"company_id,omitempty"`
	CreatedAt       *time.Time `json:"created_at,omitempty"`
	CreatedByUserId *int32     `json:"created_by_user_id,omitempty"`
	Id              *int32     `json:"id,omitempty"`
	Name            *string    `json:"name,omitempty"`
}

ModelAPITokenResponse struct for ModelAPITokenResponse

func NewModelAPITokenResponse ¶

func NewModelAPITokenResponse() *ModelAPITokenResponse

NewModelAPITokenResponse instantiates a new ModelAPITokenResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelAPITokenResponseWithDefaults ¶

func NewModelAPITokenResponseWithDefaults() *ModelAPITokenResponse

NewModelAPITokenResponseWithDefaults instantiates a new ModelAPITokenResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelAPITokenResponse) GetApiToken ¶

func (o *ModelAPITokenResponse) GetApiToken() string

GetApiToken returns the ApiToken field value if set, zero value otherwise.

func (*ModelAPITokenResponse) GetApiTokenOk ¶

func (o *ModelAPITokenResponse) GetApiTokenOk() (*string, bool)

GetApiTokenOk returns a tuple with the ApiToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelAPITokenResponse) GetCompanyId ¶

func (o *ModelAPITokenResponse) GetCompanyId() int32

GetCompanyId returns the CompanyId field value if set, zero value otherwise.

func (*ModelAPITokenResponse) GetCompanyIdOk ¶

func (o *ModelAPITokenResponse) GetCompanyIdOk() (*int32, bool)

GetCompanyIdOk returns a tuple with the CompanyId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelAPITokenResponse) GetCreatedAt ¶

func (o *ModelAPITokenResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*ModelAPITokenResponse) GetCreatedAtOk ¶

func (o *ModelAPITokenResponse) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelAPITokenResponse) GetCreatedByUserId ¶

func (o *ModelAPITokenResponse) GetCreatedByUserId() int32

GetCreatedByUserId returns the CreatedByUserId field value if set, zero value otherwise.

func (*ModelAPITokenResponse) GetCreatedByUserIdOk ¶

func (o *ModelAPITokenResponse) GetCreatedByUserIdOk() (*int32, bool)

GetCreatedByUserIdOk returns a tuple with the CreatedByUserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelAPITokenResponse) GetId ¶

func (o *ModelAPITokenResponse) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ModelAPITokenResponse) GetIdOk ¶

func (o *ModelAPITokenResponse) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelAPITokenResponse) GetName ¶

func (o *ModelAPITokenResponse) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ModelAPITokenResponse) GetNameOk ¶

func (o *ModelAPITokenResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelAPITokenResponse) HasApiToken ¶

func (o *ModelAPITokenResponse) HasApiToken() bool

HasApiToken returns a boolean if a field has been set.

func (*ModelAPITokenResponse) HasCompanyId ¶

func (o *ModelAPITokenResponse) HasCompanyId() bool

HasCompanyId returns a boolean if a field has been set.

func (*ModelAPITokenResponse) HasCreatedAt ¶

func (o *ModelAPITokenResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*ModelAPITokenResponse) HasCreatedByUserId ¶

func (o *ModelAPITokenResponse) HasCreatedByUserId() bool

HasCreatedByUserId returns a boolean if a field has been set.

func (*ModelAPITokenResponse) HasId ¶

func (o *ModelAPITokenResponse) HasId() bool

HasId returns a boolean if a field has been set.

func (*ModelAPITokenResponse) HasName ¶

func (o *ModelAPITokenResponse) HasName() bool

HasName returns a boolean if a field has been set.

func (ModelAPITokenResponse) MarshalJSON ¶

func (o ModelAPITokenResponse) MarshalJSON() ([]byte, error)

func (*ModelAPITokenResponse) SetApiToken ¶

func (o *ModelAPITokenResponse) SetApiToken(v string)

SetApiToken gets a reference to the given string and assigns it to the ApiToken field.

func (*ModelAPITokenResponse) SetCompanyId ¶

func (o *ModelAPITokenResponse) SetCompanyId(v int32)

SetCompanyId gets a reference to the given int32 and assigns it to the CompanyId field.

func (*ModelAPITokenResponse) SetCreatedAt ¶

func (o *ModelAPITokenResponse) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*ModelAPITokenResponse) SetCreatedByUserId ¶

func (o *ModelAPITokenResponse) SetCreatedByUserId(v int32)

SetCreatedByUserId gets a reference to the given int32 and assigns it to the CreatedByUserId field.

func (*ModelAPITokenResponse) SetId ¶

func (o *ModelAPITokenResponse) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ModelAPITokenResponse) SetName ¶

func (o *ModelAPITokenResponse) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (ModelAPITokenResponse) ToMap ¶

func (o ModelAPITokenResponse) ToMap() (map[string]interface{}, error)

type ModelAddGenerativeAiBedrockIntegration ¶

type ModelAddGenerativeAiBedrockIntegration struct {
	AwsAccessKey *string `json:"aws_access_key,omitempty"`
	AwsRegion    string  `json:"aws_region"`
	AwsSecretKey *string `json:"aws_secret_key,omitempty"`
	ModelId      string  `json:"model_id"`
	UseIamRole   *bool   `json:"use_iam_role,omitempty"`
}

ModelAddGenerativeAiBedrockIntegration struct for ModelAddGenerativeAiBedrockIntegration

func NewModelAddGenerativeAiBedrockIntegration ¶

func NewModelAddGenerativeAiBedrockIntegration(awsRegion string, modelId string) *ModelAddGenerativeAiBedrockIntegration

NewModelAddGenerativeAiBedrockIntegration instantiates a new ModelAddGenerativeAiBedrockIntegration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelAddGenerativeAiBedrockIntegrationWithDefaults ¶

func NewModelAddGenerativeAiBedrockIntegrationWithDefaults() *ModelAddGenerativeAiBedrockIntegration

NewModelAddGenerativeAiBedrockIntegrationWithDefaults instantiates a new ModelAddGenerativeAiBedrockIntegration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelAddGenerativeAiBedrockIntegration) GetAwsAccessKey ¶

func (o *ModelAddGenerativeAiBedrockIntegration) GetAwsAccessKey() string

GetAwsAccessKey returns the AwsAccessKey field value if set, zero value otherwise.

func (*ModelAddGenerativeAiBedrockIntegration) GetAwsAccessKeyOk ¶

func (o *ModelAddGenerativeAiBedrockIntegration) GetAwsAccessKeyOk() (*string, bool)

GetAwsAccessKeyOk returns a tuple with the AwsAccessKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelAddGenerativeAiBedrockIntegration) GetAwsRegion ¶

GetAwsRegion returns the AwsRegion field value

func (*ModelAddGenerativeAiBedrockIntegration) GetAwsRegionOk ¶

func (o *ModelAddGenerativeAiBedrockIntegration) GetAwsRegionOk() (*string, bool)

GetAwsRegionOk returns a tuple with the AwsRegion field value and a boolean to check if the value has been set.

func (*ModelAddGenerativeAiBedrockIntegration) GetAwsSecretKey ¶

func (o *ModelAddGenerativeAiBedrockIntegration) GetAwsSecretKey() string

GetAwsSecretKey returns the AwsSecretKey field value if set, zero value otherwise.

func (*ModelAddGenerativeAiBedrockIntegration) GetAwsSecretKeyOk ¶

func (o *ModelAddGenerativeAiBedrockIntegration) GetAwsSecretKeyOk() (*string, bool)

GetAwsSecretKeyOk returns a tuple with the AwsSecretKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelAddGenerativeAiBedrockIntegration) GetModelId ¶

GetModelId returns the ModelId field value

func (*ModelAddGenerativeAiBedrockIntegration) GetModelIdOk ¶

func (o *ModelAddGenerativeAiBedrockIntegration) GetModelIdOk() (*string, bool)

GetModelIdOk returns a tuple with the ModelId field value and a boolean to check if the value has been set.

func (*ModelAddGenerativeAiBedrockIntegration) GetUseIamRole ¶

func (o *ModelAddGenerativeAiBedrockIntegration) GetUseIamRole() bool

GetUseIamRole returns the UseIamRole field value if set, zero value otherwise.

func (*ModelAddGenerativeAiBedrockIntegration) GetUseIamRoleOk ¶

func (o *ModelAddGenerativeAiBedrockIntegration) GetUseIamRoleOk() (*bool, bool)

GetUseIamRoleOk returns a tuple with the UseIamRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelAddGenerativeAiBedrockIntegration) HasAwsAccessKey ¶

func (o *ModelAddGenerativeAiBedrockIntegration) HasAwsAccessKey() bool

HasAwsAccessKey returns a boolean if a field has been set.

func (*ModelAddGenerativeAiBedrockIntegration) HasAwsSecretKey ¶

func (o *ModelAddGenerativeAiBedrockIntegration) HasAwsSecretKey() bool

HasAwsSecretKey returns a boolean if a field has been set.

func (*ModelAddGenerativeAiBedrockIntegration) HasUseIamRole ¶

func (o *ModelAddGenerativeAiBedrockIntegration) HasUseIamRole() bool

HasUseIamRole returns a boolean if a field has been set.

func (ModelAddGenerativeAiBedrockIntegration) MarshalJSON ¶

func (o ModelAddGenerativeAiBedrockIntegration) MarshalJSON() ([]byte, error)

func (*ModelAddGenerativeAiBedrockIntegration) SetAwsAccessKey ¶

func (o *ModelAddGenerativeAiBedrockIntegration) SetAwsAccessKey(v string)

SetAwsAccessKey gets a reference to the given string and assigns it to the AwsAccessKey field.

func (*ModelAddGenerativeAiBedrockIntegration) SetAwsRegion ¶

SetAwsRegion sets field value

func (*ModelAddGenerativeAiBedrockIntegration) SetAwsSecretKey ¶

func (o *ModelAddGenerativeAiBedrockIntegration) SetAwsSecretKey(v string)

SetAwsSecretKey gets a reference to the given string and assigns it to the AwsSecretKey field.

func (*ModelAddGenerativeAiBedrockIntegration) SetModelId ¶

SetModelId sets field value

func (*ModelAddGenerativeAiBedrockIntegration) SetUseIamRole ¶

func (o *ModelAddGenerativeAiBedrockIntegration) SetUseIamRole(v bool)

SetUseIamRole gets a reference to the given bool and assigns it to the UseIamRole field.

func (ModelAddGenerativeAiBedrockIntegration) ToMap ¶

func (o ModelAddGenerativeAiBedrockIntegration) ToMap() (map[string]interface{}, error)

func (*ModelAddGenerativeAiBedrockIntegration) UnmarshalJSON ¶

func (o *ModelAddGenerativeAiBedrockIntegration) UnmarshalJSON(bytes []byte) (err error)

type ModelAddGenerativeAiOpenAIIntegration ¶

type ModelAddGenerativeAiOpenAIIntegration struct {
	ApiKey  string `json:"api_key"`
	ModelId string `json:"model_id"`
}

ModelAddGenerativeAiOpenAIIntegration struct for ModelAddGenerativeAiOpenAIIntegration

func NewModelAddGenerativeAiOpenAIIntegration ¶

func NewModelAddGenerativeAiOpenAIIntegration(apiKey string, modelId string) *ModelAddGenerativeAiOpenAIIntegration

NewModelAddGenerativeAiOpenAIIntegration instantiates a new ModelAddGenerativeAiOpenAIIntegration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelAddGenerativeAiOpenAIIntegrationWithDefaults ¶

func NewModelAddGenerativeAiOpenAIIntegrationWithDefaults() *ModelAddGenerativeAiOpenAIIntegration

NewModelAddGenerativeAiOpenAIIntegrationWithDefaults instantiates a new ModelAddGenerativeAiOpenAIIntegration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelAddGenerativeAiOpenAIIntegration) GetApiKey ¶

GetApiKey returns the ApiKey field value

func (*ModelAddGenerativeAiOpenAIIntegration) GetApiKeyOk ¶

func (o *ModelAddGenerativeAiOpenAIIntegration) GetApiKeyOk() (*string, bool)

GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.

func (*ModelAddGenerativeAiOpenAIIntegration) GetModelId ¶

GetModelId returns the ModelId field value

func (*ModelAddGenerativeAiOpenAIIntegration) GetModelIdOk ¶

func (o *ModelAddGenerativeAiOpenAIIntegration) GetModelIdOk() (*string, bool)

GetModelIdOk returns a tuple with the ModelId field value and a boolean to check if the value has been set.

func (ModelAddGenerativeAiOpenAIIntegration) MarshalJSON ¶

func (o ModelAddGenerativeAiOpenAIIntegration) MarshalJSON() ([]byte, error)

func (*ModelAddGenerativeAiOpenAIIntegration) SetApiKey ¶

SetApiKey sets field value

func (*ModelAddGenerativeAiOpenAIIntegration) SetModelId ¶

SetModelId sets field value

func (ModelAddGenerativeAiOpenAIIntegration) ToMap ¶

func (o ModelAddGenerativeAiOpenAIIntegration) ToMap() (map[string]interface{}, error)

func (*ModelAddGenerativeAiOpenAIIntegration) UnmarshalJSON ¶

func (o *ModelAddGenerativeAiOpenAIIntegration) UnmarshalJSON(bytes []byte) (err error)

type ModelAddScheduledTaskRequest ¶

type ModelAddScheduledTaskRequest struct {
	Action         string                                 `json:"action"`
	BenchmarkTypes []string                               `json:"benchmark_types"`
	CronExpr       *string                                `json:"cron_expr,omitempty"`
	Description    *string                                `json:"description,omitempty"`
	Filters        ModelScanFilter                        `json:"filters"`
	IsPriority     *bool                                  `json:"is_priority,omitempty"`
	NodeIds        []ModelNodeIdentifier                  `json:"node_ids"`
	ScanConfig     []ModelVulnerabilityScanConfigLanguage `json:"scan_config"`
}

ModelAddScheduledTaskRequest struct for ModelAddScheduledTaskRequest

func NewModelAddScheduledTaskRequest ¶

func NewModelAddScheduledTaskRequest(action string, benchmarkTypes []string, filters ModelScanFilter, nodeIds []ModelNodeIdentifier, scanConfig []ModelVulnerabilityScanConfigLanguage) *ModelAddScheduledTaskRequest

NewModelAddScheduledTaskRequest instantiates a new ModelAddScheduledTaskRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelAddScheduledTaskRequestWithDefaults ¶

func NewModelAddScheduledTaskRequestWithDefaults() *ModelAddScheduledTaskRequest

NewModelAddScheduledTaskRequestWithDefaults instantiates a new ModelAddScheduledTaskRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelAddScheduledTaskRequest) GetAction ¶

func (o *ModelAddScheduledTaskRequest) GetAction() string

GetAction returns the Action field value

func (*ModelAddScheduledTaskRequest) GetActionOk ¶

func (o *ModelAddScheduledTaskRequest) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.

func (*ModelAddScheduledTaskRequest) GetBenchmarkTypes ¶

func (o *ModelAddScheduledTaskRequest) GetBenchmarkTypes() []string

GetBenchmarkTypes returns the BenchmarkTypes field value If the value is explicit nil, the zero value for []string will be returned

func (*ModelAddScheduledTaskRequest) GetBenchmarkTypesOk ¶

func (o *ModelAddScheduledTaskRequest) GetBenchmarkTypesOk() ([]string, bool)

GetBenchmarkTypesOk returns a tuple with the BenchmarkTypes field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelAddScheduledTaskRequest) GetCronExpr ¶

func (o *ModelAddScheduledTaskRequest) GetCronExpr() string

GetCronExpr returns the CronExpr field value if set, zero value otherwise.

func (*ModelAddScheduledTaskRequest) GetCronExprOk ¶

func (o *ModelAddScheduledTaskRequest) GetCronExprOk() (*string, bool)

GetCronExprOk returns a tuple with the CronExpr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelAddScheduledTaskRequest) GetDescription ¶

func (o *ModelAddScheduledTaskRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ModelAddScheduledTaskRequest) GetDescriptionOk ¶

func (o *ModelAddScheduledTaskRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelAddScheduledTaskRequest) GetFilters ¶

GetFilters returns the Filters field value

func (*ModelAddScheduledTaskRequest) GetFiltersOk ¶

func (o *ModelAddScheduledTaskRequest) GetFiltersOk() (*ModelScanFilter, bool)

GetFiltersOk returns a tuple with the Filters field value and a boolean to check if the value has been set.

func (*ModelAddScheduledTaskRequest) GetIsPriority ¶

func (o *ModelAddScheduledTaskRequest) GetIsPriority() bool

GetIsPriority returns the IsPriority field value if set, zero value otherwise.

func (*ModelAddScheduledTaskRequest) GetIsPriorityOk ¶

func (o *ModelAddScheduledTaskRequest) GetIsPriorityOk() (*bool, bool)

GetIsPriorityOk returns a tuple with the IsPriority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelAddScheduledTaskRequest) GetNodeIds ¶

GetNodeIds returns the NodeIds field value If the value is explicit nil, the zero value for []ModelNodeIdentifier will be returned

func (*ModelAddScheduledTaskRequest) GetNodeIdsOk ¶

func (o *ModelAddScheduledTaskRequest) GetNodeIdsOk() ([]ModelNodeIdentifier, bool)

GetNodeIdsOk returns a tuple with the NodeIds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelAddScheduledTaskRequest) GetScanConfig ¶

GetScanConfig returns the ScanConfig field value If the value is explicit nil, the zero value for []ModelVulnerabilityScanConfigLanguage will be returned

func (*ModelAddScheduledTaskRequest) GetScanConfigOk ¶

GetScanConfigOk returns a tuple with the ScanConfig field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelAddScheduledTaskRequest) HasCronExpr ¶

func (o *ModelAddScheduledTaskRequest) HasCronExpr() bool

HasCronExpr returns a boolean if a field has been set.

func (*ModelAddScheduledTaskRequest) HasDescription ¶

func (o *ModelAddScheduledTaskRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ModelAddScheduledTaskRequest) HasIsPriority ¶

func (o *ModelAddScheduledTaskRequest) HasIsPriority() bool

HasIsPriority returns a boolean if a field has been set.

func (ModelAddScheduledTaskRequest) MarshalJSON ¶

func (o ModelAddScheduledTaskRequest) MarshalJSON() ([]byte, error)

func (*ModelAddScheduledTaskRequest) SetAction ¶

func (o *ModelAddScheduledTaskRequest) SetAction(v string)

SetAction sets field value

func (*ModelAddScheduledTaskRequest) SetBenchmarkTypes ¶

func (o *ModelAddScheduledTaskRequest) SetBenchmarkTypes(v []string)

SetBenchmarkTypes sets field value

func (*ModelAddScheduledTaskRequest) SetCronExpr ¶

func (o *ModelAddScheduledTaskRequest) SetCronExpr(v string)

SetCronExpr gets a reference to the given string and assigns it to the CronExpr field.

func (*ModelAddScheduledTaskRequest) SetDescription ¶

func (o *ModelAddScheduledTaskRequest) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ModelAddScheduledTaskRequest) SetFilters ¶

SetFilters sets field value

func (*ModelAddScheduledTaskRequest) SetIsPriority ¶

func (o *ModelAddScheduledTaskRequest) SetIsPriority(v bool)

SetIsPriority gets a reference to the given bool and assigns it to the IsPriority field.

func (*ModelAddScheduledTaskRequest) SetNodeIds ¶

SetNodeIds sets field value

func (*ModelAddScheduledTaskRequest) SetScanConfig ¶

SetScanConfig sets field value

func (ModelAddScheduledTaskRequest) ToMap ¶

func (o ModelAddScheduledTaskRequest) ToMap() (map[string]interface{}, error)

func (*ModelAddScheduledTaskRequest) UnmarshalJSON ¶

func (o *ModelAddScheduledTaskRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelAgentID ¶

type ModelAgentID struct {
	AvailableWorkload int32  `json:"available_workload"`
	NodeId            string `json:"node_id"`
}

ModelAgentID struct for ModelAgentID

func NewModelAgentID ¶

func NewModelAgentID(availableWorkload int32, nodeId string) *ModelAgentID

NewModelAgentID instantiates a new ModelAgentID object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelAgentIDWithDefaults ¶

func NewModelAgentIDWithDefaults() *ModelAgentID

NewModelAgentIDWithDefaults instantiates a new ModelAgentID object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelAgentID) GetAvailableWorkload ¶

func (o *ModelAgentID) GetAvailableWorkload() int32

GetAvailableWorkload returns the AvailableWorkload field value

func (*ModelAgentID) GetAvailableWorkloadOk ¶

func (o *ModelAgentID) GetAvailableWorkloadOk() (*int32, bool)

GetAvailableWorkloadOk returns a tuple with the AvailableWorkload field value and a boolean to check if the value has been set.

func (*ModelAgentID) GetNodeId ¶

func (o *ModelAgentID) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelAgentID) GetNodeIdOk ¶

func (o *ModelAgentID) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (ModelAgentID) MarshalJSON ¶

func (o ModelAgentID) MarshalJSON() ([]byte, error)

func (*ModelAgentID) SetAvailableWorkload ¶

func (o *ModelAgentID) SetAvailableWorkload(v int32)

SetAvailableWorkload sets field value

func (*ModelAgentID) SetNodeId ¶

func (o *ModelAgentID) SetNodeId(v string)

SetNodeId sets field value

func (ModelAgentID) ToMap ¶

func (o ModelAgentID) ToMap() (map[string]interface{}, error)

func (*ModelAgentID) UnmarshalJSON ¶

func (o *ModelAgentID) UnmarshalJSON(bytes []byte) (err error)

type ModelAgentPluginDisable ¶

type ModelAgentPluginDisable struct {
	NodeId     string `json:"node_id"`
	PluginName string `json:"plugin_name"`
}

ModelAgentPluginDisable struct for ModelAgentPluginDisable

func NewModelAgentPluginDisable ¶

func NewModelAgentPluginDisable(nodeId string, pluginName string) *ModelAgentPluginDisable

NewModelAgentPluginDisable instantiates a new ModelAgentPluginDisable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelAgentPluginDisableWithDefaults ¶

func NewModelAgentPluginDisableWithDefaults() *ModelAgentPluginDisable

NewModelAgentPluginDisableWithDefaults instantiates a new ModelAgentPluginDisable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelAgentPluginDisable) GetNodeId ¶

func (o *ModelAgentPluginDisable) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelAgentPluginDisable) GetNodeIdOk ¶

func (o *ModelAgentPluginDisable) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelAgentPluginDisable) GetPluginName ¶

func (o *ModelAgentPluginDisable) GetPluginName() string

GetPluginName returns the PluginName field value

func (*ModelAgentPluginDisable) GetPluginNameOk ¶

func (o *ModelAgentPluginDisable) GetPluginNameOk() (*string, bool)

GetPluginNameOk returns a tuple with the PluginName field value and a boolean to check if the value has been set.

func (ModelAgentPluginDisable) MarshalJSON ¶

func (o ModelAgentPluginDisable) MarshalJSON() ([]byte, error)

func (*ModelAgentPluginDisable) SetNodeId ¶

func (o *ModelAgentPluginDisable) SetNodeId(v string)

SetNodeId sets field value

func (*ModelAgentPluginDisable) SetPluginName ¶

func (o *ModelAgentPluginDisable) SetPluginName(v string)

SetPluginName sets field value

func (ModelAgentPluginDisable) ToMap ¶

func (o ModelAgentPluginDisable) ToMap() (map[string]interface{}, error)

func (*ModelAgentPluginDisable) UnmarshalJSON ¶

func (o *ModelAgentPluginDisable) UnmarshalJSON(bytes []byte) (err error)

type ModelAgentPluginEnable ¶

type ModelAgentPluginEnable struct {
	NodeId     string `json:"node_id"`
	PluginName string `json:"plugin_name"`
	Version    string `json:"version"`
}

ModelAgentPluginEnable struct for ModelAgentPluginEnable

func NewModelAgentPluginEnable ¶

func NewModelAgentPluginEnable(nodeId string, pluginName string, version string) *ModelAgentPluginEnable

NewModelAgentPluginEnable instantiates a new ModelAgentPluginEnable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelAgentPluginEnableWithDefaults ¶

func NewModelAgentPluginEnableWithDefaults() *ModelAgentPluginEnable

NewModelAgentPluginEnableWithDefaults instantiates a new ModelAgentPluginEnable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelAgentPluginEnable) GetNodeId ¶

func (o *ModelAgentPluginEnable) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelAgentPluginEnable) GetNodeIdOk ¶

func (o *ModelAgentPluginEnable) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelAgentPluginEnable) GetPluginName ¶

func (o *ModelAgentPluginEnable) GetPluginName() string

GetPluginName returns the PluginName field value

func (*ModelAgentPluginEnable) GetPluginNameOk ¶

func (o *ModelAgentPluginEnable) GetPluginNameOk() (*string, bool)

GetPluginNameOk returns a tuple with the PluginName field value and a boolean to check if the value has been set.

func (*ModelAgentPluginEnable) GetVersion ¶

func (o *ModelAgentPluginEnable) GetVersion() string

GetVersion returns the Version field value

func (*ModelAgentPluginEnable) GetVersionOk ¶

func (o *ModelAgentPluginEnable) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (ModelAgentPluginEnable) MarshalJSON ¶

func (o ModelAgentPluginEnable) MarshalJSON() ([]byte, error)

func (*ModelAgentPluginEnable) SetNodeId ¶

func (o *ModelAgentPluginEnable) SetNodeId(v string)

SetNodeId sets field value

func (*ModelAgentPluginEnable) SetPluginName ¶

func (o *ModelAgentPluginEnable) SetPluginName(v string)

SetPluginName sets field value

func (*ModelAgentPluginEnable) SetVersion ¶

func (o *ModelAgentPluginEnable) SetVersion(v string)

SetVersion sets field value

func (ModelAgentPluginEnable) ToMap ¶

func (o ModelAgentPluginEnable) ToMap() (map[string]interface{}, error)

func (*ModelAgentPluginEnable) UnmarshalJSON ¶

func (o *ModelAgentPluginEnable) UnmarshalJSON(bytes []byte) (err error)

type ModelAgentUpgrade ¶

type ModelAgentUpgrade struct {
	NodeId  string `json:"node_id"`
	Version string `json:"version"`
}

ModelAgentUpgrade struct for ModelAgentUpgrade

func NewModelAgentUpgrade ¶

func NewModelAgentUpgrade(nodeId string, version string) *ModelAgentUpgrade

NewModelAgentUpgrade instantiates a new ModelAgentUpgrade object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelAgentUpgradeWithDefaults ¶

func NewModelAgentUpgradeWithDefaults() *ModelAgentUpgrade

NewModelAgentUpgradeWithDefaults instantiates a new ModelAgentUpgrade object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelAgentUpgrade) GetNodeId ¶

func (o *ModelAgentUpgrade) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelAgentUpgrade) GetNodeIdOk ¶

func (o *ModelAgentUpgrade) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelAgentUpgrade) GetVersion ¶

func (o *ModelAgentUpgrade) GetVersion() string

GetVersion returns the Version field value

func (*ModelAgentUpgrade) GetVersionOk ¶

func (o *ModelAgentUpgrade) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (ModelAgentUpgrade) MarshalJSON ¶

func (o ModelAgentUpgrade) MarshalJSON() ([]byte, error)

func (*ModelAgentUpgrade) SetNodeId ¶

func (o *ModelAgentUpgrade) SetNodeId(v string)

SetNodeId sets field value

func (*ModelAgentUpgrade) SetVersion ¶

func (o *ModelAgentUpgrade) SetVersion(v string)

SetVersion sets field value

func (ModelAgentUpgrade) ToMap ¶

func (o ModelAgentUpgrade) ToMap() (map[string]interface{}, error)

func (*ModelAgentUpgrade) UnmarshalJSON ¶

func (o *ModelAgentUpgrade) UnmarshalJSON(bytes []byte) (err error)

type ModelBasicNode ¶

type ModelBasicNode struct {
	HostName string `json:"host_name"`
	Name     string `json:"name"`
	NodeId   string `json:"node_id"`
	NodeType string `json:"node_type"`
}

ModelBasicNode struct for ModelBasicNode

func NewModelBasicNode ¶

func NewModelBasicNode(hostName string, name string, nodeId string, nodeType string) *ModelBasicNode

NewModelBasicNode instantiates a new ModelBasicNode object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelBasicNodeWithDefaults ¶

func NewModelBasicNodeWithDefaults() *ModelBasicNode

NewModelBasicNodeWithDefaults instantiates a new ModelBasicNode object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelBasicNode) GetHostName ¶

func (o *ModelBasicNode) GetHostName() string

GetHostName returns the HostName field value

func (*ModelBasicNode) GetHostNameOk ¶

func (o *ModelBasicNode) GetHostNameOk() (*string, bool)

GetHostNameOk returns a tuple with the HostName field value and a boolean to check if the value has been set.

func (*ModelBasicNode) GetName ¶

func (o *ModelBasicNode) GetName() string

GetName returns the Name field value

func (*ModelBasicNode) GetNameOk ¶

func (o *ModelBasicNode) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ModelBasicNode) GetNodeId ¶

func (o *ModelBasicNode) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelBasicNode) GetNodeIdOk ¶

func (o *ModelBasicNode) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelBasicNode) GetNodeType ¶

func (o *ModelBasicNode) GetNodeType() string

GetNodeType returns the NodeType field value

func (*ModelBasicNode) GetNodeTypeOk ¶

func (o *ModelBasicNode) GetNodeTypeOk() (*string, bool)

GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.

func (ModelBasicNode) MarshalJSON ¶

func (o ModelBasicNode) MarshalJSON() ([]byte, error)

func (*ModelBasicNode) SetHostName ¶

func (o *ModelBasicNode) SetHostName(v string)

SetHostName sets field value

func (*ModelBasicNode) SetName ¶

func (o *ModelBasicNode) SetName(v string)

SetName sets field value

func (*ModelBasicNode) SetNodeId ¶

func (o *ModelBasicNode) SetNodeId(v string)

SetNodeId sets field value

func (*ModelBasicNode) SetNodeType ¶

func (o *ModelBasicNode) SetNodeType(v string)

SetNodeType sets field value

func (ModelBasicNode) ToMap ¶

func (o ModelBasicNode) ToMap() (map[string]interface{}, error)

func (*ModelBasicNode) UnmarshalJSON ¶

func (o *ModelBasicNode) UnmarshalJSON(bytes []byte) (err error)

type ModelBulkDeleteScansRequest ¶

type ModelBulkDeleteScansRequest struct {
	Filters  ReportersFieldsFilters `json:"filters"`
	ScanType string                 `json:"scan_type"`
}

ModelBulkDeleteScansRequest struct for ModelBulkDeleteScansRequest

func NewModelBulkDeleteScansRequest ¶

func NewModelBulkDeleteScansRequest(filters ReportersFieldsFilters, scanType string) *ModelBulkDeleteScansRequest

NewModelBulkDeleteScansRequest instantiates a new ModelBulkDeleteScansRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelBulkDeleteScansRequestWithDefaults ¶

func NewModelBulkDeleteScansRequestWithDefaults() *ModelBulkDeleteScansRequest

NewModelBulkDeleteScansRequestWithDefaults instantiates a new ModelBulkDeleteScansRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelBulkDeleteScansRequest) GetFilters ¶

GetFilters returns the Filters field value

func (*ModelBulkDeleteScansRequest) GetFiltersOk ¶

GetFiltersOk returns a tuple with the Filters field value and a boolean to check if the value has been set.

func (*ModelBulkDeleteScansRequest) GetScanType ¶

func (o *ModelBulkDeleteScansRequest) GetScanType() string

GetScanType returns the ScanType field value

func (*ModelBulkDeleteScansRequest) GetScanTypeOk ¶

func (o *ModelBulkDeleteScansRequest) GetScanTypeOk() (*string, bool)

GetScanTypeOk returns a tuple with the ScanType field value and a boolean to check if the value has been set.

func (ModelBulkDeleteScansRequest) MarshalJSON ¶

func (o ModelBulkDeleteScansRequest) MarshalJSON() ([]byte, error)

func (*ModelBulkDeleteScansRequest) SetFilters ¶

SetFilters sets field value

func (*ModelBulkDeleteScansRequest) SetScanType ¶

func (o *ModelBulkDeleteScansRequest) SetScanType(v string)

SetScanType sets field value

func (ModelBulkDeleteScansRequest) ToMap ¶

func (o ModelBulkDeleteScansRequest) ToMap() (map[string]interface{}, error)

func (*ModelBulkDeleteScansRequest) UnmarshalJSON ¶

func (o *ModelBulkDeleteScansRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelCloudCompliance ¶

type ModelCloudCompliance struct {
	AccountId           string           `json:"account_id"`
	CloudProvider       string           `json:"cloud_provider"`
	ComplianceCheckType string           `json:"compliance_check_type"`
	ControlId           string           `json:"control_id"`
	Count               int32            `json:"count"`
	Description         string           `json:"description"`
	Group               string           `json:"group"`
	Masked              bool             `json:"masked"`
	NodeId              string           `json:"node_id"`
	NodeName            string           `json:"node_name"`
	Reason              string           `json:"reason"`
	Region              string           `json:"region"`
	Resource            string           `json:"resource"`
	Resources           []ModelBasicNode `json:"resources,omitempty"`
	Service             string           `json:"service"`
	Severity            string           `json:"severity"`
	Status              string           `json:"status"`
	Title               string           `json:"title"`
	Type                string           `json:"type"`
	UpdatedAt           int32            `json:"updated_at"`
}

ModelCloudCompliance struct for ModelCloudCompliance

func NewModelCloudCompliance ¶

func NewModelCloudCompliance(accountId string, cloudProvider string, complianceCheckType string, controlId string, count int32, description string, group string, masked bool, nodeId string, nodeName string, reason string, region string, resource string, service string, severity string, status string, title string, type_ string, updatedAt int32) *ModelCloudCompliance

NewModelCloudCompliance instantiates a new ModelCloudCompliance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelCloudComplianceWithDefaults ¶

func NewModelCloudComplianceWithDefaults() *ModelCloudCompliance

NewModelCloudComplianceWithDefaults instantiates a new ModelCloudCompliance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelCloudCompliance) GetAccountId ¶

func (o *ModelCloudCompliance) GetAccountId() string

GetAccountId returns the AccountId field value

func (*ModelCloudCompliance) GetAccountIdOk ¶

func (o *ModelCloudCompliance) GetAccountIdOk() (*string, bool)

GetAccountIdOk returns a tuple with the AccountId field value and a boolean to check if the value has been set.

func (*ModelCloudCompliance) GetCloudProvider ¶

func (o *ModelCloudCompliance) GetCloudProvider() string

GetCloudProvider returns the CloudProvider field value

func (*ModelCloudCompliance) GetCloudProviderOk ¶

func (o *ModelCloudCompliance) GetCloudProviderOk() (*string, bool)

GetCloudProviderOk returns a tuple with the CloudProvider field value and a boolean to check if the value has been set.

func (*ModelCloudCompliance) GetComplianceCheckType ¶

func (o *ModelCloudCompliance) GetComplianceCheckType() string

GetComplianceCheckType returns the ComplianceCheckType field value

func (*ModelCloudCompliance) GetComplianceCheckTypeOk ¶

func (o *ModelCloudCompliance) GetComplianceCheckTypeOk() (*string, bool)

GetComplianceCheckTypeOk returns a tuple with the ComplianceCheckType field value and a boolean to check if the value has been set.

func (*ModelCloudCompliance) GetControlId ¶

func (o *ModelCloudCompliance) GetControlId() string

GetControlId returns the ControlId field value

func (*ModelCloudCompliance) GetControlIdOk ¶

func (o *ModelCloudCompliance) GetControlIdOk() (*string, bool)

GetControlIdOk returns a tuple with the ControlId field value and a boolean to check if the value has been set.

func (*ModelCloudCompliance) GetCount ¶

func (o *ModelCloudCompliance) GetCount() int32

GetCount returns the Count field value

func (*ModelCloudCompliance) GetCountOk ¶

func (o *ModelCloudCompliance) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*ModelCloudCompliance) GetDescription ¶

func (o *ModelCloudCompliance) GetDescription() string

GetDescription returns the Description field value

func (*ModelCloudCompliance) GetDescriptionOk ¶

func (o *ModelCloudCompliance) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*ModelCloudCompliance) GetGroup ¶

func (o *ModelCloudCompliance) GetGroup() string

GetGroup returns the Group field value

func (*ModelCloudCompliance) GetGroupOk ¶

func (o *ModelCloudCompliance) GetGroupOk() (*string, bool)

GetGroupOk returns a tuple with the Group field value and a boolean to check if the value has been set.

func (*ModelCloudCompliance) GetMasked ¶

func (o *ModelCloudCompliance) GetMasked() bool

GetMasked returns the Masked field value

func (*ModelCloudCompliance) GetMaskedOk ¶

func (o *ModelCloudCompliance) GetMaskedOk() (*bool, bool)

GetMaskedOk returns a tuple with the Masked field value and a boolean to check if the value has been set.

func (*ModelCloudCompliance) GetNodeId ¶

func (o *ModelCloudCompliance) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelCloudCompliance) GetNodeIdOk ¶

func (o *ModelCloudCompliance) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelCloudCompliance) GetNodeName ¶

func (o *ModelCloudCompliance) GetNodeName() string

GetNodeName returns the NodeName field value

func (*ModelCloudCompliance) GetNodeNameOk ¶

func (o *ModelCloudCompliance) GetNodeNameOk() (*string, bool)

GetNodeNameOk returns a tuple with the NodeName field value and a boolean to check if the value has been set.

func (*ModelCloudCompliance) GetReason ¶

func (o *ModelCloudCompliance) GetReason() string

GetReason returns the Reason field value

func (*ModelCloudCompliance) GetReasonOk ¶

func (o *ModelCloudCompliance) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field value and a boolean to check if the value has been set.

func (*ModelCloudCompliance) GetRegion ¶

func (o *ModelCloudCompliance) GetRegion() string

GetRegion returns the Region field value

func (*ModelCloudCompliance) GetRegionOk ¶

func (o *ModelCloudCompliance) GetRegionOk() (*string, bool)

GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.

func (*ModelCloudCompliance) GetResource ¶

func (o *ModelCloudCompliance) GetResource() string

GetResource returns the Resource field value

func (*ModelCloudCompliance) GetResourceOk ¶

func (o *ModelCloudCompliance) GetResourceOk() (*string, bool)

GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.

func (*ModelCloudCompliance) GetResources ¶

func (o *ModelCloudCompliance) GetResources() []ModelBasicNode

GetResources returns the Resources field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelCloudCompliance) GetResourcesOk ¶

func (o *ModelCloudCompliance) GetResourcesOk() ([]ModelBasicNode, bool)

GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelCloudCompliance) GetService ¶

func (o *ModelCloudCompliance) GetService() string

GetService returns the Service field value

func (*ModelCloudCompliance) GetServiceOk ¶

func (o *ModelCloudCompliance) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.

func (*ModelCloudCompliance) GetSeverity ¶

func (o *ModelCloudCompliance) GetSeverity() string

GetSeverity returns the Severity field value

func (*ModelCloudCompliance) GetSeverityOk ¶

func (o *ModelCloudCompliance) GetSeverityOk() (*string, bool)

GetSeverityOk returns a tuple with the Severity field value and a boolean to check if the value has been set.

func (*ModelCloudCompliance) GetStatus ¶

func (o *ModelCloudCompliance) GetStatus() string

GetStatus returns the Status field value

func (*ModelCloudCompliance) GetStatusOk ¶

func (o *ModelCloudCompliance) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ModelCloudCompliance) GetTitle ¶

func (o *ModelCloudCompliance) GetTitle() string

GetTitle returns the Title field value

func (*ModelCloudCompliance) GetTitleOk ¶

func (o *ModelCloudCompliance) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*ModelCloudCompliance) GetType ¶

func (o *ModelCloudCompliance) GetType() string

GetType returns the Type field value

func (*ModelCloudCompliance) GetTypeOk ¶

func (o *ModelCloudCompliance) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ModelCloudCompliance) GetUpdatedAt ¶

func (o *ModelCloudCompliance) GetUpdatedAt() int32

GetUpdatedAt returns the UpdatedAt field value

func (*ModelCloudCompliance) GetUpdatedAtOk ¶

func (o *ModelCloudCompliance) GetUpdatedAtOk() (*int32, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*ModelCloudCompliance) HasResources ¶

func (o *ModelCloudCompliance) HasResources() bool

HasResources returns a boolean if a field has been set.

func (ModelCloudCompliance) MarshalJSON ¶

func (o ModelCloudCompliance) MarshalJSON() ([]byte, error)

func (*ModelCloudCompliance) SetAccountId ¶

func (o *ModelCloudCompliance) SetAccountId(v string)

SetAccountId sets field value

func (*ModelCloudCompliance) SetCloudProvider ¶

func (o *ModelCloudCompliance) SetCloudProvider(v string)

SetCloudProvider sets field value

func (*ModelCloudCompliance) SetComplianceCheckType ¶

func (o *ModelCloudCompliance) SetComplianceCheckType(v string)

SetComplianceCheckType sets field value

func (*ModelCloudCompliance) SetControlId ¶

func (o *ModelCloudCompliance) SetControlId(v string)

SetControlId sets field value

func (*ModelCloudCompliance) SetCount ¶

func (o *ModelCloudCompliance) SetCount(v int32)

SetCount sets field value

func (*ModelCloudCompliance) SetDescription ¶

func (o *ModelCloudCompliance) SetDescription(v string)

SetDescription sets field value

func (*ModelCloudCompliance) SetGroup ¶

func (o *ModelCloudCompliance) SetGroup(v string)

SetGroup sets field value

func (*ModelCloudCompliance) SetMasked ¶

func (o *ModelCloudCompliance) SetMasked(v bool)

SetMasked sets field value

func (*ModelCloudCompliance) SetNodeId ¶

func (o *ModelCloudCompliance) SetNodeId(v string)

SetNodeId sets field value

func (*ModelCloudCompliance) SetNodeName ¶

func (o *ModelCloudCompliance) SetNodeName(v string)

SetNodeName sets field value

func (*ModelCloudCompliance) SetReason ¶

func (o *ModelCloudCompliance) SetReason(v string)

SetReason sets field value

func (*ModelCloudCompliance) SetRegion ¶

func (o *ModelCloudCompliance) SetRegion(v string)

SetRegion sets field value

func (*ModelCloudCompliance) SetResource ¶

func (o *ModelCloudCompliance) SetResource(v string)

SetResource sets field value

func (*ModelCloudCompliance) SetResources ¶

func (o *ModelCloudCompliance) SetResources(v []ModelBasicNode)

SetResources gets a reference to the given []ModelBasicNode and assigns it to the Resources field.

func (*ModelCloudCompliance) SetService ¶

func (o *ModelCloudCompliance) SetService(v string)

SetService sets field value

func (*ModelCloudCompliance) SetSeverity ¶

func (o *ModelCloudCompliance) SetSeverity(v string)

SetSeverity sets field value

func (*ModelCloudCompliance) SetStatus ¶

func (o *ModelCloudCompliance) SetStatus(v string)

SetStatus sets field value

func (*ModelCloudCompliance) SetTitle ¶

func (o *ModelCloudCompliance) SetTitle(v string)

SetTitle sets field value

func (*ModelCloudCompliance) SetType ¶

func (o *ModelCloudCompliance) SetType(v string)

SetType sets field value

func (*ModelCloudCompliance) SetUpdatedAt ¶

func (o *ModelCloudCompliance) SetUpdatedAt(v int32)

SetUpdatedAt sets field value

func (ModelCloudCompliance) ToMap ¶

func (o ModelCloudCompliance) ToMap() (map[string]interface{}, error)

func (*ModelCloudCompliance) UnmarshalJSON ¶

func (o *ModelCloudCompliance) UnmarshalJSON(bytes []byte) (err error)

type ModelCloudComplianceBenchmark ¶

type ModelCloudComplianceBenchmark struct {
	ComplianceType *string  `json:"compliance_type,omitempty"`
	Controls       []string `json:"controls,omitempty"`
	Id             *string  `json:"id,omitempty"`
}

ModelCloudComplianceBenchmark struct for ModelCloudComplianceBenchmark

func NewModelCloudComplianceBenchmark ¶

func NewModelCloudComplianceBenchmark() *ModelCloudComplianceBenchmark

NewModelCloudComplianceBenchmark instantiates a new ModelCloudComplianceBenchmark object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelCloudComplianceBenchmarkWithDefaults ¶

func NewModelCloudComplianceBenchmarkWithDefaults() *ModelCloudComplianceBenchmark

NewModelCloudComplianceBenchmarkWithDefaults instantiates a new ModelCloudComplianceBenchmark object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelCloudComplianceBenchmark) GetComplianceType ¶

func (o *ModelCloudComplianceBenchmark) GetComplianceType() string

GetComplianceType returns the ComplianceType field value if set, zero value otherwise.

func (*ModelCloudComplianceBenchmark) GetComplianceTypeOk ¶

func (o *ModelCloudComplianceBenchmark) GetComplianceTypeOk() (*string, bool)

GetComplianceTypeOk returns a tuple with the ComplianceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudComplianceBenchmark) GetControls ¶

func (o *ModelCloudComplianceBenchmark) GetControls() []string

GetControls returns the Controls field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelCloudComplianceBenchmark) GetControlsOk ¶

func (o *ModelCloudComplianceBenchmark) GetControlsOk() ([]string, bool)

GetControlsOk returns a tuple with the Controls field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelCloudComplianceBenchmark) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ModelCloudComplianceBenchmark) GetIdOk ¶

func (o *ModelCloudComplianceBenchmark) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudComplianceBenchmark) HasComplianceType ¶

func (o *ModelCloudComplianceBenchmark) HasComplianceType() bool

HasComplianceType returns a boolean if a field has been set.

func (*ModelCloudComplianceBenchmark) HasControls ¶

func (o *ModelCloudComplianceBenchmark) HasControls() bool

HasControls returns a boolean if a field has been set.

func (*ModelCloudComplianceBenchmark) HasId ¶

HasId returns a boolean if a field has been set.

func (ModelCloudComplianceBenchmark) MarshalJSON ¶

func (o ModelCloudComplianceBenchmark) MarshalJSON() ([]byte, error)

func (*ModelCloudComplianceBenchmark) SetComplianceType ¶

func (o *ModelCloudComplianceBenchmark) SetComplianceType(v string)

SetComplianceType gets a reference to the given string and assigns it to the ComplianceType field.

func (*ModelCloudComplianceBenchmark) SetControls ¶

func (o *ModelCloudComplianceBenchmark) SetControls(v []string)

SetControls gets a reference to the given []string and assigns it to the Controls field.

func (*ModelCloudComplianceBenchmark) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (ModelCloudComplianceBenchmark) ToMap ¶

func (o ModelCloudComplianceBenchmark) ToMap() (map[string]interface{}, error)

type ModelCloudComplianceScanDetails ¶

type ModelCloudComplianceScanDetails struct {
	AccountId     *string                         `json:"account_id,omitempty"`
	Benchmarks    []ModelCloudComplianceBenchmark `json:"benchmarks,omitempty"`
	ScanId        *string                         `json:"scan_id,omitempty"`
	ScanTypes     []string                        `json:"scan_types,omitempty"`
	StopRequested *bool                           `json:"stop_requested,omitempty"`
}

ModelCloudComplianceScanDetails struct for ModelCloudComplianceScanDetails

func NewModelCloudComplianceScanDetails ¶

func NewModelCloudComplianceScanDetails() *ModelCloudComplianceScanDetails

NewModelCloudComplianceScanDetails instantiates a new ModelCloudComplianceScanDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelCloudComplianceScanDetailsWithDefaults ¶

func NewModelCloudComplianceScanDetailsWithDefaults() *ModelCloudComplianceScanDetails

NewModelCloudComplianceScanDetailsWithDefaults instantiates a new ModelCloudComplianceScanDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelCloudComplianceScanDetails) GetAccountId ¶

func (o *ModelCloudComplianceScanDetails) GetAccountId() string

GetAccountId returns the AccountId field value if set, zero value otherwise.

func (*ModelCloudComplianceScanDetails) GetAccountIdOk ¶

func (o *ModelCloudComplianceScanDetails) GetAccountIdOk() (*string, bool)

GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudComplianceScanDetails) GetBenchmarks ¶

GetBenchmarks returns the Benchmarks field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelCloudComplianceScanDetails) GetBenchmarksOk ¶

GetBenchmarksOk returns a tuple with the Benchmarks field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelCloudComplianceScanDetails) GetScanId ¶

func (o *ModelCloudComplianceScanDetails) GetScanId() string

GetScanId returns the ScanId field value if set, zero value otherwise.

func (*ModelCloudComplianceScanDetails) GetScanIdOk ¶

func (o *ModelCloudComplianceScanDetails) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudComplianceScanDetails) GetScanTypes ¶

func (o *ModelCloudComplianceScanDetails) GetScanTypes() []string

GetScanTypes returns the ScanTypes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelCloudComplianceScanDetails) GetScanTypesOk ¶

func (o *ModelCloudComplianceScanDetails) GetScanTypesOk() ([]string, bool)

GetScanTypesOk returns a tuple with the ScanTypes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelCloudComplianceScanDetails) GetStopRequested ¶

func (o *ModelCloudComplianceScanDetails) GetStopRequested() bool

GetStopRequested returns the StopRequested field value if set, zero value otherwise.

func (*ModelCloudComplianceScanDetails) GetStopRequestedOk ¶

func (o *ModelCloudComplianceScanDetails) GetStopRequestedOk() (*bool, bool)

GetStopRequestedOk returns a tuple with the StopRequested field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudComplianceScanDetails) HasAccountId ¶

func (o *ModelCloudComplianceScanDetails) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

func (*ModelCloudComplianceScanDetails) HasBenchmarks ¶

func (o *ModelCloudComplianceScanDetails) HasBenchmarks() bool

HasBenchmarks returns a boolean if a field has been set.

func (*ModelCloudComplianceScanDetails) HasScanId ¶

func (o *ModelCloudComplianceScanDetails) HasScanId() bool

HasScanId returns a boolean if a field has been set.

func (*ModelCloudComplianceScanDetails) HasScanTypes ¶

func (o *ModelCloudComplianceScanDetails) HasScanTypes() bool

HasScanTypes returns a boolean if a field has been set.

func (*ModelCloudComplianceScanDetails) HasStopRequested ¶

func (o *ModelCloudComplianceScanDetails) HasStopRequested() bool

HasStopRequested returns a boolean if a field has been set.

func (ModelCloudComplianceScanDetails) MarshalJSON ¶

func (o ModelCloudComplianceScanDetails) MarshalJSON() ([]byte, error)

func (*ModelCloudComplianceScanDetails) SetAccountId ¶

func (o *ModelCloudComplianceScanDetails) SetAccountId(v string)

SetAccountId gets a reference to the given string and assigns it to the AccountId field.

func (*ModelCloudComplianceScanDetails) SetBenchmarks ¶

SetBenchmarks gets a reference to the given []ModelCloudComplianceBenchmark and assigns it to the Benchmarks field.

func (*ModelCloudComplianceScanDetails) SetScanId ¶

func (o *ModelCloudComplianceScanDetails) SetScanId(v string)

SetScanId gets a reference to the given string and assigns it to the ScanId field.

func (*ModelCloudComplianceScanDetails) SetScanTypes ¶

func (o *ModelCloudComplianceScanDetails) SetScanTypes(v []string)

SetScanTypes gets a reference to the given []string and assigns it to the ScanTypes field.

func (*ModelCloudComplianceScanDetails) SetStopRequested ¶

func (o *ModelCloudComplianceScanDetails) SetStopRequested(v bool)

SetStopRequested gets a reference to the given bool and assigns it to the StopRequested field.

func (ModelCloudComplianceScanDetails) ToMap ¶

func (o ModelCloudComplianceScanDetails) ToMap() (map[string]interface{}, error)

type ModelCloudComplianceScanResult ¶

type ModelCloudComplianceScanResult struct {
	BenchmarkType         []string               `json:"benchmark_type"`
	CloudAccountId        string                 `json:"cloud_account_id"`
	CompliancePercentage  float32                `json:"compliance_percentage"`
	Compliances           []ModelCloudCompliance `json:"compliances"`
	CreatedAt             int64                  `json:"created_at"`
	DockerContainerName   string                 `json:"docker_container_name"`
	DockerImageName       string                 `json:"docker_image_name"`
	HostName              string                 `json:"host_name"`
	KubernetesClusterName string                 `json:"kubernetes_cluster_name"`
	NodeId                string                 `json:"node_id"`
	NodeName              string                 `json:"node_name"`
	NodeType              string                 `json:"node_type"`
	ScanId                string                 `json:"scan_id"`
	StatusCounts          map[string]int32       `json:"status_counts"`
	UpdatedAt             int64                  `json:"updated_at"`
}

ModelCloudComplianceScanResult struct for ModelCloudComplianceScanResult

func NewModelCloudComplianceScanResult ¶

func NewModelCloudComplianceScanResult(benchmarkType []string, cloudAccountId string, compliancePercentage float32, compliances []ModelCloudCompliance, createdAt int64, dockerContainerName string, dockerImageName string, hostName string, kubernetesClusterName string, nodeId string, nodeName string, nodeType string, scanId string, statusCounts map[string]int32, updatedAt int64) *ModelCloudComplianceScanResult

NewModelCloudComplianceScanResult instantiates a new ModelCloudComplianceScanResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelCloudComplianceScanResultWithDefaults ¶

func NewModelCloudComplianceScanResultWithDefaults() *ModelCloudComplianceScanResult

NewModelCloudComplianceScanResultWithDefaults instantiates a new ModelCloudComplianceScanResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelCloudComplianceScanResult) GetBenchmarkType ¶

func (o *ModelCloudComplianceScanResult) GetBenchmarkType() []string

GetBenchmarkType returns the BenchmarkType field value If the value is explicit nil, the zero value for []string will be returned

func (*ModelCloudComplianceScanResult) GetBenchmarkTypeOk ¶

func (o *ModelCloudComplianceScanResult) GetBenchmarkTypeOk() ([]string, bool)

GetBenchmarkTypeOk returns a tuple with the BenchmarkType field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelCloudComplianceScanResult) GetCloudAccountId ¶

func (o *ModelCloudComplianceScanResult) GetCloudAccountId() string

GetCloudAccountId returns the CloudAccountId field value

func (*ModelCloudComplianceScanResult) GetCloudAccountIdOk ¶

func (o *ModelCloudComplianceScanResult) GetCloudAccountIdOk() (*string, bool)

GetCloudAccountIdOk returns a tuple with the CloudAccountId field value and a boolean to check if the value has been set.

func (*ModelCloudComplianceScanResult) GetCompliancePercentage ¶

func (o *ModelCloudComplianceScanResult) GetCompliancePercentage() float32

GetCompliancePercentage returns the CompliancePercentage field value

func (*ModelCloudComplianceScanResult) GetCompliancePercentageOk ¶

func (o *ModelCloudComplianceScanResult) GetCompliancePercentageOk() (*float32, bool)

GetCompliancePercentageOk returns a tuple with the CompliancePercentage field value and a boolean to check if the value has been set.

func (*ModelCloudComplianceScanResult) GetCompliances ¶

GetCompliances returns the Compliances field value If the value is explicit nil, the zero value for []ModelCloudCompliance will be returned

func (*ModelCloudComplianceScanResult) GetCompliancesOk ¶

func (o *ModelCloudComplianceScanResult) GetCompliancesOk() ([]ModelCloudCompliance, bool)

GetCompliancesOk returns a tuple with the Compliances field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelCloudComplianceScanResult) GetCreatedAt ¶

func (o *ModelCloudComplianceScanResult) GetCreatedAt() int64

GetCreatedAt returns the CreatedAt field value

func (*ModelCloudComplianceScanResult) GetCreatedAtOk ¶

func (o *ModelCloudComplianceScanResult) GetCreatedAtOk() (*int64, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ModelCloudComplianceScanResult) GetDockerContainerName ¶

func (o *ModelCloudComplianceScanResult) GetDockerContainerName() string

GetDockerContainerName returns the DockerContainerName field value

func (*ModelCloudComplianceScanResult) GetDockerContainerNameOk ¶

func (o *ModelCloudComplianceScanResult) GetDockerContainerNameOk() (*string, bool)

GetDockerContainerNameOk returns a tuple with the DockerContainerName field value and a boolean to check if the value has been set.

func (*ModelCloudComplianceScanResult) GetDockerImageName ¶

func (o *ModelCloudComplianceScanResult) GetDockerImageName() string

GetDockerImageName returns the DockerImageName field value

func (*ModelCloudComplianceScanResult) GetDockerImageNameOk ¶

func (o *ModelCloudComplianceScanResult) GetDockerImageNameOk() (*string, bool)

GetDockerImageNameOk returns a tuple with the DockerImageName field value and a boolean to check if the value has been set.

func (*ModelCloudComplianceScanResult) GetHostName ¶

func (o *ModelCloudComplianceScanResult) GetHostName() string

GetHostName returns the HostName field value

func (*ModelCloudComplianceScanResult) GetHostNameOk ¶

func (o *ModelCloudComplianceScanResult) GetHostNameOk() (*string, bool)

GetHostNameOk returns a tuple with the HostName field value and a boolean to check if the value has been set.

func (*ModelCloudComplianceScanResult) GetKubernetesClusterName ¶

func (o *ModelCloudComplianceScanResult) GetKubernetesClusterName() string

GetKubernetesClusterName returns the KubernetesClusterName field value

func (*ModelCloudComplianceScanResult) GetKubernetesClusterNameOk ¶

func (o *ModelCloudComplianceScanResult) GetKubernetesClusterNameOk() (*string, bool)

GetKubernetesClusterNameOk returns a tuple with the KubernetesClusterName field value and a boolean to check if the value has been set.

func (*ModelCloudComplianceScanResult) GetNodeId ¶

func (o *ModelCloudComplianceScanResult) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelCloudComplianceScanResult) GetNodeIdOk ¶

func (o *ModelCloudComplianceScanResult) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelCloudComplianceScanResult) GetNodeName ¶

func (o *ModelCloudComplianceScanResult) GetNodeName() string

GetNodeName returns the NodeName field value

func (*ModelCloudComplianceScanResult) GetNodeNameOk ¶

func (o *ModelCloudComplianceScanResult) GetNodeNameOk() (*string, bool)

GetNodeNameOk returns a tuple with the NodeName field value and a boolean to check if the value has been set.

func (*ModelCloudComplianceScanResult) GetNodeType ¶

func (o *ModelCloudComplianceScanResult) GetNodeType() string

GetNodeType returns the NodeType field value

func (*ModelCloudComplianceScanResult) GetNodeTypeOk ¶

func (o *ModelCloudComplianceScanResult) GetNodeTypeOk() (*string, bool)

GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.

func (*ModelCloudComplianceScanResult) GetScanId ¶

func (o *ModelCloudComplianceScanResult) GetScanId() string

GetScanId returns the ScanId field value

func (*ModelCloudComplianceScanResult) GetScanIdOk ¶

func (o *ModelCloudComplianceScanResult) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value and a boolean to check if the value has been set.

func (*ModelCloudComplianceScanResult) GetStatusCounts ¶

func (o *ModelCloudComplianceScanResult) GetStatusCounts() map[string]int32

GetStatusCounts returns the StatusCounts field value If the value is explicit nil, the zero value for map[string]int32 will be returned

func (*ModelCloudComplianceScanResult) GetStatusCountsOk ¶

func (o *ModelCloudComplianceScanResult) GetStatusCountsOk() (*map[string]int32, bool)

GetStatusCountsOk returns a tuple with the StatusCounts field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelCloudComplianceScanResult) GetUpdatedAt ¶

func (o *ModelCloudComplianceScanResult) GetUpdatedAt() int64

GetUpdatedAt returns the UpdatedAt field value

func (*ModelCloudComplianceScanResult) GetUpdatedAtOk ¶

func (o *ModelCloudComplianceScanResult) GetUpdatedAtOk() (*int64, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (ModelCloudComplianceScanResult) MarshalJSON ¶

func (o ModelCloudComplianceScanResult) MarshalJSON() ([]byte, error)

func (*ModelCloudComplianceScanResult) SetBenchmarkType ¶

func (o *ModelCloudComplianceScanResult) SetBenchmarkType(v []string)

SetBenchmarkType sets field value

func (*ModelCloudComplianceScanResult) SetCloudAccountId ¶

func (o *ModelCloudComplianceScanResult) SetCloudAccountId(v string)

SetCloudAccountId sets field value

func (*ModelCloudComplianceScanResult) SetCompliancePercentage ¶

func (o *ModelCloudComplianceScanResult) SetCompliancePercentage(v float32)

SetCompliancePercentage sets field value

func (*ModelCloudComplianceScanResult) SetCompliances ¶

SetCompliances sets field value

func (*ModelCloudComplianceScanResult) SetCreatedAt ¶

func (o *ModelCloudComplianceScanResult) SetCreatedAt(v int64)

SetCreatedAt sets field value

func (*ModelCloudComplianceScanResult) SetDockerContainerName ¶

func (o *ModelCloudComplianceScanResult) SetDockerContainerName(v string)

SetDockerContainerName sets field value

func (*ModelCloudComplianceScanResult) SetDockerImageName ¶

func (o *ModelCloudComplianceScanResult) SetDockerImageName(v string)

SetDockerImageName sets field value

func (*ModelCloudComplianceScanResult) SetHostName ¶

func (o *ModelCloudComplianceScanResult) SetHostName(v string)

SetHostName sets field value

func (*ModelCloudComplianceScanResult) SetKubernetesClusterName ¶

func (o *ModelCloudComplianceScanResult) SetKubernetesClusterName(v string)

SetKubernetesClusterName sets field value

func (*ModelCloudComplianceScanResult) SetNodeId ¶

func (o *ModelCloudComplianceScanResult) SetNodeId(v string)

SetNodeId sets field value

func (*ModelCloudComplianceScanResult) SetNodeName ¶

func (o *ModelCloudComplianceScanResult) SetNodeName(v string)

SetNodeName sets field value

func (*ModelCloudComplianceScanResult) SetNodeType ¶

func (o *ModelCloudComplianceScanResult) SetNodeType(v string)

SetNodeType sets field value

func (*ModelCloudComplianceScanResult) SetScanId ¶

func (o *ModelCloudComplianceScanResult) SetScanId(v string)

SetScanId sets field value

func (*ModelCloudComplianceScanResult) SetStatusCounts ¶

func (o *ModelCloudComplianceScanResult) SetStatusCounts(v map[string]int32)

SetStatusCounts sets field value

func (*ModelCloudComplianceScanResult) SetUpdatedAt ¶

func (o *ModelCloudComplianceScanResult) SetUpdatedAt(v int64)

SetUpdatedAt sets field value

func (ModelCloudComplianceScanResult) ToMap ¶

func (o ModelCloudComplianceScanResult) ToMap() (map[string]interface{}, error)

func (*ModelCloudComplianceScanResult) UnmarshalJSON ¶

func (o *ModelCloudComplianceScanResult) UnmarshalJSON(bytes []byte) (err error)

type ModelCloudNodeAccountInfo ¶

type ModelCloudNodeAccountInfo struct {
	Active               *bool            `json:"active,omitempty"`
	CloudProvider        *string          `json:"cloud_provider,omitempty"`
	CompliancePercentage *float32         `json:"compliance_percentage,omitempty"`
	LastScanId           *string          `json:"last_scan_id,omitempty"`
	LastScanStatus       *string          `json:"last_scan_status,omitempty"`
	NodeId               *string          `json:"node_id,omitempty"`
	NodeName             *string          `json:"node_name,omitempty"`
	ScanStatusMap        map[string]int32 `json:"scan_status_map,omitempty"`
	Version              *string          `json:"version,omitempty"`
}

ModelCloudNodeAccountInfo struct for ModelCloudNodeAccountInfo

func NewModelCloudNodeAccountInfo ¶

func NewModelCloudNodeAccountInfo() *ModelCloudNodeAccountInfo

NewModelCloudNodeAccountInfo instantiates a new ModelCloudNodeAccountInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelCloudNodeAccountInfoWithDefaults ¶

func NewModelCloudNodeAccountInfoWithDefaults() *ModelCloudNodeAccountInfo

NewModelCloudNodeAccountInfoWithDefaults instantiates a new ModelCloudNodeAccountInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelCloudNodeAccountInfo) GetActive ¶

func (o *ModelCloudNodeAccountInfo) GetActive() bool

GetActive returns the Active field value if set, zero value otherwise.

func (*ModelCloudNodeAccountInfo) GetActiveOk ¶

func (o *ModelCloudNodeAccountInfo) GetActiveOk() (*bool, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeAccountInfo) GetCloudProvider ¶

func (o *ModelCloudNodeAccountInfo) GetCloudProvider() string

GetCloudProvider returns the CloudProvider field value if set, zero value otherwise.

func (*ModelCloudNodeAccountInfo) GetCloudProviderOk ¶

func (o *ModelCloudNodeAccountInfo) GetCloudProviderOk() (*string, bool)

GetCloudProviderOk returns a tuple with the CloudProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeAccountInfo) GetCompliancePercentage ¶

func (o *ModelCloudNodeAccountInfo) GetCompliancePercentage() float32

GetCompliancePercentage returns the CompliancePercentage field value if set, zero value otherwise.

func (*ModelCloudNodeAccountInfo) GetCompliancePercentageOk ¶

func (o *ModelCloudNodeAccountInfo) GetCompliancePercentageOk() (*float32, bool)

GetCompliancePercentageOk returns a tuple with the CompliancePercentage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeAccountInfo) GetLastScanId ¶

func (o *ModelCloudNodeAccountInfo) GetLastScanId() string

GetLastScanId returns the LastScanId field value if set, zero value otherwise.

func (*ModelCloudNodeAccountInfo) GetLastScanIdOk ¶

func (o *ModelCloudNodeAccountInfo) GetLastScanIdOk() (*string, bool)

GetLastScanIdOk returns a tuple with the LastScanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeAccountInfo) GetLastScanStatus ¶

func (o *ModelCloudNodeAccountInfo) GetLastScanStatus() string

GetLastScanStatus returns the LastScanStatus field value if set, zero value otherwise.

func (*ModelCloudNodeAccountInfo) GetLastScanStatusOk ¶

func (o *ModelCloudNodeAccountInfo) GetLastScanStatusOk() (*string, bool)

GetLastScanStatusOk returns a tuple with the LastScanStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeAccountInfo) GetNodeId ¶

func (o *ModelCloudNodeAccountInfo) GetNodeId() string

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*ModelCloudNodeAccountInfo) GetNodeIdOk ¶

func (o *ModelCloudNodeAccountInfo) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeAccountInfo) GetNodeName ¶

func (o *ModelCloudNodeAccountInfo) GetNodeName() string

GetNodeName returns the NodeName field value if set, zero value otherwise.

func (*ModelCloudNodeAccountInfo) GetNodeNameOk ¶

func (o *ModelCloudNodeAccountInfo) GetNodeNameOk() (*string, bool)

GetNodeNameOk returns a tuple with the NodeName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeAccountInfo) GetScanStatusMap ¶

func (o *ModelCloudNodeAccountInfo) GetScanStatusMap() map[string]int32

GetScanStatusMap returns the ScanStatusMap field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelCloudNodeAccountInfo) GetScanStatusMapOk ¶

func (o *ModelCloudNodeAccountInfo) GetScanStatusMapOk() (*map[string]int32, bool)

GetScanStatusMapOk returns a tuple with the ScanStatusMap field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelCloudNodeAccountInfo) GetVersion ¶

func (o *ModelCloudNodeAccountInfo) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*ModelCloudNodeAccountInfo) GetVersionOk ¶

func (o *ModelCloudNodeAccountInfo) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeAccountInfo) HasActive ¶

func (o *ModelCloudNodeAccountInfo) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*ModelCloudNodeAccountInfo) HasCloudProvider ¶

func (o *ModelCloudNodeAccountInfo) HasCloudProvider() bool

HasCloudProvider returns a boolean if a field has been set.

func (*ModelCloudNodeAccountInfo) HasCompliancePercentage ¶

func (o *ModelCloudNodeAccountInfo) HasCompliancePercentage() bool

HasCompliancePercentage returns a boolean if a field has been set.

func (*ModelCloudNodeAccountInfo) HasLastScanId ¶

func (o *ModelCloudNodeAccountInfo) HasLastScanId() bool

HasLastScanId returns a boolean if a field has been set.

func (*ModelCloudNodeAccountInfo) HasLastScanStatus ¶

func (o *ModelCloudNodeAccountInfo) HasLastScanStatus() bool

HasLastScanStatus returns a boolean if a field has been set.

func (*ModelCloudNodeAccountInfo) HasNodeId ¶

func (o *ModelCloudNodeAccountInfo) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*ModelCloudNodeAccountInfo) HasNodeName ¶

func (o *ModelCloudNodeAccountInfo) HasNodeName() bool

HasNodeName returns a boolean if a field has been set.

func (*ModelCloudNodeAccountInfo) HasScanStatusMap ¶

func (o *ModelCloudNodeAccountInfo) HasScanStatusMap() bool

HasScanStatusMap returns a boolean if a field has been set.

func (*ModelCloudNodeAccountInfo) HasVersion ¶

func (o *ModelCloudNodeAccountInfo) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (ModelCloudNodeAccountInfo) MarshalJSON ¶

func (o ModelCloudNodeAccountInfo) MarshalJSON() ([]byte, error)

func (*ModelCloudNodeAccountInfo) SetActive ¶

func (o *ModelCloudNodeAccountInfo) SetActive(v bool)

SetActive gets a reference to the given bool and assigns it to the Active field.

func (*ModelCloudNodeAccountInfo) SetCloudProvider ¶

func (o *ModelCloudNodeAccountInfo) SetCloudProvider(v string)

SetCloudProvider gets a reference to the given string and assigns it to the CloudProvider field.

func (*ModelCloudNodeAccountInfo) SetCompliancePercentage ¶

func (o *ModelCloudNodeAccountInfo) SetCompliancePercentage(v float32)

SetCompliancePercentage gets a reference to the given float32 and assigns it to the CompliancePercentage field.

func (*ModelCloudNodeAccountInfo) SetLastScanId ¶

func (o *ModelCloudNodeAccountInfo) SetLastScanId(v string)

SetLastScanId gets a reference to the given string and assigns it to the LastScanId field.

func (*ModelCloudNodeAccountInfo) SetLastScanStatus ¶

func (o *ModelCloudNodeAccountInfo) SetLastScanStatus(v string)

SetLastScanStatus gets a reference to the given string and assigns it to the LastScanStatus field.

func (*ModelCloudNodeAccountInfo) SetNodeId ¶

func (o *ModelCloudNodeAccountInfo) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*ModelCloudNodeAccountInfo) SetNodeName ¶

func (o *ModelCloudNodeAccountInfo) SetNodeName(v string)

SetNodeName gets a reference to the given string and assigns it to the NodeName field.

func (*ModelCloudNodeAccountInfo) SetScanStatusMap ¶

func (o *ModelCloudNodeAccountInfo) SetScanStatusMap(v map[string]int32)

SetScanStatusMap gets a reference to the given map[string]int32 and assigns it to the ScanStatusMap field.

func (*ModelCloudNodeAccountInfo) SetVersion ¶

func (o *ModelCloudNodeAccountInfo) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (ModelCloudNodeAccountInfo) ToMap ¶

func (o ModelCloudNodeAccountInfo) ToMap() (map[string]interface{}, error)

type ModelCloudNodeAccountRegisterReq ¶

type ModelCloudNodeAccountRegisterReq struct {
	CloudAccount        string            `json:"cloud_account"`
	CloudProvider       string            `json:"cloud_provider"`
	MonitoredAccountIds map[string]string `json:"monitored_account_ids,omitempty"`
	NodeId              string            `json:"node_id"`
	OrgAccId            *string           `json:"org_acc_id,omitempty"`
	Version             *string           `json:"version,omitempty"`
}

ModelCloudNodeAccountRegisterReq struct for ModelCloudNodeAccountRegisterReq

func NewModelCloudNodeAccountRegisterReq ¶

func NewModelCloudNodeAccountRegisterReq(cloudAccount string, cloudProvider string, nodeId string) *ModelCloudNodeAccountRegisterReq

NewModelCloudNodeAccountRegisterReq instantiates a new ModelCloudNodeAccountRegisterReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelCloudNodeAccountRegisterReqWithDefaults ¶

func NewModelCloudNodeAccountRegisterReqWithDefaults() *ModelCloudNodeAccountRegisterReq

NewModelCloudNodeAccountRegisterReqWithDefaults instantiates a new ModelCloudNodeAccountRegisterReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelCloudNodeAccountRegisterReq) GetCloudAccount ¶

func (o *ModelCloudNodeAccountRegisterReq) GetCloudAccount() string

GetCloudAccount returns the CloudAccount field value

func (*ModelCloudNodeAccountRegisterReq) GetCloudAccountOk ¶

func (o *ModelCloudNodeAccountRegisterReq) GetCloudAccountOk() (*string, bool)

GetCloudAccountOk returns a tuple with the CloudAccount field value and a boolean to check if the value has been set.

func (*ModelCloudNodeAccountRegisterReq) GetCloudProvider ¶

func (o *ModelCloudNodeAccountRegisterReq) GetCloudProvider() string

GetCloudProvider returns the CloudProvider field value

func (*ModelCloudNodeAccountRegisterReq) GetCloudProviderOk ¶

func (o *ModelCloudNodeAccountRegisterReq) GetCloudProviderOk() (*string, bool)

GetCloudProviderOk returns a tuple with the CloudProvider field value and a boolean to check if the value has been set.

func (*ModelCloudNodeAccountRegisterReq) GetMonitoredAccountIds ¶

func (o *ModelCloudNodeAccountRegisterReq) GetMonitoredAccountIds() map[string]string

GetMonitoredAccountIds returns the MonitoredAccountIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelCloudNodeAccountRegisterReq) GetMonitoredAccountIdsOk ¶

func (o *ModelCloudNodeAccountRegisterReq) GetMonitoredAccountIdsOk() (*map[string]string, bool)

GetMonitoredAccountIdsOk returns a tuple with the MonitoredAccountIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelCloudNodeAccountRegisterReq) GetNodeId ¶

GetNodeId returns the NodeId field value

func (*ModelCloudNodeAccountRegisterReq) GetNodeIdOk ¶

func (o *ModelCloudNodeAccountRegisterReq) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelCloudNodeAccountRegisterReq) GetOrgAccId ¶

func (o *ModelCloudNodeAccountRegisterReq) GetOrgAccId() string

GetOrgAccId returns the OrgAccId field value if set, zero value otherwise.

func (*ModelCloudNodeAccountRegisterReq) GetOrgAccIdOk ¶

func (o *ModelCloudNodeAccountRegisterReq) GetOrgAccIdOk() (*string, bool)

GetOrgAccIdOk returns a tuple with the OrgAccId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeAccountRegisterReq) GetVersion ¶

func (o *ModelCloudNodeAccountRegisterReq) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*ModelCloudNodeAccountRegisterReq) GetVersionOk ¶

func (o *ModelCloudNodeAccountRegisterReq) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeAccountRegisterReq) HasMonitoredAccountIds ¶

func (o *ModelCloudNodeAccountRegisterReq) HasMonitoredAccountIds() bool

HasMonitoredAccountIds returns a boolean if a field has been set.

func (*ModelCloudNodeAccountRegisterReq) HasOrgAccId ¶

func (o *ModelCloudNodeAccountRegisterReq) HasOrgAccId() bool

HasOrgAccId returns a boolean if a field has been set.

func (*ModelCloudNodeAccountRegisterReq) HasVersion ¶

func (o *ModelCloudNodeAccountRegisterReq) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (ModelCloudNodeAccountRegisterReq) MarshalJSON ¶

func (o ModelCloudNodeAccountRegisterReq) MarshalJSON() ([]byte, error)

func (*ModelCloudNodeAccountRegisterReq) SetCloudAccount ¶

func (o *ModelCloudNodeAccountRegisterReq) SetCloudAccount(v string)

SetCloudAccount sets field value

func (*ModelCloudNodeAccountRegisterReq) SetCloudProvider ¶

func (o *ModelCloudNodeAccountRegisterReq) SetCloudProvider(v string)

SetCloudProvider sets field value

func (*ModelCloudNodeAccountRegisterReq) SetMonitoredAccountIds ¶

func (o *ModelCloudNodeAccountRegisterReq) SetMonitoredAccountIds(v map[string]string)

SetMonitoredAccountIds gets a reference to the given map[string]string and assigns it to the MonitoredAccountIds field.

func (*ModelCloudNodeAccountRegisterReq) SetNodeId ¶

func (o *ModelCloudNodeAccountRegisterReq) SetNodeId(v string)

SetNodeId sets field value

func (*ModelCloudNodeAccountRegisterReq) SetOrgAccId ¶

func (o *ModelCloudNodeAccountRegisterReq) SetOrgAccId(v string)

SetOrgAccId gets a reference to the given string and assigns it to the OrgAccId field.

func (*ModelCloudNodeAccountRegisterReq) SetVersion ¶

func (o *ModelCloudNodeAccountRegisterReq) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (ModelCloudNodeAccountRegisterReq) ToMap ¶

func (o ModelCloudNodeAccountRegisterReq) ToMap() (map[string]interface{}, error)

func (*ModelCloudNodeAccountRegisterReq) UnmarshalJSON ¶

func (o *ModelCloudNodeAccountRegisterReq) UnmarshalJSON(bytes []byte) (err error)

type ModelCloudNodeAccountRegisterResp ¶

type ModelCloudNodeAccountRegisterResp struct {
	Data *ModelCloudNodeAccountRegisterRespData `json:"data,omitempty"`
}

ModelCloudNodeAccountRegisterResp struct for ModelCloudNodeAccountRegisterResp

func NewModelCloudNodeAccountRegisterResp ¶

func NewModelCloudNodeAccountRegisterResp() *ModelCloudNodeAccountRegisterResp

NewModelCloudNodeAccountRegisterResp instantiates a new ModelCloudNodeAccountRegisterResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelCloudNodeAccountRegisterRespWithDefaults ¶

func NewModelCloudNodeAccountRegisterRespWithDefaults() *ModelCloudNodeAccountRegisterResp

NewModelCloudNodeAccountRegisterRespWithDefaults instantiates a new ModelCloudNodeAccountRegisterResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelCloudNodeAccountRegisterResp) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ModelCloudNodeAccountRegisterResp) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeAccountRegisterResp) HasData ¶

HasData returns a boolean if a field has been set.

func (ModelCloudNodeAccountRegisterResp) MarshalJSON ¶

func (o ModelCloudNodeAccountRegisterResp) MarshalJSON() ([]byte, error)

func (*ModelCloudNodeAccountRegisterResp) SetData ¶

SetData gets a reference to the given ModelCloudNodeAccountRegisterRespData and assigns it to the Data field.

func (ModelCloudNodeAccountRegisterResp) ToMap ¶

func (o ModelCloudNodeAccountRegisterResp) ToMap() (map[string]interface{}, error)

type ModelCloudNodeAccountRegisterRespData ¶

type ModelCloudNodeAccountRegisterRespData struct {
	CloudtrailTrails []ModelCloudNodeCloudtrailTrail            `json:"cloudtrail_trails,omitempty"`
	LogAction        *ControlsAction                            `json:"log_action,omitempty"`
	Refresh          *string                                    `json:"refresh,omitempty"`
	Scans            map[string]ModelCloudComplianceScanDetails `json:"scans,omitempty"`
}

ModelCloudNodeAccountRegisterRespData struct for ModelCloudNodeAccountRegisterRespData

func NewModelCloudNodeAccountRegisterRespData ¶

func NewModelCloudNodeAccountRegisterRespData() *ModelCloudNodeAccountRegisterRespData

NewModelCloudNodeAccountRegisterRespData instantiates a new ModelCloudNodeAccountRegisterRespData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelCloudNodeAccountRegisterRespDataWithDefaults ¶

func NewModelCloudNodeAccountRegisterRespDataWithDefaults() *ModelCloudNodeAccountRegisterRespData

NewModelCloudNodeAccountRegisterRespDataWithDefaults instantiates a new ModelCloudNodeAccountRegisterRespData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelCloudNodeAccountRegisterRespData) GetCloudtrailTrails ¶

GetCloudtrailTrails returns the CloudtrailTrails field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelCloudNodeAccountRegisterRespData) GetCloudtrailTrailsOk ¶

GetCloudtrailTrailsOk returns a tuple with the CloudtrailTrails field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelCloudNodeAccountRegisterRespData) GetLogAction ¶

GetLogAction returns the LogAction field value if set, zero value otherwise.

func (*ModelCloudNodeAccountRegisterRespData) GetLogActionOk ¶

GetLogActionOk returns a tuple with the LogAction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeAccountRegisterRespData) GetRefresh ¶

GetRefresh returns the Refresh field value if set, zero value otherwise.

func (*ModelCloudNodeAccountRegisterRespData) GetRefreshOk ¶

func (o *ModelCloudNodeAccountRegisterRespData) GetRefreshOk() (*string, bool)

GetRefreshOk returns a tuple with the Refresh field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeAccountRegisterRespData) GetScans ¶

GetScans returns the Scans field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelCloudNodeAccountRegisterRespData) GetScansOk ¶

GetScansOk returns a tuple with the Scans field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelCloudNodeAccountRegisterRespData) HasCloudtrailTrails ¶

func (o *ModelCloudNodeAccountRegisterRespData) HasCloudtrailTrails() bool

HasCloudtrailTrails returns a boolean if a field has been set.

func (*ModelCloudNodeAccountRegisterRespData) HasLogAction ¶

func (o *ModelCloudNodeAccountRegisterRespData) HasLogAction() bool

HasLogAction returns a boolean if a field has been set.

func (*ModelCloudNodeAccountRegisterRespData) HasRefresh ¶

HasRefresh returns a boolean if a field has been set.

func (*ModelCloudNodeAccountRegisterRespData) HasScans ¶

HasScans returns a boolean if a field has been set.

func (ModelCloudNodeAccountRegisterRespData) MarshalJSON ¶

func (o ModelCloudNodeAccountRegisterRespData) MarshalJSON() ([]byte, error)

func (*ModelCloudNodeAccountRegisterRespData) SetCloudtrailTrails ¶

SetCloudtrailTrails gets a reference to the given []ModelCloudNodeCloudtrailTrail and assigns it to the CloudtrailTrails field.

func (*ModelCloudNodeAccountRegisterRespData) SetLogAction ¶

SetLogAction gets a reference to the given ControlsAction and assigns it to the LogAction field.

func (*ModelCloudNodeAccountRegisterRespData) SetRefresh ¶

SetRefresh gets a reference to the given string and assigns it to the Refresh field.

func (*ModelCloudNodeAccountRegisterRespData) SetScans ¶

SetScans gets a reference to the given map[string]ModelCloudComplianceScanDetails and assigns it to the Scans field.

func (ModelCloudNodeAccountRegisterRespData) ToMap ¶

func (o ModelCloudNodeAccountRegisterRespData) ToMap() (map[string]interface{}, error)

type ModelCloudNodeAccountsListReq ¶

type ModelCloudNodeAccountsListReq struct {
	CloudProvider *string          `json:"cloud_provider,omitempty"`
	Window        ModelFetchWindow `json:"window"`
}

ModelCloudNodeAccountsListReq struct for ModelCloudNodeAccountsListReq

func NewModelCloudNodeAccountsListReq ¶

func NewModelCloudNodeAccountsListReq(window ModelFetchWindow) *ModelCloudNodeAccountsListReq

NewModelCloudNodeAccountsListReq instantiates a new ModelCloudNodeAccountsListReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelCloudNodeAccountsListReqWithDefaults ¶

func NewModelCloudNodeAccountsListReqWithDefaults() *ModelCloudNodeAccountsListReq

NewModelCloudNodeAccountsListReqWithDefaults instantiates a new ModelCloudNodeAccountsListReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelCloudNodeAccountsListReq) GetCloudProvider ¶

func (o *ModelCloudNodeAccountsListReq) GetCloudProvider() string

GetCloudProvider returns the CloudProvider field value if set, zero value otherwise.

func (*ModelCloudNodeAccountsListReq) GetCloudProviderOk ¶

func (o *ModelCloudNodeAccountsListReq) GetCloudProviderOk() (*string, bool)

GetCloudProviderOk returns a tuple with the CloudProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeAccountsListReq) GetWindow ¶

GetWindow returns the Window field value

func (*ModelCloudNodeAccountsListReq) GetWindowOk ¶

GetWindowOk returns a tuple with the Window field value and a boolean to check if the value has been set.

func (*ModelCloudNodeAccountsListReq) HasCloudProvider ¶

func (o *ModelCloudNodeAccountsListReq) HasCloudProvider() bool

HasCloudProvider returns a boolean if a field has been set.

func (ModelCloudNodeAccountsListReq) MarshalJSON ¶

func (o ModelCloudNodeAccountsListReq) MarshalJSON() ([]byte, error)

func (*ModelCloudNodeAccountsListReq) SetCloudProvider ¶

func (o *ModelCloudNodeAccountsListReq) SetCloudProvider(v string)

SetCloudProvider gets a reference to the given string and assigns it to the CloudProvider field.

func (*ModelCloudNodeAccountsListReq) SetWindow ¶

SetWindow sets field value

func (ModelCloudNodeAccountsListReq) ToMap ¶

func (o ModelCloudNodeAccountsListReq) ToMap() (map[string]interface{}, error)

func (*ModelCloudNodeAccountsListReq) UnmarshalJSON ¶

func (o *ModelCloudNodeAccountsListReq) UnmarshalJSON(bytes []byte) (err error)

type ModelCloudNodeAccountsListResp ¶

type ModelCloudNodeAccountsListResp struct {
	CloudNodeAccountsInfo []ModelCloudNodeAccountInfo `json:"cloud_node_accounts_info"`
	Total                 int32                       `json:"total"`
}

ModelCloudNodeAccountsListResp struct for ModelCloudNodeAccountsListResp

func NewModelCloudNodeAccountsListResp ¶

func NewModelCloudNodeAccountsListResp(cloudNodeAccountsInfo []ModelCloudNodeAccountInfo, total int32) *ModelCloudNodeAccountsListResp

NewModelCloudNodeAccountsListResp instantiates a new ModelCloudNodeAccountsListResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelCloudNodeAccountsListRespWithDefaults ¶

func NewModelCloudNodeAccountsListRespWithDefaults() *ModelCloudNodeAccountsListResp

NewModelCloudNodeAccountsListRespWithDefaults instantiates a new ModelCloudNodeAccountsListResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelCloudNodeAccountsListResp) GetCloudNodeAccountsInfo ¶

func (o *ModelCloudNodeAccountsListResp) GetCloudNodeAccountsInfo() []ModelCloudNodeAccountInfo

GetCloudNodeAccountsInfo returns the CloudNodeAccountsInfo field value If the value is explicit nil, the zero value for []ModelCloudNodeAccountInfo will be returned

func (*ModelCloudNodeAccountsListResp) GetCloudNodeAccountsInfoOk ¶

func (o *ModelCloudNodeAccountsListResp) GetCloudNodeAccountsInfoOk() ([]ModelCloudNodeAccountInfo, bool)

GetCloudNodeAccountsInfoOk returns a tuple with the CloudNodeAccountsInfo field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelCloudNodeAccountsListResp) GetTotal ¶

func (o *ModelCloudNodeAccountsListResp) GetTotal() int32

GetTotal returns the Total field value

func (*ModelCloudNodeAccountsListResp) GetTotalOk ¶

func (o *ModelCloudNodeAccountsListResp) GetTotalOk() (*int32, bool)

GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.

func (ModelCloudNodeAccountsListResp) MarshalJSON ¶

func (o ModelCloudNodeAccountsListResp) MarshalJSON() ([]byte, error)

func (*ModelCloudNodeAccountsListResp) SetCloudNodeAccountsInfo ¶

func (o *ModelCloudNodeAccountsListResp) SetCloudNodeAccountsInfo(v []ModelCloudNodeAccountInfo)

SetCloudNodeAccountsInfo sets field value

func (*ModelCloudNodeAccountsListResp) SetTotal ¶

func (o *ModelCloudNodeAccountsListResp) SetTotal(v int32)

SetTotal sets field value

func (ModelCloudNodeAccountsListResp) ToMap ¶

func (o ModelCloudNodeAccountsListResp) ToMap() (map[string]interface{}, error)

func (*ModelCloudNodeAccountsListResp) UnmarshalJSON ¶

func (o *ModelCloudNodeAccountsListResp) UnmarshalJSON(bytes []byte) (err error)

type ModelCloudNodeCloudtrailTrail ¶

type ModelCloudNodeCloudtrailTrail struct {
	AccountId *string `json:"account_id,omitempty"`
	TrailName *string `json:"trail_name,omitempty"`
}

ModelCloudNodeCloudtrailTrail struct for ModelCloudNodeCloudtrailTrail

func NewModelCloudNodeCloudtrailTrail ¶

func NewModelCloudNodeCloudtrailTrail() *ModelCloudNodeCloudtrailTrail

NewModelCloudNodeCloudtrailTrail instantiates a new ModelCloudNodeCloudtrailTrail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelCloudNodeCloudtrailTrailWithDefaults ¶

func NewModelCloudNodeCloudtrailTrailWithDefaults() *ModelCloudNodeCloudtrailTrail

NewModelCloudNodeCloudtrailTrailWithDefaults instantiates a new ModelCloudNodeCloudtrailTrail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelCloudNodeCloudtrailTrail) GetAccountId ¶

func (o *ModelCloudNodeCloudtrailTrail) GetAccountId() string

GetAccountId returns the AccountId field value if set, zero value otherwise.

func (*ModelCloudNodeCloudtrailTrail) GetAccountIdOk ¶

func (o *ModelCloudNodeCloudtrailTrail) GetAccountIdOk() (*string, bool)

GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeCloudtrailTrail) GetTrailName ¶

func (o *ModelCloudNodeCloudtrailTrail) GetTrailName() string

GetTrailName returns the TrailName field value if set, zero value otherwise.

func (*ModelCloudNodeCloudtrailTrail) GetTrailNameOk ¶

func (o *ModelCloudNodeCloudtrailTrail) GetTrailNameOk() (*string, bool)

GetTrailNameOk returns a tuple with the TrailName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeCloudtrailTrail) HasAccountId ¶

func (o *ModelCloudNodeCloudtrailTrail) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

func (*ModelCloudNodeCloudtrailTrail) HasTrailName ¶

func (o *ModelCloudNodeCloudtrailTrail) HasTrailName() bool

HasTrailName returns a boolean if a field has been set.

func (ModelCloudNodeCloudtrailTrail) MarshalJSON ¶

func (o ModelCloudNodeCloudtrailTrail) MarshalJSON() ([]byte, error)

func (*ModelCloudNodeCloudtrailTrail) SetAccountId ¶

func (o *ModelCloudNodeCloudtrailTrail) SetAccountId(v string)

SetAccountId gets a reference to the given string and assigns it to the AccountId field.

func (*ModelCloudNodeCloudtrailTrail) SetTrailName ¶

func (o *ModelCloudNodeCloudtrailTrail) SetTrailName(v string)

SetTrailName gets a reference to the given string and assigns it to the TrailName field.

func (ModelCloudNodeCloudtrailTrail) ToMap ¶

func (o ModelCloudNodeCloudtrailTrail) ToMap() (map[string]interface{}, error)

type ModelCloudNodeComplianceControl ¶

type ModelCloudNodeComplianceControl struct {
	CategoryHierarchy []string `json:"category_hierarchy,omitempty"`
	ControlId         *string  `json:"control_id,omitempty"`
	Description       *string  `json:"description,omitempty"`
	Enabled           *bool    `json:"enabled,omitempty"`
	Service           *string  `json:"service,omitempty"`
	Title             *string  `json:"title,omitempty"`
}

ModelCloudNodeComplianceControl struct for ModelCloudNodeComplianceControl

func NewModelCloudNodeComplianceControl ¶

func NewModelCloudNodeComplianceControl() *ModelCloudNodeComplianceControl

NewModelCloudNodeComplianceControl instantiates a new ModelCloudNodeComplianceControl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelCloudNodeComplianceControlWithDefaults ¶

func NewModelCloudNodeComplianceControlWithDefaults() *ModelCloudNodeComplianceControl

NewModelCloudNodeComplianceControlWithDefaults instantiates a new ModelCloudNodeComplianceControl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelCloudNodeComplianceControl) GetCategoryHierarchy ¶

func (o *ModelCloudNodeComplianceControl) GetCategoryHierarchy() []string

GetCategoryHierarchy returns the CategoryHierarchy field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelCloudNodeComplianceControl) GetCategoryHierarchyOk ¶

func (o *ModelCloudNodeComplianceControl) GetCategoryHierarchyOk() ([]string, bool)

GetCategoryHierarchyOk returns a tuple with the CategoryHierarchy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelCloudNodeComplianceControl) GetControlId ¶

func (o *ModelCloudNodeComplianceControl) GetControlId() string

GetControlId returns the ControlId field value if set, zero value otherwise.

func (*ModelCloudNodeComplianceControl) GetControlIdOk ¶

func (o *ModelCloudNodeComplianceControl) GetControlIdOk() (*string, bool)

GetControlIdOk returns a tuple with the ControlId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeComplianceControl) GetDescription ¶

func (o *ModelCloudNodeComplianceControl) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ModelCloudNodeComplianceControl) GetDescriptionOk ¶

func (o *ModelCloudNodeComplianceControl) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeComplianceControl) GetEnabled ¶

func (o *ModelCloudNodeComplianceControl) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*ModelCloudNodeComplianceControl) GetEnabledOk ¶

func (o *ModelCloudNodeComplianceControl) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeComplianceControl) GetService ¶

func (o *ModelCloudNodeComplianceControl) GetService() string

GetService returns the Service field value if set, zero value otherwise.

func (*ModelCloudNodeComplianceControl) GetServiceOk ¶

func (o *ModelCloudNodeComplianceControl) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeComplianceControl) GetTitle ¶

GetTitle returns the Title field value if set, zero value otherwise.

func (*ModelCloudNodeComplianceControl) GetTitleOk ¶

func (o *ModelCloudNodeComplianceControl) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeComplianceControl) HasCategoryHierarchy ¶

func (o *ModelCloudNodeComplianceControl) HasCategoryHierarchy() bool

HasCategoryHierarchy returns a boolean if a field has been set.

func (*ModelCloudNodeComplianceControl) HasControlId ¶

func (o *ModelCloudNodeComplianceControl) HasControlId() bool

HasControlId returns a boolean if a field has been set.

func (*ModelCloudNodeComplianceControl) HasDescription ¶

func (o *ModelCloudNodeComplianceControl) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ModelCloudNodeComplianceControl) HasEnabled ¶

func (o *ModelCloudNodeComplianceControl) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ModelCloudNodeComplianceControl) HasService ¶

func (o *ModelCloudNodeComplianceControl) HasService() bool

HasService returns a boolean if a field has been set.

func (*ModelCloudNodeComplianceControl) HasTitle ¶

func (o *ModelCloudNodeComplianceControl) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (ModelCloudNodeComplianceControl) MarshalJSON ¶

func (o ModelCloudNodeComplianceControl) MarshalJSON() ([]byte, error)

func (*ModelCloudNodeComplianceControl) SetCategoryHierarchy ¶

func (o *ModelCloudNodeComplianceControl) SetCategoryHierarchy(v []string)

SetCategoryHierarchy gets a reference to the given []string and assigns it to the CategoryHierarchy field.

func (*ModelCloudNodeComplianceControl) SetControlId ¶

func (o *ModelCloudNodeComplianceControl) SetControlId(v string)

SetControlId gets a reference to the given string and assigns it to the ControlId field.

func (*ModelCloudNodeComplianceControl) SetDescription ¶

func (o *ModelCloudNodeComplianceControl) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ModelCloudNodeComplianceControl) SetEnabled ¶

func (o *ModelCloudNodeComplianceControl) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*ModelCloudNodeComplianceControl) SetService ¶

func (o *ModelCloudNodeComplianceControl) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

func (*ModelCloudNodeComplianceControl) SetTitle ¶

func (o *ModelCloudNodeComplianceControl) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (ModelCloudNodeComplianceControl) ToMap ¶

func (o ModelCloudNodeComplianceControl) ToMap() (map[string]interface{}, error)

type ModelCloudNodeControlReq ¶

type ModelCloudNodeControlReq struct {
	CloudProvider  string  `json:"cloud_provider"`
	ComplianceType string  `json:"compliance_type"`
	NodeId         *string `json:"node_id,omitempty"`
}

ModelCloudNodeControlReq struct for ModelCloudNodeControlReq

func NewModelCloudNodeControlReq ¶

func NewModelCloudNodeControlReq(cloudProvider string, complianceType string) *ModelCloudNodeControlReq

NewModelCloudNodeControlReq instantiates a new ModelCloudNodeControlReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelCloudNodeControlReqWithDefaults ¶

func NewModelCloudNodeControlReqWithDefaults() *ModelCloudNodeControlReq

NewModelCloudNodeControlReqWithDefaults instantiates a new ModelCloudNodeControlReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelCloudNodeControlReq) GetCloudProvider ¶

func (o *ModelCloudNodeControlReq) GetCloudProvider() string

GetCloudProvider returns the CloudProvider field value

func (*ModelCloudNodeControlReq) GetCloudProviderOk ¶

func (o *ModelCloudNodeControlReq) GetCloudProviderOk() (*string, bool)

GetCloudProviderOk returns a tuple with the CloudProvider field value and a boolean to check if the value has been set.

func (*ModelCloudNodeControlReq) GetComplianceType ¶

func (o *ModelCloudNodeControlReq) GetComplianceType() string

GetComplianceType returns the ComplianceType field value

func (*ModelCloudNodeControlReq) GetComplianceTypeOk ¶

func (o *ModelCloudNodeControlReq) GetComplianceTypeOk() (*string, bool)

GetComplianceTypeOk returns a tuple with the ComplianceType field value and a boolean to check if the value has been set.

func (*ModelCloudNodeControlReq) GetNodeId ¶

func (o *ModelCloudNodeControlReq) GetNodeId() string

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*ModelCloudNodeControlReq) GetNodeIdOk ¶

func (o *ModelCloudNodeControlReq) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeControlReq) HasNodeId ¶

func (o *ModelCloudNodeControlReq) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (ModelCloudNodeControlReq) MarshalJSON ¶

func (o ModelCloudNodeControlReq) MarshalJSON() ([]byte, error)

func (*ModelCloudNodeControlReq) SetCloudProvider ¶

func (o *ModelCloudNodeControlReq) SetCloudProvider(v string)

SetCloudProvider sets field value

func (*ModelCloudNodeControlReq) SetComplianceType ¶

func (o *ModelCloudNodeControlReq) SetComplianceType(v string)

SetComplianceType sets field value

func (*ModelCloudNodeControlReq) SetNodeId ¶

func (o *ModelCloudNodeControlReq) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (ModelCloudNodeControlReq) ToMap ¶

func (o ModelCloudNodeControlReq) ToMap() (map[string]interface{}, error)

func (*ModelCloudNodeControlReq) UnmarshalJSON ¶

func (o *ModelCloudNodeControlReq) UnmarshalJSON(bytes []byte) (err error)

type ModelCloudNodeControlResp ¶

type ModelCloudNodeControlResp struct {
	Controls []ModelCloudNodeComplianceControl `json:"controls,omitempty"`
}

ModelCloudNodeControlResp struct for ModelCloudNodeControlResp

func NewModelCloudNodeControlResp ¶

func NewModelCloudNodeControlResp() *ModelCloudNodeControlResp

NewModelCloudNodeControlResp instantiates a new ModelCloudNodeControlResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelCloudNodeControlRespWithDefaults ¶

func NewModelCloudNodeControlRespWithDefaults() *ModelCloudNodeControlResp

NewModelCloudNodeControlRespWithDefaults instantiates a new ModelCloudNodeControlResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelCloudNodeControlResp) GetControls ¶

GetControls returns the Controls field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelCloudNodeControlResp) GetControlsOk ¶

GetControlsOk returns a tuple with the Controls field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelCloudNodeControlResp) HasControls ¶

func (o *ModelCloudNodeControlResp) HasControls() bool

HasControls returns a boolean if a field has been set.

func (ModelCloudNodeControlResp) MarshalJSON ¶

func (o ModelCloudNodeControlResp) MarshalJSON() ([]byte, error)

func (*ModelCloudNodeControlResp) SetControls ¶

SetControls gets a reference to the given []ModelCloudNodeComplianceControl and assigns it to the Controls field.

func (ModelCloudNodeControlResp) ToMap ¶

func (o ModelCloudNodeControlResp) ToMap() (map[string]interface{}, error)

type ModelCloudNodeEnableDisableReq ¶

type ModelCloudNodeEnableDisableReq struct {
	ControlIds []string `json:"control_ids,omitempty"`
	NodeId     *string  `json:"node_id,omitempty"`
}

ModelCloudNodeEnableDisableReq struct for ModelCloudNodeEnableDisableReq

func NewModelCloudNodeEnableDisableReq ¶

func NewModelCloudNodeEnableDisableReq() *ModelCloudNodeEnableDisableReq

NewModelCloudNodeEnableDisableReq instantiates a new ModelCloudNodeEnableDisableReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelCloudNodeEnableDisableReqWithDefaults ¶

func NewModelCloudNodeEnableDisableReqWithDefaults() *ModelCloudNodeEnableDisableReq

NewModelCloudNodeEnableDisableReqWithDefaults instantiates a new ModelCloudNodeEnableDisableReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelCloudNodeEnableDisableReq) GetControlIds ¶

func (o *ModelCloudNodeEnableDisableReq) GetControlIds() []string

GetControlIds returns the ControlIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelCloudNodeEnableDisableReq) GetControlIdsOk ¶

func (o *ModelCloudNodeEnableDisableReq) GetControlIdsOk() ([]string, bool)

GetControlIdsOk returns a tuple with the ControlIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelCloudNodeEnableDisableReq) GetNodeId ¶

func (o *ModelCloudNodeEnableDisableReq) GetNodeId() string

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*ModelCloudNodeEnableDisableReq) GetNodeIdOk ¶

func (o *ModelCloudNodeEnableDisableReq) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelCloudNodeEnableDisableReq) HasControlIds ¶

func (o *ModelCloudNodeEnableDisableReq) HasControlIds() bool

HasControlIds returns a boolean if a field has been set.

func (*ModelCloudNodeEnableDisableReq) HasNodeId ¶

func (o *ModelCloudNodeEnableDisableReq) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (ModelCloudNodeEnableDisableReq) MarshalJSON ¶

func (o ModelCloudNodeEnableDisableReq) MarshalJSON() ([]byte, error)

func (*ModelCloudNodeEnableDisableReq) SetControlIds ¶

func (o *ModelCloudNodeEnableDisableReq) SetControlIds(v []string)

SetControlIds gets a reference to the given []string and assigns it to the ControlIds field.

func (*ModelCloudNodeEnableDisableReq) SetNodeId ¶

func (o *ModelCloudNodeEnableDisableReq) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (ModelCloudNodeEnableDisableReq) ToMap ¶

func (o ModelCloudNodeEnableDisableReq) ToMap() (map[string]interface{}, error)

type ModelCloudNodeProvidersListResp ¶

type ModelCloudNodeProvidersListResp struct {
	Providers []ModelPostureProvider `json:"providers"`
}

ModelCloudNodeProvidersListResp struct for ModelCloudNodeProvidersListResp

func NewModelCloudNodeProvidersListResp ¶

func NewModelCloudNodeProvidersListResp(providers []ModelPostureProvider) *ModelCloudNodeProvidersListResp

NewModelCloudNodeProvidersListResp instantiates a new ModelCloudNodeProvidersListResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelCloudNodeProvidersListRespWithDefaults ¶

func NewModelCloudNodeProvidersListRespWithDefaults() *ModelCloudNodeProvidersListResp

NewModelCloudNodeProvidersListRespWithDefaults instantiates a new ModelCloudNodeProvidersListResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelCloudNodeProvidersListResp) GetProviders ¶

GetProviders returns the Providers field value If the value is explicit nil, the zero value for []ModelPostureProvider will be returned

func (*ModelCloudNodeProvidersListResp) GetProvidersOk ¶

GetProvidersOk returns a tuple with the Providers field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelCloudNodeProvidersListResp) MarshalJSON ¶

func (o ModelCloudNodeProvidersListResp) MarshalJSON() ([]byte, error)

func (*ModelCloudNodeProvidersListResp) SetProviders ¶

SetProviders sets field value

func (ModelCloudNodeProvidersListResp) ToMap ¶

func (o ModelCloudNodeProvidersListResp) ToMap() (map[string]interface{}, error)

func (*ModelCloudNodeProvidersListResp) UnmarshalJSON ¶

func (o *ModelCloudNodeProvidersListResp) UnmarshalJSON(bytes []byte) (err error)

type ModelCloudResource ¶

type ModelCloudResource struct {
	AccountId                   string `json:"account_id"`
	CloudComplianceLatestScanId string `json:"cloud_compliance_latest_scan_id"`
	CloudComplianceScanStatus   string `json:"cloud_compliance_scan_status"`
	CloudCompliancesCount       int32  `json:"cloud_compliances_count"`
	CloudProvider               string `json:"cloud_provider"`
	CloudRegion                 string `json:"cloud_region"`
	NodeId                      string `json:"node_id"`
	NodeName                    string `json:"node_name"`
	NodeType                    string `json:"node_type"`
	TypeLabel                   string `json:"type_label"`
}

ModelCloudResource struct for ModelCloudResource

func NewModelCloudResource ¶

func NewModelCloudResource(accountId string, cloudComplianceLatestScanId string, cloudComplianceScanStatus string, cloudCompliancesCount int32, cloudProvider string, cloudRegion string, nodeId string, nodeName string, nodeType string, typeLabel string) *ModelCloudResource

NewModelCloudResource instantiates a new ModelCloudResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelCloudResourceWithDefaults ¶

func NewModelCloudResourceWithDefaults() *ModelCloudResource

NewModelCloudResourceWithDefaults instantiates a new ModelCloudResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelCloudResource) GetAccountId ¶

func (o *ModelCloudResource) GetAccountId() string

GetAccountId returns the AccountId field value

func (*ModelCloudResource) GetAccountIdOk ¶

func (o *ModelCloudResource) GetAccountIdOk() (*string, bool)

GetAccountIdOk returns a tuple with the AccountId field value and a boolean to check if the value has been set.

func (*ModelCloudResource) GetCloudComplianceLatestScanId ¶

func (o *ModelCloudResource) GetCloudComplianceLatestScanId() string

GetCloudComplianceLatestScanId returns the CloudComplianceLatestScanId field value

func (*ModelCloudResource) GetCloudComplianceLatestScanIdOk ¶

func (o *ModelCloudResource) GetCloudComplianceLatestScanIdOk() (*string, bool)

GetCloudComplianceLatestScanIdOk returns a tuple with the CloudComplianceLatestScanId field value and a boolean to check if the value has been set.

func (*ModelCloudResource) GetCloudComplianceScanStatus ¶

func (o *ModelCloudResource) GetCloudComplianceScanStatus() string

GetCloudComplianceScanStatus returns the CloudComplianceScanStatus field value

func (*ModelCloudResource) GetCloudComplianceScanStatusOk ¶

func (o *ModelCloudResource) GetCloudComplianceScanStatusOk() (*string, bool)

GetCloudComplianceScanStatusOk returns a tuple with the CloudComplianceScanStatus field value and a boolean to check if the value has been set.

func (*ModelCloudResource) GetCloudCompliancesCount ¶

func (o *ModelCloudResource) GetCloudCompliancesCount() int32

GetCloudCompliancesCount returns the CloudCompliancesCount field value

func (*ModelCloudResource) GetCloudCompliancesCountOk ¶

func (o *ModelCloudResource) GetCloudCompliancesCountOk() (*int32, bool)

GetCloudCompliancesCountOk returns a tuple with the CloudCompliancesCount field value and a boolean to check if the value has been set.

func (*ModelCloudResource) GetCloudProvider ¶

func (o *ModelCloudResource) GetCloudProvider() string

GetCloudProvider returns the CloudProvider field value

func (*ModelCloudResource) GetCloudProviderOk ¶

func (o *ModelCloudResource) GetCloudProviderOk() (*string, bool)

GetCloudProviderOk returns a tuple with the CloudProvider field value and a boolean to check if the value has been set.

func (*ModelCloudResource) GetCloudRegion ¶

func (o *ModelCloudResource) GetCloudRegion() string

GetCloudRegion returns the CloudRegion field value

func (*ModelCloudResource) GetCloudRegionOk ¶

func (o *ModelCloudResource) GetCloudRegionOk() (*string, bool)

GetCloudRegionOk returns a tuple with the CloudRegion field value and a boolean to check if the value has been set.

func (*ModelCloudResource) GetNodeId ¶

func (o *ModelCloudResource) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelCloudResource) GetNodeIdOk ¶

func (o *ModelCloudResource) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelCloudResource) GetNodeName ¶

func (o *ModelCloudResource) GetNodeName() string

GetNodeName returns the NodeName field value

func (*ModelCloudResource) GetNodeNameOk ¶

func (o *ModelCloudResource) GetNodeNameOk() (*string, bool)

GetNodeNameOk returns a tuple with the NodeName field value and a boolean to check if the value has been set.

func (*ModelCloudResource) GetNodeType ¶

func (o *ModelCloudResource) GetNodeType() string

GetNodeType returns the NodeType field value

func (*ModelCloudResource) GetNodeTypeOk ¶

func (o *ModelCloudResource) GetNodeTypeOk() (*string, bool)

GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.

func (*ModelCloudResource) GetTypeLabel ¶

func (o *ModelCloudResource) GetTypeLabel() string

GetTypeLabel returns the TypeLabel field value

func (*ModelCloudResource) GetTypeLabelOk ¶

func (o *ModelCloudResource) GetTypeLabelOk() (*string, bool)

GetTypeLabelOk returns a tuple with the TypeLabel field value and a boolean to check if the value has been set.

func (ModelCloudResource) MarshalJSON ¶

func (o ModelCloudResource) MarshalJSON() ([]byte, error)

func (*ModelCloudResource) SetAccountId ¶

func (o *ModelCloudResource) SetAccountId(v string)

SetAccountId sets field value

func (*ModelCloudResource) SetCloudComplianceLatestScanId ¶

func (o *ModelCloudResource) SetCloudComplianceLatestScanId(v string)

SetCloudComplianceLatestScanId sets field value

func (*ModelCloudResource) SetCloudComplianceScanStatus ¶

func (o *ModelCloudResource) SetCloudComplianceScanStatus(v string)

SetCloudComplianceScanStatus sets field value

func (*ModelCloudResource) SetCloudCompliancesCount ¶

func (o *ModelCloudResource) SetCloudCompliancesCount(v int32)

SetCloudCompliancesCount sets field value

func (*ModelCloudResource) SetCloudProvider ¶

func (o *ModelCloudResource) SetCloudProvider(v string)

SetCloudProvider sets field value

func (*ModelCloudResource) SetCloudRegion ¶

func (o *ModelCloudResource) SetCloudRegion(v string)

SetCloudRegion sets field value

func (*ModelCloudResource) SetNodeId ¶

func (o *ModelCloudResource) SetNodeId(v string)

SetNodeId sets field value

func (*ModelCloudResource) SetNodeName ¶

func (o *ModelCloudResource) SetNodeName(v string)

SetNodeName sets field value

func (*ModelCloudResource) SetNodeType ¶

func (o *ModelCloudResource) SetNodeType(v string)

SetNodeType sets field value

func (*ModelCloudResource) SetTypeLabel ¶

func (o *ModelCloudResource) SetTypeLabel(v string)

SetTypeLabel sets field value

func (ModelCloudResource) ToMap ¶

func (o ModelCloudResource) ToMap() (map[string]interface{}, error)

func (*ModelCloudResource) UnmarshalJSON ¶

func (o *ModelCloudResource) UnmarshalJSON(bytes []byte) (err error)

type ModelCompliance ¶

type ModelCompliance struct {
	ComplianceCheckType string           `json:"compliance_check_type"`
	Description         string           `json:"description"`
	Masked              bool             `json:"masked"`
	NodeId              string           `json:"node_id"`
	NodeType            string           `json:"node_type"`
	RemediationAnsible  string           `json:"remediation_ansible"`
	RemediationPuppet   string           `json:"remediation_puppet"`
	RemediationScript   string           `json:"remediation_script"`
	Resource            string           `json:"resource"`
	Resources           []ModelBasicNode `json:"resources,omitempty"`
	RuleId              string           `json:"rule_id"`
	Status              string           `json:"status"`
	TestCategory        string           `json:"test_category"`
	TestDesc            string           `json:"test_desc"`
	TestNumber          string           `json:"test_number"`
	TestRationale       string           `json:"test_rationale"`
	TestSeverity        string           `json:"test_severity"`
	UpdatedAt           int32            `json:"updated_at"`
}

ModelCompliance struct for ModelCompliance

func NewModelCompliance ¶

func NewModelCompliance(complianceCheckType string, description string, masked bool, nodeId string, nodeType string, remediationAnsible string, remediationPuppet string, remediationScript string, resource string, ruleId string, status string, testCategory string, testDesc string, testNumber string, testRationale string, testSeverity string, updatedAt int32) *ModelCompliance

NewModelCompliance instantiates a new ModelCompliance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelComplianceWithDefaults ¶

func NewModelComplianceWithDefaults() *ModelCompliance

NewModelComplianceWithDefaults instantiates a new ModelCompliance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelCompliance) GetComplianceCheckType ¶

func (o *ModelCompliance) GetComplianceCheckType() string

GetComplianceCheckType returns the ComplianceCheckType field value

func (*ModelCompliance) GetComplianceCheckTypeOk ¶

func (o *ModelCompliance) GetComplianceCheckTypeOk() (*string, bool)

GetComplianceCheckTypeOk returns a tuple with the ComplianceCheckType field value and a boolean to check if the value has been set.

func (*ModelCompliance) GetDescription ¶

func (o *ModelCompliance) GetDescription() string

GetDescription returns the Description field value

func (*ModelCompliance) GetDescriptionOk ¶

func (o *ModelCompliance) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*ModelCompliance) GetMasked ¶

func (o *ModelCompliance) GetMasked() bool

GetMasked returns the Masked field value

func (*ModelCompliance) GetMaskedOk ¶

func (o *ModelCompliance) GetMaskedOk() (*bool, bool)

GetMaskedOk returns a tuple with the Masked field value and a boolean to check if the value has been set.

func (*ModelCompliance) GetNodeId ¶

func (o *ModelCompliance) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelCompliance) GetNodeIdOk ¶

func (o *ModelCompliance) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelCompliance) GetNodeType ¶

func (o *ModelCompliance) GetNodeType() string

GetNodeType returns the NodeType field value

func (*ModelCompliance) GetNodeTypeOk ¶

func (o *ModelCompliance) GetNodeTypeOk() (*string, bool)

GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.

func (*ModelCompliance) GetRemediationAnsible ¶

func (o *ModelCompliance) GetRemediationAnsible() string

GetRemediationAnsible returns the RemediationAnsible field value

func (*ModelCompliance) GetRemediationAnsibleOk ¶

func (o *ModelCompliance) GetRemediationAnsibleOk() (*string, bool)

GetRemediationAnsibleOk returns a tuple with the RemediationAnsible field value and a boolean to check if the value has been set.

func (*ModelCompliance) GetRemediationPuppet ¶

func (o *ModelCompliance) GetRemediationPuppet() string

GetRemediationPuppet returns the RemediationPuppet field value

func (*ModelCompliance) GetRemediationPuppetOk ¶

func (o *ModelCompliance) GetRemediationPuppetOk() (*string, bool)

GetRemediationPuppetOk returns a tuple with the RemediationPuppet field value and a boolean to check if the value has been set.

func (*ModelCompliance) GetRemediationScript ¶

func (o *ModelCompliance) GetRemediationScript() string

GetRemediationScript returns the RemediationScript field value

func (*ModelCompliance) GetRemediationScriptOk ¶

func (o *ModelCompliance) GetRemediationScriptOk() (*string, bool)

GetRemediationScriptOk returns a tuple with the RemediationScript field value and a boolean to check if the value has been set.

func (*ModelCompliance) GetResource ¶

func (o *ModelCompliance) GetResource() string

GetResource returns the Resource field value

func (*ModelCompliance) GetResourceOk ¶

func (o *ModelCompliance) GetResourceOk() (*string, bool)

GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.

func (*ModelCompliance) GetResources ¶

func (o *ModelCompliance) GetResources() []ModelBasicNode

GetResources returns the Resources field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelCompliance) GetResourcesOk ¶

func (o *ModelCompliance) GetResourcesOk() ([]ModelBasicNode, bool)

GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelCompliance) GetRuleId ¶

func (o *ModelCompliance) GetRuleId() string

GetRuleId returns the RuleId field value

func (*ModelCompliance) GetRuleIdOk ¶

func (o *ModelCompliance) GetRuleIdOk() (*string, bool)

GetRuleIdOk returns a tuple with the RuleId field value and a boolean to check if the value has been set.

func (*ModelCompliance) GetStatus ¶

func (o *ModelCompliance) GetStatus() string

GetStatus returns the Status field value

func (*ModelCompliance) GetStatusOk ¶

func (o *ModelCompliance) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ModelCompliance) GetTestCategory ¶

func (o *ModelCompliance) GetTestCategory() string

GetTestCategory returns the TestCategory field value

func (*ModelCompliance) GetTestCategoryOk ¶

func (o *ModelCompliance) GetTestCategoryOk() (*string, bool)

GetTestCategoryOk returns a tuple with the TestCategory field value and a boolean to check if the value has been set.

func (*ModelCompliance) GetTestDesc ¶

func (o *ModelCompliance) GetTestDesc() string

GetTestDesc returns the TestDesc field value

func (*ModelCompliance) GetTestDescOk ¶

func (o *ModelCompliance) GetTestDescOk() (*string, bool)

GetTestDescOk returns a tuple with the TestDesc field value and a boolean to check if the value has been set.

func (*ModelCompliance) GetTestNumber ¶

func (o *ModelCompliance) GetTestNumber() string

GetTestNumber returns the TestNumber field value

func (*ModelCompliance) GetTestNumberOk ¶

func (o *ModelCompliance) GetTestNumberOk() (*string, bool)

GetTestNumberOk returns a tuple with the TestNumber field value and a boolean to check if the value has been set.

func (*ModelCompliance) GetTestRationale ¶

func (o *ModelCompliance) GetTestRationale() string

GetTestRationale returns the TestRationale field value

func (*ModelCompliance) GetTestRationaleOk ¶

func (o *ModelCompliance) GetTestRationaleOk() (*string, bool)

GetTestRationaleOk returns a tuple with the TestRationale field value and a boolean to check if the value has been set.

func (*ModelCompliance) GetTestSeverity ¶

func (o *ModelCompliance) GetTestSeverity() string

GetTestSeverity returns the TestSeverity field value

func (*ModelCompliance) GetTestSeverityOk ¶

func (o *ModelCompliance) GetTestSeverityOk() (*string, bool)

GetTestSeverityOk returns a tuple with the TestSeverity field value and a boolean to check if the value has been set.

func (*ModelCompliance) GetUpdatedAt ¶

func (o *ModelCompliance) GetUpdatedAt() int32

GetUpdatedAt returns the UpdatedAt field value

func (*ModelCompliance) GetUpdatedAtOk ¶

func (o *ModelCompliance) GetUpdatedAtOk() (*int32, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*ModelCompliance) HasResources ¶

func (o *ModelCompliance) HasResources() bool

HasResources returns a boolean if a field has been set.

func (ModelCompliance) MarshalJSON ¶

func (o ModelCompliance) MarshalJSON() ([]byte, error)

func (*ModelCompliance) SetComplianceCheckType ¶

func (o *ModelCompliance) SetComplianceCheckType(v string)

SetComplianceCheckType sets field value

func (*ModelCompliance) SetDescription ¶

func (o *ModelCompliance) SetDescription(v string)

SetDescription sets field value

func (*ModelCompliance) SetMasked ¶

func (o *ModelCompliance) SetMasked(v bool)

SetMasked sets field value

func (*ModelCompliance) SetNodeId ¶

func (o *ModelCompliance) SetNodeId(v string)

SetNodeId sets field value

func (*ModelCompliance) SetNodeType ¶

func (o *ModelCompliance) SetNodeType(v string)

SetNodeType sets field value

func (*ModelCompliance) SetRemediationAnsible ¶

func (o *ModelCompliance) SetRemediationAnsible(v string)

SetRemediationAnsible sets field value

func (*ModelCompliance) SetRemediationPuppet ¶

func (o *ModelCompliance) SetRemediationPuppet(v string)

SetRemediationPuppet sets field value

func (*ModelCompliance) SetRemediationScript ¶

func (o *ModelCompliance) SetRemediationScript(v string)

SetRemediationScript sets field value

func (*ModelCompliance) SetResource ¶

func (o *ModelCompliance) SetResource(v string)

SetResource sets field value

func (*ModelCompliance) SetResources ¶

func (o *ModelCompliance) SetResources(v []ModelBasicNode)

SetResources gets a reference to the given []ModelBasicNode and assigns it to the Resources field.

func (*ModelCompliance) SetRuleId ¶

func (o *ModelCompliance) SetRuleId(v string)

SetRuleId sets field value

func (*ModelCompliance) SetStatus ¶

func (o *ModelCompliance) SetStatus(v string)

SetStatus sets field value

func (*ModelCompliance) SetTestCategory ¶

func (o *ModelCompliance) SetTestCategory(v string)

SetTestCategory sets field value

func (*ModelCompliance) SetTestDesc ¶

func (o *ModelCompliance) SetTestDesc(v string)

SetTestDesc sets field value

func (*ModelCompliance) SetTestNumber ¶

func (o *ModelCompliance) SetTestNumber(v string)

SetTestNumber sets field value

func (*ModelCompliance) SetTestRationale ¶

func (o *ModelCompliance) SetTestRationale(v string)

SetTestRationale sets field value

func (*ModelCompliance) SetTestSeverity ¶

func (o *ModelCompliance) SetTestSeverity(v string)

SetTestSeverity sets field value

func (*ModelCompliance) SetUpdatedAt ¶

func (o *ModelCompliance) SetUpdatedAt(v int32)

SetUpdatedAt sets field value

func (ModelCompliance) ToMap ¶

func (o ModelCompliance) ToMap() (map[string]interface{}, error)

func (*ModelCompliance) UnmarshalJSON ¶

func (o *ModelCompliance) UnmarshalJSON(bytes []byte) (err error)

type ModelComplianceRule ¶

type ModelComplianceRule struct {
	Description   string `json:"description"`
	Masked        bool   `json:"masked"`
	TestCategory  string `json:"test_category"`
	TestDesc      string `json:"test_desc"`
	TestNumber    string `json:"test_number"`
	TestRationale string `json:"test_rationale"`
	TestSeverity  string `json:"test_severity"`
	UpdatedAt     int32  `json:"updated_at"`
}

ModelComplianceRule struct for ModelComplianceRule

func NewModelComplianceRule ¶

func NewModelComplianceRule(description string, masked bool, testCategory string, testDesc string, testNumber string, testRationale string, testSeverity string, updatedAt int32) *ModelComplianceRule

NewModelComplianceRule instantiates a new ModelComplianceRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelComplianceRuleWithDefaults ¶

func NewModelComplianceRuleWithDefaults() *ModelComplianceRule

NewModelComplianceRuleWithDefaults instantiates a new ModelComplianceRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelComplianceRule) GetDescription ¶

func (o *ModelComplianceRule) GetDescription() string

GetDescription returns the Description field value

func (*ModelComplianceRule) GetDescriptionOk ¶

func (o *ModelComplianceRule) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*ModelComplianceRule) GetMasked ¶

func (o *ModelComplianceRule) GetMasked() bool

GetMasked returns the Masked field value

func (*ModelComplianceRule) GetMaskedOk ¶

func (o *ModelComplianceRule) GetMaskedOk() (*bool, bool)

GetMaskedOk returns a tuple with the Masked field value and a boolean to check if the value has been set.

func (*ModelComplianceRule) GetTestCategory ¶

func (o *ModelComplianceRule) GetTestCategory() string

GetTestCategory returns the TestCategory field value

func (*ModelComplianceRule) GetTestCategoryOk ¶

func (o *ModelComplianceRule) GetTestCategoryOk() (*string, bool)

GetTestCategoryOk returns a tuple with the TestCategory field value and a boolean to check if the value has been set.

func (*ModelComplianceRule) GetTestDesc ¶

func (o *ModelComplianceRule) GetTestDesc() string

GetTestDesc returns the TestDesc field value

func (*ModelComplianceRule) GetTestDescOk ¶

func (o *ModelComplianceRule) GetTestDescOk() (*string, bool)

GetTestDescOk returns a tuple with the TestDesc field value and a boolean to check if the value has been set.

func (*ModelComplianceRule) GetTestNumber ¶

func (o *ModelComplianceRule) GetTestNumber() string

GetTestNumber returns the TestNumber field value

func (*ModelComplianceRule) GetTestNumberOk ¶

func (o *ModelComplianceRule) GetTestNumberOk() (*string, bool)

GetTestNumberOk returns a tuple with the TestNumber field value and a boolean to check if the value has been set.

func (*ModelComplianceRule) GetTestRationale ¶

func (o *ModelComplianceRule) GetTestRationale() string

GetTestRationale returns the TestRationale field value

func (*ModelComplianceRule) GetTestRationaleOk ¶

func (o *ModelComplianceRule) GetTestRationaleOk() (*string, bool)

GetTestRationaleOk returns a tuple with the TestRationale field value and a boolean to check if the value has been set.

func (*ModelComplianceRule) GetTestSeverity ¶

func (o *ModelComplianceRule) GetTestSeverity() string

GetTestSeverity returns the TestSeverity field value

func (*ModelComplianceRule) GetTestSeverityOk ¶

func (o *ModelComplianceRule) GetTestSeverityOk() (*string, bool)

GetTestSeverityOk returns a tuple with the TestSeverity field value and a boolean to check if the value has been set.

func (*ModelComplianceRule) GetUpdatedAt ¶

func (o *ModelComplianceRule) GetUpdatedAt() int32

GetUpdatedAt returns the UpdatedAt field value

func (*ModelComplianceRule) GetUpdatedAtOk ¶

func (o *ModelComplianceRule) GetUpdatedAtOk() (*int32, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (ModelComplianceRule) MarshalJSON ¶

func (o ModelComplianceRule) MarshalJSON() ([]byte, error)

func (*ModelComplianceRule) SetDescription ¶

func (o *ModelComplianceRule) SetDescription(v string)

SetDescription sets field value

func (*ModelComplianceRule) SetMasked ¶

func (o *ModelComplianceRule) SetMasked(v bool)

SetMasked sets field value

func (*ModelComplianceRule) SetTestCategory ¶

func (o *ModelComplianceRule) SetTestCategory(v string)

SetTestCategory sets field value

func (*ModelComplianceRule) SetTestDesc ¶

func (o *ModelComplianceRule) SetTestDesc(v string)

SetTestDesc sets field value

func (*ModelComplianceRule) SetTestNumber ¶

func (o *ModelComplianceRule) SetTestNumber(v string)

SetTestNumber sets field value

func (*ModelComplianceRule) SetTestRationale ¶

func (o *ModelComplianceRule) SetTestRationale(v string)

SetTestRationale sets field value

func (*ModelComplianceRule) SetTestSeverity ¶

func (o *ModelComplianceRule) SetTestSeverity(v string)

SetTestSeverity sets field value

func (*ModelComplianceRule) SetUpdatedAt ¶

func (o *ModelComplianceRule) SetUpdatedAt(v int32)

SetUpdatedAt sets field value

func (ModelComplianceRule) ToMap ¶

func (o ModelComplianceRule) ToMap() (map[string]interface{}, error)

func (*ModelComplianceRule) UnmarshalJSON ¶

func (o *ModelComplianceRule) UnmarshalJSON(bytes []byte) (err error)

type ModelComplianceScanInfo ¶

type ModelComplianceScanInfo struct {
	BenchmarkTypes []string         `json:"benchmark_types"`
	CreatedAt      int64            `json:"created_at"`
	NodeId         string           `json:"node_id"`
	NodeName       string           `json:"node_name"`
	NodeType       string           `json:"node_type"`
	ScanId         string           `json:"scan_id"`
	SeverityCounts map[string]int32 `json:"severity_counts"`
	Status         string           `json:"status"`
	StatusMessage  string           `json:"status_message"`
	UpdatedAt      int64            `json:"updated_at"`
}

ModelComplianceScanInfo struct for ModelComplianceScanInfo

func NewModelComplianceScanInfo ¶

func NewModelComplianceScanInfo(benchmarkTypes []string, createdAt int64, nodeId string, nodeName string, nodeType string, scanId string, severityCounts map[string]int32, status string, statusMessage string, updatedAt int64) *ModelComplianceScanInfo

NewModelComplianceScanInfo instantiates a new ModelComplianceScanInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelComplianceScanInfoWithDefaults ¶

func NewModelComplianceScanInfoWithDefaults() *ModelComplianceScanInfo

NewModelComplianceScanInfoWithDefaults instantiates a new ModelComplianceScanInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelComplianceScanInfo) GetBenchmarkTypes ¶

func (o *ModelComplianceScanInfo) GetBenchmarkTypes() []string

GetBenchmarkTypes returns the BenchmarkTypes field value If the value is explicit nil, the zero value for []string will be returned

func (*ModelComplianceScanInfo) GetBenchmarkTypesOk ¶

func (o *ModelComplianceScanInfo) GetBenchmarkTypesOk() ([]string, bool)

GetBenchmarkTypesOk returns a tuple with the BenchmarkTypes field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelComplianceScanInfo) GetCreatedAt ¶

func (o *ModelComplianceScanInfo) GetCreatedAt() int64

GetCreatedAt returns the CreatedAt field value

func (*ModelComplianceScanInfo) GetCreatedAtOk ¶

func (o *ModelComplianceScanInfo) GetCreatedAtOk() (*int64, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ModelComplianceScanInfo) GetNodeId ¶

func (o *ModelComplianceScanInfo) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelComplianceScanInfo) GetNodeIdOk ¶

func (o *ModelComplianceScanInfo) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelComplianceScanInfo) GetNodeName ¶

func (o *ModelComplianceScanInfo) GetNodeName() string

GetNodeName returns the NodeName field value

func (*ModelComplianceScanInfo) GetNodeNameOk ¶

func (o *ModelComplianceScanInfo) GetNodeNameOk() (*string, bool)

GetNodeNameOk returns a tuple with the NodeName field value and a boolean to check if the value has been set.

func (*ModelComplianceScanInfo) GetNodeType ¶

func (o *ModelComplianceScanInfo) GetNodeType() string

GetNodeType returns the NodeType field value

func (*ModelComplianceScanInfo) GetNodeTypeOk ¶

func (o *ModelComplianceScanInfo) GetNodeTypeOk() (*string, bool)

GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.

func (*ModelComplianceScanInfo) GetScanId ¶

func (o *ModelComplianceScanInfo) GetScanId() string

GetScanId returns the ScanId field value

func (*ModelComplianceScanInfo) GetScanIdOk ¶

func (o *ModelComplianceScanInfo) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value and a boolean to check if the value has been set.

func (*ModelComplianceScanInfo) GetSeverityCounts ¶

func (o *ModelComplianceScanInfo) GetSeverityCounts() map[string]int32

GetSeverityCounts returns the SeverityCounts field value If the value is explicit nil, the zero value for map[string]int32 will be returned

func (*ModelComplianceScanInfo) GetSeverityCountsOk ¶

func (o *ModelComplianceScanInfo) GetSeverityCountsOk() (*map[string]int32, bool)

GetSeverityCountsOk returns a tuple with the SeverityCounts field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelComplianceScanInfo) GetStatus ¶

func (o *ModelComplianceScanInfo) GetStatus() string

GetStatus returns the Status field value

func (*ModelComplianceScanInfo) GetStatusMessage ¶

func (o *ModelComplianceScanInfo) GetStatusMessage() string

GetStatusMessage returns the StatusMessage field value

func (*ModelComplianceScanInfo) GetStatusMessageOk ¶

func (o *ModelComplianceScanInfo) GetStatusMessageOk() (*string, bool)

GetStatusMessageOk returns a tuple with the StatusMessage field value and a boolean to check if the value has been set.

func (*ModelComplianceScanInfo) GetStatusOk ¶

func (o *ModelComplianceScanInfo) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ModelComplianceScanInfo) GetUpdatedAt ¶

func (o *ModelComplianceScanInfo) GetUpdatedAt() int64

GetUpdatedAt returns the UpdatedAt field value

func (*ModelComplianceScanInfo) GetUpdatedAtOk ¶

func (o *ModelComplianceScanInfo) GetUpdatedAtOk() (*int64, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (ModelComplianceScanInfo) MarshalJSON ¶

func (o ModelComplianceScanInfo) MarshalJSON() ([]byte, error)

func (*ModelComplianceScanInfo) SetBenchmarkTypes ¶

func (o *ModelComplianceScanInfo) SetBenchmarkTypes(v []string)

SetBenchmarkTypes sets field value

func (*ModelComplianceScanInfo) SetCreatedAt ¶

func (o *ModelComplianceScanInfo) SetCreatedAt(v int64)

SetCreatedAt sets field value

func (*ModelComplianceScanInfo) SetNodeId ¶

func (o *ModelComplianceScanInfo) SetNodeId(v string)

SetNodeId sets field value

func (*ModelComplianceScanInfo) SetNodeName ¶

func (o *ModelComplianceScanInfo) SetNodeName(v string)

SetNodeName sets field value

func (*ModelComplianceScanInfo) SetNodeType ¶

func (o *ModelComplianceScanInfo) SetNodeType(v string)

SetNodeType sets field value

func (*ModelComplianceScanInfo) SetScanId ¶

func (o *ModelComplianceScanInfo) SetScanId(v string)

SetScanId sets field value

func (*ModelComplianceScanInfo) SetSeverityCounts ¶

func (o *ModelComplianceScanInfo) SetSeverityCounts(v map[string]int32)

SetSeverityCounts sets field value

func (*ModelComplianceScanInfo) SetStatus ¶

func (o *ModelComplianceScanInfo) SetStatus(v string)

SetStatus sets field value

func (*ModelComplianceScanInfo) SetStatusMessage ¶

func (o *ModelComplianceScanInfo) SetStatusMessage(v string)

SetStatusMessage sets field value

func (*ModelComplianceScanInfo) SetUpdatedAt ¶

func (o *ModelComplianceScanInfo) SetUpdatedAt(v int64)

SetUpdatedAt sets field value

func (ModelComplianceScanInfo) ToMap ¶

func (o ModelComplianceScanInfo) ToMap() (map[string]interface{}, error)

func (*ModelComplianceScanInfo) UnmarshalJSON ¶

func (o *ModelComplianceScanInfo) UnmarshalJSON(bytes []byte) (err error)

type ModelComplianceScanResult ¶

type ModelComplianceScanResult struct {
	BenchmarkType         []string          `json:"benchmark_type"`
	CloudAccountId        string            `json:"cloud_account_id"`
	CompliancePercentage  float32           `json:"compliance_percentage"`
	Compliances           []ModelCompliance `json:"compliances"`
	CreatedAt             int64             `json:"created_at"`
	DockerContainerName   string            `json:"docker_container_name"`
	DockerImageName       string            `json:"docker_image_name"`
	HostName              string            `json:"host_name"`
	KubernetesClusterName string            `json:"kubernetes_cluster_name"`
	NodeId                string            `json:"node_id"`
	NodeName              string            `json:"node_name"`
	NodeType              string            `json:"node_type"`
	ScanId                string            `json:"scan_id"`
	StatusCounts          map[string]int32  `json:"status_counts"`
	UpdatedAt             int64             `json:"updated_at"`
}

ModelComplianceScanResult struct for ModelComplianceScanResult

func NewModelComplianceScanResult ¶

func NewModelComplianceScanResult(benchmarkType []string, cloudAccountId string, compliancePercentage float32, compliances []ModelCompliance, createdAt int64, dockerContainerName string, dockerImageName string, hostName string, kubernetesClusterName string, nodeId string, nodeName string, nodeType string, scanId string, statusCounts map[string]int32, updatedAt int64) *ModelComplianceScanResult

NewModelComplianceScanResult instantiates a new ModelComplianceScanResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelComplianceScanResultWithDefaults ¶

func NewModelComplianceScanResultWithDefaults() *ModelComplianceScanResult

NewModelComplianceScanResultWithDefaults instantiates a new ModelComplianceScanResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelComplianceScanResult) GetBenchmarkType ¶

func (o *ModelComplianceScanResult) GetBenchmarkType() []string

GetBenchmarkType returns the BenchmarkType field value If the value is explicit nil, the zero value for []string will be returned

func (*ModelComplianceScanResult) GetBenchmarkTypeOk ¶

func (o *ModelComplianceScanResult) GetBenchmarkTypeOk() ([]string, bool)

GetBenchmarkTypeOk returns a tuple with the BenchmarkType field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelComplianceScanResult) GetCloudAccountId ¶

func (o *ModelComplianceScanResult) GetCloudAccountId() string

GetCloudAccountId returns the CloudAccountId field value

func (*ModelComplianceScanResult) GetCloudAccountIdOk ¶

func (o *ModelComplianceScanResult) GetCloudAccountIdOk() (*string, bool)

GetCloudAccountIdOk returns a tuple with the CloudAccountId field value and a boolean to check if the value has been set.

func (*ModelComplianceScanResult) GetCompliancePercentage ¶

func (o *ModelComplianceScanResult) GetCompliancePercentage() float32

GetCompliancePercentage returns the CompliancePercentage field value

func (*ModelComplianceScanResult) GetCompliancePercentageOk ¶

func (o *ModelComplianceScanResult) GetCompliancePercentageOk() (*float32, bool)

GetCompliancePercentageOk returns a tuple with the CompliancePercentage field value and a boolean to check if the value has been set.

func (*ModelComplianceScanResult) GetCompliances ¶

func (o *ModelComplianceScanResult) GetCompliances() []ModelCompliance

GetCompliances returns the Compliances field value If the value is explicit nil, the zero value for []ModelCompliance will be returned

func (*ModelComplianceScanResult) GetCompliancesOk ¶

func (o *ModelComplianceScanResult) GetCompliancesOk() ([]ModelCompliance, bool)

GetCompliancesOk returns a tuple with the Compliances field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelComplianceScanResult) GetCreatedAt ¶

func (o *ModelComplianceScanResult) GetCreatedAt() int64

GetCreatedAt returns the CreatedAt field value

func (*ModelComplianceScanResult) GetCreatedAtOk ¶

func (o *ModelComplianceScanResult) GetCreatedAtOk() (*int64, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ModelComplianceScanResult) GetDockerContainerName ¶

func (o *ModelComplianceScanResult) GetDockerContainerName() string

GetDockerContainerName returns the DockerContainerName field value

func (*ModelComplianceScanResult) GetDockerContainerNameOk ¶

func (o *ModelComplianceScanResult) GetDockerContainerNameOk() (*string, bool)

GetDockerContainerNameOk returns a tuple with the DockerContainerName field value and a boolean to check if the value has been set.

func (*ModelComplianceScanResult) GetDockerImageName ¶

func (o *ModelComplianceScanResult) GetDockerImageName() string

GetDockerImageName returns the DockerImageName field value

func (*ModelComplianceScanResult) GetDockerImageNameOk ¶

func (o *ModelComplianceScanResult) GetDockerImageNameOk() (*string, bool)

GetDockerImageNameOk returns a tuple with the DockerImageName field value and a boolean to check if the value has been set.

func (*ModelComplianceScanResult) GetHostName ¶

func (o *ModelComplianceScanResult) GetHostName() string

GetHostName returns the HostName field value

func (*ModelComplianceScanResult) GetHostNameOk ¶

func (o *ModelComplianceScanResult) GetHostNameOk() (*string, bool)

GetHostNameOk returns a tuple with the HostName field value and a boolean to check if the value has been set.

func (*ModelComplianceScanResult) GetKubernetesClusterName ¶

func (o *ModelComplianceScanResult) GetKubernetesClusterName() string

GetKubernetesClusterName returns the KubernetesClusterName field value

func (*ModelComplianceScanResult) GetKubernetesClusterNameOk ¶

func (o *ModelComplianceScanResult) GetKubernetesClusterNameOk() (*string, bool)

GetKubernetesClusterNameOk returns a tuple with the KubernetesClusterName field value and a boolean to check if the value has been set.

func (*ModelComplianceScanResult) GetNodeId ¶

func (o *ModelComplianceScanResult) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelComplianceScanResult) GetNodeIdOk ¶

func (o *ModelComplianceScanResult) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelComplianceScanResult) GetNodeName ¶

func (o *ModelComplianceScanResult) GetNodeName() string

GetNodeName returns the NodeName field value

func (*ModelComplianceScanResult) GetNodeNameOk ¶

func (o *ModelComplianceScanResult) GetNodeNameOk() (*string, bool)

GetNodeNameOk returns a tuple with the NodeName field value and a boolean to check if the value has been set.

func (*ModelComplianceScanResult) GetNodeType ¶

func (o *ModelComplianceScanResult) GetNodeType() string

GetNodeType returns the NodeType field value

func (*ModelComplianceScanResult) GetNodeTypeOk ¶

func (o *ModelComplianceScanResult) GetNodeTypeOk() (*string, bool)

GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.

func (*ModelComplianceScanResult) GetScanId ¶

func (o *ModelComplianceScanResult) GetScanId() string

GetScanId returns the ScanId field value

func (*ModelComplianceScanResult) GetScanIdOk ¶

func (o *ModelComplianceScanResult) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value and a boolean to check if the value has been set.

func (*ModelComplianceScanResult) GetStatusCounts ¶

func (o *ModelComplianceScanResult) GetStatusCounts() map[string]int32

GetStatusCounts returns the StatusCounts field value If the value is explicit nil, the zero value for map[string]int32 will be returned

func (*ModelComplianceScanResult) GetStatusCountsOk ¶

func (o *ModelComplianceScanResult) GetStatusCountsOk() (*map[string]int32, bool)

GetStatusCountsOk returns a tuple with the StatusCounts field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelComplianceScanResult) GetUpdatedAt ¶

func (o *ModelComplianceScanResult) GetUpdatedAt() int64

GetUpdatedAt returns the UpdatedAt field value

func (*ModelComplianceScanResult) GetUpdatedAtOk ¶

func (o *ModelComplianceScanResult) GetUpdatedAtOk() (*int64, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (ModelComplianceScanResult) MarshalJSON ¶

func (o ModelComplianceScanResult) MarshalJSON() ([]byte, error)

func (*ModelComplianceScanResult) SetBenchmarkType ¶

func (o *ModelComplianceScanResult) SetBenchmarkType(v []string)

SetBenchmarkType sets field value

func (*ModelComplianceScanResult) SetCloudAccountId ¶

func (o *ModelComplianceScanResult) SetCloudAccountId(v string)

SetCloudAccountId sets field value

func (*ModelComplianceScanResult) SetCompliancePercentage ¶

func (o *ModelComplianceScanResult) SetCompliancePercentage(v float32)

SetCompliancePercentage sets field value

func (*ModelComplianceScanResult) SetCompliances ¶

func (o *ModelComplianceScanResult) SetCompliances(v []ModelCompliance)

SetCompliances sets field value

func (*ModelComplianceScanResult) SetCreatedAt ¶

func (o *ModelComplianceScanResult) SetCreatedAt(v int64)

SetCreatedAt sets field value

func (*ModelComplianceScanResult) SetDockerContainerName ¶

func (o *ModelComplianceScanResult) SetDockerContainerName(v string)

SetDockerContainerName sets field value

func (*ModelComplianceScanResult) SetDockerImageName ¶

func (o *ModelComplianceScanResult) SetDockerImageName(v string)

SetDockerImageName sets field value

func (*ModelComplianceScanResult) SetHostName ¶

func (o *ModelComplianceScanResult) SetHostName(v string)

SetHostName sets field value

func (*ModelComplianceScanResult) SetKubernetesClusterName ¶

func (o *ModelComplianceScanResult) SetKubernetesClusterName(v string)

SetKubernetesClusterName sets field value

func (*ModelComplianceScanResult) SetNodeId ¶

func (o *ModelComplianceScanResult) SetNodeId(v string)

SetNodeId sets field value

func (*ModelComplianceScanResult) SetNodeName ¶

func (o *ModelComplianceScanResult) SetNodeName(v string)

SetNodeName sets field value

func (*ModelComplianceScanResult) SetNodeType ¶

func (o *ModelComplianceScanResult) SetNodeType(v string)

SetNodeType sets field value

func (*ModelComplianceScanResult) SetScanId ¶

func (o *ModelComplianceScanResult) SetScanId(v string)

SetScanId sets field value

func (*ModelComplianceScanResult) SetStatusCounts ¶

func (o *ModelComplianceScanResult) SetStatusCounts(v map[string]int32)

SetStatusCounts sets field value

func (*ModelComplianceScanResult) SetUpdatedAt ¶

func (o *ModelComplianceScanResult) SetUpdatedAt(v int64)

SetUpdatedAt sets field value

func (ModelComplianceScanResult) ToMap ¶

func (o ModelComplianceScanResult) ToMap() (map[string]interface{}, error)

func (*ModelComplianceScanResult) UnmarshalJSON ¶

func (o *ModelComplianceScanResult) UnmarshalJSON(bytes []byte) (err error)

type ModelComplianceScanStatusResp ¶

type ModelComplianceScanStatusResp struct {
	Statuses []ModelComplianceScanInfo `json:"statuses"`
}

ModelComplianceScanStatusResp struct for ModelComplianceScanStatusResp

func NewModelComplianceScanStatusResp ¶

func NewModelComplianceScanStatusResp(statuses []ModelComplianceScanInfo) *ModelComplianceScanStatusResp

NewModelComplianceScanStatusResp instantiates a new ModelComplianceScanStatusResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelComplianceScanStatusRespWithDefaults ¶

func NewModelComplianceScanStatusRespWithDefaults() *ModelComplianceScanStatusResp

NewModelComplianceScanStatusRespWithDefaults instantiates a new ModelComplianceScanStatusResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelComplianceScanStatusResp) GetStatuses ¶

GetStatuses returns the Statuses field value If the value is explicit nil, the zero value for []ModelComplianceScanInfo will be returned

func (*ModelComplianceScanStatusResp) GetStatusesOk ¶

GetStatusesOk returns a tuple with the Statuses field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelComplianceScanStatusResp) MarshalJSON ¶

func (o ModelComplianceScanStatusResp) MarshalJSON() ([]byte, error)

func (*ModelComplianceScanStatusResp) SetStatuses ¶

SetStatuses sets field value

func (ModelComplianceScanStatusResp) ToMap ¶

func (o ModelComplianceScanStatusResp) ToMap() (map[string]interface{}, error)

func (*ModelComplianceScanStatusResp) UnmarshalJSON ¶

func (o *ModelComplianceScanStatusResp) UnmarshalJSON(bytes []byte) (err error)

type ModelComplianceScanTriggerReq ¶

type ModelComplianceScanTriggerReq struct {
	BenchmarkTypes []string              `json:"benchmark_types"`
	Filters        ModelScanFilter       `json:"filters"`
	IsPriority     *bool                 `json:"is_priority,omitempty"`
	NodeIds        []ModelNodeIdentifier `json:"node_ids"`
}

ModelComplianceScanTriggerReq struct for ModelComplianceScanTriggerReq

func NewModelComplianceScanTriggerReq ¶

func NewModelComplianceScanTriggerReq(benchmarkTypes []string, filters ModelScanFilter, nodeIds []ModelNodeIdentifier) *ModelComplianceScanTriggerReq

NewModelComplianceScanTriggerReq instantiates a new ModelComplianceScanTriggerReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelComplianceScanTriggerReqWithDefaults ¶

func NewModelComplianceScanTriggerReqWithDefaults() *ModelComplianceScanTriggerReq

NewModelComplianceScanTriggerReqWithDefaults instantiates a new ModelComplianceScanTriggerReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelComplianceScanTriggerReq) GetBenchmarkTypes ¶

func (o *ModelComplianceScanTriggerReq) GetBenchmarkTypes() []string

GetBenchmarkTypes returns the BenchmarkTypes field value If the value is explicit nil, the zero value for []string will be returned

func (*ModelComplianceScanTriggerReq) GetBenchmarkTypesOk ¶

func (o *ModelComplianceScanTriggerReq) GetBenchmarkTypesOk() ([]string, bool)

GetBenchmarkTypesOk returns a tuple with the BenchmarkTypes field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelComplianceScanTriggerReq) GetFilters ¶

GetFilters returns the Filters field value

func (*ModelComplianceScanTriggerReq) GetFiltersOk ¶

func (o *ModelComplianceScanTriggerReq) GetFiltersOk() (*ModelScanFilter, bool)

GetFiltersOk returns a tuple with the Filters field value and a boolean to check if the value has been set.

func (*ModelComplianceScanTriggerReq) GetIsPriority ¶

func (o *ModelComplianceScanTriggerReq) GetIsPriority() bool

GetIsPriority returns the IsPriority field value if set, zero value otherwise.

func (*ModelComplianceScanTriggerReq) GetIsPriorityOk ¶

func (o *ModelComplianceScanTriggerReq) GetIsPriorityOk() (*bool, bool)

GetIsPriorityOk returns a tuple with the IsPriority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelComplianceScanTriggerReq) GetNodeIds ¶

GetNodeIds returns the NodeIds field value If the value is explicit nil, the zero value for []ModelNodeIdentifier will be returned

func (*ModelComplianceScanTriggerReq) GetNodeIdsOk ¶

GetNodeIdsOk returns a tuple with the NodeIds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelComplianceScanTriggerReq) HasIsPriority ¶

func (o *ModelComplianceScanTriggerReq) HasIsPriority() bool

HasIsPriority returns a boolean if a field has been set.

func (ModelComplianceScanTriggerReq) MarshalJSON ¶

func (o ModelComplianceScanTriggerReq) MarshalJSON() ([]byte, error)

func (*ModelComplianceScanTriggerReq) SetBenchmarkTypes ¶

func (o *ModelComplianceScanTriggerReq) SetBenchmarkTypes(v []string)

SetBenchmarkTypes sets field value

func (*ModelComplianceScanTriggerReq) SetFilters ¶

SetFilters sets field value

func (*ModelComplianceScanTriggerReq) SetIsPriority ¶

func (o *ModelComplianceScanTriggerReq) SetIsPriority(v bool)

SetIsPriority gets a reference to the given bool and assigns it to the IsPriority field.

func (*ModelComplianceScanTriggerReq) SetNodeIds ¶

SetNodeIds sets field value

func (ModelComplianceScanTriggerReq) ToMap ¶

func (o ModelComplianceScanTriggerReq) ToMap() (map[string]interface{}, error)

func (*ModelComplianceScanTriggerReq) UnmarshalJSON ¶

func (o *ModelComplianceScanTriggerReq) UnmarshalJSON(bytes []byte) (err error)

type ModelConnection ¶

type ModelConnection struct {
	Count    *int32  `json:"count,omitempty"`
	NodeId   *string `json:"node_id,omitempty"`
	NodeName *string `json:"node_name,omitempty"`
}

ModelConnection struct for ModelConnection

func NewModelConnection ¶

func NewModelConnection() *ModelConnection

NewModelConnection instantiates a new ModelConnection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelConnectionWithDefaults ¶

func NewModelConnectionWithDefaults() *ModelConnection

NewModelConnectionWithDefaults instantiates a new ModelConnection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelConnection) GetCount ¶

func (o *ModelConnection) GetCount() int32

GetCount returns the Count field value if set, zero value otherwise.

func (*ModelConnection) GetCountOk ¶

func (o *ModelConnection) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelConnection) GetNodeId ¶

func (o *ModelConnection) GetNodeId() string

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*ModelConnection) GetNodeIdOk ¶

func (o *ModelConnection) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelConnection) GetNodeName ¶

func (o *ModelConnection) GetNodeName() string

GetNodeName returns the NodeName field value if set, zero value otherwise.

func (*ModelConnection) GetNodeNameOk ¶

func (o *ModelConnection) GetNodeNameOk() (*string, bool)

GetNodeNameOk returns a tuple with the NodeName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelConnection) HasCount ¶

func (o *ModelConnection) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*ModelConnection) HasNodeId ¶

func (o *ModelConnection) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*ModelConnection) HasNodeName ¶

func (o *ModelConnection) HasNodeName() bool

HasNodeName returns a boolean if a field has been set.

func (ModelConnection) MarshalJSON ¶

func (o ModelConnection) MarshalJSON() ([]byte, error)

func (*ModelConnection) SetCount ¶

func (o *ModelConnection) SetCount(v int32)

SetCount gets a reference to the given int32 and assigns it to the Count field.

func (*ModelConnection) SetNodeId ¶

func (o *ModelConnection) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*ModelConnection) SetNodeName ¶

func (o *ModelConnection) SetNodeName(v string)

SetNodeName gets a reference to the given string and assigns it to the NodeName field.

func (ModelConnection) ToMap ¶

func (o ModelConnection) ToMap() (map[string]interface{}, error)

type ModelContainer ¶

type ModelContainer struct {
	CpuMax                     float32                `json:"cpu_max"`
	CpuUsage                   float32                `json:"cpu_usage"`
	DockerContainerCommand     string                 `json:"docker_container_command"`
	DockerContainerCreated     string                 `json:"docker_container_created"`
	DockerContainerIps         []interface{}          `json:"docker_container_ips"`
	DockerContainerName        string                 `json:"docker_container_name"`
	DockerContainerNetworkMode string                 `json:"docker_container_network_mode"`
	DockerContainerNetworks    string                 `json:"docker_container_networks"`
	DockerContainerPorts       string                 `json:"docker_container_ports"`
	DockerContainerState       string                 `json:"docker_container_state"`
	DockerContainerStateHuman  string                 `json:"docker_container_state_human"`
	DockerLabels               map[string]interface{} `json:"docker_labels"`
	HostName                   string                 `json:"host_name"`
	Image                      ModelContainerImage    `json:"image"`
	MalwareLatestScanId        string                 `json:"malware_latest_scan_id"`
	MalwareScanStatus          string                 `json:"malware_scan_status"`
	MalwaresCount              int32                  `json:"malwares_count"`
	MemoryMax                  int32                  `json:"memory_max"`
	MemoryUsage                int32                  `json:"memory_usage"`
	NodeId                     string                 `json:"node_id"`
	NodeName                   string                 `json:"node_name"`
	Processes                  []ModelProcess         `json:"processes"`
	SecretLatestScanId         string                 `json:"secret_latest_scan_id"`
	SecretScanStatus           string                 `json:"secret_scan_status"`
	SecretsCount               int32                  `json:"secrets_count"`
	Uptime                     int32                  `json:"uptime"`
	VulnerabilitiesCount       int32                  `json:"vulnerabilities_count"`
	VulnerabilityLatestScanId  string                 `json:"vulnerability_latest_scan_id"`
	VulnerabilityScanStatus    string                 `json:"vulnerability_scan_status"`
}

ModelContainer struct for ModelContainer

func NewModelContainer ¶

func NewModelContainer(cpuMax float32, cpuUsage float32, dockerContainerCommand string, dockerContainerCreated string, dockerContainerIps []interface{}, dockerContainerName string, dockerContainerNetworkMode string, dockerContainerNetworks string, dockerContainerPorts string, dockerContainerState string, dockerContainerStateHuman string, dockerLabels map[string]interface{}, hostName string, image ModelContainerImage, malwareLatestScanId string, malwareScanStatus string, malwaresCount int32, memoryMax int32, memoryUsage int32, nodeId string, nodeName string, processes []ModelProcess, secretLatestScanId string, secretScanStatus string, secretsCount int32, uptime int32, vulnerabilitiesCount int32, vulnerabilityLatestScanId string, vulnerabilityScanStatus string) *ModelContainer

NewModelContainer instantiates a new ModelContainer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelContainerWithDefaults ¶

func NewModelContainerWithDefaults() *ModelContainer

NewModelContainerWithDefaults instantiates a new ModelContainer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelContainer) GetCpuMax ¶

func (o *ModelContainer) GetCpuMax() float32

GetCpuMax returns the CpuMax field value

func (*ModelContainer) GetCpuMaxOk ¶

func (o *ModelContainer) GetCpuMaxOk() (*float32, bool)

GetCpuMaxOk returns a tuple with the CpuMax field value and a boolean to check if the value has been set.

func (*ModelContainer) GetCpuUsage ¶

func (o *ModelContainer) GetCpuUsage() float32

GetCpuUsage returns the CpuUsage field value

func (*ModelContainer) GetCpuUsageOk ¶

func (o *ModelContainer) GetCpuUsageOk() (*float32, bool)

GetCpuUsageOk returns a tuple with the CpuUsage field value and a boolean to check if the value has been set.

func (*ModelContainer) GetDockerContainerCommand ¶

func (o *ModelContainer) GetDockerContainerCommand() string

GetDockerContainerCommand returns the DockerContainerCommand field value

func (*ModelContainer) GetDockerContainerCommandOk ¶

func (o *ModelContainer) GetDockerContainerCommandOk() (*string, bool)

GetDockerContainerCommandOk returns a tuple with the DockerContainerCommand field value and a boolean to check if the value has been set.

func (*ModelContainer) GetDockerContainerCreated ¶

func (o *ModelContainer) GetDockerContainerCreated() string

GetDockerContainerCreated returns the DockerContainerCreated field value

func (*ModelContainer) GetDockerContainerCreatedOk ¶

func (o *ModelContainer) GetDockerContainerCreatedOk() (*string, bool)

GetDockerContainerCreatedOk returns a tuple with the DockerContainerCreated field value and a boolean to check if the value has been set.

func (*ModelContainer) GetDockerContainerIps ¶

func (o *ModelContainer) GetDockerContainerIps() []interface{}

GetDockerContainerIps returns the DockerContainerIps field value If the value is explicit nil, the zero value for []interface{} will be returned

func (*ModelContainer) GetDockerContainerIpsOk ¶

func (o *ModelContainer) GetDockerContainerIpsOk() ([]interface{}, bool)

GetDockerContainerIpsOk returns a tuple with the DockerContainerIps field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelContainer) GetDockerContainerName ¶

func (o *ModelContainer) GetDockerContainerName() string

GetDockerContainerName returns the DockerContainerName field value

func (*ModelContainer) GetDockerContainerNameOk ¶

func (o *ModelContainer) GetDockerContainerNameOk() (*string, bool)

GetDockerContainerNameOk returns a tuple with the DockerContainerName field value and a boolean to check if the value has been set.

func (*ModelContainer) GetDockerContainerNetworkMode ¶

func (o *ModelContainer) GetDockerContainerNetworkMode() string

GetDockerContainerNetworkMode returns the DockerContainerNetworkMode field value

func (*ModelContainer) GetDockerContainerNetworkModeOk ¶

func (o *ModelContainer) GetDockerContainerNetworkModeOk() (*string, bool)

GetDockerContainerNetworkModeOk returns a tuple with the DockerContainerNetworkMode field value and a boolean to check if the value has been set.

func (*ModelContainer) GetDockerContainerNetworks ¶

func (o *ModelContainer) GetDockerContainerNetworks() string

GetDockerContainerNetworks returns the DockerContainerNetworks field value

func (*ModelContainer) GetDockerContainerNetworksOk ¶

func (o *ModelContainer) GetDockerContainerNetworksOk() (*string, bool)

GetDockerContainerNetworksOk returns a tuple with the DockerContainerNetworks field value and a boolean to check if the value has been set.

func (*ModelContainer) GetDockerContainerPorts ¶

func (o *ModelContainer) GetDockerContainerPorts() string

GetDockerContainerPorts returns the DockerContainerPorts field value

func (*ModelContainer) GetDockerContainerPortsOk ¶

func (o *ModelContainer) GetDockerContainerPortsOk() (*string, bool)

GetDockerContainerPortsOk returns a tuple with the DockerContainerPorts field value and a boolean to check if the value has been set.

func (*ModelContainer) GetDockerContainerState ¶

func (o *ModelContainer) GetDockerContainerState() string

GetDockerContainerState returns the DockerContainerState field value

func (*ModelContainer) GetDockerContainerStateHuman ¶

func (o *ModelContainer) GetDockerContainerStateHuman() string

GetDockerContainerStateHuman returns the DockerContainerStateHuman field value

func (*ModelContainer) GetDockerContainerStateHumanOk ¶

func (o *ModelContainer) GetDockerContainerStateHumanOk() (*string, bool)

GetDockerContainerStateHumanOk returns a tuple with the DockerContainerStateHuman field value and a boolean to check if the value has been set.

func (*ModelContainer) GetDockerContainerStateOk ¶

func (o *ModelContainer) GetDockerContainerStateOk() (*string, bool)

GetDockerContainerStateOk returns a tuple with the DockerContainerState field value and a boolean to check if the value has been set.

func (*ModelContainer) GetDockerLabels ¶

func (o *ModelContainer) GetDockerLabels() map[string]interface{}

GetDockerLabels returns the DockerLabels field value If the value is explicit nil, the zero value for map[string]interface{} will be returned

func (*ModelContainer) GetDockerLabelsOk ¶

func (o *ModelContainer) GetDockerLabelsOk() (map[string]interface{}, bool)

GetDockerLabelsOk returns a tuple with the DockerLabels field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelContainer) GetHostName ¶

func (o *ModelContainer) GetHostName() string

GetHostName returns the HostName field value

func (*ModelContainer) GetHostNameOk ¶

func (o *ModelContainer) GetHostNameOk() (*string, bool)

GetHostNameOk returns a tuple with the HostName field value and a boolean to check if the value has been set.

func (*ModelContainer) GetImage ¶

func (o *ModelContainer) GetImage() ModelContainerImage

GetImage returns the Image field value

func (*ModelContainer) GetImageOk ¶

func (o *ModelContainer) GetImageOk() (*ModelContainerImage, bool)

GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.

func (*ModelContainer) GetMalwareLatestScanId ¶

func (o *ModelContainer) GetMalwareLatestScanId() string

GetMalwareLatestScanId returns the MalwareLatestScanId field value

func (*ModelContainer) GetMalwareLatestScanIdOk ¶

func (o *ModelContainer) GetMalwareLatestScanIdOk() (*string, bool)

GetMalwareLatestScanIdOk returns a tuple with the MalwareLatestScanId field value and a boolean to check if the value has been set.

func (*ModelContainer) GetMalwareScanStatus ¶

func (o *ModelContainer) GetMalwareScanStatus() string

GetMalwareScanStatus returns the MalwareScanStatus field value

func (*ModelContainer) GetMalwareScanStatusOk ¶

func (o *ModelContainer) GetMalwareScanStatusOk() (*string, bool)

GetMalwareScanStatusOk returns a tuple with the MalwareScanStatus field value and a boolean to check if the value has been set.

func (*ModelContainer) GetMalwaresCount ¶

func (o *ModelContainer) GetMalwaresCount() int32

GetMalwaresCount returns the MalwaresCount field value

func (*ModelContainer) GetMalwaresCountOk ¶

func (o *ModelContainer) GetMalwaresCountOk() (*int32, bool)

GetMalwaresCountOk returns a tuple with the MalwaresCount field value and a boolean to check if the value has been set.

func (*ModelContainer) GetMemoryMax ¶

func (o *ModelContainer) GetMemoryMax() int32

GetMemoryMax returns the MemoryMax field value

func (*ModelContainer) GetMemoryMaxOk ¶

func (o *ModelContainer) GetMemoryMaxOk() (*int32, bool)

GetMemoryMaxOk returns a tuple with the MemoryMax field value and a boolean to check if the value has been set.

func (*ModelContainer) GetMemoryUsage ¶

func (o *ModelContainer) GetMemoryUsage() int32

GetMemoryUsage returns the MemoryUsage field value

func (*ModelContainer) GetMemoryUsageOk ¶

func (o *ModelContainer) GetMemoryUsageOk() (*int32, bool)

GetMemoryUsageOk returns a tuple with the MemoryUsage field value and a boolean to check if the value has been set.

func (*ModelContainer) GetNodeId ¶

func (o *ModelContainer) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelContainer) GetNodeIdOk ¶

func (o *ModelContainer) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelContainer) GetNodeName ¶

func (o *ModelContainer) GetNodeName() string

GetNodeName returns the NodeName field value

func (*ModelContainer) GetNodeNameOk ¶

func (o *ModelContainer) GetNodeNameOk() (*string, bool)

GetNodeNameOk returns a tuple with the NodeName field value and a boolean to check if the value has been set.

func (*ModelContainer) GetProcesses ¶

func (o *ModelContainer) GetProcesses() []ModelProcess

GetProcesses returns the Processes field value If the value is explicit nil, the zero value for []ModelProcess will be returned

func (*ModelContainer) GetProcessesOk ¶

func (o *ModelContainer) GetProcessesOk() ([]ModelProcess, bool)

GetProcessesOk returns a tuple with the Processes field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelContainer) GetSecretLatestScanId ¶

func (o *ModelContainer) GetSecretLatestScanId() string

GetSecretLatestScanId returns the SecretLatestScanId field value

func (*ModelContainer) GetSecretLatestScanIdOk ¶

func (o *ModelContainer) GetSecretLatestScanIdOk() (*string, bool)

GetSecretLatestScanIdOk returns a tuple with the SecretLatestScanId field value and a boolean to check if the value has been set.

func (*ModelContainer) GetSecretScanStatus ¶

func (o *ModelContainer) GetSecretScanStatus() string

GetSecretScanStatus returns the SecretScanStatus field value

func (*ModelContainer) GetSecretScanStatusOk ¶

func (o *ModelContainer) GetSecretScanStatusOk() (*string, bool)

GetSecretScanStatusOk returns a tuple with the SecretScanStatus field value and a boolean to check if the value has been set.

func (*ModelContainer) GetSecretsCount ¶

func (o *ModelContainer) GetSecretsCount() int32

GetSecretsCount returns the SecretsCount field value

func (*ModelContainer) GetSecretsCountOk ¶

func (o *ModelContainer) GetSecretsCountOk() (*int32, bool)

GetSecretsCountOk returns a tuple with the SecretsCount field value and a boolean to check if the value has been set.

func (*ModelContainer) GetUptime ¶

func (o *ModelContainer) GetUptime() int32

GetUptime returns the Uptime field value

func (*ModelContainer) GetUptimeOk ¶

func (o *ModelContainer) GetUptimeOk() (*int32, bool)

GetUptimeOk returns a tuple with the Uptime field value and a boolean to check if the value has been set.

func (*ModelContainer) GetVulnerabilitiesCount ¶

func (o *ModelContainer) GetVulnerabilitiesCount() int32

GetVulnerabilitiesCount returns the VulnerabilitiesCount field value

func (*ModelContainer) GetVulnerabilitiesCountOk ¶

func (o *ModelContainer) GetVulnerabilitiesCountOk() (*int32, bool)

GetVulnerabilitiesCountOk returns a tuple with the VulnerabilitiesCount field value and a boolean to check if the value has been set.

func (*ModelContainer) GetVulnerabilityLatestScanId ¶

func (o *ModelContainer) GetVulnerabilityLatestScanId() string

GetVulnerabilityLatestScanId returns the VulnerabilityLatestScanId field value

func (*ModelContainer) GetVulnerabilityLatestScanIdOk ¶

func (o *ModelContainer) GetVulnerabilityLatestScanIdOk() (*string, bool)

GetVulnerabilityLatestScanIdOk returns a tuple with the VulnerabilityLatestScanId field value and a boolean to check if the value has been set.

func (*ModelContainer) GetVulnerabilityScanStatus ¶

func (o *ModelContainer) GetVulnerabilityScanStatus() string

GetVulnerabilityScanStatus returns the VulnerabilityScanStatus field value

func (*ModelContainer) GetVulnerabilityScanStatusOk ¶

func (o *ModelContainer) GetVulnerabilityScanStatusOk() (*string, bool)

GetVulnerabilityScanStatusOk returns a tuple with the VulnerabilityScanStatus field value and a boolean to check if the value has been set.

func (ModelContainer) MarshalJSON ¶

func (o ModelContainer) MarshalJSON() ([]byte, error)

func (*ModelContainer) SetCpuMax ¶

func (o *ModelContainer) SetCpuMax(v float32)

SetCpuMax sets field value

func (*ModelContainer) SetCpuUsage ¶

func (o *ModelContainer) SetCpuUsage(v float32)

SetCpuUsage sets field value

func (*ModelContainer) SetDockerContainerCommand ¶

func (o *ModelContainer) SetDockerContainerCommand(v string)

SetDockerContainerCommand sets field value

func (*ModelContainer) SetDockerContainerCreated ¶

func (o *ModelContainer) SetDockerContainerCreated(v string)

SetDockerContainerCreated sets field value

func (*ModelContainer) SetDockerContainerIps ¶

func (o *ModelContainer) SetDockerContainerIps(v []interface{})

SetDockerContainerIps sets field value

func (*ModelContainer) SetDockerContainerName ¶

func (o *ModelContainer) SetDockerContainerName(v string)

SetDockerContainerName sets field value

func (*ModelContainer) SetDockerContainerNetworkMode ¶

func (o *ModelContainer) SetDockerContainerNetworkMode(v string)

SetDockerContainerNetworkMode sets field value

func (*ModelContainer) SetDockerContainerNetworks ¶

func (o *ModelContainer) SetDockerContainerNetworks(v string)

SetDockerContainerNetworks sets field value

func (*ModelContainer) SetDockerContainerPorts ¶

func (o *ModelContainer) SetDockerContainerPorts(v string)

SetDockerContainerPorts sets field value

func (*ModelContainer) SetDockerContainerState ¶

func (o *ModelContainer) SetDockerContainerState(v string)

SetDockerContainerState sets field value

func (*ModelContainer) SetDockerContainerStateHuman ¶

func (o *ModelContainer) SetDockerContainerStateHuman(v string)

SetDockerContainerStateHuman sets field value

func (*ModelContainer) SetDockerLabels ¶

func (o *ModelContainer) SetDockerLabels(v map[string]interface{})

SetDockerLabels sets field value

func (*ModelContainer) SetHostName ¶

func (o *ModelContainer) SetHostName(v string)

SetHostName sets field value

func (*ModelContainer) SetImage ¶

func (o *ModelContainer) SetImage(v ModelContainerImage)

SetImage sets field value

func (*ModelContainer) SetMalwareLatestScanId ¶

func (o *ModelContainer) SetMalwareLatestScanId(v string)

SetMalwareLatestScanId sets field value

func (*ModelContainer) SetMalwareScanStatus ¶

func (o *ModelContainer) SetMalwareScanStatus(v string)

SetMalwareScanStatus sets field value

func (*ModelContainer) SetMalwaresCount ¶

func (o *ModelContainer) SetMalwaresCount(v int32)

SetMalwaresCount sets field value

func (*ModelContainer) SetMemoryMax ¶

func (o *ModelContainer) SetMemoryMax(v int32)

SetMemoryMax sets field value

func (*ModelContainer) SetMemoryUsage ¶

func (o *ModelContainer) SetMemoryUsage(v int32)

SetMemoryUsage sets field value

func (*ModelContainer) SetNodeId ¶

func (o *ModelContainer) SetNodeId(v string)

SetNodeId sets field value

func (*ModelContainer) SetNodeName ¶

func (o *ModelContainer) SetNodeName(v string)

SetNodeName sets field value

func (*ModelContainer) SetProcesses ¶

func (o *ModelContainer) SetProcesses(v []ModelProcess)

SetProcesses sets field value

func (*ModelContainer) SetSecretLatestScanId ¶

func (o *ModelContainer) SetSecretLatestScanId(v string)

SetSecretLatestScanId sets field value

func (*ModelContainer) SetSecretScanStatus ¶

func (o *ModelContainer) SetSecretScanStatus(v string)

SetSecretScanStatus sets field value

func (*ModelContainer) SetSecretsCount ¶

func (o *ModelContainer) SetSecretsCount(v int32)

SetSecretsCount sets field value

func (*ModelContainer) SetUptime ¶

func (o *ModelContainer) SetUptime(v int32)

SetUptime sets field value

func (*ModelContainer) SetVulnerabilitiesCount ¶

func (o *ModelContainer) SetVulnerabilitiesCount(v int32)

SetVulnerabilitiesCount sets field value

func (*ModelContainer) SetVulnerabilityLatestScanId ¶

func (o *ModelContainer) SetVulnerabilityLatestScanId(v string)

SetVulnerabilityLatestScanId sets field value

func (*ModelContainer) SetVulnerabilityScanStatus ¶

func (o *ModelContainer) SetVulnerabilityScanStatus(v string)

SetVulnerabilityScanStatus sets field value

func (ModelContainer) ToMap ¶

func (o ModelContainer) ToMap() (map[string]interface{}, error)

func (*ModelContainer) UnmarshalJSON ¶

func (o *ModelContainer) UnmarshalJSON(bytes []byte) (err error)

type ModelContainerImage ¶

type ModelContainerImage struct {
	Containers                []ModelContainer       `json:"containers"`
	DockerImageCreatedAt      string                 `json:"docker_image_created_at"`
	DockerImageId             string                 `json:"docker_image_id"`
	DockerImageName           string                 `json:"docker_image_name"`
	DockerImageSize           string                 `json:"docker_image_size"`
	DockerImageTag            string                 `json:"docker_image_tag"`
	DockerImageTagList        []string               `json:"docker_image_tag_list"`
	DockerImageVirtualSize    string                 `json:"docker_image_virtual_size"`
	ImageNodeId               string                 `json:"image_node_id"`
	MalwareLatestScanId       string                 `json:"malware_latest_scan_id"`
	MalwareScanStatus         string                 `json:"malware_scan_status"`
	MalwaresCount             int32                  `json:"malwares_count"`
	Metadata                  map[string]interface{} `json:"metadata,omitempty"`
	NodeId                    string                 `json:"node_id"`
	NodeName                  string                 `json:"node_name"`
	SecretLatestScanId        string                 `json:"secret_latest_scan_id"`
	SecretScanStatus          string                 `json:"secret_scan_status"`
	SecretsCount              int32                  `json:"secrets_count"`
	VulnerabilitiesCount      int32                  `json:"vulnerabilities_count"`
	VulnerabilityLatestScanId string                 `json:"vulnerability_latest_scan_id"`
	VulnerabilityScanStatus   string                 `json:"vulnerability_scan_status"`
}

ModelContainerImage struct for ModelContainerImage

func NewModelContainerImage ¶

func NewModelContainerImage(containers []ModelContainer, dockerImageCreatedAt string, dockerImageId string, dockerImageName string, dockerImageSize string, dockerImageTag string, dockerImageTagList []string, dockerImageVirtualSize string, imageNodeId string, malwareLatestScanId string, malwareScanStatus string, malwaresCount int32, nodeId string, nodeName string, secretLatestScanId string, secretScanStatus string, secretsCount int32, vulnerabilitiesCount int32, vulnerabilityLatestScanId string, vulnerabilityScanStatus string) *ModelContainerImage

NewModelContainerImage instantiates a new ModelContainerImage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelContainerImageWithDefaults ¶

func NewModelContainerImageWithDefaults() *ModelContainerImage

NewModelContainerImageWithDefaults instantiates a new ModelContainerImage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelContainerImage) GetContainers ¶

func (o *ModelContainerImage) GetContainers() []ModelContainer

GetContainers returns the Containers field value If the value is explicit nil, the zero value for []ModelContainer will be returned

func (*ModelContainerImage) GetContainersOk ¶

func (o *ModelContainerImage) GetContainersOk() ([]ModelContainer, bool)

GetContainersOk returns a tuple with the Containers field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelContainerImage) GetDockerImageCreatedAt ¶

func (o *ModelContainerImage) GetDockerImageCreatedAt() string

GetDockerImageCreatedAt returns the DockerImageCreatedAt field value

func (*ModelContainerImage) GetDockerImageCreatedAtOk ¶

func (o *ModelContainerImage) GetDockerImageCreatedAtOk() (*string, bool)

GetDockerImageCreatedAtOk returns a tuple with the DockerImageCreatedAt field value and a boolean to check if the value has been set.

func (*ModelContainerImage) GetDockerImageId ¶

func (o *ModelContainerImage) GetDockerImageId() string

GetDockerImageId returns the DockerImageId field value

func (*ModelContainerImage) GetDockerImageIdOk ¶

func (o *ModelContainerImage) GetDockerImageIdOk() (*string, bool)

GetDockerImageIdOk returns a tuple with the DockerImageId field value and a boolean to check if the value has been set.

func (*ModelContainerImage) GetDockerImageName ¶

func (o *ModelContainerImage) GetDockerImageName() string

GetDockerImageName returns the DockerImageName field value

func (*ModelContainerImage) GetDockerImageNameOk ¶

func (o *ModelContainerImage) GetDockerImageNameOk() (*string, bool)

GetDockerImageNameOk returns a tuple with the DockerImageName field value and a boolean to check if the value has been set.

func (*ModelContainerImage) GetDockerImageSize ¶

func (o *ModelContainerImage) GetDockerImageSize() string

GetDockerImageSize returns the DockerImageSize field value

func (*ModelContainerImage) GetDockerImageSizeOk ¶

func (o *ModelContainerImage) GetDockerImageSizeOk() (*string, bool)

GetDockerImageSizeOk returns a tuple with the DockerImageSize field value and a boolean to check if the value has been set.

func (*ModelContainerImage) GetDockerImageTag ¶

func (o *ModelContainerImage) GetDockerImageTag() string

GetDockerImageTag returns the DockerImageTag field value

func (*ModelContainerImage) GetDockerImageTagList ¶

func (o *ModelContainerImage) GetDockerImageTagList() []string

GetDockerImageTagList returns the DockerImageTagList field value If the value is explicit nil, the zero value for []string will be returned

func (*ModelContainerImage) GetDockerImageTagListOk ¶

func (o *ModelContainerImage) GetDockerImageTagListOk() ([]string, bool)

GetDockerImageTagListOk returns a tuple with the DockerImageTagList field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelContainerImage) GetDockerImageTagOk ¶

func (o *ModelContainerImage) GetDockerImageTagOk() (*string, bool)

GetDockerImageTagOk returns a tuple with the DockerImageTag field value and a boolean to check if the value has been set.

func (*ModelContainerImage) GetDockerImageVirtualSize ¶

func (o *ModelContainerImage) GetDockerImageVirtualSize() string

GetDockerImageVirtualSize returns the DockerImageVirtualSize field value

func (*ModelContainerImage) GetDockerImageVirtualSizeOk ¶

func (o *ModelContainerImage) GetDockerImageVirtualSizeOk() (*string, bool)

GetDockerImageVirtualSizeOk returns a tuple with the DockerImageVirtualSize field value and a boolean to check if the value has been set.

func (*ModelContainerImage) GetImageNodeId ¶

func (o *ModelContainerImage) GetImageNodeId() string

GetImageNodeId returns the ImageNodeId field value

func (*ModelContainerImage) GetImageNodeIdOk ¶

func (o *ModelContainerImage) GetImageNodeIdOk() (*string, bool)

GetImageNodeIdOk returns a tuple with the ImageNodeId field value and a boolean to check if the value has been set.

func (*ModelContainerImage) GetMalwareLatestScanId ¶

func (o *ModelContainerImage) GetMalwareLatestScanId() string

GetMalwareLatestScanId returns the MalwareLatestScanId field value

func (*ModelContainerImage) GetMalwareLatestScanIdOk ¶

func (o *ModelContainerImage) GetMalwareLatestScanIdOk() (*string, bool)

GetMalwareLatestScanIdOk returns a tuple with the MalwareLatestScanId field value and a boolean to check if the value has been set.

func (*ModelContainerImage) GetMalwareScanStatus ¶

func (o *ModelContainerImage) GetMalwareScanStatus() string

GetMalwareScanStatus returns the MalwareScanStatus field value

func (*ModelContainerImage) GetMalwareScanStatusOk ¶

func (o *ModelContainerImage) GetMalwareScanStatusOk() (*string, bool)

GetMalwareScanStatusOk returns a tuple with the MalwareScanStatus field value and a boolean to check if the value has been set.

func (*ModelContainerImage) GetMalwaresCount ¶

func (o *ModelContainerImage) GetMalwaresCount() int32

GetMalwaresCount returns the MalwaresCount field value

func (*ModelContainerImage) GetMalwaresCountOk ¶

func (o *ModelContainerImage) GetMalwaresCountOk() (*int32, bool)

GetMalwaresCountOk returns a tuple with the MalwaresCount field value and a boolean to check if the value has been set.

func (*ModelContainerImage) GetMetadata ¶

func (o *ModelContainerImage) GetMetadata() map[string]interface{}

GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelContainerImage) GetMetadataOk ¶

func (o *ModelContainerImage) GetMetadataOk() (map[string]interface{}, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelContainerImage) GetNodeId ¶

func (o *ModelContainerImage) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelContainerImage) GetNodeIdOk ¶

func (o *ModelContainerImage) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelContainerImage) GetNodeName ¶

func (o *ModelContainerImage) GetNodeName() string

GetNodeName returns the NodeName field value

func (*ModelContainerImage) GetNodeNameOk ¶

func (o *ModelContainerImage) GetNodeNameOk() (*string, bool)

GetNodeNameOk returns a tuple with the NodeName field value and a boolean to check if the value has been set.

func (*ModelContainerImage) GetSecretLatestScanId ¶

func (o *ModelContainerImage) GetSecretLatestScanId() string

GetSecretLatestScanId returns the SecretLatestScanId field value

func (*ModelContainerImage) GetSecretLatestScanIdOk ¶

func (o *ModelContainerImage) GetSecretLatestScanIdOk() (*string, bool)

GetSecretLatestScanIdOk returns a tuple with the SecretLatestScanId field value and a boolean to check if the value has been set.

func (*ModelContainerImage) GetSecretScanStatus ¶

func (o *ModelContainerImage) GetSecretScanStatus() string

GetSecretScanStatus returns the SecretScanStatus field value

func (*ModelContainerImage) GetSecretScanStatusOk ¶

func (o *ModelContainerImage) GetSecretScanStatusOk() (*string, bool)

GetSecretScanStatusOk returns a tuple with the SecretScanStatus field value and a boolean to check if the value has been set.

func (*ModelContainerImage) GetSecretsCount ¶

func (o *ModelContainerImage) GetSecretsCount() int32

GetSecretsCount returns the SecretsCount field value

func (*ModelContainerImage) GetSecretsCountOk ¶

func (o *ModelContainerImage) GetSecretsCountOk() (*int32, bool)

GetSecretsCountOk returns a tuple with the SecretsCount field value and a boolean to check if the value has been set.

func (*ModelContainerImage) GetVulnerabilitiesCount ¶

func (o *ModelContainerImage) GetVulnerabilitiesCount() int32

GetVulnerabilitiesCount returns the VulnerabilitiesCount field value

func (*ModelContainerImage) GetVulnerabilitiesCountOk ¶

func (o *ModelContainerImage) GetVulnerabilitiesCountOk() (*int32, bool)

GetVulnerabilitiesCountOk returns a tuple with the VulnerabilitiesCount field value and a boolean to check if the value has been set.

func (*ModelContainerImage) GetVulnerabilityLatestScanId ¶

func (o *ModelContainerImage) GetVulnerabilityLatestScanId() string

GetVulnerabilityLatestScanId returns the VulnerabilityLatestScanId field value

func (*ModelContainerImage) GetVulnerabilityLatestScanIdOk ¶

func (o *ModelContainerImage) GetVulnerabilityLatestScanIdOk() (*string, bool)

GetVulnerabilityLatestScanIdOk returns a tuple with the VulnerabilityLatestScanId field value and a boolean to check if the value has been set.

func (*ModelContainerImage) GetVulnerabilityScanStatus ¶

func (o *ModelContainerImage) GetVulnerabilityScanStatus() string

GetVulnerabilityScanStatus returns the VulnerabilityScanStatus field value

func (*ModelContainerImage) GetVulnerabilityScanStatusOk ¶

func (o *ModelContainerImage) GetVulnerabilityScanStatusOk() (*string, bool)

GetVulnerabilityScanStatusOk returns a tuple with the VulnerabilityScanStatus field value and a boolean to check if the value has been set.

func (*ModelContainerImage) HasMetadata ¶

func (o *ModelContainerImage) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (ModelContainerImage) MarshalJSON ¶

func (o ModelContainerImage) MarshalJSON() ([]byte, error)

func (*ModelContainerImage) SetContainers ¶

func (o *ModelContainerImage) SetContainers(v []ModelContainer)

SetContainers sets field value

func (*ModelContainerImage) SetDockerImageCreatedAt ¶

func (o *ModelContainerImage) SetDockerImageCreatedAt(v string)

SetDockerImageCreatedAt sets field value

func (*ModelContainerImage) SetDockerImageId ¶

func (o *ModelContainerImage) SetDockerImageId(v string)

SetDockerImageId sets field value

func (*ModelContainerImage) SetDockerImageName ¶

func (o *ModelContainerImage) SetDockerImageName(v string)

SetDockerImageName sets field value

func (*ModelContainerImage) SetDockerImageSize ¶

func (o *ModelContainerImage) SetDockerImageSize(v string)

SetDockerImageSize sets field value

func (*ModelContainerImage) SetDockerImageTag ¶

func (o *ModelContainerImage) SetDockerImageTag(v string)

SetDockerImageTag sets field value

func (*ModelContainerImage) SetDockerImageTagList ¶

func (o *ModelContainerImage) SetDockerImageTagList(v []string)

SetDockerImageTagList sets field value

func (*ModelContainerImage) SetDockerImageVirtualSize ¶

func (o *ModelContainerImage) SetDockerImageVirtualSize(v string)

SetDockerImageVirtualSize sets field value

func (*ModelContainerImage) SetImageNodeId ¶

func (o *ModelContainerImage) SetImageNodeId(v string)

SetImageNodeId sets field value

func (*ModelContainerImage) SetMalwareLatestScanId ¶

func (o *ModelContainerImage) SetMalwareLatestScanId(v string)

SetMalwareLatestScanId sets field value

func (*ModelContainerImage) SetMalwareScanStatus ¶

func (o *ModelContainerImage) SetMalwareScanStatus(v string)

SetMalwareScanStatus sets field value

func (*ModelContainerImage) SetMalwaresCount ¶

func (o *ModelContainerImage) SetMalwaresCount(v int32)

SetMalwaresCount sets field value

func (*ModelContainerImage) SetMetadata ¶

func (o *ModelContainerImage) SetMetadata(v map[string]interface{})

SetMetadata gets a reference to the given map[string]interface{} and assigns it to the Metadata field.

func (*ModelContainerImage) SetNodeId ¶

func (o *ModelContainerImage) SetNodeId(v string)

SetNodeId sets field value

func (*ModelContainerImage) SetNodeName ¶

func (o *ModelContainerImage) SetNodeName(v string)

SetNodeName sets field value

func (*ModelContainerImage) SetSecretLatestScanId ¶

func (o *ModelContainerImage) SetSecretLatestScanId(v string)

SetSecretLatestScanId sets field value

func (*ModelContainerImage) SetSecretScanStatus ¶

func (o *ModelContainerImage) SetSecretScanStatus(v string)

SetSecretScanStatus sets field value

func (*ModelContainerImage) SetSecretsCount ¶

func (o *ModelContainerImage) SetSecretsCount(v int32)

SetSecretsCount sets field value

func (*ModelContainerImage) SetVulnerabilitiesCount ¶

func (o *ModelContainerImage) SetVulnerabilitiesCount(v int32)

SetVulnerabilitiesCount sets field value

func (*ModelContainerImage) SetVulnerabilityLatestScanId ¶

func (o *ModelContainerImage) SetVulnerabilityLatestScanId(v string)

SetVulnerabilityLatestScanId sets field value

func (*ModelContainerImage) SetVulnerabilityScanStatus ¶

func (o *ModelContainerImage) SetVulnerabilityScanStatus(v string)

SetVulnerabilityScanStatus sets field value

func (ModelContainerImage) ToMap ¶

func (o ModelContainerImage) ToMap() (map[string]interface{}, error)

func (*ModelContainerImage) UnmarshalJSON ¶

func (o *ModelContainerImage) UnmarshalJSON(bytes []byte) (err error)

type ModelDeleteRegistryBulkReq ¶

type ModelDeleteRegistryBulkReq struct {
	RegistryIds []string `json:"registry_ids"`
}

ModelDeleteRegistryBulkReq struct for ModelDeleteRegistryBulkReq

func NewModelDeleteRegistryBulkReq ¶

func NewModelDeleteRegistryBulkReq(registryIds []string) *ModelDeleteRegistryBulkReq

NewModelDeleteRegistryBulkReq instantiates a new ModelDeleteRegistryBulkReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelDeleteRegistryBulkReqWithDefaults ¶

func NewModelDeleteRegistryBulkReqWithDefaults() *ModelDeleteRegistryBulkReq

NewModelDeleteRegistryBulkReqWithDefaults instantiates a new ModelDeleteRegistryBulkReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelDeleteRegistryBulkReq) GetRegistryIds ¶

func (o *ModelDeleteRegistryBulkReq) GetRegistryIds() []string

GetRegistryIds returns the RegistryIds field value If the value is explicit nil, the zero value for []string will be returned

func (*ModelDeleteRegistryBulkReq) GetRegistryIdsOk ¶

func (o *ModelDeleteRegistryBulkReq) GetRegistryIdsOk() ([]string, bool)

GetRegistryIdsOk returns a tuple with the RegistryIds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelDeleteRegistryBulkReq) MarshalJSON ¶

func (o ModelDeleteRegistryBulkReq) MarshalJSON() ([]byte, error)

func (*ModelDeleteRegistryBulkReq) SetRegistryIds ¶

func (o *ModelDeleteRegistryBulkReq) SetRegistryIds(v []string)

SetRegistryIds sets field value

func (ModelDeleteRegistryBulkReq) ToMap ¶

func (o ModelDeleteRegistryBulkReq) ToMap() (map[string]interface{}, error)

func (*ModelDeleteRegistryBulkReq) UnmarshalJSON ¶

func (o *ModelDeleteRegistryBulkReq) UnmarshalJSON(bytes []byte) (err error)

type ModelDownloadReportResponse ¶

type ModelDownloadReportResponse struct {
	UrlLink *string `json:"url_link,omitempty"`
}

ModelDownloadReportResponse struct for ModelDownloadReportResponse

func NewModelDownloadReportResponse ¶

func NewModelDownloadReportResponse() *ModelDownloadReportResponse

NewModelDownloadReportResponse instantiates a new ModelDownloadReportResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelDownloadReportResponseWithDefaults ¶

func NewModelDownloadReportResponseWithDefaults() *ModelDownloadReportResponse

NewModelDownloadReportResponseWithDefaults instantiates a new ModelDownloadReportResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (o *ModelDownloadReportResponse) GetUrlLink() string

GetUrlLink returns the UrlLink field value if set, zero value otherwise.

func (*ModelDownloadReportResponse) GetUrlLinkOk ¶

func (o *ModelDownloadReportResponse) GetUrlLinkOk() (*string, bool)

GetUrlLinkOk returns a tuple with the UrlLink field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *ModelDownloadReportResponse) HasUrlLink() bool

HasUrlLink returns a boolean if a field has been set.

func (ModelDownloadReportResponse) MarshalJSON ¶

func (o ModelDownloadReportResponse) MarshalJSON() ([]byte, error)
func (o *ModelDownloadReportResponse) SetUrlLink(v string)

SetUrlLink gets a reference to the given string and assigns it to the UrlLink field.

func (ModelDownloadReportResponse) ToMap ¶

func (o ModelDownloadReportResponse) ToMap() (map[string]interface{}, error)

type ModelDownloadScanResultsResponse ¶

type ModelDownloadScanResultsResponse struct {
	ScanInfo    *ModelScanResultsCommon `json:"scan_info,omitempty"`
	ScanResults []interface{}           `json:"scan_results,omitempty"`
}

ModelDownloadScanResultsResponse struct for ModelDownloadScanResultsResponse

func NewModelDownloadScanResultsResponse ¶

func NewModelDownloadScanResultsResponse() *ModelDownloadScanResultsResponse

NewModelDownloadScanResultsResponse instantiates a new ModelDownloadScanResultsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelDownloadScanResultsResponseWithDefaults ¶

func NewModelDownloadScanResultsResponseWithDefaults() *ModelDownloadScanResultsResponse

NewModelDownloadScanResultsResponseWithDefaults instantiates a new ModelDownloadScanResultsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelDownloadScanResultsResponse) GetScanInfo ¶

GetScanInfo returns the ScanInfo field value if set, zero value otherwise.

func (*ModelDownloadScanResultsResponse) GetScanInfoOk ¶

GetScanInfoOk returns a tuple with the ScanInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelDownloadScanResultsResponse) GetScanResults ¶

func (o *ModelDownloadScanResultsResponse) GetScanResults() []interface{}

GetScanResults returns the ScanResults field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelDownloadScanResultsResponse) GetScanResultsOk ¶

func (o *ModelDownloadScanResultsResponse) GetScanResultsOk() ([]interface{}, bool)

GetScanResultsOk returns a tuple with the ScanResults field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelDownloadScanResultsResponse) HasScanInfo ¶

func (o *ModelDownloadScanResultsResponse) HasScanInfo() bool

HasScanInfo returns a boolean if a field has been set.

func (*ModelDownloadScanResultsResponse) HasScanResults ¶

func (o *ModelDownloadScanResultsResponse) HasScanResults() bool

HasScanResults returns a boolean if a field has been set.

func (ModelDownloadScanResultsResponse) MarshalJSON ¶

func (o ModelDownloadScanResultsResponse) MarshalJSON() ([]byte, error)

func (*ModelDownloadScanResultsResponse) SetScanInfo ¶

SetScanInfo gets a reference to the given ModelScanResultsCommon and assigns it to the ScanInfo field.

func (*ModelDownloadScanResultsResponse) SetScanResults ¶

func (o *ModelDownloadScanResultsResponse) SetScanResults(v []interface{})

SetScanResults gets a reference to the given []interface{} and assigns it to the ScanResults field.

func (ModelDownloadScanResultsResponse) ToMap ¶

func (o ModelDownloadScanResultsResponse) ToMap() (map[string]interface{}, error)

type ModelEmailConfigurationAdd ¶

type ModelEmailConfigurationAdd struct {
	AmazonAccessKey *string `json:"amazon_access_key,omitempty"`
	AmazonSecretKey *string `json:"amazon_secret_key,omitempty"`
	CreatedByUserId *int32  `json:"created_by_user_id,omitempty"`
	EmailId         *string `json:"email_id,omitempty"`
	EmailProvider   *string `json:"email_provider,omitempty"`
	Password        *string `json:"password,omitempty"`
	Port            *string `json:"port,omitempty"`
	SesRegion       *string `json:"ses_region,omitempty"`
	Smtp            *string `json:"smtp,omitempty"`
}

ModelEmailConfigurationAdd struct for ModelEmailConfigurationAdd

func NewModelEmailConfigurationAdd ¶

func NewModelEmailConfigurationAdd() *ModelEmailConfigurationAdd

NewModelEmailConfigurationAdd instantiates a new ModelEmailConfigurationAdd object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelEmailConfigurationAddWithDefaults ¶

func NewModelEmailConfigurationAddWithDefaults() *ModelEmailConfigurationAdd

NewModelEmailConfigurationAddWithDefaults instantiates a new ModelEmailConfigurationAdd object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelEmailConfigurationAdd) GetAmazonAccessKey ¶

func (o *ModelEmailConfigurationAdd) GetAmazonAccessKey() string

GetAmazonAccessKey returns the AmazonAccessKey field value if set, zero value otherwise.

func (*ModelEmailConfigurationAdd) GetAmazonAccessKeyOk ¶

func (o *ModelEmailConfigurationAdd) GetAmazonAccessKeyOk() (*string, bool)

GetAmazonAccessKeyOk returns a tuple with the AmazonAccessKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelEmailConfigurationAdd) GetAmazonSecretKey ¶

func (o *ModelEmailConfigurationAdd) GetAmazonSecretKey() string

GetAmazonSecretKey returns the AmazonSecretKey field value if set, zero value otherwise.

func (*ModelEmailConfigurationAdd) GetAmazonSecretKeyOk ¶

func (o *ModelEmailConfigurationAdd) GetAmazonSecretKeyOk() (*string, bool)

GetAmazonSecretKeyOk returns a tuple with the AmazonSecretKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelEmailConfigurationAdd) GetCreatedByUserId ¶

func (o *ModelEmailConfigurationAdd) GetCreatedByUserId() int32

GetCreatedByUserId returns the CreatedByUserId field value if set, zero value otherwise.

func (*ModelEmailConfigurationAdd) GetCreatedByUserIdOk ¶

func (o *ModelEmailConfigurationAdd) GetCreatedByUserIdOk() (*int32, bool)

GetCreatedByUserIdOk returns a tuple with the CreatedByUserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelEmailConfigurationAdd) GetEmailId ¶

func (o *ModelEmailConfigurationAdd) GetEmailId() string

GetEmailId returns the EmailId field value if set, zero value otherwise.

func (*ModelEmailConfigurationAdd) GetEmailIdOk ¶

func (o *ModelEmailConfigurationAdd) GetEmailIdOk() (*string, bool)

GetEmailIdOk returns a tuple with the EmailId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelEmailConfigurationAdd) GetEmailProvider ¶

func (o *ModelEmailConfigurationAdd) GetEmailProvider() string

GetEmailProvider returns the EmailProvider field value if set, zero value otherwise.

func (*ModelEmailConfigurationAdd) GetEmailProviderOk ¶

func (o *ModelEmailConfigurationAdd) GetEmailProviderOk() (*string, bool)

GetEmailProviderOk returns a tuple with the EmailProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelEmailConfigurationAdd) GetPassword ¶

func (o *ModelEmailConfigurationAdd) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*ModelEmailConfigurationAdd) GetPasswordOk ¶

func (o *ModelEmailConfigurationAdd) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelEmailConfigurationAdd) GetPort ¶

func (o *ModelEmailConfigurationAdd) GetPort() string

GetPort returns the Port field value if set, zero value otherwise.

func (*ModelEmailConfigurationAdd) GetPortOk ¶

func (o *ModelEmailConfigurationAdd) GetPortOk() (*string, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelEmailConfigurationAdd) GetSesRegion ¶

func (o *ModelEmailConfigurationAdd) GetSesRegion() string

GetSesRegion returns the SesRegion field value if set, zero value otherwise.

func (*ModelEmailConfigurationAdd) GetSesRegionOk ¶

func (o *ModelEmailConfigurationAdd) GetSesRegionOk() (*string, bool)

GetSesRegionOk returns a tuple with the SesRegion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelEmailConfigurationAdd) GetSmtp ¶

func (o *ModelEmailConfigurationAdd) GetSmtp() string

GetSmtp returns the Smtp field value if set, zero value otherwise.

func (*ModelEmailConfigurationAdd) GetSmtpOk ¶

func (o *ModelEmailConfigurationAdd) GetSmtpOk() (*string, bool)

GetSmtpOk returns a tuple with the Smtp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelEmailConfigurationAdd) HasAmazonAccessKey ¶

func (o *ModelEmailConfigurationAdd) HasAmazonAccessKey() bool

HasAmazonAccessKey returns a boolean if a field has been set.

func (*ModelEmailConfigurationAdd) HasAmazonSecretKey ¶

func (o *ModelEmailConfigurationAdd) HasAmazonSecretKey() bool

HasAmazonSecretKey returns a boolean if a field has been set.

func (*ModelEmailConfigurationAdd) HasCreatedByUserId ¶

func (o *ModelEmailConfigurationAdd) HasCreatedByUserId() bool

HasCreatedByUserId returns a boolean if a field has been set.

func (*ModelEmailConfigurationAdd) HasEmailId ¶

func (o *ModelEmailConfigurationAdd) HasEmailId() bool

HasEmailId returns a boolean if a field has been set.

func (*ModelEmailConfigurationAdd) HasEmailProvider ¶

func (o *ModelEmailConfigurationAdd) HasEmailProvider() bool

HasEmailProvider returns a boolean if a field has been set.

func (*ModelEmailConfigurationAdd) HasPassword ¶

func (o *ModelEmailConfigurationAdd) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*ModelEmailConfigurationAdd) HasPort ¶

func (o *ModelEmailConfigurationAdd) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*ModelEmailConfigurationAdd) HasSesRegion ¶

func (o *ModelEmailConfigurationAdd) HasSesRegion() bool

HasSesRegion returns a boolean if a field has been set.

func (*ModelEmailConfigurationAdd) HasSmtp ¶

func (o *ModelEmailConfigurationAdd) HasSmtp() bool

HasSmtp returns a boolean if a field has been set.

func (ModelEmailConfigurationAdd) MarshalJSON ¶

func (o ModelEmailConfigurationAdd) MarshalJSON() ([]byte, error)

func (*ModelEmailConfigurationAdd) SetAmazonAccessKey ¶

func (o *ModelEmailConfigurationAdd) SetAmazonAccessKey(v string)

SetAmazonAccessKey gets a reference to the given string and assigns it to the AmazonAccessKey field.

func (*ModelEmailConfigurationAdd) SetAmazonSecretKey ¶

func (o *ModelEmailConfigurationAdd) SetAmazonSecretKey(v string)

SetAmazonSecretKey gets a reference to the given string and assigns it to the AmazonSecretKey field.

func (*ModelEmailConfigurationAdd) SetCreatedByUserId ¶

func (o *ModelEmailConfigurationAdd) SetCreatedByUserId(v int32)

SetCreatedByUserId gets a reference to the given int32 and assigns it to the CreatedByUserId field.

func (*ModelEmailConfigurationAdd) SetEmailId ¶

func (o *ModelEmailConfigurationAdd) SetEmailId(v string)

SetEmailId gets a reference to the given string and assigns it to the EmailId field.

func (*ModelEmailConfigurationAdd) SetEmailProvider ¶

func (o *ModelEmailConfigurationAdd) SetEmailProvider(v string)

SetEmailProvider gets a reference to the given string and assigns it to the EmailProvider field.

func (*ModelEmailConfigurationAdd) SetPassword ¶

func (o *ModelEmailConfigurationAdd) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*ModelEmailConfigurationAdd) SetPort ¶

func (o *ModelEmailConfigurationAdd) SetPort(v string)

SetPort gets a reference to the given string and assigns it to the Port field.

func (*ModelEmailConfigurationAdd) SetSesRegion ¶

func (o *ModelEmailConfigurationAdd) SetSesRegion(v string)

SetSesRegion gets a reference to the given string and assigns it to the SesRegion field.

func (*ModelEmailConfigurationAdd) SetSmtp ¶

func (o *ModelEmailConfigurationAdd) SetSmtp(v string)

SetSmtp gets a reference to the given string and assigns it to the Smtp field.

func (ModelEmailConfigurationAdd) ToMap ¶

func (o ModelEmailConfigurationAdd) ToMap() (map[string]interface{}, error)

type ModelEmailConfigurationResp ¶

type ModelEmailConfigurationResp struct {
	CreatedByUserId *int32  `json:"created_by_user_id,omitempty"`
	EmailId         *string `json:"email_id,omitempty"`
	EmailProvider   *string `json:"email_provider,omitempty"`
	Id              *int32  `json:"id,omitempty"`
	Port            *string `json:"port,omitempty"`
	SesRegion       *string `json:"ses_region,omitempty"`
	Smtp            *string `json:"smtp,omitempty"`
}

ModelEmailConfigurationResp struct for ModelEmailConfigurationResp

func NewModelEmailConfigurationResp ¶

func NewModelEmailConfigurationResp() *ModelEmailConfigurationResp

NewModelEmailConfigurationResp instantiates a new ModelEmailConfigurationResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelEmailConfigurationRespWithDefaults ¶

func NewModelEmailConfigurationRespWithDefaults() *ModelEmailConfigurationResp

NewModelEmailConfigurationRespWithDefaults instantiates a new ModelEmailConfigurationResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelEmailConfigurationResp) GetCreatedByUserId ¶

func (o *ModelEmailConfigurationResp) GetCreatedByUserId() int32

GetCreatedByUserId returns the CreatedByUserId field value if set, zero value otherwise.

func (*ModelEmailConfigurationResp) GetCreatedByUserIdOk ¶

func (o *ModelEmailConfigurationResp) GetCreatedByUserIdOk() (*int32, bool)

GetCreatedByUserIdOk returns a tuple with the CreatedByUserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelEmailConfigurationResp) GetEmailId ¶

func (o *ModelEmailConfigurationResp) GetEmailId() string

GetEmailId returns the EmailId field value if set, zero value otherwise.

func (*ModelEmailConfigurationResp) GetEmailIdOk ¶

func (o *ModelEmailConfigurationResp) GetEmailIdOk() (*string, bool)

GetEmailIdOk returns a tuple with the EmailId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelEmailConfigurationResp) GetEmailProvider ¶

func (o *ModelEmailConfigurationResp) GetEmailProvider() string

GetEmailProvider returns the EmailProvider field value if set, zero value otherwise.

func (*ModelEmailConfigurationResp) GetEmailProviderOk ¶

func (o *ModelEmailConfigurationResp) GetEmailProviderOk() (*string, bool)

GetEmailProviderOk returns a tuple with the EmailProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelEmailConfigurationResp) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ModelEmailConfigurationResp) GetIdOk ¶

func (o *ModelEmailConfigurationResp) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelEmailConfigurationResp) GetPort ¶

func (o *ModelEmailConfigurationResp) GetPort() string

GetPort returns the Port field value if set, zero value otherwise.

func (*ModelEmailConfigurationResp) GetPortOk ¶

func (o *ModelEmailConfigurationResp) GetPortOk() (*string, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelEmailConfigurationResp) GetSesRegion ¶

func (o *ModelEmailConfigurationResp) GetSesRegion() string

GetSesRegion returns the SesRegion field value if set, zero value otherwise.

func (*ModelEmailConfigurationResp) GetSesRegionOk ¶

func (o *ModelEmailConfigurationResp) GetSesRegionOk() (*string, bool)

GetSesRegionOk returns a tuple with the SesRegion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelEmailConfigurationResp) GetSmtp ¶

func (o *ModelEmailConfigurationResp) GetSmtp() string

GetSmtp returns the Smtp field value if set, zero value otherwise.

func (*ModelEmailConfigurationResp) GetSmtpOk ¶

func (o *ModelEmailConfigurationResp) GetSmtpOk() (*string, bool)

GetSmtpOk returns a tuple with the Smtp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelEmailConfigurationResp) HasCreatedByUserId ¶

func (o *ModelEmailConfigurationResp) HasCreatedByUserId() bool

HasCreatedByUserId returns a boolean if a field has been set.

func (*ModelEmailConfigurationResp) HasEmailId ¶

func (o *ModelEmailConfigurationResp) HasEmailId() bool

HasEmailId returns a boolean if a field has been set.

func (*ModelEmailConfigurationResp) HasEmailProvider ¶

func (o *ModelEmailConfigurationResp) HasEmailProvider() bool

HasEmailProvider returns a boolean if a field has been set.

func (*ModelEmailConfigurationResp) HasId ¶

func (o *ModelEmailConfigurationResp) HasId() bool

HasId returns a boolean if a field has been set.

func (*ModelEmailConfigurationResp) HasPort ¶

func (o *ModelEmailConfigurationResp) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*ModelEmailConfigurationResp) HasSesRegion ¶

func (o *ModelEmailConfigurationResp) HasSesRegion() bool

HasSesRegion returns a boolean if a field has been set.

func (*ModelEmailConfigurationResp) HasSmtp ¶

func (o *ModelEmailConfigurationResp) HasSmtp() bool

HasSmtp returns a boolean if a field has been set.

func (ModelEmailConfigurationResp) MarshalJSON ¶

func (o ModelEmailConfigurationResp) MarshalJSON() ([]byte, error)

func (*ModelEmailConfigurationResp) SetCreatedByUserId ¶

func (o *ModelEmailConfigurationResp) SetCreatedByUserId(v int32)

SetCreatedByUserId gets a reference to the given int32 and assigns it to the CreatedByUserId field.

func (*ModelEmailConfigurationResp) SetEmailId ¶

func (o *ModelEmailConfigurationResp) SetEmailId(v string)

SetEmailId gets a reference to the given string and assigns it to the EmailId field.

func (*ModelEmailConfigurationResp) SetEmailProvider ¶

func (o *ModelEmailConfigurationResp) SetEmailProvider(v string)

SetEmailProvider gets a reference to the given string and assigns it to the EmailProvider field.

func (*ModelEmailConfigurationResp) SetId ¶

func (o *ModelEmailConfigurationResp) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ModelEmailConfigurationResp) SetPort ¶

func (o *ModelEmailConfigurationResp) SetPort(v string)

SetPort gets a reference to the given string and assigns it to the Port field.

func (*ModelEmailConfigurationResp) SetSesRegion ¶

func (o *ModelEmailConfigurationResp) SetSesRegion(v string)

SetSesRegion gets a reference to the given string and assigns it to the SesRegion field.

func (*ModelEmailConfigurationResp) SetSmtp ¶

func (o *ModelEmailConfigurationResp) SetSmtp(v string)

SetSmtp gets a reference to the given string and assigns it to the Smtp field.

func (ModelEmailConfigurationResp) ToMap ¶

func (o ModelEmailConfigurationResp) ToMap() (map[string]interface{}, error)

type ModelExportReport ¶

type ModelExportReport struct {
	CreatedAt   *int32  `json:"created_at,omitempty"`
	Duration    *int32  `json:"duration,omitempty"`
	Filters     *string `json:"filters,omitempty"`
	ReportId    *string `json:"report_id,omitempty"`
	Status      *string `json:"status,omitempty"`
	StoragePath *string `json:"storage_path,omitempty"`
	Type        *string `json:"type,omitempty"`
	UpdatedAt   *int32  `json:"updated_at,omitempty"`
	Url         *string `json:"url,omitempty"`
}

ModelExportReport struct for ModelExportReport

func NewModelExportReport ¶

func NewModelExportReport() *ModelExportReport

NewModelExportReport instantiates a new ModelExportReport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelExportReportWithDefaults ¶

func NewModelExportReportWithDefaults() *ModelExportReport

NewModelExportReportWithDefaults instantiates a new ModelExportReport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelExportReport) GetCreatedAt ¶

func (o *ModelExportReport) GetCreatedAt() int32

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*ModelExportReport) GetCreatedAtOk ¶

func (o *ModelExportReport) GetCreatedAtOk() (*int32, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelExportReport) GetDuration ¶

func (o *ModelExportReport) GetDuration() int32

GetDuration returns the Duration field value if set, zero value otherwise.

func (*ModelExportReport) GetDurationOk ¶

func (o *ModelExportReport) GetDurationOk() (*int32, bool)

GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelExportReport) GetFilters ¶

func (o *ModelExportReport) GetFilters() string

GetFilters returns the Filters field value if set, zero value otherwise.

func (*ModelExportReport) GetFiltersOk ¶

func (o *ModelExportReport) GetFiltersOk() (*string, bool)

GetFiltersOk returns a tuple with the Filters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelExportReport) GetReportId ¶

func (o *ModelExportReport) GetReportId() string

GetReportId returns the ReportId field value if set, zero value otherwise.

func (*ModelExportReport) GetReportIdOk ¶

func (o *ModelExportReport) GetReportIdOk() (*string, bool)

GetReportIdOk returns a tuple with the ReportId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelExportReport) GetStatus ¶

func (o *ModelExportReport) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*ModelExportReport) GetStatusOk ¶

func (o *ModelExportReport) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelExportReport) GetStoragePath ¶

func (o *ModelExportReport) GetStoragePath() string

GetStoragePath returns the StoragePath field value if set, zero value otherwise.

func (*ModelExportReport) GetStoragePathOk ¶

func (o *ModelExportReport) GetStoragePathOk() (*string, bool)

GetStoragePathOk returns a tuple with the StoragePath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelExportReport) GetType ¶

func (o *ModelExportReport) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ModelExportReport) GetTypeOk ¶

func (o *ModelExportReport) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelExportReport) GetUpdatedAt ¶

func (o *ModelExportReport) GetUpdatedAt() int32

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*ModelExportReport) GetUpdatedAtOk ¶

func (o *ModelExportReport) GetUpdatedAtOk() (*int32, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelExportReport) GetUrl ¶

func (o *ModelExportReport) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*ModelExportReport) GetUrlOk ¶

func (o *ModelExportReport) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelExportReport) HasCreatedAt ¶

func (o *ModelExportReport) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*ModelExportReport) HasDuration ¶

func (o *ModelExportReport) HasDuration() bool

HasDuration returns a boolean if a field has been set.

func (*ModelExportReport) HasFilters ¶

func (o *ModelExportReport) HasFilters() bool

HasFilters returns a boolean if a field has been set.

func (*ModelExportReport) HasReportId ¶

func (o *ModelExportReport) HasReportId() bool

HasReportId returns a boolean if a field has been set.

func (*ModelExportReport) HasStatus ¶

func (o *ModelExportReport) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ModelExportReport) HasStoragePath ¶

func (o *ModelExportReport) HasStoragePath() bool

HasStoragePath returns a boolean if a field has been set.

func (*ModelExportReport) HasType ¶

func (o *ModelExportReport) HasType() bool

HasType returns a boolean if a field has been set.

func (*ModelExportReport) HasUpdatedAt ¶

func (o *ModelExportReport) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*ModelExportReport) HasUrl ¶

func (o *ModelExportReport) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (ModelExportReport) MarshalJSON ¶

func (o ModelExportReport) MarshalJSON() ([]byte, error)

func (*ModelExportReport) SetCreatedAt ¶

func (o *ModelExportReport) SetCreatedAt(v int32)

SetCreatedAt gets a reference to the given int32 and assigns it to the CreatedAt field.

func (*ModelExportReport) SetDuration ¶

func (o *ModelExportReport) SetDuration(v int32)

SetDuration gets a reference to the given int32 and assigns it to the Duration field.

func (*ModelExportReport) SetFilters ¶

func (o *ModelExportReport) SetFilters(v string)

SetFilters gets a reference to the given string and assigns it to the Filters field.

func (*ModelExportReport) SetReportId ¶

func (o *ModelExportReport) SetReportId(v string)

SetReportId gets a reference to the given string and assigns it to the ReportId field.

func (*ModelExportReport) SetStatus ¶

func (o *ModelExportReport) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*ModelExportReport) SetStoragePath ¶

func (o *ModelExportReport) SetStoragePath(v string)

SetStoragePath gets a reference to the given string and assigns it to the StoragePath field.

func (*ModelExportReport) SetType ¶

func (o *ModelExportReport) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ModelExportReport) SetUpdatedAt ¶

func (o *ModelExportReport) SetUpdatedAt(v int32)

SetUpdatedAt gets a reference to the given int32 and assigns it to the UpdatedAt field.

func (*ModelExportReport) SetUrl ¶

func (o *ModelExportReport) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (ModelExportReport) ToMap ¶

func (o ModelExportReport) ToMap() (map[string]interface{}, error)

type ModelFetchWindow ¶

type ModelFetchWindow struct {
	Offset int32 `json:"offset"`
	Size   int32 `json:"size"`
}

ModelFetchWindow struct for ModelFetchWindow

func NewModelFetchWindow ¶

func NewModelFetchWindow(offset int32, size int32) *ModelFetchWindow

NewModelFetchWindow instantiates a new ModelFetchWindow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelFetchWindowWithDefaults ¶

func NewModelFetchWindowWithDefaults() *ModelFetchWindow

NewModelFetchWindowWithDefaults instantiates a new ModelFetchWindow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelFetchWindow) GetOffset ¶

func (o *ModelFetchWindow) GetOffset() int32

GetOffset returns the Offset field value

func (*ModelFetchWindow) GetOffsetOk ¶

func (o *ModelFetchWindow) GetOffsetOk() (*int32, bool)

GetOffsetOk returns a tuple with the Offset field value and a boolean to check if the value has been set.

func (*ModelFetchWindow) GetSize ¶

func (o *ModelFetchWindow) GetSize() int32

GetSize returns the Size field value

func (*ModelFetchWindow) GetSizeOk ¶

func (o *ModelFetchWindow) GetSizeOk() (*int32, bool)

GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.

func (ModelFetchWindow) MarshalJSON ¶

func (o ModelFetchWindow) MarshalJSON() ([]byte, error)

func (*ModelFetchWindow) SetOffset ¶

func (o *ModelFetchWindow) SetOffset(v int32)

SetOffset sets field value

func (*ModelFetchWindow) SetSize ¶

func (o *ModelFetchWindow) SetSize(v int32)

SetSize sets field value

func (ModelFetchWindow) ToMap ¶

func (o ModelFetchWindow) ToMap() (map[string]interface{}, error)

func (*ModelFetchWindow) UnmarshalJSON ¶

func (o *ModelFetchWindow) UnmarshalJSON(bytes []byte) (err error)

type ModelFiltersReq ¶

type ModelFiltersReq struct {
	Filters []string               `json:"filters"`
	Having  map[string]interface{} `json:"having,omitempty"`
}

ModelFiltersReq struct for ModelFiltersReq

func NewModelFiltersReq ¶

func NewModelFiltersReq(filters []string) *ModelFiltersReq

NewModelFiltersReq instantiates a new ModelFiltersReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelFiltersReqWithDefaults ¶

func NewModelFiltersReqWithDefaults() *ModelFiltersReq

NewModelFiltersReqWithDefaults instantiates a new ModelFiltersReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelFiltersReq) GetFilters ¶

func (o *ModelFiltersReq) GetFilters() []string

GetFilters returns the Filters field value If the value is explicit nil, the zero value for []string will be returned

func (*ModelFiltersReq) GetFiltersOk ¶

func (o *ModelFiltersReq) GetFiltersOk() ([]string, bool)

GetFiltersOk returns a tuple with the Filters field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelFiltersReq) GetHaving ¶

func (o *ModelFiltersReq) GetHaving() map[string]interface{}

GetHaving returns the Having field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelFiltersReq) GetHavingOk ¶

func (o *ModelFiltersReq) GetHavingOk() (map[string]interface{}, bool)

GetHavingOk returns a tuple with the Having field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelFiltersReq) HasHaving ¶

func (o *ModelFiltersReq) HasHaving() bool

HasHaving returns a boolean if a field has been set.

func (ModelFiltersReq) MarshalJSON ¶

func (o ModelFiltersReq) MarshalJSON() ([]byte, error)

func (*ModelFiltersReq) SetFilters ¶

func (o *ModelFiltersReq) SetFilters(v []string)

SetFilters sets field value

func (*ModelFiltersReq) SetHaving ¶

func (o *ModelFiltersReq) SetHaving(v map[string]interface{})

SetHaving gets a reference to the given map[string]interface{} and assigns it to the Having field.

func (ModelFiltersReq) ToMap ¶

func (o ModelFiltersReq) ToMap() (map[string]interface{}, error)

func (*ModelFiltersReq) UnmarshalJSON ¶

func (o *ModelFiltersReq) UnmarshalJSON(bytes []byte) (err error)

type ModelFiltersResult ¶

type ModelFiltersResult struct {
	Filters map[string][]string `json:"filters"`
}

ModelFiltersResult struct for ModelFiltersResult

func NewModelFiltersResult ¶

func NewModelFiltersResult(filters map[string][]string) *ModelFiltersResult

NewModelFiltersResult instantiates a new ModelFiltersResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelFiltersResultWithDefaults ¶

func NewModelFiltersResultWithDefaults() *ModelFiltersResult

NewModelFiltersResultWithDefaults instantiates a new ModelFiltersResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelFiltersResult) GetFilters ¶

func (o *ModelFiltersResult) GetFilters() map[string][]string

GetFilters returns the Filters field value If the value is explicit nil, the zero value for map[string][]string will be returned

func (*ModelFiltersResult) GetFiltersOk ¶

func (o *ModelFiltersResult) GetFiltersOk() (*map[string][]string, bool)

GetFiltersOk returns a tuple with the Filters field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelFiltersResult) MarshalJSON ¶

func (o ModelFiltersResult) MarshalJSON() ([]byte, error)

func (*ModelFiltersResult) SetFilters ¶

func (o *ModelFiltersResult) SetFilters(v map[string][]string)

SetFilters sets field value

func (ModelFiltersResult) ToMap ¶

func (o ModelFiltersResult) ToMap() (map[string]interface{}, error)

func (*ModelFiltersResult) UnmarshalJSON ¶

func (o *ModelFiltersResult) UnmarshalJSON(bytes []byte) (err error)

type ModelGenerateReportReq ¶

type ModelGenerateReportReq struct {
	Duration   *int32              `json:"duration,omitempty"`
	Filters    *UtilsReportFilters `json:"filters,omitempty"`
	ReportType string              `json:"report_type"`
}

ModelGenerateReportReq struct for ModelGenerateReportReq

func NewModelGenerateReportReq ¶

func NewModelGenerateReportReq(reportType string) *ModelGenerateReportReq

NewModelGenerateReportReq instantiates a new ModelGenerateReportReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelGenerateReportReqWithDefaults ¶

func NewModelGenerateReportReqWithDefaults() *ModelGenerateReportReq

NewModelGenerateReportReqWithDefaults instantiates a new ModelGenerateReportReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelGenerateReportReq) GetDuration ¶

func (o *ModelGenerateReportReq) GetDuration() int32

GetDuration returns the Duration field value if set, zero value otherwise.

func (*ModelGenerateReportReq) GetDurationOk ¶

func (o *ModelGenerateReportReq) GetDurationOk() (*int32, bool)

GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelGenerateReportReq) GetFilters ¶

GetFilters returns the Filters field value if set, zero value otherwise.

func (*ModelGenerateReportReq) GetFiltersOk ¶

func (o *ModelGenerateReportReq) GetFiltersOk() (*UtilsReportFilters, bool)

GetFiltersOk returns a tuple with the Filters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelGenerateReportReq) GetReportType ¶

func (o *ModelGenerateReportReq) GetReportType() string

GetReportType returns the ReportType field value

func (*ModelGenerateReportReq) GetReportTypeOk ¶

func (o *ModelGenerateReportReq) GetReportTypeOk() (*string, bool)

GetReportTypeOk returns a tuple with the ReportType field value and a boolean to check if the value has been set.

func (*ModelGenerateReportReq) HasDuration ¶

func (o *ModelGenerateReportReq) HasDuration() bool

HasDuration returns a boolean if a field has been set.

func (*ModelGenerateReportReq) HasFilters ¶

func (o *ModelGenerateReportReq) HasFilters() bool

HasFilters returns a boolean if a field has been set.

func (ModelGenerateReportReq) MarshalJSON ¶

func (o ModelGenerateReportReq) MarshalJSON() ([]byte, error)

func (*ModelGenerateReportReq) SetDuration ¶

func (o *ModelGenerateReportReq) SetDuration(v int32)

SetDuration gets a reference to the given int32 and assigns it to the Duration field.

func (*ModelGenerateReportReq) SetFilters ¶

func (o *ModelGenerateReportReq) SetFilters(v UtilsReportFilters)

SetFilters gets a reference to the given UtilsReportFilters and assigns it to the Filters field.

func (*ModelGenerateReportReq) SetReportType ¶

func (o *ModelGenerateReportReq) SetReportType(v string)

SetReportType sets field value

func (ModelGenerateReportReq) ToMap ¶

func (o ModelGenerateReportReq) ToMap() (map[string]interface{}, error)

func (*ModelGenerateReportReq) UnmarshalJSON ¶

func (o *ModelGenerateReportReq) UnmarshalJSON(bytes []byte) (err error)

type ModelGenerateReportResp ¶

type ModelGenerateReportResp struct {
	ReportId *string `json:"report_id,omitempty"`
}

ModelGenerateReportResp struct for ModelGenerateReportResp

func NewModelGenerateReportResp ¶

func NewModelGenerateReportResp() *ModelGenerateReportResp

NewModelGenerateReportResp instantiates a new ModelGenerateReportResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelGenerateReportRespWithDefaults ¶

func NewModelGenerateReportRespWithDefaults() *ModelGenerateReportResp

NewModelGenerateReportRespWithDefaults instantiates a new ModelGenerateReportResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelGenerateReportResp) GetReportId ¶

func (o *ModelGenerateReportResp) GetReportId() string

GetReportId returns the ReportId field value if set, zero value otherwise.

func (*ModelGenerateReportResp) GetReportIdOk ¶

func (o *ModelGenerateReportResp) GetReportIdOk() (*string, bool)

GetReportIdOk returns a tuple with the ReportId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelGenerateReportResp) HasReportId ¶

func (o *ModelGenerateReportResp) HasReportId() bool

HasReportId returns a boolean if a field has been set.

func (ModelGenerateReportResp) MarshalJSON ¶

func (o ModelGenerateReportResp) MarshalJSON() ([]byte, error)

func (*ModelGenerateReportResp) SetReportId ¶

func (o *ModelGenerateReportResp) SetReportId(v string)

SetReportId gets a reference to the given string and assigns it to the ReportId field.

func (ModelGenerateReportResp) ToMap ¶

func (o ModelGenerateReportResp) ToMap() (map[string]interface{}, error)

type ModelGenerativeAiIntegrationCloudPostureRequest ¶

type ModelGenerativeAiIntegrationCloudPostureRequest struct {
	CloudProvider       string  `json:"cloud_provider"`
	ComplianceCheckType string  `json:"compliance_check_type"`
	Group               *string `json:"group,omitempty"`
	IntegrationId       *int32  `json:"integration_id,omitempty"`
	QueryType           string  `json:"query_type"`
	RemediationFormat   string  `json:"remediation_format"`
	Service             *string `json:"service,omitempty"`
	Title               string  `json:"title"`
}

ModelGenerativeAiIntegrationCloudPostureRequest struct for ModelGenerativeAiIntegrationCloudPostureRequest

func NewModelGenerativeAiIntegrationCloudPostureRequest ¶

func NewModelGenerativeAiIntegrationCloudPostureRequest(cloudProvider string, complianceCheckType string, queryType string, remediationFormat string, title string) *ModelGenerativeAiIntegrationCloudPostureRequest

NewModelGenerativeAiIntegrationCloudPostureRequest instantiates a new ModelGenerativeAiIntegrationCloudPostureRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelGenerativeAiIntegrationCloudPostureRequestWithDefaults ¶

func NewModelGenerativeAiIntegrationCloudPostureRequestWithDefaults() *ModelGenerativeAiIntegrationCloudPostureRequest

NewModelGenerativeAiIntegrationCloudPostureRequestWithDefaults instantiates a new ModelGenerativeAiIntegrationCloudPostureRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelGenerativeAiIntegrationCloudPostureRequest) GetCloudProvider ¶

GetCloudProvider returns the CloudProvider field value

func (*ModelGenerativeAiIntegrationCloudPostureRequest) GetCloudProviderOk ¶

func (o *ModelGenerativeAiIntegrationCloudPostureRequest) GetCloudProviderOk() (*string, bool)

GetCloudProviderOk returns a tuple with the CloudProvider field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationCloudPostureRequest) GetComplianceCheckType ¶

func (o *ModelGenerativeAiIntegrationCloudPostureRequest) GetComplianceCheckType() string

GetComplianceCheckType returns the ComplianceCheckType field value

func (*ModelGenerativeAiIntegrationCloudPostureRequest) GetComplianceCheckTypeOk ¶

func (o *ModelGenerativeAiIntegrationCloudPostureRequest) GetComplianceCheckTypeOk() (*string, bool)

GetComplianceCheckTypeOk returns a tuple with the ComplianceCheckType field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationCloudPostureRequest) GetGroup ¶

GetGroup returns the Group field value if set, zero value otherwise.

func (*ModelGenerativeAiIntegrationCloudPostureRequest) GetGroupOk ¶

GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationCloudPostureRequest) GetIntegrationId ¶

GetIntegrationId returns the IntegrationId field value if set, zero value otherwise.

func (*ModelGenerativeAiIntegrationCloudPostureRequest) GetIntegrationIdOk ¶

func (o *ModelGenerativeAiIntegrationCloudPostureRequest) GetIntegrationIdOk() (*int32, bool)

GetIntegrationIdOk returns a tuple with the IntegrationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationCloudPostureRequest) GetQueryType ¶

GetQueryType returns the QueryType field value

func (*ModelGenerativeAiIntegrationCloudPostureRequest) GetQueryTypeOk ¶

GetQueryTypeOk returns a tuple with the QueryType field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationCloudPostureRequest) GetRemediationFormat ¶

func (o *ModelGenerativeAiIntegrationCloudPostureRequest) GetRemediationFormat() string

GetRemediationFormat returns the RemediationFormat field value

func (*ModelGenerativeAiIntegrationCloudPostureRequest) GetRemediationFormatOk ¶

func (o *ModelGenerativeAiIntegrationCloudPostureRequest) GetRemediationFormatOk() (*string, bool)

GetRemediationFormatOk returns a tuple with the RemediationFormat field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationCloudPostureRequest) GetService ¶

GetService returns the Service field value if set, zero value otherwise.

func (*ModelGenerativeAiIntegrationCloudPostureRequest) GetServiceOk ¶

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationCloudPostureRequest) GetTitle ¶

GetTitle returns the Title field value

func (*ModelGenerativeAiIntegrationCloudPostureRequest) GetTitleOk ¶

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationCloudPostureRequest) HasGroup ¶

HasGroup returns a boolean if a field has been set.

func (*ModelGenerativeAiIntegrationCloudPostureRequest) HasIntegrationId ¶

HasIntegrationId returns a boolean if a field has been set.

func (*ModelGenerativeAiIntegrationCloudPostureRequest) HasService ¶

HasService returns a boolean if a field has been set.

func (ModelGenerativeAiIntegrationCloudPostureRequest) MarshalJSON ¶

func (*ModelGenerativeAiIntegrationCloudPostureRequest) SetCloudProvider ¶

SetCloudProvider sets field value

func (*ModelGenerativeAiIntegrationCloudPostureRequest) SetComplianceCheckType ¶

func (o *ModelGenerativeAiIntegrationCloudPostureRequest) SetComplianceCheckType(v string)

SetComplianceCheckType sets field value

func (*ModelGenerativeAiIntegrationCloudPostureRequest) SetGroup ¶

SetGroup gets a reference to the given string and assigns it to the Group field.

func (*ModelGenerativeAiIntegrationCloudPostureRequest) SetIntegrationId ¶

SetIntegrationId gets a reference to the given int32 and assigns it to the IntegrationId field.

func (*ModelGenerativeAiIntegrationCloudPostureRequest) SetQueryType ¶

SetQueryType sets field value

func (*ModelGenerativeAiIntegrationCloudPostureRequest) SetRemediationFormat ¶

func (o *ModelGenerativeAiIntegrationCloudPostureRequest) SetRemediationFormat(v string)

SetRemediationFormat sets field value

func (*ModelGenerativeAiIntegrationCloudPostureRequest) SetService ¶

SetService gets a reference to the given string and assigns it to the Service field.

func (*ModelGenerativeAiIntegrationCloudPostureRequest) SetTitle ¶

SetTitle sets field value

func (ModelGenerativeAiIntegrationCloudPostureRequest) ToMap ¶

func (o ModelGenerativeAiIntegrationCloudPostureRequest) ToMap() (map[string]interface{}, error)

func (*ModelGenerativeAiIntegrationCloudPostureRequest) UnmarshalJSON ¶

func (o *ModelGenerativeAiIntegrationCloudPostureRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelGenerativeAiIntegrationKubernetesPostureRequest ¶

type ModelGenerativeAiIntegrationKubernetesPostureRequest struct {
	ComplianceCheckType string `json:"compliance_check_type"`
	Description         string `json:"description"`
	IntegrationId       *int32 `json:"integration_id,omitempty"`
	QueryType           string `json:"query_type"`
	RemediationFormat   string `json:"remediation_format"`
}

ModelGenerativeAiIntegrationKubernetesPostureRequest struct for ModelGenerativeAiIntegrationKubernetesPostureRequest

func NewModelGenerativeAiIntegrationKubernetesPostureRequest ¶

func NewModelGenerativeAiIntegrationKubernetesPostureRequest(complianceCheckType string, description string, queryType string, remediationFormat string) *ModelGenerativeAiIntegrationKubernetesPostureRequest

NewModelGenerativeAiIntegrationKubernetesPostureRequest instantiates a new ModelGenerativeAiIntegrationKubernetesPostureRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelGenerativeAiIntegrationKubernetesPostureRequestWithDefaults ¶

func NewModelGenerativeAiIntegrationKubernetesPostureRequestWithDefaults() *ModelGenerativeAiIntegrationKubernetesPostureRequest

NewModelGenerativeAiIntegrationKubernetesPostureRequestWithDefaults instantiates a new ModelGenerativeAiIntegrationKubernetesPostureRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelGenerativeAiIntegrationKubernetesPostureRequest) GetComplianceCheckType ¶

GetComplianceCheckType returns the ComplianceCheckType field value

func (*ModelGenerativeAiIntegrationKubernetesPostureRequest) GetComplianceCheckTypeOk ¶

func (o *ModelGenerativeAiIntegrationKubernetesPostureRequest) GetComplianceCheckTypeOk() (*string, bool)

GetComplianceCheckTypeOk returns a tuple with the ComplianceCheckType field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationKubernetesPostureRequest) GetDescription ¶

GetDescription returns the Description field value

func (*ModelGenerativeAiIntegrationKubernetesPostureRequest) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationKubernetesPostureRequest) GetIntegrationId ¶

GetIntegrationId returns the IntegrationId field value if set, zero value otherwise.

func (*ModelGenerativeAiIntegrationKubernetesPostureRequest) GetIntegrationIdOk ¶

GetIntegrationIdOk returns a tuple with the IntegrationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationKubernetesPostureRequest) GetQueryType ¶

GetQueryType returns the QueryType field value

func (*ModelGenerativeAiIntegrationKubernetesPostureRequest) GetQueryTypeOk ¶

GetQueryTypeOk returns a tuple with the QueryType field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationKubernetesPostureRequest) GetRemediationFormat ¶

GetRemediationFormat returns the RemediationFormat field value

func (*ModelGenerativeAiIntegrationKubernetesPostureRequest) GetRemediationFormatOk ¶

func (o *ModelGenerativeAiIntegrationKubernetesPostureRequest) GetRemediationFormatOk() (*string, bool)

GetRemediationFormatOk returns a tuple with the RemediationFormat field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationKubernetesPostureRequest) HasIntegrationId ¶

HasIntegrationId returns a boolean if a field has been set.

func (ModelGenerativeAiIntegrationKubernetesPostureRequest) MarshalJSON ¶

func (*ModelGenerativeAiIntegrationKubernetesPostureRequest) SetComplianceCheckType ¶

func (o *ModelGenerativeAiIntegrationKubernetesPostureRequest) SetComplianceCheckType(v string)

SetComplianceCheckType sets field value

func (*ModelGenerativeAiIntegrationKubernetesPostureRequest) SetDescription ¶

SetDescription sets field value

func (*ModelGenerativeAiIntegrationKubernetesPostureRequest) SetIntegrationId ¶

SetIntegrationId gets a reference to the given int32 and assigns it to the IntegrationId field.

func (*ModelGenerativeAiIntegrationKubernetesPostureRequest) SetQueryType ¶

SetQueryType sets field value

func (*ModelGenerativeAiIntegrationKubernetesPostureRequest) SetRemediationFormat ¶

SetRemediationFormat sets field value

func (ModelGenerativeAiIntegrationKubernetesPostureRequest) ToMap ¶

func (*ModelGenerativeAiIntegrationKubernetesPostureRequest) UnmarshalJSON ¶

func (o *ModelGenerativeAiIntegrationKubernetesPostureRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelGenerativeAiIntegrationLinuxPostureRequest ¶

type ModelGenerativeAiIntegrationLinuxPostureRequest struct {
	ComplianceCheckType string `json:"compliance_check_type"`
	Description         string `json:"description"`
	IntegrationId       *int32 `json:"integration_id,omitempty"`
	QueryType           string `json:"query_type"`
	RemediationFormat   string `json:"remediation_format"`
	TestNumber          string `json:"test_number"`
}

ModelGenerativeAiIntegrationLinuxPostureRequest struct for ModelGenerativeAiIntegrationLinuxPostureRequest

func NewModelGenerativeAiIntegrationLinuxPostureRequest ¶

func NewModelGenerativeAiIntegrationLinuxPostureRequest(complianceCheckType string, description string, queryType string, remediationFormat string, testNumber string) *ModelGenerativeAiIntegrationLinuxPostureRequest

NewModelGenerativeAiIntegrationLinuxPostureRequest instantiates a new ModelGenerativeAiIntegrationLinuxPostureRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelGenerativeAiIntegrationLinuxPostureRequestWithDefaults ¶

func NewModelGenerativeAiIntegrationLinuxPostureRequestWithDefaults() *ModelGenerativeAiIntegrationLinuxPostureRequest

NewModelGenerativeAiIntegrationLinuxPostureRequestWithDefaults instantiates a new ModelGenerativeAiIntegrationLinuxPostureRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) GetComplianceCheckType ¶

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) GetComplianceCheckType() string

GetComplianceCheckType returns the ComplianceCheckType field value

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) GetComplianceCheckTypeOk ¶

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) GetComplianceCheckTypeOk() (*string, bool)

GetComplianceCheckTypeOk returns a tuple with the ComplianceCheckType field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) GetDescription ¶

GetDescription returns the Description field value

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) GetIntegrationId ¶

GetIntegrationId returns the IntegrationId field value if set, zero value otherwise.

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) GetIntegrationIdOk ¶

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) GetIntegrationIdOk() (*int32, bool)

GetIntegrationIdOk returns a tuple with the IntegrationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) GetQueryType ¶

GetQueryType returns the QueryType field value

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) GetQueryTypeOk ¶

GetQueryTypeOk returns a tuple with the QueryType field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) GetRemediationFormat ¶

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) GetRemediationFormat() string

GetRemediationFormat returns the RemediationFormat field value

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) GetRemediationFormatOk ¶

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) GetRemediationFormatOk() (*string, bool)

GetRemediationFormatOk returns a tuple with the RemediationFormat field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) GetTestNumber ¶

GetTestNumber returns the TestNumber field value

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) GetTestNumberOk ¶

GetTestNumberOk returns a tuple with the TestNumber field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) HasIntegrationId ¶

HasIntegrationId returns a boolean if a field has been set.

func (ModelGenerativeAiIntegrationLinuxPostureRequest) MarshalJSON ¶

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) SetComplianceCheckType ¶

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) SetComplianceCheckType(v string)

SetComplianceCheckType sets field value

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) SetDescription ¶

SetDescription sets field value

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) SetIntegrationId ¶

SetIntegrationId gets a reference to the given int32 and assigns it to the IntegrationId field.

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) SetQueryType ¶

SetQueryType sets field value

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) SetRemediationFormat ¶

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) SetRemediationFormat(v string)

SetRemediationFormat sets field value

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) SetTestNumber ¶

SetTestNumber sets field value

func (ModelGenerativeAiIntegrationLinuxPostureRequest) ToMap ¶

func (o ModelGenerativeAiIntegrationLinuxPostureRequest) ToMap() (map[string]interface{}, error)

func (*ModelGenerativeAiIntegrationLinuxPostureRequest) UnmarshalJSON ¶

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelGenerativeAiIntegrationListResponse ¶

type ModelGenerativeAiIntegrationListResponse struct {
	DefaultIntegration *bool   `json:"default_integration,omitempty"`
	Id                 *int32  `json:"id,omitempty"`
	IntegrationType    *string `json:"integration_type,omitempty"`
	Label              *string `json:"label,omitempty"`
	LastErrorMsg       *string `json:"last_error_msg,omitempty"`
}

ModelGenerativeAiIntegrationListResponse struct for ModelGenerativeAiIntegrationListResponse

func NewModelGenerativeAiIntegrationListResponse ¶

func NewModelGenerativeAiIntegrationListResponse() *ModelGenerativeAiIntegrationListResponse

NewModelGenerativeAiIntegrationListResponse instantiates a new ModelGenerativeAiIntegrationListResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelGenerativeAiIntegrationListResponseWithDefaults ¶

func NewModelGenerativeAiIntegrationListResponseWithDefaults() *ModelGenerativeAiIntegrationListResponse

NewModelGenerativeAiIntegrationListResponseWithDefaults instantiates a new ModelGenerativeAiIntegrationListResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelGenerativeAiIntegrationListResponse) GetDefaultIntegration ¶

func (o *ModelGenerativeAiIntegrationListResponse) GetDefaultIntegration() bool

GetDefaultIntegration returns the DefaultIntegration field value if set, zero value otherwise.

func (*ModelGenerativeAiIntegrationListResponse) GetDefaultIntegrationOk ¶

func (o *ModelGenerativeAiIntegrationListResponse) GetDefaultIntegrationOk() (*bool, bool)

GetDefaultIntegrationOk returns a tuple with the DefaultIntegration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationListResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ModelGenerativeAiIntegrationListResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationListResponse) GetIntegrationType ¶

func (o *ModelGenerativeAiIntegrationListResponse) GetIntegrationType() string

GetIntegrationType returns the IntegrationType field value if set, zero value otherwise.

func (*ModelGenerativeAiIntegrationListResponse) GetIntegrationTypeOk ¶

func (o *ModelGenerativeAiIntegrationListResponse) GetIntegrationTypeOk() (*string, bool)

GetIntegrationTypeOk returns a tuple with the IntegrationType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationListResponse) GetLabel ¶

GetLabel returns the Label field value if set, zero value otherwise.

func (*ModelGenerativeAiIntegrationListResponse) GetLabelOk ¶

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationListResponse) GetLastErrorMsg ¶

func (o *ModelGenerativeAiIntegrationListResponse) GetLastErrorMsg() string

GetLastErrorMsg returns the LastErrorMsg field value if set, zero value otherwise.

func (*ModelGenerativeAiIntegrationListResponse) GetLastErrorMsgOk ¶

func (o *ModelGenerativeAiIntegrationListResponse) GetLastErrorMsgOk() (*string, bool)

GetLastErrorMsgOk returns a tuple with the LastErrorMsg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationListResponse) HasDefaultIntegration ¶

func (o *ModelGenerativeAiIntegrationListResponse) HasDefaultIntegration() bool

HasDefaultIntegration returns a boolean if a field has been set.

func (*ModelGenerativeAiIntegrationListResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*ModelGenerativeAiIntegrationListResponse) HasIntegrationType ¶

func (o *ModelGenerativeAiIntegrationListResponse) HasIntegrationType() bool

HasIntegrationType returns a boolean if a field has been set.

func (*ModelGenerativeAiIntegrationListResponse) HasLabel ¶

HasLabel returns a boolean if a field has been set.

func (*ModelGenerativeAiIntegrationListResponse) HasLastErrorMsg ¶

func (o *ModelGenerativeAiIntegrationListResponse) HasLastErrorMsg() bool

HasLastErrorMsg returns a boolean if a field has been set.

func (ModelGenerativeAiIntegrationListResponse) MarshalJSON ¶

func (*ModelGenerativeAiIntegrationListResponse) SetDefaultIntegration ¶

func (o *ModelGenerativeAiIntegrationListResponse) SetDefaultIntegration(v bool)

SetDefaultIntegration gets a reference to the given bool and assigns it to the DefaultIntegration field.

func (*ModelGenerativeAiIntegrationListResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ModelGenerativeAiIntegrationListResponse) SetIntegrationType ¶

func (o *ModelGenerativeAiIntegrationListResponse) SetIntegrationType(v string)

SetIntegrationType gets a reference to the given string and assigns it to the IntegrationType field.

func (*ModelGenerativeAiIntegrationListResponse) SetLabel ¶

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*ModelGenerativeAiIntegrationListResponse) SetLastErrorMsg ¶

func (o *ModelGenerativeAiIntegrationListResponse) SetLastErrorMsg(v string)

SetLastErrorMsg gets a reference to the given string and assigns it to the LastErrorMsg field.

func (ModelGenerativeAiIntegrationListResponse) ToMap ¶

func (o ModelGenerativeAiIntegrationListResponse) ToMap() (map[string]interface{}, error)

type ModelGenerativeAiIntegrationMalwareRequest ¶

type ModelGenerativeAiIntegrationMalwareRequest struct {
	Info          string `json:"info"`
	IntegrationId *int32 `json:"integration_id,omitempty"`
	QueryType     string `json:"query_type"`
	RuleName      string `json:"rule_name"`
}

ModelGenerativeAiIntegrationMalwareRequest struct for ModelGenerativeAiIntegrationMalwareRequest

func NewModelGenerativeAiIntegrationMalwareRequest ¶

func NewModelGenerativeAiIntegrationMalwareRequest(info string, queryType string, ruleName string) *ModelGenerativeAiIntegrationMalwareRequest

NewModelGenerativeAiIntegrationMalwareRequest instantiates a new ModelGenerativeAiIntegrationMalwareRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelGenerativeAiIntegrationMalwareRequestWithDefaults ¶

func NewModelGenerativeAiIntegrationMalwareRequestWithDefaults() *ModelGenerativeAiIntegrationMalwareRequest

NewModelGenerativeAiIntegrationMalwareRequestWithDefaults instantiates a new ModelGenerativeAiIntegrationMalwareRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelGenerativeAiIntegrationMalwareRequest) GetInfo ¶

GetInfo returns the Info field value

func (*ModelGenerativeAiIntegrationMalwareRequest) GetInfoOk ¶

GetInfoOk returns a tuple with the Info field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationMalwareRequest) GetIntegrationId ¶

func (o *ModelGenerativeAiIntegrationMalwareRequest) GetIntegrationId() int32

GetIntegrationId returns the IntegrationId field value if set, zero value otherwise.

func (*ModelGenerativeAiIntegrationMalwareRequest) GetIntegrationIdOk ¶

func (o *ModelGenerativeAiIntegrationMalwareRequest) GetIntegrationIdOk() (*int32, bool)

GetIntegrationIdOk returns a tuple with the IntegrationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationMalwareRequest) GetQueryType ¶

GetQueryType returns the QueryType field value

func (*ModelGenerativeAiIntegrationMalwareRequest) GetQueryTypeOk ¶

func (o *ModelGenerativeAiIntegrationMalwareRequest) GetQueryTypeOk() (*string, bool)

GetQueryTypeOk returns a tuple with the QueryType field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationMalwareRequest) GetRuleName ¶

GetRuleName returns the RuleName field value

func (*ModelGenerativeAiIntegrationMalwareRequest) GetRuleNameOk ¶

GetRuleNameOk returns a tuple with the RuleName field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationMalwareRequest) HasIntegrationId ¶

func (o *ModelGenerativeAiIntegrationMalwareRequest) HasIntegrationId() bool

HasIntegrationId returns a boolean if a field has been set.

func (ModelGenerativeAiIntegrationMalwareRequest) MarshalJSON ¶

func (*ModelGenerativeAiIntegrationMalwareRequest) SetInfo ¶

SetInfo sets field value

func (*ModelGenerativeAiIntegrationMalwareRequest) SetIntegrationId ¶

func (o *ModelGenerativeAiIntegrationMalwareRequest) SetIntegrationId(v int32)

SetIntegrationId gets a reference to the given int32 and assigns it to the IntegrationId field.

func (*ModelGenerativeAiIntegrationMalwareRequest) SetQueryType ¶

SetQueryType sets field value

func (*ModelGenerativeAiIntegrationMalwareRequest) SetRuleName ¶

SetRuleName sets field value

func (ModelGenerativeAiIntegrationMalwareRequest) ToMap ¶

func (o ModelGenerativeAiIntegrationMalwareRequest) ToMap() (map[string]interface{}, error)

func (*ModelGenerativeAiIntegrationMalwareRequest) UnmarshalJSON ¶

func (o *ModelGenerativeAiIntegrationMalwareRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelGenerativeAiIntegrationSecretRequest ¶

type ModelGenerativeAiIntegrationSecretRequest struct {
	IntegrationId *int32 `json:"integration_id,omitempty"`
	Name          string `json:"name"`
	QueryType     string `json:"query_type"`
}

ModelGenerativeAiIntegrationSecretRequest struct for ModelGenerativeAiIntegrationSecretRequest

func NewModelGenerativeAiIntegrationSecretRequest ¶

func NewModelGenerativeAiIntegrationSecretRequest(name string, queryType string) *ModelGenerativeAiIntegrationSecretRequest

NewModelGenerativeAiIntegrationSecretRequest instantiates a new ModelGenerativeAiIntegrationSecretRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelGenerativeAiIntegrationSecretRequestWithDefaults ¶

func NewModelGenerativeAiIntegrationSecretRequestWithDefaults() *ModelGenerativeAiIntegrationSecretRequest

NewModelGenerativeAiIntegrationSecretRequestWithDefaults instantiates a new ModelGenerativeAiIntegrationSecretRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelGenerativeAiIntegrationSecretRequest) GetIntegrationId ¶

func (o *ModelGenerativeAiIntegrationSecretRequest) GetIntegrationId() int32

GetIntegrationId returns the IntegrationId field value if set, zero value otherwise.

func (*ModelGenerativeAiIntegrationSecretRequest) GetIntegrationIdOk ¶

func (o *ModelGenerativeAiIntegrationSecretRequest) GetIntegrationIdOk() (*int32, bool)

GetIntegrationIdOk returns a tuple with the IntegrationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationSecretRequest) GetName ¶

GetName returns the Name field value

func (*ModelGenerativeAiIntegrationSecretRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationSecretRequest) GetQueryType ¶

GetQueryType returns the QueryType field value

func (*ModelGenerativeAiIntegrationSecretRequest) GetQueryTypeOk ¶

func (o *ModelGenerativeAiIntegrationSecretRequest) GetQueryTypeOk() (*string, bool)

GetQueryTypeOk returns a tuple with the QueryType field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationSecretRequest) HasIntegrationId ¶

func (o *ModelGenerativeAiIntegrationSecretRequest) HasIntegrationId() bool

HasIntegrationId returns a boolean if a field has been set.

func (ModelGenerativeAiIntegrationSecretRequest) MarshalJSON ¶

func (*ModelGenerativeAiIntegrationSecretRequest) SetIntegrationId ¶

func (o *ModelGenerativeAiIntegrationSecretRequest) SetIntegrationId(v int32)

SetIntegrationId gets a reference to the given int32 and assigns it to the IntegrationId field.

func (*ModelGenerativeAiIntegrationSecretRequest) SetName ¶

SetName sets field value

func (*ModelGenerativeAiIntegrationSecretRequest) SetQueryType ¶

SetQueryType sets field value

func (ModelGenerativeAiIntegrationSecretRequest) ToMap ¶

func (o ModelGenerativeAiIntegrationSecretRequest) ToMap() (map[string]interface{}, error)

func (*ModelGenerativeAiIntegrationSecretRequest) UnmarshalJSON ¶

func (o *ModelGenerativeAiIntegrationSecretRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelGenerativeAiIntegrationVulnerabilityRequest ¶

type ModelGenerativeAiIntegrationVulnerabilityRequest struct {
	CveCausedByPackage string `json:"cve_caused_by_package"`
	CveId              string `json:"cve_id"`
	CveType            string `json:"cve_type"`
	IntegrationId      *int32 `json:"integration_id,omitempty"`
	QueryType          string `json:"query_type"`
	RemediationFormat  string `json:"remediation_format"`
}

ModelGenerativeAiIntegrationVulnerabilityRequest struct for ModelGenerativeAiIntegrationVulnerabilityRequest

func NewModelGenerativeAiIntegrationVulnerabilityRequest ¶

func NewModelGenerativeAiIntegrationVulnerabilityRequest(cveCausedByPackage string, cveId string, cveType string, queryType string, remediationFormat string) *ModelGenerativeAiIntegrationVulnerabilityRequest

NewModelGenerativeAiIntegrationVulnerabilityRequest instantiates a new ModelGenerativeAiIntegrationVulnerabilityRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelGenerativeAiIntegrationVulnerabilityRequestWithDefaults ¶

func NewModelGenerativeAiIntegrationVulnerabilityRequestWithDefaults() *ModelGenerativeAiIntegrationVulnerabilityRequest

NewModelGenerativeAiIntegrationVulnerabilityRequestWithDefaults instantiates a new ModelGenerativeAiIntegrationVulnerabilityRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) GetCveCausedByPackage ¶

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) GetCveCausedByPackage() string

GetCveCausedByPackage returns the CveCausedByPackage field value

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) GetCveCausedByPackageOk ¶

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) GetCveCausedByPackageOk() (*string, bool)

GetCveCausedByPackageOk returns a tuple with the CveCausedByPackage field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) GetCveId ¶

GetCveId returns the CveId field value

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) GetCveIdOk ¶

GetCveIdOk returns a tuple with the CveId field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) GetCveType ¶

GetCveType returns the CveType field value

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) GetCveTypeOk ¶

GetCveTypeOk returns a tuple with the CveType field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) GetIntegrationId ¶

GetIntegrationId returns the IntegrationId field value if set, zero value otherwise.

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) GetIntegrationIdOk ¶

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) GetIntegrationIdOk() (*int32, bool)

GetIntegrationIdOk returns a tuple with the IntegrationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) GetQueryType ¶

GetQueryType returns the QueryType field value

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) GetQueryTypeOk ¶

GetQueryTypeOk returns a tuple with the QueryType field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) GetRemediationFormat ¶

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) GetRemediationFormat() string

GetRemediationFormat returns the RemediationFormat field value

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) GetRemediationFormatOk ¶

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) GetRemediationFormatOk() (*string, bool)

GetRemediationFormatOk returns a tuple with the RemediationFormat field value and a boolean to check if the value has been set.

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) HasIntegrationId ¶

HasIntegrationId returns a boolean if a field has been set.

func (ModelGenerativeAiIntegrationVulnerabilityRequest) MarshalJSON ¶

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) SetCveCausedByPackage ¶

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) SetCveCausedByPackage(v string)

SetCveCausedByPackage sets field value

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) SetCveId ¶

SetCveId sets field value

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) SetCveType ¶

SetCveType sets field value

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) SetIntegrationId ¶

SetIntegrationId gets a reference to the given int32 and assigns it to the IntegrationId field.

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) SetQueryType ¶

SetQueryType sets field value

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) SetRemediationFormat ¶

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) SetRemediationFormat(v string)

SetRemediationFormat sets field value

func (ModelGenerativeAiIntegrationVulnerabilityRequest) ToMap ¶

func (o ModelGenerativeAiIntegrationVulnerabilityRequest) ToMap() (map[string]interface{}, error)

func (*ModelGenerativeAiIntegrationVulnerabilityRequest) UnmarshalJSON ¶

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelGetAuditLogsRequest ¶

type ModelGetAuditLogsRequest struct {
	Window ModelFetchWindow `json:"window"`
}

ModelGetAuditLogsRequest struct for ModelGetAuditLogsRequest

func NewModelGetAuditLogsRequest ¶

func NewModelGetAuditLogsRequest(window ModelFetchWindow) *ModelGetAuditLogsRequest

NewModelGetAuditLogsRequest instantiates a new ModelGetAuditLogsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelGetAuditLogsRequestWithDefaults ¶

func NewModelGetAuditLogsRequestWithDefaults() *ModelGetAuditLogsRequest

NewModelGetAuditLogsRequestWithDefaults instantiates a new ModelGetAuditLogsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelGetAuditLogsRequest) GetWindow ¶

GetWindow returns the Window field value

func (*ModelGetAuditLogsRequest) GetWindowOk ¶

func (o *ModelGetAuditLogsRequest) GetWindowOk() (*ModelFetchWindow, bool)

GetWindowOk returns a tuple with the Window field value and a boolean to check if the value has been set.

func (ModelGetAuditLogsRequest) MarshalJSON ¶

func (o ModelGetAuditLogsRequest) MarshalJSON() ([]byte, error)

func (*ModelGetAuditLogsRequest) SetWindow ¶

SetWindow sets field value

func (ModelGetAuditLogsRequest) ToMap ¶

func (o ModelGetAuditLogsRequest) ToMap() (map[string]interface{}, error)

func (*ModelGetAuditLogsRequest) UnmarshalJSON ¶

func (o *ModelGetAuditLogsRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelGraphResult ¶

type ModelGraphResult struct {
	Edges map[string]DetailedConnectionSummary `json:"edges"`
	Nodes map[string]DetailedNodeSummary       `json:"nodes"`
}

ModelGraphResult struct for ModelGraphResult

func NewModelGraphResult ¶

func NewModelGraphResult(edges map[string]DetailedConnectionSummary, nodes map[string]DetailedNodeSummary) *ModelGraphResult

NewModelGraphResult instantiates a new ModelGraphResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelGraphResultWithDefaults ¶

func NewModelGraphResultWithDefaults() *ModelGraphResult

NewModelGraphResultWithDefaults instantiates a new ModelGraphResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelGraphResult) GetEdges ¶

GetEdges returns the Edges field value

func (*ModelGraphResult) GetEdgesOk ¶

func (o *ModelGraphResult) GetEdgesOk() (*map[string]DetailedConnectionSummary, bool)

GetEdgesOk returns a tuple with the Edges field value and a boolean to check if the value has been set.

func (*ModelGraphResult) GetNodes ¶

func (o *ModelGraphResult) GetNodes() map[string]DetailedNodeSummary

GetNodes returns the Nodes field value

func (*ModelGraphResult) GetNodesOk ¶

func (o *ModelGraphResult) GetNodesOk() (*map[string]DetailedNodeSummary, bool)

GetNodesOk returns a tuple with the Nodes field value and a boolean to check if the value has been set.

func (ModelGraphResult) MarshalJSON ¶

func (o ModelGraphResult) MarshalJSON() ([]byte, error)

func (*ModelGraphResult) SetEdges ¶

SetEdges sets field value

func (*ModelGraphResult) SetNodes ¶

func (o *ModelGraphResult) SetNodes(v map[string]DetailedNodeSummary)

SetNodes sets field value

func (ModelGraphResult) ToMap ¶

func (o ModelGraphResult) ToMap() (map[string]interface{}, error)

func (*ModelGraphResult) UnmarshalJSON ¶

func (o *ModelGraphResult) UnmarshalJSON(bytes []byte) (err error)

type ModelHost ¶

type ModelHost struct {
	AgentRunning              bool                  `json:"agent_running"`
	AvailabilityZone          string                `json:"availability_zone"`
	CloudAccountId            string                `json:"cloud_account_id"`
	CloudProvider             string                `json:"cloud_provider"`
	CloudRegion               string                `json:"cloud_region"`
	ComplianceLatestScanId    string                `json:"compliance_latest_scan_id"`
	ComplianceScanStatus      string                `json:"compliance_scan_status"`
	CompliancesCount          int32                 `json:"compliances_count"`
	ContainerImages           []ModelContainerImage `json:"container_images"`
	Containers                []ModelContainer      `json:"containers"`
	CpuMax                    float32               `json:"cpu_max"`
	CpuUsage                  float32               `json:"cpu_usage"`
	HostName                  string                `json:"host_name"`
	InboundConnections        []ModelConnection     `json:"inbound_connections"`
	InstanceId                string                `json:"instance_id"`
	InstanceType              string                `json:"instance_type"`
	IsConsoleVm               bool                  `json:"is_console_vm"`
	KernelId                  string                `json:"kernel_id"`
	KernelVersion             string                `json:"kernel_version"`
	LocalCidr                 []interface{}         `json:"local_cidr"`
	LocalNetworks             []interface{}         `json:"local_networks"`
	MalwareLatestScanId       string                `json:"malware_latest_scan_id"`
	MalwareScanStatus         string                `json:"malware_scan_status"`
	MalwaresCount             int32                 `json:"malwares_count"`
	MemoryMax                 int32                 `json:"memory_max"`
	MemoryUsage               int32                 `json:"memory_usage"`
	NodeId                    string                `json:"node_id"`
	NodeName                  string                `json:"node_name"`
	Os                        string                `json:"os"`
	OutboundConnections       []ModelConnection     `json:"outbound_connections"`
	Pods                      []ModelPod            `json:"pods"`
	PrivateIp                 []interface{}         `json:"private_ip"`
	Processes                 []ModelProcess        `json:"processes"`
	PublicIp                  []interface{}         `json:"public_ip"`
	ResourceGroup             string                `json:"resource_group"`
	SecretLatestScanId        string                `json:"secret_latest_scan_id"`
	SecretScanStatus          string                `json:"secret_scan_status"`
	SecretsCount              int32                 `json:"secrets_count"`
	Uptime                    int32                 `json:"uptime"`
	Version                   string                `json:"version"`
	VulnerabilitiesCount      int32                 `json:"vulnerabilities_count"`
	VulnerabilityLatestScanId string                `json:"vulnerability_latest_scan_id"`
	VulnerabilityScanStatus   string                `json:"vulnerability_scan_status"`
}

ModelHost struct for ModelHost

func NewModelHost ¶

func NewModelHost(agentRunning bool, availabilityZone string, cloudAccountId string, cloudProvider string, cloudRegion string, complianceLatestScanId string, complianceScanStatus string, compliancesCount int32, containerImages []ModelContainerImage, containers []ModelContainer, cpuMax float32, cpuUsage float32, hostName string, inboundConnections []ModelConnection, instanceId string, instanceType string, isConsoleVm bool, kernelId string, kernelVersion string, localCidr []interface{}, localNetworks []interface{}, malwareLatestScanId string, malwareScanStatus string, malwaresCount int32, memoryMax int32, memoryUsage int32, nodeId string, nodeName string, os string, outboundConnections []ModelConnection, pods []ModelPod, privateIp []interface{}, processes []ModelProcess, publicIp []interface{}, resourceGroup string, secretLatestScanId string, secretScanStatus string, secretsCount int32, uptime int32, version string, vulnerabilitiesCount int32, vulnerabilityLatestScanId string, vulnerabilityScanStatus string) *ModelHost

NewModelHost instantiates a new ModelHost object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelHostWithDefaults ¶

func NewModelHostWithDefaults() *ModelHost

NewModelHostWithDefaults instantiates a new ModelHost object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelHost) GetAgentRunning ¶

func (o *ModelHost) GetAgentRunning() bool

GetAgentRunning returns the AgentRunning field value

func (*ModelHost) GetAgentRunningOk ¶

func (o *ModelHost) GetAgentRunningOk() (*bool, bool)

GetAgentRunningOk returns a tuple with the AgentRunning field value and a boolean to check if the value has been set.

func (*ModelHost) GetAvailabilityZone ¶

func (o *ModelHost) GetAvailabilityZone() string

GetAvailabilityZone returns the AvailabilityZone field value

func (*ModelHost) GetAvailabilityZoneOk ¶

func (o *ModelHost) GetAvailabilityZoneOk() (*string, bool)

GetAvailabilityZoneOk returns a tuple with the AvailabilityZone field value and a boolean to check if the value has been set.

func (*ModelHost) GetCloudAccountId ¶

func (o *ModelHost) GetCloudAccountId() string

GetCloudAccountId returns the CloudAccountId field value

func (*ModelHost) GetCloudAccountIdOk ¶

func (o *ModelHost) GetCloudAccountIdOk() (*string, bool)

GetCloudAccountIdOk returns a tuple with the CloudAccountId field value and a boolean to check if the value has been set.

func (*ModelHost) GetCloudProvider ¶

func (o *ModelHost) GetCloudProvider() string

GetCloudProvider returns the CloudProvider field value

func (*ModelHost) GetCloudProviderOk ¶

func (o *ModelHost) GetCloudProviderOk() (*string, bool)

GetCloudProviderOk returns a tuple with the CloudProvider field value and a boolean to check if the value has been set.

func (*ModelHost) GetCloudRegion ¶

func (o *ModelHost) GetCloudRegion() string

GetCloudRegion returns the CloudRegion field value

func (*ModelHost) GetCloudRegionOk ¶

func (o *ModelHost) GetCloudRegionOk() (*string, bool)

GetCloudRegionOk returns a tuple with the CloudRegion field value and a boolean to check if the value has been set.

func (*ModelHost) GetComplianceLatestScanId ¶

func (o *ModelHost) GetComplianceLatestScanId() string

GetComplianceLatestScanId returns the ComplianceLatestScanId field value

func (*ModelHost) GetComplianceLatestScanIdOk ¶

func (o *ModelHost) GetComplianceLatestScanIdOk() (*string, bool)

GetComplianceLatestScanIdOk returns a tuple with the ComplianceLatestScanId field value and a boolean to check if the value has been set.

func (*ModelHost) GetComplianceScanStatus ¶

func (o *ModelHost) GetComplianceScanStatus() string

GetComplianceScanStatus returns the ComplianceScanStatus field value

func (*ModelHost) GetComplianceScanStatusOk ¶

func (o *ModelHost) GetComplianceScanStatusOk() (*string, bool)

GetComplianceScanStatusOk returns a tuple with the ComplianceScanStatus field value and a boolean to check if the value has been set.

func (*ModelHost) GetCompliancesCount ¶

func (o *ModelHost) GetCompliancesCount() int32

GetCompliancesCount returns the CompliancesCount field value

func (*ModelHost) GetCompliancesCountOk ¶

func (o *ModelHost) GetCompliancesCountOk() (*int32, bool)

GetCompliancesCountOk returns a tuple with the CompliancesCount field value and a boolean to check if the value has been set.

func (*ModelHost) GetContainerImages ¶

func (o *ModelHost) GetContainerImages() []ModelContainerImage

GetContainerImages returns the ContainerImages field value If the value is explicit nil, the zero value for []ModelContainerImage will be returned

func (*ModelHost) GetContainerImagesOk ¶

func (o *ModelHost) GetContainerImagesOk() ([]ModelContainerImage, bool)

GetContainerImagesOk returns a tuple with the ContainerImages field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelHost) GetContainers ¶

func (o *ModelHost) GetContainers() []ModelContainer

GetContainers returns the Containers field value If the value is explicit nil, the zero value for []ModelContainer will be returned

func (*ModelHost) GetContainersOk ¶

func (o *ModelHost) GetContainersOk() ([]ModelContainer, bool)

GetContainersOk returns a tuple with the Containers field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelHost) GetCpuMax ¶

func (o *ModelHost) GetCpuMax() float32

GetCpuMax returns the CpuMax field value

func (*ModelHost) GetCpuMaxOk ¶

func (o *ModelHost) GetCpuMaxOk() (*float32, bool)

GetCpuMaxOk returns a tuple with the CpuMax field value and a boolean to check if the value has been set.

func (*ModelHost) GetCpuUsage ¶

func (o *ModelHost) GetCpuUsage() float32

GetCpuUsage returns the CpuUsage field value

func (*ModelHost) GetCpuUsageOk ¶

func (o *ModelHost) GetCpuUsageOk() (*float32, bool)

GetCpuUsageOk returns a tuple with the CpuUsage field value and a boolean to check if the value has been set.

func (*ModelHost) GetHostName ¶

func (o *ModelHost) GetHostName() string

GetHostName returns the HostName field value

func (*ModelHost) GetHostNameOk ¶

func (o *ModelHost) GetHostNameOk() (*string, bool)

GetHostNameOk returns a tuple with the HostName field value and a boolean to check if the value has been set.

func (*ModelHost) GetInboundConnections ¶

func (o *ModelHost) GetInboundConnections() []ModelConnection

GetInboundConnections returns the InboundConnections field value If the value is explicit nil, the zero value for []ModelConnection will be returned

func (*ModelHost) GetInboundConnectionsOk ¶

func (o *ModelHost) GetInboundConnectionsOk() ([]ModelConnection, bool)

GetInboundConnectionsOk returns a tuple with the InboundConnections field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelHost) GetInstanceId ¶

func (o *ModelHost) GetInstanceId() string

GetInstanceId returns the InstanceId field value

func (*ModelHost) GetInstanceIdOk ¶

func (o *ModelHost) GetInstanceIdOk() (*string, bool)

GetInstanceIdOk returns a tuple with the InstanceId field value and a boolean to check if the value has been set.

func (*ModelHost) GetInstanceType ¶

func (o *ModelHost) GetInstanceType() string

GetInstanceType returns the InstanceType field value

func (*ModelHost) GetInstanceTypeOk ¶

func (o *ModelHost) GetInstanceTypeOk() (*string, bool)

GetInstanceTypeOk returns a tuple with the InstanceType field value and a boolean to check if the value has been set.

func (*ModelHost) GetIsConsoleVm ¶

func (o *ModelHost) GetIsConsoleVm() bool

GetIsConsoleVm returns the IsConsoleVm field value

func (*ModelHost) GetIsConsoleVmOk ¶

func (o *ModelHost) GetIsConsoleVmOk() (*bool, bool)

GetIsConsoleVmOk returns a tuple with the IsConsoleVm field value and a boolean to check if the value has been set.

func (*ModelHost) GetKernelId ¶

func (o *ModelHost) GetKernelId() string

GetKernelId returns the KernelId field value

func (*ModelHost) GetKernelIdOk ¶

func (o *ModelHost) GetKernelIdOk() (*string, bool)

GetKernelIdOk returns a tuple with the KernelId field value and a boolean to check if the value has been set.

func (*ModelHost) GetKernelVersion ¶

func (o *ModelHost) GetKernelVersion() string

GetKernelVersion returns the KernelVersion field value

func (*ModelHost) GetKernelVersionOk ¶

func (o *ModelHost) GetKernelVersionOk() (*string, bool)

GetKernelVersionOk returns a tuple with the KernelVersion field value and a boolean to check if the value has been set.

func (*ModelHost) GetLocalCidr ¶

func (o *ModelHost) GetLocalCidr() []interface{}

GetLocalCidr returns the LocalCidr field value If the value is explicit nil, the zero value for []interface{} will be returned

func (*ModelHost) GetLocalCidrOk ¶

func (o *ModelHost) GetLocalCidrOk() ([]interface{}, bool)

GetLocalCidrOk returns a tuple with the LocalCidr field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelHost) GetLocalNetworks ¶

func (o *ModelHost) GetLocalNetworks() []interface{}

GetLocalNetworks returns the LocalNetworks field value If the value is explicit nil, the zero value for []interface{} will be returned

func (*ModelHost) GetLocalNetworksOk ¶

func (o *ModelHost) GetLocalNetworksOk() ([]interface{}, bool)

GetLocalNetworksOk returns a tuple with the LocalNetworks field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelHost) GetMalwareLatestScanId ¶

func (o *ModelHost) GetMalwareLatestScanId() string

GetMalwareLatestScanId returns the MalwareLatestScanId field value

func (*ModelHost) GetMalwareLatestScanIdOk ¶

func (o *ModelHost) GetMalwareLatestScanIdOk() (*string, bool)

GetMalwareLatestScanIdOk returns a tuple with the MalwareLatestScanId field value and a boolean to check if the value has been set.

func (*ModelHost) GetMalwareScanStatus ¶

func (o *ModelHost) GetMalwareScanStatus() string

GetMalwareScanStatus returns the MalwareScanStatus field value

func (*ModelHost) GetMalwareScanStatusOk ¶

func (o *ModelHost) GetMalwareScanStatusOk() (*string, bool)

GetMalwareScanStatusOk returns a tuple with the MalwareScanStatus field value and a boolean to check if the value has been set.

func (*ModelHost) GetMalwaresCount ¶

func (o *ModelHost) GetMalwaresCount() int32

GetMalwaresCount returns the MalwaresCount field value

func (*ModelHost) GetMalwaresCountOk ¶

func (o *ModelHost) GetMalwaresCountOk() (*int32, bool)

GetMalwaresCountOk returns a tuple with the MalwaresCount field value and a boolean to check if the value has been set.

func (*ModelHost) GetMemoryMax ¶

func (o *ModelHost) GetMemoryMax() int32

GetMemoryMax returns the MemoryMax field value

func (*ModelHost) GetMemoryMaxOk ¶

func (o *ModelHost) GetMemoryMaxOk() (*int32, bool)

GetMemoryMaxOk returns a tuple with the MemoryMax field value and a boolean to check if the value has been set.

func (*ModelHost) GetMemoryUsage ¶

func (o *ModelHost) GetMemoryUsage() int32

GetMemoryUsage returns the MemoryUsage field value

func (*ModelHost) GetMemoryUsageOk ¶

func (o *ModelHost) GetMemoryUsageOk() (*int32, bool)

GetMemoryUsageOk returns a tuple with the MemoryUsage field value and a boolean to check if the value has been set.

func (*ModelHost) GetNodeId ¶

func (o *ModelHost) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelHost) GetNodeIdOk ¶

func (o *ModelHost) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelHost) GetNodeName ¶

func (o *ModelHost) GetNodeName() string

GetNodeName returns the NodeName field value

func (*ModelHost) GetNodeNameOk ¶

func (o *ModelHost) GetNodeNameOk() (*string, bool)

GetNodeNameOk returns a tuple with the NodeName field value and a boolean to check if the value has been set.

func (*ModelHost) GetOs ¶

func (o *ModelHost) GetOs() string

GetOs returns the Os field value

func (*ModelHost) GetOsOk ¶

func (o *ModelHost) GetOsOk() (*string, bool)

GetOsOk returns a tuple with the Os field value and a boolean to check if the value has been set.

func (*ModelHost) GetOutboundConnections ¶

func (o *ModelHost) GetOutboundConnections() []ModelConnection

GetOutboundConnections returns the OutboundConnections field value If the value is explicit nil, the zero value for []ModelConnection will be returned

func (*ModelHost) GetOutboundConnectionsOk ¶

func (o *ModelHost) GetOutboundConnectionsOk() ([]ModelConnection, bool)

GetOutboundConnectionsOk returns a tuple with the OutboundConnections field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelHost) GetPods ¶

func (o *ModelHost) GetPods() []ModelPod

GetPods returns the Pods field value If the value is explicit nil, the zero value for []ModelPod will be returned

func (*ModelHost) GetPodsOk ¶

func (o *ModelHost) GetPodsOk() ([]ModelPod, bool)

GetPodsOk returns a tuple with the Pods field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelHost) GetPrivateIp ¶

func (o *ModelHost) GetPrivateIp() []interface{}

GetPrivateIp returns the PrivateIp field value If the value is explicit nil, the zero value for []interface{} will be returned

func (*ModelHost) GetPrivateIpOk ¶

func (o *ModelHost) GetPrivateIpOk() ([]interface{}, bool)

GetPrivateIpOk returns a tuple with the PrivateIp field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelHost) GetProcesses ¶

func (o *ModelHost) GetProcesses() []ModelProcess

GetProcesses returns the Processes field value If the value is explicit nil, the zero value for []ModelProcess will be returned

func (*ModelHost) GetProcessesOk ¶

func (o *ModelHost) GetProcessesOk() ([]ModelProcess, bool)

GetProcessesOk returns a tuple with the Processes field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelHost) GetPublicIp ¶

func (o *ModelHost) GetPublicIp() []interface{}

GetPublicIp returns the PublicIp field value If the value is explicit nil, the zero value for []interface{} will be returned

func (*ModelHost) GetPublicIpOk ¶

func (o *ModelHost) GetPublicIpOk() ([]interface{}, bool)

GetPublicIpOk returns a tuple with the PublicIp field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelHost) GetResourceGroup ¶

func (o *ModelHost) GetResourceGroup() string

GetResourceGroup returns the ResourceGroup field value

func (*ModelHost) GetResourceGroupOk ¶

func (o *ModelHost) GetResourceGroupOk() (*string, bool)

GetResourceGroupOk returns a tuple with the ResourceGroup field value and a boolean to check if the value has been set.

func (*ModelHost) GetSecretLatestScanId ¶

func (o *ModelHost) GetSecretLatestScanId() string

GetSecretLatestScanId returns the SecretLatestScanId field value

func (*ModelHost) GetSecretLatestScanIdOk ¶

func (o *ModelHost) GetSecretLatestScanIdOk() (*string, bool)

GetSecretLatestScanIdOk returns a tuple with the SecretLatestScanId field value and a boolean to check if the value has been set.

func (*ModelHost) GetSecretScanStatus ¶

func (o *ModelHost) GetSecretScanStatus() string

GetSecretScanStatus returns the SecretScanStatus field value

func (*ModelHost) GetSecretScanStatusOk ¶

func (o *ModelHost) GetSecretScanStatusOk() (*string, bool)

GetSecretScanStatusOk returns a tuple with the SecretScanStatus field value and a boolean to check if the value has been set.

func (*ModelHost) GetSecretsCount ¶

func (o *ModelHost) GetSecretsCount() int32

GetSecretsCount returns the SecretsCount field value

func (*ModelHost) GetSecretsCountOk ¶

func (o *ModelHost) GetSecretsCountOk() (*int32, bool)

GetSecretsCountOk returns a tuple with the SecretsCount field value and a boolean to check if the value has been set.

func (*ModelHost) GetUptime ¶

func (o *ModelHost) GetUptime() int32

GetUptime returns the Uptime field value

func (*ModelHost) GetUptimeOk ¶

func (o *ModelHost) GetUptimeOk() (*int32, bool)

GetUptimeOk returns a tuple with the Uptime field value and a boolean to check if the value has been set.

func (*ModelHost) GetVersion ¶

func (o *ModelHost) GetVersion() string

GetVersion returns the Version field value

func (*ModelHost) GetVersionOk ¶

func (o *ModelHost) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (*ModelHost) GetVulnerabilitiesCount ¶

func (o *ModelHost) GetVulnerabilitiesCount() int32

GetVulnerabilitiesCount returns the VulnerabilitiesCount field value

func (*ModelHost) GetVulnerabilitiesCountOk ¶

func (o *ModelHost) GetVulnerabilitiesCountOk() (*int32, bool)

GetVulnerabilitiesCountOk returns a tuple with the VulnerabilitiesCount field value and a boolean to check if the value has been set.

func (*ModelHost) GetVulnerabilityLatestScanId ¶

func (o *ModelHost) GetVulnerabilityLatestScanId() string

GetVulnerabilityLatestScanId returns the VulnerabilityLatestScanId field value

func (*ModelHost) GetVulnerabilityLatestScanIdOk ¶

func (o *ModelHost) GetVulnerabilityLatestScanIdOk() (*string, bool)

GetVulnerabilityLatestScanIdOk returns a tuple with the VulnerabilityLatestScanId field value and a boolean to check if the value has been set.

func (*ModelHost) GetVulnerabilityScanStatus ¶

func (o *ModelHost) GetVulnerabilityScanStatus() string

GetVulnerabilityScanStatus returns the VulnerabilityScanStatus field value

func (*ModelHost) GetVulnerabilityScanStatusOk ¶

func (o *ModelHost) GetVulnerabilityScanStatusOk() (*string, bool)

GetVulnerabilityScanStatusOk returns a tuple with the VulnerabilityScanStatus field value and a boolean to check if the value has been set.

func (ModelHost) MarshalJSON ¶

func (o ModelHost) MarshalJSON() ([]byte, error)

func (*ModelHost) SetAgentRunning ¶

func (o *ModelHost) SetAgentRunning(v bool)

SetAgentRunning sets field value

func (*ModelHost) SetAvailabilityZone ¶

func (o *ModelHost) SetAvailabilityZone(v string)

SetAvailabilityZone sets field value

func (*ModelHost) SetCloudAccountId ¶

func (o *ModelHost) SetCloudAccountId(v string)

SetCloudAccountId sets field value

func (*ModelHost) SetCloudProvider ¶

func (o *ModelHost) SetCloudProvider(v string)

SetCloudProvider sets field value

func (*ModelHost) SetCloudRegion ¶

func (o *ModelHost) SetCloudRegion(v string)

SetCloudRegion sets field value

func (*ModelHost) SetComplianceLatestScanId ¶

func (o *ModelHost) SetComplianceLatestScanId(v string)

SetComplianceLatestScanId sets field value

func (*ModelHost) SetComplianceScanStatus ¶

func (o *ModelHost) SetComplianceScanStatus(v string)

SetComplianceScanStatus sets field value

func (*ModelHost) SetCompliancesCount ¶

func (o *ModelHost) SetCompliancesCount(v int32)

SetCompliancesCount sets field value

func (*ModelHost) SetContainerImages ¶

func (o *ModelHost) SetContainerImages(v []ModelContainerImage)

SetContainerImages sets field value

func (*ModelHost) SetContainers ¶

func (o *ModelHost) SetContainers(v []ModelContainer)

SetContainers sets field value

func (*ModelHost) SetCpuMax ¶

func (o *ModelHost) SetCpuMax(v float32)

SetCpuMax sets field value

func (*ModelHost) SetCpuUsage ¶

func (o *ModelHost) SetCpuUsage(v float32)

SetCpuUsage sets field value

func (*ModelHost) SetHostName ¶

func (o *ModelHost) SetHostName(v string)

SetHostName sets field value

func (*ModelHost) SetInboundConnections ¶

func (o *ModelHost) SetInboundConnections(v []ModelConnection)

SetInboundConnections sets field value

func (*ModelHost) SetInstanceId ¶

func (o *ModelHost) SetInstanceId(v string)

SetInstanceId sets field value

func (*ModelHost) SetInstanceType ¶

func (o *ModelHost) SetInstanceType(v string)

SetInstanceType sets field value

func (*ModelHost) SetIsConsoleVm ¶

func (o *ModelHost) SetIsConsoleVm(v bool)

SetIsConsoleVm sets field value

func (*ModelHost) SetKernelId ¶

func (o *ModelHost) SetKernelId(v string)

SetKernelId sets field value

func (*ModelHost) SetKernelVersion ¶

func (o *ModelHost) SetKernelVersion(v string)

SetKernelVersion sets field value

func (*ModelHost) SetLocalCidr ¶

func (o *ModelHost) SetLocalCidr(v []interface{})

SetLocalCidr sets field value

func (*ModelHost) SetLocalNetworks ¶

func (o *ModelHost) SetLocalNetworks(v []interface{})

SetLocalNetworks sets field value

func (*ModelHost) SetMalwareLatestScanId ¶

func (o *ModelHost) SetMalwareLatestScanId(v string)

SetMalwareLatestScanId sets field value

func (*ModelHost) SetMalwareScanStatus ¶

func (o *ModelHost) SetMalwareScanStatus(v string)

SetMalwareScanStatus sets field value

func (*ModelHost) SetMalwaresCount ¶

func (o *ModelHost) SetMalwaresCount(v int32)

SetMalwaresCount sets field value

func (*ModelHost) SetMemoryMax ¶

func (o *ModelHost) SetMemoryMax(v int32)

SetMemoryMax sets field value

func (*ModelHost) SetMemoryUsage ¶

func (o *ModelHost) SetMemoryUsage(v int32)

SetMemoryUsage sets field value

func (*ModelHost) SetNodeId ¶

func (o *ModelHost) SetNodeId(v string)

SetNodeId sets field value

func (*ModelHost) SetNodeName ¶

func (o *ModelHost) SetNodeName(v string)

SetNodeName sets field value

func (*ModelHost) SetOs ¶

func (o *ModelHost) SetOs(v string)

SetOs sets field value

func (*ModelHost) SetOutboundConnections ¶

func (o *ModelHost) SetOutboundConnections(v []ModelConnection)

SetOutboundConnections sets field value

func (*ModelHost) SetPods ¶

func (o *ModelHost) SetPods(v []ModelPod)

SetPods sets field value

func (*ModelHost) SetPrivateIp ¶

func (o *ModelHost) SetPrivateIp(v []interface{})

SetPrivateIp sets field value

func (*ModelHost) SetProcesses ¶

func (o *ModelHost) SetProcesses(v []ModelProcess)

SetProcesses sets field value

func (*ModelHost) SetPublicIp ¶

func (o *ModelHost) SetPublicIp(v []interface{})

SetPublicIp sets field value

func (*ModelHost) SetResourceGroup ¶

func (o *ModelHost) SetResourceGroup(v string)

SetResourceGroup sets field value

func (*ModelHost) SetSecretLatestScanId ¶

func (o *ModelHost) SetSecretLatestScanId(v string)

SetSecretLatestScanId sets field value

func (*ModelHost) SetSecretScanStatus ¶

func (o *ModelHost) SetSecretScanStatus(v string)

SetSecretScanStatus sets field value

func (*ModelHost) SetSecretsCount ¶

func (o *ModelHost) SetSecretsCount(v int32)

SetSecretsCount sets field value

func (*ModelHost) SetUptime ¶

func (o *ModelHost) SetUptime(v int32)

SetUptime sets field value

func (*ModelHost) SetVersion ¶

func (o *ModelHost) SetVersion(v string)

SetVersion sets field value

func (*ModelHost) SetVulnerabilitiesCount ¶

func (o *ModelHost) SetVulnerabilitiesCount(v int32)

SetVulnerabilitiesCount sets field value

func (*ModelHost) SetVulnerabilityLatestScanId ¶

func (o *ModelHost) SetVulnerabilityLatestScanId(v string)

SetVulnerabilityLatestScanId sets field value

func (*ModelHost) SetVulnerabilityScanStatus ¶

func (o *ModelHost) SetVulnerabilityScanStatus(v string)

SetVulnerabilityScanStatus sets field value

func (ModelHost) ToMap ¶

func (o ModelHost) ToMap() (map[string]interface{}, error)

func (*ModelHost) UnmarshalJSON ¶

func (o *ModelHost) UnmarshalJSON(bytes []byte) (err error)

type ModelImageStub ¶

type ModelImageStub struct {
	Id   *string  `json:"id,omitempty"`
	Name *string  `json:"name,omitempty"`
	Tags []string `json:"tags,omitempty"`
}

ModelImageStub struct for ModelImageStub

func NewModelImageStub ¶

func NewModelImageStub() *ModelImageStub

NewModelImageStub instantiates a new ModelImageStub object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelImageStubWithDefaults ¶

func NewModelImageStubWithDefaults() *ModelImageStub

NewModelImageStubWithDefaults instantiates a new ModelImageStub object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelImageStub) GetId ¶

func (o *ModelImageStub) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ModelImageStub) GetIdOk ¶

func (o *ModelImageStub) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelImageStub) GetName ¶

func (o *ModelImageStub) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ModelImageStub) GetNameOk ¶

func (o *ModelImageStub) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelImageStub) GetTags ¶

func (o *ModelImageStub) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelImageStub) GetTagsOk ¶

func (o *ModelImageStub) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelImageStub) HasId ¶

func (o *ModelImageStub) HasId() bool

HasId returns a boolean if a field has been set.

func (*ModelImageStub) HasName ¶

func (o *ModelImageStub) HasName() bool

HasName returns a boolean if a field has been set.

func (*ModelImageStub) HasTags ¶

func (o *ModelImageStub) HasTags() bool

HasTags returns a boolean if a field has been set.

func (ModelImageStub) MarshalJSON ¶

func (o ModelImageStub) MarshalJSON() ([]byte, error)

func (*ModelImageStub) SetId ¶

func (o *ModelImageStub) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ModelImageStub) SetName ¶

func (o *ModelImageStub) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ModelImageStub) SetTags ¶

func (o *ModelImageStub) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (ModelImageStub) ToMap ¶

func (o ModelImageStub) ToMap() (map[string]interface{}, error)

type ModelInitAgentReq ¶

type ModelInitAgentReq struct {
	AvailableWorkload int32  `json:"available_workload"`
	NodeId            string `json:"node_id"`
	Version           string `json:"version"`
}

ModelInitAgentReq struct for ModelInitAgentReq

func NewModelInitAgentReq ¶

func NewModelInitAgentReq(availableWorkload int32, nodeId string, version string) *ModelInitAgentReq

NewModelInitAgentReq instantiates a new ModelInitAgentReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelInitAgentReqWithDefaults ¶

func NewModelInitAgentReqWithDefaults() *ModelInitAgentReq

NewModelInitAgentReqWithDefaults instantiates a new ModelInitAgentReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelInitAgentReq) GetAvailableWorkload ¶

func (o *ModelInitAgentReq) GetAvailableWorkload() int32

GetAvailableWorkload returns the AvailableWorkload field value

func (*ModelInitAgentReq) GetAvailableWorkloadOk ¶

func (o *ModelInitAgentReq) GetAvailableWorkloadOk() (*int32, bool)

GetAvailableWorkloadOk returns a tuple with the AvailableWorkload field value and a boolean to check if the value has been set.

func (*ModelInitAgentReq) GetNodeId ¶

func (o *ModelInitAgentReq) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelInitAgentReq) GetNodeIdOk ¶

func (o *ModelInitAgentReq) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelInitAgentReq) GetVersion ¶

func (o *ModelInitAgentReq) GetVersion() string

GetVersion returns the Version field value

func (*ModelInitAgentReq) GetVersionOk ¶

func (o *ModelInitAgentReq) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (ModelInitAgentReq) MarshalJSON ¶

func (o ModelInitAgentReq) MarshalJSON() ([]byte, error)

func (*ModelInitAgentReq) SetAvailableWorkload ¶

func (o *ModelInitAgentReq) SetAvailableWorkload(v int32)

SetAvailableWorkload sets field value

func (*ModelInitAgentReq) SetNodeId ¶

func (o *ModelInitAgentReq) SetNodeId(v string)

SetNodeId sets field value

func (*ModelInitAgentReq) SetVersion ¶

func (o *ModelInitAgentReq) SetVersion(v string)

SetVersion sets field value

func (ModelInitAgentReq) ToMap ¶

func (o ModelInitAgentReq) ToMap() (map[string]interface{}, error)

func (*ModelInitAgentReq) UnmarshalJSON ¶

func (o *ModelInitAgentReq) UnmarshalJSON(bytes []byte) (err error)

type ModelIntegrationAddReq ¶

type ModelIntegrationAddReq struct {
	Config           map[string]interface{}   `json:"config,omitempty"`
	Filters          *ModelIntegrationFilters `json:"filters,omitempty"`
	IntegrationType  *string                  `json:"integration_type,omitempty"`
	NotificationType *string                  `json:"notification_type,omitempty"`
}

ModelIntegrationAddReq struct for ModelIntegrationAddReq

func NewModelIntegrationAddReq ¶

func NewModelIntegrationAddReq() *ModelIntegrationAddReq

NewModelIntegrationAddReq instantiates a new ModelIntegrationAddReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelIntegrationAddReqWithDefaults ¶

func NewModelIntegrationAddReqWithDefaults() *ModelIntegrationAddReq

NewModelIntegrationAddReqWithDefaults instantiates a new ModelIntegrationAddReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelIntegrationAddReq) GetConfig ¶

func (o *ModelIntegrationAddReq) GetConfig() map[string]interface{}

GetConfig returns the Config field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelIntegrationAddReq) GetConfigOk ¶

func (o *ModelIntegrationAddReq) GetConfigOk() (map[string]interface{}, bool)

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelIntegrationAddReq) GetFilters ¶

GetFilters returns the Filters field value if set, zero value otherwise.

func (*ModelIntegrationAddReq) GetFiltersOk ¶

func (o *ModelIntegrationAddReq) GetFiltersOk() (*ModelIntegrationFilters, bool)

GetFiltersOk returns a tuple with the Filters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelIntegrationAddReq) GetIntegrationType ¶

func (o *ModelIntegrationAddReq) GetIntegrationType() string

GetIntegrationType returns the IntegrationType field value if set, zero value otherwise.

func (*ModelIntegrationAddReq) GetIntegrationTypeOk ¶

func (o *ModelIntegrationAddReq) GetIntegrationTypeOk() (*string, bool)

GetIntegrationTypeOk returns a tuple with the IntegrationType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelIntegrationAddReq) GetNotificationType ¶

func (o *ModelIntegrationAddReq) GetNotificationType() string

GetNotificationType returns the NotificationType field value if set, zero value otherwise.

func (*ModelIntegrationAddReq) GetNotificationTypeOk ¶

func (o *ModelIntegrationAddReq) GetNotificationTypeOk() (*string, bool)

GetNotificationTypeOk returns a tuple with the NotificationType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelIntegrationAddReq) HasConfig ¶

func (o *ModelIntegrationAddReq) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*ModelIntegrationAddReq) HasFilters ¶

func (o *ModelIntegrationAddReq) HasFilters() bool

HasFilters returns a boolean if a field has been set.

func (*ModelIntegrationAddReq) HasIntegrationType ¶

func (o *ModelIntegrationAddReq) HasIntegrationType() bool

HasIntegrationType returns a boolean if a field has been set.

func (*ModelIntegrationAddReq) HasNotificationType ¶

func (o *ModelIntegrationAddReq) HasNotificationType() bool

HasNotificationType returns a boolean if a field has been set.

func (ModelIntegrationAddReq) MarshalJSON ¶

func (o ModelIntegrationAddReq) MarshalJSON() ([]byte, error)

func (*ModelIntegrationAddReq) SetConfig ¶

func (o *ModelIntegrationAddReq) SetConfig(v map[string]interface{})

SetConfig gets a reference to the given map[string]interface{} and assigns it to the Config field.

func (*ModelIntegrationAddReq) SetFilters ¶

SetFilters gets a reference to the given ModelIntegrationFilters and assigns it to the Filters field.

func (*ModelIntegrationAddReq) SetIntegrationType ¶

func (o *ModelIntegrationAddReq) SetIntegrationType(v string)

SetIntegrationType gets a reference to the given string and assigns it to the IntegrationType field.

func (*ModelIntegrationAddReq) SetNotificationType ¶

func (o *ModelIntegrationAddReq) SetNotificationType(v string)

SetNotificationType gets a reference to the given string and assigns it to the NotificationType field.

func (ModelIntegrationAddReq) ToMap ¶

func (o ModelIntegrationAddReq) ToMap() (map[string]interface{}, error)

type ModelIntegrationFilters ¶

type ModelIntegrationFilters struct {
	FieldsFilters *ReportersFieldsFilters `json:"fields_filters,omitempty"`
	NodeIds       []ModelNodeIdentifier   `json:"node_ids"`
}

ModelIntegrationFilters struct for ModelIntegrationFilters

func NewModelIntegrationFilters ¶

func NewModelIntegrationFilters(nodeIds []ModelNodeIdentifier) *ModelIntegrationFilters

NewModelIntegrationFilters instantiates a new ModelIntegrationFilters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelIntegrationFiltersWithDefaults ¶

func NewModelIntegrationFiltersWithDefaults() *ModelIntegrationFilters

NewModelIntegrationFiltersWithDefaults instantiates a new ModelIntegrationFilters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelIntegrationFilters) GetFieldsFilters ¶

func (o *ModelIntegrationFilters) GetFieldsFilters() ReportersFieldsFilters

GetFieldsFilters returns the FieldsFilters field value if set, zero value otherwise.

func (*ModelIntegrationFilters) GetFieldsFiltersOk ¶

func (o *ModelIntegrationFilters) GetFieldsFiltersOk() (*ReportersFieldsFilters, bool)

GetFieldsFiltersOk returns a tuple with the FieldsFilters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelIntegrationFilters) GetNodeIds ¶

func (o *ModelIntegrationFilters) GetNodeIds() []ModelNodeIdentifier

GetNodeIds returns the NodeIds field value If the value is explicit nil, the zero value for []ModelNodeIdentifier will be returned

func (*ModelIntegrationFilters) GetNodeIdsOk ¶

func (o *ModelIntegrationFilters) GetNodeIdsOk() ([]ModelNodeIdentifier, bool)

GetNodeIdsOk returns a tuple with the NodeIds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelIntegrationFilters) HasFieldsFilters ¶

func (o *ModelIntegrationFilters) HasFieldsFilters() bool

HasFieldsFilters returns a boolean if a field has been set.

func (ModelIntegrationFilters) MarshalJSON ¶

func (o ModelIntegrationFilters) MarshalJSON() ([]byte, error)

func (*ModelIntegrationFilters) SetFieldsFilters ¶

func (o *ModelIntegrationFilters) SetFieldsFilters(v ReportersFieldsFilters)

SetFieldsFilters gets a reference to the given ReportersFieldsFilters and assigns it to the FieldsFilters field.

func (*ModelIntegrationFilters) SetNodeIds ¶

func (o *ModelIntegrationFilters) SetNodeIds(v []ModelNodeIdentifier)

SetNodeIds sets field value

func (ModelIntegrationFilters) ToMap ¶

func (o ModelIntegrationFilters) ToMap() (map[string]interface{}, error)

func (*ModelIntegrationFilters) UnmarshalJSON ¶

func (o *ModelIntegrationFilters) UnmarshalJSON(bytes []byte) (err error)

type ModelIntegrationListResp ¶

type ModelIntegrationListResp struct {
	Config           map[string]interface{}  `json:"config,omitempty"`
	Filters          *ReportersFieldsFilters `json:"filters,omitempty"`
	Id               *int32                  `json:"id,omitempty"`
	IntegrationType  *string                 `json:"integration_type,omitempty"`
	LastErrorMsg     *string                 `json:"last_error_msg,omitempty"`
	NotificationType *string                 `json:"notification_type,omitempty"`
}

ModelIntegrationListResp struct for ModelIntegrationListResp

func NewModelIntegrationListResp ¶

func NewModelIntegrationListResp() *ModelIntegrationListResp

NewModelIntegrationListResp instantiates a new ModelIntegrationListResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelIntegrationListRespWithDefaults ¶

func NewModelIntegrationListRespWithDefaults() *ModelIntegrationListResp

NewModelIntegrationListRespWithDefaults instantiates a new ModelIntegrationListResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelIntegrationListResp) GetConfig ¶

func (o *ModelIntegrationListResp) GetConfig() map[string]interface{}

GetConfig returns the Config field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelIntegrationListResp) GetConfigOk ¶

func (o *ModelIntegrationListResp) GetConfigOk() (map[string]interface{}, bool)

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelIntegrationListResp) GetFilters ¶

GetFilters returns the Filters field value if set, zero value otherwise.

func (*ModelIntegrationListResp) GetFiltersOk ¶

GetFiltersOk returns a tuple with the Filters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelIntegrationListResp) GetId ¶

func (o *ModelIntegrationListResp) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ModelIntegrationListResp) GetIdOk ¶

func (o *ModelIntegrationListResp) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelIntegrationListResp) GetIntegrationType ¶

func (o *ModelIntegrationListResp) GetIntegrationType() string

GetIntegrationType returns the IntegrationType field value if set, zero value otherwise.

func (*ModelIntegrationListResp) GetIntegrationTypeOk ¶

func (o *ModelIntegrationListResp) GetIntegrationTypeOk() (*string, bool)

GetIntegrationTypeOk returns a tuple with the IntegrationType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelIntegrationListResp) GetLastErrorMsg ¶

func (o *ModelIntegrationListResp) GetLastErrorMsg() string

GetLastErrorMsg returns the LastErrorMsg field value if set, zero value otherwise.

func (*ModelIntegrationListResp) GetLastErrorMsgOk ¶

func (o *ModelIntegrationListResp) GetLastErrorMsgOk() (*string, bool)

GetLastErrorMsgOk returns a tuple with the LastErrorMsg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelIntegrationListResp) GetNotificationType ¶

func (o *ModelIntegrationListResp) GetNotificationType() string

GetNotificationType returns the NotificationType field value if set, zero value otherwise.

func (*ModelIntegrationListResp) GetNotificationTypeOk ¶

func (o *ModelIntegrationListResp) GetNotificationTypeOk() (*string, bool)

GetNotificationTypeOk returns a tuple with the NotificationType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelIntegrationListResp) HasConfig ¶

func (o *ModelIntegrationListResp) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*ModelIntegrationListResp) HasFilters ¶

func (o *ModelIntegrationListResp) HasFilters() bool

HasFilters returns a boolean if a field has been set.

func (*ModelIntegrationListResp) HasId ¶

func (o *ModelIntegrationListResp) HasId() bool

HasId returns a boolean if a field has been set.

func (*ModelIntegrationListResp) HasIntegrationType ¶

func (o *ModelIntegrationListResp) HasIntegrationType() bool

HasIntegrationType returns a boolean if a field has been set.

func (*ModelIntegrationListResp) HasLastErrorMsg ¶

func (o *ModelIntegrationListResp) HasLastErrorMsg() bool

HasLastErrorMsg returns a boolean if a field has been set.

func (*ModelIntegrationListResp) HasNotificationType ¶

func (o *ModelIntegrationListResp) HasNotificationType() bool

HasNotificationType returns a boolean if a field has been set.

func (ModelIntegrationListResp) MarshalJSON ¶

func (o ModelIntegrationListResp) MarshalJSON() ([]byte, error)

func (*ModelIntegrationListResp) SetConfig ¶

func (o *ModelIntegrationListResp) SetConfig(v map[string]interface{})

SetConfig gets a reference to the given map[string]interface{} and assigns it to the Config field.

func (*ModelIntegrationListResp) SetFilters ¶

SetFilters gets a reference to the given ReportersFieldsFilters and assigns it to the Filters field.

func (*ModelIntegrationListResp) SetId ¶

func (o *ModelIntegrationListResp) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ModelIntegrationListResp) SetIntegrationType ¶

func (o *ModelIntegrationListResp) SetIntegrationType(v string)

SetIntegrationType gets a reference to the given string and assigns it to the IntegrationType field.

func (*ModelIntegrationListResp) SetLastErrorMsg ¶

func (o *ModelIntegrationListResp) SetLastErrorMsg(v string)

SetLastErrorMsg gets a reference to the given string and assigns it to the LastErrorMsg field.

func (*ModelIntegrationListResp) SetNotificationType ¶

func (o *ModelIntegrationListResp) SetNotificationType(v string)

SetNotificationType gets a reference to the given string and assigns it to the NotificationType field.

func (ModelIntegrationListResp) ToMap ¶

func (o ModelIntegrationListResp) ToMap() (map[string]interface{}, error)

type ModelInviteUserRequest ¶

type ModelInviteUserRequest struct {
	Action string `json:"action"`
	Email  string `json:"email"`
	Role   string `json:"role"`
}

ModelInviteUserRequest struct for ModelInviteUserRequest

func NewModelInviteUserRequest ¶

func NewModelInviteUserRequest(action string, email string, role string) *ModelInviteUserRequest

NewModelInviteUserRequest instantiates a new ModelInviteUserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelInviteUserRequestWithDefaults ¶

func NewModelInviteUserRequestWithDefaults() *ModelInviteUserRequest

NewModelInviteUserRequestWithDefaults instantiates a new ModelInviteUserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelInviteUserRequest) GetAction ¶

func (o *ModelInviteUserRequest) GetAction() string

GetAction returns the Action field value

func (*ModelInviteUserRequest) GetActionOk ¶

func (o *ModelInviteUserRequest) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.

func (*ModelInviteUserRequest) GetEmail ¶

func (o *ModelInviteUserRequest) GetEmail() string

GetEmail returns the Email field value

func (*ModelInviteUserRequest) GetEmailOk ¶

func (o *ModelInviteUserRequest) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*ModelInviteUserRequest) GetRole ¶

func (o *ModelInviteUserRequest) GetRole() string

GetRole returns the Role field value

func (*ModelInviteUserRequest) GetRoleOk ¶

func (o *ModelInviteUserRequest) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.

func (ModelInviteUserRequest) MarshalJSON ¶

func (o ModelInviteUserRequest) MarshalJSON() ([]byte, error)

func (*ModelInviteUserRequest) SetAction ¶

func (o *ModelInviteUserRequest) SetAction(v string)

SetAction sets field value

func (*ModelInviteUserRequest) SetEmail ¶

func (o *ModelInviteUserRequest) SetEmail(v string)

SetEmail sets field value

func (*ModelInviteUserRequest) SetRole ¶

func (o *ModelInviteUserRequest) SetRole(v string)

SetRole sets field value

func (ModelInviteUserRequest) ToMap ¶

func (o ModelInviteUserRequest) ToMap() (map[string]interface{}, error)

func (*ModelInviteUserRequest) UnmarshalJSON ¶

func (o *ModelInviteUserRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelInviteUserResponse ¶

type ModelInviteUserResponse struct {
	InviteExpiryHours *int32  `json:"invite_expiry_hours,omitempty"`
	InviteUrl         *string `json:"invite_url,omitempty"`
	Message           *string `json:"message,omitempty"`
}

ModelInviteUserResponse struct for ModelInviteUserResponse

func NewModelInviteUserResponse ¶

func NewModelInviteUserResponse() *ModelInviteUserResponse

NewModelInviteUserResponse instantiates a new ModelInviteUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelInviteUserResponseWithDefaults ¶

func NewModelInviteUserResponseWithDefaults() *ModelInviteUserResponse

NewModelInviteUserResponseWithDefaults instantiates a new ModelInviteUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelInviteUserResponse) GetInviteExpiryHours ¶

func (o *ModelInviteUserResponse) GetInviteExpiryHours() int32

GetInviteExpiryHours returns the InviteExpiryHours field value if set, zero value otherwise.

func (*ModelInviteUserResponse) GetInviteExpiryHoursOk ¶

func (o *ModelInviteUserResponse) GetInviteExpiryHoursOk() (*int32, bool)

GetInviteExpiryHoursOk returns a tuple with the InviteExpiryHours field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelInviteUserResponse) GetInviteUrl ¶

func (o *ModelInviteUserResponse) GetInviteUrl() string

GetInviteUrl returns the InviteUrl field value if set, zero value otherwise.

func (*ModelInviteUserResponse) GetInviteUrlOk ¶

func (o *ModelInviteUserResponse) GetInviteUrlOk() (*string, bool)

GetInviteUrlOk returns a tuple with the InviteUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelInviteUserResponse) GetMessage ¶

func (o *ModelInviteUserResponse) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*ModelInviteUserResponse) GetMessageOk ¶

func (o *ModelInviteUserResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelInviteUserResponse) HasInviteExpiryHours ¶

func (o *ModelInviteUserResponse) HasInviteExpiryHours() bool

HasInviteExpiryHours returns a boolean if a field has been set.

func (*ModelInviteUserResponse) HasInviteUrl ¶

func (o *ModelInviteUserResponse) HasInviteUrl() bool

HasInviteUrl returns a boolean if a field has been set.

func (*ModelInviteUserResponse) HasMessage ¶

func (o *ModelInviteUserResponse) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (ModelInviteUserResponse) MarshalJSON ¶

func (o ModelInviteUserResponse) MarshalJSON() ([]byte, error)

func (*ModelInviteUserResponse) SetInviteExpiryHours ¶

func (o *ModelInviteUserResponse) SetInviteExpiryHours(v int32)

SetInviteExpiryHours gets a reference to the given int32 and assigns it to the InviteExpiryHours field.

func (*ModelInviteUserResponse) SetInviteUrl ¶

func (o *ModelInviteUserResponse) SetInviteUrl(v string)

SetInviteUrl gets a reference to the given string and assigns it to the InviteUrl field.

func (*ModelInviteUserResponse) SetMessage ¶

func (o *ModelInviteUserResponse) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (ModelInviteUserResponse) ToMap ¶

func (o ModelInviteUserResponse) ToMap() (map[string]interface{}, error)

type ModelKubernetesCluster ¶

type ModelKubernetesCluster struct {
	AgentRunning bool        `json:"agent_running"`
	Hosts        []ModelHost `json:"hosts"`
	NodeId       string      `json:"node_id"`
	NodeName     string      `json:"node_name"`
}

ModelKubernetesCluster struct for ModelKubernetesCluster

func NewModelKubernetesCluster ¶

func NewModelKubernetesCluster(agentRunning bool, hosts []ModelHost, nodeId string, nodeName string) *ModelKubernetesCluster

NewModelKubernetesCluster instantiates a new ModelKubernetesCluster object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelKubernetesClusterWithDefaults ¶

func NewModelKubernetesClusterWithDefaults() *ModelKubernetesCluster

NewModelKubernetesClusterWithDefaults instantiates a new ModelKubernetesCluster object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelKubernetesCluster) GetAgentRunning ¶

func (o *ModelKubernetesCluster) GetAgentRunning() bool

GetAgentRunning returns the AgentRunning field value

func (*ModelKubernetesCluster) GetAgentRunningOk ¶

func (o *ModelKubernetesCluster) GetAgentRunningOk() (*bool, bool)

GetAgentRunningOk returns a tuple with the AgentRunning field value and a boolean to check if the value has been set.

func (*ModelKubernetesCluster) GetHosts ¶

func (o *ModelKubernetesCluster) GetHosts() []ModelHost

GetHosts returns the Hosts field value If the value is explicit nil, the zero value for []ModelHost will be returned

func (*ModelKubernetesCluster) GetHostsOk ¶

func (o *ModelKubernetesCluster) GetHostsOk() ([]ModelHost, bool)

GetHostsOk returns a tuple with the Hosts field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelKubernetesCluster) GetNodeId ¶

func (o *ModelKubernetesCluster) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelKubernetesCluster) GetNodeIdOk ¶

func (o *ModelKubernetesCluster) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelKubernetesCluster) GetNodeName ¶

func (o *ModelKubernetesCluster) GetNodeName() string

GetNodeName returns the NodeName field value

func (*ModelKubernetesCluster) GetNodeNameOk ¶

func (o *ModelKubernetesCluster) GetNodeNameOk() (*string, bool)

GetNodeNameOk returns a tuple with the NodeName field value and a boolean to check if the value has been set.

func (ModelKubernetesCluster) MarshalJSON ¶

func (o ModelKubernetesCluster) MarshalJSON() ([]byte, error)

func (*ModelKubernetesCluster) SetAgentRunning ¶

func (o *ModelKubernetesCluster) SetAgentRunning(v bool)

SetAgentRunning sets field value

func (*ModelKubernetesCluster) SetHosts ¶

func (o *ModelKubernetesCluster) SetHosts(v []ModelHost)

SetHosts sets field value

func (*ModelKubernetesCluster) SetNodeId ¶

func (o *ModelKubernetesCluster) SetNodeId(v string)

SetNodeId sets field value

func (*ModelKubernetesCluster) SetNodeName ¶

func (o *ModelKubernetesCluster) SetNodeName(v string)

SetNodeName sets field value

func (ModelKubernetesCluster) ToMap ¶

func (o ModelKubernetesCluster) ToMap() (map[string]interface{}, error)

func (*ModelKubernetesCluster) UnmarshalJSON ¶

func (o *ModelKubernetesCluster) UnmarshalJSON(bytes []byte) (err error)

type ModelListAgentVersionResp ¶

type ModelListAgentVersionResp struct {
	Versions []string `json:"versions"`
}

ModelListAgentVersionResp struct for ModelListAgentVersionResp

func NewModelListAgentVersionResp ¶

func NewModelListAgentVersionResp(versions []string) *ModelListAgentVersionResp

NewModelListAgentVersionResp instantiates a new ModelListAgentVersionResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelListAgentVersionRespWithDefaults ¶

func NewModelListAgentVersionRespWithDefaults() *ModelListAgentVersionResp

NewModelListAgentVersionRespWithDefaults instantiates a new ModelListAgentVersionResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelListAgentVersionResp) GetVersions ¶

func (o *ModelListAgentVersionResp) GetVersions() []string

GetVersions returns the Versions field value If the value is explicit nil, the zero value for []string will be returned

func (*ModelListAgentVersionResp) GetVersionsOk ¶

func (o *ModelListAgentVersionResp) GetVersionsOk() ([]string, bool)

GetVersionsOk returns a tuple with the Versions field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelListAgentVersionResp) MarshalJSON ¶

func (o ModelListAgentVersionResp) MarshalJSON() ([]byte, error)

func (*ModelListAgentVersionResp) SetVersions ¶

func (o *ModelListAgentVersionResp) SetVersions(v []string)

SetVersions sets field value

func (ModelListAgentVersionResp) ToMap ¶

func (o ModelListAgentVersionResp) ToMap() (map[string]interface{}, error)

func (*ModelListAgentVersionResp) UnmarshalJSON ¶

func (o *ModelListAgentVersionResp) UnmarshalJSON(bytes []byte) (err error)

type ModelLoginRequest ¶

type ModelLoginRequest struct {
	Email    string `json:"email"`
	Password string `json:"password"`
}

ModelLoginRequest struct for ModelLoginRequest

func NewModelLoginRequest ¶

func NewModelLoginRequest(email string, password string) *ModelLoginRequest

NewModelLoginRequest instantiates a new ModelLoginRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelLoginRequestWithDefaults ¶

func NewModelLoginRequestWithDefaults() *ModelLoginRequest

NewModelLoginRequestWithDefaults instantiates a new ModelLoginRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelLoginRequest) GetEmail ¶

func (o *ModelLoginRequest) GetEmail() string

GetEmail returns the Email field value

func (*ModelLoginRequest) GetEmailOk ¶

func (o *ModelLoginRequest) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*ModelLoginRequest) GetPassword ¶

func (o *ModelLoginRequest) GetPassword() string

GetPassword returns the Password field value

func (*ModelLoginRequest) GetPasswordOk ¶

func (o *ModelLoginRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (ModelLoginRequest) MarshalJSON ¶

func (o ModelLoginRequest) MarshalJSON() ([]byte, error)

func (*ModelLoginRequest) SetEmail ¶

func (o *ModelLoginRequest) SetEmail(v string)

SetEmail sets field value

func (*ModelLoginRequest) SetPassword ¶

func (o *ModelLoginRequest) SetPassword(v string)

SetPassword sets field value

func (ModelLoginRequest) ToMap ¶

func (o ModelLoginRequest) ToMap() (map[string]interface{}, error)

func (*ModelLoginRequest) UnmarshalJSON ¶

func (o *ModelLoginRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelLoginResponse ¶

type ModelLoginResponse struct {
	AccessToken         string `json:"access_token"`
	OnboardingRequired  bool   `json:"onboarding_required"`
	PasswordInvalidated bool   `json:"password_invalidated"`
	RefreshToken        string `json:"refresh_token"`
}

ModelLoginResponse struct for ModelLoginResponse

func NewModelLoginResponse ¶

func NewModelLoginResponse(accessToken string, onboardingRequired bool, passwordInvalidated bool, refreshToken string) *ModelLoginResponse

NewModelLoginResponse instantiates a new ModelLoginResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelLoginResponseWithDefaults ¶

func NewModelLoginResponseWithDefaults() *ModelLoginResponse

NewModelLoginResponseWithDefaults instantiates a new ModelLoginResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelLoginResponse) GetAccessToken ¶

func (o *ModelLoginResponse) GetAccessToken() string

GetAccessToken returns the AccessToken field value

func (*ModelLoginResponse) GetAccessTokenOk ¶

func (o *ModelLoginResponse) GetAccessTokenOk() (*string, bool)

GetAccessTokenOk returns a tuple with the AccessToken field value and a boolean to check if the value has been set.

func (*ModelLoginResponse) GetOnboardingRequired ¶

func (o *ModelLoginResponse) GetOnboardingRequired() bool

GetOnboardingRequired returns the OnboardingRequired field value

func (*ModelLoginResponse) GetOnboardingRequiredOk ¶

func (o *ModelLoginResponse) GetOnboardingRequiredOk() (*bool, bool)

GetOnboardingRequiredOk returns a tuple with the OnboardingRequired field value and a boolean to check if the value has been set.

func (*ModelLoginResponse) GetPasswordInvalidated ¶

func (o *ModelLoginResponse) GetPasswordInvalidated() bool

GetPasswordInvalidated returns the PasswordInvalidated field value

func (*ModelLoginResponse) GetPasswordInvalidatedOk ¶

func (o *ModelLoginResponse) GetPasswordInvalidatedOk() (*bool, bool)

GetPasswordInvalidatedOk returns a tuple with the PasswordInvalidated field value and a boolean to check if the value has been set.

func (*ModelLoginResponse) GetRefreshToken ¶

func (o *ModelLoginResponse) GetRefreshToken() string

GetRefreshToken returns the RefreshToken field value

func (*ModelLoginResponse) GetRefreshTokenOk ¶

func (o *ModelLoginResponse) GetRefreshTokenOk() (*string, bool)

GetRefreshTokenOk returns a tuple with the RefreshToken field value and a boolean to check if the value has been set.

func (ModelLoginResponse) MarshalJSON ¶

func (o ModelLoginResponse) MarshalJSON() ([]byte, error)

func (*ModelLoginResponse) SetAccessToken ¶

func (o *ModelLoginResponse) SetAccessToken(v string)

SetAccessToken sets field value

func (*ModelLoginResponse) SetOnboardingRequired ¶

func (o *ModelLoginResponse) SetOnboardingRequired(v bool)

SetOnboardingRequired sets field value

func (*ModelLoginResponse) SetPasswordInvalidated ¶

func (o *ModelLoginResponse) SetPasswordInvalidated(v bool)

SetPasswordInvalidated sets field value

func (*ModelLoginResponse) SetRefreshToken ¶

func (o *ModelLoginResponse) SetRefreshToken(v string)

SetRefreshToken sets field value

func (ModelLoginResponse) ToMap ¶

func (o ModelLoginResponse) ToMap() (map[string]interface{}, error)

func (*ModelLoginResponse) UnmarshalJSON ¶

func (o *ModelLoginResponse) UnmarshalJSON(bytes []byte) (err error)

type ModelMalware ¶

type ModelMalware struct {
	Author           *string          `json:"author,omitempty"`
	Class            string           `json:"class"`
	CompleteFilename string           `json:"complete_filename"`
	Date             *string          `json:"date,omitempty"`
	Description      *string          `json:"description,omitempty"`
	FileSevScore     int32            `json:"file_sev_score"`
	FileSeverity     string           `json:"file_severity"`
	Filetype         *string          `json:"filetype,omitempty"`
	ImageLayerId     string           `json:"image_layer_id"`
	Info             *string          `json:"info,omitempty"`
	Masked           bool             `json:"masked"`
	NodeId           string           `json:"node_id"`
	Resources        []ModelBasicNode `json:"resources,omitempty"`
	RuleId           string           `json:"rule_id"`
	RuleName         string           `json:"rule_name"`
	SeverityScore    *int32           `json:"severity_score,omitempty"`
	StringsToMatch   []interface{}    `json:"strings_to_match,omitempty"`
	Summary          *string          `json:"summary,omitempty"`
	Version          *string          `json:"version,omitempty"`
}

ModelMalware struct for ModelMalware

func NewModelMalware ¶

func NewModelMalware(class string, completeFilename string, fileSevScore int32, fileSeverity string, imageLayerId string, masked bool, nodeId string, ruleId string, ruleName string) *ModelMalware

NewModelMalware instantiates a new ModelMalware object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelMalwareWithDefaults ¶

func NewModelMalwareWithDefaults() *ModelMalware

NewModelMalwareWithDefaults instantiates a new ModelMalware object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelMalware) GetAuthor ¶

func (o *ModelMalware) GetAuthor() string

GetAuthor returns the Author field value if set, zero value otherwise.

func (*ModelMalware) GetAuthorOk ¶

func (o *ModelMalware) GetAuthorOk() (*string, bool)

GetAuthorOk returns a tuple with the Author field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelMalware) GetClass ¶

func (o *ModelMalware) GetClass() string

GetClass returns the Class field value

func (*ModelMalware) GetClassOk ¶

func (o *ModelMalware) GetClassOk() (*string, bool)

GetClassOk returns a tuple with the Class field value and a boolean to check if the value has been set.

func (*ModelMalware) GetCompleteFilename ¶

func (o *ModelMalware) GetCompleteFilename() string

GetCompleteFilename returns the CompleteFilename field value

func (*ModelMalware) GetCompleteFilenameOk ¶

func (o *ModelMalware) GetCompleteFilenameOk() (*string, bool)

GetCompleteFilenameOk returns a tuple with the CompleteFilename field value and a boolean to check if the value has been set.

func (*ModelMalware) GetDate ¶

func (o *ModelMalware) GetDate() string

GetDate returns the Date field value if set, zero value otherwise.

func (*ModelMalware) GetDateOk ¶

func (o *ModelMalware) GetDateOk() (*string, bool)

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelMalware) GetDescription ¶

func (o *ModelMalware) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ModelMalware) GetDescriptionOk ¶

func (o *ModelMalware) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelMalware) GetFileSevScore ¶

func (o *ModelMalware) GetFileSevScore() int32

GetFileSevScore returns the FileSevScore field value

func (*ModelMalware) GetFileSevScoreOk ¶

func (o *ModelMalware) GetFileSevScoreOk() (*int32, bool)

GetFileSevScoreOk returns a tuple with the FileSevScore field value and a boolean to check if the value has been set.

func (*ModelMalware) GetFileSeverity ¶

func (o *ModelMalware) GetFileSeverity() string

GetFileSeverity returns the FileSeverity field value

func (*ModelMalware) GetFileSeverityOk ¶

func (o *ModelMalware) GetFileSeverityOk() (*string, bool)

GetFileSeverityOk returns a tuple with the FileSeverity field value and a boolean to check if the value has been set.

func (*ModelMalware) GetFiletype ¶

func (o *ModelMalware) GetFiletype() string

GetFiletype returns the Filetype field value if set, zero value otherwise.

func (*ModelMalware) GetFiletypeOk ¶

func (o *ModelMalware) GetFiletypeOk() (*string, bool)

GetFiletypeOk returns a tuple with the Filetype field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelMalware) GetImageLayerId ¶

func (o *ModelMalware) GetImageLayerId() string

GetImageLayerId returns the ImageLayerId field value

func (*ModelMalware) GetImageLayerIdOk ¶

func (o *ModelMalware) GetImageLayerIdOk() (*string, bool)

GetImageLayerIdOk returns a tuple with the ImageLayerId field value and a boolean to check if the value has been set.

func (*ModelMalware) GetInfo ¶

func (o *ModelMalware) GetInfo() string

GetInfo returns the Info field value if set, zero value otherwise.

func (*ModelMalware) GetInfoOk ¶

func (o *ModelMalware) GetInfoOk() (*string, bool)

GetInfoOk returns a tuple with the Info field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelMalware) GetMasked ¶

func (o *ModelMalware) GetMasked() bool

GetMasked returns the Masked field value

func (*ModelMalware) GetMaskedOk ¶

func (o *ModelMalware) GetMaskedOk() (*bool, bool)

GetMaskedOk returns a tuple with the Masked field value and a boolean to check if the value has been set.

func (*ModelMalware) GetNodeId ¶

func (o *ModelMalware) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelMalware) GetNodeIdOk ¶

func (o *ModelMalware) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelMalware) GetResources ¶

func (o *ModelMalware) GetResources() []ModelBasicNode

GetResources returns the Resources field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelMalware) GetResourcesOk ¶

func (o *ModelMalware) GetResourcesOk() ([]ModelBasicNode, bool)

GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelMalware) GetRuleId ¶

func (o *ModelMalware) GetRuleId() string

GetRuleId returns the RuleId field value

func (*ModelMalware) GetRuleIdOk ¶

func (o *ModelMalware) GetRuleIdOk() (*string, bool)

GetRuleIdOk returns a tuple with the RuleId field value and a boolean to check if the value has been set.

func (*ModelMalware) GetRuleName ¶

func (o *ModelMalware) GetRuleName() string

GetRuleName returns the RuleName field value

func (*ModelMalware) GetRuleNameOk ¶

func (o *ModelMalware) GetRuleNameOk() (*string, bool)

GetRuleNameOk returns a tuple with the RuleName field value and a boolean to check if the value has been set.

func (*ModelMalware) GetSeverityScore ¶

func (o *ModelMalware) GetSeverityScore() int32

GetSeverityScore returns the SeverityScore field value if set, zero value otherwise.

func (*ModelMalware) GetSeverityScoreOk ¶

func (o *ModelMalware) GetSeverityScoreOk() (*int32, bool)

GetSeverityScoreOk returns a tuple with the SeverityScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelMalware) GetStringsToMatch ¶

func (o *ModelMalware) GetStringsToMatch() []interface{}

GetStringsToMatch returns the StringsToMatch field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelMalware) GetStringsToMatchOk ¶

func (o *ModelMalware) GetStringsToMatchOk() ([]interface{}, bool)

GetStringsToMatchOk returns a tuple with the StringsToMatch field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelMalware) GetSummary ¶

func (o *ModelMalware) GetSummary() string

GetSummary returns the Summary field value if set, zero value otherwise.

func (*ModelMalware) GetSummaryOk ¶

func (o *ModelMalware) GetSummaryOk() (*string, bool)

GetSummaryOk returns a tuple with the Summary field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelMalware) GetVersion ¶

func (o *ModelMalware) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*ModelMalware) GetVersionOk ¶

func (o *ModelMalware) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelMalware) HasAuthor ¶

func (o *ModelMalware) HasAuthor() bool

HasAuthor returns a boolean if a field has been set.

func (*ModelMalware) HasDate ¶

func (o *ModelMalware) HasDate() bool

HasDate returns a boolean if a field has been set.

func (*ModelMalware) HasDescription ¶

func (o *ModelMalware) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ModelMalware) HasFiletype ¶

func (o *ModelMalware) HasFiletype() bool

HasFiletype returns a boolean if a field has been set.

func (*ModelMalware) HasInfo ¶

func (o *ModelMalware) HasInfo() bool

HasInfo returns a boolean if a field has been set.

func (*ModelMalware) HasResources ¶

func (o *ModelMalware) HasResources() bool

HasResources returns a boolean if a field has been set.

func (*ModelMalware) HasSeverityScore ¶

func (o *ModelMalware) HasSeverityScore() bool

HasSeverityScore returns a boolean if a field has been set.

func (*ModelMalware) HasStringsToMatch ¶

func (o *ModelMalware) HasStringsToMatch() bool

HasStringsToMatch returns a boolean if a field has been set.

func (*ModelMalware) HasSummary ¶

func (o *ModelMalware) HasSummary() bool

HasSummary returns a boolean if a field has been set.

func (*ModelMalware) HasVersion ¶

func (o *ModelMalware) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (ModelMalware) MarshalJSON ¶

func (o ModelMalware) MarshalJSON() ([]byte, error)

func (*ModelMalware) SetAuthor ¶

func (o *ModelMalware) SetAuthor(v string)

SetAuthor gets a reference to the given string and assigns it to the Author field.

func (*ModelMalware) SetClass ¶

func (o *ModelMalware) SetClass(v string)

SetClass sets field value

func (*ModelMalware) SetCompleteFilename ¶

func (o *ModelMalware) SetCompleteFilename(v string)

SetCompleteFilename sets field value

func (*ModelMalware) SetDate ¶

func (o *ModelMalware) SetDate(v string)

SetDate gets a reference to the given string and assigns it to the Date field.

func (*ModelMalware) SetDescription ¶

func (o *ModelMalware) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ModelMalware) SetFileSevScore ¶

func (o *ModelMalware) SetFileSevScore(v int32)

SetFileSevScore sets field value

func (*ModelMalware) SetFileSeverity ¶

func (o *ModelMalware) SetFileSeverity(v string)

SetFileSeverity sets field value

func (*ModelMalware) SetFiletype ¶

func (o *ModelMalware) SetFiletype(v string)

SetFiletype gets a reference to the given string and assigns it to the Filetype field.

func (*ModelMalware) SetImageLayerId ¶

func (o *ModelMalware) SetImageLayerId(v string)

SetImageLayerId sets field value

func (*ModelMalware) SetInfo ¶

func (o *ModelMalware) SetInfo(v string)

SetInfo gets a reference to the given string and assigns it to the Info field.

func (*ModelMalware) SetMasked ¶

func (o *ModelMalware) SetMasked(v bool)

SetMasked sets field value

func (*ModelMalware) SetNodeId ¶

func (o *ModelMalware) SetNodeId(v string)

SetNodeId sets field value

func (*ModelMalware) SetResources ¶

func (o *ModelMalware) SetResources(v []ModelBasicNode)

SetResources gets a reference to the given []ModelBasicNode and assigns it to the Resources field.

func (*ModelMalware) SetRuleId ¶

func (o *ModelMalware) SetRuleId(v string)

SetRuleId sets field value

func (*ModelMalware) SetRuleName ¶

func (o *ModelMalware) SetRuleName(v string)

SetRuleName sets field value

func (*ModelMalware) SetSeverityScore ¶

func (o *ModelMalware) SetSeverityScore(v int32)

SetSeverityScore gets a reference to the given int32 and assigns it to the SeverityScore field.

func (*ModelMalware) SetStringsToMatch ¶

func (o *ModelMalware) SetStringsToMatch(v []interface{})

SetStringsToMatch gets a reference to the given []interface{} and assigns it to the StringsToMatch field.

func (*ModelMalware) SetSummary ¶

func (o *ModelMalware) SetSummary(v string)

SetSummary gets a reference to the given string and assigns it to the Summary field.

func (*ModelMalware) SetVersion ¶

func (o *ModelMalware) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (ModelMalware) ToMap ¶

func (o ModelMalware) ToMap() (map[string]interface{}, error)

func (*ModelMalware) UnmarshalJSON ¶

func (o *ModelMalware) UnmarshalJSON(bytes []byte) (err error)

type ModelMalwareRule ¶

type ModelMalwareRule struct {
	Author       *string `json:"author,omitempty"`
	Date         *string `json:"date,omitempty"`
	Description  *string `json:"description,omitempty"`
	FileSeverity *string `json:"file_severity,omitempty"`
	Filetype     *string `json:"filetype,omitempty"`
	Info         *string `json:"info,omitempty"`
	Masked       bool    `json:"masked"`
	Reference    *string `json:"reference,omitempty"`
	RuleId       *string `json:"rule_id,omitempty"`
	RuleName     *string `json:"rule_name,omitempty"`
	UpdatedAt    int32   `json:"updated_at"`
	Version      *string `json:"version,omitempty"`
}

ModelMalwareRule struct for ModelMalwareRule

func NewModelMalwareRule ¶

func NewModelMalwareRule(masked bool, updatedAt int32) *ModelMalwareRule

NewModelMalwareRule instantiates a new ModelMalwareRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelMalwareRuleWithDefaults ¶

func NewModelMalwareRuleWithDefaults() *ModelMalwareRule

NewModelMalwareRuleWithDefaults instantiates a new ModelMalwareRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelMalwareRule) GetAuthor ¶

func (o *ModelMalwareRule) GetAuthor() string

GetAuthor returns the Author field value if set, zero value otherwise.

func (*ModelMalwareRule) GetAuthorOk ¶

func (o *ModelMalwareRule) GetAuthorOk() (*string, bool)

GetAuthorOk returns a tuple with the Author field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelMalwareRule) GetDate ¶

func (o *ModelMalwareRule) GetDate() string

GetDate returns the Date field value if set, zero value otherwise.

func (*ModelMalwareRule) GetDateOk ¶

func (o *ModelMalwareRule) GetDateOk() (*string, bool)

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelMalwareRule) GetDescription ¶

func (o *ModelMalwareRule) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ModelMalwareRule) GetDescriptionOk ¶

func (o *ModelMalwareRule) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelMalwareRule) GetFileSeverity ¶

func (o *ModelMalwareRule) GetFileSeverity() string

GetFileSeverity returns the FileSeverity field value if set, zero value otherwise.

func (*ModelMalwareRule) GetFileSeverityOk ¶

func (o *ModelMalwareRule) GetFileSeverityOk() (*string, bool)

GetFileSeverityOk returns a tuple with the FileSeverity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelMalwareRule) GetFiletype ¶

func (o *ModelMalwareRule) GetFiletype() string

GetFiletype returns the Filetype field value if set, zero value otherwise.

func (*ModelMalwareRule) GetFiletypeOk ¶

func (o *ModelMalwareRule) GetFiletypeOk() (*string, bool)

GetFiletypeOk returns a tuple with the Filetype field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelMalwareRule) GetInfo ¶

func (o *ModelMalwareRule) GetInfo() string

GetInfo returns the Info field value if set, zero value otherwise.

func (*ModelMalwareRule) GetInfoOk ¶

func (o *ModelMalwareRule) GetInfoOk() (*string, bool)

GetInfoOk returns a tuple with the Info field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelMalwareRule) GetMasked ¶

func (o *ModelMalwareRule) GetMasked() bool

GetMasked returns the Masked field value

func (*ModelMalwareRule) GetMaskedOk ¶

func (o *ModelMalwareRule) GetMaskedOk() (*bool, bool)

GetMaskedOk returns a tuple with the Masked field value and a boolean to check if the value has been set.

func (*ModelMalwareRule) GetReference ¶

func (o *ModelMalwareRule) GetReference() string

GetReference returns the Reference field value if set, zero value otherwise.

func (*ModelMalwareRule) GetReferenceOk ¶

func (o *ModelMalwareRule) GetReferenceOk() (*string, bool)

GetReferenceOk returns a tuple with the Reference field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelMalwareRule) GetRuleId ¶

func (o *ModelMalwareRule) GetRuleId() string

GetRuleId returns the RuleId field value if set, zero value otherwise.

func (*ModelMalwareRule) GetRuleIdOk ¶

func (o *ModelMalwareRule) GetRuleIdOk() (*string, bool)

GetRuleIdOk returns a tuple with the RuleId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelMalwareRule) GetRuleName ¶

func (o *ModelMalwareRule) GetRuleName() string

GetRuleName returns the RuleName field value if set, zero value otherwise.

func (*ModelMalwareRule) GetRuleNameOk ¶

func (o *ModelMalwareRule) GetRuleNameOk() (*string, bool)

GetRuleNameOk returns a tuple with the RuleName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelMalwareRule) GetUpdatedAt ¶

func (o *ModelMalwareRule) GetUpdatedAt() int32

GetUpdatedAt returns the UpdatedAt field value

func (*ModelMalwareRule) GetUpdatedAtOk ¶

func (o *ModelMalwareRule) GetUpdatedAtOk() (*int32, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*ModelMalwareRule) GetVersion ¶

func (o *ModelMalwareRule) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*ModelMalwareRule) GetVersionOk ¶

func (o *ModelMalwareRule) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelMalwareRule) HasAuthor ¶

func (o *ModelMalwareRule) HasAuthor() bool

HasAuthor returns a boolean if a field has been set.

func (*ModelMalwareRule) HasDate ¶

func (o *ModelMalwareRule) HasDate() bool

HasDate returns a boolean if a field has been set.

func (*ModelMalwareRule) HasDescription ¶

func (o *ModelMalwareRule) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ModelMalwareRule) HasFileSeverity ¶

func (o *ModelMalwareRule) HasFileSeverity() bool

HasFileSeverity returns a boolean if a field has been set.

func (*ModelMalwareRule) HasFiletype ¶

func (o *ModelMalwareRule) HasFiletype() bool

HasFiletype returns a boolean if a field has been set.

func (*ModelMalwareRule) HasInfo ¶

func (o *ModelMalwareRule) HasInfo() bool

HasInfo returns a boolean if a field has been set.

func (*ModelMalwareRule) HasReference ¶

func (o *ModelMalwareRule) HasReference() bool

HasReference returns a boolean if a field has been set.

func (*ModelMalwareRule) HasRuleId ¶

func (o *ModelMalwareRule) HasRuleId() bool

HasRuleId returns a boolean if a field has been set.

func (*ModelMalwareRule) HasRuleName ¶

func (o *ModelMalwareRule) HasRuleName() bool

HasRuleName returns a boolean if a field has been set.

func (*ModelMalwareRule) HasVersion ¶

func (o *ModelMalwareRule) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (ModelMalwareRule) MarshalJSON ¶

func (o ModelMalwareRule) MarshalJSON() ([]byte, error)

func (*ModelMalwareRule) SetAuthor ¶

func (o *ModelMalwareRule) SetAuthor(v string)

SetAuthor gets a reference to the given string and assigns it to the Author field.

func (*ModelMalwareRule) SetDate ¶

func (o *ModelMalwareRule) SetDate(v string)

SetDate gets a reference to the given string and assigns it to the Date field.

func (*ModelMalwareRule) SetDescription ¶

func (o *ModelMalwareRule) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ModelMalwareRule) SetFileSeverity ¶

func (o *ModelMalwareRule) SetFileSeverity(v string)

SetFileSeverity gets a reference to the given string and assigns it to the FileSeverity field.

func (*ModelMalwareRule) SetFiletype ¶

func (o *ModelMalwareRule) SetFiletype(v string)

SetFiletype gets a reference to the given string and assigns it to the Filetype field.

func (*ModelMalwareRule) SetInfo ¶

func (o *ModelMalwareRule) SetInfo(v string)

SetInfo gets a reference to the given string and assigns it to the Info field.

func (*ModelMalwareRule) SetMasked ¶

func (o *ModelMalwareRule) SetMasked(v bool)

SetMasked sets field value

func (*ModelMalwareRule) SetReference ¶

func (o *ModelMalwareRule) SetReference(v string)

SetReference gets a reference to the given string and assigns it to the Reference field.

func (*ModelMalwareRule) SetRuleId ¶

func (o *ModelMalwareRule) SetRuleId(v string)

SetRuleId gets a reference to the given string and assigns it to the RuleId field.

func (*ModelMalwareRule) SetRuleName ¶

func (o *ModelMalwareRule) SetRuleName(v string)

SetRuleName gets a reference to the given string and assigns it to the RuleName field.

func (*ModelMalwareRule) SetUpdatedAt ¶

func (o *ModelMalwareRule) SetUpdatedAt(v int32)

SetUpdatedAt sets field value

func (*ModelMalwareRule) SetVersion ¶

func (o *ModelMalwareRule) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (ModelMalwareRule) ToMap ¶

func (o ModelMalwareRule) ToMap() (map[string]interface{}, error)

func (*ModelMalwareRule) UnmarshalJSON ¶

func (o *ModelMalwareRule) UnmarshalJSON(bytes []byte) (err error)

type ModelMalwareScanResult ¶

type ModelMalwareScanResult struct {
	CloudAccountId        string           `json:"cloud_account_id"`
	CreatedAt             int64            `json:"created_at"`
	DockerContainerName   string           `json:"docker_container_name"`
	DockerImageName       string           `json:"docker_image_name"`
	HostName              string           `json:"host_name"`
	KubernetesClusterName string           `json:"kubernetes_cluster_name"`
	Malwares              []ModelMalware   `json:"malwares"`
	NodeId                string           `json:"node_id"`
	NodeName              string           `json:"node_name"`
	NodeType              string           `json:"node_type"`
	ScanId                string           `json:"scan_id"`
	SeverityCounts        map[string]int32 `json:"severity_counts"`
	UpdatedAt             int64            `json:"updated_at"`
}

ModelMalwareScanResult struct for ModelMalwareScanResult

func NewModelMalwareScanResult ¶

func NewModelMalwareScanResult(cloudAccountId string, createdAt int64, dockerContainerName string, dockerImageName string, hostName string, kubernetesClusterName string, malwares []ModelMalware, nodeId string, nodeName string, nodeType string, scanId string, severityCounts map[string]int32, updatedAt int64) *ModelMalwareScanResult

NewModelMalwareScanResult instantiates a new ModelMalwareScanResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelMalwareScanResultWithDefaults ¶

func NewModelMalwareScanResultWithDefaults() *ModelMalwareScanResult

NewModelMalwareScanResultWithDefaults instantiates a new ModelMalwareScanResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelMalwareScanResult) GetCloudAccountId ¶

func (o *ModelMalwareScanResult) GetCloudAccountId() string

GetCloudAccountId returns the CloudAccountId field value

func (*ModelMalwareScanResult) GetCloudAccountIdOk ¶

func (o *ModelMalwareScanResult) GetCloudAccountIdOk() (*string, bool)

GetCloudAccountIdOk returns a tuple with the CloudAccountId field value and a boolean to check if the value has been set.

func (*ModelMalwareScanResult) GetCreatedAt ¶

func (o *ModelMalwareScanResult) GetCreatedAt() int64

GetCreatedAt returns the CreatedAt field value

func (*ModelMalwareScanResult) GetCreatedAtOk ¶

func (o *ModelMalwareScanResult) GetCreatedAtOk() (*int64, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ModelMalwareScanResult) GetDockerContainerName ¶

func (o *ModelMalwareScanResult) GetDockerContainerName() string

GetDockerContainerName returns the DockerContainerName field value

func (*ModelMalwareScanResult) GetDockerContainerNameOk ¶

func (o *ModelMalwareScanResult) GetDockerContainerNameOk() (*string, bool)

GetDockerContainerNameOk returns a tuple with the DockerContainerName field value and a boolean to check if the value has been set.

func (*ModelMalwareScanResult) GetDockerImageName ¶

func (o *ModelMalwareScanResult) GetDockerImageName() string

GetDockerImageName returns the DockerImageName field value

func (*ModelMalwareScanResult) GetDockerImageNameOk ¶

func (o *ModelMalwareScanResult) GetDockerImageNameOk() (*string, bool)

GetDockerImageNameOk returns a tuple with the DockerImageName field value and a boolean to check if the value has been set.

func (*ModelMalwareScanResult) GetHostName ¶

func (o *ModelMalwareScanResult) GetHostName() string

GetHostName returns the HostName field value

func (*ModelMalwareScanResult) GetHostNameOk ¶

func (o *ModelMalwareScanResult) GetHostNameOk() (*string, bool)

GetHostNameOk returns a tuple with the HostName field value and a boolean to check if the value has been set.

func (*ModelMalwareScanResult) GetKubernetesClusterName ¶

func (o *ModelMalwareScanResult) GetKubernetesClusterName() string

GetKubernetesClusterName returns the KubernetesClusterName field value

func (*ModelMalwareScanResult) GetKubernetesClusterNameOk ¶

func (o *ModelMalwareScanResult) GetKubernetesClusterNameOk() (*string, bool)

GetKubernetesClusterNameOk returns a tuple with the KubernetesClusterName field value and a boolean to check if the value has been set.

func (*ModelMalwareScanResult) GetMalwares ¶

func (o *ModelMalwareScanResult) GetMalwares() []ModelMalware

GetMalwares returns the Malwares field value If the value is explicit nil, the zero value for []ModelMalware will be returned

func (*ModelMalwareScanResult) GetMalwaresOk ¶

func (o *ModelMalwareScanResult) GetMalwaresOk() ([]ModelMalware, bool)

GetMalwaresOk returns a tuple with the Malwares field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelMalwareScanResult) GetNodeId ¶

func (o *ModelMalwareScanResult) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelMalwareScanResult) GetNodeIdOk ¶

func (o *ModelMalwareScanResult) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelMalwareScanResult) GetNodeName ¶

func (o *ModelMalwareScanResult) GetNodeName() string

GetNodeName returns the NodeName field value

func (*ModelMalwareScanResult) GetNodeNameOk ¶

func (o *ModelMalwareScanResult) GetNodeNameOk() (*string, bool)

GetNodeNameOk returns a tuple with the NodeName field value and a boolean to check if the value has been set.

func (*ModelMalwareScanResult) GetNodeType ¶

func (o *ModelMalwareScanResult) GetNodeType() string

GetNodeType returns the NodeType field value

func (*ModelMalwareScanResult) GetNodeTypeOk ¶

func (o *ModelMalwareScanResult) GetNodeTypeOk() (*string, bool)

GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.

func (*ModelMalwareScanResult) GetScanId ¶

func (o *ModelMalwareScanResult) GetScanId() string

GetScanId returns the ScanId field value

func (*ModelMalwareScanResult) GetScanIdOk ¶

func (o *ModelMalwareScanResult) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value and a boolean to check if the value has been set.

func (*ModelMalwareScanResult) GetSeverityCounts ¶

func (o *ModelMalwareScanResult) GetSeverityCounts() map[string]int32

GetSeverityCounts returns the SeverityCounts field value If the value is explicit nil, the zero value for map[string]int32 will be returned

func (*ModelMalwareScanResult) GetSeverityCountsOk ¶

func (o *ModelMalwareScanResult) GetSeverityCountsOk() (*map[string]int32, bool)

GetSeverityCountsOk returns a tuple with the SeverityCounts field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelMalwareScanResult) GetUpdatedAt ¶

func (o *ModelMalwareScanResult) GetUpdatedAt() int64

GetUpdatedAt returns the UpdatedAt field value

func (*ModelMalwareScanResult) GetUpdatedAtOk ¶

func (o *ModelMalwareScanResult) GetUpdatedAtOk() (*int64, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (ModelMalwareScanResult) MarshalJSON ¶

func (o ModelMalwareScanResult) MarshalJSON() ([]byte, error)

func (*ModelMalwareScanResult) SetCloudAccountId ¶

func (o *ModelMalwareScanResult) SetCloudAccountId(v string)

SetCloudAccountId sets field value

func (*ModelMalwareScanResult) SetCreatedAt ¶

func (o *ModelMalwareScanResult) SetCreatedAt(v int64)

SetCreatedAt sets field value

func (*ModelMalwareScanResult) SetDockerContainerName ¶

func (o *ModelMalwareScanResult) SetDockerContainerName(v string)

SetDockerContainerName sets field value

func (*ModelMalwareScanResult) SetDockerImageName ¶

func (o *ModelMalwareScanResult) SetDockerImageName(v string)

SetDockerImageName sets field value

func (*ModelMalwareScanResult) SetHostName ¶

func (o *ModelMalwareScanResult) SetHostName(v string)

SetHostName sets field value

func (*ModelMalwareScanResult) SetKubernetesClusterName ¶

func (o *ModelMalwareScanResult) SetKubernetesClusterName(v string)

SetKubernetesClusterName sets field value

func (*ModelMalwareScanResult) SetMalwares ¶

func (o *ModelMalwareScanResult) SetMalwares(v []ModelMalware)

SetMalwares sets field value

func (*ModelMalwareScanResult) SetNodeId ¶

func (o *ModelMalwareScanResult) SetNodeId(v string)

SetNodeId sets field value

func (*ModelMalwareScanResult) SetNodeName ¶

func (o *ModelMalwareScanResult) SetNodeName(v string)

SetNodeName sets field value

func (*ModelMalwareScanResult) SetNodeType ¶

func (o *ModelMalwareScanResult) SetNodeType(v string)

SetNodeType sets field value

func (*ModelMalwareScanResult) SetScanId ¶

func (o *ModelMalwareScanResult) SetScanId(v string)

SetScanId sets field value

func (*ModelMalwareScanResult) SetSeverityCounts ¶

func (o *ModelMalwareScanResult) SetSeverityCounts(v map[string]int32)

SetSeverityCounts sets field value

func (*ModelMalwareScanResult) SetUpdatedAt ¶

func (o *ModelMalwareScanResult) SetUpdatedAt(v int64)

SetUpdatedAt sets field value

func (ModelMalwareScanResult) ToMap ¶

func (o ModelMalwareScanResult) ToMap() (map[string]interface{}, error)

func (*ModelMalwareScanResult) UnmarshalJSON ¶

func (o *ModelMalwareScanResult) UnmarshalJSON(bytes []byte) (err error)

type ModelMalwareScanResultClass ¶

type ModelMalwareScanResultClass struct {
	Class []string `json:"class"`
}

ModelMalwareScanResultClass struct for ModelMalwareScanResultClass

func NewModelMalwareScanResultClass ¶

func NewModelMalwareScanResultClass(class []string) *ModelMalwareScanResultClass

NewModelMalwareScanResultClass instantiates a new ModelMalwareScanResultClass object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelMalwareScanResultClassWithDefaults ¶

func NewModelMalwareScanResultClassWithDefaults() *ModelMalwareScanResultClass

NewModelMalwareScanResultClassWithDefaults instantiates a new ModelMalwareScanResultClass object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelMalwareScanResultClass) GetClass ¶

func (o *ModelMalwareScanResultClass) GetClass() []string

GetClass returns the Class field value If the value is explicit nil, the zero value for []string will be returned

func (*ModelMalwareScanResultClass) GetClassOk ¶

func (o *ModelMalwareScanResultClass) GetClassOk() ([]string, bool)

GetClassOk returns a tuple with the Class field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelMalwareScanResultClass) MarshalJSON ¶

func (o ModelMalwareScanResultClass) MarshalJSON() ([]byte, error)

func (*ModelMalwareScanResultClass) SetClass ¶

func (o *ModelMalwareScanResultClass) SetClass(v []string)

SetClass sets field value

func (ModelMalwareScanResultClass) ToMap ¶

func (o ModelMalwareScanResultClass) ToMap() (map[string]interface{}, error)

func (*ModelMalwareScanResultClass) UnmarshalJSON ¶

func (o *ModelMalwareScanResultClass) UnmarshalJSON(bytes []byte) (err error)

type ModelMalwareScanResultRules ¶

type ModelMalwareScanResultRules struct {
	Rules []string `json:"rules"`
}

ModelMalwareScanResultRules struct for ModelMalwareScanResultRules

func NewModelMalwareScanResultRules ¶

func NewModelMalwareScanResultRules(rules []string) *ModelMalwareScanResultRules

NewModelMalwareScanResultRules instantiates a new ModelMalwareScanResultRules object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelMalwareScanResultRulesWithDefaults ¶

func NewModelMalwareScanResultRulesWithDefaults() *ModelMalwareScanResultRules

NewModelMalwareScanResultRulesWithDefaults instantiates a new ModelMalwareScanResultRules object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelMalwareScanResultRules) GetRules ¶

func (o *ModelMalwareScanResultRules) GetRules() []string

GetRules returns the Rules field value If the value is explicit nil, the zero value for []string will be returned

func (*ModelMalwareScanResultRules) GetRulesOk ¶

func (o *ModelMalwareScanResultRules) GetRulesOk() ([]string, bool)

GetRulesOk returns a tuple with the Rules field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelMalwareScanResultRules) MarshalJSON ¶

func (o ModelMalwareScanResultRules) MarshalJSON() ([]byte, error)

func (*ModelMalwareScanResultRules) SetRules ¶

func (o *ModelMalwareScanResultRules) SetRules(v []string)

SetRules sets field value

func (ModelMalwareScanResultRules) ToMap ¶

func (o ModelMalwareScanResultRules) ToMap() (map[string]interface{}, error)

func (*ModelMalwareScanResultRules) UnmarshalJSON ¶

func (o *ModelMalwareScanResultRules) UnmarshalJSON(bytes []byte) (err error)

type ModelMalwareScanTriggerReq ¶

type ModelMalwareScanTriggerReq struct {
	Filters    ModelScanFilter       `json:"filters"`
	IsPriority *bool                 `json:"is_priority,omitempty"`
	NodeIds    []ModelNodeIdentifier `json:"node_ids"`
}

ModelMalwareScanTriggerReq struct for ModelMalwareScanTriggerReq

func NewModelMalwareScanTriggerReq ¶

func NewModelMalwareScanTriggerReq(filters ModelScanFilter, nodeIds []ModelNodeIdentifier) *ModelMalwareScanTriggerReq

NewModelMalwareScanTriggerReq instantiates a new ModelMalwareScanTriggerReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelMalwareScanTriggerReqWithDefaults ¶

func NewModelMalwareScanTriggerReqWithDefaults() *ModelMalwareScanTriggerReq

NewModelMalwareScanTriggerReqWithDefaults instantiates a new ModelMalwareScanTriggerReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelMalwareScanTriggerReq) GetFilters ¶

GetFilters returns the Filters field value

func (*ModelMalwareScanTriggerReq) GetFiltersOk ¶

func (o *ModelMalwareScanTriggerReq) GetFiltersOk() (*ModelScanFilter, bool)

GetFiltersOk returns a tuple with the Filters field value and a boolean to check if the value has been set.

func (*ModelMalwareScanTriggerReq) GetIsPriority ¶

func (o *ModelMalwareScanTriggerReq) GetIsPriority() bool

GetIsPriority returns the IsPriority field value if set, zero value otherwise.

func (*ModelMalwareScanTriggerReq) GetIsPriorityOk ¶

func (o *ModelMalwareScanTriggerReq) GetIsPriorityOk() (*bool, bool)

GetIsPriorityOk returns a tuple with the IsPriority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelMalwareScanTriggerReq) GetNodeIds ¶

GetNodeIds returns the NodeIds field value If the value is explicit nil, the zero value for []ModelNodeIdentifier will be returned

func (*ModelMalwareScanTriggerReq) GetNodeIdsOk ¶

func (o *ModelMalwareScanTriggerReq) GetNodeIdsOk() ([]ModelNodeIdentifier, bool)

GetNodeIdsOk returns a tuple with the NodeIds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelMalwareScanTriggerReq) HasIsPriority ¶

func (o *ModelMalwareScanTriggerReq) HasIsPriority() bool

HasIsPriority returns a boolean if a field has been set.

func (ModelMalwareScanTriggerReq) MarshalJSON ¶

func (o ModelMalwareScanTriggerReq) MarshalJSON() ([]byte, error)

func (*ModelMalwareScanTriggerReq) SetFilters ¶

SetFilters sets field value

func (*ModelMalwareScanTriggerReq) SetIsPriority ¶

func (o *ModelMalwareScanTriggerReq) SetIsPriority(v bool)

SetIsPriority gets a reference to the given bool and assigns it to the IsPriority field.

func (*ModelMalwareScanTriggerReq) SetNodeIds ¶

SetNodeIds sets field value

func (ModelMalwareScanTriggerReq) ToMap ¶

func (o ModelMalwareScanTriggerReq) ToMap() (map[string]interface{}, error)

func (*ModelMalwareScanTriggerReq) UnmarshalJSON ¶

func (o *ModelMalwareScanTriggerReq) UnmarshalJSON(bytes []byte) (err error)

type ModelMessageResponse ¶

type ModelMessageResponse struct {
	Message string `json:"message"`
}

ModelMessageResponse struct for ModelMessageResponse

func NewModelMessageResponse ¶

func NewModelMessageResponse(message string) *ModelMessageResponse

NewModelMessageResponse instantiates a new ModelMessageResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelMessageResponseWithDefaults ¶

func NewModelMessageResponseWithDefaults() *ModelMessageResponse

NewModelMessageResponseWithDefaults instantiates a new ModelMessageResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelMessageResponse) GetMessage ¶

func (o *ModelMessageResponse) GetMessage() string

GetMessage returns the Message field value

func (*ModelMessageResponse) GetMessageOk ¶

func (o *ModelMessageResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (ModelMessageResponse) MarshalJSON ¶

func (o ModelMessageResponse) MarshalJSON() ([]byte, error)

func (*ModelMessageResponse) SetMessage ¶

func (o *ModelMessageResponse) SetMessage(v string)

SetMessage sets field value

func (ModelMessageResponse) ToMap ¶

func (o ModelMessageResponse) ToMap() (map[string]interface{}, error)

func (*ModelMessageResponse) UnmarshalJSON ¶

func (o *ModelMessageResponse) UnmarshalJSON(bytes []byte) (err error)

type ModelNodeIdentifier ¶

type ModelNodeIdentifier struct {
	NodeId   string `json:"node_id"`
	NodeType string `json:"node_type"`
}

ModelNodeIdentifier struct for ModelNodeIdentifier

func NewModelNodeIdentifier ¶

func NewModelNodeIdentifier(nodeId string, nodeType string) *ModelNodeIdentifier

NewModelNodeIdentifier instantiates a new ModelNodeIdentifier object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelNodeIdentifierWithDefaults ¶

func NewModelNodeIdentifierWithDefaults() *ModelNodeIdentifier

NewModelNodeIdentifierWithDefaults instantiates a new ModelNodeIdentifier object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelNodeIdentifier) GetNodeId ¶

func (o *ModelNodeIdentifier) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelNodeIdentifier) GetNodeIdOk ¶

func (o *ModelNodeIdentifier) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelNodeIdentifier) GetNodeType ¶

func (o *ModelNodeIdentifier) GetNodeType() string

GetNodeType returns the NodeType field value

func (*ModelNodeIdentifier) GetNodeTypeOk ¶

func (o *ModelNodeIdentifier) GetNodeTypeOk() (*string, bool)

GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.

func (ModelNodeIdentifier) MarshalJSON ¶

func (o ModelNodeIdentifier) MarshalJSON() ([]byte, error)

func (*ModelNodeIdentifier) SetNodeId ¶

func (o *ModelNodeIdentifier) SetNodeId(v string)

SetNodeId sets field value

func (*ModelNodeIdentifier) SetNodeType ¶

func (o *ModelNodeIdentifier) SetNodeType(v string)

SetNodeType sets field value

func (ModelNodeIdentifier) ToMap ¶

func (o ModelNodeIdentifier) ToMap() (map[string]interface{}, error)

func (*ModelNodeIdentifier) UnmarshalJSON ¶

func (o *ModelNodeIdentifier) UnmarshalJSON(bytes []byte) (err error)

type ModelNodesInScanResultRequest ¶

type ModelNodesInScanResultRequest struct {
	ResultIds []string `json:"result_ids"`
	ScanType  string   `json:"scan_type"`
}

ModelNodesInScanResultRequest struct for ModelNodesInScanResultRequest

func NewModelNodesInScanResultRequest ¶

func NewModelNodesInScanResultRequest(resultIds []string, scanType string) *ModelNodesInScanResultRequest

NewModelNodesInScanResultRequest instantiates a new ModelNodesInScanResultRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelNodesInScanResultRequestWithDefaults ¶

func NewModelNodesInScanResultRequestWithDefaults() *ModelNodesInScanResultRequest

NewModelNodesInScanResultRequestWithDefaults instantiates a new ModelNodesInScanResultRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelNodesInScanResultRequest) GetResultIds ¶

func (o *ModelNodesInScanResultRequest) GetResultIds() []string

GetResultIds returns the ResultIds field value If the value is explicit nil, the zero value for []string will be returned

func (*ModelNodesInScanResultRequest) GetResultIdsOk ¶

func (o *ModelNodesInScanResultRequest) GetResultIdsOk() ([]string, bool)

GetResultIdsOk returns a tuple with the ResultIds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelNodesInScanResultRequest) GetScanType ¶

func (o *ModelNodesInScanResultRequest) GetScanType() string

GetScanType returns the ScanType field value

func (*ModelNodesInScanResultRequest) GetScanTypeOk ¶

func (o *ModelNodesInScanResultRequest) GetScanTypeOk() (*string, bool)

GetScanTypeOk returns a tuple with the ScanType field value and a boolean to check if the value has been set.

func (ModelNodesInScanResultRequest) MarshalJSON ¶

func (o ModelNodesInScanResultRequest) MarshalJSON() ([]byte, error)

func (*ModelNodesInScanResultRequest) SetResultIds ¶

func (o *ModelNodesInScanResultRequest) SetResultIds(v []string)

SetResultIds sets field value

func (*ModelNodesInScanResultRequest) SetScanType ¶

func (o *ModelNodesInScanResultRequest) SetScanType(v string)

SetScanType sets field value

func (ModelNodesInScanResultRequest) ToMap ¶

func (o ModelNodesInScanResultRequest) ToMap() (map[string]interface{}, error)

func (*ModelNodesInScanResultRequest) UnmarshalJSON ¶

func (o *ModelNodesInScanResultRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelPasswordResetRequest ¶

type ModelPasswordResetRequest struct {
	Email string `json:"email"`
}

ModelPasswordResetRequest struct for ModelPasswordResetRequest

func NewModelPasswordResetRequest ¶

func NewModelPasswordResetRequest(email string) *ModelPasswordResetRequest

NewModelPasswordResetRequest instantiates a new ModelPasswordResetRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelPasswordResetRequestWithDefaults ¶

func NewModelPasswordResetRequestWithDefaults() *ModelPasswordResetRequest

NewModelPasswordResetRequestWithDefaults instantiates a new ModelPasswordResetRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelPasswordResetRequest) GetEmail ¶

func (o *ModelPasswordResetRequest) GetEmail() string

GetEmail returns the Email field value

func (*ModelPasswordResetRequest) GetEmailOk ¶

func (o *ModelPasswordResetRequest) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (ModelPasswordResetRequest) MarshalJSON ¶

func (o ModelPasswordResetRequest) MarshalJSON() ([]byte, error)

func (*ModelPasswordResetRequest) SetEmail ¶

func (o *ModelPasswordResetRequest) SetEmail(v string)

SetEmail sets field value

func (ModelPasswordResetRequest) ToMap ¶

func (o ModelPasswordResetRequest) ToMap() (map[string]interface{}, error)

func (*ModelPasswordResetRequest) UnmarshalJSON ¶

func (o *ModelPasswordResetRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelPasswordResetVerifyRequest ¶

type ModelPasswordResetVerifyRequest struct {
	Code      string `json:"code"`
	Namespace string `json:"namespace"`
	Password  string `json:"password"`
}

ModelPasswordResetVerifyRequest struct for ModelPasswordResetVerifyRequest

func NewModelPasswordResetVerifyRequest ¶

func NewModelPasswordResetVerifyRequest(code string, namespace string, password string) *ModelPasswordResetVerifyRequest

NewModelPasswordResetVerifyRequest instantiates a new ModelPasswordResetVerifyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelPasswordResetVerifyRequestWithDefaults ¶

func NewModelPasswordResetVerifyRequestWithDefaults() *ModelPasswordResetVerifyRequest

NewModelPasswordResetVerifyRequestWithDefaults instantiates a new ModelPasswordResetVerifyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelPasswordResetVerifyRequest) GetCode ¶

GetCode returns the Code field value

func (*ModelPasswordResetVerifyRequest) GetCodeOk ¶

func (o *ModelPasswordResetVerifyRequest) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*ModelPasswordResetVerifyRequest) GetNamespace ¶

func (o *ModelPasswordResetVerifyRequest) GetNamespace() string

GetNamespace returns the Namespace field value

func (*ModelPasswordResetVerifyRequest) GetNamespaceOk ¶

func (o *ModelPasswordResetVerifyRequest) GetNamespaceOk() (*string, bool)

GetNamespaceOk returns a tuple with the Namespace field value and a boolean to check if the value has been set.

func (*ModelPasswordResetVerifyRequest) GetPassword ¶

func (o *ModelPasswordResetVerifyRequest) GetPassword() string

GetPassword returns the Password field value

func (*ModelPasswordResetVerifyRequest) GetPasswordOk ¶

func (o *ModelPasswordResetVerifyRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (ModelPasswordResetVerifyRequest) MarshalJSON ¶

func (o ModelPasswordResetVerifyRequest) MarshalJSON() ([]byte, error)

func (*ModelPasswordResetVerifyRequest) SetCode ¶

SetCode sets field value

func (*ModelPasswordResetVerifyRequest) SetNamespace ¶

func (o *ModelPasswordResetVerifyRequest) SetNamespace(v string)

SetNamespace sets field value

func (*ModelPasswordResetVerifyRequest) SetPassword ¶

func (o *ModelPasswordResetVerifyRequest) SetPassword(v string)

SetPassword sets field value

func (ModelPasswordResetVerifyRequest) ToMap ¶

func (o ModelPasswordResetVerifyRequest) ToMap() (map[string]interface{}, error)

func (*ModelPasswordResetVerifyRequest) UnmarshalJSON ¶

func (o *ModelPasswordResetVerifyRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelPod ¶

type ModelPod struct {
	Containers                []ModelContainer       `json:"containers"`
	HostName                  string                 `json:"host_name"`
	KubernetesClusterId       string                 `json:"kubernetes_cluster_id"`
	KubernetesClusterName     string                 `json:"kubernetes_cluster_name"`
	KubernetesCreated         string                 `json:"kubernetes_created"`
	KubernetesIp              string                 `json:"kubernetes_ip"`
	KubernetesIsInHostNetwork bool                   `json:"kubernetes_is_in_host_network"`
	KubernetesLabels          map[string]interface{} `json:"kubernetes_labels"`
	KubernetesNamespace       string                 `json:"kubernetes_namespace"`
	KubernetesState           string                 `json:"kubernetes_state"`
	MalwareScanStatus         string                 `json:"malware_scan_status"`
	NodeId                    string                 `json:"node_id"`
	NodeName                  string                 `json:"node_name"`
	PodName                   string                 `json:"pod_name"`
	Processes                 []ModelProcess         `json:"processes"`
	SecretScanStatus          string                 `json:"secret_scan_status"`
	VulnerabilityScanStatus   string                 `json:"vulnerability_scan_status"`
}

ModelPod struct for ModelPod

func NewModelPod ¶

func NewModelPod(containers []ModelContainer, hostName string, kubernetesClusterId string, kubernetesClusterName string, kubernetesCreated string, kubernetesIp string, kubernetesIsInHostNetwork bool, kubernetesLabels map[string]interface{}, kubernetesNamespace string, kubernetesState string, malwareScanStatus string, nodeId string, nodeName string, podName string, processes []ModelProcess, secretScanStatus string, vulnerabilityScanStatus string) *ModelPod

NewModelPod instantiates a new ModelPod object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelPodWithDefaults ¶

func NewModelPodWithDefaults() *ModelPod

NewModelPodWithDefaults instantiates a new ModelPod object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelPod) GetContainers ¶

func (o *ModelPod) GetContainers() []ModelContainer

GetContainers returns the Containers field value If the value is explicit nil, the zero value for []ModelContainer will be returned

func (*ModelPod) GetContainersOk ¶

func (o *ModelPod) GetContainersOk() ([]ModelContainer, bool)

GetContainersOk returns a tuple with the Containers field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelPod) GetHostName ¶

func (o *ModelPod) GetHostName() string

GetHostName returns the HostName field value

func (*ModelPod) GetHostNameOk ¶

func (o *ModelPod) GetHostNameOk() (*string, bool)

GetHostNameOk returns a tuple with the HostName field value and a boolean to check if the value has been set.

func (*ModelPod) GetKubernetesClusterId ¶

func (o *ModelPod) GetKubernetesClusterId() string

GetKubernetesClusterId returns the KubernetesClusterId field value

func (*ModelPod) GetKubernetesClusterIdOk ¶

func (o *ModelPod) GetKubernetesClusterIdOk() (*string, bool)

GetKubernetesClusterIdOk returns a tuple with the KubernetesClusterId field value and a boolean to check if the value has been set.

func (*ModelPod) GetKubernetesClusterName ¶

func (o *ModelPod) GetKubernetesClusterName() string

GetKubernetesClusterName returns the KubernetesClusterName field value

func (*ModelPod) GetKubernetesClusterNameOk ¶

func (o *ModelPod) GetKubernetesClusterNameOk() (*string, bool)

GetKubernetesClusterNameOk returns a tuple with the KubernetesClusterName field value and a boolean to check if the value has been set.

func (*ModelPod) GetKubernetesCreated ¶

func (o *ModelPod) GetKubernetesCreated() string

GetKubernetesCreated returns the KubernetesCreated field value

func (*ModelPod) GetKubernetesCreatedOk ¶

func (o *ModelPod) GetKubernetesCreatedOk() (*string, bool)

GetKubernetesCreatedOk returns a tuple with the KubernetesCreated field value and a boolean to check if the value has been set.

func (*ModelPod) GetKubernetesIp ¶

func (o *ModelPod) GetKubernetesIp() string

GetKubernetesIp returns the KubernetesIp field value

func (*ModelPod) GetKubernetesIpOk ¶

func (o *ModelPod) GetKubernetesIpOk() (*string, bool)

GetKubernetesIpOk returns a tuple with the KubernetesIp field value and a boolean to check if the value has been set.

func (*ModelPod) GetKubernetesIsInHostNetwork ¶

func (o *ModelPod) GetKubernetesIsInHostNetwork() bool

GetKubernetesIsInHostNetwork returns the KubernetesIsInHostNetwork field value

func (*ModelPod) GetKubernetesIsInHostNetworkOk ¶

func (o *ModelPod) GetKubernetesIsInHostNetworkOk() (*bool, bool)

GetKubernetesIsInHostNetworkOk returns a tuple with the KubernetesIsInHostNetwork field value and a boolean to check if the value has been set.

func (*ModelPod) GetKubernetesLabels ¶

func (o *ModelPod) GetKubernetesLabels() map[string]interface{}

GetKubernetesLabels returns the KubernetesLabels field value If the value is explicit nil, the zero value for map[string]interface{} will be returned

func (*ModelPod) GetKubernetesLabelsOk ¶

func (o *ModelPod) GetKubernetesLabelsOk() (map[string]interface{}, bool)

GetKubernetesLabelsOk returns a tuple with the KubernetesLabels field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelPod) GetKubernetesNamespace ¶

func (o *ModelPod) GetKubernetesNamespace() string

GetKubernetesNamespace returns the KubernetesNamespace field value

func (*ModelPod) GetKubernetesNamespaceOk ¶

func (o *ModelPod) GetKubernetesNamespaceOk() (*string, bool)

GetKubernetesNamespaceOk returns a tuple with the KubernetesNamespace field value and a boolean to check if the value has been set.

func (*ModelPod) GetKubernetesState ¶

func (o *ModelPod) GetKubernetesState() string

GetKubernetesState returns the KubernetesState field value

func (*ModelPod) GetKubernetesStateOk ¶

func (o *ModelPod) GetKubernetesStateOk() (*string, bool)

GetKubernetesStateOk returns a tuple with the KubernetesState field value and a boolean to check if the value has been set.

func (*ModelPod) GetMalwareScanStatus ¶

func (o *ModelPod) GetMalwareScanStatus() string

GetMalwareScanStatus returns the MalwareScanStatus field value

func (*ModelPod) GetMalwareScanStatusOk ¶

func (o *ModelPod) GetMalwareScanStatusOk() (*string, bool)

GetMalwareScanStatusOk returns a tuple with the MalwareScanStatus field value and a boolean to check if the value has been set.

func (*ModelPod) GetNodeId ¶

func (o *ModelPod) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelPod) GetNodeIdOk ¶

func (o *ModelPod) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelPod) GetNodeName ¶

func (o *ModelPod) GetNodeName() string

GetNodeName returns the NodeName field value

func (*ModelPod) GetNodeNameOk ¶

func (o *ModelPod) GetNodeNameOk() (*string, bool)

GetNodeNameOk returns a tuple with the NodeName field value and a boolean to check if the value has been set.

func (*ModelPod) GetPodName ¶

func (o *ModelPod) GetPodName() string

GetPodName returns the PodName field value

func (*ModelPod) GetPodNameOk ¶

func (o *ModelPod) GetPodNameOk() (*string, bool)

GetPodNameOk returns a tuple with the PodName field value and a boolean to check if the value has been set.

func (*ModelPod) GetProcesses ¶

func (o *ModelPod) GetProcesses() []ModelProcess

GetProcesses returns the Processes field value If the value is explicit nil, the zero value for []ModelProcess will be returned

func (*ModelPod) GetProcessesOk ¶

func (o *ModelPod) GetProcessesOk() ([]ModelProcess, bool)

GetProcessesOk returns a tuple with the Processes field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelPod) GetSecretScanStatus ¶

func (o *ModelPod) GetSecretScanStatus() string

GetSecretScanStatus returns the SecretScanStatus field value

func (*ModelPod) GetSecretScanStatusOk ¶

func (o *ModelPod) GetSecretScanStatusOk() (*string, bool)

GetSecretScanStatusOk returns a tuple with the SecretScanStatus field value and a boolean to check if the value has been set.

func (*ModelPod) GetVulnerabilityScanStatus ¶

func (o *ModelPod) GetVulnerabilityScanStatus() string

GetVulnerabilityScanStatus returns the VulnerabilityScanStatus field value

func (*ModelPod) GetVulnerabilityScanStatusOk ¶

func (o *ModelPod) GetVulnerabilityScanStatusOk() (*string, bool)

GetVulnerabilityScanStatusOk returns a tuple with the VulnerabilityScanStatus field value and a boolean to check if the value has been set.

func (ModelPod) MarshalJSON ¶

func (o ModelPod) MarshalJSON() ([]byte, error)

func (*ModelPod) SetContainers ¶

func (o *ModelPod) SetContainers(v []ModelContainer)

SetContainers sets field value

func (*ModelPod) SetHostName ¶

func (o *ModelPod) SetHostName(v string)

SetHostName sets field value

func (*ModelPod) SetKubernetesClusterId ¶

func (o *ModelPod) SetKubernetesClusterId(v string)

SetKubernetesClusterId sets field value

func (*ModelPod) SetKubernetesClusterName ¶

func (o *ModelPod) SetKubernetesClusterName(v string)

SetKubernetesClusterName sets field value

func (*ModelPod) SetKubernetesCreated ¶

func (o *ModelPod) SetKubernetesCreated(v string)

SetKubernetesCreated sets field value

func (*ModelPod) SetKubernetesIp ¶

func (o *ModelPod) SetKubernetesIp(v string)

SetKubernetesIp sets field value

func (*ModelPod) SetKubernetesIsInHostNetwork ¶

func (o *ModelPod) SetKubernetesIsInHostNetwork(v bool)

SetKubernetesIsInHostNetwork sets field value

func (*ModelPod) SetKubernetesLabels ¶

func (o *ModelPod) SetKubernetesLabels(v map[string]interface{})

SetKubernetesLabels sets field value

func (*ModelPod) SetKubernetesNamespace ¶

func (o *ModelPod) SetKubernetesNamespace(v string)

SetKubernetesNamespace sets field value

func (*ModelPod) SetKubernetesState ¶

func (o *ModelPod) SetKubernetesState(v string)

SetKubernetesState sets field value

func (*ModelPod) SetMalwareScanStatus ¶

func (o *ModelPod) SetMalwareScanStatus(v string)

SetMalwareScanStatus sets field value

func (*ModelPod) SetNodeId ¶

func (o *ModelPod) SetNodeId(v string)

SetNodeId sets field value

func (*ModelPod) SetNodeName ¶

func (o *ModelPod) SetNodeName(v string)

SetNodeName sets field value

func (*ModelPod) SetPodName ¶

func (o *ModelPod) SetPodName(v string)

SetPodName sets field value

func (*ModelPod) SetProcesses ¶

func (o *ModelPod) SetProcesses(v []ModelProcess)

SetProcesses sets field value

func (*ModelPod) SetSecretScanStatus ¶

func (o *ModelPod) SetSecretScanStatus(v string)

SetSecretScanStatus sets field value

func (*ModelPod) SetVulnerabilityScanStatus ¶

func (o *ModelPod) SetVulnerabilityScanStatus(v string)

SetVulnerabilityScanStatus sets field value

func (ModelPod) ToMap ¶

func (o ModelPod) ToMap() (map[string]interface{}, error)

func (*ModelPod) UnmarshalJSON ¶

func (o *ModelPod) UnmarshalJSON(bytes []byte) (err error)

type ModelPostureProvider ¶

type ModelPostureProvider struct {
	CompliancePercentage *float32 `json:"compliance_percentage,omitempty"`
	Name                 *string  `json:"name,omitempty"`
	NodeCount            *int32   `json:"node_count,omitempty"`
	NodeCountInactive    *int32   `json:"node_count_inactive,omitempty"`
	NodeLabel            *string  `json:"node_label,omitempty"`
	ResourceCount        *int32   `json:"resource_count,omitempty"`
	ScanCount            *int32   `json:"scan_count,omitempty"`
}

ModelPostureProvider struct for ModelPostureProvider

func NewModelPostureProvider ¶

func NewModelPostureProvider() *ModelPostureProvider

NewModelPostureProvider instantiates a new ModelPostureProvider object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelPostureProviderWithDefaults ¶

func NewModelPostureProviderWithDefaults() *ModelPostureProvider

NewModelPostureProviderWithDefaults instantiates a new ModelPostureProvider object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelPostureProvider) GetCompliancePercentage ¶

func (o *ModelPostureProvider) GetCompliancePercentage() float32

GetCompliancePercentage returns the CompliancePercentage field value if set, zero value otherwise.

func (*ModelPostureProvider) GetCompliancePercentageOk ¶

func (o *ModelPostureProvider) GetCompliancePercentageOk() (*float32, bool)

GetCompliancePercentageOk returns a tuple with the CompliancePercentage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelPostureProvider) GetName ¶

func (o *ModelPostureProvider) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ModelPostureProvider) GetNameOk ¶

func (o *ModelPostureProvider) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelPostureProvider) GetNodeCount ¶

func (o *ModelPostureProvider) GetNodeCount() int32

GetNodeCount returns the NodeCount field value if set, zero value otherwise.

func (*ModelPostureProvider) GetNodeCountInactive ¶

func (o *ModelPostureProvider) GetNodeCountInactive() int32

GetNodeCountInactive returns the NodeCountInactive field value if set, zero value otherwise.

func (*ModelPostureProvider) GetNodeCountInactiveOk ¶

func (o *ModelPostureProvider) GetNodeCountInactiveOk() (*int32, bool)

GetNodeCountInactiveOk returns a tuple with the NodeCountInactive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelPostureProvider) GetNodeCountOk ¶

func (o *ModelPostureProvider) GetNodeCountOk() (*int32, bool)

GetNodeCountOk returns a tuple with the NodeCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelPostureProvider) GetNodeLabel ¶

func (o *ModelPostureProvider) GetNodeLabel() string

GetNodeLabel returns the NodeLabel field value if set, zero value otherwise.

func (*ModelPostureProvider) GetNodeLabelOk ¶

func (o *ModelPostureProvider) GetNodeLabelOk() (*string, bool)

GetNodeLabelOk returns a tuple with the NodeLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelPostureProvider) GetResourceCount ¶

func (o *ModelPostureProvider) GetResourceCount() int32

GetResourceCount returns the ResourceCount field value if set, zero value otherwise.

func (*ModelPostureProvider) GetResourceCountOk ¶

func (o *ModelPostureProvider) GetResourceCountOk() (*int32, bool)

GetResourceCountOk returns a tuple with the ResourceCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelPostureProvider) GetScanCount ¶

func (o *ModelPostureProvider) GetScanCount() int32

GetScanCount returns the ScanCount field value if set, zero value otherwise.

func (*ModelPostureProvider) GetScanCountOk ¶

func (o *ModelPostureProvider) GetScanCountOk() (*int32, bool)

GetScanCountOk returns a tuple with the ScanCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelPostureProvider) HasCompliancePercentage ¶

func (o *ModelPostureProvider) HasCompliancePercentage() bool

HasCompliancePercentage returns a boolean if a field has been set.

func (*ModelPostureProvider) HasName ¶

func (o *ModelPostureProvider) HasName() bool

HasName returns a boolean if a field has been set.

func (*ModelPostureProvider) HasNodeCount ¶

func (o *ModelPostureProvider) HasNodeCount() bool

HasNodeCount returns a boolean if a field has been set.

func (*ModelPostureProvider) HasNodeCountInactive ¶

func (o *ModelPostureProvider) HasNodeCountInactive() bool

HasNodeCountInactive returns a boolean if a field has been set.

func (*ModelPostureProvider) HasNodeLabel ¶

func (o *ModelPostureProvider) HasNodeLabel() bool

HasNodeLabel returns a boolean if a field has been set.

func (*ModelPostureProvider) HasResourceCount ¶

func (o *ModelPostureProvider) HasResourceCount() bool

HasResourceCount returns a boolean if a field has been set.

func (*ModelPostureProvider) HasScanCount ¶

func (o *ModelPostureProvider) HasScanCount() bool

HasScanCount returns a boolean if a field has been set.

func (ModelPostureProvider) MarshalJSON ¶

func (o ModelPostureProvider) MarshalJSON() ([]byte, error)

func (*ModelPostureProvider) SetCompliancePercentage ¶

func (o *ModelPostureProvider) SetCompliancePercentage(v float32)

SetCompliancePercentage gets a reference to the given float32 and assigns it to the CompliancePercentage field.

func (*ModelPostureProvider) SetName ¶

func (o *ModelPostureProvider) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ModelPostureProvider) SetNodeCount ¶

func (o *ModelPostureProvider) SetNodeCount(v int32)

SetNodeCount gets a reference to the given int32 and assigns it to the NodeCount field.

func (*ModelPostureProvider) SetNodeCountInactive ¶

func (o *ModelPostureProvider) SetNodeCountInactive(v int32)

SetNodeCountInactive gets a reference to the given int32 and assigns it to the NodeCountInactive field.

func (*ModelPostureProvider) SetNodeLabel ¶

func (o *ModelPostureProvider) SetNodeLabel(v string)

SetNodeLabel gets a reference to the given string and assigns it to the NodeLabel field.

func (*ModelPostureProvider) SetResourceCount ¶

func (o *ModelPostureProvider) SetResourceCount(v int32)

SetResourceCount gets a reference to the given int32 and assigns it to the ResourceCount field.

func (*ModelPostureProvider) SetScanCount ¶

func (o *ModelPostureProvider) SetScanCount(v int32)

SetScanCount gets a reference to the given int32 and assigns it to the ScanCount field.

func (ModelPostureProvider) ToMap ¶

func (o ModelPostureProvider) ToMap() (map[string]interface{}, error)

type ModelProcess ¶

type ModelProcess struct {
	Cmdline        string  `json:"cmdline"`
	CpuMax         float32 `json:"cpu_max"`
	CpuUsage       float32 `json:"cpu_usage"`
	MemoryMax      int32   `json:"memory_max"`
	MemoryUsage    int32   `json:"memory_usage"`
	NodeId         string  `json:"node_id"`
	NodeName       string  `json:"node_name"`
	OpenFilesCount int32   `json:"open_files_count"`
	Pid            int32   `json:"pid"`
	Ppid           int32   `json:"ppid"`
	ShortName      string  `json:"short_name"`
	Threads        int32   `json:"threads"`
}

ModelProcess struct for ModelProcess

func NewModelProcess ¶

func NewModelProcess(cmdline string, cpuMax float32, cpuUsage float32, memoryMax int32, memoryUsage int32, nodeId string, nodeName string, openFilesCount int32, pid int32, ppid int32, shortName string, threads int32) *ModelProcess

NewModelProcess instantiates a new ModelProcess object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelProcessWithDefaults ¶

func NewModelProcessWithDefaults() *ModelProcess

NewModelProcessWithDefaults instantiates a new ModelProcess object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelProcess) GetCmdline ¶

func (o *ModelProcess) GetCmdline() string

GetCmdline returns the Cmdline field value

func (*ModelProcess) GetCmdlineOk ¶

func (o *ModelProcess) GetCmdlineOk() (*string, bool)

GetCmdlineOk returns a tuple with the Cmdline field value and a boolean to check if the value has been set.

func (*ModelProcess) GetCpuMax ¶

func (o *ModelProcess) GetCpuMax() float32

GetCpuMax returns the CpuMax field value

func (*ModelProcess) GetCpuMaxOk ¶

func (o *ModelProcess) GetCpuMaxOk() (*float32, bool)

GetCpuMaxOk returns a tuple with the CpuMax field value and a boolean to check if the value has been set.

func (*ModelProcess) GetCpuUsage ¶

func (o *ModelProcess) GetCpuUsage() float32

GetCpuUsage returns the CpuUsage field value

func (*ModelProcess) GetCpuUsageOk ¶

func (o *ModelProcess) GetCpuUsageOk() (*float32, bool)

GetCpuUsageOk returns a tuple with the CpuUsage field value and a boolean to check if the value has been set.

func (*ModelProcess) GetMemoryMax ¶

func (o *ModelProcess) GetMemoryMax() int32

GetMemoryMax returns the MemoryMax field value

func (*ModelProcess) GetMemoryMaxOk ¶

func (o *ModelProcess) GetMemoryMaxOk() (*int32, bool)

GetMemoryMaxOk returns a tuple with the MemoryMax field value and a boolean to check if the value has been set.

func (*ModelProcess) GetMemoryUsage ¶

func (o *ModelProcess) GetMemoryUsage() int32

GetMemoryUsage returns the MemoryUsage field value

func (*ModelProcess) GetMemoryUsageOk ¶

func (o *ModelProcess) GetMemoryUsageOk() (*int32, bool)

GetMemoryUsageOk returns a tuple with the MemoryUsage field value and a boolean to check if the value has been set.

func (*ModelProcess) GetNodeId ¶

func (o *ModelProcess) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelProcess) GetNodeIdOk ¶

func (o *ModelProcess) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelProcess) GetNodeName ¶

func (o *ModelProcess) GetNodeName() string

GetNodeName returns the NodeName field value

func (*ModelProcess) GetNodeNameOk ¶

func (o *ModelProcess) GetNodeNameOk() (*string, bool)

GetNodeNameOk returns a tuple with the NodeName field value and a boolean to check if the value has been set.

func (*ModelProcess) GetOpenFilesCount ¶

func (o *ModelProcess) GetOpenFilesCount() int32

GetOpenFilesCount returns the OpenFilesCount field value

func (*ModelProcess) GetOpenFilesCountOk ¶

func (o *ModelProcess) GetOpenFilesCountOk() (*int32, bool)

GetOpenFilesCountOk returns a tuple with the OpenFilesCount field value and a boolean to check if the value has been set.

func (*ModelProcess) GetPid ¶

func (o *ModelProcess) GetPid() int32

GetPid returns the Pid field value

func (*ModelProcess) GetPidOk ¶

func (o *ModelProcess) GetPidOk() (*int32, bool)

GetPidOk returns a tuple with the Pid field value and a boolean to check if the value has been set.

func (*ModelProcess) GetPpid ¶

func (o *ModelProcess) GetPpid() int32

GetPpid returns the Ppid field value

func (*ModelProcess) GetPpidOk ¶

func (o *ModelProcess) GetPpidOk() (*int32, bool)

GetPpidOk returns a tuple with the Ppid field value and a boolean to check if the value has been set.

func (*ModelProcess) GetShortName ¶

func (o *ModelProcess) GetShortName() string

GetShortName returns the ShortName field value

func (*ModelProcess) GetShortNameOk ¶

func (o *ModelProcess) GetShortNameOk() (*string, bool)

GetShortNameOk returns a tuple with the ShortName field value and a boolean to check if the value has been set.

func (*ModelProcess) GetThreads ¶

func (o *ModelProcess) GetThreads() int32

GetThreads returns the Threads field value

func (*ModelProcess) GetThreadsOk ¶

func (o *ModelProcess) GetThreadsOk() (*int32, bool)

GetThreadsOk returns a tuple with the Threads field value and a boolean to check if the value has been set.

func (ModelProcess) MarshalJSON ¶

func (o ModelProcess) MarshalJSON() ([]byte, error)

func (*ModelProcess) SetCmdline ¶

func (o *ModelProcess) SetCmdline(v string)

SetCmdline sets field value

func (*ModelProcess) SetCpuMax ¶

func (o *ModelProcess) SetCpuMax(v float32)

SetCpuMax sets field value

func (*ModelProcess) SetCpuUsage ¶

func (o *ModelProcess) SetCpuUsage(v float32)

SetCpuUsage sets field value

func (*ModelProcess) SetMemoryMax ¶

func (o *ModelProcess) SetMemoryMax(v int32)

SetMemoryMax sets field value

func (*ModelProcess) SetMemoryUsage ¶

func (o *ModelProcess) SetMemoryUsage(v int32)

SetMemoryUsage sets field value

func (*ModelProcess) SetNodeId ¶

func (o *ModelProcess) SetNodeId(v string)

SetNodeId sets field value

func (*ModelProcess) SetNodeName ¶

func (o *ModelProcess) SetNodeName(v string)

SetNodeName sets field value

func (*ModelProcess) SetOpenFilesCount ¶

func (o *ModelProcess) SetOpenFilesCount(v int32)

SetOpenFilesCount sets field value

func (*ModelProcess) SetPid ¶

func (o *ModelProcess) SetPid(v int32)

SetPid sets field value

func (*ModelProcess) SetPpid ¶

func (o *ModelProcess) SetPpid(v int32)

SetPpid sets field value

func (*ModelProcess) SetShortName ¶

func (o *ModelProcess) SetShortName(v string)

SetShortName sets field value

func (*ModelProcess) SetThreads ¶

func (o *ModelProcess) SetThreads(v int32)

SetThreads sets field value

func (ModelProcess) ToMap ¶

func (o ModelProcess) ToMap() (map[string]interface{}, error)

func (*ModelProcess) UnmarshalJSON ¶

func (o *ModelProcess) UnmarshalJSON(bytes []byte) (err error)

type ModelRegisterInvitedUserRequest ¶

type ModelRegisterInvitedUserRequest struct {
	Code                string `json:"code"`
	FirstName           string `json:"first_name"`
	IsTemporaryPassword *bool  `json:"is_temporary_password,omitempty"`
	LastName            string `json:"last_name"`
	Namespace           string `json:"namespace"`
	Password            string `json:"password"`
}

ModelRegisterInvitedUserRequest struct for ModelRegisterInvitedUserRequest

func NewModelRegisterInvitedUserRequest ¶

func NewModelRegisterInvitedUserRequest(code string, firstName string, lastName string, namespace string, password string) *ModelRegisterInvitedUserRequest

NewModelRegisterInvitedUserRequest instantiates a new ModelRegisterInvitedUserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelRegisterInvitedUserRequestWithDefaults ¶

func NewModelRegisterInvitedUserRequestWithDefaults() *ModelRegisterInvitedUserRequest

NewModelRegisterInvitedUserRequestWithDefaults instantiates a new ModelRegisterInvitedUserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelRegisterInvitedUserRequest) GetCode ¶

GetCode returns the Code field value

func (*ModelRegisterInvitedUserRequest) GetCodeOk ¶

func (o *ModelRegisterInvitedUserRequest) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*ModelRegisterInvitedUserRequest) GetFirstName ¶

func (o *ModelRegisterInvitedUserRequest) GetFirstName() string

GetFirstName returns the FirstName field value

func (*ModelRegisterInvitedUserRequest) GetFirstNameOk ¶

func (o *ModelRegisterInvitedUserRequest) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value and a boolean to check if the value has been set.

func (*ModelRegisterInvitedUserRequest) GetIsTemporaryPassword ¶

func (o *ModelRegisterInvitedUserRequest) GetIsTemporaryPassword() bool

GetIsTemporaryPassword returns the IsTemporaryPassword field value if set, zero value otherwise.

func (*ModelRegisterInvitedUserRequest) GetIsTemporaryPasswordOk ¶

func (o *ModelRegisterInvitedUserRequest) GetIsTemporaryPasswordOk() (*bool, bool)

GetIsTemporaryPasswordOk returns a tuple with the IsTemporaryPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelRegisterInvitedUserRequest) GetLastName ¶

func (o *ModelRegisterInvitedUserRequest) GetLastName() string

GetLastName returns the LastName field value

func (*ModelRegisterInvitedUserRequest) GetLastNameOk ¶

func (o *ModelRegisterInvitedUserRequest) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.

func (*ModelRegisterInvitedUserRequest) GetNamespace ¶

func (o *ModelRegisterInvitedUserRequest) GetNamespace() string

GetNamespace returns the Namespace field value

func (*ModelRegisterInvitedUserRequest) GetNamespaceOk ¶

func (o *ModelRegisterInvitedUserRequest) GetNamespaceOk() (*string, bool)

GetNamespaceOk returns a tuple with the Namespace field value and a boolean to check if the value has been set.

func (*ModelRegisterInvitedUserRequest) GetPassword ¶

func (o *ModelRegisterInvitedUserRequest) GetPassword() string

GetPassword returns the Password field value

func (*ModelRegisterInvitedUserRequest) GetPasswordOk ¶

func (o *ModelRegisterInvitedUserRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (*ModelRegisterInvitedUserRequest) HasIsTemporaryPassword ¶

func (o *ModelRegisterInvitedUserRequest) HasIsTemporaryPassword() bool

HasIsTemporaryPassword returns a boolean if a field has been set.

func (ModelRegisterInvitedUserRequest) MarshalJSON ¶

func (o ModelRegisterInvitedUserRequest) MarshalJSON() ([]byte, error)

func (*ModelRegisterInvitedUserRequest) SetCode ¶

SetCode sets field value

func (*ModelRegisterInvitedUserRequest) SetFirstName ¶

func (o *ModelRegisterInvitedUserRequest) SetFirstName(v string)

SetFirstName sets field value

func (*ModelRegisterInvitedUserRequest) SetIsTemporaryPassword ¶

func (o *ModelRegisterInvitedUserRequest) SetIsTemporaryPassword(v bool)

SetIsTemporaryPassword gets a reference to the given bool and assigns it to the IsTemporaryPassword field.

func (*ModelRegisterInvitedUserRequest) SetLastName ¶

func (o *ModelRegisterInvitedUserRequest) SetLastName(v string)

SetLastName sets field value

func (*ModelRegisterInvitedUserRequest) SetNamespace ¶

func (o *ModelRegisterInvitedUserRequest) SetNamespace(v string)

SetNamespace sets field value

func (*ModelRegisterInvitedUserRequest) SetPassword ¶

func (o *ModelRegisterInvitedUserRequest) SetPassword(v string)

SetPassword sets field value

func (ModelRegisterInvitedUserRequest) ToMap ¶

func (o ModelRegisterInvitedUserRequest) ToMap() (map[string]interface{}, error)

func (*ModelRegisterInvitedUserRequest) UnmarshalJSON ¶

func (o *ModelRegisterInvitedUserRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelRegistryAccount ¶

type ModelRegistryAccount struct {
	ContainerImages []ModelContainerImage `json:"container_images"`
	HostName        string                `json:"host_name"`
	NodeId          string                `json:"node_id"`
}

ModelRegistryAccount struct for ModelRegistryAccount

func NewModelRegistryAccount ¶

func NewModelRegistryAccount(containerImages []ModelContainerImage, hostName string, nodeId string) *ModelRegistryAccount

NewModelRegistryAccount instantiates a new ModelRegistryAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelRegistryAccountWithDefaults ¶

func NewModelRegistryAccountWithDefaults() *ModelRegistryAccount

NewModelRegistryAccountWithDefaults instantiates a new ModelRegistryAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelRegistryAccount) GetContainerImages ¶

func (o *ModelRegistryAccount) GetContainerImages() []ModelContainerImage

GetContainerImages returns the ContainerImages field value If the value is explicit nil, the zero value for []ModelContainerImage will be returned

func (*ModelRegistryAccount) GetContainerImagesOk ¶

func (o *ModelRegistryAccount) GetContainerImagesOk() ([]ModelContainerImage, bool)

GetContainerImagesOk returns a tuple with the ContainerImages field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelRegistryAccount) GetHostName ¶

func (o *ModelRegistryAccount) GetHostName() string

GetHostName returns the HostName field value

func (*ModelRegistryAccount) GetHostNameOk ¶

func (o *ModelRegistryAccount) GetHostNameOk() (*string, bool)

GetHostNameOk returns a tuple with the HostName field value and a boolean to check if the value has been set.

func (*ModelRegistryAccount) GetNodeId ¶

func (o *ModelRegistryAccount) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelRegistryAccount) GetNodeIdOk ¶

func (o *ModelRegistryAccount) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (ModelRegistryAccount) MarshalJSON ¶

func (o ModelRegistryAccount) MarshalJSON() ([]byte, error)

func (*ModelRegistryAccount) SetContainerImages ¶

func (o *ModelRegistryAccount) SetContainerImages(v []ModelContainerImage)

SetContainerImages sets field value

func (*ModelRegistryAccount) SetHostName ¶

func (o *ModelRegistryAccount) SetHostName(v string)

SetHostName sets field value

func (*ModelRegistryAccount) SetNodeId ¶

func (o *ModelRegistryAccount) SetNodeId(v string)

SetNodeId sets field value

func (ModelRegistryAccount) ToMap ¶

func (o ModelRegistryAccount) ToMap() (map[string]interface{}, error)

func (*ModelRegistryAccount) UnmarshalJSON ¶

func (o *ModelRegistryAccount) UnmarshalJSON(bytes []byte) (err error)

type ModelRegistryAddReq ¶

type ModelRegistryAddReq struct {
	Extras       map[string]interface{} `json:"extras,omitempty"`
	Name         string                 `json:"name"`
	NonSecret    map[string]interface{} `json:"non_secret,omitempty"`
	RegistryType string                 `json:"registry_type"`
	Secret       map[string]interface{} `json:"secret,omitempty"`
}

ModelRegistryAddReq struct for ModelRegistryAddReq

func NewModelRegistryAddReq ¶

func NewModelRegistryAddReq(name string, registryType string) *ModelRegistryAddReq

NewModelRegistryAddReq instantiates a new ModelRegistryAddReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelRegistryAddReqWithDefaults ¶

func NewModelRegistryAddReqWithDefaults() *ModelRegistryAddReq

NewModelRegistryAddReqWithDefaults instantiates a new ModelRegistryAddReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelRegistryAddReq) GetExtras ¶

func (o *ModelRegistryAddReq) GetExtras() map[string]interface{}

GetExtras returns the Extras field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelRegistryAddReq) GetExtrasOk ¶

func (o *ModelRegistryAddReq) GetExtrasOk() (map[string]interface{}, bool)

GetExtrasOk returns a tuple with the Extras field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelRegistryAddReq) GetName ¶

func (o *ModelRegistryAddReq) GetName() string

GetName returns the Name field value

func (*ModelRegistryAddReq) GetNameOk ¶

func (o *ModelRegistryAddReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ModelRegistryAddReq) GetNonSecret ¶

func (o *ModelRegistryAddReq) GetNonSecret() map[string]interface{}

GetNonSecret returns the NonSecret field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelRegistryAddReq) GetNonSecretOk ¶

func (o *ModelRegistryAddReq) GetNonSecretOk() (map[string]interface{}, bool)

GetNonSecretOk returns a tuple with the NonSecret field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelRegistryAddReq) GetRegistryType ¶

func (o *ModelRegistryAddReq) GetRegistryType() string

GetRegistryType returns the RegistryType field value

func (*ModelRegistryAddReq) GetRegistryTypeOk ¶

func (o *ModelRegistryAddReq) GetRegistryTypeOk() (*string, bool)

GetRegistryTypeOk returns a tuple with the RegistryType field value and a boolean to check if the value has been set.

func (*ModelRegistryAddReq) GetSecret ¶

func (o *ModelRegistryAddReq) GetSecret() map[string]interface{}

GetSecret returns the Secret field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelRegistryAddReq) GetSecretOk ¶

func (o *ModelRegistryAddReq) GetSecretOk() (map[string]interface{}, bool)

GetSecretOk returns a tuple with the Secret field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelRegistryAddReq) HasExtras ¶

func (o *ModelRegistryAddReq) HasExtras() bool

HasExtras returns a boolean if a field has been set.

func (*ModelRegistryAddReq) HasNonSecret ¶

func (o *ModelRegistryAddReq) HasNonSecret() bool

HasNonSecret returns a boolean if a field has been set.

func (*ModelRegistryAddReq) HasSecret ¶

func (o *ModelRegistryAddReq) HasSecret() bool

HasSecret returns a boolean if a field has been set.

func (ModelRegistryAddReq) MarshalJSON ¶

func (o ModelRegistryAddReq) MarshalJSON() ([]byte, error)

func (*ModelRegistryAddReq) SetExtras ¶

func (o *ModelRegistryAddReq) SetExtras(v map[string]interface{})

SetExtras gets a reference to the given map[string]interface{} and assigns it to the Extras field.

func (*ModelRegistryAddReq) SetName ¶

func (o *ModelRegistryAddReq) SetName(v string)

SetName sets field value

func (*ModelRegistryAddReq) SetNonSecret ¶

func (o *ModelRegistryAddReq) SetNonSecret(v map[string]interface{})

SetNonSecret gets a reference to the given map[string]interface{} and assigns it to the NonSecret field.

func (*ModelRegistryAddReq) SetRegistryType ¶

func (o *ModelRegistryAddReq) SetRegistryType(v string)

SetRegistryType sets field value

func (*ModelRegistryAddReq) SetSecret ¶

func (o *ModelRegistryAddReq) SetSecret(v map[string]interface{})

SetSecret gets a reference to the given map[string]interface{} and assigns it to the Secret field.

func (ModelRegistryAddReq) ToMap ¶

func (o ModelRegistryAddReq) ToMap() (map[string]interface{}, error)

func (*ModelRegistryAddReq) UnmarshalJSON ¶

func (o *ModelRegistryAddReq) UnmarshalJSON(bytes []byte) (err error)

type ModelRegistryCountResp ¶

type ModelRegistryCountResp struct {
	Count *int32 `json:"count,omitempty"`
}

ModelRegistryCountResp struct for ModelRegistryCountResp

func NewModelRegistryCountResp ¶

func NewModelRegistryCountResp() *ModelRegistryCountResp

NewModelRegistryCountResp instantiates a new ModelRegistryCountResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelRegistryCountRespWithDefaults ¶

func NewModelRegistryCountRespWithDefaults() *ModelRegistryCountResp

NewModelRegistryCountRespWithDefaults instantiates a new ModelRegistryCountResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelRegistryCountResp) GetCount ¶

func (o *ModelRegistryCountResp) GetCount() int32

GetCount returns the Count field value if set, zero value otherwise.

func (*ModelRegistryCountResp) GetCountOk ¶

func (o *ModelRegistryCountResp) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelRegistryCountResp) HasCount ¶

func (o *ModelRegistryCountResp) HasCount() bool

HasCount returns a boolean if a field has been set.

func (ModelRegistryCountResp) MarshalJSON ¶

func (o ModelRegistryCountResp) MarshalJSON() ([]byte, error)

func (*ModelRegistryCountResp) SetCount ¶

func (o *ModelRegistryCountResp) SetCount(v int32)

SetCount gets a reference to the given int32 and assigns it to the Count field.

func (ModelRegistryCountResp) ToMap ¶

func (o ModelRegistryCountResp) ToMap() (map[string]interface{}, error)

type ModelRegistryImageStubsReq ¶

type ModelRegistryImageStubsReq struct {
	ImageFilter ReportersFieldsFilters `json:"image_filter"`
	RegistryId  string                 `json:"registry_id"`
	Window      ModelFetchWindow       `json:"window"`
}

ModelRegistryImageStubsReq struct for ModelRegistryImageStubsReq

func NewModelRegistryImageStubsReq ¶

func NewModelRegistryImageStubsReq(imageFilter ReportersFieldsFilters, registryId string, window ModelFetchWindow) *ModelRegistryImageStubsReq

NewModelRegistryImageStubsReq instantiates a new ModelRegistryImageStubsReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelRegistryImageStubsReqWithDefaults ¶

func NewModelRegistryImageStubsReqWithDefaults() *ModelRegistryImageStubsReq

NewModelRegistryImageStubsReqWithDefaults instantiates a new ModelRegistryImageStubsReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelRegistryImageStubsReq) GetImageFilter ¶

GetImageFilter returns the ImageFilter field value

func (*ModelRegistryImageStubsReq) GetImageFilterOk ¶

func (o *ModelRegistryImageStubsReq) GetImageFilterOk() (*ReportersFieldsFilters, bool)

GetImageFilterOk returns a tuple with the ImageFilter field value and a boolean to check if the value has been set.

func (*ModelRegistryImageStubsReq) GetRegistryId ¶

func (o *ModelRegistryImageStubsReq) GetRegistryId() string

GetRegistryId returns the RegistryId field value

func (*ModelRegistryImageStubsReq) GetRegistryIdOk ¶

func (o *ModelRegistryImageStubsReq) GetRegistryIdOk() (*string, bool)

GetRegistryIdOk returns a tuple with the RegistryId field value and a boolean to check if the value has been set.

func (*ModelRegistryImageStubsReq) GetWindow ¶

GetWindow returns the Window field value

func (*ModelRegistryImageStubsReq) GetWindowOk ¶

func (o *ModelRegistryImageStubsReq) GetWindowOk() (*ModelFetchWindow, bool)

GetWindowOk returns a tuple with the Window field value and a boolean to check if the value has been set.

func (ModelRegistryImageStubsReq) MarshalJSON ¶

func (o ModelRegistryImageStubsReq) MarshalJSON() ([]byte, error)

func (*ModelRegistryImageStubsReq) SetImageFilter ¶

SetImageFilter sets field value

func (*ModelRegistryImageStubsReq) SetRegistryId ¶

func (o *ModelRegistryImageStubsReq) SetRegistryId(v string)

SetRegistryId sets field value

func (*ModelRegistryImageStubsReq) SetWindow ¶

SetWindow sets field value

func (ModelRegistryImageStubsReq) ToMap ¶

func (o ModelRegistryImageStubsReq) ToMap() (map[string]interface{}, error)

func (*ModelRegistryImageStubsReq) UnmarshalJSON ¶

func (o *ModelRegistryImageStubsReq) UnmarshalJSON(bytes []byte) (err error)

type ModelRegistryImagesReq ¶

type ModelRegistryImagesReq struct {
	ImageFilter ReportersFieldsFilters `json:"image_filter"`
	RegistryId  string                 `json:"registry_id"`
	Window      ModelFetchWindow       `json:"window"`
}

ModelRegistryImagesReq struct for ModelRegistryImagesReq

func NewModelRegistryImagesReq ¶

func NewModelRegistryImagesReq(imageFilter ReportersFieldsFilters, registryId string, window ModelFetchWindow) *ModelRegistryImagesReq

NewModelRegistryImagesReq instantiates a new ModelRegistryImagesReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelRegistryImagesReqWithDefaults ¶

func NewModelRegistryImagesReqWithDefaults() *ModelRegistryImagesReq

NewModelRegistryImagesReqWithDefaults instantiates a new ModelRegistryImagesReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelRegistryImagesReq) GetImageFilter ¶

func (o *ModelRegistryImagesReq) GetImageFilter() ReportersFieldsFilters

GetImageFilter returns the ImageFilter field value

func (*ModelRegistryImagesReq) GetImageFilterOk ¶

func (o *ModelRegistryImagesReq) GetImageFilterOk() (*ReportersFieldsFilters, bool)

GetImageFilterOk returns a tuple with the ImageFilter field value and a boolean to check if the value has been set.

func (*ModelRegistryImagesReq) GetRegistryId ¶

func (o *ModelRegistryImagesReq) GetRegistryId() string

GetRegistryId returns the RegistryId field value

func (*ModelRegistryImagesReq) GetRegistryIdOk ¶

func (o *ModelRegistryImagesReq) GetRegistryIdOk() (*string, bool)

GetRegistryIdOk returns a tuple with the RegistryId field value and a boolean to check if the value has been set.

func (*ModelRegistryImagesReq) GetWindow ¶

GetWindow returns the Window field value

func (*ModelRegistryImagesReq) GetWindowOk ¶

func (o *ModelRegistryImagesReq) GetWindowOk() (*ModelFetchWindow, bool)

GetWindowOk returns a tuple with the Window field value and a boolean to check if the value has been set.

func (ModelRegistryImagesReq) MarshalJSON ¶

func (o ModelRegistryImagesReq) MarshalJSON() ([]byte, error)

func (*ModelRegistryImagesReq) SetImageFilter ¶

func (o *ModelRegistryImagesReq) SetImageFilter(v ReportersFieldsFilters)

SetImageFilter sets field value

func (*ModelRegistryImagesReq) SetRegistryId ¶

func (o *ModelRegistryImagesReq) SetRegistryId(v string)

SetRegistryId sets field value

func (*ModelRegistryImagesReq) SetWindow ¶

func (o *ModelRegistryImagesReq) SetWindow(v ModelFetchWindow)

SetWindow sets field value

func (ModelRegistryImagesReq) ToMap ¶

func (o ModelRegistryImagesReq) ToMap() (map[string]interface{}, error)

func (*ModelRegistryImagesReq) UnmarshalJSON ¶

func (o *ModelRegistryImagesReq) UnmarshalJSON(bytes []byte) (err error)

type ModelRegistryListResp ¶

type ModelRegistryListResp struct {
	CreatedAt    *int32      `json:"created_at,omitempty"`
	Id           *int32      `json:"id,omitempty"`
	IsSyncing    *bool       `json:"is_syncing,omitempty"`
	Name         *string     `json:"name,omitempty"`
	NodeId       *string     `json:"node_id,omitempty"`
	NonSecret    interface{} `json:"non_secret,omitempty"`
	RegistryType *string     `json:"registry_type,omitempty"`
	UpdatedAt    *int32      `json:"updated_at,omitempty"`
}

ModelRegistryListResp struct for ModelRegistryListResp

func NewModelRegistryListResp ¶

func NewModelRegistryListResp() *ModelRegistryListResp

NewModelRegistryListResp instantiates a new ModelRegistryListResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelRegistryListRespWithDefaults ¶

func NewModelRegistryListRespWithDefaults() *ModelRegistryListResp

NewModelRegistryListRespWithDefaults instantiates a new ModelRegistryListResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelRegistryListResp) GetCreatedAt ¶

func (o *ModelRegistryListResp) GetCreatedAt() int32

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*ModelRegistryListResp) GetCreatedAtOk ¶

func (o *ModelRegistryListResp) GetCreatedAtOk() (*int32, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelRegistryListResp) GetId ¶

func (o *ModelRegistryListResp) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ModelRegistryListResp) GetIdOk ¶

func (o *ModelRegistryListResp) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelRegistryListResp) GetIsSyncing ¶

func (o *ModelRegistryListResp) GetIsSyncing() bool

GetIsSyncing returns the IsSyncing field value if set, zero value otherwise.

func (*ModelRegistryListResp) GetIsSyncingOk ¶

func (o *ModelRegistryListResp) GetIsSyncingOk() (*bool, bool)

GetIsSyncingOk returns a tuple with the IsSyncing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelRegistryListResp) GetName ¶

func (o *ModelRegistryListResp) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ModelRegistryListResp) GetNameOk ¶

func (o *ModelRegistryListResp) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelRegistryListResp) GetNodeId ¶

func (o *ModelRegistryListResp) GetNodeId() string

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*ModelRegistryListResp) GetNodeIdOk ¶

func (o *ModelRegistryListResp) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelRegistryListResp) GetNonSecret ¶

func (o *ModelRegistryListResp) GetNonSecret() interface{}

GetNonSecret returns the NonSecret field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelRegistryListResp) GetNonSecretOk ¶

func (o *ModelRegistryListResp) GetNonSecretOk() (*interface{}, bool)

GetNonSecretOk returns a tuple with the NonSecret field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelRegistryListResp) GetRegistryType ¶

func (o *ModelRegistryListResp) GetRegistryType() string

GetRegistryType returns the RegistryType field value if set, zero value otherwise.

func (*ModelRegistryListResp) GetRegistryTypeOk ¶

func (o *ModelRegistryListResp) GetRegistryTypeOk() (*string, bool)

GetRegistryTypeOk returns a tuple with the RegistryType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelRegistryListResp) GetUpdatedAt ¶

func (o *ModelRegistryListResp) GetUpdatedAt() int32

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*ModelRegistryListResp) GetUpdatedAtOk ¶

func (o *ModelRegistryListResp) GetUpdatedAtOk() (*int32, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelRegistryListResp) HasCreatedAt ¶

func (o *ModelRegistryListResp) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*ModelRegistryListResp) HasId ¶

func (o *ModelRegistryListResp) HasId() bool

HasId returns a boolean if a field has been set.

func (*ModelRegistryListResp) HasIsSyncing ¶

func (o *ModelRegistryListResp) HasIsSyncing() bool

HasIsSyncing returns a boolean if a field has been set.

func (*ModelRegistryListResp) HasName ¶

func (o *ModelRegistryListResp) HasName() bool

HasName returns a boolean if a field has been set.

func (*ModelRegistryListResp) HasNodeId ¶

func (o *ModelRegistryListResp) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*ModelRegistryListResp) HasNonSecret ¶

func (o *ModelRegistryListResp) HasNonSecret() bool

HasNonSecret returns a boolean if a field has been set.

func (*ModelRegistryListResp) HasRegistryType ¶

func (o *ModelRegistryListResp) HasRegistryType() bool

HasRegistryType returns a boolean if a field has been set.

func (*ModelRegistryListResp) HasUpdatedAt ¶

func (o *ModelRegistryListResp) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (ModelRegistryListResp) MarshalJSON ¶

func (o ModelRegistryListResp) MarshalJSON() ([]byte, error)

func (*ModelRegistryListResp) SetCreatedAt ¶

func (o *ModelRegistryListResp) SetCreatedAt(v int32)

SetCreatedAt gets a reference to the given int32 and assigns it to the CreatedAt field.

func (*ModelRegistryListResp) SetId ¶

func (o *ModelRegistryListResp) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ModelRegistryListResp) SetIsSyncing ¶

func (o *ModelRegistryListResp) SetIsSyncing(v bool)

SetIsSyncing gets a reference to the given bool and assigns it to the IsSyncing field.

func (*ModelRegistryListResp) SetName ¶

func (o *ModelRegistryListResp) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ModelRegistryListResp) SetNodeId ¶

func (o *ModelRegistryListResp) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*ModelRegistryListResp) SetNonSecret ¶

func (o *ModelRegistryListResp) SetNonSecret(v interface{})

SetNonSecret gets a reference to the given interface{} and assigns it to the NonSecret field.

func (*ModelRegistryListResp) SetRegistryType ¶

func (o *ModelRegistryListResp) SetRegistryType(v string)

SetRegistryType gets a reference to the given string and assigns it to the RegistryType field.

func (*ModelRegistryListResp) SetUpdatedAt ¶

func (o *ModelRegistryListResp) SetUpdatedAt(v int32)

SetUpdatedAt gets a reference to the given int32 and assigns it to the UpdatedAt field.

func (ModelRegistryListResp) ToMap ¶

func (o ModelRegistryListResp) ToMap() (map[string]interface{}, error)

type ModelRegistryUpdateReq ¶

type ModelRegistryUpdateReq struct {
	Extras       map[string]interface{} `json:"extras,omitempty"`
	Name         string                 `json:"name"`
	NonSecret    map[string]interface{} `json:"non_secret,omitempty"`
	RegistryType string                 `json:"registry_type"`
	Secret       map[string]interface{} `json:"secret,omitempty"`
}

ModelRegistryUpdateReq struct for ModelRegistryUpdateReq

func NewModelRegistryUpdateReq ¶

func NewModelRegistryUpdateReq(name string, registryType string) *ModelRegistryUpdateReq

NewModelRegistryUpdateReq instantiates a new ModelRegistryUpdateReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelRegistryUpdateReqWithDefaults ¶

func NewModelRegistryUpdateReqWithDefaults() *ModelRegistryUpdateReq

NewModelRegistryUpdateReqWithDefaults instantiates a new ModelRegistryUpdateReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelRegistryUpdateReq) GetExtras ¶

func (o *ModelRegistryUpdateReq) GetExtras() map[string]interface{}

GetExtras returns the Extras field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelRegistryUpdateReq) GetExtrasOk ¶

func (o *ModelRegistryUpdateReq) GetExtrasOk() (map[string]interface{}, bool)

GetExtrasOk returns a tuple with the Extras field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelRegistryUpdateReq) GetName ¶

func (o *ModelRegistryUpdateReq) GetName() string

GetName returns the Name field value

func (*ModelRegistryUpdateReq) GetNameOk ¶

func (o *ModelRegistryUpdateReq) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ModelRegistryUpdateReq) GetNonSecret ¶

func (o *ModelRegistryUpdateReq) GetNonSecret() map[string]interface{}

GetNonSecret returns the NonSecret field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelRegistryUpdateReq) GetNonSecretOk ¶

func (o *ModelRegistryUpdateReq) GetNonSecretOk() (map[string]interface{}, bool)

GetNonSecretOk returns a tuple with the NonSecret field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelRegistryUpdateReq) GetRegistryType ¶

func (o *ModelRegistryUpdateReq) GetRegistryType() string

GetRegistryType returns the RegistryType field value

func (*ModelRegistryUpdateReq) GetRegistryTypeOk ¶

func (o *ModelRegistryUpdateReq) GetRegistryTypeOk() (*string, bool)

GetRegistryTypeOk returns a tuple with the RegistryType field value and a boolean to check if the value has been set.

func (*ModelRegistryUpdateReq) GetSecret ¶

func (o *ModelRegistryUpdateReq) GetSecret() map[string]interface{}

GetSecret returns the Secret field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelRegistryUpdateReq) GetSecretOk ¶

func (o *ModelRegistryUpdateReq) GetSecretOk() (map[string]interface{}, bool)

GetSecretOk returns a tuple with the Secret field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelRegistryUpdateReq) HasExtras ¶

func (o *ModelRegistryUpdateReq) HasExtras() bool

HasExtras returns a boolean if a field has been set.

func (*ModelRegistryUpdateReq) HasNonSecret ¶

func (o *ModelRegistryUpdateReq) HasNonSecret() bool

HasNonSecret returns a boolean if a field has been set.

func (*ModelRegistryUpdateReq) HasSecret ¶

func (o *ModelRegistryUpdateReq) HasSecret() bool

HasSecret returns a boolean if a field has been set.

func (ModelRegistryUpdateReq) MarshalJSON ¶

func (o ModelRegistryUpdateReq) MarshalJSON() ([]byte, error)

func (*ModelRegistryUpdateReq) SetExtras ¶

func (o *ModelRegistryUpdateReq) SetExtras(v map[string]interface{})

SetExtras gets a reference to the given map[string]interface{} and assigns it to the Extras field.

func (*ModelRegistryUpdateReq) SetName ¶

func (o *ModelRegistryUpdateReq) SetName(v string)

SetName sets field value

func (*ModelRegistryUpdateReq) SetNonSecret ¶

func (o *ModelRegistryUpdateReq) SetNonSecret(v map[string]interface{})

SetNonSecret gets a reference to the given map[string]interface{} and assigns it to the NonSecret field.

func (*ModelRegistryUpdateReq) SetRegistryType ¶

func (o *ModelRegistryUpdateReq) SetRegistryType(v string)

SetRegistryType sets field value

func (*ModelRegistryUpdateReq) SetSecret ¶

func (o *ModelRegistryUpdateReq) SetSecret(v map[string]interface{})

SetSecret gets a reference to the given map[string]interface{} and assigns it to the Secret field.

func (ModelRegistryUpdateReq) ToMap ¶

func (o ModelRegistryUpdateReq) ToMap() (map[string]interface{}, error)

func (*ModelRegistryUpdateReq) UnmarshalJSON ¶

func (o *ModelRegistryUpdateReq) UnmarshalJSON(bytes []byte) (err error)

type ModelResponseAccessToken ¶

type ModelResponseAccessToken struct {
	AccessToken  string `json:"access_token"`
	RefreshToken string `json:"refresh_token"`
}

ModelResponseAccessToken struct for ModelResponseAccessToken

func NewModelResponseAccessToken ¶

func NewModelResponseAccessToken(accessToken string, refreshToken string) *ModelResponseAccessToken

NewModelResponseAccessToken instantiates a new ModelResponseAccessToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelResponseAccessTokenWithDefaults ¶

func NewModelResponseAccessTokenWithDefaults() *ModelResponseAccessToken

NewModelResponseAccessTokenWithDefaults instantiates a new ModelResponseAccessToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelResponseAccessToken) GetAccessToken ¶

func (o *ModelResponseAccessToken) GetAccessToken() string

GetAccessToken returns the AccessToken field value

func (*ModelResponseAccessToken) GetAccessTokenOk ¶

func (o *ModelResponseAccessToken) GetAccessTokenOk() (*string, bool)

GetAccessTokenOk returns a tuple with the AccessToken field value and a boolean to check if the value has been set.

func (*ModelResponseAccessToken) GetRefreshToken ¶

func (o *ModelResponseAccessToken) GetRefreshToken() string

GetRefreshToken returns the RefreshToken field value

func (*ModelResponseAccessToken) GetRefreshTokenOk ¶

func (o *ModelResponseAccessToken) GetRefreshTokenOk() (*string, bool)

GetRefreshTokenOk returns a tuple with the RefreshToken field value and a boolean to check if the value has been set.

func (ModelResponseAccessToken) MarshalJSON ¶

func (o ModelResponseAccessToken) MarshalJSON() ([]byte, error)

func (*ModelResponseAccessToken) SetAccessToken ¶

func (o *ModelResponseAccessToken) SetAccessToken(v string)

SetAccessToken sets field value

func (*ModelResponseAccessToken) SetRefreshToken ¶

func (o *ModelResponseAccessToken) SetRefreshToken(v string)

SetRefreshToken sets field value

func (ModelResponseAccessToken) ToMap ¶

func (o ModelResponseAccessToken) ToMap() (map[string]interface{}, error)

func (*ModelResponseAccessToken) UnmarshalJSON ¶

func (o *ModelResponseAccessToken) UnmarshalJSON(bytes []byte) (err error)

type ModelSbomRequest ¶

type ModelSbomRequest struct {
	ScanId string `json:"scan_id"`
}

ModelSbomRequest struct for ModelSbomRequest

func NewModelSbomRequest ¶

func NewModelSbomRequest(scanId string) *ModelSbomRequest

NewModelSbomRequest instantiates a new ModelSbomRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelSbomRequestWithDefaults ¶

func NewModelSbomRequestWithDefaults() *ModelSbomRequest

NewModelSbomRequestWithDefaults instantiates a new ModelSbomRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelSbomRequest) GetScanId ¶

func (o *ModelSbomRequest) GetScanId() string

GetScanId returns the ScanId field value

func (*ModelSbomRequest) GetScanIdOk ¶

func (o *ModelSbomRequest) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value and a boolean to check if the value has been set.

func (ModelSbomRequest) MarshalJSON ¶

func (o ModelSbomRequest) MarshalJSON() ([]byte, error)

func (*ModelSbomRequest) SetScanId ¶

func (o *ModelSbomRequest) SetScanId(v string)

SetScanId sets field value

func (ModelSbomRequest) ToMap ¶

func (o ModelSbomRequest) ToMap() (map[string]interface{}, error)

func (*ModelSbomRequest) UnmarshalJSON ¶

func (o *ModelSbomRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelSbomResponse ¶

type ModelSbomResponse struct {
	CveId       *string  `json:"cve_id,omitempty"`
	CveNodeId   *string  `json:"cve_node_id,omitempty"`
	Licenses    []string `json:"licenses,omitempty"`
	Locations   []string `json:"locations,omitempty"`
	PackageName *string  `json:"package_name,omitempty"`
	Severity    *string  `json:"severity,omitempty"`
	Version     *string  `json:"version,omitempty"`
}

ModelSbomResponse struct for ModelSbomResponse

func NewModelSbomResponse ¶

func NewModelSbomResponse() *ModelSbomResponse

NewModelSbomResponse instantiates a new ModelSbomResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelSbomResponseWithDefaults ¶

func NewModelSbomResponseWithDefaults() *ModelSbomResponse

NewModelSbomResponseWithDefaults instantiates a new ModelSbomResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelSbomResponse) GetCveId ¶

func (o *ModelSbomResponse) GetCveId() string

GetCveId returns the CveId field value if set, zero value otherwise.

func (*ModelSbomResponse) GetCveIdOk ¶

func (o *ModelSbomResponse) GetCveIdOk() (*string, bool)

GetCveIdOk returns a tuple with the CveId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelSbomResponse) GetCveNodeId ¶

func (o *ModelSbomResponse) GetCveNodeId() string

GetCveNodeId returns the CveNodeId field value if set, zero value otherwise.

func (*ModelSbomResponse) GetCveNodeIdOk ¶

func (o *ModelSbomResponse) GetCveNodeIdOk() (*string, bool)

GetCveNodeIdOk returns a tuple with the CveNodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelSbomResponse) GetLicenses ¶

func (o *ModelSbomResponse) GetLicenses() []string

GetLicenses returns the Licenses field value if set, zero value otherwise.

func (*ModelSbomResponse) GetLicensesOk ¶

func (o *ModelSbomResponse) GetLicensesOk() ([]string, bool)

GetLicensesOk returns a tuple with the Licenses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelSbomResponse) GetLocations ¶

func (o *ModelSbomResponse) GetLocations() []string

GetLocations returns the Locations field value if set, zero value otherwise.

func (*ModelSbomResponse) GetLocationsOk ¶

func (o *ModelSbomResponse) GetLocationsOk() ([]string, bool)

GetLocationsOk returns a tuple with the Locations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelSbomResponse) GetPackageName ¶

func (o *ModelSbomResponse) GetPackageName() string

GetPackageName returns the PackageName field value if set, zero value otherwise.

func (*ModelSbomResponse) GetPackageNameOk ¶

func (o *ModelSbomResponse) GetPackageNameOk() (*string, bool)

GetPackageNameOk returns a tuple with the PackageName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelSbomResponse) GetSeverity ¶

func (o *ModelSbomResponse) GetSeverity() string

GetSeverity returns the Severity field value if set, zero value otherwise.

func (*ModelSbomResponse) GetSeverityOk ¶

func (o *ModelSbomResponse) GetSeverityOk() (*string, bool)

GetSeverityOk returns a tuple with the Severity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelSbomResponse) GetVersion ¶

func (o *ModelSbomResponse) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*ModelSbomResponse) GetVersionOk ¶

func (o *ModelSbomResponse) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelSbomResponse) HasCveId ¶

func (o *ModelSbomResponse) HasCveId() bool

HasCveId returns a boolean if a field has been set.

func (*ModelSbomResponse) HasCveNodeId ¶

func (o *ModelSbomResponse) HasCveNodeId() bool

HasCveNodeId returns a boolean if a field has been set.

func (*ModelSbomResponse) HasLicenses ¶

func (o *ModelSbomResponse) HasLicenses() bool

HasLicenses returns a boolean if a field has been set.

func (*ModelSbomResponse) HasLocations ¶

func (o *ModelSbomResponse) HasLocations() bool

HasLocations returns a boolean if a field has been set.

func (*ModelSbomResponse) HasPackageName ¶

func (o *ModelSbomResponse) HasPackageName() bool

HasPackageName returns a boolean if a field has been set.

func (*ModelSbomResponse) HasSeverity ¶

func (o *ModelSbomResponse) HasSeverity() bool

HasSeverity returns a boolean if a field has been set.

func (*ModelSbomResponse) HasVersion ¶

func (o *ModelSbomResponse) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (ModelSbomResponse) MarshalJSON ¶

func (o ModelSbomResponse) MarshalJSON() ([]byte, error)

func (*ModelSbomResponse) SetCveId ¶

func (o *ModelSbomResponse) SetCveId(v string)

SetCveId gets a reference to the given string and assigns it to the CveId field.

func (*ModelSbomResponse) SetCveNodeId ¶

func (o *ModelSbomResponse) SetCveNodeId(v string)

SetCveNodeId gets a reference to the given string and assigns it to the CveNodeId field.

func (*ModelSbomResponse) SetLicenses ¶

func (o *ModelSbomResponse) SetLicenses(v []string)

SetLicenses gets a reference to the given []string and assigns it to the Licenses field.

func (*ModelSbomResponse) SetLocations ¶

func (o *ModelSbomResponse) SetLocations(v []string)

SetLocations gets a reference to the given []string and assigns it to the Locations field.

func (*ModelSbomResponse) SetPackageName ¶

func (o *ModelSbomResponse) SetPackageName(v string)

SetPackageName gets a reference to the given string and assigns it to the PackageName field.

func (*ModelSbomResponse) SetSeverity ¶

func (o *ModelSbomResponse) SetSeverity(v string)

SetSeverity gets a reference to the given string and assigns it to the Severity field.

func (*ModelSbomResponse) SetVersion ¶

func (o *ModelSbomResponse) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (ModelSbomResponse) ToMap ¶

func (o ModelSbomResponse) ToMap() (map[string]interface{}, error)

type ModelScanCompareReq ¶

type ModelScanCompareReq struct {
	BaseScanId   string                 `json:"base_scan_id"`
	FieldsFilter ReportersFieldsFilters `json:"fields_filter"`
	ToScanId     string                 `json:"to_scan_id"`
	Window       ModelFetchWindow       `json:"window"`
}

ModelScanCompareReq struct for ModelScanCompareReq

func NewModelScanCompareReq ¶

func NewModelScanCompareReq(baseScanId string, fieldsFilter ReportersFieldsFilters, toScanId string, window ModelFetchWindow) *ModelScanCompareReq

NewModelScanCompareReq instantiates a new ModelScanCompareReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelScanCompareReqWithDefaults ¶

func NewModelScanCompareReqWithDefaults() *ModelScanCompareReq

NewModelScanCompareReqWithDefaults instantiates a new ModelScanCompareReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelScanCompareReq) GetBaseScanId ¶

func (o *ModelScanCompareReq) GetBaseScanId() string

GetBaseScanId returns the BaseScanId field value

func (*ModelScanCompareReq) GetBaseScanIdOk ¶

func (o *ModelScanCompareReq) GetBaseScanIdOk() (*string, bool)

GetBaseScanIdOk returns a tuple with the BaseScanId field value and a boolean to check if the value has been set.

func (*ModelScanCompareReq) GetFieldsFilter ¶

func (o *ModelScanCompareReq) GetFieldsFilter() ReportersFieldsFilters

GetFieldsFilter returns the FieldsFilter field value

func (*ModelScanCompareReq) GetFieldsFilterOk ¶

func (o *ModelScanCompareReq) GetFieldsFilterOk() (*ReportersFieldsFilters, bool)

GetFieldsFilterOk returns a tuple with the FieldsFilter field value and a boolean to check if the value has been set.

func (*ModelScanCompareReq) GetToScanId ¶

func (o *ModelScanCompareReq) GetToScanId() string

GetToScanId returns the ToScanId field value

func (*ModelScanCompareReq) GetToScanIdOk ¶

func (o *ModelScanCompareReq) GetToScanIdOk() (*string, bool)

GetToScanIdOk returns a tuple with the ToScanId field value and a boolean to check if the value has been set.

func (*ModelScanCompareReq) GetWindow ¶

func (o *ModelScanCompareReq) GetWindow() ModelFetchWindow

GetWindow returns the Window field value

func (*ModelScanCompareReq) GetWindowOk ¶

func (o *ModelScanCompareReq) GetWindowOk() (*ModelFetchWindow, bool)

GetWindowOk returns a tuple with the Window field value and a boolean to check if the value has been set.

func (ModelScanCompareReq) MarshalJSON ¶

func (o ModelScanCompareReq) MarshalJSON() ([]byte, error)

func (*ModelScanCompareReq) SetBaseScanId ¶

func (o *ModelScanCompareReq) SetBaseScanId(v string)

SetBaseScanId sets field value

func (*ModelScanCompareReq) SetFieldsFilter ¶

func (o *ModelScanCompareReq) SetFieldsFilter(v ReportersFieldsFilters)

SetFieldsFilter sets field value

func (*ModelScanCompareReq) SetToScanId ¶

func (o *ModelScanCompareReq) SetToScanId(v string)

SetToScanId sets field value

func (*ModelScanCompareReq) SetWindow ¶

func (o *ModelScanCompareReq) SetWindow(v ModelFetchWindow)

SetWindow sets field value

func (ModelScanCompareReq) ToMap ¶

func (o ModelScanCompareReq) ToMap() (map[string]interface{}, error)

func (*ModelScanCompareReq) UnmarshalJSON ¶

func (o *ModelScanCompareReq) UnmarshalJSON(bytes []byte) (err error)

type ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance ¶

type ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance struct {
	New []ModelCloudCompliance `json:"new"`
}

ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance struct for ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance ¶

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance(new []ModelCloudCompliance) *ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance

NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance instantiates a new ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudComplianceWithDefaults ¶

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudComplianceWithDefaults() *ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance

NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudComplianceWithDefaults instantiates a new ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance) GetNew ¶

GetNew returns the New field value If the value is explicit nil, the zero value for []ModelCloudCompliance will be returned

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance) GetNewOk ¶

GetNewOk returns a tuple with the New field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance) MarshalJSON ¶

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance) SetNew ¶

SetNew sets field value

func (ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance) ToMap ¶

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance) UnmarshalJSON ¶

type ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance ¶

type ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance struct {
	New []ModelCompliance `json:"new"`
}

ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance struct for ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance ¶

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance(new []ModelCompliance) *ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance

NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance instantiates a new ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelComplianceWithDefaults ¶

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelComplianceWithDefaults() *ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance

NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelComplianceWithDefaults instantiates a new ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance) GetNew ¶

GetNew returns the New field value If the value is explicit nil, the zero value for []ModelCompliance will be returned

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance) GetNewOk ¶

GetNewOk returns a tuple with the New field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance) MarshalJSON ¶

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance) SetNew ¶

SetNew sets field value

func (ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance) ToMap ¶

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance) UnmarshalJSON ¶

type ModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware ¶

type ModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware struct {
	New []ModelMalware `json:"new"`
}

ModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware struct for ModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware ¶

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware(new []ModelMalware) *ModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware

NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware instantiates a new ModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalwareWithDefaults ¶

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalwareWithDefaults() *ModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware

NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalwareWithDefaults instantiates a new ModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware) GetNew ¶

GetNew returns the New field value If the value is explicit nil, the zero value for []ModelMalware will be returned

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware) GetNewOk ¶

GetNewOk returns a tuple with the New field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware) MarshalJSON ¶

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware) SetNew ¶

SetNew sets field value

func (ModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware) ToMap ¶

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware) UnmarshalJSON ¶

type ModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret ¶

type ModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret struct {
	New []ModelSecret `json:"new"`
}

ModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret struct for ModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret ¶

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret(new []ModelSecret) *ModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret

NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret instantiates a new ModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecretWithDefaults ¶

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecretWithDefaults() *ModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret

NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecretWithDefaults instantiates a new ModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret) GetNew ¶

GetNew returns the New field value If the value is explicit nil, the zero value for []ModelSecret will be returned

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret) GetNewOk ¶

GetNewOk returns a tuple with the New field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret) MarshalJSON ¶

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret) SetNew ¶

SetNew sets field value

func (ModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret) ToMap ¶

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret) UnmarshalJSON ¶

type ModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability ¶

type ModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability struct {
	New []ModelVulnerability `json:"new"`
}

ModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability struct for ModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability ¶

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability(new []ModelVulnerability) *ModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability

NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability instantiates a new ModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerabilityWithDefaults ¶

func NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerabilityWithDefaults() *ModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability

NewModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerabilityWithDefaults instantiates a new ModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability) GetNew ¶

GetNew returns the New field value If the value is explicit nil, the zero value for []ModelVulnerability will be returned

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability) GetNewOk ¶

GetNewOk returns a tuple with the New field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability) MarshalJSON ¶

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability) SetNew ¶

SetNew sets field value

func (ModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability) ToMap ¶

func (*ModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability) UnmarshalJSON ¶

type ModelScanFilter ¶

type ModelScanFilter struct {
	CloudAccountScanFilter      ReportersContainsFilter `json:"cloud_account_scan_filter"`
	ContainerScanFilter         ReportersContainsFilter `json:"container_scan_filter"`
	HostScanFilter              ReportersContainsFilter `json:"host_scan_filter"`
	ImageScanFilter             ReportersContainsFilter `json:"image_scan_filter"`
	KubernetesClusterScanFilter ReportersContainsFilter `json:"kubernetes_cluster_scan_filter"`
}

ModelScanFilter struct for ModelScanFilter

func NewModelScanFilter ¶

func NewModelScanFilter(cloudAccountScanFilter ReportersContainsFilter, containerScanFilter ReportersContainsFilter, hostScanFilter ReportersContainsFilter, imageScanFilter ReportersContainsFilter, kubernetesClusterScanFilter ReportersContainsFilter) *ModelScanFilter

NewModelScanFilter instantiates a new ModelScanFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelScanFilterWithDefaults ¶

func NewModelScanFilterWithDefaults() *ModelScanFilter

NewModelScanFilterWithDefaults instantiates a new ModelScanFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelScanFilter) GetCloudAccountScanFilter ¶

func (o *ModelScanFilter) GetCloudAccountScanFilter() ReportersContainsFilter

GetCloudAccountScanFilter returns the CloudAccountScanFilter field value

func (*ModelScanFilter) GetCloudAccountScanFilterOk ¶

func (o *ModelScanFilter) GetCloudAccountScanFilterOk() (*ReportersContainsFilter, bool)

GetCloudAccountScanFilterOk returns a tuple with the CloudAccountScanFilter field value and a boolean to check if the value has been set.

func (*ModelScanFilter) GetContainerScanFilter ¶

func (o *ModelScanFilter) GetContainerScanFilter() ReportersContainsFilter

GetContainerScanFilter returns the ContainerScanFilter field value

func (*ModelScanFilter) GetContainerScanFilterOk ¶

func (o *ModelScanFilter) GetContainerScanFilterOk() (*ReportersContainsFilter, bool)

GetContainerScanFilterOk returns a tuple with the ContainerScanFilter field value and a boolean to check if the value has been set.

func (*ModelScanFilter) GetHostScanFilter ¶

func (o *ModelScanFilter) GetHostScanFilter() ReportersContainsFilter

GetHostScanFilter returns the HostScanFilter field value

func (*ModelScanFilter) GetHostScanFilterOk ¶

func (o *ModelScanFilter) GetHostScanFilterOk() (*ReportersContainsFilter, bool)

GetHostScanFilterOk returns a tuple with the HostScanFilter field value and a boolean to check if the value has been set.

func (*ModelScanFilter) GetImageScanFilter ¶

func (o *ModelScanFilter) GetImageScanFilter() ReportersContainsFilter

GetImageScanFilter returns the ImageScanFilter field value

func (*ModelScanFilter) GetImageScanFilterOk ¶

func (o *ModelScanFilter) GetImageScanFilterOk() (*ReportersContainsFilter, bool)

GetImageScanFilterOk returns a tuple with the ImageScanFilter field value and a boolean to check if the value has been set.

func (*ModelScanFilter) GetKubernetesClusterScanFilter ¶

func (o *ModelScanFilter) GetKubernetesClusterScanFilter() ReportersContainsFilter

GetKubernetesClusterScanFilter returns the KubernetesClusterScanFilter field value

func (*ModelScanFilter) GetKubernetesClusterScanFilterOk ¶

func (o *ModelScanFilter) GetKubernetesClusterScanFilterOk() (*ReportersContainsFilter, bool)

GetKubernetesClusterScanFilterOk returns a tuple with the KubernetesClusterScanFilter field value and a boolean to check if the value has been set.

func (ModelScanFilter) MarshalJSON ¶

func (o ModelScanFilter) MarshalJSON() ([]byte, error)

func (*ModelScanFilter) SetCloudAccountScanFilter ¶

func (o *ModelScanFilter) SetCloudAccountScanFilter(v ReportersContainsFilter)

SetCloudAccountScanFilter sets field value

func (*ModelScanFilter) SetContainerScanFilter ¶

func (o *ModelScanFilter) SetContainerScanFilter(v ReportersContainsFilter)

SetContainerScanFilter sets field value

func (*ModelScanFilter) SetHostScanFilter ¶

func (o *ModelScanFilter) SetHostScanFilter(v ReportersContainsFilter)

SetHostScanFilter sets field value

func (*ModelScanFilter) SetImageScanFilter ¶

func (o *ModelScanFilter) SetImageScanFilter(v ReportersContainsFilter)

SetImageScanFilter sets field value

func (*ModelScanFilter) SetKubernetesClusterScanFilter ¶

func (o *ModelScanFilter) SetKubernetesClusterScanFilter(v ReportersContainsFilter)

SetKubernetesClusterScanFilter sets field value

func (ModelScanFilter) ToMap ¶

func (o ModelScanFilter) ToMap() (map[string]interface{}, error)

func (*ModelScanFilter) UnmarshalJSON ¶

func (o *ModelScanFilter) UnmarshalJSON(bytes []byte) (err error)

type ModelScanInfo ¶

type ModelScanInfo struct {
	CreatedAt      int64            `json:"created_at"`
	NodeId         string           `json:"node_id"`
	NodeName       string           `json:"node_name"`
	NodeType       string           `json:"node_type"`
	ScanId         string           `json:"scan_id"`
	SeverityCounts map[string]int32 `json:"severity_counts"`
	Status         string           `json:"status"`
	StatusMessage  string           `json:"status_message"`
	UpdatedAt      int64            `json:"updated_at"`
}

ModelScanInfo struct for ModelScanInfo

func NewModelScanInfo ¶

func NewModelScanInfo(createdAt int64, nodeId string, nodeName string, nodeType string, scanId string, severityCounts map[string]int32, status string, statusMessage string, updatedAt int64) *ModelScanInfo

NewModelScanInfo instantiates a new ModelScanInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelScanInfoWithDefaults ¶

func NewModelScanInfoWithDefaults() *ModelScanInfo

NewModelScanInfoWithDefaults instantiates a new ModelScanInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelScanInfo) GetCreatedAt ¶

func (o *ModelScanInfo) GetCreatedAt() int64

GetCreatedAt returns the CreatedAt field value

func (*ModelScanInfo) GetCreatedAtOk ¶

func (o *ModelScanInfo) GetCreatedAtOk() (*int64, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ModelScanInfo) GetNodeId ¶

func (o *ModelScanInfo) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelScanInfo) GetNodeIdOk ¶

func (o *ModelScanInfo) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelScanInfo) GetNodeName ¶

func (o *ModelScanInfo) GetNodeName() string

GetNodeName returns the NodeName field value

func (*ModelScanInfo) GetNodeNameOk ¶

func (o *ModelScanInfo) GetNodeNameOk() (*string, bool)

GetNodeNameOk returns a tuple with the NodeName field value and a boolean to check if the value has been set.

func (*ModelScanInfo) GetNodeType ¶

func (o *ModelScanInfo) GetNodeType() string

GetNodeType returns the NodeType field value

func (*ModelScanInfo) GetNodeTypeOk ¶

func (o *ModelScanInfo) GetNodeTypeOk() (*string, bool)

GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.

func (*ModelScanInfo) GetScanId ¶

func (o *ModelScanInfo) GetScanId() string

GetScanId returns the ScanId field value

func (*ModelScanInfo) GetScanIdOk ¶

func (o *ModelScanInfo) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value and a boolean to check if the value has been set.

func (*ModelScanInfo) GetSeverityCounts ¶

func (o *ModelScanInfo) GetSeverityCounts() map[string]int32

GetSeverityCounts returns the SeverityCounts field value If the value is explicit nil, the zero value for map[string]int32 will be returned

func (*ModelScanInfo) GetSeverityCountsOk ¶

func (o *ModelScanInfo) GetSeverityCountsOk() (*map[string]int32, bool)

GetSeverityCountsOk returns a tuple with the SeverityCounts field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelScanInfo) GetStatus ¶

func (o *ModelScanInfo) GetStatus() string

GetStatus returns the Status field value

func (*ModelScanInfo) GetStatusMessage ¶

func (o *ModelScanInfo) GetStatusMessage() string

GetStatusMessage returns the StatusMessage field value

func (*ModelScanInfo) GetStatusMessageOk ¶

func (o *ModelScanInfo) GetStatusMessageOk() (*string, bool)

GetStatusMessageOk returns a tuple with the StatusMessage field value and a boolean to check if the value has been set.

func (*ModelScanInfo) GetStatusOk ¶

func (o *ModelScanInfo) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ModelScanInfo) GetUpdatedAt ¶

func (o *ModelScanInfo) GetUpdatedAt() int64

GetUpdatedAt returns the UpdatedAt field value

func (*ModelScanInfo) GetUpdatedAtOk ¶

func (o *ModelScanInfo) GetUpdatedAtOk() (*int64, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (ModelScanInfo) MarshalJSON ¶

func (o ModelScanInfo) MarshalJSON() ([]byte, error)

func (*ModelScanInfo) SetCreatedAt ¶

func (o *ModelScanInfo) SetCreatedAt(v int64)

SetCreatedAt sets field value

func (*ModelScanInfo) SetNodeId ¶

func (o *ModelScanInfo) SetNodeId(v string)

SetNodeId sets field value

func (*ModelScanInfo) SetNodeName ¶

func (o *ModelScanInfo) SetNodeName(v string)

SetNodeName sets field value

func (*ModelScanInfo) SetNodeType ¶

func (o *ModelScanInfo) SetNodeType(v string)

SetNodeType sets field value

func (*ModelScanInfo) SetScanId ¶

func (o *ModelScanInfo) SetScanId(v string)

SetScanId sets field value

func (*ModelScanInfo) SetSeverityCounts ¶

func (o *ModelScanInfo) SetSeverityCounts(v map[string]int32)

SetSeverityCounts sets field value

func (*ModelScanInfo) SetStatus ¶

func (o *ModelScanInfo) SetStatus(v string)

SetStatus sets field value

func (*ModelScanInfo) SetStatusMessage ¶

func (o *ModelScanInfo) SetStatusMessage(v string)

SetStatusMessage sets field value

func (*ModelScanInfo) SetUpdatedAt ¶

func (o *ModelScanInfo) SetUpdatedAt(v int64)

SetUpdatedAt sets field value

func (ModelScanInfo) ToMap ¶

func (o ModelScanInfo) ToMap() (map[string]interface{}, error)

func (*ModelScanInfo) UnmarshalJSON ¶

func (o *ModelScanInfo) UnmarshalJSON(bytes []byte) (err error)

type ModelScanListReq ¶

type ModelScanListReq struct {
	FieldsFilter ReportersFieldsFilters `json:"fields_filter"`
	NodeIds      []ModelNodeIdentifier  `json:"node_ids"`
	Window       ModelFetchWindow       `json:"window"`
}

ModelScanListReq struct for ModelScanListReq

func NewModelScanListReq ¶

func NewModelScanListReq(fieldsFilter ReportersFieldsFilters, nodeIds []ModelNodeIdentifier, window ModelFetchWindow) *ModelScanListReq

NewModelScanListReq instantiates a new ModelScanListReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelScanListReqWithDefaults ¶

func NewModelScanListReqWithDefaults() *ModelScanListReq

NewModelScanListReqWithDefaults instantiates a new ModelScanListReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelScanListReq) GetFieldsFilter ¶

func (o *ModelScanListReq) GetFieldsFilter() ReportersFieldsFilters

GetFieldsFilter returns the FieldsFilter field value

func (*ModelScanListReq) GetFieldsFilterOk ¶

func (o *ModelScanListReq) GetFieldsFilterOk() (*ReportersFieldsFilters, bool)

GetFieldsFilterOk returns a tuple with the FieldsFilter field value and a boolean to check if the value has been set.

func (*ModelScanListReq) GetNodeIds ¶

func (o *ModelScanListReq) GetNodeIds() []ModelNodeIdentifier

GetNodeIds returns the NodeIds field value If the value is explicit nil, the zero value for []ModelNodeIdentifier will be returned

func (*ModelScanListReq) GetNodeIdsOk ¶

func (o *ModelScanListReq) GetNodeIdsOk() ([]ModelNodeIdentifier, bool)

GetNodeIdsOk returns a tuple with the NodeIds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelScanListReq) GetWindow ¶

func (o *ModelScanListReq) GetWindow() ModelFetchWindow

GetWindow returns the Window field value

func (*ModelScanListReq) GetWindowOk ¶

func (o *ModelScanListReq) GetWindowOk() (*ModelFetchWindow, bool)

GetWindowOk returns a tuple with the Window field value and a boolean to check if the value has been set.

func (ModelScanListReq) MarshalJSON ¶

func (o ModelScanListReq) MarshalJSON() ([]byte, error)

func (*ModelScanListReq) SetFieldsFilter ¶

func (o *ModelScanListReq) SetFieldsFilter(v ReportersFieldsFilters)

SetFieldsFilter sets field value

func (*ModelScanListReq) SetNodeIds ¶

func (o *ModelScanListReq) SetNodeIds(v []ModelNodeIdentifier)

SetNodeIds sets field value

func (*ModelScanListReq) SetWindow ¶

func (o *ModelScanListReq) SetWindow(v ModelFetchWindow)

SetWindow sets field value

func (ModelScanListReq) ToMap ¶

func (o ModelScanListReq) ToMap() (map[string]interface{}, error)

func (*ModelScanListReq) UnmarshalJSON ¶

func (o *ModelScanListReq) UnmarshalJSON(bytes []byte) (err error)

type ModelScanListResp ¶

type ModelScanListResp struct {
	ScansInfo []ModelScanInfo `json:"scans_info"`
}

ModelScanListResp struct for ModelScanListResp

func NewModelScanListResp ¶

func NewModelScanListResp(scansInfo []ModelScanInfo) *ModelScanListResp

NewModelScanListResp instantiates a new ModelScanListResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelScanListRespWithDefaults ¶

func NewModelScanListRespWithDefaults() *ModelScanListResp

NewModelScanListRespWithDefaults instantiates a new ModelScanListResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelScanListResp) GetScansInfo ¶

func (o *ModelScanListResp) GetScansInfo() []ModelScanInfo

GetScansInfo returns the ScansInfo field value If the value is explicit nil, the zero value for []ModelScanInfo will be returned

func (*ModelScanListResp) GetScansInfoOk ¶

func (o *ModelScanListResp) GetScansInfoOk() ([]ModelScanInfo, bool)

GetScansInfoOk returns a tuple with the ScansInfo field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelScanListResp) MarshalJSON ¶

func (o ModelScanListResp) MarshalJSON() ([]byte, error)

func (*ModelScanListResp) SetScansInfo ¶

func (o *ModelScanListResp) SetScansInfo(v []ModelScanInfo)

SetScansInfo sets field value

func (ModelScanListResp) ToMap ¶

func (o ModelScanListResp) ToMap() (map[string]interface{}, error)

func (*ModelScanListResp) UnmarshalJSON ¶

func (o *ModelScanListResp) UnmarshalJSON(bytes []byte) (err error)

type ModelScanReportFieldsResponse ¶

type ModelScanReportFieldsResponse struct {
	Compliance    []string `json:"compliance,omitempty"`
	Malware       []string `json:"malware,omitempty"`
	Secret        []string `json:"secret,omitempty"`
	Vulnerability []string `json:"vulnerability,omitempty"`
}

ModelScanReportFieldsResponse struct for ModelScanReportFieldsResponse

func NewModelScanReportFieldsResponse ¶

func NewModelScanReportFieldsResponse() *ModelScanReportFieldsResponse

NewModelScanReportFieldsResponse instantiates a new ModelScanReportFieldsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelScanReportFieldsResponseWithDefaults ¶

func NewModelScanReportFieldsResponseWithDefaults() *ModelScanReportFieldsResponse

NewModelScanReportFieldsResponseWithDefaults instantiates a new ModelScanReportFieldsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelScanReportFieldsResponse) GetCompliance ¶

func (o *ModelScanReportFieldsResponse) GetCompliance() []string

GetCompliance returns the Compliance field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelScanReportFieldsResponse) GetComplianceOk ¶

func (o *ModelScanReportFieldsResponse) GetComplianceOk() ([]string, bool)

GetComplianceOk returns a tuple with the Compliance field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelScanReportFieldsResponse) GetMalware ¶

func (o *ModelScanReportFieldsResponse) GetMalware() []string

GetMalware returns the Malware field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelScanReportFieldsResponse) GetMalwareOk ¶

func (o *ModelScanReportFieldsResponse) GetMalwareOk() ([]string, bool)

GetMalwareOk returns a tuple with the Malware field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelScanReportFieldsResponse) GetSecret ¶

func (o *ModelScanReportFieldsResponse) GetSecret() []string

GetSecret returns the Secret field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelScanReportFieldsResponse) GetSecretOk ¶

func (o *ModelScanReportFieldsResponse) GetSecretOk() ([]string, bool)

GetSecretOk returns a tuple with the Secret field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelScanReportFieldsResponse) GetVulnerability ¶

func (o *ModelScanReportFieldsResponse) GetVulnerability() []string

GetVulnerability returns the Vulnerability field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelScanReportFieldsResponse) GetVulnerabilityOk ¶

func (o *ModelScanReportFieldsResponse) GetVulnerabilityOk() ([]string, bool)

GetVulnerabilityOk returns a tuple with the Vulnerability field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelScanReportFieldsResponse) HasCompliance ¶

func (o *ModelScanReportFieldsResponse) HasCompliance() bool

HasCompliance returns a boolean if a field has been set.

func (*ModelScanReportFieldsResponse) HasMalware ¶

func (o *ModelScanReportFieldsResponse) HasMalware() bool

HasMalware returns a boolean if a field has been set.

func (*ModelScanReportFieldsResponse) HasSecret ¶

func (o *ModelScanReportFieldsResponse) HasSecret() bool

HasSecret returns a boolean if a field has been set.

func (*ModelScanReportFieldsResponse) HasVulnerability ¶

func (o *ModelScanReportFieldsResponse) HasVulnerability() bool

HasVulnerability returns a boolean if a field has been set.

func (ModelScanReportFieldsResponse) MarshalJSON ¶

func (o ModelScanReportFieldsResponse) MarshalJSON() ([]byte, error)

func (*ModelScanReportFieldsResponse) SetCompliance ¶

func (o *ModelScanReportFieldsResponse) SetCompliance(v []string)

SetCompliance gets a reference to the given []string and assigns it to the Compliance field.

func (*ModelScanReportFieldsResponse) SetMalware ¶

func (o *ModelScanReportFieldsResponse) SetMalware(v []string)

SetMalware gets a reference to the given []string and assigns it to the Malware field.

func (*ModelScanReportFieldsResponse) SetSecret ¶

func (o *ModelScanReportFieldsResponse) SetSecret(v []string)

SetSecret gets a reference to the given []string and assigns it to the Secret field.

func (*ModelScanReportFieldsResponse) SetVulnerability ¶

func (o *ModelScanReportFieldsResponse) SetVulnerability(v []string)

SetVulnerability gets a reference to the given []string and assigns it to the Vulnerability field.

func (ModelScanReportFieldsResponse) ToMap ¶

func (o ModelScanReportFieldsResponse) ToMap() (map[string]interface{}, error)

type ModelScanResultBasicNode ¶

type ModelScanResultBasicNode struct {
	BasicNodes []ModelBasicNode `json:"basic_nodes"`
	ResultId   string           `json:"result_id"`
}

ModelScanResultBasicNode struct for ModelScanResultBasicNode

func NewModelScanResultBasicNode ¶

func NewModelScanResultBasicNode(basicNodes []ModelBasicNode, resultId string) *ModelScanResultBasicNode

NewModelScanResultBasicNode instantiates a new ModelScanResultBasicNode object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelScanResultBasicNodeWithDefaults ¶

func NewModelScanResultBasicNodeWithDefaults() *ModelScanResultBasicNode

NewModelScanResultBasicNodeWithDefaults instantiates a new ModelScanResultBasicNode object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelScanResultBasicNode) GetBasicNodes ¶

func (o *ModelScanResultBasicNode) GetBasicNodes() []ModelBasicNode

GetBasicNodes returns the BasicNodes field value If the value is explicit nil, the zero value for []ModelBasicNode will be returned

func (*ModelScanResultBasicNode) GetBasicNodesOk ¶

func (o *ModelScanResultBasicNode) GetBasicNodesOk() ([]ModelBasicNode, bool)

GetBasicNodesOk returns a tuple with the BasicNodes field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelScanResultBasicNode) GetResultId ¶

func (o *ModelScanResultBasicNode) GetResultId() string

GetResultId returns the ResultId field value

func (*ModelScanResultBasicNode) GetResultIdOk ¶

func (o *ModelScanResultBasicNode) GetResultIdOk() (*string, bool)

GetResultIdOk returns a tuple with the ResultId field value and a boolean to check if the value has been set.

func (ModelScanResultBasicNode) MarshalJSON ¶

func (o ModelScanResultBasicNode) MarshalJSON() ([]byte, error)

func (*ModelScanResultBasicNode) SetBasicNodes ¶

func (o *ModelScanResultBasicNode) SetBasicNodes(v []ModelBasicNode)

SetBasicNodes sets field value

func (*ModelScanResultBasicNode) SetResultId ¶

func (o *ModelScanResultBasicNode) SetResultId(v string)

SetResultId sets field value

func (ModelScanResultBasicNode) ToMap ¶

func (o ModelScanResultBasicNode) ToMap() (map[string]interface{}, error)

func (*ModelScanResultBasicNode) UnmarshalJSON ¶

func (o *ModelScanResultBasicNode) UnmarshalJSON(bytes []byte) (err error)

type ModelScanResultsActionRequest ¶

type ModelScanResultsActionRequest struct {
	NotifyIndividual *bool    `json:"notify_individual,omitempty"`
	ResultIds        []string `json:"result_ids"`
	ScanId           string   `json:"scan_id"`
	ScanType         string   `json:"scan_type"`
}

ModelScanResultsActionRequest struct for ModelScanResultsActionRequest

func NewModelScanResultsActionRequest ¶

func NewModelScanResultsActionRequest(resultIds []string, scanId string, scanType string) *ModelScanResultsActionRequest

NewModelScanResultsActionRequest instantiates a new ModelScanResultsActionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelScanResultsActionRequestWithDefaults ¶

func NewModelScanResultsActionRequestWithDefaults() *ModelScanResultsActionRequest

NewModelScanResultsActionRequestWithDefaults instantiates a new ModelScanResultsActionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelScanResultsActionRequest) GetNotifyIndividual ¶

func (o *ModelScanResultsActionRequest) GetNotifyIndividual() bool

GetNotifyIndividual returns the NotifyIndividual field value if set, zero value otherwise.

func (*ModelScanResultsActionRequest) GetNotifyIndividualOk ¶

func (o *ModelScanResultsActionRequest) GetNotifyIndividualOk() (*bool, bool)

GetNotifyIndividualOk returns a tuple with the NotifyIndividual field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelScanResultsActionRequest) GetResultIds ¶

func (o *ModelScanResultsActionRequest) GetResultIds() []string

GetResultIds returns the ResultIds field value If the value is explicit nil, the zero value for []string will be returned

func (*ModelScanResultsActionRequest) GetResultIdsOk ¶

func (o *ModelScanResultsActionRequest) GetResultIdsOk() ([]string, bool)

GetResultIdsOk returns a tuple with the ResultIds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelScanResultsActionRequest) GetScanId ¶

func (o *ModelScanResultsActionRequest) GetScanId() string

GetScanId returns the ScanId field value

func (*ModelScanResultsActionRequest) GetScanIdOk ¶

func (o *ModelScanResultsActionRequest) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value and a boolean to check if the value has been set.

func (*ModelScanResultsActionRequest) GetScanType ¶

func (o *ModelScanResultsActionRequest) GetScanType() string

GetScanType returns the ScanType field value

func (*ModelScanResultsActionRequest) GetScanTypeOk ¶

func (o *ModelScanResultsActionRequest) GetScanTypeOk() (*string, bool)

GetScanTypeOk returns a tuple with the ScanType field value and a boolean to check if the value has been set.

func (*ModelScanResultsActionRequest) HasNotifyIndividual ¶

func (o *ModelScanResultsActionRequest) HasNotifyIndividual() bool

HasNotifyIndividual returns a boolean if a field has been set.

func (ModelScanResultsActionRequest) MarshalJSON ¶

func (o ModelScanResultsActionRequest) MarshalJSON() ([]byte, error)

func (*ModelScanResultsActionRequest) SetNotifyIndividual ¶

func (o *ModelScanResultsActionRequest) SetNotifyIndividual(v bool)

SetNotifyIndividual gets a reference to the given bool and assigns it to the NotifyIndividual field.

func (*ModelScanResultsActionRequest) SetResultIds ¶

func (o *ModelScanResultsActionRequest) SetResultIds(v []string)

SetResultIds sets field value

func (*ModelScanResultsActionRequest) SetScanId ¶

func (o *ModelScanResultsActionRequest) SetScanId(v string)

SetScanId sets field value

func (*ModelScanResultsActionRequest) SetScanType ¶

func (o *ModelScanResultsActionRequest) SetScanType(v string)

SetScanType sets field value

func (ModelScanResultsActionRequest) ToMap ¶

func (o ModelScanResultsActionRequest) ToMap() (map[string]interface{}, error)

func (*ModelScanResultsActionRequest) UnmarshalJSON ¶

func (o *ModelScanResultsActionRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelScanResultsCommon ¶

type ModelScanResultsCommon struct {
	CloudAccountId        string `json:"cloud_account_id"`
	CreatedAt             int64  `json:"created_at"`
	DockerContainerName   string `json:"docker_container_name"`
	DockerImageName       string `json:"docker_image_name"`
	HostName              string `json:"host_name"`
	KubernetesClusterName string `json:"kubernetes_cluster_name"`
	NodeId                string `json:"node_id"`
	NodeName              string `json:"node_name"`
	NodeType              string `json:"node_type"`
	ScanId                string `json:"scan_id"`
	UpdatedAt             int64  `json:"updated_at"`
}

ModelScanResultsCommon struct for ModelScanResultsCommon

func NewModelScanResultsCommon ¶

func NewModelScanResultsCommon(cloudAccountId string, createdAt int64, dockerContainerName string, dockerImageName string, hostName string, kubernetesClusterName string, nodeId string, nodeName string, nodeType string, scanId string, updatedAt int64) *ModelScanResultsCommon

NewModelScanResultsCommon instantiates a new ModelScanResultsCommon object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelScanResultsCommonWithDefaults ¶

func NewModelScanResultsCommonWithDefaults() *ModelScanResultsCommon

NewModelScanResultsCommonWithDefaults instantiates a new ModelScanResultsCommon object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelScanResultsCommon) GetCloudAccountId ¶

func (o *ModelScanResultsCommon) GetCloudAccountId() string

GetCloudAccountId returns the CloudAccountId field value

func (*ModelScanResultsCommon) GetCloudAccountIdOk ¶

func (o *ModelScanResultsCommon) GetCloudAccountIdOk() (*string, bool)

GetCloudAccountIdOk returns a tuple with the CloudAccountId field value and a boolean to check if the value has been set.

func (*ModelScanResultsCommon) GetCreatedAt ¶

func (o *ModelScanResultsCommon) GetCreatedAt() int64

GetCreatedAt returns the CreatedAt field value

func (*ModelScanResultsCommon) GetCreatedAtOk ¶

func (o *ModelScanResultsCommon) GetCreatedAtOk() (*int64, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ModelScanResultsCommon) GetDockerContainerName ¶

func (o *ModelScanResultsCommon) GetDockerContainerName() string

GetDockerContainerName returns the DockerContainerName field value

func (*ModelScanResultsCommon) GetDockerContainerNameOk ¶

func (o *ModelScanResultsCommon) GetDockerContainerNameOk() (*string, bool)

GetDockerContainerNameOk returns a tuple with the DockerContainerName field value and a boolean to check if the value has been set.

func (*ModelScanResultsCommon) GetDockerImageName ¶

func (o *ModelScanResultsCommon) GetDockerImageName() string

GetDockerImageName returns the DockerImageName field value

func (*ModelScanResultsCommon) GetDockerImageNameOk ¶

func (o *ModelScanResultsCommon) GetDockerImageNameOk() (*string, bool)

GetDockerImageNameOk returns a tuple with the DockerImageName field value and a boolean to check if the value has been set.

func (*ModelScanResultsCommon) GetHostName ¶

func (o *ModelScanResultsCommon) GetHostName() string

GetHostName returns the HostName field value

func (*ModelScanResultsCommon) GetHostNameOk ¶

func (o *ModelScanResultsCommon) GetHostNameOk() (*string, bool)

GetHostNameOk returns a tuple with the HostName field value and a boolean to check if the value has been set.

func (*ModelScanResultsCommon) GetKubernetesClusterName ¶

func (o *ModelScanResultsCommon) GetKubernetesClusterName() string

GetKubernetesClusterName returns the KubernetesClusterName field value

func (*ModelScanResultsCommon) GetKubernetesClusterNameOk ¶

func (o *ModelScanResultsCommon) GetKubernetesClusterNameOk() (*string, bool)

GetKubernetesClusterNameOk returns a tuple with the KubernetesClusterName field value and a boolean to check if the value has been set.

func (*ModelScanResultsCommon) GetNodeId ¶

func (o *ModelScanResultsCommon) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelScanResultsCommon) GetNodeIdOk ¶

func (o *ModelScanResultsCommon) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelScanResultsCommon) GetNodeName ¶

func (o *ModelScanResultsCommon) GetNodeName() string

GetNodeName returns the NodeName field value

func (*ModelScanResultsCommon) GetNodeNameOk ¶

func (o *ModelScanResultsCommon) GetNodeNameOk() (*string, bool)

GetNodeNameOk returns a tuple with the NodeName field value and a boolean to check if the value has been set.

func (*ModelScanResultsCommon) GetNodeType ¶

func (o *ModelScanResultsCommon) GetNodeType() string

GetNodeType returns the NodeType field value

func (*ModelScanResultsCommon) GetNodeTypeOk ¶

func (o *ModelScanResultsCommon) GetNodeTypeOk() (*string, bool)

GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.

func (*ModelScanResultsCommon) GetScanId ¶

func (o *ModelScanResultsCommon) GetScanId() string

GetScanId returns the ScanId field value

func (*ModelScanResultsCommon) GetScanIdOk ¶

func (o *ModelScanResultsCommon) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value and a boolean to check if the value has been set.

func (*ModelScanResultsCommon) GetUpdatedAt ¶

func (o *ModelScanResultsCommon) GetUpdatedAt() int64

GetUpdatedAt returns the UpdatedAt field value

func (*ModelScanResultsCommon) GetUpdatedAtOk ¶

func (o *ModelScanResultsCommon) GetUpdatedAtOk() (*int64, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (ModelScanResultsCommon) MarshalJSON ¶

func (o ModelScanResultsCommon) MarshalJSON() ([]byte, error)

func (*ModelScanResultsCommon) SetCloudAccountId ¶

func (o *ModelScanResultsCommon) SetCloudAccountId(v string)

SetCloudAccountId sets field value

func (*ModelScanResultsCommon) SetCreatedAt ¶

func (o *ModelScanResultsCommon) SetCreatedAt(v int64)

SetCreatedAt sets field value

func (*ModelScanResultsCommon) SetDockerContainerName ¶

func (o *ModelScanResultsCommon) SetDockerContainerName(v string)

SetDockerContainerName sets field value

func (*ModelScanResultsCommon) SetDockerImageName ¶

func (o *ModelScanResultsCommon) SetDockerImageName(v string)

SetDockerImageName sets field value

func (*ModelScanResultsCommon) SetHostName ¶

func (o *ModelScanResultsCommon) SetHostName(v string)

SetHostName sets field value

func (*ModelScanResultsCommon) SetKubernetesClusterName ¶

func (o *ModelScanResultsCommon) SetKubernetesClusterName(v string)

SetKubernetesClusterName sets field value

func (*ModelScanResultsCommon) SetNodeId ¶

func (o *ModelScanResultsCommon) SetNodeId(v string)

SetNodeId sets field value

func (*ModelScanResultsCommon) SetNodeName ¶

func (o *ModelScanResultsCommon) SetNodeName(v string)

SetNodeName sets field value

func (*ModelScanResultsCommon) SetNodeType ¶

func (o *ModelScanResultsCommon) SetNodeType(v string)

SetNodeType sets field value

func (*ModelScanResultsCommon) SetScanId ¶

func (o *ModelScanResultsCommon) SetScanId(v string)

SetScanId sets field value

func (*ModelScanResultsCommon) SetUpdatedAt ¶

func (o *ModelScanResultsCommon) SetUpdatedAt(v int64)

SetUpdatedAt sets field value

func (ModelScanResultsCommon) ToMap ¶

func (o ModelScanResultsCommon) ToMap() (map[string]interface{}, error)

func (*ModelScanResultsCommon) UnmarshalJSON ¶

func (o *ModelScanResultsCommon) UnmarshalJSON(bytes []byte) (err error)

type ModelScanResultsMaskRequest ¶

type ModelScanResultsMaskRequest struct {
	MaskAction string   `json:"mask_action"`
	ResultIds  []string `json:"result_ids"`
	ScanId     string   `json:"scan_id"`
	ScanType   string   `json:"scan_type"`
}

ModelScanResultsMaskRequest struct for ModelScanResultsMaskRequest

func NewModelScanResultsMaskRequest ¶

func NewModelScanResultsMaskRequest(maskAction string, resultIds []string, scanId string, scanType string) *ModelScanResultsMaskRequest

NewModelScanResultsMaskRequest instantiates a new ModelScanResultsMaskRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelScanResultsMaskRequestWithDefaults ¶

func NewModelScanResultsMaskRequestWithDefaults() *ModelScanResultsMaskRequest

NewModelScanResultsMaskRequestWithDefaults instantiates a new ModelScanResultsMaskRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelScanResultsMaskRequest) GetMaskAction ¶

func (o *ModelScanResultsMaskRequest) GetMaskAction() string

GetMaskAction returns the MaskAction field value

func (*ModelScanResultsMaskRequest) GetMaskActionOk ¶

func (o *ModelScanResultsMaskRequest) GetMaskActionOk() (*string, bool)

GetMaskActionOk returns a tuple with the MaskAction field value and a boolean to check if the value has been set.

func (*ModelScanResultsMaskRequest) GetResultIds ¶

func (o *ModelScanResultsMaskRequest) GetResultIds() []string

GetResultIds returns the ResultIds field value If the value is explicit nil, the zero value for []string will be returned

func (*ModelScanResultsMaskRequest) GetResultIdsOk ¶

func (o *ModelScanResultsMaskRequest) GetResultIdsOk() ([]string, bool)

GetResultIdsOk returns a tuple with the ResultIds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelScanResultsMaskRequest) GetScanId ¶

func (o *ModelScanResultsMaskRequest) GetScanId() string

GetScanId returns the ScanId field value

func (*ModelScanResultsMaskRequest) GetScanIdOk ¶

func (o *ModelScanResultsMaskRequest) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value and a boolean to check if the value has been set.

func (*ModelScanResultsMaskRequest) GetScanType ¶

func (o *ModelScanResultsMaskRequest) GetScanType() string

GetScanType returns the ScanType field value

func (*ModelScanResultsMaskRequest) GetScanTypeOk ¶

func (o *ModelScanResultsMaskRequest) GetScanTypeOk() (*string, bool)

GetScanTypeOk returns a tuple with the ScanType field value and a boolean to check if the value has been set.

func (ModelScanResultsMaskRequest) MarshalJSON ¶

func (o ModelScanResultsMaskRequest) MarshalJSON() ([]byte, error)

func (*ModelScanResultsMaskRequest) SetMaskAction ¶

func (o *ModelScanResultsMaskRequest) SetMaskAction(v string)

SetMaskAction sets field value

func (*ModelScanResultsMaskRequest) SetResultIds ¶

func (o *ModelScanResultsMaskRequest) SetResultIds(v []string)

SetResultIds sets field value

func (*ModelScanResultsMaskRequest) SetScanId ¶

func (o *ModelScanResultsMaskRequest) SetScanId(v string)

SetScanId sets field value

func (*ModelScanResultsMaskRequest) SetScanType ¶

func (o *ModelScanResultsMaskRequest) SetScanType(v string)

SetScanType sets field value

func (ModelScanResultsMaskRequest) ToMap ¶

func (o ModelScanResultsMaskRequest) ToMap() (map[string]interface{}, error)

func (*ModelScanResultsMaskRequest) UnmarshalJSON ¶

func (o *ModelScanResultsMaskRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelScanResultsReq ¶

type ModelScanResultsReq struct {
	FieldsFilter ReportersFieldsFilters `json:"fields_filter"`
	ScanId       string                 `json:"scan_id"`
	Window       ModelFetchWindow       `json:"window"`
}

ModelScanResultsReq struct for ModelScanResultsReq

func NewModelScanResultsReq ¶

func NewModelScanResultsReq(fieldsFilter ReportersFieldsFilters, scanId string, window ModelFetchWindow) *ModelScanResultsReq

NewModelScanResultsReq instantiates a new ModelScanResultsReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelScanResultsReqWithDefaults ¶

func NewModelScanResultsReqWithDefaults() *ModelScanResultsReq

NewModelScanResultsReqWithDefaults instantiates a new ModelScanResultsReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelScanResultsReq) GetFieldsFilter ¶

func (o *ModelScanResultsReq) GetFieldsFilter() ReportersFieldsFilters

GetFieldsFilter returns the FieldsFilter field value

func (*ModelScanResultsReq) GetFieldsFilterOk ¶

func (o *ModelScanResultsReq) GetFieldsFilterOk() (*ReportersFieldsFilters, bool)

GetFieldsFilterOk returns a tuple with the FieldsFilter field value and a boolean to check if the value has been set.

func (*ModelScanResultsReq) GetScanId ¶

func (o *ModelScanResultsReq) GetScanId() string

GetScanId returns the ScanId field value

func (*ModelScanResultsReq) GetScanIdOk ¶

func (o *ModelScanResultsReq) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value and a boolean to check if the value has been set.

func (*ModelScanResultsReq) GetWindow ¶

func (o *ModelScanResultsReq) GetWindow() ModelFetchWindow

GetWindow returns the Window field value

func (*ModelScanResultsReq) GetWindowOk ¶

func (o *ModelScanResultsReq) GetWindowOk() (*ModelFetchWindow, bool)

GetWindowOk returns a tuple with the Window field value and a boolean to check if the value has been set.

func (ModelScanResultsReq) MarshalJSON ¶

func (o ModelScanResultsReq) MarshalJSON() ([]byte, error)

func (*ModelScanResultsReq) SetFieldsFilter ¶

func (o *ModelScanResultsReq) SetFieldsFilter(v ReportersFieldsFilters)

SetFieldsFilter sets field value

func (*ModelScanResultsReq) SetScanId ¶

func (o *ModelScanResultsReq) SetScanId(v string)

SetScanId sets field value

func (*ModelScanResultsReq) SetWindow ¶

func (o *ModelScanResultsReq) SetWindow(v ModelFetchWindow)

SetWindow sets field value

func (ModelScanResultsReq) ToMap ¶

func (o ModelScanResultsReq) ToMap() (map[string]interface{}, error)

func (*ModelScanResultsReq) UnmarshalJSON ¶

func (o *ModelScanResultsReq) UnmarshalJSON(bytes []byte) (err error)

type ModelScanStatusReq ¶

type ModelScanStatusReq struct {
	BulkScanId string   `json:"bulk_scan_id"`
	ScanIds    []string `json:"scan_ids"`
}

ModelScanStatusReq struct for ModelScanStatusReq

func NewModelScanStatusReq ¶

func NewModelScanStatusReq(bulkScanId string, scanIds []string) *ModelScanStatusReq

NewModelScanStatusReq instantiates a new ModelScanStatusReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelScanStatusReqWithDefaults ¶

func NewModelScanStatusReqWithDefaults() *ModelScanStatusReq

NewModelScanStatusReqWithDefaults instantiates a new ModelScanStatusReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelScanStatusReq) GetBulkScanId ¶

func (o *ModelScanStatusReq) GetBulkScanId() string

GetBulkScanId returns the BulkScanId field value

func (*ModelScanStatusReq) GetBulkScanIdOk ¶

func (o *ModelScanStatusReq) GetBulkScanIdOk() (*string, bool)

GetBulkScanIdOk returns a tuple with the BulkScanId field value and a boolean to check if the value has been set.

func (*ModelScanStatusReq) GetScanIds ¶

func (o *ModelScanStatusReq) GetScanIds() []string

GetScanIds returns the ScanIds field value If the value is explicit nil, the zero value for []string will be returned

func (*ModelScanStatusReq) GetScanIdsOk ¶

func (o *ModelScanStatusReq) GetScanIdsOk() ([]string, bool)

GetScanIdsOk returns a tuple with the ScanIds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelScanStatusReq) MarshalJSON ¶

func (o ModelScanStatusReq) MarshalJSON() ([]byte, error)

func (*ModelScanStatusReq) SetBulkScanId ¶

func (o *ModelScanStatusReq) SetBulkScanId(v string)

SetBulkScanId sets field value

func (*ModelScanStatusReq) SetScanIds ¶

func (o *ModelScanStatusReq) SetScanIds(v []string)

SetScanIds sets field value

func (ModelScanStatusReq) ToMap ¶

func (o ModelScanStatusReq) ToMap() (map[string]interface{}, error)

func (*ModelScanStatusReq) UnmarshalJSON ¶

func (o *ModelScanStatusReq) UnmarshalJSON(bytes []byte) (err error)

type ModelScanStatusResp ¶

type ModelScanStatusResp struct {
	Statuses map[string]ModelScanInfo `json:"statuses"`
}

ModelScanStatusResp struct for ModelScanStatusResp

func NewModelScanStatusResp ¶

func NewModelScanStatusResp(statuses map[string]ModelScanInfo) *ModelScanStatusResp

NewModelScanStatusResp instantiates a new ModelScanStatusResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelScanStatusRespWithDefaults ¶

func NewModelScanStatusRespWithDefaults() *ModelScanStatusResp

NewModelScanStatusRespWithDefaults instantiates a new ModelScanStatusResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelScanStatusResp) GetStatuses ¶

func (o *ModelScanStatusResp) GetStatuses() map[string]ModelScanInfo

GetStatuses returns the Statuses field value If the value is explicit nil, the zero value for map[string]ModelScanInfo will be returned

func (*ModelScanStatusResp) GetStatusesOk ¶

func (o *ModelScanStatusResp) GetStatusesOk() (*map[string]ModelScanInfo, bool)

GetStatusesOk returns a tuple with the Statuses field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelScanStatusResp) MarshalJSON ¶

func (o ModelScanStatusResp) MarshalJSON() ([]byte, error)

func (*ModelScanStatusResp) SetStatuses ¶

func (o *ModelScanStatusResp) SetStatuses(v map[string]ModelScanInfo)

SetStatuses sets field value

func (ModelScanStatusResp) ToMap ¶

func (o ModelScanStatusResp) ToMap() (map[string]interface{}, error)

func (*ModelScanStatusResp) UnmarshalJSON ¶

func (o *ModelScanStatusResp) UnmarshalJSON(bytes []byte) (err error)

type ModelScanTriggerResp ¶

type ModelScanTriggerResp struct {
	BulkScanId string   `json:"bulk_scan_id"`
	ScanIds    []string `json:"scan_ids"`
}

ModelScanTriggerResp struct for ModelScanTriggerResp

func NewModelScanTriggerResp ¶

func NewModelScanTriggerResp(bulkScanId string, scanIds []string) *ModelScanTriggerResp

NewModelScanTriggerResp instantiates a new ModelScanTriggerResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelScanTriggerRespWithDefaults ¶

func NewModelScanTriggerRespWithDefaults() *ModelScanTriggerResp

NewModelScanTriggerRespWithDefaults instantiates a new ModelScanTriggerResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelScanTriggerResp) GetBulkScanId ¶

func (o *ModelScanTriggerResp) GetBulkScanId() string

GetBulkScanId returns the BulkScanId field value

func (*ModelScanTriggerResp) GetBulkScanIdOk ¶

func (o *ModelScanTriggerResp) GetBulkScanIdOk() (*string, bool)

GetBulkScanIdOk returns a tuple with the BulkScanId field value and a boolean to check if the value has been set.

func (*ModelScanTriggerResp) GetScanIds ¶

func (o *ModelScanTriggerResp) GetScanIds() []string

GetScanIds returns the ScanIds field value If the value is explicit nil, the zero value for []string will be returned

func (*ModelScanTriggerResp) GetScanIdsOk ¶

func (o *ModelScanTriggerResp) GetScanIdsOk() ([]string, bool)

GetScanIdsOk returns a tuple with the ScanIds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelScanTriggerResp) MarshalJSON ¶

func (o ModelScanTriggerResp) MarshalJSON() ([]byte, error)

func (*ModelScanTriggerResp) SetBulkScanId ¶

func (o *ModelScanTriggerResp) SetBulkScanId(v string)

SetBulkScanId sets field value

func (*ModelScanTriggerResp) SetScanIds ¶

func (o *ModelScanTriggerResp) SetScanIds(v []string)

SetScanIds sets field value

func (ModelScanTriggerResp) ToMap ¶

func (o ModelScanTriggerResp) ToMap() (map[string]interface{}, error)

func (*ModelScanTriggerResp) UnmarshalJSON ¶

func (o *ModelScanTriggerResp) UnmarshalJSON(bytes []byte) (err error)

type ModelSecret ¶

type ModelSecret struct {
	FullFilename          string           `json:"full_filename"`
	Level                 string           `json:"level"`
	Masked                bool             `json:"masked"`
	MatchedContent        string           `json:"matched_content"`
	Name                  string           `json:"name"`
	NodeId                string           `json:"node_id"`
	Part                  string           `json:"part"`
	RelativeEndingIndex   int32            `json:"relative_ending_index"`
	RelativeStartingIndex int32            `json:"relative_starting_index"`
	Resources             []ModelBasicNode `json:"resources,omitempty"`
	RuleId                int32            `json:"rule_id"`
	Score                 float32          `json:"score"`
	SignatureToMatch      string           `json:"signature_to_match"`
	StartingIndex         int32            `json:"starting_index"`
	UpdatedAt             int32            `json:"updated_at"`
}

ModelSecret struct for ModelSecret

func NewModelSecret ¶

func NewModelSecret(fullFilename string, level string, masked bool, matchedContent string, name string, nodeId string, part string, relativeEndingIndex int32, relativeStartingIndex int32, ruleId int32, score float32, signatureToMatch string, startingIndex int32, updatedAt int32) *ModelSecret

NewModelSecret instantiates a new ModelSecret object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelSecretWithDefaults ¶

func NewModelSecretWithDefaults() *ModelSecret

NewModelSecretWithDefaults instantiates a new ModelSecret object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelSecret) GetFullFilename ¶

func (o *ModelSecret) GetFullFilename() string

GetFullFilename returns the FullFilename field value

func (*ModelSecret) GetFullFilenameOk ¶

func (o *ModelSecret) GetFullFilenameOk() (*string, bool)

GetFullFilenameOk returns a tuple with the FullFilename field value and a boolean to check if the value has been set.

func (*ModelSecret) GetLevel ¶

func (o *ModelSecret) GetLevel() string

GetLevel returns the Level field value

func (*ModelSecret) GetLevelOk ¶

func (o *ModelSecret) GetLevelOk() (*string, bool)

GetLevelOk returns a tuple with the Level field value and a boolean to check if the value has been set.

func (*ModelSecret) GetMasked ¶

func (o *ModelSecret) GetMasked() bool

GetMasked returns the Masked field value

func (*ModelSecret) GetMaskedOk ¶

func (o *ModelSecret) GetMaskedOk() (*bool, bool)

GetMaskedOk returns a tuple with the Masked field value and a boolean to check if the value has been set.

func (*ModelSecret) GetMatchedContent ¶

func (o *ModelSecret) GetMatchedContent() string

GetMatchedContent returns the MatchedContent field value

func (*ModelSecret) GetMatchedContentOk ¶

func (o *ModelSecret) GetMatchedContentOk() (*string, bool)

GetMatchedContentOk returns a tuple with the MatchedContent field value and a boolean to check if the value has been set.

func (*ModelSecret) GetName ¶

func (o *ModelSecret) GetName() string

GetName returns the Name field value

func (*ModelSecret) GetNameOk ¶

func (o *ModelSecret) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ModelSecret) GetNodeId ¶

func (o *ModelSecret) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelSecret) GetNodeIdOk ¶

func (o *ModelSecret) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelSecret) GetPart ¶

func (o *ModelSecret) GetPart() string

GetPart returns the Part field value

func (*ModelSecret) GetPartOk ¶

func (o *ModelSecret) GetPartOk() (*string, bool)

GetPartOk returns a tuple with the Part field value and a boolean to check if the value has been set.

func (*ModelSecret) GetRelativeEndingIndex ¶

func (o *ModelSecret) GetRelativeEndingIndex() int32

GetRelativeEndingIndex returns the RelativeEndingIndex field value

func (*ModelSecret) GetRelativeEndingIndexOk ¶

func (o *ModelSecret) GetRelativeEndingIndexOk() (*int32, bool)

GetRelativeEndingIndexOk returns a tuple with the RelativeEndingIndex field value and a boolean to check if the value has been set.

func (*ModelSecret) GetRelativeStartingIndex ¶

func (o *ModelSecret) GetRelativeStartingIndex() int32

GetRelativeStartingIndex returns the RelativeStartingIndex field value

func (*ModelSecret) GetRelativeStartingIndexOk ¶

func (o *ModelSecret) GetRelativeStartingIndexOk() (*int32, bool)

GetRelativeStartingIndexOk returns a tuple with the RelativeStartingIndex field value and a boolean to check if the value has been set.

func (*ModelSecret) GetResources ¶

func (o *ModelSecret) GetResources() []ModelBasicNode

GetResources returns the Resources field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelSecret) GetResourcesOk ¶

func (o *ModelSecret) GetResourcesOk() ([]ModelBasicNode, bool)

GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelSecret) GetRuleId ¶

func (o *ModelSecret) GetRuleId() int32

GetRuleId returns the RuleId field value

func (*ModelSecret) GetRuleIdOk ¶

func (o *ModelSecret) GetRuleIdOk() (*int32, bool)

GetRuleIdOk returns a tuple with the RuleId field value and a boolean to check if the value has been set.

func (*ModelSecret) GetScore ¶

func (o *ModelSecret) GetScore() float32

GetScore returns the Score field value

func (*ModelSecret) GetScoreOk ¶

func (o *ModelSecret) GetScoreOk() (*float32, bool)

GetScoreOk returns a tuple with the Score field value and a boolean to check if the value has been set.

func (*ModelSecret) GetSignatureToMatch ¶

func (o *ModelSecret) GetSignatureToMatch() string

GetSignatureToMatch returns the SignatureToMatch field value

func (*ModelSecret) GetSignatureToMatchOk ¶

func (o *ModelSecret) GetSignatureToMatchOk() (*string, bool)

GetSignatureToMatchOk returns a tuple with the SignatureToMatch field value and a boolean to check if the value has been set.

func (*ModelSecret) GetStartingIndex ¶

func (o *ModelSecret) GetStartingIndex() int32

GetStartingIndex returns the StartingIndex field value

func (*ModelSecret) GetStartingIndexOk ¶

func (o *ModelSecret) GetStartingIndexOk() (*int32, bool)

GetStartingIndexOk returns a tuple with the StartingIndex field value and a boolean to check if the value has been set.

func (*ModelSecret) GetUpdatedAt ¶

func (o *ModelSecret) GetUpdatedAt() int32

GetUpdatedAt returns the UpdatedAt field value

func (*ModelSecret) GetUpdatedAtOk ¶

func (o *ModelSecret) GetUpdatedAtOk() (*int32, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*ModelSecret) HasResources ¶

func (o *ModelSecret) HasResources() bool

HasResources returns a boolean if a field has been set.

func (ModelSecret) MarshalJSON ¶

func (o ModelSecret) MarshalJSON() ([]byte, error)

func (*ModelSecret) SetFullFilename ¶

func (o *ModelSecret) SetFullFilename(v string)

SetFullFilename sets field value

func (*ModelSecret) SetLevel ¶

func (o *ModelSecret) SetLevel(v string)

SetLevel sets field value

func (*ModelSecret) SetMasked ¶

func (o *ModelSecret) SetMasked(v bool)

SetMasked sets field value

func (*ModelSecret) SetMatchedContent ¶

func (o *ModelSecret) SetMatchedContent(v string)

SetMatchedContent sets field value

func (*ModelSecret) SetName ¶

func (o *ModelSecret) SetName(v string)

SetName sets field value

func (*ModelSecret) SetNodeId ¶

func (o *ModelSecret) SetNodeId(v string)

SetNodeId sets field value

func (*ModelSecret) SetPart ¶

func (o *ModelSecret) SetPart(v string)

SetPart sets field value

func (*ModelSecret) SetRelativeEndingIndex ¶

func (o *ModelSecret) SetRelativeEndingIndex(v int32)

SetRelativeEndingIndex sets field value

func (*ModelSecret) SetRelativeStartingIndex ¶

func (o *ModelSecret) SetRelativeStartingIndex(v int32)

SetRelativeStartingIndex sets field value

func (*ModelSecret) SetResources ¶

func (o *ModelSecret) SetResources(v []ModelBasicNode)

SetResources gets a reference to the given []ModelBasicNode and assigns it to the Resources field.

func (*ModelSecret) SetRuleId ¶

func (o *ModelSecret) SetRuleId(v int32)

SetRuleId sets field value

func (*ModelSecret) SetScore ¶

func (o *ModelSecret) SetScore(v float32)

SetScore sets field value

func (*ModelSecret) SetSignatureToMatch ¶

func (o *ModelSecret) SetSignatureToMatch(v string)

SetSignatureToMatch sets field value

func (*ModelSecret) SetStartingIndex ¶

func (o *ModelSecret) SetStartingIndex(v int32)

SetStartingIndex sets field value

func (*ModelSecret) SetUpdatedAt ¶

func (o *ModelSecret) SetUpdatedAt(v int32)

SetUpdatedAt sets field value

func (ModelSecret) ToMap ¶

func (o ModelSecret) ToMap() (map[string]interface{}, error)

func (*ModelSecret) UnmarshalJSON ¶

func (o *ModelSecret) UnmarshalJSON(bytes []byte) (err error)

type ModelSecretRule ¶

type ModelSecretRule struct {
	Id               *int32  `json:"id,omitempty"`
	Level            string  `json:"level"`
	Masked           bool    `json:"masked"`
	Name             *string `json:"name,omitempty"`
	Part             *string `json:"part,omitempty"`
	SignatureToMatch *string `json:"signature_to_match,omitempty"`
	UpdatedAt        int32   `json:"updated_at"`
}

ModelSecretRule struct for ModelSecretRule

func NewModelSecretRule ¶

func NewModelSecretRule(level string, masked bool, updatedAt int32) *ModelSecretRule

NewModelSecretRule instantiates a new ModelSecretRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelSecretRuleWithDefaults ¶

func NewModelSecretRuleWithDefaults() *ModelSecretRule

NewModelSecretRuleWithDefaults instantiates a new ModelSecretRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelSecretRule) GetId ¶

func (o *ModelSecretRule) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ModelSecretRule) GetIdOk ¶

func (o *ModelSecretRule) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelSecretRule) GetLevel ¶

func (o *ModelSecretRule) GetLevel() string

GetLevel returns the Level field value

func (*ModelSecretRule) GetLevelOk ¶

func (o *ModelSecretRule) GetLevelOk() (*string, bool)

GetLevelOk returns a tuple with the Level field value and a boolean to check if the value has been set.

func (*ModelSecretRule) GetMasked ¶

func (o *ModelSecretRule) GetMasked() bool

GetMasked returns the Masked field value

func (*ModelSecretRule) GetMaskedOk ¶

func (o *ModelSecretRule) GetMaskedOk() (*bool, bool)

GetMaskedOk returns a tuple with the Masked field value and a boolean to check if the value has been set.

func (*ModelSecretRule) GetName ¶

func (o *ModelSecretRule) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ModelSecretRule) GetNameOk ¶

func (o *ModelSecretRule) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelSecretRule) GetPart ¶

func (o *ModelSecretRule) GetPart() string

GetPart returns the Part field value if set, zero value otherwise.

func (*ModelSecretRule) GetPartOk ¶

func (o *ModelSecretRule) GetPartOk() (*string, bool)

GetPartOk returns a tuple with the Part field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelSecretRule) GetSignatureToMatch ¶

func (o *ModelSecretRule) GetSignatureToMatch() string

GetSignatureToMatch returns the SignatureToMatch field value if set, zero value otherwise.

func (*ModelSecretRule) GetSignatureToMatchOk ¶

func (o *ModelSecretRule) GetSignatureToMatchOk() (*string, bool)

GetSignatureToMatchOk returns a tuple with the SignatureToMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelSecretRule) GetUpdatedAt ¶

func (o *ModelSecretRule) GetUpdatedAt() int32

GetUpdatedAt returns the UpdatedAt field value

func (*ModelSecretRule) GetUpdatedAtOk ¶

func (o *ModelSecretRule) GetUpdatedAtOk() (*int32, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*ModelSecretRule) HasId ¶

func (o *ModelSecretRule) HasId() bool

HasId returns a boolean if a field has been set.

func (*ModelSecretRule) HasName ¶

func (o *ModelSecretRule) HasName() bool

HasName returns a boolean if a field has been set.

func (*ModelSecretRule) HasPart ¶

func (o *ModelSecretRule) HasPart() bool

HasPart returns a boolean if a field has been set.

func (*ModelSecretRule) HasSignatureToMatch ¶

func (o *ModelSecretRule) HasSignatureToMatch() bool

HasSignatureToMatch returns a boolean if a field has been set.

func (ModelSecretRule) MarshalJSON ¶

func (o ModelSecretRule) MarshalJSON() ([]byte, error)

func (*ModelSecretRule) SetId ¶

func (o *ModelSecretRule) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ModelSecretRule) SetLevel ¶

func (o *ModelSecretRule) SetLevel(v string)

SetLevel sets field value

func (*ModelSecretRule) SetMasked ¶

func (o *ModelSecretRule) SetMasked(v bool)

SetMasked sets field value

func (*ModelSecretRule) SetName ¶

func (o *ModelSecretRule) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ModelSecretRule) SetPart ¶

func (o *ModelSecretRule) SetPart(v string)

SetPart gets a reference to the given string and assigns it to the Part field.

func (*ModelSecretRule) SetSignatureToMatch ¶

func (o *ModelSecretRule) SetSignatureToMatch(v string)

SetSignatureToMatch gets a reference to the given string and assigns it to the SignatureToMatch field.

func (*ModelSecretRule) SetUpdatedAt ¶

func (o *ModelSecretRule) SetUpdatedAt(v int32)

SetUpdatedAt sets field value

func (ModelSecretRule) ToMap ¶

func (o ModelSecretRule) ToMap() (map[string]interface{}, error)

func (*ModelSecretRule) UnmarshalJSON ¶

func (o *ModelSecretRule) UnmarshalJSON(bytes []byte) (err error)

type ModelSecretScanResult ¶

type ModelSecretScanResult struct {
	CloudAccountId        string           `json:"cloud_account_id"`
	CreatedAt             int64            `json:"created_at"`
	DockerContainerName   string           `json:"docker_container_name"`
	DockerImageName       string           `json:"docker_image_name"`
	HostName              string           `json:"host_name"`
	KubernetesClusterName string           `json:"kubernetes_cluster_name"`
	NodeId                string           `json:"node_id"`
	NodeName              string           `json:"node_name"`
	NodeType              string           `json:"node_type"`
	ScanId                string           `json:"scan_id"`
	Secrets               []ModelSecret    `json:"secrets"`
	SeverityCounts        map[string]int32 `json:"severity_counts"`
	UpdatedAt             int64            `json:"updated_at"`
}

ModelSecretScanResult struct for ModelSecretScanResult

func NewModelSecretScanResult ¶

func NewModelSecretScanResult(cloudAccountId string, createdAt int64, dockerContainerName string, dockerImageName string, hostName string, kubernetesClusterName string, nodeId string, nodeName string, nodeType string, scanId string, secrets []ModelSecret, severityCounts map[string]int32, updatedAt int64) *ModelSecretScanResult

NewModelSecretScanResult instantiates a new ModelSecretScanResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelSecretScanResultWithDefaults ¶

func NewModelSecretScanResultWithDefaults() *ModelSecretScanResult

NewModelSecretScanResultWithDefaults instantiates a new ModelSecretScanResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelSecretScanResult) GetCloudAccountId ¶

func (o *ModelSecretScanResult) GetCloudAccountId() string

GetCloudAccountId returns the CloudAccountId field value

func (*ModelSecretScanResult) GetCloudAccountIdOk ¶

func (o *ModelSecretScanResult) GetCloudAccountIdOk() (*string, bool)

GetCloudAccountIdOk returns a tuple with the CloudAccountId field value and a boolean to check if the value has been set.

func (*ModelSecretScanResult) GetCreatedAt ¶

func (o *ModelSecretScanResult) GetCreatedAt() int64

GetCreatedAt returns the CreatedAt field value

func (*ModelSecretScanResult) GetCreatedAtOk ¶

func (o *ModelSecretScanResult) GetCreatedAtOk() (*int64, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ModelSecretScanResult) GetDockerContainerName ¶

func (o *ModelSecretScanResult) GetDockerContainerName() string

GetDockerContainerName returns the DockerContainerName field value

func (*ModelSecretScanResult) GetDockerContainerNameOk ¶

func (o *ModelSecretScanResult) GetDockerContainerNameOk() (*string, bool)

GetDockerContainerNameOk returns a tuple with the DockerContainerName field value and a boolean to check if the value has been set.

func (*ModelSecretScanResult) GetDockerImageName ¶

func (o *ModelSecretScanResult) GetDockerImageName() string

GetDockerImageName returns the DockerImageName field value

func (*ModelSecretScanResult) GetDockerImageNameOk ¶

func (o *ModelSecretScanResult) GetDockerImageNameOk() (*string, bool)

GetDockerImageNameOk returns a tuple with the DockerImageName field value and a boolean to check if the value has been set.

func (*ModelSecretScanResult) GetHostName ¶

func (o *ModelSecretScanResult) GetHostName() string

GetHostName returns the HostName field value

func (*ModelSecretScanResult) GetHostNameOk ¶

func (o *ModelSecretScanResult) GetHostNameOk() (*string, bool)

GetHostNameOk returns a tuple with the HostName field value and a boolean to check if the value has been set.

func (*ModelSecretScanResult) GetKubernetesClusterName ¶

func (o *ModelSecretScanResult) GetKubernetesClusterName() string

GetKubernetesClusterName returns the KubernetesClusterName field value

func (*ModelSecretScanResult) GetKubernetesClusterNameOk ¶

func (o *ModelSecretScanResult) GetKubernetesClusterNameOk() (*string, bool)

GetKubernetesClusterNameOk returns a tuple with the KubernetesClusterName field value and a boolean to check if the value has been set.

func (*ModelSecretScanResult) GetNodeId ¶

func (o *ModelSecretScanResult) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelSecretScanResult) GetNodeIdOk ¶

func (o *ModelSecretScanResult) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelSecretScanResult) GetNodeName ¶

func (o *ModelSecretScanResult) GetNodeName() string

GetNodeName returns the NodeName field value

func (*ModelSecretScanResult) GetNodeNameOk ¶

func (o *ModelSecretScanResult) GetNodeNameOk() (*string, bool)

GetNodeNameOk returns a tuple with the NodeName field value and a boolean to check if the value has been set.

func (*ModelSecretScanResult) GetNodeType ¶

func (o *ModelSecretScanResult) GetNodeType() string

GetNodeType returns the NodeType field value

func (*ModelSecretScanResult) GetNodeTypeOk ¶

func (o *ModelSecretScanResult) GetNodeTypeOk() (*string, bool)

GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.

func (*ModelSecretScanResult) GetScanId ¶

func (o *ModelSecretScanResult) GetScanId() string

GetScanId returns the ScanId field value

func (*ModelSecretScanResult) GetScanIdOk ¶

func (o *ModelSecretScanResult) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value and a boolean to check if the value has been set.

func (*ModelSecretScanResult) GetSecrets ¶

func (o *ModelSecretScanResult) GetSecrets() []ModelSecret

GetSecrets returns the Secrets field value If the value is explicit nil, the zero value for []ModelSecret will be returned

func (*ModelSecretScanResult) GetSecretsOk ¶

func (o *ModelSecretScanResult) GetSecretsOk() ([]ModelSecret, bool)

GetSecretsOk returns a tuple with the Secrets field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelSecretScanResult) GetSeverityCounts ¶

func (o *ModelSecretScanResult) GetSeverityCounts() map[string]int32

GetSeverityCounts returns the SeverityCounts field value If the value is explicit nil, the zero value for map[string]int32 will be returned

func (*ModelSecretScanResult) GetSeverityCountsOk ¶

func (o *ModelSecretScanResult) GetSeverityCountsOk() (*map[string]int32, bool)

GetSeverityCountsOk returns a tuple with the SeverityCounts field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelSecretScanResult) GetUpdatedAt ¶

func (o *ModelSecretScanResult) GetUpdatedAt() int64

GetUpdatedAt returns the UpdatedAt field value

func (*ModelSecretScanResult) GetUpdatedAtOk ¶

func (o *ModelSecretScanResult) GetUpdatedAtOk() (*int64, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (ModelSecretScanResult) MarshalJSON ¶

func (o ModelSecretScanResult) MarshalJSON() ([]byte, error)

func (*ModelSecretScanResult) SetCloudAccountId ¶

func (o *ModelSecretScanResult) SetCloudAccountId(v string)

SetCloudAccountId sets field value

func (*ModelSecretScanResult) SetCreatedAt ¶

func (o *ModelSecretScanResult) SetCreatedAt(v int64)

SetCreatedAt sets field value

func (*ModelSecretScanResult) SetDockerContainerName ¶

func (o *ModelSecretScanResult) SetDockerContainerName(v string)

SetDockerContainerName sets field value

func (*ModelSecretScanResult) SetDockerImageName ¶

func (o *ModelSecretScanResult) SetDockerImageName(v string)

SetDockerImageName sets field value

func (*ModelSecretScanResult) SetHostName ¶

func (o *ModelSecretScanResult) SetHostName(v string)

SetHostName sets field value

func (*ModelSecretScanResult) SetKubernetesClusterName ¶

func (o *ModelSecretScanResult) SetKubernetesClusterName(v string)

SetKubernetesClusterName sets field value

func (*ModelSecretScanResult) SetNodeId ¶

func (o *ModelSecretScanResult) SetNodeId(v string)

SetNodeId sets field value

func (*ModelSecretScanResult) SetNodeName ¶

func (o *ModelSecretScanResult) SetNodeName(v string)

SetNodeName sets field value

func (*ModelSecretScanResult) SetNodeType ¶

func (o *ModelSecretScanResult) SetNodeType(v string)

SetNodeType sets field value

func (*ModelSecretScanResult) SetScanId ¶

func (o *ModelSecretScanResult) SetScanId(v string)

SetScanId sets field value

func (*ModelSecretScanResult) SetSecrets ¶

func (o *ModelSecretScanResult) SetSecrets(v []ModelSecret)

SetSecrets sets field value

func (*ModelSecretScanResult) SetSeverityCounts ¶

func (o *ModelSecretScanResult) SetSeverityCounts(v map[string]int32)

SetSeverityCounts sets field value

func (*ModelSecretScanResult) SetUpdatedAt ¶

func (o *ModelSecretScanResult) SetUpdatedAt(v int64)

SetUpdatedAt sets field value

func (ModelSecretScanResult) ToMap ¶

func (o ModelSecretScanResult) ToMap() (map[string]interface{}, error)

func (*ModelSecretScanResult) UnmarshalJSON ¶

func (o *ModelSecretScanResult) UnmarshalJSON(bytes []byte) (err error)

type ModelSecretScanResultRules ¶

type ModelSecretScanResultRules struct {
	Rules []string `json:"rules"`
}

ModelSecretScanResultRules struct for ModelSecretScanResultRules

func NewModelSecretScanResultRules ¶

func NewModelSecretScanResultRules(rules []string) *ModelSecretScanResultRules

NewModelSecretScanResultRules instantiates a new ModelSecretScanResultRules object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelSecretScanResultRulesWithDefaults ¶

func NewModelSecretScanResultRulesWithDefaults() *ModelSecretScanResultRules

NewModelSecretScanResultRulesWithDefaults instantiates a new ModelSecretScanResultRules object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelSecretScanResultRules) GetRules ¶

func (o *ModelSecretScanResultRules) GetRules() []string

GetRules returns the Rules field value If the value is explicit nil, the zero value for []string will be returned

func (*ModelSecretScanResultRules) GetRulesOk ¶

func (o *ModelSecretScanResultRules) GetRulesOk() ([]string, bool)

GetRulesOk returns a tuple with the Rules field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelSecretScanResultRules) MarshalJSON ¶

func (o ModelSecretScanResultRules) MarshalJSON() ([]byte, error)

func (*ModelSecretScanResultRules) SetRules ¶

func (o *ModelSecretScanResultRules) SetRules(v []string)

SetRules sets field value

func (ModelSecretScanResultRules) ToMap ¶

func (o ModelSecretScanResultRules) ToMap() (map[string]interface{}, error)

func (*ModelSecretScanResultRules) UnmarshalJSON ¶

func (o *ModelSecretScanResultRules) UnmarshalJSON(bytes []byte) (err error)

type ModelSecretScanTriggerReq ¶

type ModelSecretScanTriggerReq struct {
	Filters    ModelScanFilter       `json:"filters"`
	IsPriority *bool                 `json:"is_priority,omitempty"`
	NodeIds    []ModelNodeIdentifier `json:"node_ids"`
}

ModelSecretScanTriggerReq struct for ModelSecretScanTriggerReq

func NewModelSecretScanTriggerReq ¶

func NewModelSecretScanTriggerReq(filters ModelScanFilter, nodeIds []ModelNodeIdentifier) *ModelSecretScanTriggerReq

NewModelSecretScanTriggerReq instantiates a new ModelSecretScanTriggerReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelSecretScanTriggerReqWithDefaults ¶

func NewModelSecretScanTriggerReqWithDefaults() *ModelSecretScanTriggerReq

NewModelSecretScanTriggerReqWithDefaults instantiates a new ModelSecretScanTriggerReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelSecretScanTriggerReq) GetFilters ¶

GetFilters returns the Filters field value

func (*ModelSecretScanTriggerReq) GetFiltersOk ¶

func (o *ModelSecretScanTriggerReq) GetFiltersOk() (*ModelScanFilter, bool)

GetFiltersOk returns a tuple with the Filters field value and a boolean to check if the value has been set.

func (*ModelSecretScanTriggerReq) GetIsPriority ¶

func (o *ModelSecretScanTriggerReq) GetIsPriority() bool

GetIsPriority returns the IsPriority field value if set, zero value otherwise.

func (*ModelSecretScanTriggerReq) GetIsPriorityOk ¶

func (o *ModelSecretScanTriggerReq) GetIsPriorityOk() (*bool, bool)

GetIsPriorityOk returns a tuple with the IsPriority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelSecretScanTriggerReq) GetNodeIds ¶

GetNodeIds returns the NodeIds field value If the value is explicit nil, the zero value for []ModelNodeIdentifier will be returned

func (*ModelSecretScanTriggerReq) GetNodeIdsOk ¶

func (o *ModelSecretScanTriggerReq) GetNodeIdsOk() ([]ModelNodeIdentifier, bool)

GetNodeIdsOk returns a tuple with the NodeIds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelSecretScanTriggerReq) HasIsPriority ¶

func (o *ModelSecretScanTriggerReq) HasIsPriority() bool

HasIsPriority returns a boolean if a field has been set.

func (ModelSecretScanTriggerReq) MarshalJSON ¶

func (o ModelSecretScanTriggerReq) MarshalJSON() ([]byte, error)

func (*ModelSecretScanTriggerReq) SetFilters ¶

func (o *ModelSecretScanTriggerReq) SetFilters(v ModelScanFilter)

SetFilters sets field value

func (*ModelSecretScanTriggerReq) SetIsPriority ¶

func (o *ModelSecretScanTriggerReq) SetIsPriority(v bool)

SetIsPriority gets a reference to the given bool and assigns it to the IsPriority field.

func (*ModelSecretScanTriggerReq) SetNodeIds ¶

SetNodeIds sets field value

func (ModelSecretScanTriggerReq) ToMap ¶

func (o ModelSecretScanTriggerReq) ToMap() (map[string]interface{}, error)

func (*ModelSecretScanTriggerReq) UnmarshalJSON ¶

func (o *ModelSecretScanTriggerReq) UnmarshalJSON(bytes []byte) (err error)

type ModelSettingUpdateRequest ¶

type ModelSettingUpdateRequest struct {
	Key   string `json:"key"`
	Value string `json:"value"`
}

ModelSettingUpdateRequest struct for ModelSettingUpdateRequest

func NewModelSettingUpdateRequest ¶

func NewModelSettingUpdateRequest(key string, value string) *ModelSettingUpdateRequest

NewModelSettingUpdateRequest instantiates a new ModelSettingUpdateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelSettingUpdateRequestWithDefaults ¶

func NewModelSettingUpdateRequestWithDefaults() *ModelSettingUpdateRequest

NewModelSettingUpdateRequestWithDefaults instantiates a new ModelSettingUpdateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelSettingUpdateRequest) GetKey ¶

func (o *ModelSettingUpdateRequest) GetKey() string

GetKey returns the Key field value

func (*ModelSettingUpdateRequest) GetKeyOk ¶

func (o *ModelSettingUpdateRequest) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*ModelSettingUpdateRequest) GetValue ¶

func (o *ModelSettingUpdateRequest) GetValue() string

GetValue returns the Value field value

func (*ModelSettingUpdateRequest) GetValueOk ¶

func (o *ModelSettingUpdateRequest) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (ModelSettingUpdateRequest) MarshalJSON ¶

func (o ModelSettingUpdateRequest) MarshalJSON() ([]byte, error)

func (*ModelSettingUpdateRequest) SetKey ¶

func (o *ModelSettingUpdateRequest) SetKey(v string)

SetKey sets field value

func (*ModelSettingUpdateRequest) SetValue ¶

func (o *ModelSettingUpdateRequest) SetValue(v string)

SetValue sets field value

func (ModelSettingUpdateRequest) ToMap ¶

func (o ModelSettingUpdateRequest) ToMap() (map[string]interface{}, error)

func (*ModelSettingUpdateRequest) UnmarshalJSON ¶

func (o *ModelSettingUpdateRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelSettingsResponse ¶

type ModelSettingsResponse struct {
	Description string      `json:"description"`
	Id          int32       `json:"id"`
	Key         string      `json:"key"`
	Label       string      `json:"label"`
	Value       interface{} `json:"value"`
}

ModelSettingsResponse struct for ModelSettingsResponse

func NewModelSettingsResponse ¶

func NewModelSettingsResponse(description string, id int32, key string, label string, value interface{}) *ModelSettingsResponse

NewModelSettingsResponse instantiates a new ModelSettingsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelSettingsResponseWithDefaults ¶

func NewModelSettingsResponseWithDefaults() *ModelSettingsResponse

NewModelSettingsResponseWithDefaults instantiates a new ModelSettingsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelSettingsResponse) GetDescription ¶

func (o *ModelSettingsResponse) GetDescription() string

GetDescription returns the Description field value

func (*ModelSettingsResponse) GetDescriptionOk ¶

func (o *ModelSettingsResponse) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*ModelSettingsResponse) GetId ¶

func (o *ModelSettingsResponse) GetId() int32

GetId returns the Id field value

func (*ModelSettingsResponse) GetIdOk ¶

func (o *ModelSettingsResponse) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ModelSettingsResponse) GetKey ¶

func (o *ModelSettingsResponse) GetKey() string

GetKey returns the Key field value

func (*ModelSettingsResponse) GetKeyOk ¶

func (o *ModelSettingsResponse) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*ModelSettingsResponse) GetLabel ¶

func (o *ModelSettingsResponse) GetLabel() string

GetLabel returns the Label field value

func (*ModelSettingsResponse) GetLabelOk ¶

func (o *ModelSettingsResponse) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.

func (*ModelSettingsResponse) GetValue ¶

func (o *ModelSettingsResponse) GetValue() interface{}

GetValue returns the Value field value If the value is explicit nil, the zero value for interface{} will be returned

func (*ModelSettingsResponse) GetValueOk ¶

func (o *ModelSettingsResponse) GetValueOk() (*interface{}, bool)

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelSettingsResponse) MarshalJSON ¶

func (o ModelSettingsResponse) MarshalJSON() ([]byte, error)

func (*ModelSettingsResponse) SetDescription ¶

func (o *ModelSettingsResponse) SetDescription(v string)

SetDescription sets field value

func (*ModelSettingsResponse) SetId ¶

func (o *ModelSettingsResponse) SetId(v int32)

SetId sets field value

func (*ModelSettingsResponse) SetKey ¶

func (o *ModelSettingsResponse) SetKey(v string)

SetKey sets field value

func (*ModelSettingsResponse) SetLabel ¶

func (o *ModelSettingsResponse) SetLabel(v string)

SetLabel sets field value

func (*ModelSettingsResponse) SetValue ¶

func (o *ModelSettingsResponse) SetValue(v interface{})

SetValue sets field value

func (ModelSettingsResponse) ToMap ¶

func (o ModelSettingsResponse) ToMap() (map[string]interface{}, error)

func (*ModelSettingsResponse) UnmarshalJSON ¶

func (o *ModelSettingsResponse) UnmarshalJSON(bytes []byte) (err error)

type ModelStopScanRequest ¶

type ModelStopScanRequest struct {
	ScanIds  []string `json:"scan_ids"`
	ScanType string   `json:"scan_type"`
}

ModelStopScanRequest struct for ModelStopScanRequest

func NewModelStopScanRequest ¶

func NewModelStopScanRequest(scanIds []string, scanType string) *ModelStopScanRequest

NewModelStopScanRequest instantiates a new ModelStopScanRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelStopScanRequestWithDefaults ¶

func NewModelStopScanRequestWithDefaults() *ModelStopScanRequest

NewModelStopScanRequestWithDefaults instantiates a new ModelStopScanRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelStopScanRequest) GetScanIds ¶

func (o *ModelStopScanRequest) GetScanIds() []string

GetScanIds returns the ScanIds field value If the value is explicit nil, the zero value for []string will be returned

func (*ModelStopScanRequest) GetScanIdsOk ¶

func (o *ModelStopScanRequest) GetScanIdsOk() ([]string, bool)

GetScanIdsOk returns a tuple with the ScanIds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelStopScanRequest) GetScanType ¶

func (o *ModelStopScanRequest) GetScanType() string

GetScanType returns the ScanType field value

func (*ModelStopScanRequest) GetScanTypeOk ¶

func (o *ModelStopScanRequest) GetScanTypeOk() (*string, bool)

GetScanTypeOk returns a tuple with the ScanType field value and a boolean to check if the value has been set.

func (ModelStopScanRequest) MarshalJSON ¶

func (o ModelStopScanRequest) MarshalJSON() ([]byte, error)

func (*ModelStopScanRequest) SetScanIds ¶

func (o *ModelStopScanRequest) SetScanIds(v []string)

SetScanIds sets field value

func (*ModelStopScanRequest) SetScanType ¶

func (o *ModelStopScanRequest) SetScanType(v string)

SetScanType sets field value

func (ModelStopScanRequest) ToMap ¶

func (o ModelStopScanRequest) ToMap() (map[string]interface{}, error)

func (*ModelStopScanRequest) UnmarshalJSON ¶

func (o *ModelStopScanRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelSummary ¶

type ModelSummary struct {
	Images          *int32 `json:"images,omitempty"`
	Registries      *int32 `json:"registries,omitempty"`
	ScansComplete   *int32 `json:"scans_complete,omitempty"`
	ScansInProgress *int32 `json:"scans_in_progress,omitempty"`
	ScansTotal      *int32 `json:"scans_total,omitempty"`
	Tags            *int32 `json:"tags,omitempty"`
}

ModelSummary struct for ModelSummary

func NewModelSummary ¶

func NewModelSummary() *ModelSummary

NewModelSummary instantiates a new ModelSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelSummaryWithDefaults ¶

func NewModelSummaryWithDefaults() *ModelSummary

NewModelSummaryWithDefaults instantiates a new ModelSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelSummary) GetImages ¶

func (o *ModelSummary) GetImages() int32

GetImages returns the Images field value if set, zero value otherwise.

func (*ModelSummary) GetImagesOk ¶

func (o *ModelSummary) GetImagesOk() (*int32, bool)

GetImagesOk returns a tuple with the Images field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelSummary) GetRegistries ¶

func (o *ModelSummary) GetRegistries() int32

GetRegistries returns the Registries field value if set, zero value otherwise.

func (*ModelSummary) GetRegistriesOk ¶

func (o *ModelSummary) GetRegistriesOk() (*int32, bool)

GetRegistriesOk returns a tuple with the Registries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelSummary) GetScansComplete ¶

func (o *ModelSummary) GetScansComplete() int32

GetScansComplete returns the ScansComplete field value if set, zero value otherwise.

func (*ModelSummary) GetScansCompleteOk ¶

func (o *ModelSummary) GetScansCompleteOk() (*int32, bool)

GetScansCompleteOk returns a tuple with the ScansComplete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelSummary) GetScansInProgress ¶

func (o *ModelSummary) GetScansInProgress() int32

GetScansInProgress returns the ScansInProgress field value if set, zero value otherwise.

func (*ModelSummary) GetScansInProgressOk ¶

func (o *ModelSummary) GetScansInProgressOk() (*int32, bool)

GetScansInProgressOk returns a tuple with the ScansInProgress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelSummary) GetScansTotal ¶

func (o *ModelSummary) GetScansTotal() int32

GetScansTotal returns the ScansTotal field value if set, zero value otherwise.

func (*ModelSummary) GetScansTotalOk ¶

func (o *ModelSummary) GetScansTotalOk() (*int32, bool)

GetScansTotalOk returns a tuple with the ScansTotal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelSummary) GetTags ¶

func (o *ModelSummary) GetTags() int32

GetTags returns the Tags field value if set, zero value otherwise.

func (*ModelSummary) GetTagsOk ¶

func (o *ModelSummary) GetTagsOk() (*int32, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelSummary) HasImages ¶

func (o *ModelSummary) HasImages() bool

HasImages returns a boolean if a field has been set.

func (*ModelSummary) HasRegistries ¶

func (o *ModelSummary) HasRegistries() bool

HasRegistries returns a boolean if a field has been set.

func (*ModelSummary) HasScansComplete ¶

func (o *ModelSummary) HasScansComplete() bool

HasScansComplete returns a boolean if a field has been set.

func (*ModelSummary) HasScansInProgress ¶

func (o *ModelSummary) HasScansInProgress() bool

HasScansInProgress returns a boolean if a field has been set.

func (*ModelSummary) HasScansTotal ¶

func (o *ModelSummary) HasScansTotal() bool

HasScansTotal returns a boolean if a field has been set.

func (*ModelSummary) HasTags ¶

func (o *ModelSummary) HasTags() bool

HasTags returns a boolean if a field has been set.

func (ModelSummary) MarshalJSON ¶

func (o ModelSummary) MarshalJSON() ([]byte, error)

func (*ModelSummary) SetImages ¶

func (o *ModelSummary) SetImages(v int32)

SetImages gets a reference to the given int32 and assigns it to the Images field.

func (*ModelSummary) SetRegistries ¶

func (o *ModelSummary) SetRegistries(v int32)

SetRegistries gets a reference to the given int32 and assigns it to the Registries field.

func (*ModelSummary) SetScansComplete ¶

func (o *ModelSummary) SetScansComplete(v int32)

SetScansComplete gets a reference to the given int32 and assigns it to the ScansComplete field.

func (*ModelSummary) SetScansInProgress ¶

func (o *ModelSummary) SetScansInProgress(v int32)

SetScansInProgress gets a reference to the given int32 and assigns it to the ScansInProgress field.

func (*ModelSummary) SetScansTotal ¶

func (o *ModelSummary) SetScansTotal(v int32)

SetScansTotal gets a reference to the given int32 and assigns it to the ScansTotal field.

func (*ModelSummary) SetTags ¶

func (o *ModelSummary) SetTags(v int32)

SetTags gets a reference to the given int32 and assigns it to the Tags field.

func (ModelSummary) ToMap ¶

func (o ModelSummary) ToMap() (map[string]interface{}, error)

type ModelTopologyDeltaReq ¶

type ModelTopologyDeltaReq struct {
	Addition          bool     `json:"addition"`
	AdditionTimestamp int64    `json:"addition_timestamp"`
	Deletion          bool     `json:"deletion"`
	DeletionTimestamp int64    `json:"deletion_timestamp"`
	EntityTypes       []string `json:"entity_types"`
}

ModelTopologyDeltaReq struct for ModelTopologyDeltaReq

func NewModelTopologyDeltaReq ¶

func NewModelTopologyDeltaReq(addition bool, additionTimestamp int64, deletion bool, deletionTimestamp int64, entityTypes []string) *ModelTopologyDeltaReq

NewModelTopologyDeltaReq instantiates a new ModelTopologyDeltaReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelTopologyDeltaReqWithDefaults ¶

func NewModelTopologyDeltaReqWithDefaults() *ModelTopologyDeltaReq

NewModelTopologyDeltaReqWithDefaults instantiates a new ModelTopologyDeltaReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelTopologyDeltaReq) GetAddition ¶

func (o *ModelTopologyDeltaReq) GetAddition() bool

GetAddition returns the Addition field value

func (*ModelTopologyDeltaReq) GetAdditionOk ¶

func (o *ModelTopologyDeltaReq) GetAdditionOk() (*bool, bool)

GetAdditionOk returns a tuple with the Addition field value and a boolean to check if the value has been set.

func (*ModelTopologyDeltaReq) GetAdditionTimestamp ¶

func (o *ModelTopologyDeltaReq) GetAdditionTimestamp() int64

GetAdditionTimestamp returns the AdditionTimestamp field value

func (*ModelTopologyDeltaReq) GetAdditionTimestampOk ¶

func (o *ModelTopologyDeltaReq) GetAdditionTimestampOk() (*int64, bool)

GetAdditionTimestampOk returns a tuple with the AdditionTimestamp field value and a boolean to check if the value has been set.

func (*ModelTopologyDeltaReq) GetDeletion ¶

func (o *ModelTopologyDeltaReq) GetDeletion() bool

GetDeletion returns the Deletion field value

func (*ModelTopologyDeltaReq) GetDeletionOk ¶

func (o *ModelTopologyDeltaReq) GetDeletionOk() (*bool, bool)

GetDeletionOk returns a tuple with the Deletion field value and a boolean to check if the value has been set.

func (*ModelTopologyDeltaReq) GetDeletionTimestamp ¶

func (o *ModelTopologyDeltaReq) GetDeletionTimestamp() int64

GetDeletionTimestamp returns the DeletionTimestamp field value

func (*ModelTopologyDeltaReq) GetDeletionTimestampOk ¶

func (o *ModelTopologyDeltaReq) GetDeletionTimestampOk() (*int64, bool)

GetDeletionTimestampOk returns a tuple with the DeletionTimestamp field value and a boolean to check if the value has been set.

func (*ModelTopologyDeltaReq) GetEntityTypes ¶

func (o *ModelTopologyDeltaReq) GetEntityTypes() []string

GetEntityTypes returns the EntityTypes field value If the value is explicit nil, the zero value for []string will be returned

func (*ModelTopologyDeltaReq) GetEntityTypesOk ¶

func (o *ModelTopologyDeltaReq) GetEntityTypesOk() ([]string, bool)

GetEntityTypesOk returns a tuple with the EntityTypes field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelTopologyDeltaReq) MarshalJSON ¶

func (o ModelTopologyDeltaReq) MarshalJSON() ([]byte, error)

func (*ModelTopologyDeltaReq) SetAddition ¶

func (o *ModelTopologyDeltaReq) SetAddition(v bool)

SetAddition sets field value

func (*ModelTopologyDeltaReq) SetAdditionTimestamp ¶

func (o *ModelTopologyDeltaReq) SetAdditionTimestamp(v int64)

SetAdditionTimestamp sets field value

func (*ModelTopologyDeltaReq) SetDeletion ¶

func (o *ModelTopologyDeltaReq) SetDeletion(v bool)

SetDeletion sets field value

func (*ModelTopologyDeltaReq) SetDeletionTimestamp ¶

func (o *ModelTopologyDeltaReq) SetDeletionTimestamp(v int64)

SetDeletionTimestamp sets field value

func (*ModelTopologyDeltaReq) SetEntityTypes ¶

func (o *ModelTopologyDeltaReq) SetEntityTypes(v []string)

SetEntityTypes sets field value

func (ModelTopologyDeltaReq) ToMap ¶

func (o ModelTopologyDeltaReq) ToMap() (map[string]interface{}, error)

func (*ModelTopologyDeltaReq) UnmarshalJSON ¶

func (o *ModelTopologyDeltaReq) UnmarshalJSON(bytes []byte) (err error)

type ModelTopologyDeltaResponse ¶

type ModelTopologyDeltaResponse struct {
	AdditionTimestamp *int64                `json:"addition_timestamp,omitempty"`
	Additons          []ModelNodeIdentifier `json:"additons,omitempty"`
	DeletionTimestamp *int64                `json:"deletion_timestamp,omitempty"`
	Deletions         []ModelNodeIdentifier `json:"deletions,omitempty"`
}

ModelTopologyDeltaResponse struct for ModelTopologyDeltaResponse

func NewModelTopologyDeltaResponse ¶

func NewModelTopologyDeltaResponse() *ModelTopologyDeltaResponse

NewModelTopologyDeltaResponse instantiates a new ModelTopologyDeltaResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelTopologyDeltaResponseWithDefaults ¶

func NewModelTopologyDeltaResponseWithDefaults() *ModelTopologyDeltaResponse

NewModelTopologyDeltaResponseWithDefaults instantiates a new ModelTopologyDeltaResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelTopologyDeltaResponse) GetAdditionTimestamp ¶

func (o *ModelTopologyDeltaResponse) GetAdditionTimestamp() int64

GetAdditionTimestamp returns the AdditionTimestamp field value if set, zero value otherwise.

func (*ModelTopologyDeltaResponse) GetAdditionTimestampOk ¶

func (o *ModelTopologyDeltaResponse) GetAdditionTimestampOk() (*int64, bool)

GetAdditionTimestampOk returns a tuple with the AdditionTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelTopologyDeltaResponse) GetAdditons ¶

GetAdditons returns the Additons field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelTopologyDeltaResponse) GetAdditonsOk ¶

func (o *ModelTopologyDeltaResponse) GetAdditonsOk() ([]ModelNodeIdentifier, bool)

GetAdditonsOk returns a tuple with the Additons field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelTopologyDeltaResponse) GetDeletionTimestamp ¶

func (o *ModelTopologyDeltaResponse) GetDeletionTimestamp() int64

GetDeletionTimestamp returns the DeletionTimestamp field value if set, zero value otherwise.

func (*ModelTopologyDeltaResponse) GetDeletionTimestampOk ¶

func (o *ModelTopologyDeltaResponse) GetDeletionTimestampOk() (*int64, bool)

GetDeletionTimestampOk returns a tuple with the DeletionTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelTopologyDeltaResponse) GetDeletions ¶

func (o *ModelTopologyDeltaResponse) GetDeletions() []ModelNodeIdentifier

GetDeletions returns the Deletions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelTopologyDeltaResponse) GetDeletionsOk ¶

func (o *ModelTopologyDeltaResponse) GetDeletionsOk() ([]ModelNodeIdentifier, bool)

GetDeletionsOk returns a tuple with the Deletions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelTopologyDeltaResponse) HasAdditionTimestamp ¶

func (o *ModelTopologyDeltaResponse) HasAdditionTimestamp() bool

HasAdditionTimestamp returns a boolean if a field has been set.

func (*ModelTopologyDeltaResponse) HasAdditons ¶

func (o *ModelTopologyDeltaResponse) HasAdditons() bool

HasAdditons returns a boolean if a field has been set.

func (*ModelTopologyDeltaResponse) HasDeletionTimestamp ¶

func (o *ModelTopologyDeltaResponse) HasDeletionTimestamp() bool

HasDeletionTimestamp returns a boolean if a field has been set.

func (*ModelTopologyDeltaResponse) HasDeletions ¶

func (o *ModelTopologyDeltaResponse) HasDeletions() bool

HasDeletions returns a boolean if a field has been set.

func (ModelTopologyDeltaResponse) MarshalJSON ¶

func (o ModelTopologyDeltaResponse) MarshalJSON() ([]byte, error)

func (*ModelTopologyDeltaResponse) SetAdditionTimestamp ¶

func (o *ModelTopologyDeltaResponse) SetAdditionTimestamp(v int64)

SetAdditionTimestamp gets a reference to the given int64 and assigns it to the AdditionTimestamp field.

func (*ModelTopologyDeltaResponse) SetAdditons ¶

func (o *ModelTopologyDeltaResponse) SetAdditons(v []ModelNodeIdentifier)

SetAdditons gets a reference to the given []ModelNodeIdentifier and assigns it to the Additons field.

func (*ModelTopologyDeltaResponse) SetDeletionTimestamp ¶

func (o *ModelTopologyDeltaResponse) SetDeletionTimestamp(v int64)

SetDeletionTimestamp gets a reference to the given int64 and assigns it to the DeletionTimestamp field.

func (*ModelTopologyDeltaResponse) SetDeletions ¶

func (o *ModelTopologyDeltaResponse) SetDeletions(v []ModelNodeIdentifier)

SetDeletions gets a reference to the given []ModelNodeIdentifier and assigns it to the Deletions field.

func (ModelTopologyDeltaResponse) ToMap ¶

func (o ModelTopologyDeltaResponse) ToMap() (map[string]interface{}, error)

type ModelUpdateScheduledTaskRequest ¶

type ModelUpdateScheduledTaskRequest struct {
	IsEnabled bool `json:"is_enabled"`
}

ModelUpdateScheduledTaskRequest struct for ModelUpdateScheduledTaskRequest

func NewModelUpdateScheduledTaskRequest ¶

func NewModelUpdateScheduledTaskRequest(isEnabled bool) *ModelUpdateScheduledTaskRequest

NewModelUpdateScheduledTaskRequest instantiates a new ModelUpdateScheduledTaskRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelUpdateScheduledTaskRequestWithDefaults ¶

func NewModelUpdateScheduledTaskRequestWithDefaults() *ModelUpdateScheduledTaskRequest

NewModelUpdateScheduledTaskRequestWithDefaults instantiates a new ModelUpdateScheduledTaskRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelUpdateScheduledTaskRequest) GetIsEnabled ¶

func (o *ModelUpdateScheduledTaskRequest) GetIsEnabled() bool

GetIsEnabled returns the IsEnabled field value

func (*ModelUpdateScheduledTaskRequest) GetIsEnabledOk ¶

func (o *ModelUpdateScheduledTaskRequest) GetIsEnabledOk() (*bool, bool)

GetIsEnabledOk returns a tuple with the IsEnabled field value and a boolean to check if the value has been set.

func (ModelUpdateScheduledTaskRequest) MarshalJSON ¶

func (o ModelUpdateScheduledTaskRequest) MarshalJSON() ([]byte, error)

func (*ModelUpdateScheduledTaskRequest) SetIsEnabled ¶

func (o *ModelUpdateScheduledTaskRequest) SetIsEnabled(v bool)

SetIsEnabled sets field value

func (ModelUpdateScheduledTaskRequest) ToMap ¶

func (o ModelUpdateScheduledTaskRequest) ToMap() (map[string]interface{}, error)

func (*ModelUpdateScheduledTaskRequest) UnmarshalJSON ¶

func (o *ModelUpdateScheduledTaskRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelUpdateUserIDRequest ¶

type ModelUpdateUserIDRequest struct {
	FirstName *string `json:"first_name,omitempty"`
	IsActive  *bool   `json:"is_active,omitempty"`
	LastName  *string `json:"last_name,omitempty"`
	Role      *string `json:"role,omitempty"`
}

ModelUpdateUserIDRequest struct for ModelUpdateUserIDRequest

func NewModelUpdateUserIDRequest ¶

func NewModelUpdateUserIDRequest() *ModelUpdateUserIDRequest

NewModelUpdateUserIDRequest instantiates a new ModelUpdateUserIDRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelUpdateUserIDRequestWithDefaults ¶

func NewModelUpdateUserIDRequestWithDefaults() *ModelUpdateUserIDRequest

NewModelUpdateUserIDRequestWithDefaults instantiates a new ModelUpdateUserIDRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelUpdateUserIDRequest) GetFirstName ¶

func (o *ModelUpdateUserIDRequest) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*ModelUpdateUserIDRequest) GetFirstNameOk ¶

func (o *ModelUpdateUserIDRequest) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelUpdateUserIDRequest) GetIsActive ¶

func (o *ModelUpdateUserIDRequest) GetIsActive() bool

GetIsActive returns the IsActive field value if set, zero value otherwise.

func (*ModelUpdateUserIDRequest) GetIsActiveOk ¶

func (o *ModelUpdateUserIDRequest) GetIsActiveOk() (*bool, bool)

GetIsActiveOk returns a tuple with the IsActive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelUpdateUserIDRequest) GetLastName ¶

func (o *ModelUpdateUserIDRequest) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*ModelUpdateUserIDRequest) GetLastNameOk ¶

func (o *ModelUpdateUserIDRequest) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelUpdateUserIDRequest) GetRole ¶

func (o *ModelUpdateUserIDRequest) GetRole() string

GetRole returns the Role field value if set, zero value otherwise.

func (*ModelUpdateUserIDRequest) GetRoleOk ¶

func (o *ModelUpdateUserIDRequest) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelUpdateUserIDRequest) HasFirstName ¶

func (o *ModelUpdateUserIDRequest) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*ModelUpdateUserIDRequest) HasIsActive ¶

func (o *ModelUpdateUserIDRequest) HasIsActive() bool

HasIsActive returns a boolean if a field has been set.

func (*ModelUpdateUserIDRequest) HasLastName ¶

func (o *ModelUpdateUserIDRequest) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*ModelUpdateUserIDRequest) HasRole ¶

func (o *ModelUpdateUserIDRequest) HasRole() bool

HasRole returns a boolean if a field has been set.

func (ModelUpdateUserIDRequest) MarshalJSON ¶

func (o ModelUpdateUserIDRequest) MarshalJSON() ([]byte, error)

func (*ModelUpdateUserIDRequest) SetFirstName ¶

func (o *ModelUpdateUserIDRequest) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*ModelUpdateUserIDRequest) SetIsActive ¶

func (o *ModelUpdateUserIDRequest) SetIsActive(v bool)

SetIsActive gets a reference to the given bool and assigns it to the IsActive field.

func (*ModelUpdateUserIDRequest) SetLastName ¶

func (o *ModelUpdateUserIDRequest) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*ModelUpdateUserIDRequest) SetRole ¶

func (o *ModelUpdateUserIDRequest) SetRole(v string)

SetRole gets a reference to the given string and assigns it to the Role field.

func (ModelUpdateUserIDRequest) ToMap ¶

func (o ModelUpdateUserIDRequest) ToMap() (map[string]interface{}, error)

type ModelUpdateUserPasswordRequest ¶

type ModelUpdateUserPasswordRequest struct {
	NewPassword string `json:"new_password"`
	OldPassword string `json:"old_password"`
}

ModelUpdateUserPasswordRequest struct for ModelUpdateUserPasswordRequest

func NewModelUpdateUserPasswordRequest ¶

func NewModelUpdateUserPasswordRequest(newPassword string, oldPassword string) *ModelUpdateUserPasswordRequest

NewModelUpdateUserPasswordRequest instantiates a new ModelUpdateUserPasswordRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelUpdateUserPasswordRequestWithDefaults ¶

func NewModelUpdateUserPasswordRequestWithDefaults() *ModelUpdateUserPasswordRequest

NewModelUpdateUserPasswordRequestWithDefaults instantiates a new ModelUpdateUserPasswordRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelUpdateUserPasswordRequest) GetNewPassword ¶

func (o *ModelUpdateUserPasswordRequest) GetNewPassword() string

GetNewPassword returns the NewPassword field value

func (*ModelUpdateUserPasswordRequest) GetNewPasswordOk ¶

func (o *ModelUpdateUserPasswordRequest) GetNewPasswordOk() (*string, bool)

GetNewPasswordOk returns a tuple with the NewPassword field value and a boolean to check if the value has been set.

func (*ModelUpdateUserPasswordRequest) GetOldPassword ¶

func (o *ModelUpdateUserPasswordRequest) GetOldPassword() string

GetOldPassword returns the OldPassword field value

func (*ModelUpdateUserPasswordRequest) GetOldPasswordOk ¶

func (o *ModelUpdateUserPasswordRequest) GetOldPasswordOk() (*string, bool)

GetOldPasswordOk returns a tuple with the OldPassword field value and a boolean to check if the value has been set.

func (ModelUpdateUserPasswordRequest) MarshalJSON ¶

func (o ModelUpdateUserPasswordRequest) MarshalJSON() ([]byte, error)

func (*ModelUpdateUserPasswordRequest) SetNewPassword ¶

func (o *ModelUpdateUserPasswordRequest) SetNewPassword(v string)

SetNewPassword sets field value

func (*ModelUpdateUserPasswordRequest) SetOldPassword ¶

func (o *ModelUpdateUserPasswordRequest) SetOldPassword(v string)

SetOldPassword sets field value

func (ModelUpdateUserPasswordRequest) ToMap ¶

func (o ModelUpdateUserPasswordRequest) ToMap() (map[string]interface{}, error)

func (*ModelUpdateUserPasswordRequest) UnmarshalJSON ¶

func (o *ModelUpdateUserPasswordRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelUpdateUserRequest ¶

type ModelUpdateUserRequest struct {
	FirstName *string `json:"first_name,omitempty"`
	IsActive  *bool   `json:"is_active,omitempty"`
	LastName  *string `json:"last_name,omitempty"`
	Role      *string `json:"role,omitempty"`
}

ModelUpdateUserRequest struct for ModelUpdateUserRequest

func NewModelUpdateUserRequest ¶

func NewModelUpdateUserRequest() *ModelUpdateUserRequest

NewModelUpdateUserRequest instantiates a new ModelUpdateUserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelUpdateUserRequestWithDefaults ¶

func NewModelUpdateUserRequestWithDefaults() *ModelUpdateUserRequest

NewModelUpdateUserRequestWithDefaults instantiates a new ModelUpdateUserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelUpdateUserRequest) GetFirstName ¶

func (o *ModelUpdateUserRequest) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*ModelUpdateUserRequest) GetFirstNameOk ¶

func (o *ModelUpdateUserRequest) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelUpdateUserRequest) GetIsActive ¶

func (o *ModelUpdateUserRequest) GetIsActive() bool

GetIsActive returns the IsActive field value if set, zero value otherwise.

func (*ModelUpdateUserRequest) GetIsActiveOk ¶

func (o *ModelUpdateUserRequest) GetIsActiveOk() (*bool, bool)

GetIsActiveOk returns a tuple with the IsActive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelUpdateUserRequest) GetLastName ¶

func (o *ModelUpdateUserRequest) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*ModelUpdateUserRequest) GetLastNameOk ¶

func (o *ModelUpdateUserRequest) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelUpdateUserRequest) GetRole ¶

func (o *ModelUpdateUserRequest) GetRole() string

GetRole returns the Role field value if set, zero value otherwise.

func (*ModelUpdateUserRequest) GetRoleOk ¶

func (o *ModelUpdateUserRequest) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelUpdateUserRequest) HasFirstName ¶

func (o *ModelUpdateUserRequest) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*ModelUpdateUserRequest) HasIsActive ¶

func (o *ModelUpdateUserRequest) HasIsActive() bool

HasIsActive returns a boolean if a field has been set.

func (*ModelUpdateUserRequest) HasLastName ¶

func (o *ModelUpdateUserRequest) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*ModelUpdateUserRequest) HasRole ¶

func (o *ModelUpdateUserRequest) HasRole() bool

HasRole returns a boolean if a field has been set.

func (ModelUpdateUserRequest) MarshalJSON ¶

func (o ModelUpdateUserRequest) MarshalJSON() ([]byte, error)

func (*ModelUpdateUserRequest) SetFirstName ¶

func (o *ModelUpdateUserRequest) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*ModelUpdateUserRequest) SetIsActive ¶

func (o *ModelUpdateUserRequest) SetIsActive(v bool)

SetIsActive gets a reference to the given bool and assigns it to the IsActive field.

func (*ModelUpdateUserRequest) SetLastName ¶

func (o *ModelUpdateUserRequest) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*ModelUpdateUserRequest) SetRole ¶

func (o *ModelUpdateUserRequest) SetRole(v string)

SetRole gets a reference to the given string and assigns it to the Role field.

func (ModelUpdateUserRequest) ToMap ¶

func (o ModelUpdateUserRequest) ToMap() (map[string]interface{}, error)

type ModelUser ¶

type ModelUser struct {
	Company             string            `json:"company"`
	CompanyId           *int32            `json:"company_id,omitempty"`
	CurrentUser         NullableBool      `json:"current_user,omitempty"`
	Email               string            `json:"email"`
	FirstName           string            `json:"first_name"`
	Groups              map[string]string `json:"groups,omitempty"`
	Id                  *int32            `json:"id,omitempty"`
	IsActive            *bool             `json:"is_active,omitempty"`
	LastName            string            `json:"last_name"`
	PasswordInvalidated *bool             `json:"password_invalidated,omitempty"`
	Role                *string           `json:"role,omitempty"`
	RoleId              *int32            `json:"role_id,omitempty"`
}

ModelUser struct for ModelUser

func NewModelUser ¶

func NewModelUser(company string, email string, firstName string, lastName string) *ModelUser

NewModelUser instantiates a new ModelUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelUserWithDefaults ¶

func NewModelUserWithDefaults() *ModelUser

NewModelUserWithDefaults instantiates a new ModelUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelUser) GetCompany ¶

func (o *ModelUser) GetCompany() string

GetCompany returns the Company field value

func (*ModelUser) GetCompanyId ¶

func (o *ModelUser) GetCompanyId() int32

GetCompanyId returns the CompanyId field value if set, zero value otherwise.

func (*ModelUser) GetCompanyIdOk ¶

func (o *ModelUser) GetCompanyIdOk() (*int32, bool)

GetCompanyIdOk returns a tuple with the CompanyId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelUser) GetCompanyOk ¶

func (o *ModelUser) GetCompanyOk() (*string, bool)

GetCompanyOk returns a tuple with the Company field value and a boolean to check if the value has been set.

func (*ModelUser) GetCurrentUser ¶

func (o *ModelUser) GetCurrentUser() bool

GetCurrentUser returns the CurrentUser field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelUser) GetCurrentUserOk ¶

func (o *ModelUser) GetCurrentUserOk() (*bool, bool)

GetCurrentUserOk returns a tuple with the CurrentUser field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelUser) GetEmail ¶

func (o *ModelUser) GetEmail() string

GetEmail returns the Email field value

func (*ModelUser) GetEmailOk ¶

func (o *ModelUser) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*ModelUser) GetFirstName ¶

func (o *ModelUser) GetFirstName() string

GetFirstName returns the FirstName field value

func (*ModelUser) GetFirstNameOk ¶

func (o *ModelUser) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value and a boolean to check if the value has been set.

func (*ModelUser) GetGroups ¶

func (o *ModelUser) GetGroups() map[string]string

GetGroups returns the Groups field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelUser) GetGroupsOk ¶

func (o *ModelUser) GetGroupsOk() (*map[string]string, bool)

GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelUser) GetId ¶

func (o *ModelUser) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ModelUser) GetIdOk ¶

func (o *ModelUser) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelUser) GetIsActive ¶

func (o *ModelUser) GetIsActive() bool

GetIsActive returns the IsActive field value if set, zero value otherwise.

func (*ModelUser) GetIsActiveOk ¶

func (o *ModelUser) GetIsActiveOk() (*bool, bool)

GetIsActiveOk returns a tuple with the IsActive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelUser) GetLastName ¶

func (o *ModelUser) GetLastName() string

GetLastName returns the LastName field value

func (*ModelUser) GetLastNameOk ¶

func (o *ModelUser) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.

func (*ModelUser) GetPasswordInvalidated ¶

func (o *ModelUser) GetPasswordInvalidated() bool

GetPasswordInvalidated returns the PasswordInvalidated field value if set, zero value otherwise.

func (*ModelUser) GetPasswordInvalidatedOk ¶

func (o *ModelUser) GetPasswordInvalidatedOk() (*bool, bool)

GetPasswordInvalidatedOk returns a tuple with the PasswordInvalidated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelUser) GetRole ¶

func (o *ModelUser) GetRole() string

GetRole returns the Role field value if set, zero value otherwise.

func (*ModelUser) GetRoleId ¶

func (o *ModelUser) GetRoleId() int32

GetRoleId returns the RoleId field value if set, zero value otherwise.

func (*ModelUser) GetRoleIdOk ¶

func (o *ModelUser) GetRoleIdOk() (*int32, bool)

GetRoleIdOk returns a tuple with the RoleId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelUser) GetRoleOk ¶

func (o *ModelUser) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelUser) HasCompanyId ¶

func (o *ModelUser) HasCompanyId() bool

HasCompanyId returns a boolean if a field has been set.

func (*ModelUser) HasCurrentUser ¶

func (o *ModelUser) HasCurrentUser() bool

HasCurrentUser returns a boolean if a field has been set.

func (*ModelUser) HasGroups ¶

func (o *ModelUser) HasGroups() bool

HasGroups returns a boolean if a field has been set.

func (*ModelUser) HasId ¶

func (o *ModelUser) HasId() bool

HasId returns a boolean if a field has been set.

func (*ModelUser) HasIsActive ¶

func (o *ModelUser) HasIsActive() bool

HasIsActive returns a boolean if a field has been set.

func (*ModelUser) HasPasswordInvalidated ¶

func (o *ModelUser) HasPasswordInvalidated() bool

HasPasswordInvalidated returns a boolean if a field has been set.

func (*ModelUser) HasRole ¶

func (o *ModelUser) HasRole() bool

HasRole returns a boolean if a field has been set.

func (*ModelUser) HasRoleId ¶

func (o *ModelUser) HasRoleId() bool

HasRoleId returns a boolean if a field has been set.

func (ModelUser) MarshalJSON ¶

func (o ModelUser) MarshalJSON() ([]byte, error)

func (*ModelUser) SetCompany ¶

func (o *ModelUser) SetCompany(v string)

SetCompany sets field value

func (*ModelUser) SetCompanyId ¶

func (o *ModelUser) SetCompanyId(v int32)

SetCompanyId gets a reference to the given int32 and assigns it to the CompanyId field.

func (*ModelUser) SetCurrentUser ¶

func (o *ModelUser) SetCurrentUser(v bool)

SetCurrentUser gets a reference to the given NullableBool and assigns it to the CurrentUser field.

func (*ModelUser) SetCurrentUserNil ¶

func (o *ModelUser) SetCurrentUserNil()

SetCurrentUserNil sets the value for CurrentUser to be an explicit nil

func (*ModelUser) SetEmail ¶

func (o *ModelUser) SetEmail(v string)

SetEmail sets field value

func (*ModelUser) SetFirstName ¶

func (o *ModelUser) SetFirstName(v string)

SetFirstName sets field value

func (*ModelUser) SetGroups ¶

func (o *ModelUser) SetGroups(v map[string]string)

SetGroups gets a reference to the given map[string]string and assigns it to the Groups field.

func (*ModelUser) SetId ¶

func (o *ModelUser) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ModelUser) SetIsActive ¶

func (o *ModelUser) SetIsActive(v bool)

SetIsActive gets a reference to the given bool and assigns it to the IsActive field.

func (*ModelUser) SetLastName ¶

func (o *ModelUser) SetLastName(v string)

SetLastName sets field value

func (*ModelUser) SetPasswordInvalidated ¶

func (o *ModelUser) SetPasswordInvalidated(v bool)

SetPasswordInvalidated gets a reference to the given bool and assigns it to the PasswordInvalidated field.

func (*ModelUser) SetRole ¶

func (o *ModelUser) SetRole(v string)

SetRole gets a reference to the given string and assigns it to the Role field.

func (*ModelUser) SetRoleId ¶

func (o *ModelUser) SetRoleId(v int32)

SetRoleId gets a reference to the given int32 and assigns it to the RoleId field.

func (ModelUser) ToMap ¶

func (o ModelUser) ToMap() (map[string]interface{}, error)

func (*ModelUser) UnmarshalJSON ¶

func (o *ModelUser) UnmarshalJSON(bytes []byte) (err error)

func (*ModelUser) UnsetCurrentUser ¶

func (o *ModelUser) UnsetCurrentUser()

UnsetCurrentUser ensures that no value is present for CurrentUser, not even an explicit nil

type ModelUserRegisterRequest ¶

type ModelUserRegisterRequest struct {
	Company             string `json:"company"`
	ConsoleUrl          string `json:"console_url"`
	Email               string `json:"email"`
	FirstName           string `json:"first_name"`
	IsTemporaryPassword *bool  `json:"is_temporary_password,omitempty"`
	LastName            string `json:"last_name"`
	Password            string `json:"password"`
}

ModelUserRegisterRequest struct for ModelUserRegisterRequest

func NewModelUserRegisterRequest ¶

func NewModelUserRegisterRequest(company string, consoleUrl string, email string, firstName string, lastName string, password string) *ModelUserRegisterRequest

NewModelUserRegisterRequest instantiates a new ModelUserRegisterRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelUserRegisterRequestWithDefaults ¶

func NewModelUserRegisterRequestWithDefaults() *ModelUserRegisterRequest

NewModelUserRegisterRequestWithDefaults instantiates a new ModelUserRegisterRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelUserRegisterRequest) GetCompany ¶

func (o *ModelUserRegisterRequest) GetCompany() string

GetCompany returns the Company field value

func (*ModelUserRegisterRequest) GetCompanyOk ¶

func (o *ModelUserRegisterRequest) GetCompanyOk() (*string, bool)

GetCompanyOk returns a tuple with the Company field value and a boolean to check if the value has been set.

func (*ModelUserRegisterRequest) GetConsoleUrl ¶

func (o *ModelUserRegisterRequest) GetConsoleUrl() string

GetConsoleUrl returns the ConsoleUrl field value

func (*ModelUserRegisterRequest) GetConsoleUrlOk ¶

func (o *ModelUserRegisterRequest) GetConsoleUrlOk() (*string, bool)

GetConsoleUrlOk returns a tuple with the ConsoleUrl field value and a boolean to check if the value has been set.

func (*ModelUserRegisterRequest) GetEmail ¶

func (o *ModelUserRegisterRequest) GetEmail() string

GetEmail returns the Email field value

func (*ModelUserRegisterRequest) GetEmailOk ¶

func (o *ModelUserRegisterRequest) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*ModelUserRegisterRequest) GetFirstName ¶

func (o *ModelUserRegisterRequest) GetFirstName() string

GetFirstName returns the FirstName field value

func (*ModelUserRegisterRequest) GetFirstNameOk ¶

func (o *ModelUserRegisterRequest) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value and a boolean to check if the value has been set.

func (*ModelUserRegisterRequest) GetIsTemporaryPassword ¶

func (o *ModelUserRegisterRequest) GetIsTemporaryPassword() bool

GetIsTemporaryPassword returns the IsTemporaryPassword field value if set, zero value otherwise.

func (*ModelUserRegisterRequest) GetIsTemporaryPasswordOk ¶

func (o *ModelUserRegisterRequest) GetIsTemporaryPasswordOk() (*bool, bool)

GetIsTemporaryPasswordOk returns a tuple with the IsTemporaryPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelUserRegisterRequest) GetLastName ¶

func (o *ModelUserRegisterRequest) GetLastName() string

GetLastName returns the LastName field value

func (*ModelUserRegisterRequest) GetLastNameOk ¶

func (o *ModelUserRegisterRequest) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.

func (*ModelUserRegisterRequest) GetPassword ¶

func (o *ModelUserRegisterRequest) GetPassword() string

GetPassword returns the Password field value

func (*ModelUserRegisterRequest) GetPasswordOk ¶

func (o *ModelUserRegisterRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (*ModelUserRegisterRequest) HasIsTemporaryPassword ¶

func (o *ModelUserRegisterRequest) HasIsTemporaryPassword() bool

HasIsTemporaryPassword returns a boolean if a field has been set.

func (ModelUserRegisterRequest) MarshalJSON ¶

func (o ModelUserRegisterRequest) MarshalJSON() ([]byte, error)

func (*ModelUserRegisterRequest) SetCompany ¶

func (o *ModelUserRegisterRequest) SetCompany(v string)

SetCompany sets field value

func (*ModelUserRegisterRequest) SetConsoleUrl ¶

func (o *ModelUserRegisterRequest) SetConsoleUrl(v string)

SetConsoleUrl sets field value

func (*ModelUserRegisterRequest) SetEmail ¶

func (o *ModelUserRegisterRequest) SetEmail(v string)

SetEmail sets field value

func (*ModelUserRegisterRequest) SetFirstName ¶

func (o *ModelUserRegisterRequest) SetFirstName(v string)

SetFirstName sets field value

func (*ModelUserRegisterRequest) SetIsTemporaryPassword ¶

func (o *ModelUserRegisterRequest) SetIsTemporaryPassword(v bool)

SetIsTemporaryPassword gets a reference to the given bool and assigns it to the IsTemporaryPassword field.

func (*ModelUserRegisterRequest) SetLastName ¶

func (o *ModelUserRegisterRequest) SetLastName(v string)

SetLastName sets field value

func (*ModelUserRegisterRequest) SetPassword ¶

func (o *ModelUserRegisterRequest) SetPassword(v string)

SetPassword sets field value

func (ModelUserRegisterRequest) ToMap ¶

func (o ModelUserRegisterRequest) ToMap() (map[string]interface{}, error)

func (*ModelUserRegisterRequest) UnmarshalJSON ¶

func (o *ModelUserRegisterRequest) UnmarshalJSON(bytes []byte) (err error)

type ModelVulnerability ¶

type ModelVulnerability struct {
	CveAttackVector        string           `json:"cve_attack_vector"`
	CveCausedByPackage     string           `json:"cve_caused_by_package"`
	CveCausedByPackagePath string           `json:"cve_caused_by_package_path"`
	CveContainerLayer      string           `json:"cve_container_layer"`
	CveCvssScore           float32          `json:"cve_cvss_score"`
	CveDescription         string           `json:"cve_description"`
	CveFixedIn             string           `json:"cve_fixed_in"`
	CveId                  string           `json:"cve_id"`
	CveLink                string           `json:"cve_link"`
	CveOverallScore        float32          `json:"cve_overall_score"`
	CveSeverity            string           `json:"cve_severity"`
	CveType                string           `json:"cve_type"`
	ExploitPoc             string           `json:"exploit_poc"`
	HasLiveConnection      bool             `json:"has_live_connection"`
	Masked                 bool             `json:"masked"`
	NodeId                 string           `json:"node_id"`
	ParsedAttackVector     string           `json:"parsed_attack_vector"`
	Resources              []ModelBasicNode `json:"resources,omitempty"`
	RuleId                 string           `json:"rule_id"`
	UpdatedAt              int32            `json:"updated_at"`
	Urls                   []interface{}    `json:"urls"`
}

ModelVulnerability struct for ModelVulnerability

func NewModelVulnerability ¶

func NewModelVulnerability(cveAttackVector string, cveCausedByPackage string, cveCausedByPackagePath string, cveContainerLayer string, cveCvssScore float32, cveDescription string, cveFixedIn string, cveId string, cveLink string, cveOverallScore float32, cveSeverity string, cveType string, exploitPoc string, hasLiveConnection bool, masked bool, nodeId string, parsedAttackVector string, ruleId string, updatedAt int32, urls []interface{}) *ModelVulnerability

NewModelVulnerability instantiates a new ModelVulnerability object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelVulnerabilityWithDefaults ¶

func NewModelVulnerabilityWithDefaults() *ModelVulnerability

NewModelVulnerabilityWithDefaults instantiates a new ModelVulnerability object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelVulnerability) GetCveAttackVector ¶

func (o *ModelVulnerability) GetCveAttackVector() string

GetCveAttackVector returns the CveAttackVector field value

func (*ModelVulnerability) GetCveAttackVectorOk ¶

func (o *ModelVulnerability) GetCveAttackVectorOk() (*string, bool)

GetCveAttackVectorOk returns a tuple with the CveAttackVector field value and a boolean to check if the value has been set.

func (*ModelVulnerability) GetCveCausedByPackage ¶

func (o *ModelVulnerability) GetCveCausedByPackage() string

GetCveCausedByPackage returns the CveCausedByPackage field value

func (*ModelVulnerability) GetCveCausedByPackageOk ¶

func (o *ModelVulnerability) GetCveCausedByPackageOk() (*string, bool)

GetCveCausedByPackageOk returns a tuple with the CveCausedByPackage field value and a boolean to check if the value has been set.

func (*ModelVulnerability) GetCveCausedByPackagePath ¶

func (o *ModelVulnerability) GetCveCausedByPackagePath() string

GetCveCausedByPackagePath returns the CveCausedByPackagePath field value

func (*ModelVulnerability) GetCveCausedByPackagePathOk ¶

func (o *ModelVulnerability) GetCveCausedByPackagePathOk() (*string, bool)

GetCveCausedByPackagePathOk returns a tuple with the CveCausedByPackagePath field value and a boolean to check if the value has been set.

func (*ModelVulnerability) GetCveContainerLayer ¶

func (o *ModelVulnerability) GetCveContainerLayer() string

GetCveContainerLayer returns the CveContainerLayer field value

func (*ModelVulnerability) GetCveContainerLayerOk ¶

func (o *ModelVulnerability) GetCveContainerLayerOk() (*string, bool)

GetCveContainerLayerOk returns a tuple with the CveContainerLayer field value and a boolean to check if the value has been set.

func (*ModelVulnerability) GetCveCvssScore ¶

func (o *ModelVulnerability) GetCveCvssScore() float32

GetCveCvssScore returns the CveCvssScore field value

func (*ModelVulnerability) GetCveCvssScoreOk ¶

func (o *ModelVulnerability) GetCveCvssScoreOk() (*float32, bool)

GetCveCvssScoreOk returns a tuple with the CveCvssScore field value and a boolean to check if the value has been set.

func (*ModelVulnerability) GetCveDescription ¶

func (o *ModelVulnerability) GetCveDescription() string

GetCveDescription returns the CveDescription field value

func (*ModelVulnerability) GetCveDescriptionOk ¶

func (o *ModelVulnerability) GetCveDescriptionOk() (*string, bool)

GetCveDescriptionOk returns a tuple with the CveDescription field value and a boolean to check if the value has been set.

func (*ModelVulnerability) GetCveFixedIn ¶

func (o *ModelVulnerability) GetCveFixedIn() string

GetCveFixedIn returns the CveFixedIn field value

func (*ModelVulnerability) GetCveFixedInOk ¶

func (o *ModelVulnerability) GetCveFixedInOk() (*string, bool)

GetCveFixedInOk returns a tuple with the CveFixedIn field value and a boolean to check if the value has been set.

func (*ModelVulnerability) GetCveId ¶

func (o *ModelVulnerability) GetCveId() string

GetCveId returns the CveId field value

func (*ModelVulnerability) GetCveIdOk ¶

func (o *ModelVulnerability) GetCveIdOk() (*string, bool)

GetCveIdOk returns a tuple with the CveId field value and a boolean to check if the value has been set.

func (o *ModelVulnerability) GetCveLink() string

GetCveLink returns the CveLink field value

func (*ModelVulnerability) GetCveLinkOk ¶

func (o *ModelVulnerability) GetCveLinkOk() (*string, bool)

GetCveLinkOk returns a tuple with the CveLink field value and a boolean to check if the value has been set.

func (*ModelVulnerability) GetCveOverallScore ¶

func (o *ModelVulnerability) GetCveOverallScore() float32

GetCveOverallScore returns the CveOverallScore field value

func (*ModelVulnerability) GetCveOverallScoreOk ¶

func (o *ModelVulnerability) GetCveOverallScoreOk() (*float32, bool)

GetCveOverallScoreOk returns a tuple with the CveOverallScore field value and a boolean to check if the value has been set.

func (*ModelVulnerability) GetCveSeverity ¶

func (o *ModelVulnerability) GetCveSeverity() string

GetCveSeverity returns the CveSeverity field value

func (*ModelVulnerability) GetCveSeverityOk ¶

func (o *ModelVulnerability) GetCveSeverityOk() (*string, bool)

GetCveSeverityOk returns a tuple with the CveSeverity field value and a boolean to check if the value has been set.

func (*ModelVulnerability) GetCveType ¶

func (o *ModelVulnerability) GetCveType() string

GetCveType returns the CveType field value

func (*ModelVulnerability) GetCveTypeOk ¶

func (o *ModelVulnerability) GetCveTypeOk() (*string, bool)

GetCveTypeOk returns a tuple with the CveType field value and a boolean to check if the value has been set.

func (*ModelVulnerability) GetExploitPoc ¶

func (o *ModelVulnerability) GetExploitPoc() string

GetExploitPoc returns the ExploitPoc field value

func (*ModelVulnerability) GetExploitPocOk ¶

func (o *ModelVulnerability) GetExploitPocOk() (*string, bool)

GetExploitPocOk returns a tuple with the ExploitPoc field value and a boolean to check if the value has been set.

func (*ModelVulnerability) GetHasLiveConnection ¶

func (o *ModelVulnerability) GetHasLiveConnection() bool

GetHasLiveConnection returns the HasLiveConnection field value

func (*ModelVulnerability) GetHasLiveConnectionOk ¶

func (o *ModelVulnerability) GetHasLiveConnectionOk() (*bool, bool)

GetHasLiveConnectionOk returns a tuple with the HasLiveConnection field value and a boolean to check if the value has been set.

func (*ModelVulnerability) GetMasked ¶

func (o *ModelVulnerability) GetMasked() bool

GetMasked returns the Masked field value

func (*ModelVulnerability) GetMaskedOk ¶

func (o *ModelVulnerability) GetMaskedOk() (*bool, bool)

GetMaskedOk returns a tuple with the Masked field value and a boolean to check if the value has been set.

func (*ModelVulnerability) GetNodeId ¶

func (o *ModelVulnerability) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelVulnerability) GetNodeIdOk ¶

func (o *ModelVulnerability) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelVulnerability) GetParsedAttackVector ¶

func (o *ModelVulnerability) GetParsedAttackVector() string

GetParsedAttackVector returns the ParsedAttackVector field value

func (*ModelVulnerability) GetParsedAttackVectorOk ¶

func (o *ModelVulnerability) GetParsedAttackVectorOk() (*string, bool)

GetParsedAttackVectorOk returns a tuple with the ParsedAttackVector field value and a boolean to check if the value has been set.

func (*ModelVulnerability) GetResources ¶

func (o *ModelVulnerability) GetResources() []ModelBasicNode

GetResources returns the Resources field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelVulnerability) GetResourcesOk ¶

func (o *ModelVulnerability) GetResourcesOk() ([]ModelBasicNode, bool)

GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelVulnerability) GetRuleId ¶

func (o *ModelVulnerability) GetRuleId() string

GetRuleId returns the RuleId field value

func (*ModelVulnerability) GetRuleIdOk ¶

func (o *ModelVulnerability) GetRuleIdOk() (*string, bool)

GetRuleIdOk returns a tuple with the RuleId field value and a boolean to check if the value has been set.

func (*ModelVulnerability) GetUpdatedAt ¶

func (o *ModelVulnerability) GetUpdatedAt() int32

GetUpdatedAt returns the UpdatedAt field value

func (*ModelVulnerability) GetUpdatedAtOk ¶

func (o *ModelVulnerability) GetUpdatedAtOk() (*int32, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*ModelVulnerability) GetUrls ¶

func (o *ModelVulnerability) GetUrls() []interface{}

GetUrls returns the Urls field value If the value is explicit nil, the zero value for []interface{} will be returned

func (*ModelVulnerability) GetUrlsOk ¶

func (o *ModelVulnerability) GetUrlsOk() ([]interface{}, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelVulnerability) HasResources ¶

func (o *ModelVulnerability) HasResources() bool

HasResources returns a boolean if a field has been set.

func (ModelVulnerability) MarshalJSON ¶

func (o ModelVulnerability) MarshalJSON() ([]byte, error)

func (*ModelVulnerability) SetCveAttackVector ¶

func (o *ModelVulnerability) SetCveAttackVector(v string)

SetCveAttackVector sets field value

func (*ModelVulnerability) SetCveCausedByPackage ¶

func (o *ModelVulnerability) SetCveCausedByPackage(v string)

SetCveCausedByPackage sets field value

func (*ModelVulnerability) SetCveCausedByPackagePath ¶

func (o *ModelVulnerability) SetCveCausedByPackagePath(v string)

SetCveCausedByPackagePath sets field value

func (*ModelVulnerability) SetCveContainerLayer ¶

func (o *ModelVulnerability) SetCveContainerLayer(v string)

SetCveContainerLayer sets field value

func (*ModelVulnerability) SetCveCvssScore ¶

func (o *ModelVulnerability) SetCveCvssScore(v float32)

SetCveCvssScore sets field value

func (*ModelVulnerability) SetCveDescription ¶

func (o *ModelVulnerability) SetCveDescription(v string)

SetCveDescription sets field value

func (*ModelVulnerability) SetCveFixedIn ¶

func (o *ModelVulnerability) SetCveFixedIn(v string)

SetCveFixedIn sets field value

func (*ModelVulnerability) SetCveId ¶

func (o *ModelVulnerability) SetCveId(v string)

SetCveId sets field value

func (o *ModelVulnerability) SetCveLink(v string)

SetCveLink sets field value

func (*ModelVulnerability) SetCveOverallScore ¶

func (o *ModelVulnerability) SetCveOverallScore(v float32)

SetCveOverallScore sets field value

func (*ModelVulnerability) SetCveSeverity ¶

func (o *ModelVulnerability) SetCveSeverity(v string)

SetCveSeverity sets field value

func (*ModelVulnerability) SetCveType ¶

func (o *ModelVulnerability) SetCveType(v string)

SetCveType sets field value

func (*ModelVulnerability) SetExploitPoc ¶

func (o *ModelVulnerability) SetExploitPoc(v string)

SetExploitPoc sets field value

func (*ModelVulnerability) SetHasLiveConnection ¶

func (o *ModelVulnerability) SetHasLiveConnection(v bool)

SetHasLiveConnection sets field value

func (*ModelVulnerability) SetMasked ¶

func (o *ModelVulnerability) SetMasked(v bool)

SetMasked sets field value

func (*ModelVulnerability) SetNodeId ¶

func (o *ModelVulnerability) SetNodeId(v string)

SetNodeId sets field value

func (*ModelVulnerability) SetParsedAttackVector ¶

func (o *ModelVulnerability) SetParsedAttackVector(v string)

SetParsedAttackVector sets field value

func (*ModelVulnerability) SetResources ¶

func (o *ModelVulnerability) SetResources(v []ModelBasicNode)

SetResources gets a reference to the given []ModelBasicNode and assigns it to the Resources field.

func (*ModelVulnerability) SetRuleId ¶

func (o *ModelVulnerability) SetRuleId(v string)

SetRuleId sets field value

func (*ModelVulnerability) SetUpdatedAt ¶

func (o *ModelVulnerability) SetUpdatedAt(v int32)

SetUpdatedAt sets field value

func (*ModelVulnerability) SetUrls ¶

func (o *ModelVulnerability) SetUrls(v []interface{})

SetUrls sets field value

func (ModelVulnerability) ToMap ¶

func (o ModelVulnerability) ToMap() (map[string]interface{}, error)

func (*ModelVulnerability) UnmarshalJSON ¶

func (o *ModelVulnerability) UnmarshalJSON(bytes []byte) (err error)

type ModelVulnerabilityRule ¶

type ModelVulnerabilityRule struct {
	CveAttackVector    string           `json:"cve_attack_vector"`
	CveCvssScore       float32          `json:"cve_cvss_score"`
	CveDescription     string           `json:"cve_description"`
	CveFixedIn         string           `json:"cve_fixed_in"`
	CveId              string           `json:"cve_id"`
	CveLink            string           `json:"cve_link"`
	CveOverallScore    float32          `json:"cve_overall_score"`
	CveSeverity        string           `json:"cve_severity"`
	CveType            string           `json:"cve_type"`
	ExploitPoc         string           `json:"exploit_poc"`
	Masked             bool             `json:"masked"`
	NodeId             string           `json:"node_id"`
	ParsedAttackVector string           `json:"parsed_attack_vector"`
	Resources          []ModelBasicNode `json:"resources,omitempty"`
	UpdatedAt          int32            `json:"updated_at"`
	Urls               []interface{}    `json:"urls"`
}

ModelVulnerabilityRule struct for ModelVulnerabilityRule

func NewModelVulnerabilityRule ¶

func NewModelVulnerabilityRule(cveAttackVector string, cveCvssScore float32, cveDescription string, cveFixedIn string, cveId string, cveLink string, cveOverallScore float32, cveSeverity string, cveType string, exploitPoc string, masked bool, nodeId string, parsedAttackVector string, updatedAt int32, urls []interface{}) *ModelVulnerabilityRule

NewModelVulnerabilityRule instantiates a new ModelVulnerabilityRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelVulnerabilityRuleWithDefaults ¶

func NewModelVulnerabilityRuleWithDefaults() *ModelVulnerabilityRule

NewModelVulnerabilityRuleWithDefaults instantiates a new ModelVulnerabilityRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelVulnerabilityRule) GetCveAttackVector ¶

func (o *ModelVulnerabilityRule) GetCveAttackVector() string

GetCveAttackVector returns the CveAttackVector field value

func (*ModelVulnerabilityRule) GetCveAttackVectorOk ¶

func (o *ModelVulnerabilityRule) GetCveAttackVectorOk() (*string, bool)

GetCveAttackVectorOk returns a tuple with the CveAttackVector field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityRule) GetCveCvssScore ¶

func (o *ModelVulnerabilityRule) GetCveCvssScore() float32

GetCveCvssScore returns the CveCvssScore field value

func (*ModelVulnerabilityRule) GetCveCvssScoreOk ¶

func (o *ModelVulnerabilityRule) GetCveCvssScoreOk() (*float32, bool)

GetCveCvssScoreOk returns a tuple with the CveCvssScore field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityRule) GetCveDescription ¶

func (o *ModelVulnerabilityRule) GetCveDescription() string

GetCveDescription returns the CveDescription field value

func (*ModelVulnerabilityRule) GetCveDescriptionOk ¶

func (o *ModelVulnerabilityRule) GetCveDescriptionOk() (*string, bool)

GetCveDescriptionOk returns a tuple with the CveDescription field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityRule) GetCveFixedIn ¶

func (o *ModelVulnerabilityRule) GetCveFixedIn() string

GetCveFixedIn returns the CveFixedIn field value

func (*ModelVulnerabilityRule) GetCveFixedInOk ¶

func (o *ModelVulnerabilityRule) GetCveFixedInOk() (*string, bool)

GetCveFixedInOk returns a tuple with the CveFixedIn field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityRule) GetCveId ¶

func (o *ModelVulnerabilityRule) GetCveId() string

GetCveId returns the CveId field value

func (*ModelVulnerabilityRule) GetCveIdOk ¶

func (o *ModelVulnerabilityRule) GetCveIdOk() (*string, bool)

GetCveIdOk returns a tuple with the CveId field value and a boolean to check if the value has been set.

func (o *ModelVulnerabilityRule) GetCveLink() string

GetCveLink returns the CveLink field value

func (*ModelVulnerabilityRule) GetCveLinkOk ¶

func (o *ModelVulnerabilityRule) GetCveLinkOk() (*string, bool)

GetCveLinkOk returns a tuple with the CveLink field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityRule) GetCveOverallScore ¶

func (o *ModelVulnerabilityRule) GetCveOverallScore() float32

GetCveOverallScore returns the CveOverallScore field value

func (*ModelVulnerabilityRule) GetCveOverallScoreOk ¶

func (o *ModelVulnerabilityRule) GetCveOverallScoreOk() (*float32, bool)

GetCveOverallScoreOk returns a tuple with the CveOverallScore field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityRule) GetCveSeverity ¶

func (o *ModelVulnerabilityRule) GetCveSeverity() string

GetCveSeverity returns the CveSeverity field value

func (*ModelVulnerabilityRule) GetCveSeverityOk ¶

func (o *ModelVulnerabilityRule) GetCveSeverityOk() (*string, bool)

GetCveSeverityOk returns a tuple with the CveSeverity field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityRule) GetCveType ¶

func (o *ModelVulnerabilityRule) GetCveType() string

GetCveType returns the CveType field value

func (*ModelVulnerabilityRule) GetCveTypeOk ¶

func (o *ModelVulnerabilityRule) GetCveTypeOk() (*string, bool)

GetCveTypeOk returns a tuple with the CveType field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityRule) GetExploitPoc ¶

func (o *ModelVulnerabilityRule) GetExploitPoc() string

GetExploitPoc returns the ExploitPoc field value

func (*ModelVulnerabilityRule) GetExploitPocOk ¶

func (o *ModelVulnerabilityRule) GetExploitPocOk() (*string, bool)

GetExploitPocOk returns a tuple with the ExploitPoc field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityRule) GetMasked ¶

func (o *ModelVulnerabilityRule) GetMasked() bool

GetMasked returns the Masked field value

func (*ModelVulnerabilityRule) GetMaskedOk ¶

func (o *ModelVulnerabilityRule) GetMaskedOk() (*bool, bool)

GetMaskedOk returns a tuple with the Masked field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityRule) GetNodeId ¶

func (o *ModelVulnerabilityRule) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelVulnerabilityRule) GetNodeIdOk ¶

func (o *ModelVulnerabilityRule) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityRule) GetParsedAttackVector ¶

func (o *ModelVulnerabilityRule) GetParsedAttackVector() string

GetParsedAttackVector returns the ParsedAttackVector field value

func (*ModelVulnerabilityRule) GetParsedAttackVectorOk ¶

func (o *ModelVulnerabilityRule) GetParsedAttackVectorOk() (*string, bool)

GetParsedAttackVectorOk returns a tuple with the ParsedAttackVector field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityRule) GetResources ¶

func (o *ModelVulnerabilityRule) GetResources() []ModelBasicNode

GetResources returns the Resources field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ModelVulnerabilityRule) GetResourcesOk ¶

func (o *ModelVulnerabilityRule) GetResourcesOk() ([]ModelBasicNode, bool)

GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelVulnerabilityRule) GetUpdatedAt ¶

func (o *ModelVulnerabilityRule) GetUpdatedAt() int32

GetUpdatedAt returns the UpdatedAt field value

func (*ModelVulnerabilityRule) GetUpdatedAtOk ¶

func (o *ModelVulnerabilityRule) GetUpdatedAtOk() (*int32, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityRule) GetUrls ¶

func (o *ModelVulnerabilityRule) GetUrls() []interface{}

GetUrls returns the Urls field value If the value is explicit nil, the zero value for []interface{} will be returned

func (*ModelVulnerabilityRule) GetUrlsOk ¶

func (o *ModelVulnerabilityRule) GetUrlsOk() ([]interface{}, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelVulnerabilityRule) HasResources ¶

func (o *ModelVulnerabilityRule) HasResources() bool

HasResources returns a boolean if a field has been set.

func (ModelVulnerabilityRule) MarshalJSON ¶

func (o ModelVulnerabilityRule) MarshalJSON() ([]byte, error)

func (*ModelVulnerabilityRule) SetCveAttackVector ¶

func (o *ModelVulnerabilityRule) SetCveAttackVector(v string)

SetCveAttackVector sets field value

func (*ModelVulnerabilityRule) SetCveCvssScore ¶

func (o *ModelVulnerabilityRule) SetCveCvssScore(v float32)

SetCveCvssScore sets field value

func (*ModelVulnerabilityRule) SetCveDescription ¶

func (o *ModelVulnerabilityRule) SetCveDescription(v string)

SetCveDescription sets field value

func (*ModelVulnerabilityRule) SetCveFixedIn ¶

func (o *ModelVulnerabilityRule) SetCveFixedIn(v string)

SetCveFixedIn sets field value

func (*ModelVulnerabilityRule) SetCveId ¶

func (o *ModelVulnerabilityRule) SetCveId(v string)

SetCveId sets field value

func (o *ModelVulnerabilityRule) SetCveLink(v string)

SetCveLink sets field value

func (*ModelVulnerabilityRule) SetCveOverallScore ¶

func (o *ModelVulnerabilityRule) SetCveOverallScore(v float32)

SetCveOverallScore sets field value

func (*ModelVulnerabilityRule) SetCveSeverity ¶

func (o *ModelVulnerabilityRule) SetCveSeverity(v string)

SetCveSeverity sets field value

func (*ModelVulnerabilityRule) SetCveType ¶

func (o *ModelVulnerabilityRule) SetCveType(v string)

SetCveType sets field value

func (*ModelVulnerabilityRule) SetExploitPoc ¶

func (o *ModelVulnerabilityRule) SetExploitPoc(v string)

SetExploitPoc sets field value

func (*ModelVulnerabilityRule) SetMasked ¶

func (o *ModelVulnerabilityRule) SetMasked(v bool)

SetMasked sets field value

func (*ModelVulnerabilityRule) SetNodeId ¶

func (o *ModelVulnerabilityRule) SetNodeId(v string)

SetNodeId sets field value

func (*ModelVulnerabilityRule) SetParsedAttackVector ¶

func (o *ModelVulnerabilityRule) SetParsedAttackVector(v string)

SetParsedAttackVector sets field value

func (*ModelVulnerabilityRule) SetResources ¶

func (o *ModelVulnerabilityRule) SetResources(v []ModelBasicNode)

SetResources gets a reference to the given []ModelBasicNode and assigns it to the Resources field.

func (*ModelVulnerabilityRule) SetUpdatedAt ¶

func (o *ModelVulnerabilityRule) SetUpdatedAt(v int32)

SetUpdatedAt sets field value

func (*ModelVulnerabilityRule) SetUrls ¶

func (o *ModelVulnerabilityRule) SetUrls(v []interface{})

SetUrls sets field value

func (ModelVulnerabilityRule) ToMap ¶

func (o ModelVulnerabilityRule) ToMap() (map[string]interface{}, error)

func (*ModelVulnerabilityRule) UnmarshalJSON ¶

func (o *ModelVulnerabilityRule) UnmarshalJSON(bytes []byte) (err error)

type ModelVulnerabilityScanConfigLanguage ¶

type ModelVulnerabilityScanConfigLanguage struct {
	Language string `json:"language"`
}

ModelVulnerabilityScanConfigLanguage struct for ModelVulnerabilityScanConfigLanguage

func NewModelVulnerabilityScanConfigLanguage ¶

func NewModelVulnerabilityScanConfigLanguage(language string) *ModelVulnerabilityScanConfigLanguage

NewModelVulnerabilityScanConfigLanguage instantiates a new ModelVulnerabilityScanConfigLanguage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelVulnerabilityScanConfigLanguageWithDefaults ¶

func NewModelVulnerabilityScanConfigLanguageWithDefaults() *ModelVulnerabilityScanConfigLanguage

NewModelVulnerabilityScanConfigLanguageWithDefaults instantiates a new ModelVulnerabilityScanConfigLanguage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelVulnerabilityScanConfigLanguage) GetLanguage ¶

GetLanguage returns the Language field value

func (*ModelVulnerabilityScanConfigLanguage) GetLanguageOk ¶

func (o *ModelVulnerabilityScanConfigLanguage) GetLanguageOk() (*string, bool)

GetLanguageOk returns a tuple with the Language field value and a boolean to check if the value has been set.

func (ModelVulnerabilityScanConfigLanguage) MarshalJSON ¶

func (o ModelVulnerabilityScanConfigLanguage) MarshalJSON() ([]byte, error)

func (*ModelVulnerabilityScanConfigLanguage) SetLanguage ¶

func (o *ModelVulnerabilityScanConfigLanguage) SetLanguage(v string)

SetLanguage sets field value

func (ModelVulnerabilityScanConfigLanguage) ToMap ¶

func (o ModelVulnerabilityScanConfigLanguage) ToMap() (map[string]interface{}, error)

func (*ModelVulnerabilityScanConfigLanguage) UnmarshalJSON ¶

func (o *ModelVulnerabilityScanConfigLanguage) UnmarshalJSON(bytes []byte) (err error)

type ModelVulnerabilityScanResult ¶

type ModelVulnerabilityScanResult struct {
	CloudAccountId        string               `json:"cloud_account_id"`
	CreatedAt             int64                `json:"created_at"`
	DockerContainerName   string               `json:"docker_container_name"`
	DockerImageName       string               `json:"docker_image_name"`
	HostName              string               `json:"host_name"`
	KubernetesClusterName string               `json:"kubernetes_cluster_name"`
	NodeId                string               `json:"node_id"`
	NodeName              string               `json:"node_name"`
	NodeType              string               `json:"node_type"`
	ScanId                string               `json:"scan_id"`
	SeverityCounts        map[string]int32     `json:"severity_counts"`
	UpdatedAt             int64                `json:"updated_at"`
	Vulnerabilities       []ModelVulnerability `json:"vulnerabilities"`
}

ModelVulnerabilityScanResult struct for ModelVulnerabilityScanResult

func NewModelVulnerabilityScanResult ¶

func NewModelVulnerabilityScanResult(cloudAccountId string, createdAt int64, dockerContainerName string, dockerImageName string, hostName string, kubernetesClusterName string, nodeId string, nodeName string, nodeType string, scanId string, severityCounts map[string]int32, updatedAt int64, vulnerabilities []ModelVulnerability) *ModelVulnerabilityScanResult

NewModelVulnerabilityScanResult instantiates a new ModelVulnerabilityScanResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelVulnerabilityScanResultWithDefaults ¶

func NewModelVulnerabilityScanResultWithDefaults() *ModelVulnerabilityScanResult

NewModelVulnerabilityScanResultWithDefaults instantiates a new ModelVulnerabilityScanResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelVulnerabilityScanResult) GetCloudAccountId ¶

func (o *ModelVulnerabilityScanResult) GetCloudAccountId() string

GetCloudAccountId returns the CloudAccountId field value

func (*ModelVulnerabilityScanResult) GetCloudAccountIdOk ¶

func (o *ModelVulnerabilityScanResult) GetCloudAccountIdOk() (*string, bool)

GetCloudAccountIdOk returns a tuple with the CloudAccountId field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityScanResult) GetCreatedAt ¶

func (o *ModelVulnerabilityScanResult) GetCreatedAt() int64

GetCreatedAt returns the CreatedAt field value

func (*ModelVulnerabilityScanResult) GetCreatedAtOk ¶

func (o *ModelVulnerabilityScanResult) GetCreatedAtOk() (*int64, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityScanResult) GetDockerContainerName ¶

func (o *ModelVulnerabilityScanResult) GetDockerContainerName() string

GetDockerContainerName returns the DockerContainerName field value

func (*ModelVulnerabilityScanResult) GetDockerContainerNameOk ¶

func (o *ModelVulnerabilityScanResult) GetDockerContainerNameOk() (*string, bool)

GetDockerContainerNameOk returns a tuple with the DockerContainerName field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityScanResult) GetDockerImageName ¶

func (o *ModelVulnerabilityScanResult) GetDockerImageName() string

GetDockerImageName returns the DockerImageName field value

func (*ModelVulnerabilityScanResult) GetDockerImageNameOk ¶

func (o *ModelVulnerabilityScanResult) GetDockerImageNameOk() (*string, bool)

GetDockerImageNameOk returns a tuple with the DockerImageName field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityScanResult) GetHostName ¶

func (o *ModelVulnerabilityScanResult) GetHostName() string

GetHostName returns the HostName field value

func (*ModelVulnerabilityScanResult) GetHostNameOk ¶

func (o *ModelVulnerabilityScanResult) GetHostNameOk() (*string, bool)

GetHostNameOk returns a tuple with the HostName field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityScanResult) GetKubernetesClusterName ¶

func (o *ModelVulnerabilityScanResult) GetKubernetesClusterName() string

GetKubernetesClusterName returns the KubernetesClusterName field value

func (*ModelVulnerabilityScanResult) GetKubernetesClusterNameOk ¶

func (o *ModelVulnerabilityScanResult) GetKubernetesClusterNameOk() (*string, bool)

GetKubernetesClusterNameOk returns a tuple with the KubernetesClusterName field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityScanResult) GetNodeId ¶

func (o *ModelVulnerabilityScanResult) GetNodeId() string

GetNodeId returns the NodeId field value

func (*ModelVulnerabilityScanResult) GetNodeIdOk ¶

func (o *ModelVulnerabilityScanResult) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityScanResult) GetNodeName ¶

func (o *ModelVulnerabilityScanResult) GetNodeName() string

GetNodeName returns the NodeName field value

func (*ModelVulnerabilityScanResult) GetNodeNameOk ¶

func (o *ModelVulnerabilityScanResult) GetNodeNameOk() (*string, bool)

GetNodeNameOk returns a tuple with the NodeName field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityScanResult) GetNodeType ¶

func (o *ModelVulnerabilityScanResult) GetNodeType() string

GetNodeType returns the NodeType field value

func (*ModelVulnerabilityScanResult) GetNodeTypeOk ¶

func (o *ModelVulnerabilityScanResult) GetNodeTypeOk() (*string, bool)

GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityScanResult) GetScanId ¶

func (o *ModelVulnerabilityScanResult) GetScanId() string

GetScanId returns the ScanId field value

func (*ModelVulnerabilityScanResult) GetScanIdOk ¶

func (o *ModelVulnerabilityScanResult) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityScanResult) GetSeverityCounts ¶

func (o *ModelVulnerabilityScanResult) GetSeverityCounts() map[string]int32

GetSeverityCounts returns the SeverityCounts field value If the value is explicit nil, the zero value for map[string]int32 will be returned

func (*ModelVulnerabilityScanResult) GetSeverityCountsOk ¶

func (o *ModelVulnerabilityScanResult) GetSeverityCountsOk() (*map[string]int32, bool)

GetSeverityCountsOk returns a tuple with the SeverityCounts field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelVulnerabilityScanResult) GetUpdatedAt ¶

func (o *ModelVulnerabilityScanResult) GetUpdatedAt() int64

GetUpdatedAt returns the UpdatedAt field value

func (*ModelVulnerabilityScanResult) GetUpdatedAtOk ¶

func (o *ModelVulnerabilityScanResult) GetUpdatedAtOk() (*int64, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityScanResult) GetVulnerabilities ¶

func (o *ModelVulnerabilityScanResult) GetVulnerabilities() []ModelVulnerability

GetVulnerabilities returns the Vulnerabilities field value If the value is explicit nil, the zero value for []ModelVulnerability will be returned

func (*ModelVulnerabilityScanResult) GetVulnerabilitiesOk ¶

func (o *ModelVulnerabilityScanResult) GetVulnerabilitiesOk() ([]ModelVulnerability, bool)

GetVulnerabilitiesOk returns a tuple with the Vulnerabilities field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ModelVulnerabilityScanResult) MarshalJSON ¶

func (o ModelVulnerabilityScanResult) MarshalJSON() ([]byte, error)

func (*ModelVulnerabilityScanResult) SetCloudAccountId ¶

func (o *ModelVulnerabilityScanResult) SetCloudAccountId(v string)

SetCloudAccountId sets field value

func (*ModelVulnerabilityScanResult) SetCreatedAt ¶

func (o *ModelVulnerabilityScanResult) SetCreatedAt(v int64)

SetCreatedAt sets field value

func (*ModelVulnerabilityScanResult) SetDockerContainerName ¶

func (o *ModelVulnerabilityScanResult) SetDockerContainerName(v string)

SetDockerContainerName sets field value

func (*ModelVulnerabilityScanResult) SetDockerImageName ¶

func (o *ModelVulnerabilityScanResult) SetDockerImageName(v string)

SetDockerImageName sets field value

func (*ModelVulnerabilityScanResult) SetHostName ¶

func (o *ModelVulnerabilityScanResult) SetHostName(v string)

SetHostName sets field value

func (*ModelVulnerabilityScanResult) SetKubernetesClusterName ¶

func (o *ModelVulnerabilityScanResult) SetKubernetesClusterName(v string)

SetKubernetesClusterName sets field value

func (*ModelVulnerabilityScanResult) SetNodeId ¶

func (o *ModelVulnerabilityScanResult) SetNodeId(v string)

SetNodeId sets field value

func (*ModelVulnerabilityScanResult) SetNodeName ¶

func (o *ModelVulnerabilityScanResult) SetNodeName(v string)

SetNodeName sets field value

func (*ModelVulnerabilityScanResult) SetNodeType ¶

func (o *ModelVulnerabilityScanResult) SetNodeType(v string)

SetNodeType sets field value

func (*ModelVulnerabilityScanResult) SetScanId ¶

func (o *ModelVulnerabilityScanResult) SetScanId(v string)

SetScanId sets field value

func (*ModelVulnerabilityScanResult) SetSeverityCounts ¶

func (o *ModelVulnerabilityScanResult) SetSeverityCounts(v map[string]int32)

SetSeverityCounts sets field value

func (*ModelVulnerabilityScanResult) SetUpdatedAt ¶

func (o *ModelVulnerabilityScanResult) SetUpdatedAt(v int64)

SetUpdatedAt sets field value

func (*ModelVulnerabilityScanResult) SetVulnerabilities ¶

func (o *ModelVulnerabilityScanResult) SetVulnerabilities(v []ModelVulnerability)

SetVulnerabilities sets field value

func (ModelVulnerabilityScanResult) ToMap ¶

func (o ModelVulnerabilityScanResult) ToMap() (map[string]interface{}, error)

func (*ModelVulnerabilityScanResult) UnmarshalJSON ¶

func (o *ModelVulnerabilityScanResult) UnmarshalJSON(bytes []byte) (err error)

type ModelVulnerabilityScanTriggerReq ¶

type ModelVulnerabilityScanTriggerReq struct {
	Filters    ModelScanFilter                        `json:"filters"`
	IsPriority *bool                                  `json:"is_priority,omitempty"`
	NodeIds    []ModelNodeIdentifier                  `json:"node_ids"`
	ScanConfig []ModelVulnerabilityScanConfigLanguage `json:"scan_config"`
}

ModelVulnerabilityScanTriggerReq struct for ModelVulnerabilityScanTriggerReq

func NewModelVulnerabilityScanTriggerReq ¶

func NewModelVulnerabilityScanTriggerReq(filters ModelScanFilter, nodeIds []ModelNodeIdentifier, scanConfig []ModelVulnerabilityScanConfigLanguage) *ModelVulnerabilityScanTriggerReq

NewModelVulnerabilityScanTriggerReq instantiates a new ModelVulnerabilityScanTriggerReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelVulnerabilityScanTriggerReqWithDefaults ¶

func NewModelVulnerabilityScanTriggerReqWithDefaults() *ModelVulnerabilityScanTriggerReq

NewModelVulnerabilityScanTriggerReqWithDefaults instantiates a new ModelVulnerabilityScanTriggerReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelVulnerabilityScanTriggerReq) GetFilters ¶

GetFilters returns the Filters field value

func (*ModelVulnerabilityScanTriggerReq) GetFiltersOk ¶

GetFiltersOk returns a tuple with the Filters field value and a boolean to check if the value has been set.

func (*ModelVulnerabilityScanTriggerReq) GetIsPriority ¶

func (o *ModelVulnerabilityScanTriggerReq) GetIsPriority() bool

GetIsPriority returns the IsPriority field value if set, zero value otherwise.

func (*ModelVulnerabilityScanTriggerReq) GetIsPriorityOk ¶

func (o *ModelVulnerabilityScanTriggerReq) GetIsPriorityOk() (*bool, bool)

GetIsPriorityOk returns a tuple with the IsPriority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelVulnerabilityScanTriggerReq) GetNodeIds ¶

GetNodeIds returns the NodeIds field value If the value is explicit nil, the zero value for []ModelNodeIdentifier will be returned

func (*ModelVulnerabilityScanTriggerReq) GetNodeIdsOk ¶

GetNodeIdsOk returns a tuple with the NodeIds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelVulnerabilityScanTriggerReq) GetScanConfig ¶

GetScanConfig returns the ScanConfig field value If the value is explicit nil, the zero value for []ModelVulnerabilityScanConfigLanguage will be returned

func (*ModelVulnerabilityScanTriggerReq) GetScanConfigOk ¶

GetScanConfigOk returns a tuple with the ScanConfig field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ModelVulnerabilityScanTriggerReq) HasIsPriority ¶

func (o *ModelVulnerabilityScanTriggerReq) HasIsPriority() bool

HasIsPriority returns a boolean if a field has been set.

func (ModelVulnerabilityScanTriggerReq) MarshalJSON ¶

func (o ModelVulnerabilityScanTriggerReq) MarshalJSON() ([]byte, error)

func (*ModelVulnerabilityScanTriggerReq) SetFilters ¶

SetFilters sets field value

func (*ModelVulnerabilityScanTriggerReq) SetIsPriority ¶

func (o *ModelVulnerabilityScanTriggerReq) SetIsPriority(v bool)

SetIsPriority gets a reference to the given bool and assigns it to the IsPriority field.

func (*ModelVulnerabilityScanTriggerReq) SetNodeIds ¶

SetNodeIds sets field value

func (*ModelVulnerabilityScanTriggerReq) SetScanConfig ¶

SetScanConfig sets field value

func (ModelVulnerabilityScanTriggerReq) ToMap ¶

func (o ModelVulnerabilityScanTriggerReq) ToMap() (map[string]interface{}, error)

func (*ModelVulnerabilityScanTriggerReq) UnmarshalJSON ¶

func (o *ModelVulnerabilityScanTriggerReq) UnmarshalJSON(bytes []byte) (err error)

type NullableApiDocsBadRequestResponse ¶

type NullableApiDocsBadRequestResponse struct {
	// contains filtered or unexported fields
}

func (NullableApiDocsBadRequestResponse) Get ¶

func (NullableApiDocsBadRequestResponse) IsSet ¶

func (NullableApiDocsBadRequestResponse) MarshalJSON ¶

func (v NullableApiDocsBadRequestResponse) MarshalJSON() ([]byte, error)

func (*NullableApiDocsBadRequestResponse) Set ¶

func (*NullableApiDocsBadRequestResponse) UnmarshalJSON ¶

func (v *NullableApiDocsBadRequestResponse) UnmarshalJSON(src []byte) error

func (*NullableApiDocsBadRequestResponse) Unset ¶

type NullableApiDocsFailureResponse ¶

type NullableApiDocsFailureResponse struct {
	// contains filtered or unexported fields
}

func (NullableApiDocsFailureResponse) Get ¶

func (NullableApiDocsFailureResponse) IsSet ¶

func (NullableApiDocsFailureResponse) MarshalJSON ¶

func (v NullableApiDocsFailureResponse) MarshalJSON() ([]byte, error)

func (*NullableApiDocsFailureResponse) Set ¶

func (*NullableApiDocsFailureResponse) UnmarshalJSON ¶

func (v *NullableApiDocsFailureResponse) UnmarshalJSON(src []byte) error

func (*NullableApiDocsFailureResponse) Unset ¶

func (v *NullableApiDocsFailureResponse) Unset()

type NullableBool ¶

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool ¶

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get ¶

func (v NullableBool) Get() *bool

func (NullableBool) IsSet ¶

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON ¶

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set ¶

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON ¶

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset ¶

func (v *NullableBool) Unset()

type NullableCompletionCompletionNodeFieldReq ¶

type NullableCompletionCompletionNodeFieldReq struct {
	// contains filtered or unexported fields
}

func (NullableCompletionCompletionNodeFieldReq) Get ¶

func (NullableCompletionCompletionNodeFieldReq) IsSet ¶

func (NullableCompletionCompletionNodeFieldReq) MarshalJSON ¶

func (*NullableCompletionCompletionNodeFieldReq) Set ¶

func (*NullableCompletionCompletionNodeFieldReq) UnmarshalJSON ¶

func (v *NullableCompletionCompletionNodeFieldReq) UnmarshalJSON(src []byte) error

func (*NullableCompletionCompletionNodeFieldReq) Unset ¶

type NullableCompletionCompletionNodeFieldRes ¶

type NullableCompletionCompletionNodeFieldRes struct {
	// contains filtered or unexported fields
}

func (NullableCompletionCompletionNodeFieldRes) Get ¶

func (NullableCompletionCompletionNodeFieldRes) IsSet ¶

func (NullableCompletionCompletionNodeFieldRes) MarshalJSON ¶

func (*NullableCompletionCompletionNodeFieldRes) Set ¶

func (*NullableCompletionCompletionNodeFieldRes) UnmarshalJSON ¶

func (v *NullableCompletionCompletionNodeFieldRes) UnmarshalJSON(src []byte) error

func (*NullableCompletionCompletionNodeFieldRes) Unset ¶

type NullableControlsAction ¶

type NullableControlsAction struct {
	// contains filtered or unexported fields
}

func NewNullableControlsAction ¶

func NewNullableControlsAction(val *ControlsAction) *NullableControlsAction

func (NullableControlsAction) Get ¶

func (NullableControlsAction) IsSet ¶

func (v NullableControlsAction) IsSet() bool

func (NullableControlsAction) MarshalJSON ¶

func (v NullableControlsAction) MarshalJSON() ([]byte, error)

func (*NullableControlsAction) Set ¶

func (*NullableControlsAction) UnmarshalJSON ¶

func (v *NullableControlsAction) UnmarshalJSON(src []byte) error

func (*NullableControlsAction) Unset ¶

func (v *NullableControlsAction) Unset()

type NullableControlsAgentBeat ¶

type NullableControlsAgentBeat struct {
	// contains filtered or unexported fields
}

func NewNullableControlsAgentBeat ¶

func NewNullableControlsAgentBeat(val *ControlsAgentBeat) *NullableControlsAgentBeat

func (NullableControlsAgentBeat) Get ¶

func (NullableControlsAgentBeat) IsSet ¶

func (v NullableControlsAgentBeat) IsSet() bool

func (NullableControlsAgentBeat) MarshalJSON ¶

func (v NullableControlsAgentBeat) MarshalJSON() ([]byte, error)

func (*NullableControlsAgentBeat) Set ¶

func (*NullableControlsAgentBeat) UnmarshalJSON ¶

func (v *NullableControlsAgentBeat) UnmarshalJSON(src []byte) error

func (*NullableControlsAgentBeat) Unset ¶

func (v *NullableControlsAgentBeat) Unset()

type NullableControlsAgentControls ¶

type NullableControlsAgentControls struct {
	// contains filtered or unexported fields
}

func (NullableControlsAgentControls) Get ¶

func (NullableControlsAgentControls) IsSet ¶

func (NullableControlsAgentControls) MarshalJSON ¶

func (v NullableControlsAgentControls) MarshalJSON() ([]byte, error)

func (*NullableControlsAgentControls) Set ¶

func (*NullableControlsAgentControls) UnmarshalJSON ¶

func (v *NullableControlsAgentControls) UnmarshalJSON(src []byte) error

func (*NullableControlsAgentControls) Unset ¶

func (v *NullableControlsAgentControls) Unset()

type NullableDetailedConnectionSummary ¶

type NullableDetailedConnectionSummary struct {
	// contains filtered or unexported fields
}

func (NullableDetailedConnectionSummary) Get ¶

func (NullableDetailedConnectionSummary) IsSet ¶

func (NullableDetailedConnectionSummary) MarshalJSON ¶

func (v NullableDetailedConnectionSummary) MarshalJSON() ([]byte, error)

func (*NullableDetailedConnectionSummary) Set ¶

func (*NullableDetailedConnectionSummary) UnmarshalJSON ¶

func (v *NullableDetailedConnectionSummary) UnmarshalJSON(src []byte) error

func (*NullableDetailedConnectionSummary) Unset ¶

type NullableDetailedNodeSummary ¶

type NullableDetailedNodeSummary struct {
	// contains filtered or unexported fields
}

func (NullableDetailedNodeSummary) Get ¶

func (NullableDetailedNodeSummary) IsSet ¶

func (NullableDetailedNodeSummary) MarshalJSON ¶

func (v NullableDetailedNodeSummary) MarshalJSON() ([]byte, error)

func (*NullableDetailedNodeSummary) Set ¶

func (*NullableDetailedNodeSummary) UnmarshalJSON ¶

func (v *NullableDetailedNodeSummary) UnmarshalJSON(src []byte) error

func (*NullableDetailedNodeSummary) Unset ¶

func (v *NullableDetailedNodeSummary) Unset()
type NullableDiagnosisDiagnosticLogsLink struct {
	// contains filtered or unexported fields
}

func (NullableDiagnosisDiagnosticLogsLink) Get ¶

func (NullableDiagnosisDiagnosticLogsLink) IsSet ¶

func (NullableDiagnosisDiagnosticLogsLink) MarshalJSON ¶

func (v NullableDiagnosisDiagnosticLogsLink) MarshalJSON() ([]byte, error)

func (*NullableDiagnosisDiagnosticLogsLink) Set ¶

func (*NullableDiagnosisDiagnosticLogsLink) UnmarshalJSON ¶

func (v *NullableDiagnosisDiagnosticLogsLink) UnmarshalJSON(src []byte) error

func (*NullableDiagnosisDiagnosticLogsLink) Unset ¶

type NullableDiagnosisDiagnosticLogsStatus ¶

type NullableDiagnosisDiagnosticLogsStatus struct {
	// contains filtered or unexported fields
}

func (NullableDiagnosisDiagnosticLogsStatus) Get ¶

func (NullableDiagnosisDiagnosticLogsStatus) IsSet ¶

func (NullableDiagnosisDiagnosticLogsStatus) MarshalJSON ¶

func (v NullableDiagnosisDiagnosticLogsStatus) MarshalJSON() ([]byte, error)

func (*NullableDiagnosisDiagnosticLogsStatus) Set ¶

func (*NullableDiagnosisDiagnosticLogsStatus) UnmarshalJSON ¶

func (v *NullableDiagnosisDiagnosticLogsStatus) UnmarshalJSON(src []byte) error

func (*NullableDiagnosisDiagnosticLogsStatus) Unset ¶

type NullableDiagnosisDiagnosticNotification ¶

type NullableDiagnosisDiagnosticNotification struct {
	// contains filtered or unexported fields
}

func (NullableDiagnosisDiagnosticNotification) Get ¶

func (NullableDiagnosisDiagnosticNotification) IsSet ¶

func (NullableDiagnosisDiagnosticNotification) MarshalJSON ¶

func (v NullableDiagnosisDiagnosticNotification) MarshalJSON() ([]byte, error)

func (*NullableDiagnosisDiagnosticNotification) Set ¶

func (*NullableDiagnosisDiagnosticNotification) UnmarshalJSON ¶

func (v *NullableDiagnosisDiagnosticNotification) UnmarshalJSON(src []byte) error

func (*NullableDiagnosisDiagnosticNotification) Unset ¶

type NullableDiagnosisGenerateAgentDiagnosticLogsRequest ¶

type NullableDiagnosisGenerateAgentDiagnosticLogsRequest struct {
	// contains filtered or unexported fields
}

func (NullableDiagnosisGenerateAgentDiagnosticLogsRequest) Get ¶

func (NullableDiagnosisGenerateAgentDiagnosticLogsRequest) IsSet ¶

func (NullableDiagnosisGenerateAgentDiagnosticLogsRequest) MarshalJSON ¶

func (*NullableDiagnosisGenerateAgentDiagnosticLogsRequest) Set ¶

func (*NullableDiagnosisGenerateAgentDiagnosticLogsRequest) UnmarshalJSON ¶

func (*NullableDiagnosisGenerateAgentDiagnosticLogsRequest) Unset ¶

type NullableDiagnosisGenerateCloudScannerDiagnosticLogsRequest ¶

type NullableDiagnosisGenerateCloudScannerDiagnosticLogsRequest struct {
	// contains filtered or unexported fields
}

func (NullableDiagnosisGenerateCloudScannerDiagnosticLogsRequest) Get ¶

func (NullableDiagnosisGenerateCloudScannerDiagnosticLogsRequest) IsSet ¶

func (NullableDiagnosisGenerateCloudScannerDiagnosticLogsRequest) MarshalJSON ¶

func (*NullableDiagnosisGenerateCloudScannerDiagnosticLogsRequest) Set ¶

func (*NullableDiagnosisGenerateCloudScannerDiagnosticLogsRequest) UnmarshalJSON ¶

func (*NullableDiagnosisGenerateCloudScannerDiagnosticLogsRequest) Unset ¶

type NullableDiagnosisGenerateConsoleDiagnosticLogsRequest ¶

type NullableDiagnosisGenerateConsoleDiagnosticLogsRequest struct {
	// contains filtered or unexported fields
}

func (NullableDiagnosisGenerateConsoleDiagnosticLogsRequest) Get ¶

func (NullableDiagnosisGenerateConsoleDiagnosticLogsRequest) IsSet ¶

func (NullableDiagnosisGenerateConsoleDiagnosticLogsRequest) MarshalJSON ¶

func (*NullableDiagnosisGenerateConsoleDiagnosticLogsRequest) Set ¶

func (*NullableDiagnosisGenerateConsoleDiagnosticLogsRequest) UnmarshalJSON ¶

func (*NullableDiagnosisGenerateConsoleDiagnosticLogsRequest) Unset ¶

type NullableDiagnosisGetDiagnosticLogsResponse ¶

type NullableDiagnosisGetDiagnosticLogsResponse struct {
	// contains filtered or unexported fields
}

func (NullableDiagnosisGetDiagnosticLogsResponse) Get ¶

func (NullableDiagnosisGetDiagnosticLogsResponse) IsSet ¶

func (NullableDiagnosisGetDiagnosticLogsResponse) MarshalJSON ¶

func (*NullableDiagnosisGetDiagnosticLogsResponse) Set ¶

func (*NullableDiagnosisGetDiagnosticLogsResponse) UnmarshalJSON ¶

func (v *NullableDiagnosisGetDiagnosticLogsResponse) UnmarshalJSON(src []byte) error

func (*NullableDiagnosisGetDiagnosticLogsResponse) Unset ¶

type NullableDiagnosisNodeIdentifier ¶

type NullableDiagnosisNodeIdentifier struct {
	// contains filtered or unexported fields
}

func (NullableDiagnosisNodeIdentifier) Get ¶

func (NullableDiagnosisNodeIdentifier) IsSet ¶

func (NullableDiagnosisNodeIdentifier) MarshalJSON ¶

func (v NullableDiagnosisNodeIdentifier) MarshalJSON() ([]byte, error)

func (*NullableDiagnosisNodeIdentifier) Set ¶

func (*NullableDiagnosisNodeIdentifier) UnmarshalJSON ¶

func (v *NullableDiagnosisNodeIdentifier) UnmarshalJSON(src []byte) error

func (*NullableDiagnosisNodeIdentifier) Unset ¶

type NullableFloat32 ¶

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32 ¶

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get ¶

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet ¶

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON ¶

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set ¶

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON ¶

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset ¶

func (v *NullableFloat32) Unset()

type NullableFloat64 ¶

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64 ¶

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get ¶

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet ¶

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON ¶

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set ¶

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON ¶

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset ¶

func (v *NullableFloat64) Unset()

type NullableGraphCloudProviderFilter ¶

type NullableGraphCloudProviderFilter struct {
	// contains filtered or unexported fields
}

func (NullableGraphCloudProviderFilter) Get ¶

func (NullableGraphCloudProviderFilter) IsSet ¶

func (NullableGraphCloudProviderFilter) MarshalJSON ¶

func (v NullableGraphCloudProviderFilter) MarshalJSON() ([]byte, error)

func (*NullableGraphCloudProviderFilter) Set ¶

func (*NullableGraphCloudProviderFilter) UnmarshalJSON ¶

func (v *NullableGraphCloudProviderFilter) UnmarshalJSON(src []byte) error

func (*NullableGraphCloudProviderFilter) Unset ¶

type NullableGraphIndividualThreatGraph ¶

type NullableGraphIndividualThreatGraph struct {
	// contains filtered or unexported fields
}

func (NullableGraphIndividualThreatGraph) Get ¶

func (NullableGraphIndividualThreatGraph) IsSet ¶

func (NullableGraphIndividualThreatGraph) MarshalJSON ¶

func (v NullableGraphIndividualThreatGraph) MarshalJSON() ([]byte, error)

func (*NullableGraphIndividualThreatGraph) Set ¶

func (*NullableGraphIndividualThreatGraph) UnmarshalJSON ¶

func (v *NullableGraphIndividualThreatGraph) UnmarshalJSON(src []byte) error

func (*NullableGraphIndividualThreatGraph) Unset ¶

type NullableGraphIndividualThreatGraphRequest ¶

type NullableGraphIndividualThreatGraphRequest struct {
	// contains filtered or unexported fields
}

func (NullableGraphIndividualThreatGraphRequest) Get ¶

func (NullableGraphIndividualThreatGraphRequest) IsSet ¶

func (NullableGraphIndividualThreatGraphRequest) MarshalJSON ¶

func (*NullableGraphIndividualThreatGraphRequest) Set ¶

func (*NullableGraphIndividualThreatGraphRequest) UnmarshalJSON ¶

func (v *NullableGraphIndividualThreatGraphRequest) UnmarshalJSON(src []byte) error

func (*NullableGraphIndividualThreatGraphRequest) Unset ¶

type NullableGraphNodeInfo ¶

type NullableGraphNodeInfo struct {
	// contains filtered or unexported fields
}

func NewNullableGraphNodeInfo ¶

func NewNullableGraphNodeInfo(val *GraphNodeInfo) *NullableGraphNodeInfo

func (NullableGraphNodeInfo) Get ¶

func (NullableGraphNodeInfo) IsSet ¶

func (v NullableGraphNodeInfo) IsSet() bool

func (NullableGraphNodeInfo) MarshalJSON ¶

func (v NullableGraphNodeInfo) MarshalJSON() ([]byte, error)

func (*NullableGraphNodeInfo) Set ¶

func (v *NullableGraphNodeInfo) Set(val *GraphNodeInfo)

func (*NullableGraphNodeInfo) UnmarshalJSON ¶

func (v *NullableGraphNodeInfo) UnmarshalJSON(src []byte) error

func (*NullableGraphNodeInfo) Unset ¶

func (v *NullableGraphNodeInfo) Unset()

type NullableGraphProviderThreatGraph ¶

type NullableGraphProviderThreatGraph struct {
	// contains filtered or unexported fields
}

func (NullableGraphProviderThreatGraph) Get ¶

func (NullableGraphProviderThreatGraph) IsSet ¶

func (NullableGraphProviderThreatGraph) MarshalJSON ¶

func (v NullableGraphProviderThreatGraph) MarshalJSON() ([]byte, error)

func (*NullableGraphProviderThreatGraph) Set ¶

func (*NullableGraphProviderThreatGraph) UnmarshalJSON ¶

func (v *NullableGraphProviderThreatGraph) UnmarshalJSON(src []byte) error

func (*NullableGraphProviderThreatGraph) Unset ¶

type NullableGraphThreatFilters ¶

type NullableGraphThreatFilters struct {
	// contains filtered or unexported fields
}

func NewNullableGraphThreatFilters ¶

func NewNullableGraphThreatFilters(val *GraphThreatFilters) *NullableGraphThreatFilters

func (NullableGraphThreatFilters) Get ¶

func (NullableGraphThreatFilters) IsSet ¶

func (v NullableGraphThreatFilters) IsSet() bool

func (NullableGraphThreatFilters) MarshalJSON ¶

func (v NullableGraphThreatFilters) MarshalJSON() ([]byte, error)

func (*NullableGraphThreatFilters) Set ¶

func (*NullableGraphThreatFilters) UnmarshalJSON ¶

func (v *NullableGraphThreatFilters) UnmarshalJSON(src []byte) error

func (*NullableGraphThreatFilters) Unset ¶

func (v *NullableGraphThreatFilters) Unset()

type NullableGraphThreatNodeInfo ¶

type NullableGraphThreatNodeInfo struct {
	// contains filtered or unexported fields
}

func (NullableGraphThreatNodeInfo) Get ¶

func (NullableGraphThreatNodeInfo) IsSet ¶

func (NullableGraphThreatNodeInfo) MarshalJSON ¶

func (v NullableGraphThreatNodeInfo) MarshalJSON() ([]byte, error)

func (*NullableGraphThreatNodeInfo) Set ¶

func (*NullableGraphThreatNodeInfo) UnmarshalJSON ¶

func (v *NullableGraphThreatNodeInfo) UnmarshalJSON(src []byte) error

func (*NullableGraphThreatNodeInfo) Unset ¶

func (v *NullableGraphThreatNodeInfo) Unset()

type NullableGraphTopologyFilters ¶

type NullableGraphTopologyFilters struct {
	// contains filtered or unexported fields
}

func (NullableGraphTopologyFilters) Get ¶

func (NullableGraphTopologyFilters) IsSet ¶

func (NullableGraphTopologyFilters) MarshalJSON ¶

func (v NullableGraphTopologyFilters) MarshalJSON() ([]byte, error)

func (*NullableGraphTopologyFilters) Set ¶

func (*NullableGraphTopologyFilters) UnmarshalJSON ¶

func (v *NullableGraphTopologyFilters) UnmarshalJSON(src []byte) error

func (*NullableGraphTopologyFilters) Unset ¶

func (v *NullableGraphTopologyFilters) Unset()

type NullableIngestersCloudCompliance ¶

type NullableIngestersCloudCompliance struct {
	// contains filtered or unexported fields
}

func (NullableIngestersCloudCompliance) Get ¶

func (NullableIngestersCloudCompliance) IsSet ¶

func (NullableIngestersCloudCompliance) MarshalJSON ¶

func (v NullableIngestersCloudCompliance) MarshalJSON() ([]byte, error)

func (*NullableIngestersCloudCompliance) Set ¶

func (*NullableIngestersCloudCompliance) UnmarshalJSON ¶

func (v *NullableIngestersCloudCompliance) UnmarshalJSON(src []byte) error

func (*NullableIngestersCloudCompliance) Unset ¶

type NullableIngestersCloudComplianceScanStatus ¶

type NullableIngestersCloudComplianceScanStatus struct {
	// contains filtered or unexported fields
}

func (NullableIngestersCloudComplianceScanStatus) Get ¶

func (NullableIngestersCloudComplianceScanStatus) IsSet ¶

func (NullableIngestersCloudComplianceScanStatus) MarshalJSON ¶

func (*NullableIngestersCloudComplianceScanStatus) Set ¶

func (*NullableIngestersCloudComplianceScanStatus) UnmarshalJSON ¶

func (v *NullableIngestersCloudComplianceScanStatus) UnmarshalJSON(src []byte) error

func (*NullableIngestersCloudComplianceScanStatus) Unset ¶

type NullableIngestersCloudResource ¶

type NullableIngestersCloudResource struct {
	// contains filtered or unexported fields
}

func (NullableIngestersCloudResource) Get ¶

func (NullableIngestersCloudResource) IsSet ¶

func (NullableIngestersCloudResource) MarshalJSON ¶

func (v NullableIngestersCloudResource) MarshalJSON() ([]byte, error)

func (*NullableIngestersCloudResource) Set ¶

func (*NullableIngestersCloudResource) UnmarshalJSON ¶

func (v *NullableIngestersCloudResource) UnmarshalJSON(src []byte) error

func (*NullableIngestersCloudResource) Unset ¶

func (v *NullableIngestersCloudResource) Unset()

type NullableIngestersCompliance ¶

type NullableIngestersCompliance struct {
	// contains filtered or unexported fields
}

func (NullableIngestersCompliance) Get ¶

func (NullableIngestersCompliance) IsSet ¶

func (NullableIngestersCompliance) MarshalJSON ¶

func (v NullableIngestersCompliance) MarshalJSON() ([]byte, error)

func (*NullableIngestersCompliance) Set ¶

func (*NullableIngestersCompliance) UnmarshalJSON ¶

func (v *NullableIngestersCompliance) UnmarshalJSON(src []byte) error

func (*NullableIngestersCompliance) Unset ¶

func (v *NullableIngestersCompliance) Unset()

type NullableIngestersComplianceScanStatus ¶

type NullableIngestersComplianceScanStatus struct {
	// contains filtered or unexported fields
}

func (NullableIngestersComplianceScanStatus) Get ¶

func (NullableIngestersComplianceScanStatus) IsSet ¶

func (NullableIngestersComplianceScanStatus) MarshalJSON ¶

func (v NullableIngestersComplianceScanStatus) MarshalJSON() ([]byte, error)

func (*NullableIngestersComplianceScanStatus) Set ¶

func (*NullableIngestersComplianceScanStatus) UnmarshalJSON ¶

func (v *NullableIngestersComplianceScanStatus) UnmarshalJSON(src []byte) error

func (*NullableIngestersComplianceScanStatus) Unset ¶

type NullableIngestersComplianceStats ¶

type NullableIngestersComplianceStats struct {
	// contains filtered or unexported fields
}

func (NullableIngestersComplianceStats) Get ¶

func (NullableIngestersComplianceStats) IsSet ¶

func (NullableIngestersComplianceStats) MarshalJSON ¶

func (v NullableIngestersComplianceStats) MarshalJSON() ([]byte, error)

func (*NullableIngestersComplianceStats) Set ¶

func (*NullableIngestersComplianceStats) UnmarshalJSON ¶

func (v *NullableIngestersComplianceStats) UnmarshalJSON(src []byte) error

func (*NullableIngestersComplianceStats) Unset ¶

type NullableIngestersMalware ¶

type NullableIngestersMalware struct {
	// contains filtered or unexported fields
}

func NewNullableIngestersMalware ¶

func NewNullableIngestersMalware(val *IngestersMalware) *NullableIngestersMalware

func (NullableIngestersMalware) Get ¶

func (NullableIngestersMalware) IsSet ¶

func (v NullableIngestersMalware) IsSet() bool

func (NullableIngestersMalware) MarshalJSON ¶

func (v NullableIngestersMalware) MarshalJSON() ([]byte, error)

func (*NullableIngestersMalware) Set ¶

func (*NullableIngestersMalware) UnmarshalJSON ¶

func (v *NullableIngestersMalware) UnmarshalJSON(src []byte) error

func (*NullableIngestersMalware) Unset ¶

func (v *NullableIngestersMalware) Unset()

type NullableIngestersMalwareScanStatus ¶

type NullableIngestersMalwareScanStatus struct {
	// contains filtered or unexported fields
}

func (NullableIngestersMalwareScanStatus) Get ¶

func (NullableIngestersMalwareScanStatus) IsSet ¶

func (NullableIngestersMalwareScanStatus) MarshalJSON ¶

func (v NullableIngestersMalwareScanStatus) MarshalJSON() ([]byte, error)

func (*NullableIngestersMalwareScanStatus) Set ¶

func (*NullableIngestersMalwareScanStatus) UnmarshalJSON ¶

func (v *NullableIngestersMalwareScanStatus) UnmarshalJSON(src []byte) error

func (*NullableIngestersMalwareScanStatus) Unset ¶

type NullableIngestersMetaRules ¶

type NullableIngestersMetaRules struct {
	// contains filtered or unexported fields
}

func NewNullableIngestersMetaRules ¶

func NewNullableIngestersMetaRules(val *IngestersMetaRules) *NullableIngestersMetaRules

func (NullableIngestersMetaRules) Get ¶

func (NullableIngestersMetaRules) IsSet ¶

func (v NullableIngestersMetaRules) IsSet() bool

func (NullableIngestersMetaRules) MarshalJSON ¶

func (v NullableIngestersMetaRules) MarshalJSON() ([]byte, error)

func (*NullableIngestersMetaRules) Set ¶

func (*NullableIngestersMetaRules) UnmarshalJSON ¶

func (v *NullableIngestersMetaRules) UnmarshalJSON(src []byte) error

func (*NullableIngestersMetaRules) Unset ¶

func (v *NullableIngestersMetaRules) Unset()

type NullableIngestersReportIngestionData ¶

type NullableIngestersReportIngestionData struct {
	// contains filtered or unexported fields
}

func (NullableIngestersReportIngestionData) Get ¶

func (NullableIngestersReportIngestionData) IsSet ¶

func (NullableIngestersReportIngestionData) MarshalJSON ¶

func (v NullableIngestersReportIngestionData) MarshalJSON() ([]byte, error)

func (*NullableIngestersReportIngestionData) Set ¶

func (*NullableIngestersReportIngestionData) UnmarshalJSON ¶

func (v *NullableIngestersReportIngestionData) UnmarshalJSON(src []byte) error

func (*NullableIngestersReportIngestionData) Unset ¶

type NullableIngestersSecret ¶

type NullableIngestersSecret struct {
	// contains filtered or unexported fields
}

func NewNullableIngestersSecret ¶

func NewNullableIngestersSecret(val *IngestersSecret) *NullableIngestersSecret

func (NullableIngestersSecret) Get ¶

func (NullableIngestersSecret) IsSet ¶

func (v NullableIngestersSecret) IsSet() bool

func (NullableIngestersSecret) MarshalJSON ¶

func (v NullableIngestersSecret) MarshalJSON() ([]byte, error)

func (*NullableIngestersSecret) Set ¶

func (*NullableIngestersSecret) UnmarshalJSON ¶

func (v *NullableIngestersSecret) UnmarshalJSON(src []byte) error

func (*NullableIngestersSecret) Unset ¶

func (v *NullableIngestersSecret) Unset()

type NullableIngestersSecretMatch ¶

type NullableIngestersSecretMatch struct {
	// contains filtered or unexported fields
}

func (NullableIngestersSecretMatch) Get ¶

func (NullableIngestersSecretMatch) IsSet ¶

func (NullableIngestersSecretMatch) MarshalJSON ¶

func (v NullableIngestersSecretMatch) MarshalJSON() ([]byte, error)

func (*NullableIngestersSecretMatch) Set ¶

func (*NullableIngestersSecretMatch) UnmarshalJSON ¶

func (v *NullableIngestersSecretMatch) UnmarshalJSON(src []byte) error

func (*NullableIngestersSecretMatch) Unset ¶

func (v *NullableIngestersSecretMatch) Unset()

type NullableIngestersSecretRule ¶

type NullableIngestersSecretRule struct {
	// contains filtered or unexported fields
}

func (NullableIngestersSecretRule) Get ¶

func (NullableIngestersSecretRule) IsSet ¶

func (NullableIngestersSecretRule) MarshalJSON ¶

func (v NullableIngestersSecretRule) MarshalJSON() ([]byte, error)

func (*NullableIngestersSecretRule) Set ¶

func (*NullableIngestersSecretRule) UnmarshalJSON ¶

func (v *NullableIngestersSecretRule) UnmarshalJSON(src []byte) error

func (*NullableIngestersSecretRule) Unset ¶

func (v *NullableIngestersSecretRule) Unset()

type NullableIngestersSecretScanStatus ¶

type NullableIngestersSecretScanStatus struct {
	// contains filtered or unexported fields
}

func (NullableIngestersSecretScanStatus) Get ¶

func (NullableIngestersSecretScanStatus) IsSet ¶

func (NullableIngestersSecretScanStatus) MarshalJSON ¶

func (v NullableIngestersSecretScanStatus) MarshalJSON() ([]byte, error)

func (*NullableIngestersSecretScanStatus) Set ¶

func (*NullableIngestersSecretScanStatus) UnmarshalJSON ¶

func (v *NullableIngestersSecretScanStatus) UnmarshalJSON(src []byte) error

func (*NullableIngestersSecretScanStatus) Unset ¶

type NullableIngestersSecretSeverity ¶

type NullableIngestersSecretSeverity struct {
	// contains filtered or unexported fields
}

func (NullableIngestersSecretSeverity) Get ¶

func (NullableIngestersSecretSeverity) IsSet ¶

func (NullableIngestersSecretSeverity) MarshalJSON ¶

func (v NullableIngestersSecretSeverity) MarshalJSON() ([]byte, error)

func (*NullableIngestersSecretSeverity) Set ¶

func (*NullableIngestersSecretSeverity) UnmarshalJSON ¶

func (v *NullableIngestersSecretSeverity) UnmarshalJSON(src []byte) error

func (*NullableIngestersSecretSeverity) Unset ¶

type NullableIngestersVulnerability ¶

type NullableIngestersVulnerability struct {
	// contains filtered or unexported fields
}

func (NullableIngestersVulnerability) Get ¶

func (NullableIngestersVulnerability) IsSet ¶

func (NullableIngestersVulnerability) MarshalJSON ¶

func (v NullableIngestersVulnerability) MarshalJSON() ([]byte, error)

func (*NullableIngestersVulnerability) Set ¶

func (*NullableIngestersVulnerability) UnmarshalJSON ¶

func (v *NullableIngestersVulnerability) UnmarshalJSON(src []byte) error

func (*NullableIngestersVulnerability) Unset ¶

func (v *NullableIngestersVulnerability) Unset()

type NullableIngestersVulnerabilityScanStatus ¶

type NullableIngestersVulnerabilityScanStatus struct {
	// contains filtered or unexported fields
}

func (NullableIngestersVulnerabilityScanStatus) Get ¶

func (NullableIngestersVulnerabilityScanStatus) IsSet ¶

func (NullableIngestersVulnerabilityScanStatus) MarshalJSON ¶

func (*NullableIngestersVulnerabilityScanStatus) Set ¶

func (*NullableIngestersVulnerabilityScanStatus) UnmarshalJSON ¶

func (v *NullableIngestersVulnerabilityScanStatus) UnmarshalJSON(src []byte) error

func (*NullableIngestersVulnerabilityScanStatus) Unset ¶

type NullableInt ¶

type NullableInt struct {
	// contains filtered or unexported fields
}

func NewNullableInt ¶

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get ¶

func (v NullableInt) Get() *int

func (NullableInt) IsSet ¶

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON ¶

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set ¶

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON ¶

func (v *NullableInt) UnmarshalJSON(src []byte) error

func (*NullableInt) Unset ¶

func (v *NullableInt) Unset()

type NullableInt32 ¶

type NullableInt32 struct {
	// contains filtered or unexported fields
}

func NewNullableInt32 ¶

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get ¶

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet ¶

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON ¶

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set ¶

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON ¶

func (v *NullableInt32) UnmarshalJSON(src []byte) error

func (*NullableInt32) Unset ¶

func (v *NullableInt32) Unset()

type NullableInt64 ¶

type NullableInt64 struct {
	// contains filtered or unexported fields
}

func NewNullableInt64 ¶

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get ¶

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet ¶

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON ¶

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set ¶

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON ¶

func (v *NullableInt64) UnmarshalJSON(src []byte) error

func (*NullableInt64) Unset ¶

func (v *NullableInt64) Unset()

type NullableLookupLookupFilter ¶

type NullableLookupLookupFilter struct {
	// contains filtered or unexported fields
}

func NewNullableLookupLookupFilter ¶

func NewNullableLookupLookupFilter(val *LookupLookupFilter) *NullableLookupLookupFilter

func (NullableLookupLookupFilter) Get ¶

func (NullableLookupLookupFilter) IsSet ¶

func (v NullableLookupLookupFilter) IsSet() bool

func (NullableLookupLookupFilter) MarshalJSON ¶

func (v NullableLookupLookupFilter) MarshalJSON() ([]byte, error)

func (*NullableLookupLookupFilter) Set ¶

func (*NullableLookupLookupFilter) UnmarshalJSON ¶

func (v *NullableLookupLookupFilter) UnmarshalJSON(src []byte) error

func (*NullableLookupLookupFilter) Unset ¶

func (v *NullableLookupLookupFilter) Unset()

type NullableModelAPIAuthRequest ¶

type NullableModelAPIAuthRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelAPIAuthRequest) Get ¶

func (NullableModelAPIAuthRequest) IsSet ¶

func (NullableModelAPIAuthRequest) MarshalJSON ¶

func (v NullableModelAPIAuthRequest) MarshalJSON() ([]byte, error)

func (*NullableModelAPIAuthRequest) Set ¶

func (*NullableModelAPIAuthRequest) UnmarshalJSON ¶

func (v *NullableModelAPIAuthRequest) UnmarshalJSON(src []byte) error

func (*NullableModelAPIAuthRequest) Unset ¶

func (v *NullableModelAPIAuthRequest) Unset()

type NullableModelAPITokenResponse ¶

type NullableModelAPITokenResponse struct {
	// contains filtered or unexported fields
}

func (NullableModelAPITokenResponse) Get ¶

func (NullableModelAPITokenResponse) IsSet ¶

func (NullableModelAPITokenResponse) MarshalJSON ¶

func (v NullableModelAPITokenResponse) MarshalJSON() ([]byte, error)

func (*NullableModelAPITokenResponse) Set ¶

func (*NullableModelAPITokenResponse) UnmarshalJSON ¶

func (v *NullableModelAPITokenResponse) UnmarshalJSON(src []byte) error

func (*NullableModelAPITokenResponse) Unset ¶

func (v *NullableModelAPITokenResponse) Unset()

type NullableModelAddGenerativeAiBedrockIntegration ¶

type NullableModelAddGenerativeAiBedrockIntegration struct {
	// contains filtered or unexported fields
}

func (NullableModelAddGenerativeAiBedrockIntegration) Get ¶

func (NullableModelAddGenerativeAiBedrockIntegration) IsSet ¶

func (NullableModelAddGenerativeAiBedrockIntegration) MarshalJSON ¶

func (*NullableModelAddGenerativeAiBedrockIntegration) Set ¶

func (*NullableModelAddGenerativeAiBedrockIntegration) UnmarshalJSON ¶

func (*NullableModelAddGenerativeAiBedrockIntegration) Unset ¶

type NullableModelAddGenerativeAiOpenAIIntegration ¶

type NullableModelAddGenerativeAiOpenAIIntegration struct {
	// contains filtered or unexported fields
}

func (NullableModelAddGenerativeAiOpenAIIntegration) Get ¶

func (NullableModelAddGenerativeAiOpenAIIntegration) IsSet ¶

func (NullableModelAddGenerativeAiOpenAIIntegration) MarshalJSON ¶

func (*NullableModelAddGenerativeAiOpenAIIntegration) Set ¶

func (*NullableModelAddGenerativeAiOpenAIIntegration) UnmarshalJSON ¶

func (*NullableModelAddGenerativeAiOpenAIIntegration) Unset ¶

type NullableModelAddScheduledTaskRequest ¶

type NullableModelAddScheduledTaskRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelAddScheduledTaskRequest) Get ¶

func (NullableModelAddScheduledTaskRequest) IsSet ¶

func (NullableModelAddScheduledTaskRequest) MarshalJSON ¶

func (v NullableModelAddScheduledTaskRequest) MarshalJSON() ([]byte, error)

func (*NullableModelAddScheduledTaskRequest) Set ¶

func (*NullableModelAddScheduledTaskRequest) UnmarshalJSON ¶

func (v *NullableModelAddScheduledTaskRequest) UnmarshalJSON(src []byte) error

func (*NullableModelAddScheduledTaskRequest) Unset ¶

type NullableModelAgentID ¶

type NullableModelAgentID struct {
	// contains filtered or unexported fields
}

func NewNullableModelAgentID ¶

func NewNullableModelAgentID(val *ModelAgentID) *NullableModelAgentID

func (NullableModelAgentID) Get ¶

func (NullableModelAgentID) IsSet ¶

func (v NullableModelAgentID) IsSet() bool

func (NullableModelAgentID) MarshalJSON ¶

func (v NullableModelAgentID) MarshalJSON() ([]byte, error)

func (*NullableModelAgentID) Set ¶

func (v *NullableModelAgentID) Set(val *ModelAgentID)

func (*NullableModelAgentID) UnmarshalJSON ¶

func (v *NullableModelAgentID) UnmarshalJSON(src []byte) error

func (*NullableModelAgentID) Unset ¶

func (v *NullableModelAgentID) Unset()

type NullableModelAgentPluginDisable ¶

type NullableModelAgentPluginDisable struct {
	// contains filtered or unexported fields
}

func (NullableModelAgentPluginDisable) Get ¶

func (NullableModelAgentPluginDisable) IsSet ¶

func (NullableModelAgentPluginDisable) MarshalJSON ¶

func (v NullableModelAgentPluginDisable) MarshalJSON() ([]byte, error)

func (*NullableModelAgentPluginDisable) Set ¶

func (*NullableModelAgentPluginDisable) UnmarshalJSON ¶

func (v *NullableModelAgentPluginDisable) UnmarshalJSON(src []byte) error

func (*NullableModelAgentPluginDisable) Unset ¶

type NullableModelAgentPluginEnable ¶

type NullableModelAgentPluginEnable struct {
	// contains filtered or unexported fields
}

func (NullableModelAgentPluginEnable) Get ¶

func (NullableModelAgentPluginEnable) IsSet ¶

func (NullableModelAgentPluginEnable) MarshalJSON ¶

func (v NullableModelAgentPluginEnable) MarshalJSON() ([]byte, error)

func (*NullableModelAgentPluginEnable) Set ¶

func (*NullableModelAgentPluginEnable) UnmarshalJSON ¶

func (v *NullableModelAgentPluginEnable) UnmarshalJSON(src []byte) error

func (*NullableModelAgentPluginEnable) Unset ¶

func (v *NullableModelAgentPluginEnable) Unset()

type NullableModelAgentUpgrade ¶

type NullableModelAgentUpgrade struct {
	// contains filtered or unexported fields
}

func NewNullableModelAgentUpgrade ¶

func NewNullableModelAgentUpgrade(val *ModelAgentUpgrade) *NullableModelAgentUpgrade

func (NullableModelAgentUpgrade) Get ¶

func (NullableModelAgentUpgrade) IsSet ¶

func (v NullableModelAgentUpgrade) IsSet() bool

func (NullableModelAgentUpgrade) MarshalJSON ¶

func (v NullableModelAgentUpgrade) MarshalJSON() ([]byte, error)

func (*NullableModelAgentUpgrade) Set ¶

func (*NullableModelAgentUpgrade) UnmarshalJSON ¶

func (v *NullableModelAgentUpgrade) UnmarshalJSON(src []byte) error

func (*NullableModelAgentUpgrade) Unset ¶

func (v *NullableModelAgentUpgrade) Unset()

type NullableModelBasicNode ¶

type NullableModelBasicNode struct {
	// contains filtered or unexported fields
}

func NewNullableModelBasicNode ¶

func NewNullableModelBasicNode(val *ModelBasicNode) *NullableModelBasicNode

func (NullableModelBasicNode) Get ¶

func (NullableModelBasicNode) IsSet ¶

func (v NullableModelBasicNode) IsSet() bool

func (NullableModelBasicNode) MarshalJSON ¶

func (v NullableModelBasicNode) MarshalJSON() ([]byte, error)

func (*NullableModelBasicNode) Set ¶

func (*NullableModelBasicNode) UnmarshalJSON ¶

func (v *NullableModelBasicNode) UnmarshalJSON(src []byte) error

func (*NullableModelBasicNode) Unset ¶

func (v *NullableModelBasicNode) Unset()

type NullableModelBulkDeleteScansRequest ¶

type NullableModelBulkDeleteScansRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelBulkDeleteScansRequest) Get ¶

func (NullableModelBulkDeleteScansRequest) IsSet ¶

func (NullableModelBulkDeleteScansRequest) MarshalJSON ¶

func (v NullableModelBulkDeleteScansRequest) MarshalJSON() ([]byte, error)

func (*NullableModelBulkDeleteScansRequest) Set ¶

func (*NullableModelBulkDeleteScansRequest) UnmarshalJSON ¶

func (v *NullableModelBulkDeleteScansRequest) UnmarshalJSON(src []byte) error

func (*NullableModelBulkDeleteScansRequest) Unset ¶

type NullableModelCloudCompliance ¶

type NullableModelCloudCompliance struct {
	// contains filtered or unexported fields
}

func (NullableModelCloudCompliance) Get ¶

func (NullableModelCloudCompliance) IsSet ¶

func (NullableModelCloudCompliance) MarshalJSON ¶

func (v NullableModelCloudCompliance) MarshalJSON() ([]byte, error)

func (*NullableModelCloudCompliance) Set ¶

func (*NullableModelCloudCompliance) UnmarshalJSON ¶

func (v *NullableModelCloudCompliance) UnmarshalJSON(src []byte) error

func (*NullableModelCloudCompliance) Unset ¶

func (v *NullableModelCloudCompliance) Unset()

type NullableModelCloudComplianceBenchmark ¶

type NullableModelCloudComplianceBenchmark struct {
	// contains filtered or unexported fields
}

func (NullableModelCloudComplianceBenchmark) Get ¶

func (NullableModelCloudComplianceBenchmark) IsSet ¶

func (NullableModelCloudComplianceBenchmark) MarshalJSON ¶

func (v NullableModelCloudComplianceBenchmark) MarshalJSON() ([]byte, error)

func (*NullableModelCloudComplianceBenchmark) Set ¶

func (*NullableModelCloudComplianceBenchmark) UnmarshalJSON ¶

func (v *NullableModelCloudComplianceBenchmark) UnmarshalJSON(src []byte) error

func (*NullableModelCloudComplianceBenchmark) Unset ¶

type NullableModelCloudComplianceScanDetails ¶

type NullableModelCloudComplianceScanDetails struct {
	// contains filtered or unexported fields
}

func (NullableModelCloudComplianceScanDetails) Get ¶

func (NullableModelCloudComplianceScanDetails) IsSet ¶

func (NullableModelCloudComplianceScanDetails) MarshalJSON ¶

func (v NullableModelCloudComplianceScanDetails) MarshalJSON() ([]byte, error)

func (*NullableModelCloudComplianceScanDetails) Set ¶

func (*NullableModelCloudComplianceScanDetails) UnmarshalJSON ¶

func (v *NullableModelCloudComplianceScanDetails) UnmarshalJSON(src []byte) error

func (*NullableModelCloudComplianceScanDetails) Unset ¶

type NullableModelCloudComplianceScanResult ¶

type NullableModelCloudComplianceScanResult struct {
	// contains filtered or unexported fields
}

func (NullableModelCloudComplianceScanResult) Get ¶

func (NullableModelCloudComplianceScanResult) IsSet ¶

func (NullableModelCloudComplianceScanResult) MarshalJSON ¶

func (v NullableModelCloudComplianceScanResult) MarshalJSON() ([]byte, error)

func (*NullableModelCloudComplianceScanResult) Set ¶

func (*NullableModelCloudComplianceScanResult) UnmarshalJSON ¶

func (v *NullableModelCloudComplianceScanResult) UnmarshalJSON(src []byte) error

func (*NullableModelCloudComplianceScanResult) Unset ¶

type NullableModelCloudNodeAccountInfo ¶

type NullableModelCloudNodeAccountInfo struct {
	// contains filtered or unexported fields
}

func (NullableModelCloudNodeAccountInfo) Get ¶

func (NullableModelCloudNodeAccountInfo) IsSet ¶

func (NullableModelCloudNodeAccountInfo) MarshalJSON ¶

func (v NullableModelCloudNodeAccountInfo) MarshalJSON() ([]byte, error)

func (*NullableModelCloudNodeAccountInfo) Set ¶

func (*NullableModelCloudNodeAccountInfo) UnmarshalJSON ¶

func (v *NullableModelCloudNodeAccountInfo) UnmarshalJSON(src []byte) error

func (*NullableModelCloudNodeAccountInfo) Unset ¶

type NullableModelCloudNodeAccountRegisterReq ¶

type NullableModelCloudNodeAccountRegisterReq struct {
	// contains filtered or unexported fields
}

func (NullableModelCloudNodeAccountRegisterReq) Get ¶

func (NullableModelCloudNodeAccountRegisterReq) IsSet ¶

func (NullableModelCloudNodeAccountRegisterReq) MarshalJSON ¶

func (*NullableModelCloudNodeAccountRegisterReq) Set ¶

func (*NullableModelCloudNodeAccountRegisterReq) UnmarshalJSON ¶

func (v *NullableModelCloudNodeAccountRegisterReq) UnmarshalJSON(src []byte) error

func (*NullableModelCloudNodeAccountRegisterReq) Unset ¶

type NullableModelCloudNodeAccountRegisterResp ¶

type NullableModelCloudNodeAccountRegisterResp struct {
	// contains filtered or unexported fields
}

func (NullableModelCloudNodeAccountRegisterResp) Get ¶

func (NullableModelCloudNodeAccountRegisterResp) IsSet ¶

func (NullableModelCloudNodeAccountRegisterResp) MarshalJSON ¶

func (*NullableModelCloudNodeAccountRegisterResp) Set ¶

func (*NullableModelCloudNodeAccountRegisterResp) UnmarshalJSON ¶

func (v *NullableModelCloudNodeAccountRegisterResp) UnmarshalJSON(src []byte) error

func (*NullableModelCloudNodeAccountRegisterResp) Unset ¶

type NullableModelCloudNodeAccountRegisterRespData ¶

type NullableModelCloudNodeAccountRegisterRespData struct {
	// contains filtered or unexported fields
}

func (NullableModelCloudNodeAccountRegisterRespData) Get ¶

func (NullableModelCloudNodeAccountRegisterRespData) IsSet ¶

func (NullableModelCloudNodeAccountRegisterRespData) MarshalJSON ¶

func (*NullableModelCloudNodeAccountRegisterRespData) Set ¶

func (*NullableModelCloudNodeAccountRegisterRespData) UnmarshalJSON ¶

func (*NullableModelCloudNodeAccountRegisterRespData) Unset ¶

type NullableModelCloudNodeAccountsListReq ¶

type NullableModelCloudNodeAccountsListReq struct {
	// contains filtered or unexported fields
}

func (NullableModelCloudNodeAccountsListReq) Get ¶

func (NullableModelCloudNodeAccountsListReq) IsSet ¶

func (NullableModelCloudNodeAccountsListReq) MarshalJSON ¶

func (v NullableModelCloudNodeAccountsListReq) MarshalJSON() ([]byte, error)

func (*NullableModelCloudNodeAccountsListReq) Set ¶

func (*NullableModelCloudNodeAccountsListReq) UnmarshalJSON ¶

func (v *NullableModelCloudNodeAccountsListReq) UnmarshalJSON(src []byte) error

func (*NullableModelCloudNodeAccountsListReq) Unset ¶

type NullableModelCloudNodeAccountsListResp ¶

type NullableModelCloudNodeAccountsListResp struct {
	// contains filtered or unexported fields
}

func (NullableModelCloudNodeAccountsListResp) Get ¶

func (NullableModelCloudNodeAccountsListResp) IsSet ¶

func (NullableModelCloudNodeAccountsListResp) MarshalJSON ¶

func (v NullableModelCloudNodeAccountsListResp) MarshalJSON() ([]byte, error)

func (*NullableModelCloudNodeAccountsListResp) Set ¶

func (*NullableModelCloudNodeAccountsListResp) UnmarshalJSON ¶

func (v *NullableModelCloudNodeAccountsListResp) UnmarshalJSON(src []byte) error

func (*NullableModelCloudNodeAccountsListResp) Unset ¶

type NullableModelCloudNodeCloudtrailTrail ¶

type NullableModelCloudNodeCloudtrailTrail struct {
	// contains filtered or unexported fields
}

func (NullableModelCloudNodeCloudtrailTrail) Get ¶

func (NullableModelCloudNodeCloudtrailTrail) IsSet ¶

func (NullableModelCloudNodeCloudtrailTrail) MarshalJSON ¶

func (v NullableModelCloudNodeCloudtrailTrail) MarshalJSON() ([]byte, error)

func (*NullableModelCloudNodeCloudtrailTrail) Set ¶

func (*NullableModelCloudNodeCloudtrailTrail) UnmarshalJSON ¶

func (v *NullableModelCloudNodeCloudtrailTrail) UnmarshalJSON(src []byte) error

func (*NullableModelCloudNodeCloudtrailTrail) Unset ¶

type NullableModelCloudNodeComplianceControl ¶

type NullableModelCloudNodeComplianceControl struct {
	// contains filtered or unexported fields
}

func (NullableModelCloudNodeComplianceControl) Get ¶

func (NullableModelCloudNodeComplianceControl) IsSet ¶

func (NullableModelCloudNodeComplianceControl) MarshalJSON ¶

func (v NullableModelCloudNodeComplianceControl) MarshalJSON() ([]byte, error)

func (*NullableModelCloudNodeComplianceControl) Set ¶

func (*NullableModelCloudNodeComplianceControl) UnmarshalJSON ¶

func (v *NullableModelCloudNodeComplianceControl) UnmarshalJSON(src []byte) error

func (*NullableModelCloudNodeComplianceControl) Unset ¶

type NullableModelCloudNodeControlReq ¶

type NullableModelCloudNodeControlReq struct {
	// contains filtered or unexported fields
}

func (NullableModelCloudNodeControlReq) Get ¶

func (NullableModelCloudNodeControlReq) IsSet ¶

func (NullableModelCloudNodeControlReq) MarshalJSON ¶

func (v NullableModelCloudNodeControlReq) MarshalJSON() ([]byte, error)

func (*NullableModelCloudNodeControlReq) Set ¶

func (*NullableModelCloudNodeControlReq) UnmarshalJSON ¶

func (v *NullableModelCloudNodeControlReq) UnmarshalJSON(src []byte) error

func (*NullableModelCloudNodeControlReq) Unset ¶

type NullableModelCloudNodeControlResp ¶

type NullableModelCloudNodeControlResp struct {
	// contains filtered or unexported fields
}

func (NullableModelCloudNodeControlResp) Get ¶

func (NullableModelCloudNodeControlResp) IsSet ¶

func (NullableModelCloudNodeControlResp) MarshalJSON ¶

func (v NullableModelCloudNodeControlResp) MarshalJSON() ([]byte, error)

func (*NullableModelCloudNodeControlResp) Set ¶

func (*NullableModelCloudNodeControlResp) UnmarshalJSON ¶

func (v *NullableModelCloudNodeControlResp) UnmarshalJSON(src []byte) error

func (*NullableModelCloudNodeControlResp) Unset ¶

type NullableModelCloudNodeEnableDisableReq ¶

type NullableModelCloudNodeEnableDisableReq struct {
	// contains filtered or unexported fields
}

func (NullableModelCloudNodeEnableDisableReq) Get ¶

func (NullableModelCloudNodeEnableDisableReq) IsSet ¶

func (NullableModelCloudNodeEnableDisableReq) MarshalJSON ¶

func (v NullableModelCloudNodeEnableDisableReq) MarshalJSON() ([]byte, error)

func (*NullableModelCloudNodeEnableDisableReq) Set ¶

func (*NullableModelCloudNodeEnableDisableReq) UnmarshalJSON ¶

func (v *NullableModelCloudNodeEnableDisableReq) UnmarshalJSON(src []byte) error

func (*NullableModelCloudNodeEnableDisableReq) Unset ¶

type NullableModelCloudNodeProvidersListResp ¶

type NullableModelCloudNodeProvidersListResp struct {
	// contains filtered or unexported fields
}

func (NullableModelCloudNodeProvidersListResp) Get ¶

func (NullableModelCloudNodeProvidersListResp) IsSet ¶

func (NullableModelCloudNodeProvidersListResp) MarshalJSON ¶

func (v NullableModelCloudNodeProvidersListResp) MarshalJSON() ([]byte, error)

func (*NullableModelCloudNodeProvidersListResp) Set ¶

func (*NullableModelCloudNodeProvidersListResp) UnmarshalJSON ¶

func (v *NullableModelCloudNodeProvidersListResp) UnmarshalJSON(src []byte) error

func (*NullableModelCloudNodeProvidersListResp) Unset ¶

type NullableModelCloudResource ¶

type NullableModelCloudResource struct {
	// contains filtered or unexported fields
}

func NewNullableModelCloudResource ¶

func NewNullableModelCloudResource(val *ModelCloudResource) *NullableModelCloudResource

func (NullableModelCloudResource) Get ¶

func (NullableModelCloudResource) IsSet ¶

func (v NullableModelCloudResource) IsSet() bool

func (NullableModelCloudResource) MarshalJSON ¶

func (v NullableModelCloudResource) MarshalJSON() ([]byte, error)

func (*NullableModelCloudResource) Set ¶

func (*NullableModelCloudResource) UnmarshalJSON ¶

func (v *NullableModelCloudResource) UnmarshalJSON(src []byte) error

func (*NullableModelCloudResource) Unset ¶

func (v *NullableModelCloudResource) Unset()

type NullableModelCompliance ¶

type NullableModelCompliance struct {
	// contains filtered or unexported fields
}

func NewNullableModelCompliance ¶

func NewNullableModelCompliance(val *ModelCompliance) *NullableModelCompliance

func (NullableModelCompliance) Get ¶

func (NullableModelCompliance) IsSet ¶

func (v NullableModelCompliance) IsSet() bool

func (NullableModelCompliance) MarshalJSON ¶

func (v NullableModelCompliance) MarshalJSON() ([]byte, error)

func (*NullableModelCompliance) Set ¶

func (*NullableModelCompliance) UnmarshalJSON ¶

func (v *NullableModelCompliance) UnmarshalJSON(src []byte) error

func (*NullableModelCompliance) Unset ¶

func (v *NullableModelCompliance) Unset()

type NullableModelComplianceRule ¶

type NullableModelComplianceRule struct {
	// contains filtered or unexported fields
}

func (NullableModelComplianceRule) Get ¶

func (NullableModelComplianceRule) IsSet ¶

func (NullableModelComplianceRule) MarshalJSON ¶

func (v NullableModelComplianceRule) MarshalJSON() ([]byte, error)

func (*NullableModelComplianceRule) Set ¶

func (*NullableModelComplianceRule) UnmarshalJSON ¶

func (v *NullableModelComplianceRule) UnmarshalJSON(src []byte) error

func (*NullableModelComplianceRule) Unset ¶

func (v *NullableModelComplianceRule) Unset()

type NullableModelComplianceScanInfo ¶

type NullableModelComplianceScanInfo struct {
	// contains filtered or unexported fields
}

func (NullableModelComplianceScanInfo) Get ¶

func (NullableModelComplianceScanInfo) IsSet ¶

func (NullableModelComplianceScanInfo) MarshalJSON ¶

func (v NullableModelComplianceScanInfo) MarshalJSON() ([]byte, error)

func (*NullableModelComplianceScanInfo) Set ¶

func (*NullableModelComplianceScanInfo) UnmarshalJSON ¶

func (v *NullableModelComplianceScanInfo) UnmarshalJSON(src []byte) error

func (*NullableModelComplianceScanInfo) Unset ¶

type NullableModelComplianceScanResult ¶

type NullableModelComplianceScanResult struct {
	// contains filtered or unexported fields
}

func (NullableModelComplianceScanResult) Get ¶

func (NullableModelComplianceScanResult) IsSet ¶

func (NullableModelComplianceScanResult) MarshalJSON ¶

func (v NullableModelComplianceScanResult) MarshalJSON() ([]byte, error)

func (*NullableModelComplianceScanResult) Set ¶

func (*NullableModelComplianceScanResult) UnmarshalJSON ¶

func (v *NullableModelComplianceScanResult) UnmarshalJSON(src []byte) error

func (*NullableModelComplianceScanResult) Unset ¶

type NullableModelComplianceScanStatusResp ¶

type NullableModelComplianceScanStatusResp struct {
	// contains filtered or unexported fields
}

func (NullableModelComplianceScanStatusResp) Get ¶

func (NullableModelComplianceScanStatusResp) IsSet ¶

func (NullableModelComplianceScanStatusResp) MarshalJSON ¶

func (v NullableModelComplianceScanStatusResp) MarshalJSON() ([]byte, error)

func (*NullableModelComplianceScanStatusResp) Set ¶

func (*NullableModelComplianceScanStatusResp) UnmarshalJSON ¶

func (v *NullableModelComplianceScanStatusResp) UnmarshalJSON(src []byte) error

func (*NullableModelComplianceScanStatusResp) Unset ¶

type NullableModelComplianceScanTriggerReq ¶

type NullableModelComplianceScanTriggerReq struct {
	// contains filtered or unexported fields
}

func (NullableModelComplianceScanTriggerReq) Get ¶

func (NullableModelComplianceScanTriggerReq) IsSet ¶

func (NullableModelComplianceScanTriggerReq) MarshalJSON ¶

func (v NullableModelComplianceScanTriggerReq) MarshalJSON() ([]byte, error)

func (*NullableModelComplianceScanTriggerReq) Set ¶

func (*NullableModelComplianceScanTriggerReq) UnmarshalJSON ¶

func (v *NullableModelComplianceScanTriggerReq) UnmarshalJSON(src []byte) error

func (*NullableModelComplianceScanTriggerReq) Unset ¶

type NullableModelConnection ¶

type NullableModelConnection struct {
	// contains filtered or unexported fields
}

func NewNullableModelConnection ¶

func NewNullableModelConnection(val *ModelConnection) *NullableModelConnection

func (NullableModelConnection) Get ¶

func (NullableModelConnection) IsSet ¶

func (v NullableModelConnection) IsSet() bool

func (NullableModelConnection) MarshalJSON ¶

func (v NullableModelConnection) MarshalJSON() ([]byte, error)

func (*NullableModelConnection) Set ¶

func (*NullableModelConnection) UnmarshalJSON ¶

func (v *NullableModelConnection) UnmarshalJSON(src []byte) error

func (*NullableModelConnection) Unset ¶

func (v *NullableModelConnection) Unset()

type NullableModelContainer ¶

type NullableModelContainer struct {
	// contains filtered or unexported fields
}

func NewNullableModelContainer ¶

func NewNullableModelContainer(val *ModelContainer) *NullableModelContainer

func (NullableModelContainer) Get ¶

func (NullableModelContainer) IsSet ¶

func (v NullableModelContainer) IsSet() bool

func (NullableModelContainer) MarshalJSON ¶

func (v NullableModelContainer) MarshalJSON() ([]byte, error)

func (*NullableModelContainer) Set ¶

func (*NullableModelContainer) UnmarshalJSON ¶

func (v *NullableModelContainer) UnmarshalJSON(src []byte) error

func (*NullableModelContainer) Unset ¶

func (v *NullableModelContainer) Unset()

type NullableModelContainerImage ¶

type NullableModelContainerImage struct {
	// contains filtered or unexported fields
}

func (NullableModelContainerImage) Get ¶

func (NullableModelContainerImage) IsSet ¶

func (NullableModelContainerImage) MarshalJSON ¶

func (v NullableModelContainerImage) MarshalJSON() ([]byte, error)

func (*NullableModelContainerImage) Set ¶

func (*NullableModelContainerImage) UnmarshalJSON ¶

func (v *NullableModelContainerImage) UnmarshalJSON(src []byte) error

func (*NullableModelContainerImage) Unset ¶

func (v *NullableModelContainerImage) Unset()

type NullableModelDeleteRegistryBulkReq ¶

type NullableModelDeleteRegistryBulkReq struct {
	// contains filtered or unexported fields
}

func (NullableModelDeleteRegistryBulkReq) Get ¶

func (NullableModelDeleteRegistryBulkReq) IsSet ¶

func (NullableModelDeleteRegistryBulkReq) MarshalJSON ¶

func (v NullableModelDeleteRegistryBulkReq) MarshalJSON() ([]byte, error)

func (*NullableModelDeleteRegistryBulkReq) Set ¶

func (*NullableModelDeleteRegistryBulkReq) UnmarshalJSON ¶

func (v *NullableModelDeleteRegistryBulkReq) UnmarshalJSON(src []byte) error

func (*NullableModelDeleteRegistryBulkReq) Unset ¶

type NullableModelDownloadReportResponse ¶

type NullableModelDownloadReportResponse struct {
	// contains filtered or unexported fields
}

func (NullableModelDownloadReportResponse) Get ¶

func (NullableModelDownloadReportResponse) IsSet ¶

func (NullableModelDownloadReportResponse) MarshalJSON ¶

func (v NullableModelDownloadReportResponse) MarshalJSON() ([]byte, error)

func (*NullableModelDownloadReportResponse) Set ¶

func (*NullableModelDownloadReportResponse) UnmarshalJSON ¶

func (v *NullableModelDownloadReportResponse) UnmarshalJSON(src []byte) error

func (*NullableModelDownloadReportResponse) Unset ¶

type NullableModelDownloadScanResultsResponse ¶

type NullableModelDownloadScanResultsResponse struct {
	// contains filtered or unexported fields
}

func (NullableModelDownloadScanResultsResponse) Get ¶

func (NullableModelDownloadScanResultsResponse) IsSet ¶

func (NullableModelDownloadScanResultsResponse) MarshalJSON ¶

func (*NullableModelDownloadScanResultsResponse) Set ¶

func (*NullableModelDownloadScanResultsResponse) UnmarshalJSON ¶

func (v *NullableModelDownloadScanResultsResponse) UnmarshalJSON(src []byte) error

func (*NullableModelDownloadScanResultsResponse) Unset ¶

type NullableModelEmailConfigurationAdd ¶

type NullableModelEmailConfigurationAdd struct {
	// contains filtered or unexported fields
}

func (NullableModelEmailConfigurationAdd) Get ¶

func (NullableModelEmailConfigurationAdd) IsSet ¶

func (NullableModelEmailConfigurationAdd) MarshalJSON ¶

func (v NullableModelEmailConfigurationAdd) MarshalJSON() ([]byte, error)

func (*NullableModelEmailConfigurationAdd) Set ¶

func (*NullableModelEmailConfigurationAdd) UnmarshalJSON ¶

func (v *NullableModelEmailConfigurationAdd) UnmarshalJSON(src []byte) error

func (*NullableModelEmailConfigurationAdd) Unset ¶

type NullableModelEmailConfigurationResp ¶

type NullableModelEmailConfigurationResp struct {
	// contains filtered or unexported fields
}

func (NullableModelEmailConfigurationResp) Get ¶

func (NullableModelEmailConfigurationResp) IsSet ¶

func (NullableModelEmailConfigurationResp) MarshalJSON ¶

func (v NullableModelEmailConfigurationResp) MarshalJSON() ([]byte, error)

func (*NullableModelEmailConfigurationResp) Set ¶

func (*NullableModelEmailConfigurationResp) UnmarshalJSON ¶

func (v *NullableModelEmailConfigurationResp) UnmarshalJSON(src []byte) error

func (*NullableModelEmailConfigurationResp) Unset ¶

type NullableModelExportReport ¶

type NullableModelExportReport struct {
	// contains filtered or unexported fields
}

func NewNullableModelExportReport ¶

func NewNullableModelExportReport(val *ModelExportReport) *NullableModelExportReport

func (NullableModelExportReport) Get ¶

func (NullableModelExportReport) IsSet ¶

func (v NullableModelExportReport) IsSet() bool

func (NullableModelExportReport) MarshalJSON ¶

func (v NullableModelExportReport) MarshalJSON() ([]byte, error)

func (*NullableModelExportReport) Set ¶

func (*NullableModelExportReport) UnmarshalJSON ¶

func (v *NullableModelExportReport) UnmarshalJSON(src []byte) error

func (*NullableModelExportReport) Unset ¶

func (v *NullableModelExportReport) Unset()

type NullableModelFetchWindow ¶

type NullableModelFetchWindow struct {
	// contains filtered or unexported fields
}

func NewNullableModelFetchWindow ¶

func NewNullableModelFetchWindow(val *ModelFetchWindow) *NullableModelFetchWindow

func (NullableModelFetchWindow) Get ¶

func (NullableModelFetchWindow) IsSet ¶

func (v NullableModelFetchWindow) IsSet() bool

func (NullableModelFetchWindow) MarshalJSON ¶

func (v NullableModelFetchWindow) MarshalJSON() ([]byte, error)

func (*NullableModelFetchWindow) Set ¶

func (*NullableModelFetchWindow) UnmarshalJSON ¶

func (v *NullableModelFetchWindow) UnmarshalJSON(src []byte) error

func (*NullableModelFetchWindow) Unset ¶

func (v *NullableModelFetchWindow) Unset()

type NullableModelFiltersReq ¶

type NullableModelFiltersReq struct {
	// contains filtered or unexported fields
}

func NewNullableModelFiltersReq ¶

func NewNullableModelFiltersReq(val *ModelFiltersReq) *NullableModelFiltersReq

func (NullableModelFiltersReq) Get ¶

func (NullableModelFiltersReq) IsSet ¶

func (v NullableModelFiltersReq) IsSet() bool

func (NullableModelFiltersReq) MarshalJSON ¶

func (v NullableModelFiltersReq) MarshalJSON() ([]byte, error)

func (*NullableModelFiltersReq) Set ¶

func (*NullableModelFiltersReq) UnmarshalJSON ¶

func (v *NullableModelFiltersReq) UnmarshalJSON(src []byte) error

func (*NullableModelFiltersReq) Unset ¶

func (v *NullableModelFiltersReq) Unset()

type NullableModelFiltersResult ¶

type NullableModelFiltersResult struct {
	// contains filtered or unexported fields
}

func NewNullableModelFiltersResult ¶

func NewNullableModelFiltersResult(val *ModelFiltersResult) *NullableModelFiltersResult

func (NullableModelFiltersResult) Get ¶

func (NullableModelFiltersResult) IsSet ¶

func (v NullableModelFiltersResult) IsSet() bool

func (NullableModelFiltersResult) MarshalJSON ¶

func (v NullableModelFiltersResult) MarshalJSON() ([]byte, error)

func (*NullableModelFiltersResult) Set ¶

func (*NullableModelFiltersResult) UnmarshalJSON ¶

func (v *NullableModelFiltersResult) UnmarshalJSON(src []byte) error

func (*NullableModelFiltersResult) Unset ¶

func (v *NullableModelFiltersResult) Unset()

type NullableModelGenerateReportReq ¶

type NullableModelGenerateReportReq struct {
	// contains filtered or unexported fields
}

func (NullableModelGenerateReportReq) Get ¶

func (NullableModelGenerateReportReq) IsSet ¶

func (NullableModelGenerateReportReq) MarshalJSON ¶

func (v NullableModelGenerateReportReq) MarshalJSON() ([]byte, error)

func (*NullableModelGenerateReportReq) Set ¶

func (*NullableModelGenerateReportReq) UnmarshalJSON ¶

func (v *NullableModelGenerateReportReq) UnmarshalJSON(src []byte) error

func (*NullableModelGenerateReportReq) Unset ¶

func (v *NullableModelGenerateReportReq) Unset()

type NullableModelGenerateReportResp ¶

type NullableModelGenerateReportResp struct {
	// contains filtered or unexported fields
}

func (NullableModelGenerateReportResp) Get ¶

func (NullableModelGenerateReportResp) IsSet ¶

func (NullableModelGenerateReportResp) MarshalJSON ¶

func (v NullableModelGenerateReportResp) MarshalJSON() ([]byte, error)

func (*NullableModelGenerateReportResp) Set ¶

func (*NullableModelGenerateReportResp) UnmarshalJSON ¶

func (v *NullableModelGenerateReportResp) UnmarshalJSON(src []byte) error

func (*NullableModelGenerateReportResp) Unset ¶

type NullableModelGenerativeAiIntegrationCloudPostureRequest ¶

type NullableModelGenerativeAiIntegrationCloudPostureRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelGenerativeAiIntegrationCloudPostureRequest) Get ¶

func (NullableModelGenerativeAiIntegrationCloudPostureRequest) IsSet ¶

func (NullableModelGenerativeAiIntegrationCloudPostureRequest) MarshalJSON ¶

func (*NullableModelGenerativeAiIntegrationCloudPostureRequest) Set ¶

func (*NullableModelGenerativeAiIntegrationCloudPostureRequest) UnmarshalJSON ¶

func (*NullableModelGenerativeAiIntegrationCloudPostureRequest) Unset ¶

type NullableModelGenerativeAiIntegrationKubernetesPostureRequest ¶

type NullableModelGenerativeAiIntegrationKubernetesPostureRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelGenerativeAiIntegrationKubernetesPostureRequest) Get ¶

func (NullableModelGenerativeAiIntegrationKubernetesPostureRequest) IsSet ¶

func (NullableModelGenerativeAiIntegrationKubernetesPostureRequest) MarshalJSON ¶

func (*NullableModelGenerativeAiIntegrationKubernetesPostureRequest) Set ¶

func (*NullableModelGenerativeAiIntegrationKubernetesPostureRequest) UnmarshalJSON ¶

func (*NullableModelGenerativeAiIntegrationKubernetesPostureRequest) Unset ¶

type NullableModelGenerativeAiIntegrationLinuxPostureRequest ¶

type NullableModelGenerativeAiIntegrationLinuxPostureRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelGenerativeAiIntegrationLinuxPostureRequest) Get ¶

func (NullableModelGenerativeAiIntegrationLinuxPostureRequest) IsSet ¶

func (NullableModelGenerativeAiIntegrationLinuxPostureRequest) MarshalJSON ¶

func (*NullableModelGenerativeAiIntegrationLinuxPostureRequest) Set ¶

func (*NullableModelGenerativeAiIntegrationLinuxPostureRequest) UnmarshalJSON ¶

func (*NullableModelGenerativeAiIntegrationLinuxPostureRequest) Unset ¶

type NullableModelGenerativeAiIntegrationListResponse ¶

type NullableModelGenerativeAiIntegrationListResponse struct {
	// contains filtered or unexported fields
}

func (NullableModelGenerativeAiIntegrationListResponse) Get ¶

func (NullableModelGenerativeAiIntegrationListResponse) IsSet ¶

func (NullableModelGenerativeAiIntegrationListResponse) MarshalJSON ¶

func (*NullableModelGenerativeAiIntegrationListResponse) Set ¶

func (*NullableModelGenerativeAiIntegrationListResponse) UnmarshalJSON ¶

func (*NullableModelGenerativeAiIntegrationListResponse) Unset ¶

type NullableModelGenerativeAiIntegrationMalwareRequest ¶

type NullableModelGenerativeAiIntegrationMalwareRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelGenerativeAiIntegrationMalwareRequest) Get ¶

func (NullableModelGenerativeAiIntegrationMalwareRequest) IsSet ¶

func (NullableModelGenerativeAiIntegrationMalwareRequest) MarshalJSON ¶

func (*NullableModelGenerativeAiIntegrationMalwareRequest) Set ¶

func (*NullableModelGenerativeAiIntegrationMalwareRequest) UnmarshalJSON ¶

func (*NullableModelGenerativeAiIntegrationMalwareRequest) Unset ¶

type NullableModelGenerativeAiIntegrationSecretRequest ¶

type NullableModelGenerativeAiIntegrationSecretRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelGenerativeAiIntegrationSecretRequest) Get ¶

func (NullableModelGenerativeAiIntegrationSecretRequest) IsSet ¶

func (NullableModelGenerativeAiIntegrationSecretRequest) MarshalJSON ¶

func (*NullableModelGenerativeAiIntegrationSecretRequest) Set ¶

func (*NullableModelGenerativeAiIntegrationSecretRequest) UnmarshalJSON ¶

func (*NullableModelGenerativeAiIntegrationSecretRequest) Unset ¶

type NullableModelGenerativeAiIntegrationVulnerabilityRequest ¶

type NullableModelGenerativeAiIntegrationVulnerabilityRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelGenerativeAiIntegrationVulnerabilityRequest) Get ¶

func (NullableModelGenerativeAiIntegrationVulnerabilityRequest) IsSet ¶

func (NullableModelGenerativeAiIntegrationVulnerabilityRequest) MarshalJSON ¶

func (*NullableModelGenerativeAiIntegrationVulnerabilityRequest) Set ¶

func (*NullableModelGenerativeAiIntegrationVulnerabilityRequest) UnmarshalJSON ¶

func (*NullableModelGenerativeAiIntegrationVulnerabilityRequest) Unset ¶

type NullableModelGetAuditLogsRequest ¶

type NullableModelGetAuditLogsRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelGetAuditLogsRequest) Get ¶

func (NullableModelGetAuditLogsRequest) IsSet ¶

func (NullableModelGetAuditLogsRequest) MarshalJSON ¶

func (v NullableModelGetAuditLogsRequest) MarshalJSON() ([]byte, error)

func (*NullableModelGetAuditLogsRequest) Set ¶

func (*NullableModelGetAuditLogsRequest) UnmarshalJSON ¶

func (v *NullableModelGetAuditLogsRequest) UnmarshalJSON(src []byte) error

func (*NullableModelGetAuditLogsRequest) Unset ¶

type NullableModelGraphResult ¶

type NullableModelGraphResult struct {
	// contains filtered or unexported fields
}

func NewNullableModelGraphResult ¶

func NewNullableModelGraphResult(val *ModelGraphResult) *NullableModelGraphResult

func (NullableModelGraphResult) Get ¶

func (NullableModelGraphResult) IsSet ¶

func (v NullableModelGraphResult) IsSet() bool

func (NullableModelGraphResult) MarshalJSON ¶

func (v NullableModelGraphResult) MarshalJSON() ([]byte, error)

func (*NullableModelGraphResult) Set ¶

func (*NullableModelGraphResult) UnmarshalJSON ¶

func (v *NullableModelGraphResult) UnmarshalJSON(src []byte) error

func (*NullableModelGraphResult) Unset ¶

func (v *NullableModelGraphResult) Unset()

type NullableModelHost ¶

type NullableModelHost struct {
	// contains filtered or unexported fields
}

func NewNullableModelHost ¶

func NewNullableModelHost(val *ModelHost) *NullableModelHost

func (NullableModelHost) Get ¶

func (v NullableModelHost) Get() *ModelHost

func (NullableModelHost) IsSet ¶

func (v NullableModelHost) IsSet() bool

func (NullableModelHost) MarshalJSON ¶

func (v NullableModelHost) MarshalJSON() ([]byte, error)

func (*NullableModelHost) Set ¶

func (v *NullableModelHost) Set(val *ModelHost)

func (*NullableModelHost) UnmarshalJSON ¶

func (v *NullableModelHost) UnmarshalJSON(src []byte) error

func (*NullableModelHost) Unset ¶

func (v *NullableModelHost) Unset()

type NullableModelImageStub ¶

type NullableModelImageStub struct {
	// contains filtered or unexported fields
}

func NewNullableModelImageStub ¶

func NewNullableModelImageStub(val *ModelImageStub) *NullableModelImageStub

func (NullableModelImageStub) Get ¶

func (NullableModelImageStub) IsSet ¶

func (v NullableModelImageStub) IsSet() bool

func (NullableModelImageStub) MarshalJSON ¶

func (v NullableModelImageStub) MarshalJSON() ([]byte, error)

func (*NullableModelImageStub) Set ¶

func (*NullableModelImageStub) UnmarshalJSON ¶

func (v *NullableModelImageStub) UnmarshalJSON(src []byte) error

func (*NullableModelImageStub) Unset ¶

func (v *NullableModelImageStub) Unset()

type NullableModelInitAgentReq ¶

type NullableModelInitAgentReq struct {
	// contains filtered or unexported fields
}

func NewNullableModelInitAgentReq ¶

func NewNullableModelInitAgentReq(val *ModelInitAgentReq) *NullableModelInitAgentReq

func (NullableModelInitAgentReq) Get ¶

func (NullableModelInitAgentReq) IsSet ¶

func (v NullableModelInitAgentReq) IsSet() bool

func (NullableModelInitAgentReq) MarshalJSON ¶

func (v NullableModelInitAgentReq) MarshalJSON() ([]byte, error)

func (*NullableModelInitAgentReq) Set ¶

func (*NullableModelInitAgentReq) UnmarshalJSON ¶

func (v *NullableModelInitAgentReq) UnmarshalJSON(src []byte) error

func (*NullableModelInitAgentReq) Unset ¶

func (v *NullableModelInitAgentReq) Unset()

type NullableModelIntegrationAddReq ¶

type NullableModelIntegrationAddReq struct {
	// contains filtered or unexported fields
}

func (NullableModelIntegrationAddReq) Get ¶

func (NullableModelIntegrationAddReq) IsSet ¶

func (NullableModelIntegrationAddReq) MarshalJSON ¶

func (v NullableModelIntegrationAddReq) MarshalJSON() ([]byte, error)

func (*NullableModelIntegrationAddReq) Set ¶

func (*NullableModelIntegrationAddReq) UnmarshalJSON ¶

func (v *NullableModelIntegrationAddReq) UnmarshalJSON(src []byte) error

func (*NullableModelIntegrationAddReq) Unset ¶

func (v *NullableModelIntegrationAddReq) Unset()

type NullableModelIntegrationFilters ¶

type NullableModelIntegrationFilters struct {
	// contains filtered or unexported fields
}

func (NullableModelIntegrationFilters) Get ¶

func (NullableModelIntegrationFilters) IsSet ¶

func (NullableModelIntegrationFilters) MarshalJSON ¶

func (v NullableModelIntegrationFilters) MarshalJSON() ([]byte, error)

func (*NullableModelIntegrationFilters) Set ¶

func (*NullableModelIntegrationFilters) UnmarshalJSON ¶

func (v *NullableModelIntegrationFilters) UnmarshalJSON(src []byte) error

func (*NullableModelIntegrationFilters) Unset ¶

type NullableModelIntegrationListResp ¶

type NullableModelIntegrationListResp struct {
	// contains filtered or unexported fields
}

func (NullableModelIntegrationListResp) Get ¶

func (NullableModelIntegrationListResp) IsSet ¶

func (NullableModelIntegrationListResp) MarshalJSON ¶

func (v NullableModelIntegrationListResp) MarshalJSON() ([]byte, error)

func (*NullableModelIntegrationListResp) Set ¶

func (*NullableModelIntegrationListResp) UnmarshalJSON ¶

func (v *NullableModelIntegrationListResp) UnmarshalJSON(src []byte) error

func (*NullableModelIntegrationListResp) Unset ¶

type NullableModelInviteUserRequest ¶

type NullableModelInviteUserRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelInviteUserRequest) Get ¶

func (NullableModelInviteUserRequest) IsSet ¶

func (NullableModelInviteUserRequest) MarshalJSON ¶

func (v NullableModelInviteUserRequest) MarshalJSON() ([]byte, error)

func (*NullableModelInviteUserRequest) Set ¶

func (*NullableModelInviteUserRequest) UnmarshalJSON ¶

func (v *NullableModelInviteUserRequest) UnmarshalJSON(src []byte) error

func (*NullableModelInviteUserRequest) Unset ¶

func (v *NullableModelInviteUserRequest) Unset()

type NullableModelInviteUserResponse ¶

type NullableModelInviteUserResponse struct {
	// contains filtered or unexported fields
}

func (NullableModelInviteUserResponse) Get ¶

func (NullableModelInviteUserResponse) IsSet ¶

func (NullableModelInviteUserResponse) MarshalJSON ¶

func (v NullableModelInviteUserResponse) MarshalJSON() ([]byte, error)

func (*NullableModelInviteUserResponse) Set ¶

func (*NullableModelInviteUserResponse) UnmarshalJSON ¶

func (v *NullableModelInviteUserResponse) UnmarshalJSON(src []byte) error

func (*NullableModelInviteUserResponse) Unset ¶

type NullableModelKubernetesCluster ¶

type NullableModelKubernetesCluster struct {
	// contains filtered or unexported fields
}

func (NullableModelKubernetesCluster) Get ¶

func (NullableModelKubernetesCluster) IsSet ¶

func (NullableModelKubernetesCluster) MarshalJSON ¶

func (v NullableModelKubernetesCluster) MarshalJSON() ([]byte, error)

func (*NullableModelKubernetesCluster) Set ¶

func (*NullableModelKubernetesCluster) UnmarshalJSON ¶

func (v *NullableModelKubernetesCluster) UnmarshalJSON(src []byte) error

func (*NullableModelKubernetesCluster) Unset ¶

func (v *NullableModelKubernetesCluster) Unset()

type NullableModelListAgentVersionResp ¶

type NullableModelListAgentVersionResp struct {
	// contains filtered or unexported fields
}

func (NullableModelListAgentVersionResp) Get ¶

func (NullableModelListAgentVersionResp) IsSet ¶

func (NullableModelListAgentVersionResp) MarshalJSON ¶

func (v NullableModelListAgentVersionResp) MarshalJSON() ([]byte, error)

func (*NullableModelListAgentVersionResp) Set ¶

func (*NullableModelListAgentVersionResp) UnmarshalJSON ¶

func (v *NullableModelListAgentVersionResp) UnmarshalJSON(src []byte) error

func (*NullableModelListAgentVersionResp) Unset ¶

type NullableModelLoginRequest ¶

type NullableModelLoginRequest struct {
	// contains filtered or unexported fields
}

func NewNullableModelLoginRequest ¶

func NewNullableModelLoginRequest(val *ModelLoginRequest) *NullableModelLoginRequest

func (NullableModelLoginRequest) Get ¶

func (NullableModelLoginRequest) IsSet ¶

func (v NullableModelLoginRequest) IsSet() bool

func (NullableModelLoginRequest) MarshalJSON ¶

func (v NullableModelLoginRequest) MarshalJSON() ([]byte, error)

func (*NullableModelLoginRequest) Set ¶

func (*NullableModelLoginRequest) UnmarshalJSON ¶

func (v *NullableModelLoginRequest) UnmarshalJSON(src []byte) error

func (*NullableModelLoginRequest) Unset ¶

func (v *NullableModelLoginRequest) Unset()

type NullableModelLoginResponse ¶

type NullableModelLoginResponse struct {
	// contains filtered or unexported fields
}

func NewNullableModelLoginResponse ¶

func NewNullableModelLoginResponse(val *ModelLoginResponse) *NullableModelLoginResponse

func (NullableModelLoginResponse) Get ¶

func (NullableModelLoginResponse) IsSet ¶

func (v NullableModelLoginResponse) IsSet() bool

func (NullableModelLoginResponse) MarshalJSON ¶

func (v NullableModelLoginResponse) MarshalJSON() ([]byte, error)

func (*NullableModelLoginResponse) Set ¶

func (*NullableModelLoginResponse) UnmarshalJSON ¶

func (v *NullableModelLoginResponse) UnmarshalJSON(src []byte) error

func (*NullableModelLoginResponse) Unset ¶

func (v *NullableModelLoginResponse) Unset()

type NullableModelMalware ¶

type NullableModelMalware struct {
	// contains filtered or unexported fields
}

func NewNullableModelMalware ¶

func NewNullableModelMalware(val *ModelMalware) *NullableModelMalware

func (NullableModelMalware) Get ¶

func (NullableModelMalware) IsSet ¶

func (v NullableModelMalware) IsSet() bool

func (NullableModelMalware) MarshalJSON ¶

func (v NullableModelMalware) MarshalJSON() ([]byte, error)

func (*NullableModelMalware) Set ¶

func (v *NullableModelMalware) Set(val *ModelMalware)

func (*NullableModelMalware) UnmarshalJSON ¶

func (v *NullableModelMalware) UnmarshalJSON(src []byte) error

func (*NullableModelMalware) Unset ¶

func (v *NullableModelMalware) Unset()

type NullableModelMalwareRule ¶

type NullableModelMalwareRule struct {
	// contains filtered or unexported fields
}

func NewNullableModelMalwareRule ¶

func NewNullableModelMalwareRule(val *ModelMalwareRule) *NullableModelMalwareRule

func (NullableModelMalwareRule) Get ¶

func (NullableModelMalwareRule) IsSet ¶

func (v NullableModelMalwareRule) IsSet() bool

func (NullableModelMalwareRule) MarshalJSON ¶

func (v NullableModelMalwareRule) MarshalJSON() ([]byte, error)

func (*NullableModelMalwareRule) Set ¶

func (*NullableModelMalwareRule) UnmarshalJSON ¶

func (v *NullableModelMalwareRule) UnmarshalJSON(src []byte) error

func (*NullableModelMalwareRule) Unset ¶

func (v *NullableModelMalwareRule) Unset()

type NullableModelMalwareScanResult ¶

type NullableModelMalwareScanResult struct {
	// contains filtered or unexported fields
}

func (NullableModelMalwareScanResult) Get ¶

func (NullableModelMalwareScanResult) IsSet ¶

func (NullableModelMalwareScanResult) MarshalJSON ¶

func (v NullableModelMalwareScanResult) MarshalJSON() ([]byte, error)

func (*NullableModelMalwareScanResult) Set ¶

func (*NullableModelMalwareScanResult) UnmarshalJSON ¶

func (v *NullableModelMalwareScanResult) UnmarshalJSON(src []byte) error

func (*NullableModelMalwareScanResult) Unset ¶

func (v *NullableModelMalwareScanResult) Unset()

type NullableModelMalwareScanResultClass ¶

type NullableModelMalwareScanResultClass struct {
	// contains filtered or unexported fields
}

func (NullableModelMalwareScanResultClass) Get ¶

func (NullableModelMalwareScanResultClass) IsSet ¶

func (NullableModelMalwareScanResultClass) MarshalJSON ¶

func (v NullableModelMalwareScanResultClass) MarshalJSON() ([]byte, error)

func (*NullableModelMalwareScanResultClass) Set ¶

func (*NullableModelMalwareScanResultClass) UnmarshalJSON ¶

func (v *NullableModelMalwareScanResultClass) UnmarshalJSON(src []byte) error

func (*NullableModelMalwareScanResultClass) Unset ¶

type NullableModelMalwareScanResultRules ¶

type NullableModelMalwareScanResultRules struct {
	// contains filtered or unexported fields
}

func (NullableModelMalwareScanResultRules) Get ¶

func (NullableModelMalwareScanResultRules) IsSet ¶

func (NullableModelMalwareScanResultRules) MarshalJSON ¶

func (v NullableModelMalwareScanResultRules) MarshalJSON() ([]byte, error)

func (*NullableModelMalwareScanResultRules) Set ¶

func (*NullableModelMalwareScanResultRules) UnmarshalJSON ¶

func (v *NullableModelMalwareScanResultRules) UnmarshalJSON(src []byte) error

func (*NullableModelMalwareScanResultRules) Unset ¶

type NullableModelMalwareScanTriggerReq ¶

type NullableModelMalwareScanTriggerReq struct {
	// contains filtered or unexported fields
}

func (NullableModelMalwareScanTriggerReq) Get ¶

func (NullableModelMalwareScanTriggerReq) IsSet ¶

func (NullableModelMalwareScanTriggerReq) MarshalJSON ¶

func (v NullableModelMalwareScanTriggerReq) MarshalJSON() ([]byte, error)

func (*NullableModelMalwareScanTriggerReq) Set ¶

func (*NullableModelMalwareScanTriggerReq) UnmarshalJSON ¶

func (v *NullableModelMalwareScanTriggerReq) UnmarshalJSON(src []byte) error

func (*NullableModelMalwareScanTriggerReq) Unset ¶

type NullableModelMessageResponse ¶

type NullableModelMessageResponse struct {
	// contains filtered or unexported fields
}

func (NullableModelMessageResponse) Get ¶

func (NullableModelMessageResponse) IsSet ¶

func (NullableModelMessageResponse) MarshalJSON ¶

func (v NullableModelMessageResponse) MarshalJSON() ([]byte, error)

func (*NullableModelMessageResponse) Set ¶

func (*NullableModelMessageResponse) UnmarshalJSON ¶

func (v *NullableModelMessageResponse) UnmarshalJSON(src []byte) error

func (*NullableModelMessageResponse) Unset ¶

func (v *NullableModelMessageResponse) Unset()

type NullableModelNodeIdentifier ¶

type NullableModelNodeIdentifier struct {
	// contains filtered or unexported fields
}

func (NullableModelNodeIdentifier) Get ¶

func (NullableModelNodeIdentifier) IsSet ¶

func (NullableModelNodeIdentifier) MarshalJSON ¶

func (v NullableModelNodeIdentifier) MarshalJSON() ([]byte, error)

func (*NullableModelNodeIdentifier) Set ¶

func (*NullableModelNodeIdentifier) UnmarshalJSON ¶

func (v *NullableModelNodeIdentifier) UnmarshalJSON(src []byte) error

func (*NullableModelNodeIdentifier) Unset ¶

func (v *NullableModelNodeIdentifier) Unset()

type NullableModelNodesInScanResultRequest ¶

type NullableModelNodesInScanResultRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelNodesInScanResultRequest) Get ¶

func (NullableModelNodesInScanResultRequest) IsSet ¶

func (NullableModelNodesInScanResultRequest) MarshalJSON ¶

func (v NullableModelNodesInScanResultRequest) MarshalJSON() ([]byte, error)

func (*NullableModelNodesInScanResultRequest) Set ¶

func (*NullableModelNodesInScanResultRequest) UnmarshalJSON ¶

func (v *NullableModelNodesInScanResultRequest) UnmarshalJSON(src []byte) error

func (*NullableModelNodesInScanResultRequest) Unset ¶

type NullableModelPasswordResetRequest ¶

type NullableModelPasswordResetRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelPasswordResetRequest) Get ¶

func (NullableModelPasswordResetRequest) IsSet ¶

func (NullableModelPasswordResetRequest) MarshalJSON ¶

func (v NullableModelPasswordResetRequest) MarshalJSON() ([]byte, error)

func (*NullableModelPasswordResetRequest) Set ¶

func (*NullableModelPasswordResetRequest) UnmarshalJSON ¶

func (v *NullableModelPasswordResetRequest) UnmarshalJSON(src []byte) error

func (*NullableModelPasswordResetRequest) Unset ¶

type NullableModelPasswordResetVerifyRequest ¶

type NullableModelPasswordResetVerifyRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelPasswordResetVerifyRequest) Get ¶

func (NullableModelPasswordResetVerifyRequest) IsSet ¶

func (NullableModelPasswordResetVerifyRequest) MarshalJSON ¶

func (v NullableModelPasswordResetVerifyRequest) MarshalJSON() ([]byte, error)

func (*NullableModelPasswordResetVerifyRequest) Set ¶

func (*NullableModelPasswordResetVerifyRequest) UnmarshalJSON ¶

func (v *NullableModelPasswordResetVerifyRequest) UnmarshalJSON(src []byte) error

func (*NullableModelPasswordResetVerifyRequest) Unset ¶

type NullableModelPod ¶

type NullableModelPod struct {
	// contains filtered or unexported fields
}

func NewNullableModelPod ¶

func NewNullableModelPod(val *ModelPod) *NullableModelPod

func (NullableModelPod) Get ¶

func (v NullableModelPod) Get() *ModelPod

func (NullableModelPod) IsSet ¶

func (v NullableModelPod) IsSet() bool

func (NullableModelPod) MarshalJSON ¶

func (v NullableModelPod) MarshalJSON() ([]byte, error)

func (*NullableModelPod) Set ¶

func (v *NullableModelPod) Set(val *ModelPod)

func (*NullableModelPod) UnmarshalJSON ¶

func (v *NullableModelPod) UnmarshalJSON(src []byte) error

func (*NullableModelPod) Unset ¶

func (v *NullableModelPod) Unset()

type NullableModelPostureProvider ¶

type NullableModelPostureProvider struct {
	// contains filtered or unexported fields
}

func (NullableModelPostureProvider) Get ¶

func (NullableModelPostureProvider) IsSet ¶

func (NullableModelPostureProvider) MarshalJSON ¶

func (v NullableModelPostureProvider) MarshalJSON() ([]byte, error)

func (*NullableModelPostureProvider) Set ¶

func (*NullableModelPostureProvider) UnmarshalJSON ¶

func (v *NullableModelPostureProvider) UnmarshalJSON(src []byte) error

func (*NullableModelPostureProvider) Unset ¶

func (v *NullableModelPostureProvider) Unset()

type NullableModelProcess ¶

type NullableModelProcess struct {
	// contains filtered or unexported fields
}

func NewNullableModelProcess ¶

func NewNullableModelProcess(val *ModelProcess) *NullableModelProcess

func (NullableModelProcess) Get ¶

func (NullableModelProcess) IsSet ¶

func (v NullableModelProcess) IsSet() bool

func (NullableModelProcess) MarshalJSON ¶

func (v NullableModelProcess) MarshalJSON() ([]byte, error)

func (*NullableModelProcess) Set ¶

func (v *NullableModelProcess) Set(val *ModelProcess)

func (*NullableModelProcess) UnmarshalJSON ¶

func (v *NullableModelProcess) UnmarshalJSON(src []byte) error

func (*NullableModelProcess) Unset ¶

func (v *NullableModelProcess) Unset()

type NullableModelRegisterInvitedUserRequest ¶

type NullableModelRegisterInvitedUserRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelRegisterInvitedUserRequest) Get ¶

func (NullableModelRegisterInvitedUserRequest) IsSet ¶

func (NullableModelRegisterInvitedUserRequest) MarshalJSON ¶

func (v NullableModelRegisterInvitedUserRequest) MarshalJSON() ([]byte, error)

func (*NullableModelRegisterInvitedUserRequest) Set ¶

func (*NullableModelRegisterInvitedUserRequest) UnmarshalJSON ¶

func (v *NullableModelRegisterInvitedUserRequest) UnmarshalJSON(src []byte) error

func (*NullableModelRegisterInvitedUserRequest) Unset ¶

type NullableModelRegistryAccount ¶

type NullableModelRegistryAccount struct {
	// contains filtered or unexported fields
}

func (NullableModelRegistryAccount) Get ¶

func (NullableModelRegistryAccount) IsSet ¶

func (NullableModelRegistryAccount) MarshalJSON ¶

func (v NullableModelRegistryAccount) MarshalJSON() ([]byte, error)

func (*NullableModelRegistryAccount) Set ¶

func (*NullableModelRegistryAccount) UnmarshalJSON ¶

func (v *NullableModelRegistryAccount) UnmarshalJSON(src []byte) error

func (*NullableModelRegistryAccount) Unset ¶

func (v *NullableModelRegistryAccount) Unset()

type NullableModelRegistryAddReq ¶

type NullableModelRegistryAddReq struct {
	// contains filtered or unexported fields
}

func (NullableModelRegistryAddReq) Get ¶

func (NullableModelRegistryAddReq) IsSet ¶

func (NullableModelRegistryAddReq) MarshalJSON ¶

func (v NullableModelRegistryAddReq) MarshalJSON() ([]byte, error)

func (*NullableModelRegistryAddReq) Set ¶

func (*NullableModelRegistryAddReq) UnmarshalJSON ¶

func (v *NullableModelRegistryAddReq) UnmarshalJSON(src []byte) error

func (*NullableModelRegistryAddReq) Unset ¶

func (v *NullableModelRegistryAddReq) Unset()

type NullableModelRegistryCountResp ¶

type NullableModelRegistryCountResp struct {
	// contains filtered or unexported fields
}

func (NullableModelRegistryCountResp) Get ¶

func (NullableModelRegistryCountResp) IsSet ¶

func (NullableModelRegistryCountResp) MarshalJSON ¶

func (v NullableModelRegistryCountResp) MarshalJSON() ([]byte, error)

func (*NullableModelRegistryCountResp) Set ¶

func (*NullableModelRegistryCountResp) UnmarshalJSON ¶

func (v *NullableModelRegistryCountResp) UnmarshalJSON(src []byte) error

func (*NullableModelRegistryCountResp) Unset ¶

func (v *NullableModelRegistryCountResp) Unset()

type NullableModelRegistryImageStubsReq ¶

type NullableModelRegistryImageStubsReq struct {
	// contains filtered or unexported fields
}

func (NullableModelRegistryImageStubsReq) Get ¶

func (NullableModelRegistryImageStubsReq) IsSet ¶

func (NullableModelRegistryImageStubsReq) MarshalJSON ¶

func (v NullableModelRegistryImageStubsReq) MarshalJSON() ([]byte, error)

func (*NullableModelRegistryImageStubsReq) Set ¶

func (*NullableModelRegistryImageStubsReq) UnmarshalJSON ¶

func (v *NullableModelRegistryImageStubsReq) UnmarshalJSON(src []byte) error

func (*NullableModelRegistryImageStubsReq) Unset ¶

type NullableModelRegistryImagesReq ¶

type NullableModelRegistryImagesReq struct {
	// contains filtered or unexported fields
}

func (NullableModelRegistryImagesReq) Get ¶

func (NullableModelRegistryImagesReq) IsSet ¶

func (NullableModelRegistryImagesReq) MarshalJSON ¶

func (v NullableModelRegistryImagesReq) MarshalJSON() ([]byte, error)

func (*NullableModelRegistryImagesReq) Set ¶

func (*NullableModelRegistryImagesReq) UnmarshalJSON ¶

func (v *NullableModelRegistryImagesReq) UnmarshalJSON(src []byte) error

func (*NullableModelRegistryImagesReq) Unset ¶

func (v *NullableModelRegistryImagesReq) Unset()

type NullableModelRegistryListResp ¶

type NullableModelRegistryListResp struct {
	// contains filtered or unexported fields
}

func (NullableModelRegistryListResp) Get ¶

func (NullableModelRegistryListResp) IsSet ¶

func (NullableModelRegistryListResp) MarshalJSON ¶

func (v NullableModelRegistryListResp) MarshalJSON() ([]byte, error)

func (*NullableModelRegistryListResp) Set ¶

func (*NullableModelRegistryListResp) UnmarshalJSON ¶

func (v *NullableModelRegistryListResp) UnmarshalJSON(src []byte) error

func (*NullableModelRegistryListResp) Unset ¶

func (v *NullableModelRegistryListResp) Unset()

type NullableModelRegistryUpdateReq ¶

type NullableModelRegistryUpdateReq struct {
	// contains filtered or unexported fields
}

func (NullableModelRegistryUpdateReq) Get ¶

func (NullableModelRegistryUpdateReq) IsSet ¶

func (NullableModelRegistryUpdateReq) MarshalJSON ¶

func (v NullableModelRegistryUpdateReq) MarshalJSON() ([]byte, error)

func (*NullableModelRegistryUpdateReq) Set ¶

func (*NullableModelRegistryUpdateReq) UnmarshalJSON ¶

func (v *NullableModelRegistryUpdateReq) UnmarshalJSON(src []byte) error

func (*NullableModelRegistryUpdateReq) Unset ¶

func (v *NullableModelRegistryUpdateReq) Unset()

type NullableModelResponseAccessToken ¶

type NullableModelResponseAccessToken struct {
	// contains filtered or unexported fields
}

func (NullableModelResponseAccessToken) Get ¶

func (NullableModelResponseAccessToken) IsSet ¶

func (NullableModelResponseAccessToken) MarshalJSON ¶

func (v NullableModelResponseAccessToken) MarshalJSON() ([]byte, error)

func (*NullableModelResponseAccessToken) Set ¶

func (*NullableModelResponseAccessToken) UnmarshalJSON ¶

func (v *NullableModelResponseAccessToken) UnmarshalJSON(src []byte) error

func (*NullableModelResponseAccessToken) Unset ¶

type NullableModelSbomRequest ¶

type NullableModelSbomRequest struct {
	// contains filtered or unexported fields
}

func NewNullableModelSbomRequest ¶

func NewNullableModelSbomRequest(val *ModelSbomRequest) *NullableModelSbomRequest

func (NullableModelSbomRequest) Get ¶

func (NullableModelSbomRequest) IsSet ¶

func (v NullableModelSbomRequest) IsSet() bool

func (NullableModelSbomRequest) MarshalJSON ¶

func (v NullableModelSbomRequest) MarshalJSON() ([]byte, error)

func (*NullableModelSbomRequest) Set ¶

func (*NullableModelSbomRequest) UnmarshalJSON ¶

func (v *NullableModelSbomRequest) UnmarshalJSON(src []byte) error

func (*NullableModelSbomRequest) Unset ¶

func (v *NullableModelSbomRequest) Unset()

type NullableModelSbomResponse ¶

type NullableModelSbomResponse struct {
	// contains filtered or unexported fields
}

func NewNullableModelSbomResponse ¶

func NewNullableModelSbomResponse(val *ModelSbomResponse) *NullableModelSbomResponse

func (NullableModelSbomResponse) Get ¶

func (NullableModelSbomResponse) IsSet ¶

func (v NullableModelSbomResponse) IsSet() bool

func (NullableModelSbomResponse) MarshalJSON ¶

func (v NullableModelSbomResponse) MarshalJSON() ([]byte, error)

func (*NullableModelSbomResponse) Set ¶

func (*NullableModelSbomResponse) UnmarshalJSON ¶

func (v *NullableModelSbomResponse) UnmarshalJSON(src []byte) error

func (*NullableModelSbomResponse) Unset ¶

func (v *NullableModelSbomResponse) Unset()

type NullableModelScanCompareReq ¶

type NullableModelScanCompareReq struct {
	// contains filtered or unexported fields
}

func (NullableModelScanCompareReq) Get ¶

func (NullableModelScanCompareReq) IsSet ¶

func (NullableModelScanCompareReq) MarshalJSON ¶

func (v NullableModelScanCompareReq) MarshalJSON() ([]byte, error)

func (*NullableModelScanCompareReq) Set ¶

func (*NullableModelScanCompareReq) UnmarshalJSON ¶

func (v *NullableModelScanCompareReq) UnmarshalJSON(src []byte) error

func (*NullableModelScanCompareReq) Unset ¶

func (v *NullableModelScanCompareReq) Unset()

type NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance ¶

type NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance struct {
	// contains filtered or unexported fields
}

func (NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance) Get ¶

func (NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance) IsSet ¶

func (NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance) MarshalJSON ¶

func (*NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance) Set ¶

func (*NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance) UnmarshalJSON ¶

func (*NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelCloudCompliance) Unset ¶

type NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance ¶

type NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance struct {
	// contains filtered or unexported fields
}

func (NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance) Get ¶

func (NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance) IsSet ¶

func (NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance) MarshalJSON ¶

func (*NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance) Set ¶

func (*NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance) UnmarshalJSON ¶

func (*NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelCompliance) Unset ¶

type NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware ¶

type NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware struct {
	// contains filtered or unexported fields
}

func (NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware) Get ¶

func (NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware) IsSet ¶

func (NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware) MarshalJSON ¶

func (*NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware) Set ¶

func (*NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware) UnmarshalJSON ¶

func (*NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelMalware) Unset ¶

type NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret ¶

type NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret struct {
	// contains filtered or unexported fields
}

func (NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret) Get ¶

func (NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret) IsSet ¶

func (NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret) MarshalJSON ¶

func (*NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret) Set ¶

func (*NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret) UnmarshalJSON ¶

func (*NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelSecret) Unset ¶

type NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability ¶

type NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability struct {
	// contains filtered or unexported fields
}

func (NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability) Get ¶

func (NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability) IsSet ¶

func (NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability) MarshalJSON ¶

func (*NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability) Set ¶

func (*NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability) UnmarshalJSON ¶

func (*NullableModelScanCompareResGithubComToaeThreatMapperToaeServerModelVulnerability) Unset ¶

type NullableModelScanFilter ¶

type NullableModelScanFilter struct {
	// contains filtered or unexported fields
}

func NewNullableModelScanFilter ¶

func NewNullableModelScanFilter(val *ModelScanFilter) *NullableModelScanFilter

func (NullableModelScanFilter) Get ¶

func (NullableModelScanFilter) IsSet ¶

func (v NullableModelScanFilter) IsSet() bool

func (NullableModelScanFilter) MarshalJSON ¶

func (v NullableModelScanFilter) MarshalJSON() ([]byte, error)

func (*NullableModelScanFilter) Set ¶

func (*NullableModelScanFilter) UnmarshalJSON ¶

func (v *NullableModelScanFilter) UnmarshalJSON(src []byte) error

func (*NullableModelScanFilter) Unset ¶

func (v *NullableModelScanFilter) Unset()

type NullableModelScanInfo ¶

type NullableModelScanInfo struct {
	// contains filtered or unexported fields
}

func NewNullableModelScanInfo ¶

func NewNullableModelScanInfo(val *ModelScanInfo) *NullableModelScanInfo

func (NullableModelScanInfo) Get ¶

func (NullableModelScanInfo) IsSet ¶

func (v NullableModelScanInfo) IsSet() bool

func (NullableModelScanInfo) MarshalJSON ¶

func (v NullableModelScanInfo) MarshalJSON() ([]byte, error)

func (*NullableModelScanInfo) Set ¶

func (v *NullableModelScanInfo) Set(val *ModelScanInfo)

func (*NullableModelScanInfo) UnmarshalJSON ¶

func (v *NullableModelScanInfo) UnmarshalJSON(src []byte) error

func (*NullableModelScanInfo) Unset ¶

func (v *NullableModelScanInfo) Unset()

type NullableModelScanListReq ¶

type NullableModelScanListReq struct {
	// contains filtered or unexported fields
}

func NewNullableModelScanListReq ¶

func NewNullableModelScanListReq(val *ModelScanListReq) *NullableModelScanListReq

func (NullableModelScanListReq) Get ¶

func (NullableModelScanListReq) IsSet ¶

func (v NullableModelScanListReq) IsSet() bool

func (NullableModelScanListReq) MarshalJSON ¶

func (v NullableModelScanListReq) MarshalJSON() ([]byte, error)

func (*NullableModelScanListReq) Set ¶

func (*NullableModelScanListReq) UnmarshalJSON ¶

func (v *NullableModelScanListReq) UnmarshalJSON(src []byte) error

func (*NullableModelScanListReq) Unset ¶

func (v *NullableModelScanListReq) Unset()

type NullableModelScanListResp ¶

type NullableModelScanListResp struct {
	// contains filtered or unexported fields
}

func NewNullableModelScanListResp ¶

func NewNullableModelScanListResp(val *ModelScanListResp) *NullableModelScanListResp

func (NullableModelScanListResp) Get ¶

func (NullableModelScanListResp) IsSet ¶

func (v NullableModelScanListResp) IsSet() bool

func (NullableModelScanListResp) MarshalJSON ¶

func (v NullableModelScanListResp) MarshalJSON() ([]byte, error)

func (*NullableModelScanListResp) Set ¶

func (*NullableModelScanListResp) UnmarshalJSON ¶

func (v *NullableModelScanListResp) UnmarshalJSON(src []byte) error

func (*NullableModelScanListResp) Unset ¶

func (v *NullableModelScanListResp) Unset()

type NullableModelScanReportFieldsResponse ¶

type NullableModelScanReportFieldsResponse struct {
	// contains filtered or unexported fields
}

func (NullableModelScanReportFieldsResponse) Get ¶

func (NullableModelScanReportFieldsResponse) IsSet ¶

func (NullableModelScanReportFieldsResponse) MarshalJSON ¶

func (v NullableModelScanReportFieldsResponse) MarshalJSON() ([]byte, error)

func (*NullableModelScanReportFieldsResponse) Set ¶

func (*NullableModelScanReportFieldsResponse) UnmarshalJSON ¶

func (v *NullableModelScanReportFieldsResponse) UnmarshalJSON(src []byte) error

func (*NullableModelScanReportFieldsResponse) Unset ¶

type NullableModelScanResultBasicNode ¶

type NullableModelScanResultBasicNode struct {
	// contains filtered or unexported fields
}

func (NullableModelScanResultBasicNode) Get ¶

func (NullableModelScanResultBasicNode) IsSet ¶

func (NullableModelScanResultBasicNode) MarshalJSON ¶

func (v NullableModelScanResultBasicNode) MarshalJSON() ([]byte, error)

func (*NullableModelScanResultBasicNode) Set ¶

func (*NullableModelScanResultBasicNode) UnmarshalJSON ¶

func (v *NullableModelScanResultBasicNode) UnmarshalJSON(src []byte) error

func (*NullableModelScanResultBasicNode) Unset ¶

type NullableModelScanResultsActionRequest ¶

type NullableModelScanResultsActionRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelScanResultsActionRequest) Get ¶

func (NullableModelScanResultsActionRequest) IsSet ¶

func (NullableModelScanResultsActionRequest) MarshalJSON ¶

func (v NullableModelScanResultsActionRequest) MarshalJSON() ([]byte, error)

func (*NullableModelScanResultsActionRequest) Set ¶

func (*NullableModelScanResultsActionRequest) UnmarshalJSON ¶

func (v *NullableModelScanResultsActionRequest) UnmarshalJSON(src []byte) error

func (*NullableModelScanResultsActionRequest) Unset ¶

type NullableModelScanResultsCommon ¶

type NullableModelScanResultsCommon struct {
	// contains filtered or unexported fields
}

func (NullableModelScanResultsCommon) Get ¶

func (NullableModelScanResultsCommon) IsSet ¶

func (NullableModelScanResultsCommon) MarshalJSON ¶

func (v NullableModelScanResultsCommon) MarshalJSON() ([]byte, error)

func (*NullableModelScanResultsCommon) Set ¶

func (*NullableModelScanResultsCommon) UnmarshalJSON ¶

func (v *NullableModelScanResultsCommon) UnmarshalJSON(src []byte) error

func (*NullableModelScanResultsCommon) Unset ¶

func (v *NullableModelScanResultsCommon) Unset()

type NullableModelScanResultsMaskRequest ¶

type NullableModelScanResultsMaskRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelScanResultsMaskRequest) Get ¶

func (NullableModelScanResultsMaskRequest) IsSet ¶

func (NullableModelScanResultsMaskRequest) MarshalJSON ¶

func (v NullableModelScanResultsMaskRequest) MarshalJSON() ([]byte, error)

func (*NullableModelScanResultsMaskRequest) Set ¶

func (*NullableModelScanResultsMaskRequest) UnmarshalJSON ¶

func (v *NullableModelScanResultsMaskRequest) UnmarshalJSON(src []byte) error

func (*NullableModelScanResultsMaskRequest) Unset ¶

type NullableModelScanResultsReq ¶

type NullableModelScanResultsReq struct {
	// contains filtered or unexported fields
}

func (NullableModelScanResultsReq) Get ¶

func (NullableModelScanResultsReq) IsSet ¶

func (NullableModelScanResultsReq) MarshalJSON ¶

func (v NullableModelScanResultsReq) MarshalJSON() ([]byte, error)

func (*NullableModelScanResultsReq) Set ¶

func (*NullableModelScanResultsReq) UnmarshalJSON ¶

func (v *NullableModelScanResultsReq) UnmarshalJSON(src []byte) error

func (*NullableModelScanResultsReq) Unset ¶

func (v *NullableModelScanResultsReq) Unset()

type NullableModelScanStatusReq ¶

type NullableModelScanStatusReq struct {
	// contains filtered or unexported fields
}

func NewNullableModelScanStatusReq ¶

func NewNullableModelScanStatusReq(val *ModelScanStatusReq) *NullableModelScanStatusReq

func (NullableModelScanStatusReq) Get ¶

func (NullableModelScanStatusReq) IsSet ¶

func (v NullableModelScanStatusReq) IsSet() bool

func (NullableModelScanStatusReq) MarshalJSON ¶

func (v NullableModelScanStatusReq) MarshalJSON() ([]byte, error)

func (*NullableModelScanStatusReq) Set ¶

func (*NullableModelScanStatusReq) UnmarshalJSON ¶

func (v *NullableModelScanStatusReq) UnmarshalJSON(src []byte) error

func (*NullableModelScanStatusReq) Unset ¶

func (v *NullableModelScanStatusReq) Unset()

type NullableModelScanStatusResp ¶

type NullableModelScanStatusResp struct {
	// contains filtered or unexported fields
}

func (NullableModelScanStatusResp) Get ¶

func (NullableModelScanStatusResp) IsSet ¶

func (NullableModelScanStatusResp) MarshalJSON ¶

func (v NullableModelScanStatusResp) MarshalJSON() ([]byte, error)

func (*NullableModelScanStatusResp) Set ¶

func (*NullableModelScanStatusResp) UnmarshalJSON ¶

func (v *NullableModelScanStatusResp) UnmarshalJSON(src []byte) error

func (*NullableModelScanStatusResp) Unset ¶

func (v *NullableModelScanStatusResp) Unset()

type NullableModelScanTriggerResp ¶

type NullableModelScanTriggerResp struct {
	// contains filtered or unexported fields
}

func (NullableModelScanTriggerResp) Get ¶

func (NullableModelScanTriggerResp) IsSet ¶

func (NullableModelScanTriggerResp) MarshalJSON ¶

func (v NullableModelScanTriggerResp) MarshalJSON() ([]byte, error)

func (*NullableModelScanTriggerResp) Set ¶

func (*NullableModelScanTriggerResp) UnmarshalJSON ¶

func (v *NullableModelScanTriggerResp) UnmarshalJSON(src []byte) error

func (*NullableModelScanTriggerResp) Unset ¶

func (v *NullableModelScanTriggerResp) Unset()

type NullableModelSecret ¶

type NullableModelSecret struct {
	// contains filtered or unexported fields
}

func NewNullableModelSecret ¶

func NewNullableModelSecret(val *ModelSecret) *NullableModelSecret

func (NullableModelSecret) Get ¶

func (NullableModelSecret) IsSet ¶

func (v NullableModelSecret) IsSet() bool

func (NullableModelSecret) MarshalJSON ¶

func (v NullableModelSecret) MarshalJSON() ([]byte, error)

func (*NullableModelSecret) Set ¶

func (v *NullableModelSecret) Set(val *ModelSecret)

func (*NullableModelSecret) UnmarshalJSON ¶

func (v *NullableModelSecret) UnmarshalJSON(src []byte) error

func (*NullableModelSecret) Unset ¶

func (v *NullableModelSecret) Unset()

type NullableModelSecretRule ¶

type NullableModelSecretRule struct {
	// contains filtered or unexported fields
}

func NewNullableModelSecretRule ¶

func NewNullableModelSecretRule(val *ModelSecretRule) *NullableModelSecretRule

func (NullableModelSecretRule) Get ¶

func (NullableModelSecretRule) IsSet ¶

func (v NullableModelSecretRule) IsSet() bool

func (NullableModelSecretRule) MarshalJSON ¶

func (v NullableModelSecretRule) MarshalJSON() ([]byte, error)

func (*NullableModelSecretRule) Set ¶

func (*NullableModelSecretRule) UnmarshalJSON ¶

func (v *NullableModelSecretRule) UnmarshalJSON(src []byte) error

func (*NullableModelSecretRule) Unset ¶

func (v *NullableModelSecretRule) Unset()

type NullableModelSecretScanResult ¶

type NullableModelSecretScanResult struct {
	// contains filtered or unexported fields
}

func (NullableModelSecretScanResult) Get ¶

func (NullableModelSecretScanResult) IsSet ¶

func (NullableModelSecretScanResult) MarshalJSON ¶

func (v NullableModelSecretScanResult) MarshalJSON() ([]byte, error)

func (*NullableModelSecretScanResult) Set ¶

func (*NullableModelSecretScanResult) UnmarshalJSON ¶

func (v *NullableModelSecretScanResult) UnmarshalJSON(src []byte) error

func (*NullableModelSecretScanResult) Unset ¶

func (v *NullableModelSecretScanResult) Unset()

type NullableModelSecretScanResultRules ¶

type NullableModelSecretScanResultRules struct {
	// contains filtered or unexported fields
}

func (NullableModelSecretScanResultRules) Get ¶

func (NullableModelSecretScanResultRules) IsSet ¶

func (NullableModelSecretScanResultRules) MarshalJSON ¶

func (v NullableModelSecretScanResultRules) MarshalJSON() ([]byte, error)

func (*NullableModelSecretScanResultRules) Set ¶

func (*NullableModelSecretScanResultRules) UnmarshalJSON ¶

func (v *NullableModelSecretScanResultRules) UnmarshalJSON(src []byte) error

func (*NullableModelSecretScanResultRules) Unset ¶

type NullableModelSecretScanTriggerReq ¶

type NullableModelSecretScanTriggerReq struct {
	// contains filtered or unexported fields
}

func (NullableModelSecretScanTriggerReq) Get ¶

func (NullableModelSecretScanTriggerReq) IsSet ¶

func (NullableModelSecretScanTriggerReq) MarshalJSON ¶

func (v NullableModelSecretScanTriggerReq) MarshalJSON() ([]byte, error)

func (*NullableModelSecretScanTriggerReq) Set ¶

func (*NullableModelSecretScanTriggerReq) UnmarshalJSON ¶

func (v *NullableModelSecretScanTriggerReq) UnmarshalJSON(src []byte) error

func (*NullableModelSecretScanTriggerReq) Unset ¶

type NullableModelSettingUpdateRequest ¶

type NullableModelSettingUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelSettingUpdateRequest) Get ¶

func (NullableModelSettingUpdateRequest) IsSet ¶

func (NullableModelSettingUpdateRequest) MarshalJSON ¶

func (v NullableModelSettingUpdateRequest) MarshalJSON() ([]byte, error)

func (*NullableModelSettingUpdateRequest) Set ¶

func (*NullableModelSettingUpdateRequest) UnmarshalJSON ¶

func (v *NullableModelSettingUpdateRequest) UnmarshalJSON(src []byte) error

func (*NullableModelSettingUpdateRequest) Unset ¶

type NullableModelSettingsResponse ¶

type NullableModelSettingsResponse struct {
	// contains filtered or unexported fields
}

func (NullableModelSettingsResponse) Get ¶

func (NullableModelSettingsResponse) IsSet ¶

func (NullableModelSettingsResponse) MarshalJSON ¶

func (v NullableModelSettingsResponse) MarshalJSON() ([]byte, error)

func (*NullableModelSettingsResponse) Set ¶

func (*NullableModelSettingsResponse) UnmarshalJSON ¶

func (v *NullableModelSettingsResponse) UnmarshalJSON(src []byte) error

func (*NullableModelSettingsResponse) Unset ¶

func (v *NullableModelSettingsResponse) Unset()

type NullableModelStopScanRequest ¶

type NullableModelStopScanRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelStopScanRequest) Get ¶

func (NullableModelStopScanRequest) IsSet ¶

func (NullableModelStopScanRequest) MarshalJSON ¶

func (v NullableModelStopScanRequest) MarshalJSON() ([]byte, error)

func (*NullableModelStopScanRequest) Set ¶

func (*NullableModelStopScanRequest) UnmarshalJSON ¶

func (v *NullableModelStopScanRequest) UnmarshalJSON(src []byte) error

func (*NullableModelStopScanRequest) Unset ¶

func (v *NullableModelStopScanRequest) Unset()

type NullableModelSummary ¶

type NullableModelSummary struct {
	// contains filtered or unexported fields
}

func NewNullableModelSummary ¶

func NewNullableModelSummary(val *ModelSummary) *NullableModelSummary

func (NullableModelSummary) Get ¶

func (NullableModelSummary) IsSet ¶

func (v NullableModelSummary) IsSet() bool

func (NullableModelSummary) MarshalJSON ¶

func (v NullableModelSummary) MarshalJSON() ([]byte, error)

func (*NullableModelSummary) Set ¶

func (v *NullableModelSummary) Set(val *ModelSummary)

func (*NullableModelSummary) UnmarshalJSON ¶

func (v *NullableModelSummary) UnmarshalJSON(src []byte) error

func (*NullableModelSummary) Unset ¶

func (v *NullableModelSummary) Unset()

type NullableModelTopologyDeltaReq ¶

type NullableModelTopologyDeltaReq struct {
	// contains filtered or unexported fields
}

func (NullableModelTopologyDeltaReq) Get ¶

func (NullableModelTopologyDeltaReq) IsSet ¶

func (NullableModelTopologyDeltaReq) MarshalJSON ¶

func (v NullableModelTopologyDeltaReq) MarshalJSON() ([]byte, error)

func (*NullableModelTopologyDeltaReq) Set ¶

func (*NullableModelTopologyDeltaReq) UnmarshalJSON ¶

func (v *NullableModelTopologyDeltaReq) UnmarshalJSON(src []byte) error

func (*NullableModelTopologyDeltaReq) Unset ¶

func (v *NullableModelTopologyDeltaReq) Unset()

type NullableModelTopologyDeltaResponse ¶

type NullableModelTopologyDeltaResponse struct {
	// contains filtered or unexported fields
}

func (NullableModelTopologyDeltaResponse) Get ¶

func (NullableModelTopologyDeltaResponse) IsSet ¶

func (NullableModelTopologyDeltaResponse) MarshalJSON ¶

func (v NullableModelTopologyDeltaResponse) MarshalJSON() ([]byte, error)

func (*NullableModelTopologyDeltaResponse) Set ¶

func (*NullableModelTopologyDeltaResponse) UnmarshalJSON ¶

func (v *NullableModelTopologyDeltaResponse) UnmarshalJSON(src []byte) error

func (*NullableModelTopologyDeltaResponse) Unset ¶

type NullableModelUpdateScheduledTaskRequest ¶

type NullableModelUpdateScheduledTaskRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelUpdateScheduledTaskRequest) Get ¶

func (NullableModelUpdateScheduledTaskRequest) IsSet ¶

func (NullableModelUpdateScheduledTaskRequest) MarshalJSON ¶

func (v NullableModelUpdateScheduledTaskRequest) MarshalJSON() ([]byte, error)

func (*NullableModelUpdateScheduledTaskRequest) Set ¶

func (*NullableModelUpdateScheduledTaskRequest) UnmarshalJSON ¶

func (v *NullableModelUpdateScheduledTaskRequest) UnmarshalJSON(src []byte) error

func (*NullableModelUpdateScheduledTaskRequest) Unset ¶

type NullableModelUpdateUserIDRequest ¶

type NullableModelUpdateUserIDRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelUpdateUserIDRequest) Get ¶

func (NullableModelUpdateUserIDRequest) IsSet ¶

func (NullableModelUpdateUserIDRequest) MarshalJSON ¶

func (v NullableModelUpdateUserIDRequest) MarshalJSON() ([]byte, error)

func (*NullableModelUpdateUserIDRequest) Set ¶

func (*NullableModelUpdateUserIDRequest) UnmarshalJSON ¶

func (v *NullableModelUpdateUserIDRequest) UnmarshalJSON(src []byte) error

func (*NullableModelUpdateUserIDRequest) Unset ¶

type NullableModelUpdateUserPasswordRequest ¶

type NullableModelUpdateUserPasswordRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelUpdateUserPasswordRequest) Get ¶

func (NullableModelUpdateUserPasswordRequest) IsSet ¶

func (NullableModelUpdateUserPasswordRequest) MarshalJSON ¶

func (v NullableModelUpdateUserPasswordRequest) MarshalJSON() ([]byte, error)

func (*NullableModelUpdateUserPasswordRequest) Set ¶

func (*NullableModelUpdateUserPasswordRequest) UnmarshalJSON ¶

func (v *NullableModelUpdateUserPasswordRequest) UnmarshalJSON(src []byte) error

func (*NullableModelUpdateUserPasswordRequest) Unset ¶

type NullableModelUpdateUserRequest ¶

type NullableModelUpdateUserRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelUpdateUserRequest) Get ¶

func (NullableModelUpdateUserRequest) IsSet ¶

func (NullableModelUpdateUserRequest) MarshalJSON ¶

func (v NullableModelUpdateUserRequest) MarshalJSON() ([]byte, error)

func (*NullableModelUpdateUserRequest) Set ¶

func (*NullableModelUpdateUserRequest) UnmarshalJSON ¶

func (v *NullableModelUpdateUserRequest) UnmarshalJSON(src []byte) error

func (*NullableModelUpdateUserRequest) Unset ¶

func (v *NullableModelUpdateUserRequest) Unset()

type NullableModelUser ¶

type NullableModelUser struct {
	// contains filtered or unexported fields
}

func NewNullableModelUser ¶

func NewNullableModelUser(val *ModelUser) *NullableModelUser

func (NullableModelUser) Get ¶

func (v NullableModelUser) Get() *ModelUser

func (NullableModelUser) IsSet ¶

func (v NullableModelUser) IsSet() bool

func (NullableModelUser) MarshalJSON ¶

func (v NullableModelUser) MarshalJSON() ([]byte, error)

func (*NullableModelUser) Set ¶

func (v *NullableModelUser) Set(val *ModelUser)

func (*NullableModelUser) UnmarshalJSON ¶

func (v *NullableModelUser) UnmarshalJSON(src []byte) error

func (*NullableModelUser) Unset ¶

func (v *NullableModelUser) Unset()

type NullableModelUserRegisterRequest ¶

type NullableModelUserRegisterRequest struct {
	// contains filtered or unexported fields
}

func (NullableModelUserRegisterRequest) Get ¶

func (NullableModelUserRegisterRequest) IsSet ¶

func (NullableModelUserRegisterRequest) MarshalJSON ¶

func (v NullableModelUserRegisterRequest) MarshalJSON() ([]byte, error)

func (*NullableModelUserRegisterRequest) Set ¶

func (*NullableModelUserRegisterRequest) UnmarshalJSON ¶

func (v *NullableModelUserRegisterRequest) UnmarshalJSON(src []byte) error

func (*NullableModelUserRegisterRequest) Unset ¶

type NullableModelVulnerability ¶

type NullableModelVulnerability struct {
	// contains filtered or unexported fields
}

func NewNullableModelVulnerability ¶

func NewNullableModelVulnerability(val *ModelVulnerability) *NullableModelVulnerability

func (NullableModelVulnerability) Get ¶

func (NullableModelVulnerability) IsSet ¶

func (v NullableModelVulnerability) IsSet() bool

func (NullableModelVulnerability) MarshalJSON ¶

func (v NullableModelVulnerability) MarshalJSON() ([]byte, error)

func (*NullableModelVulnerability) Set ¶

func (*NullableModelVulnerability) UnmarshalJSON ¶

func (v *NullableModelVulnerability) UnmarshalJSON(src []byte) error

func (*NullableModelVulnerability) Unset ¶

func (v *NullableModelVulnerability) Unset()

type NullableModelVulnerabilityRule ¶

type NullableModelVulnerabilityRule struct {
	// contains filtered or unexported fields
}

func (NullableModelVulnerabilityRule) Get ¶

func (NullableModelVulnerabilityRule) IsSet ¶

func (NullableModelVulnerabilityRule) MarshalJSON ¶

func (v NullableModelVulnerabilityRule) MarshalJSON() ([]byte, error)

func (*NullableModelVulnerabilityRule) Set ¶

func (*NullableModelVulnerabilityRule) UnmarshalJSON ¶

func (v *NullableModelVulnerabilityRule) UnmarshalJSON(src []byte) error

func (*NullableModelVulnerabilityRule) Unset ¶

func (v *NullableModelVulnerabilityRule) Unset()

type NullableModelVulnerabilityScanConfigLanguage ¶

type NullableModelVulnerabilityScanConfigLanguage struct {
	// contains filtered or unexported fields
}

func (NullableModelVulnerabilityScanConfigLanguage) Get ¶

func (NullableModelVulnerabilityScanConfigLanguage) IsSet ¶

func (NullableModelVulnerabilityScanConfigLanguage) MarshalJSON ¶

func (*NullableModelVulnerabilityScanConfigLanguage) Set ¶

func (*NullableModelVulnerabilityScanConfigLanguage) UnmarshalJSON ¶

func (*NullableModelVulnerabilityScanConfigLanguage) Unset ¶

type NullableModelVulnerabilityScanResult ¶

type NullableModelVulnerabilityScanResult struct {
	// contains filtered or unexported fields
}

func (NullableModelVulnerabilityScanResult) Get ¶

func (NullableModelVulnerabilityScanResult) IsSet ¶

func (NullableModelVulnerabilityScanResult) MarshalJSON ¶

func (v NullableModelVulnerabilityScanResult) MarshalJSON() ([]byte, error)

func (*NullableModelVulnerabilityScanResult) Set ¶

func (*NullableModelVulnerabilityScanResult) UnmarshalJSON ¶

func (v *NullableModelVulnerabilityScanResult) UnmarshalJSON(src []byte) error

func (*NullableModelVulnerabilityScanResult) Unset ¶

type NullableModelVulnerabilityScanTriggerReq ¶

type NullableModelVulnerabilityScanTriggerReq struct {
	// contains filtered or unexported fields
}

func (NullableModelVulnerabilityScanTriggerReq) Get ¶

func (NullableModelVulnerabilityScanTriggerReq) IsSet ¶

func (NullableModelVulnerabilityScanTriggerReq) MarshalJSON ¶

func (*NullableModelVulnerabilityScanTriggerReq) Set ¶

func (*NullableModelVulnerabilityScanTriggerReq) UnmarshalJSON ¶

func (v *NullableModelVulnerabilityScanTriggerReq) UnmarshalJSON(src []byte) error

func (*NullableModelVulnerabilityScanTriggerReq) Unset ¶

type NullablePostgresqlDbGetAuditLogsRow ¶

type NullablePostgresqlDbGetAuditLogsRow struct {
	// contains filtered or unexported fields
}

func (NullablePostgresqlDbGetAuditLogsRow) Get ¶

func (NullablePostgresqlDbGetAuditLogsRow) IsSet ¶

func (NullablePostgresqlDbGetAuditLogsRow) MarshalJSON ¶

func (v NullablePostgresqlDbGetAuditLogsRow) MarshalJSON() ([]byte, error)

func (*NullablePostgresqlDbGetAuditLogsRow) Set ¶

func (*NullablePostgresqlDbGetAuditLogsRow) UnmarshalJSON ¶

func (v *NullablePostgresqlDbGetAuditLogsRow) UnmarshalJSON(src []byte) error

func (*NullablePostgresqlDbGetAuditLogsRow) Unset ¶

type NullablePostgresqlDbScheduler ¶

type NullablePostgresqlDbScheduler struct {
	// contains filtered or unexported fields
}

func (NullablePostgresqlDbScheduler) Get ¶

func (NullablePostgresqlDbScheduler) IsSet ¶

func (NullablePostgresqlDbScheduler) MarshalJSON ¶

func (v NullablePostgresqlDbScheduler) MarshalJSON() ([]byte, error)

func (*NullablePostgresqlDbScheduler) Set ¶

func (*NullablePostgresqlDbScheduler) UnmarshalJSON ¶

func (v *NullablePostgresqlDbScheduler) UnmarshalJSON(src []byte) error

func (*NullablePostgresqlDbScheduler) Unset ¶

func (v *NullablePostgresqlDbScheduler) Unset()

type NullableReportMetadata ¶

type NullableReportMetadata struct {
	// contains filtered or unexported fields
}

func NewNullableReportMetadata ¶

func NewNullableReportMetadata(val *ReportMetadata) *NullableReportMetadata

func (NullableReportMetadata) Get ¶

func (NullableReportMetadata) IsSet ¶

func (v NullableReportMetadata) IsSet() bool

func (NullableReportMetadata) MarshalJSON ¶

func (v NullableReportMetadata) MarshalJSON() ([]byte, error)

func (*NullableReportMetadata) Set ¶

func (*NullableReportMetadata) UnmarshalJSON ¶

func (v *NullableReportMetadata) UnmarshalJSON(src []byte) error

func (*NullableReportMetadata) Unset ¶

func (v *NullableReportMetadata) Unset()

type NullableReportRawReport ¶

type NullableReportRawReport struct {
	// contains filtered or unexported fields
}

func NewNullableReportRawReport ¶

func NewNullableReportRawReport(val *ReportRawReport) *NullableReportRawReport

func (NullableReportRawReport) Get ¶

func (NullableReportRawReport) IsSet ¶

func (v NullableReportRawReport) IsSet() bool

func (NullableReportRawReport) MarshalJSON ¶

func (v NullableReportRawReport) MarshalJSON() ([]byte, error)

func (*NullableReportRawReport) Set ¶

func (*NullableReportRawReport) UnmarshalJSON ¶

func (v *NullableReportRawReport) UnmarshalJSON(src []byte) error

func (*NullableReportRawReport) Unset ¶

func (v *NullableReportRawReport) Unset()

type NullableReportersCompareFilter ¶

type NullableReportersCompareFilter struct {
	// contains filtered or unexported fields
}

func (NullableReportersCompareFilter) Get ¶

func (NullableReportersCompareFilter) IsSet ¶

func (NullableReportersCompareFilter) MarshalJSON ¶

func (v NullableReportersCompareFilter) MarshalJSON() ([]byte, error)

func (*NullableReportersCompareFilter) Set ¶

func (*NullableReportersCompareFilter) UnmarshalJSON ¶

func (v *NullableReportersCompareFilter) UnmarshalJSON(src []byte) error

func (*NullableReportersCompareFilter) Unset ¶

func (v *NullableReportersCompareFilter) Unset()

type NullableReportersContainsFilter ¶

type NullableReportersContainsFilter struct {
	// contains filtered or unexported fields
}

func (NullableReportersContainsFilter) Get ¶

func (NullableReportersContainsFilter) IsSet ¶

func (NullableReportersContainsFilter) MarshalJSON ¶

func (v NullableReportersContainsFilter) MarshalJSON() ([]byte, error)

func (*NullableReportersContainsFilter) Set ¶

func (*NullableReportersContainsFilter) UnmarshalJSON ¶

func (v *NullableReportersContainsFilter) UnmarshalJSON(src []byte) error

func (*NullableReportersContainsFilter) Unset ¶

type NullableReportersFieldsFilters ¶

type NullableReportersFieldsFilters struct {
	// contains filtered or unexported fields
}

func (NullableReportersFieldsFilters) Get ¶

func (NullableReportersFieldsFilters) IsSet ¶

func (NullableReportersFieldsFilters) MarshalJSON ¶

func (v NullableReportersFieldsFilters) MarshalJSON() ([]byte, error)

func (*NullableReportersFieldsFilters) Set ¶

func (*NullableReportersFieldsFilters) UnmarshalJSON ¶

func (v *NullableReportersFieldsFilters) UnmarshalJSON(src []byte) error

func (*NullableReportersFieldsFilters) Unset ¶

func (v *NullableReportersFieldsFilters) Unset()

type NullableReportersMatchFilter ¶

type NullableReportersMatchFilter struct {
	// contains filtered or unexported fields
}

func (NullableReportersMatchFilter) Get ¶

func (NullableReportersMatchFilter) IsSet ¶

func (NullableReportersMatchFilter) MarshalJSON ¶

func (v NullableReportersMatchFilter) MarshalJSON() ([]byte, error)

func (*NullableReportersMatchFilter) Set ¶

func (*NullableReportersMatchFilter) UnmarshalJSON ¶

func (v *NullableReportersMatchFilter) UnmarshalJSON(src []byte) error

func (*NullableReportersMatchFilter) Unset ¶

func (v *NullableReportersMatchFilter) Unset()

type NullableReportersOrderFilter ¶

type NullableReportersOrderFilter struct {
	// contains filtered or unexported fields
}

func (NullableReportersOrderFilter) Get ¶

func (NullableReportersOrderFilter) IsSet ¶

func (NullableReportersOrderFilter) MarshalJSON ¶

func (v NullableReportersOrderFilter) MarshalJSON() ([]byte, error)

func (*NullableReportersOrderFilter) Set ¶

func (*NullableReportersOrderFilter) UnmarshalJSON ¶

func (v *NullableReportersOrderFilter) UnmarshalJSON(src []byte) error

func (*NullableReportersOrderFilter) Unset ¶

func (v *NullableReportersOrderFilter) Unset()

type NullableReportersOrderSpec ¶

type NullableReportersOrderSpec struct {
	// contains filtered or unexported fields
}

func NewNullableReportersOrderSpec ¶

func NewNullableReportersOrderSpec(val *ReportersOrderSpec) *NullableReportersOrderSpec

func (NullableReportersOrderSpec) Get ¶

func (NullableReportersOrderSpec) IsSet ¶

func (v NullableReportersOrderSpec) IsSet() bool

func (NullableReportersOrderSpec) MarshalJSON ¶

func (v NullableReportersOrderSpec) MarshalJSON() ([]byte, error)

func (*NullableReportersOrderSpec) Set ¶

func (*NullableReportersOrderSpec) UnmarshalJSON ¶

func (v *NullableReportersOrderSpec) UnmarshalJSON(src []byte) error

func (*NullableReportersOrderSpec) Unset ¶

func (v *NullableReportersOrderSpec) Unset()

type NullableSearchChainedSearchFilter ¶

type NullableSearchChainedSearchFilter struct {
	// contains filtered or unexported fields
}

func (NullableSearchChainedSearchFilter) Get ¶

func (NullableSearchChainedSearchFilter) IsSet ¶

func (NullableSearchChainedSearchFilter) MarshalJSON ¶

func (v NullableSearchChainedSearchFilter) MarshalJSON() ([]byte, error)

func (*NullableSearchChainedSearchFilter) Set ¶

func (*NullableSearchChainedSearchFilter) UnmarshalJSON ¶

func (v *NullableSearchChainedSearchFilter) UnmarshalJSON(src []byte) error

func (*NullableSearchChainedSearchFilter) Unset ¶

type NullableSearchNodeCountResp ¶

type NullableSearchNodeCountResp struct {
	// contains filtered or unexported fields
}

func (NullableSearchNodeCountResp) Get ¶

func (NullableSearchNodeCountResp) IsSet ¶

func (NullableSearchNodeCountResp) MarshalJSON ¶

func (v NullableSearchNodeCountResp) MarshalJSON() ([]byte, error)

func (*NullableSearchNodeCountResp) Set ¶

func (*NullableSearchNodeCountResp) UnmarshalJSON ¶

func (v *NullableSearchNodeCountResp) UnmarshalJSON(src []byte) error

func (*NullableSearchNodeCountResp) Unset ¶

func (v *NullableSearchNodeCountResp) Unset()

type NullableSearchResultGroup ¶

type NullableSearchResultGroup struct {
	// contains filtered or unexported fields
}

func NewNullableSearchResultGroup ¶

func NewNullableSearchResultGroup(val *SearchResultGroup) *NullableSearchResultGroup

func (NullableSearchResultGroup) Get ¶

func (NullableSearchResultGroup) IsSet ¶

func (v NullableSearchResultGroup) IsSet() bool

func (NullableSearchResultGroup) MarshalJSON ¶

func (v NullableSearchResultGroup) MarshalJSON() ([]byte, error)

func (*NullableSearchResultGroup) Set ¶

func (*NullableSearchResultGroup) UnmarshalJSON ¶

func (v *NullableSearchResultGroup) UnmarshalJSON(src []byte) error

func (*NullableSearchResultGroup) Unset ¶

func (v *NullableSearchResultGroup) Unset()

type NullableSearchResultGroupResp ¶

type NullableSearchResultGroupResp struct {
	// contains filtered or unexported fields
}

func (NullableSearchResultGroupResp) Get ¶

func (NullableSearchResultGroupResp) IsSet ¶

func (NullableSearchResultGroupResp) MarshalJSON ¶

func (v NullableSearchResultGroupResp) MarshalJSON() ([]byte, error)

func (*NullableSearchResultGroupResp) Set ¶

func (*NullableSearchResultGroupResp) UnmarshalJSON ¶

func (v *NullableSearchResultGroupResp) UnmarshalJSON(src []byte) error

func (*NullableSearchResultGroupResp) Unset ¶

func (v *NullableSearchResultGroupResp) Unset()

type NullableSearchSearchCountResp ¶

type NullableSearchSearchCountResp struct {
	// contains filtered or unexported fields
}

func (NullableSearchSearchCountResp) Get ¶

func (NullableSearchSearchCountResp) IsSet ¶

func (NullableSearchSearchCountResp) MarshalJSON ¶

func (v NullableSearchSearchCountResp) MarshalJSON() ([]byte, error)

func (*NullableSearchSearchCountResp) Set ¶

func (*NullableSearchSearchCountResp) UnmarshalJSON ¶

func (v *NullableSearchSearchCountResp) UnmarshalJSON(src []byte) error

func (*NullableSearchSearchCountResp) Unset ¶

func (v *NullableSearchSearchCountResp) Unset()

type NullableSearchSearchFilter ¶

type NullableSearchSearchFilter struct {
	// contains filtered or unexported fields
}

func NewNullableSearchSearchFilter ¶

func NewNullableSearchSearchFilter(val *SearchSearchFilter) *NullableSearchSearchFilter

func (NullableSearchSearchFilter) Get ¶

func (NullableSearchSearchFilter) IsSet ¶

func (v NullableSearchSearchFilter) IsSet() bool

func (NullableSearchSearchFilter) MarshalJSON ¶

func (v NullableSearchSearchFilter) MarshalJSON() ([]byte, error)

func (*NullableSearchSearchFilter) Set ¶

func (*NullableSearchSearchFilter) UnmarshalJSON ¶

func (v *NullableSearchSearchFilter) UnmarshalJSON(src []byte) error

func (*NullableSearchSearchFilter) Unset ¶

func (v *NullableSearchSearchFilter) Unset()

type NullableSearchSearchNodeReq ¶

type NullableSearchSearchNodeReq struct {
	// contains filtered or unexported fields
}

func (NullableSearchSearchNodeReq) Get ¶

func (NullableSearchSearchNodeReq) IsSet ¶

func (NullableSearchSearchNodeReq) MarshalJSON ¶

func (v NullableSearchSearchNodeReq) MarshalJSON() ([]byte, error)

func (*NullableSearchSearchNodeReq) Set ¶

func (*NullableSearchSearchNodeReq) UnmarshalJSON ¶

func (v *NullableSearchSearchNodeReq) UnmarshalJSON(src []byte) error

func (*NullableSearchSearchNodeReq) Unset ¶

func (v *NullableSearchSearchNodeReq) Unset()

type NullableSearchSearchScanReq ¶

type NullableSearchSearchScanReq struct {
	// contains filtered or unexported fields
}

func (NullableSearchSearchScanReq) Get ¶

func (NullableSearchSearchScanReq) IsSet ¶

func (NullableSearchSearchScanReq) MarshalJSON ¶

func (v NullableSearchSearchScanReq) MarshalJSON() ([]byte, error)

func (*NullableSearchSearchScanReq) Set ¶

func (*NullableSearchSearchScanReq) UnmarshalJSON ¶

func (v *NullableSearchSearchScanReq) UnmarshalJSON(src []byte) error

func (*NullableSearchSearchScanReq) Unset ¶

func (v *NullableSearchSearchScanReq) Unset()

type NullableString ¶

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString ¶

func NewNullableString(val *string) *NullableString

func (NullableString) Get ¶

func (v NullableString) Get() *string

func (NullableString) IsSet ¶

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON ¶

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set ¶

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON ¶

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset ¶

func (v *NullableString) Unset()

type NullableTime ¶

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime ¶

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get ¶

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet ¶

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON ¶

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set ¶

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON ¶

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset ¶

func (v *NullableTime) Unset()

type NullableUtilsAdvancedReportFilters ¶

type NullableUtilsAdvancedReportFilters struct {
	// contains filtered or unexported fields
}

func (NullableUtilsAdvancedReportFilters) Get ¶

func (NullableUtilsAdvancedReportFilters) IsSet ¶

func (NullableUtilsAdvancedReportFilters) MarshalJSON ¶

func (v NullableUtilsAdvancedReportFilters) MarshalJSON() ([]byte, error)

func (*NullableUtilsAdvancedReportFilters) Set ¶

func (*NullableUtilsAdvancedReportFilters) UnmarshalJSON ¶

func (v *NullableUtilsAdvancedReportFilters) UnmarshalJSON(src []byte) error

func (*NullableUtilsAdvancedReportFilters) Unset ¶

type NullableUtilsReportFilters ¶

type NullableUtilsReportFilters struct {
	// contains filtered or unexported fields
}

func NewNullableUtilsReportFilters ¶

func NewNullableUtilsReportFilters(val *UtilsReportFilters) *NullableUtilsReportFilters

func (NullableUtilsReportFilters) Get ¶

func (NullableUtilsReportFilters) IsSet ¶

func (v NullableUtilsReportFilters) IsSet() bool

func (NullableUtilsReportFilters) MarshalJSON ¶

func (v NullableUtilsReportFilters) MarshalJSON() ([]byte, error)

func (*NullableUtilsReportFilters) Set ¶

func (*NullableUtilsReportFilters) UnmarshalJSON ¶

func (v *NullableUtilsReportFilters) UnmarshalJSON(src []byte) error

func (*NullableUtilsReportFilters) Unset ¶

func (v *NullableUtilsReportFilters) Unset()

type NullableUtilsScanSbomRequest ¶

type NullableUtilsScanSbomRequest struct {
	// contains filtered or unexported fields
}

func (NullableUtilsScanSbomRequest) Get ¶

func (NullableUtilsScanSbomRequest) IsSet ¶

func (NullableUtilsScanSbomRequest) MarshalJSON ¶

func (v NullableUtilsScanSbomRequest) MarshalJSON() ([]byte, error)

func (*NullableUtilsScanSbomRequest) Set ¶

func (*NullableUtilsScanSbomRequest) UnmarshalJSON ¶

func (v *NullableUtilsScanSbomRequest) UnmarshalJSON(src []byte) error

func (*NullableUtilsScanSbomRequest) Unset ¶

func (v *NullableUtilsScanSbomRequest) Unset()

type PostgresqlDbGetAuditLogsRow ¶

type PostgresqlDbGetAuditLogsRow struct {
	Action    *string    `json:"action,omitempty"`
	CreatedAt *time.Time `json:"created_at,omitempty"`
	Email     *string    `json:"email,omitempty"`
	Event     *string    `json:"event,omitempty"`
	Resources *string    `json:"resources,omitempty"`
	Role      *string    `json:"role,omitempty"`
	Success   *bool      `json:"success,omitempty"`
}

PostgresqlDbGetAuditLogsRow struct for PostgresqlDbGetAuditLogsRow

func NewPostgresqlDbGetAuditLogsRow ¶

func NewPostgresqlDbGetAuditLogsRow() *PostgresqlDbGetAuditLogsRow

NewPostgresqlDbGetAuditLogsRow instantiates a new PostgresqlDbGetAuditLogsRow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPostgresqlDbGetAuditLogsRowWithDefaults ¶

func NewPostgresqlDbGetAuditLogsRowWithDefaults() *PostgresqlDbGetAuditLogsRow

NewPostgresqlDbGetAuditLogsRowWithDefaults instantiates a new PostgresqlDbGetAuditLogsRow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PostgresqlDbGetAuditLogsRow) GetAction ¶

func (o *PostgresqlDbGetAuditLogsRow) GetAction() string

GetAction returns the Action field value if set, zero value otherwise.

func (*PostgresqlDbGetAuditLogsRow) GetActionOk ¶

func (o *PostgresqlDbGetAuditLogsRow) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostgresqlDbGetAuditLogsRow) GetCreatedAt ¶

func (o *PostgresqlDbGetAuditLogsRow) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*PostgresqlDbGetAuditLogsRow) GetCreatedAtOk ¶

func (o *PostgresqlDbGetAuditLogsRow) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostgresqlDbGetAuditLogsRow) GetEmail ¶

func (o *PostgresqlDbGetAuditLogsRow) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*PostgresqlDbGetAuditLogsRow) GetEmailOk ¶

func (o *PostgresqlDbGetAuditLogsRow) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostgresqlDbGetAuditLogsRow) GetEvent ¶

func (o *PostgresqlDbGetAuditLogsRow) GetEvent() string

GetEvent returns the Event field value if set, zero value otherwise.

func (*PostgresqlDbGetAuditLogsRow) GetEventOk ¶

func (o *PostgresqlDbGetAuditLogsRow) GetEventOk() (*string, bool)

GetEventOk returns a tuple with the Event field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostgresqlDbGetAuditLogsRow) GetResources ¶

func (o *PostgresqlDbGetAuditLogsRow) GetResources() string

GetResources returns the Resources field value if set, zero value otherwise.

func (*PostgresqlDbGetAuditLogsRow) GetResourcesOk ¶

func (o *PostgresqlDbGetAuditLogsRow) GetResourcesOk() (*string, bool)

GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostgresqlDbGetAuditLogsRow) GetRole ¶

func (o *PostgresqlDbGetAuditLogsRow) GetRole() string

GetRole returns the Role field value if set, zero value otherwise.

func (*PostgresqlDbGetAuditLogsRow) GetRoleOk ¶

func (o *PostgresqlDbGetAuditLogsRow) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostgresqlDbGetAuditLogsRow) GetSuccess ¶

func (o *PostgresqlDbGetAuditLogsRow) GetSuccess() bool

GetSuccess returns the Success field value if set, zero value otherwise.

func (*PostgresqlDbGetAuditLogsRow) GetSuccessOk ¶

func (o *PostgresqlDbGetAuditLogsRow) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostgresqlDbGetAuditLogsRow) HasAction ¶

func (o *PostgresqlDbGetAuditLogsRow) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*PostgresqlDbGetAuditLogsRow) HasCreatedAt ¶

func (o *PostgresqlDbGetAuditLogsRow) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*PostgresqlDbGetAuditLogsRow) HasEmail ¶

func (o *PostgresqlDbGetAuditLogsRow) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*PostgresqlDbGetAuditLogsRow) HasEvent ¶

func (o *PostgresqlDbGetAuditLogsRow) HasEvent() bool

HasEvent returns a boolean if a field has been set.

func (*PostgresqlDbGetAuditLogsRow) HasResources ¶

func (o *PostgresqlDbGetAuditLogsRow) HasResources() bool

HasResources returns a boolean if a field has been set.

func (*PostgresqlDbGetAuditLogsRow) HasRole ¶

func (o *PostgresqlDbGetAuditLogsRow) HasRole() bool

HasRole returns a boolean if a field has been set.

func (*PostgresqlDbGetAuditLogsRow) HasSuccess ¶

func (o *PostgresqlDbGetAuditLogsRow) HasSuccess() bool

HasSuccess returns a boolean if a field has been set.

func (PostgresqlDbGetAuditLogsRow) MarshalJSON ¶

func (o PostgresqlDbGetAuditLogsRow) MarshalJSON() ([]byte, error)

func (*PostgresqlDbGetAuditLogsRow) SetAction ¶

func (o *PostgresqlDbGetAuditLogsRow) SetAction(v string)

SetAction gets a reference to the given string and assigns it to the Action field.

func (*PostgresqlDbGetAuditLogsRow) SetCreatedAt ¶

func (o *PostgresqlDbGetAuditLogsRow) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*PostgresqlDbGetAuditLogsRow) SetEmail ¶

func (o *PostgresqlDbGetAuditLogsRow) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*PostgresqlDbGetAuditLogsRow) SetEvent ¶

func (o *PostgresqlDbGetAuditLogsRow) SetEvent(v string)

SetEvent gets a reference to the given string and assigns it to the Event field.

func (*PostgresqlDbGetAuditLogsRow) SetResources ¶

func (o *PostgresqlDbGetAuditLogsRow) SetResources(v string)

SetResources gets a reference to the given string and assigns it to the Resources field.

func (*PostgresqlDbGetAuditLogsRow) SetRole ¶

func (o *PostgresqlDbGetAuditLogsRow) SetRole(v string)

SetRole gets a reference to the given string and assigns it to the Role field.

func (*PostgresqlDbGetAuditLogsRow) SetSuccess ¶

func (o *PostgresqlDbGetAuditLogsRow) SetSuccess(v bool)

SetSuccess gets a reference to the given bool and assigns it to the Success field.

func (PostgresqlDbGetAuditLogsRow) ToMap ¶

func (o PostgresqlDbGetAuditLogsRow) ToMap() (map[string]interface{}, error)

type PostgresqlDbScheduler ¶

type PostgresqlDbScheduler struct {
	Action      *string                `json:"action,omitempty"`
	CreatedAt   *time.Time             `json:"created_at,omitempty"`
	CronExpr    *string                `json:"cron_expr,omitempty"`
	Description *string                `json:"description,omitempty"`
	Id          *int32                 `json:"id,omitempty"`
	IsEnabled   *bool                  `json:"is_enabled,omitempty"`
	IsSystem    *bool                  `json:"is_system,omitempty"`
	LastRanAt   map[string]interface{} `json:"last_ran_at,omitempty"`
	Payload     interface{}            `json:"payload,omitempty"`
	Status      *string                `json:"status,omitempty"`
	UpdatedAt   *time.Time             `json:"updated_at,omitempty"`
}

PostgresqlDbScheduler struct for PostgresqlDbScheduler

func NewPostgresqlDbScheduler ¶

func NewPostgresqlDbScheduler() *PostgresqlDbScheduler

NewPostgresqlDbScheduler instantiates a new PostgresqlDbScheduler object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPostgresqlDbSchedulerWithDefaults ¶

func NewPostgresqlDbSchedulerWithDefaults() *PostgresqlDbScheduler

NewPostgresqlDbSchedulerWithDefaults instantiates a new PostgresqlDbScheduler object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PostgresqlDbScheduler) GetAction ¶

func (o *PostgresqlDbScheduler) GetAction() string

GetAction returns the Action field value if set, zero value otherwise.

func (*PostgresqlDbScheduler) GetActionOk ¶

func (o *PostgresqlDbScheduler) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostgresqlDbScheduler) GetCreatedAt ¶

func (o *PostgresqlDbScheduler) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*PostgresqlDbScheduler) GetCreatedAtOk ¶

func (o *PostgresqlDbScheduler) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostgresqlDbScheduler) GetCronExpr ¶

func (o *PostgresqlDbScheduler) GetCronExpr() string

GetCronExpr returns the CronExpr field value if set, zero value otherwise.

func (*PostgresqlDbScheduler) GetCronExprOk ¶

func (o *PostgresqlDbScheduler) GetCronExprOk() (*string, bool)

GetCronExprOk returns a tuple with the CronExpr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostgresqlDbScheduler) GetDescription ¶

func (o *PostgresqlDbScheduler) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*PostgresqlDbScheduler) GetDescriptionOk ¶

func (o *PostgresqlDbScheduler) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostgresqlDbScheduler) GetId ¶

func (o *PostgresqlDbScheduler) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*PostgresqlDbScheduler) GetIdOk ¶

func (o *PostgresqlDbScheduler) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostgresqlDbScheduler) GetIsEnabled ¶

func (o *PostgresqlDbScheduler) GetIsEnabled() bool

GetIsEnabled returns the IsEnabled field value if set, zero value otherwise.

func (*PostgresqlDbScheduler) GetIsEnabledOk ¶

func (o *PostgresqlDbScheduler) GetIsEnabledOk() (*bool, bool)

GetIsEnabledOk returns a tuple with the IsEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostgresqlDbScheduler) GetIsSystem ¶

func (o *PostgresqlDbScheduler) GetIsSystem() bool

GetIsSystem returns the IsSystem field value if set, zero value otherwise.

func (*PostgresqlDbScheduler) GetIsSystemOk ¶

func (o *PostgresqlDbScheduler) GetIsSystemOk() (*bool, bool)

GetIsSystemOk returns a tuple with the IsSystem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostgresqlDbScheduler) GetLastRanAt ¶

func (o *PostgresqlDbScheduler) GetLastRanAt() map[string]interface{}

GetLastRanAt returns the LastRanAt field value if set, zero value otherwise.

func (*PostgresqlDbScheduler) GetLastRanAtOk ¶

func (o *PostgresqlDbScheduler) GetLastRanAtOk() (map[string]interface{}, bool)

GetLastRanAtOk returns a tuple with the LastRanAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostgresqlDbScheduler) GetPayload ¶

func (o *PostgresqlDbScheduler) GetPayload() interface{}

GetPayload returns the Payload field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PostgresqlDbScheduler) GetPayloadOk ¶

func (o *PostgresqlDbScheduler) GetPayloadOk() (*interface{}, bool)

GetPayloadOk returns a tuple with the Payload field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PostgresqlDbScheduler) GetStatus ¶

func (o *PostgresqlDbScheduler) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*PostgresqlDbScheduler) GetStatusOk ¶

func (o *PostgresqlDbScheduler) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostgresqlDbScheduler) GetUpdatedAt ¶

func (o *PostgresqlDbScheduler) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*PostgresqlDbScheduler) GetUpdatedAtOk ¶

func (o *PostgresqlDbScheduler) GetUpdatedAtOk() (*time.Time, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostgresqlDbScheduler) HasAction ¶

func (o *PostgresqlDbScheduler) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*PostgresqlDbScheduler) HasCreatedAt ¶

func (o *PostgresqlDbScheduler) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*PostgresqlDbScheduler) HasCronExpr ¶

func (o *PostgresqlDbScheduler) HasCronExpr() bool

HasCronExpr returns a boolean if a field has been set.

func (*PostgresqlDbScheduler) HasDescription ¶

func (o *PostgresqlDbScheduler) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*PostgresqlDbScheduler) HasId ¶

func (o *PostgresqlDbScheduler) HasId() bool

HasId returns a boolean if a field has been set.

func (*PostgresqlDbScheduler) HasIsEnabled ¶

func (o *PostgresqlDbScheduler) HasIsEnabled() bool

HasIsEnabled returns a boolean if a field has been set.

func (*PostgresqlDbScheduler) HasIsSystem ¶

func (o *PostgresqlDbScheduler) HasIsSystem() bool

HasIsSystem returns a boolean if a field has been set.

func (*PostgresqlDbScheduler) HasLastRanAt ¶

func (o *PostgresqlDbScheduler) HasLastRanAt() bool

HasLastRanAt returns a boolean if a field has been set.

func (*PostgresqlDbScheduler) HasPayload ¶

func (o *PostgresqlDbScheduler) HasPayload() bool

HasPayload returns a boolean if a field has been set.

func (*PostgresqlDbScheduler) HasStatus ¶

func (o *PostgresqlDbScheduler) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*PostgresqlDbScheduler) HasUpdatedAt ¶

func (o *PostgresqlDbScheduler) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (PostgresqlDbScheduler) MarshalJSON ¶

func (o PostgresqlDbScheduler) MarshalJSON() ([]byte, error)

func (*PostgresqlDbScheduler) SetAction ¶

func (o *PostgresqlDbScheduler) SetAction(v string)

SetAction gets a reference to the given string and assigns it to the Action field.

func (*PostgresqlDbScheduler) SetCreatedAt ¶

func (o *PostgresqlDbScheduler) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*PostgresqlDbScheduler) SetCronExpr ¶

func (o *PostgresqlDbScheduler) SetCronExpr(v string)

SetCronExpr gets a reference to the given string and assigns it to the CronExpr field.

func (*PostgresqlDbScheduler) SetDescription ¶

func (o *PostgresqlDbScheduler) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*PostgresqlDbScheduler) SetId ¶

func (o *PostgresqlDbScheduler) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*PostgresqlDbScheduler) SetIsEnabled ¶

func (o *PostgresqlDbScheduler) SetIsEnabled(v bool)

SetIsEnabled gets a reference to the given bool and assigns it to the IsEnabled field.

func (*PostgresqlDbScheduler) SetIsSystem ¶

func (o *PostgresqlDbScheduler) SetIsSystem(v bool)

SetIsSystem gets a reference to the given bool and assigns it to the IsSystem field.

func (*PostgresqlDbScheduler) SetLastRanAt ¶

func (o *PostgresqlDbScheduler) SetLastRanAt(v map[string]interface{})

SetLastRanAt gets a reference to the given map[string]interface{} and assigns it to the LastRanAt field.

func (*PostgresqlDbScheduler) SetPayload ¶

func (o *PostgresqlDbScheduler) SetPayload(v interface{})

SetPayload gets a reference to the given interface{} and assigns it to the Payload field.

func (*PostgresqlDbScheduler) SetStatus ¶

func (o *PostgresqlDbScheduler) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*PostgresqlDbScheduler) SetUpdatedAt ¶

func (o *PostgresqlDbScheduler) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (PostgresqlDbScheduler) ToMap ¶

func (o PostgresqlDbScheduler) ToMap() (map[string]interface{}, error)

type RegistryAPIService ¶

type RegistryAPIService service

RegistryAPIService RegistryAPI service

func (*RegistryAPIService) AddRegistry ¶

AddRegistry Add Registry

Add a new supported registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAddRegistryRequest

func (*RegistryAPIService) AddRegistryExecute ¶

Execute executes the request

@return ModelMessageResponse

func (*RegistryAPIService) AddRegistryGCR ¶

AddRegistryGCR Add Google Container Registry

Add a Google Container registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAddRegistryGCRRequest

func (*RegistryAPIService) AddRegistryGCRExecute ¶

Execute executes the request

@return ModelMessageResponse

func (*RegistryAPIService) CountImageStubs ¶

CountImageStubs Count Image Stubs

count of image tags for a given image and registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountImageStubsRequest

func (*RegistryAPIService) CountImageStubsExecute ¶

Execute executes the request

@return ModelRegistryCountResp

func (*RegistryAPIService) CountImages ¶

CountImages Count Registry Images

count of images from a given registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountImagesRequest

func (*RegistryAPIService) CountImagesExecute ¶

Execute executes the request

@return ModelRegistryCountResp

func (*RegistryAPIService) DeleteRegistry ¶

func (a *RegistryAPIService) DeleteRegistry(ctx context.Context, registryId string) ApiDeleteRegistryRequest

DeleteRegistry Delete Registry

Delete registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param registryId
@return ApiDeleteRegistryRequest

func (*RegistryAPIService) DeleteRegistryBulk ¶

DeleteRegistryBulk Batch Delete Registry

Batch Delete registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteRegistryBulkRequest

func (*RegistryAPIService) DeleteRegistryBulkExecute ¶

func (a *RegistryAPIService) DeleteRegistryBulkExecute(r ApiDeleteRegistryBulkRequest) (*http.Response, error)

Execute executes the request

func (*RegistryAPIService) DeleteRegistryExecute ¶

func (a *RegistryAPIService) DeleteRegistryExecute(r ApiDeleteRegistryRequest) (*http.Response, error)

Execute executes the request

func (*RegistryAPIService) GetRegistrySummary ¶

func (a *RegistryAPIService) GetRegistrySummary(ctx context.Context, registryId string) ApiGetRegistrySummaryRequest

GetRegistrySummary Get Registry Summary

get summary of registry scans, images and tags

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param registryId
@return ApiGetRegistrySummaryRequest

func (*RegistryAPIService) GetRegistrySummaryExecute ¶

func (a *RegistryAPIService) GetRegistrySummaryExecute(r ApiGetRegistrySummaryRequest) (*ModelSummary, *http.Response, error)

Execute executes the request

@return ModelSummary

func (*RegistryAPIService) GetSummaryAll ¶

GetSummaryAll Get All Registries Summary By Type

get summary of all registries scans, images and tags by registry type

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSummaryAllRequest

func (*RegistryAPIService) GetSummaryAllExecute ¶

func (a *RegistryAPIService) GetSummaryAllExecute(r ApiGetSummaryAllRequest) (*map[string]ModelSummary, *http.Response, error)

Execute executes the request

@return map[string]ModelSummary

func (*RegistryAPIService) GetSummaryByType ¶

func (a *RegistryAPIService) GetSummaryByType(ctx context.Context, registryType string) ApiGetSummaryByTypeRequest

GetSummaryByType Get Registry Summary By Type

get summary of registries scans, images and tags by registry type

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param registryType
@return ApiGetSummaryByTypeRequest

func (*RegistryAPIService) GetSummaryByTypeExecute ¶

func (a *RegistryAPIService) GetSummaryByTypeExecute(r ApiGetSummaryByTypeRequest) (*ModelSummary, *http.Response, error)

Execute executes the request

@return ModelSummary

func (*RegistryAPIService) ListImageStubs ¶

ListImageStubs List Image Stubs

list image tags for a given image and registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListImageStubsRequest

func (*RegistryAPIService) ListImageStubsExecute ¶

func (a *RegistryAPIService) ListImageStubsExecute(r ApiListImageStubsRequest) ([]ModelImageStub, *http.Response, error)

Execute executes the request

@return []ModelImageStub

func (*RegistryAPIService) ListImages ¶

ListImages List Registry Images

list images from a given registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListImagesRequest

func (*RegistryAPIService) ListImagesExecute ¶

Execute executes the request

@return []ModelContainerImage

func (*RegistryAPIService) ListRegistry ¶

ListRegistry List Registries

List all the added Registries

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListRegistryRequest

func (*RegistryAPIService) ListRegistryExecute ¶

Execute executes the request

@return []ModelRegistryListResp

func (*RegistryAPIService) SyncRegistry ¶

func (a *RegistryAPIService) SyncRegistry(ctx context.Context, registryId string) ApiSyncRegistryRequest

SyncRegistry Sync Registry

synchronize registry images

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param registryId
@return ApiSyncRegistryRequest

func (*RegistryAPIService) SyncRegistryExecute ¶

Execute executes the request

@return ModelMessageResponse

func (*RegistryAPIService) UpdateRegistry ¶

func (a *RegistryAPIService) UpdateRegistry(ctx context.Context, registryId string) ApiUpdateRegistryRequest

UpdateRegistry Update Registry

Update registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param registryId
@return ApiUpdateRegistryRequest

func (*RegistryAPIService) UpdateRegistryExecute ¶

Execute executes the request

@return ModelMessageResponse

type ReportMetadata ¶

type ReportMetadata struct {
	AgentRunning               *bool    `json:"agent_running,omitempty"`
	AvailabilityZone           *string  `json:"availability_zone,omitempty"`
	CloudAccountId             *string  `json:"cloud_account_id,omitempty"`
	CloudProvider              *string  `json:"cloud_provider,omitempty"`
	CloudRegion                *string  `json:"cloud_region,omitempty"`
	Cmdline                    *string  `json:"cmdline,omitempty"`
	ConnectionCount            *int32   `json:"connection_count,omitempty"`
	CopyOf                     *string  `json:"copy_of,omitempty"`
	CpuMax                     *float32 `json:"cpu_max,omitempty"`
	CpuUsage                   *float32 `json:"cpu_usage,omitempty"`
	DockerContainerCommand     *string  `json:"docker_container_command,omitempty"`
	DockerContainerCreated     *string  `json:"docker_container_created,omitempty"`
	DockerContainerIps         []string `json:"docker_container_ips,omitempty"`
	DockerContainerName        *string  `json:"docker_container_name,omitempty"`
	DockerContainerNetworkMode *string  `json:"docker_container_network_mode,omitempty"`
	DockerContainerNetworks    *string  `json:"docker_container_networks,omitempty"`
	DockerContainerPorts       *string  `json:"docker_container_ports,omitempty"`
	DockerContainerState       *string  `json:"docker_container_state,omitempty"`
	DockerContainerStateHuman  *string  `json:"docker_container_state_human,omitempty"`
	DockerEnv                  *string  `json:"docker_env,omitempty"`
	DockerImageCreatedAt       *string  `json:"docker_image_created_at,omitempty"`
	DockerImageId              *string  `json:"docker_image_id,omitempty"`
	DockerImageName            *string  `json:"docker_image_name,omitempty"`
	DockerImageNameWithTag     *string  `json:"docker_image_name_with_tag,omitempty"`
	DockerImageSize            *string  `json:"docker_image_size,omitempty"`
	DockerImageTag             *string  `json:"docker_image_tag,omitempty"`
	DockerImageVirtualSize     *string  `json:"docker_image_virtual_size,omitempty"`
	DockerLabel                *string  `json:"docker_label,omitempty"`
	HostName                   *string  `json:"host_name,omitempty"`
	InstanceId                 *string  `json:"instance_id,omitempty"`
	InstanceType               *string  `json:"instance_type,omitempty"`
	InterfaceIpMap             *string  `json:"interface_ip_map,omitempty"`
	InterfaceIps               []string `json:"interface_ips,omitempty"`
	InterfaceNames             []string `json:"interface_names,omitempty"`
	IsConsoleVm                *bool    `json:"is_console_vm,omitempty"`
	KernelId                   *string  `json:"kernel_id,omitempty"`
	KernelVersion              *string  `json:"kernel_version,omitempty"`
	KubernetesClusterId        *string  `json:"kubernetes_cluster_id,omitempty"`
	KubernetesClusterName      *string  `json:"kubernetes_cluster_name,omitempty"`
	KubernetesCreated          *string  `json:"kubernetes_created,omitempty"`
	KubernetesIngressIp        []string `json:"kubernetes_ingress_ip,omitempty"`
	KubernetesIp               *string  `json:"kubernetes_ip,omitempty"`
	KubernetesIsInHostNetwork  *bool    `json:"kubernetes_is_in_host_network,omitempty"`
	KubernetesLabels           *string  `json:"kubernetes_labels,omitempty"`
	KubernetesNamespace        *string  `json:"kubernetes_namespace,omitempty"`
	KubernetesPorts            []string `json:"kubernetes_ports,omitempty"`
	KubernetesPublicIp         *string  `json:"kubernetes_public_ip,omitempty"`
	KubernetesState            *string  `json:"kubernetes_state,omitempty"`
	KubernetesType             *string  `json:"kubernetes_type,omitempty"`
	LocalCidr                  []string `json:"local_cidr,omitempty"`
	LocalNetworks              []string `json:"local_networks,omitempty"`
	MemoryMax                  *int32   `json:"memory_max,omitempty"`
	MemoryUsage                *int32   `json:"memory_usage,omitempty"`
	NodeId                     *string  `json:"node_id,omitempty"`
	NodeName                   *string  `json:"node_name,omitempty"`
	NodeType                   *string  `json:"node_type,omitempty"`
	OpenFiles                  []string `json:"open_files,omitempty"`
	OpenFilesCount             *int32   `json:"open_files_count,omitempty"`
	Os                         *string  `json:"os,omitempty"`
	Pid                        *int32   `json:"pid,omitempty"`
	PodId                      *string  `json:"pod_id,omitempty"`
	PodName                    *string  `json:"pod_name,omitempty"`
	Ppid                       *int32   `json:"ppid,omitempty"`
	PrivateIp                  []string `json:"private_ip,omitempty"`
	Pseudo                     *bool    `json:"pseudo,omitempty"`
	PublicIp                   []string `json:"public_ip,omitempty"`
	ResourceGroup              *string  `json:"resource_group,omitempty"`
	ShortName                  *string  `json:"short_name,omitempty"`
	Tags                       []string `json:"tags,omitempty"`
	Threads                    *int32   `json:"threads,omitempty"`
	Timestamp                  *string  `json:"timestamp,omitempty"`
	Uptime                     *int32   `json:"uptime,omitempty"`
	UserDefinedTags            []string `json:"user_defined_tags,omitempty"`
	Version                    *string  `json:"version,omitempty"`
}

ReportMetadata struct for ReportMetadata

func NewReportMetadata ¶

func NewReportMetadata() *ReportMetadata

NewReportMetadata instantiates a new ReportMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportMetadataWithDefaults ¶

func NewReportMetadataWithDefaults() *ReportMetadata

NewReportMetadataWithDefaults instantiates a new ReportMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportMetadata) GetAgentRunning ¶

func (o *ReportMetadata) GetAgentRunning() bool

GetAgentRunning returns the AgentRunning field value if set, zero value otherwise.

func (*ReportMetadata) GetAgentRunningOk ¶

func (o *ReportMetadata) GetAgentRunningOk() (*bool, bool)

GetAgentRunningOk returns a tuple with the AgentRunning field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetAvailabilityZone ¶

func (o *ReportMetadata) GetAvailabilityZone() string

GetAvailabilityZone returns the AvailabilityZone field value if set, zero value otherwise.

func (*ReportMetadata) GetAvailabilityZoneOk ¶

func (o *ReportMetadata) GetAvailabilityZoneOk() (*string, bool)

GetAvailabilityZoneOk returns a tuple with the AvailabilityZone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetCloudAccountId ¶

func (o *ReportMetadata) GetCloudAccountId() string

GetCloudAccountId returns the CloudAccountId field value if set, zero value otherwise.

func (*ReportMetadata) GetCloudAccountIdOk ¶

func (o *ReportMetadata) GetCloudAccountIdOk() (*string, bool)

GetCloudAccountIdOk returns a tuple with the CloudAccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetCloudProvider ¶

func (o *ReportMetadata) GetCloudProvider() string

GetCloudProvider returns the CloudProvider field value if set, zero value otherwise.

func (*ReportMetadata) GetCloudProviderOk ¶

func (o *ReportMetadata) GetCloudProviderOk() (*string, bool)

GetCloudProviderOk returns a tuple with the CloudProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetCloudRegion ¶

func (o *ReportMetadata) GetCloudRegion() string

GetCloudRegion returns the CloudRegion field value if set, zero value otherwise.

func (*ReportMetadata) GetCloudRegionOk ¶

func (o *ReportMetadata) GetCloudRegionOk() (*string, bool)

GetCloudRegionOk returns a tuple with the CloudRegion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetCmdline ¶

func (o *ReportMetadata) GetCmdline() string

GetCmdline returns the Cmdline field value if set, zero value otherwise.

func (*ReportMetadata) GetCmdlineOk ¶

func (o *ReportMetadata) GetCmdlineOk() (*string, bool)

GetCmdlineOk returns a tuple with the Cmdline field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetConnectionCount ¶

func (o *ReportMetadata) GetConnectionCount() int32

GetConnectionCount returns the ConnectionCount field value if set, zero value otherwise.

func (*ReportMetadata) GetConnectionCountOk ¶

func (o *ReportMetadata) GetConnectionCountOk() (*int32, bool)

GetConnectionCountOk returns a tuple with the ConnectionCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetCopyOf ¶

func (o *ReportMetadata) GetCopyOf() string

GetCopyOf returns the CopyOf field value if set, zero value otherwise.

func (*ReportMetadata) GetCopyOfOk ¶

func (o *ReportMetadata) GetCopyOfOk() (*string, bool)

GetCopyOfOk returns a tuple with the CopyOf field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetCpuMax ¶

func (o *ReportMetadata) GetCpuMax() float32

GetCpuMax returns the CpuMax field value if set, zero value otherwise.

func (*ReportMetadata) GetCpuMaxOk ¶

func (o *ReportMetadata) GetCpuMaxOk() (*float32, bool)

GetCpuMaxOk returns a tuple with the CpuMax field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetCpuUsage ¶

func (o *ReportMetadata) GetCpuUsage() float32

GetCpuUsage returns the CpuUsage field value if set, zero value otherwise.

func (*ReportMetadata) GetCpuUsageOk ¶

func (o *ReportMetadata) GetCpuUsageOk() (*float32, bool)

GetCpuUsageOk returns a tuple with the CpuUsage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetDockerContainerCommand ¶

func (o *ReportMetadata) GetDockerContainerCommand() string

GetDockerContainerCommand returns the DockerContainerCommand field value if set, zero value otherwise.

func (*ReportMetadata) GetDockerContainerCommandOk ¶

func (o *ReportMetadata) GetDockerContainerCommandOk() (*string, bool)

GetDockerContainerCommandOk returns a tuple with the DockerContainerCommand field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetDockerContainerCreated ¶

func (o *ReportMetadata) GetDockerContainerCreated() string

GetDockerContainerCreated returns the DockerContainerCreated field value if set, zero value otherwise.

func (*ReportMetadata) GetDockerContainerCreatedOk ¶

func (o *ReportMetadata) GetDockerContainerCreatedOk() (*string, bool)

GetDockerContainerCreatedOk returns a tuple with the DockerContainerCreated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetDockerContainerIps ¶

func (o *ReportMetadata) GetDockerContainerIps() []string

GetDockerContainerIps returns the DockerContainerIps field value if set, zero value otherwise.

func (*ReportMetadata) GetDockerContainerIpsOk ¶

func (o *ReportMetadata) GetDockerContainerIpsOk() ([]string, bool)

GetDockerContainerIpsOk returns a tuple with the DockerContainerIps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetDockerContainerName ¶

func (o *ReportMetadata) GetDockerContainerName() string

GetDockerContainerName returns the DockerContainerName field value if set, zero value otherwise.

func (*ReportMetadata) GetDockerContainerNameOk ¶

func (o *ReportMetadata) GetDockerContainerNameOk() (*string, bool)

GetDockerContainerNameOk returns a tuple with the DockerContainerName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetDockerContainerNetworkMode ¶

func (o *ReportMetadata) GetDockerContainerNetworkMode() string

GetDockerContainerNetworkMode returns the DockerContainerNetworkMode field value if set, zero value otherwise.

func (*ReportMetadata) GetDockerContainerNetworkModeOk ¶

func (o *ReportMetadata) GetDockerContainerNetworkModeOk() (*string, bool)

GetDockerContainerNetworkModeOk returns a tuple with the DockerContainerNetworkMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetDockerContainerNetworks ¶

func (o *ReportMetadata) GetDockerContainerNetworks() string

GetDockerContainerNetworks returns the DockerContainerNetworks field value if set, zero value otherwise.

func (*ReportMetadata) GetDockerContainerNetworksOk ¶

func (o *ReportMetadata) GetDockerContainerNetworksOk() (*string, bool)

GetDockerContainerNetworksOk returns a tuple with the DockerContainerNetworks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetDockerContainerPorts ¶

func (o *ReportMetadata) GetDockerContainerPorts() string

GetDockerContainerPorts returns the DockerContainerPorts field value if set, zero value otherwise.

func (*ReportMetadata) GetDockerContainerPortsOk ¶

func (o *ReportMetadata) GetDockerContainerPortsOk() (*string, bool)

GetDockerContainerPortsOk returns a tuple with the DockerContainerPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetDockerContainerState ¶

func (o *ReportMetadata) GetDockerContainerState() string

GetDockerContainerState returns the DockerContainerState field value if set, zero value otherwise.

func (*ReportMetadata) GetDockerContainerStateHuman ¶

func (o *ReportMetadata) GetDockerContainerStateHuman() string

GetDockerContainerStateHuman returns the DockerContainerStateHuman field value if set, zero value otherwise.

func (*ReportMetadata) GetDockerContainerStateHumanOk ¶

func (o *ReportMetadata) GetDockerContainerStateHumanOk() (*string, bool)

GetDockerContainerStateHumanOk returns a tuple with the DockerContainerStateHuman field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetDockerContainerStateOk ¶

func (o *ReportMetadata) GetDockerContainerStateOk() (*string, bool)

GetDockerContainerStateOk returns a tuple with the DockerContainerState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetDockerEnv ¶

func (o *ReportMetadata) GetDockerEnv() string

GetDockerEnv returns the DockerEnv field value if set, zero value otherwise.

func (*ReportMetadata) GetDockerEnvOk ¶

func (o *ReportMetadata) GetDockerEnvOk() (*string, bool)

GetDockerEnvOk returns a tuple with the DockerEnv field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetDockerImageCreatedAt ¶

func (o *ReportMetadata) GetDockerImageCreatedAt() string

GetDockerImageCreatedAt returns the DockerImageCreatedAt field value if set, zero value otherwise.

func (*ReportMetadata) GetDockerImageCreatedAtOk ¶

func (o *ReportMetadata) GetDockerImageCreatedAtOk() (*string, bool)

GetDockerImageCreatedAtOk returns a tuple with the DockerImageCreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetDockerImageId ¶

func (o *ReportMetadata) GetDockerImageId() string

GetDockerImageId returns the DockerImageId field value if set, zero value otherwise.

func (*ReportMetadata) GetDockerImageIdOk ¶

func (o *ReportMetadata) GetDockerImageIdOk() (*string, bool)

GetDockerImageIdOk returns a tuple with the DockerImageId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetDockerImageName ¶

func (o *ReportMetadata) GetDockerImageName() string

GetDockerImageName returns the DockerImageName field value if set, zero value otherwise.

func (*ReportMetadata) GetDockerImageNameOk ¶

func (o *ReportMetadata) GetDockerImageNameOk() (*string, bool)

GetDockerImageNameOk returns a tuple with the DockerImageName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetDockerImageNameWithTag ¶

func (o *ReportMetadata) GetDockerImageNameWithTag() string

GetDockerImageNameWithTag returns the DockerImageNameWithTag field value if set, zero value otherwise.

func (*ReportMetadata) GetDockerImageNameWithTagOk ¶

func (o *ReportMetadata) GetDockerImageNameWithTagOk() (*string, bool)

GetDockerImageNameWithTagOk returns a tuple with the DockerImageNameWithTag field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetDockerImageSize ¶

func (o *ReportMetadata) GetDockerImageSize() string

GetDockerImageSize returns the DockerImageSize field value if set, zero value otherwise.

func (*ReportMetadata) GetDockerImageSizeOk ¶

func (o *ReportMetadata) GetDockerImageSizeOk() (*string, bool)

GetDockerImageSizeOk returns a tuple with the DockerImageSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetDockerImageTag ¶

func (o *ReportMetadata) GetDockerImageTag() string

GetDockerImageTag returns the DockerImageTag field value if set, zero value otherwise.

func (*ReportMetadata) GetDockerImageTagOk ¶

func (o *ReportMetadata) GetDockerImageTagOk() (*string, bool)

GetDockerImageTagOk returns a tuple with the DockerImageTag field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetDockerImageVirtualSize ¶

func (o *ReportMetadata) GetDockerImageVirtualSize() string

GetDockerImageVirtualSize returns the DockerImageVirtualSize field value if set, zero value otherwise.

func (*ReportMetadata) GetDockerImageVirtualSizeOk ¶

func (o *ReportMetadata) GetDockerImageVirtualSizeOk() (*string, bool)

GetDockerImageVirtualSizeOk returns a tuple with the DockerImageVirtualSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetDockerLabel ¶

func (o *ReportMetadata) GetDockerLabel() string

GetDockerLabel returns the DockerLabel field value if set, zero value otherwise.

func (*ReportMetadata) GetDockerLabelOk ¶

func (o *ReportMetadata) GetDockerLabelOk() (*string, bool)

GetDockerLabelOk returns a tuple with the DockerLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetHostName ¶

func (o *ReportMetadata) GetHostName() string

GetHostName returns the HostName field value if set, zero value otherwise.

func (*ReportMetadata) GetHostNameOk ¶

func (o *ReportMetadata) GetHostNameOk() (*string, bool)

GetHostNameOk returns a tuple with the HostName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetInstanceId ¶

func (o *ReportMetadata) GetInstanceId() string

GetInstanceId returns the InstanceId field value if set, zero value otherwise.

func (*ReportMetadata) GetInstanceIdOk ¶

func (o *ReportMetadata) GetInstanceIdOk() (*string, bool)

GetInstanceIdOk returns a tuple with the InstanceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetInstanceType ¶

func (o *ReportMetadata) GetInstanceType() string

GetInstanceType returns the InstanceType field value if set, zero value otherwise.

func (*ReportMetadata) GetInstanceTypeOk ¶

func (o *ReportMetadata) GetInstanceTypeOk() (*string, bool)

GetInstanceTypeOk returns a tuple with the InstanceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetInterfaceIpMap ¶

func (o *ReportMetadata) GetInterfaceIpMap() string

GetInterfaceIpMap returns the InterfaceIpMap field value if set, zero value otherwise.

func (*ReportMetadata) GetInterfaceIpMapOk ¶

func (o *ReportMetadata) GetInterfaceIpMapOk() (*string, bool)

GetInterfaceIpMapOk returns a tuple with the InterfaceIpMap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetInterfaceIps ¶

func (o *ReportMetadata) GetInterfaceIps() []string

GetInterfaceIps returns the InterfaceIps field value if set, zero value otherwise.

func (*ReportMetadata) GetInterfaceIpsOk ¶

func (o *ReportMetadata) GetInterfaceIpsOk() ([]string, bool)

GetInterfaceIpsOk returns a tuple with the InterfaceIps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetInterfaceNames ¶

func (o *ReportMetadata) GetInterfaceNames() []string

GetInterfaceNames returns the InterfaceNames field value if set, zero value otherwise.

func (*ReportMetadata) GetInterfaceNamesOk ¶

func (o *ReportMetadata) GetInterfaceNamesOk() ([]string, bool)

GetInterfaceNamesOk returns a tuple with the InterfaceNames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetIsConsoleVm ¶

func (o *ReportMetadata) GetIsConsoleVm() bool

GetIsConsoleVm returns the IsConsoleVm field value if set, zero value otherwise.

func (*ReportMetadata) GetIsConsoleVmOk ¶

func (o *ReportMetadata) GetIsConsoleVmOk() (*bool, bool)

GetIsConsoleVmOk returns a tuple with the IsConsoleVm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetKernelId ¶

func (o *ReportMetadata) GetKernelId() string

GetKernelId returns the KernelId field value if set, zero value otherwise.

func (*ReportMetadata) GetKernelIdOk ¶

func (o *ReportMetadata) GetKernelIdOk() (*string, bool)

GetKernelIdOk returns a tuple with the KernelId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetKernelVersion ¶

func (o *ReportMetadata) GetKernelVersion() string

GetKernelVersion returns the KernelVersion field value if set, zero value otherwise.

func (*ReportMetadata) GetKernelVersionOk ¶

func (o *ReportMetadata) GetKernelVersionOk() (*string, bool)

GetKernelVersionOk returns a tuple with the KernelVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetKubernetesClusterId ¶

func (o *ReportMetadata) GetKubernetesClusterId() string

GetKubernetesClusterId returns the KubernetesClusterId field value if set, zero value otherwise.

func (*ReportMetadata) GetKubernetesClusterIdOk ¶

func (o *ReportMetadata) GetKubernetesClusterIdOk() (*string, bool)

GetKubernetesClusterIdOk returns a tuple with the KubernetesClusterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetKubernetesClusterName ¶

func (o *ReportMetadata) GetKubernetesClusterName() string

GetKubernetesClusterName returns the KubernetesClusterName field value if set, zero value otherwise.

func (*ReportMetadata) GetKubernetesClusterNameOk ¶

func (o *ReportMetadata) GetKubernetesClusterNameOk() (*string, bool)

GetKubernetesClusterNameOk returns a tuple with the KubernetesClusterName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetKubernetesCreated ¶

func (o *ReportMetadata) GetKubernetesCreated() string

GetKubernetesCreated returns the KubernetesCreated field value if set, zero value otherwise.

func (*ReportMetadata) GetKubernetesCreatedOk ¶

func (o *ReportMetadata) GetKubernetesCreatedOk() (*string, bool)

GetKubernetesCreatedOk returns a tuple with the KubernetesCreated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetKubernetesIngressIp ¶

func (o *ReportMetadata) GetKubernetesIngressIp() []string

GetKubernetesIngressIp returns the KubernetesIngressIp field value if set, zero value otherwise.

func (*ReportMetadata) GetKubernetesIngressIpOk ¶

func (o *ReportMetadata) GetKubernetesIngressIpOk() ([]string, bool)

GetKubernetesIngressIpOk returns a tuple with the KubernetesIngressIp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetKubernetesIp ¶

func (o *ReportMetadata) GetKubernetesIp() string

GetKubernetesIp returns the KubernetesIp field value if set, zero value otherwise.

func (*ReportMetadata) GetKubernetesIpOk ¶

func (o *ReportMetadata) GetKubernetesIpOk() (*string, bool)

GetKubernetesIpOk returns a tuple with the KubernetesIp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetKubernetesIsInHostNetwork ¶

func (o *ReportMetadata) GetKubernetesIsInHostNetwork() bool

GetKubernetesIsInHostNetwork returns the KubernetesIsInHostNetwork field value if set, zero value otherwise.

func (*ReportMetadata) GetKubernetesIsInHostNetworkOk ¶

func (o *ReportMetadata) GetKubernetesIsInHostNetworkOk() (*bool, bool)

GetKubernetesIsInHostNetworkOk returns a tuple with the KubernetesIsInHostNetwork field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetKubernetesLabels ¶

func (o *ReportMetadata) GetKubernetesLabels() string

GetKubernetesLabels returns the KubernetesLabels field value if set, zero value otherwise.

func (*ReportMetadata) GetKubernetesLabelsOk ¶

func (o *ReportMetadata) GetKubernetesLabelsOk() (*string, bool)

GetKubernetesLabelsOk returns a tuple with the KubernetesLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetKubernetesNamespace ¶

func (o *ReportMetadata) GetKubernetesNamespace() string

GetKubernetesNamespace returns the KubernetesNamespace field value if set, zero value otherwise.

func (*ReportMetadata) GetKubernetesNamespaceOk ¶

func (o *ReportMetadata) GetKubernetesNamespaceOk() (*string, bool)

GetKubernetesNamespaceOk returns a tuple with the KubernetesNamespace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetKubernetesPorts ¶

func (o *ReportMetadata) GetKubernetesPorts() []string

GetKubernetesPorts returns the KubernetesPorts field value if set, zero value otherwise.

func (*ReportMetadata) GetKubernetesPortsOk ¶

func (o *ReportMetadata) GetKubernetesPortsOk() ([]string, bool)

GetKubernetesPortsOk returns a tuple with the KubernetesPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetKubernetesPublicIp ¶

func (o *ReportMetadata) GetKubernetesPublicIp() string

GetKubernetesPublicIp returns the KubernetesPublicIp field value if set, zero value otherwise.

func (*ReportMetadata) GetKubernetesPublicIpOk ¶

func (o *ReportMetadata) GetKubernetesPublicIpOk() (*string, bool)

GetKubernetesPublicIpOk returns a tuple with the KubernetesPublicIp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetKubernetesState ¶

func (o *ReportMetadata) GetKubernetesState() string

GetKubernetesState returns the KubernetesState field value if set, zero value otherwise.

func (*ReportMetadata) GetKubernetesStateOk ¶

func (o *ReportMetadata) GetKubernetesStateOk() (*string, bool)

GetKubernetesStateOk returns a tuple with the KubernetesState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetKubernetesType ¶

func (o *ReportMetadata) GetKubernetesType() string

GetKubernetesType returns the KubernetesType field value if set, zero value otherwise.

func (*ReportMetadata) GetKubernetesTypeOk ¶

func (o *ReportMetadata) GetKubernetesTypeOk() (*string, bool)

GetKubernetesTypeOk returns a tuple with the KubernetesType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetLocalCidr ¶

func (o *ReportMetadata) GetLocalCidr() []string

GetLocalCidr returns the LocalCidr field value if set, zero value otherwise.

func (*ReportMetadata) GetLocalCidrOk ¶

func (o *ReportMetadata) GetLocalCidrOk() ([]string, bool)

GetLocalCidrOk returns a tuple with the LocalCidr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetLocalNetworks ¶

func (o *ReportMetadata) GetLocalNetworks() []string

GetLocalNetworks returns the LocalNetworks field value if set, zero value otherwise.

func (*ReportMetadata) GetLocalNetworksOk ¶

func (o *ReportMetadata) GetLocalNetworksOk() ([]string, bool)

GetLocalNetworksOk returns a tuple with the LocalNetworks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetMemoryMax ¶

func (o *ReportMetadata) GetMemoryMax() int32

GetMemoryMax returns the MemoryMax field value if set, zero value otherwise.

func (*ReportMetadata) GetMemoryMaxOk ¶

func (o *ReportMetadata) GetMemoryMaxOk() (*int32, bool)

GetMemoryMaxOk returns a tuple with the MemoryMax field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetMemoryUsage ¶

func (o *ReportMetadata) GetMemoryUsage() int32

GetMemoryUsage returns the MemoryUsage field value if set, zero value otherwise.

func (*ReportMetadata) GetMemoryUsageOk ¶

func (o *ReportMetadata) GetMemoryUsageOk() (*int32, bool)

GetMemoryUsageOk returns a tuple with the MemoryUsage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetNodeId ¶

func (o *ReportMetadata) GetNodeId() string

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*ReportMetadata) GetNodeIdOk ¶

func (o *ReportMetadata) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetNodeName ¶

func (o *ReportMetadata) GetNodeName() string

GetNodeName returns the NodeName field value if set, zero value otherwise.

func (*ReportMetadata) GetNodeNameOk ¶

func (o *ReportMetadata) GetNodeNameOk() (*string, bool)

GetNodeNameOk returns a tuple with the NodeName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetNodeType ¶

func (o *ReportMetadata) GetNodeType() string

GetNodeType returns the NodeType field value if set, zero value otherwise.

func (*ReportMetadata) GetNodeTypeOk ¶

func (o *ReportMetadata) GetNodeTypeOk() (*string, bool)

GetNodeTypeOk returns a tuple with the NodeType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetOpenFiles ¶

func (o *ReportMetadata) GetOpenFiles() []string

GetOpenFiles returns the OpenFiles field value if set, zero value otherwise.

func (*ReportMetadata) GetOpenFilesCount ¶

func (o *ReportMetadata) GetOpenFilesCount() int32

GetOpenFilesCount returns the OpenFilesCount field value if set, zero value otherwise.

func (*ReportMetadata) GetOpenFilesCountOk ¶

func (o *ReportMetadata) GetOpenFilesCountOk() (*int32, bool)

GetOpenFilesCountOk returns a tuple with the OpenFilesCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetOpenFilesOk ¶

func (o *ReportMetadata) GetOpenFilesOk() ([]string, bool)

GetOpenFilesOk returns a tuple with the OpenFiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetOs ¶

func (o *ReportMetadata) GetOs() string

GetOs returns the Os field value if set, zero value otherwise.

func (*ReportMetadata) GetOsOk ¶

func (o *ReportMetadata) GetOsOk() (*string, bool)

GetOsOk returns a tuple with the Os field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetPid ¶

func (o *ReportMetadata) GetPid() int32

GetPid returns the Pid field value if set, zero value otherwise.

func (*ReportMetadata) GetPidOk ¶

func (o *ReportMetadata) GetPidOk() (*int32, bool)

GetPidOk returns a tuple with the Pid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetPodId ¶

func (o *ReportMetadata) GetPodId() string

GetPodId returns the PodId field value if set, zero value otherwise.

func (*ReportMetadata) GetPodIdOk ¶

func (o *ReportMetadata) GetPodIdOk() (*string, bool)

GetPodIdOk returns a tuple with the PodId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetPodName ¶

func (o *ReportMetadata) GetPodName() string

GetPodName returns the PodName field value if set, zero value otherwise.

func (*ReportMetadata) GetPodNameOk ¶

func (o *ReportMetadata) GetPodNameOk() (*string, bool)

GetPodNameOk returns a tuple with the PodName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetPpid ¶

func (o *ReportMetadata) GetPpid() int32

GetPpid returns the Ppid field value if set, zero value otherwise.

func (*ReportMetadata) GetPpidOk ¶

func (o *ReportMetadata) GetPpidOk() (*int32, bool)

GetPpidOk returns a tuple with the Ppid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetPrivateIp ¶

func (o *ReportMetadata) GetPrivateIp() []string

GetPrivateIp returns the PrivateIp field value if set, zero value otherwise.

func (*ReportMetadata) GetPrivateIpOk ¶

func (o *ReportMetadata) GetPrivateIpOk() ([]string, bool)

GetPrivateIpOk returns a tuple with the PrivateIp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetPseudo ¶

func (o *ReportMetadata) GetPseudo() bool

GetPseudo returns the Pseudo field value if set, zero value otherwise.

func (*ReportMetadata) GetPseudoOk ¶

func (o *ReportMetadata) GetPseudoOk() (*bool, bool)

GetPseudoOk returns a tuple with the Pseudo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetPublicIp ¶

func (o *ReportMetadata) GetPublicIp() []string

GetPublicIp returns the PublicIp field value if set, zero value otherwise.

func (*ReportMetadata) GetPublicIpOk ¶

func (o *ReportMetadata) GetPublicIpOk() ([]string, bool)

GetPublicIpOk returns a tuple with the PublicIp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetResourceGroup ¶

func (o *ReportMetadata) GetResourceGroup() string

GetResourceGroup returns the ResourceGroup field value if set, zero value otherwise.

func (*ReportMetadata) GetResourceGroupOk ¶

func (o *ReportMetadata) GetResourceGroupOk() (*string, bool)

GetResourceGroupOk returns a tuple with the ResourceGroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetShortName ¶

func (o *ReportMetadata) GetShortName() string

GetShortName returns the ShortName field value if set, zero value otherwise.

func (*ReportMetadata) GetShortNameOk ¶

func (o *ReportMetadata) GetShortNameOk() (*string, bool)

GetShortNameOk returns a tuple with the ShortName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetTags ¶

func (o *ReportMetadata) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*ReportMetadata) GetTagsOk ¶

func (o *ReportMetadata) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetThreads ¶

func (o *ReportMetadata) GetThreads() int32

GetThreads returns the Threads field value if set, zero value otherwise.

func (*ReportMetadata) GetThreadsOk ¶

func (o *ReportMetadata) GetThreadsOk() (*int32, bool)

GetThreadsOk returns a tuple with the Threads field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetTimestamp ¶

func (o *ReportMetadata) GetTimestamp() string

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*ReportMetadata) GetTimestampOk ¶

func (o *ReportMetadata) GetTimestampOk() (*string, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetUptime ¶

func (o *ReportMetadata) GetUptime() int32

GetUptime returns the Uptime field value if set, zero value otherwise.

func (*ReportMetadata) GetUptimeOk ¶

func (o *ReportMetadata) GetUptimeOk() (*int32, bool)

GetUptimeOk returns a tuple with the Uptime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetUserDefinedTags ¶

func (o *ReportMetadata) GetUserDefinedTags() []string

GetUserDefinedTags returns the UserDefinedTags field value if set, zero value otherwise.

func (*ReportMetadata) GetUserDefinedTagsOk ¶

func (o *ReportMetadata) GetUserDefinedTagsOk() ([]string, bool)

GetUserDefinedTagsOk returns a tuple with the UserDefinedTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) GetVersion ¶

func (o *ReportMetadata) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*ReportMetadata) GetVersionOk ¶

func (o *ReportMetadata) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportMetadata) HasAgentRunning ¶

func (o *ReportMetadata) HasAgentRunning() bool

HasAgentRunning returns a boolean if a field has been set.

func (*ReportMetadata) HasAvailabilityZone ¶

func (o *ReportMetadata) HasAvailabilityZone() bool

HasAvailabilityZone returns a boolean if a field has been set.

func (*ReportMetadata) HasCloudAccountId ¶

func (o *ReportMetadata) HasCloudAccountId() bool

HasCloudAccountId returns a boolean if a field has been set.

func (*ReportMetadata) HasCloudProvider ¶

func (o *ReportMetadata) HasCloudProvider() bool

HasCloudProvider returns a boolean if a field has been set.

func (*ReportMetadata) HasCloudRegion ¶

func (o *ReportMetadata) HasCloudRegion() bool

HasCloudRegion returns a boolean if a field has been set.

func (*ReportMetadata) HasCmdline ¶

func (o *ReportMetadata) HasCmdline() bool

HasCmdline returns a boolean if a field has been set.

func (*ReportMetadata) HasConnectionCount ¶

func (o *ReportMetadata) HasConnectionCount() bool

HasConnectionCount returns a boolean if a field has been set.

func (*ReportMetadata) HasCopyOf ¶

func (o *ReportMetadata) HasCopyOf() bool

HasCopyOf returns a boolean if a field has been set.

func (*ReportMetadata) HasCpuMax ¶

func (o *ReportMetadata) HasCpuMax() bool

HasCpuMax returns a boolean if a field has been set.

func (*ReportMetadata) HasCpuUsage ¶

func (o *ReportMetadata) HasCpuUsage() bool

HasCpuUsage returns a boolean if a field has been set.

func (*ReportMetadata) HasDockerContainerCommand ¶

func (o *ReportMetadata) HasDockerContainerCommand() bool

HasDockerContainerCommand returns a boolean if a field has been set.

func (*ReportMetadata) HasDockerContainerCreated ¶

func (o *ReportMetadata) HasDockerContainerCreated() bool

HasDockerContainerCreated returns a boolean if a field has been set.

func (*ReportMetadata) HasDockerContainerIps ¶

func (o *ReportMetadata) HasDockerContainerIps() bool

HasDockerContainerIps returns a boolean if a field has been set.

func (*ReportMetadata) HasDockerContainerName ¶

func (o *ReportMetadata) HasDockerContainerName() bool

HasDockerContainerName returns a boolean if a field has been set.

func (*ReportMetadata) HasDockerContainerNetworkMode ¶

func (o *ReportMetadata) HasDockerContainerNetworkMode() bool

HasDockerContainerNetworkMode returns a boolean if a field has been set.

func (*ReportMetadata) HasDockerContainerNetworks ¶

func (o *ReportMetadata) HasDockerContainerNetworks() bool

HasDockerContainerNetworks returns a boolean if a field has been set.

func (*ReportMetadata) HasDockerContainerPorts ¶

func (o *ReportMetadata) HasDockerContainerPorts() bool

HasDockerContainerPorts returns a boolean if a field has been set.

func (*ReportMetadata) HasDockerContainerState ¶

func (o *ReportMetadata) HasDockerContainerState() bool

HasDockerContainerState returns a boolean if a field has been set.

func (*ReportMetadata) HasDockerContainerStateHuman ¶

func (o *ReportMetadata) HasDockerContainerStateHuman() bool

HasDockerContainerStateHuman returns a boolean if a field has been set.

func (*ReportMetadata) HasDockerEnv ¶

func (o *ReportMetadata) HasDockerEnv() bool

HasDockerEnv returns a boolean if a field has been set.

func (*ReportMetadata) HasDockerImageCreatedAt ¶

func (o *ReportMetadata) HasDockerImageCreatedAt() bool

HasDockerImageCreatedAt returns a boolean if a field has been set.

func (*ReportMetadata) HasDockerImageId ¶

func (o *ReportMetadata) HasDockerImageId() bool

HasDockerImageId returns a boolean if a field has been set.

func (*ReportMetadata) HasDockerImageName ¶

func (o *ReportMetadata) HasDockerImageName() bool

HasDockerImageName returns a boolean if a field has been set.

func (*ReportMetadata) HasDockerImageNameWithTag ¶

func (o *ReportMetadata) HasDockerImageNameWithTag() bool

HasDockerImageNameWithTag returns a boolean if a field has been set.

func (*ReportMetadata) HasDockerImageSize ¶

func (o *ReportMetadata) HasDockerImageSize() bool

HasDockerImageSize returns a boolean if a field has been set.

func (*ReportMetadata) HasDockerImageTag ¶

func (o *ReportMetadata) HasDockerImageTag() bool

HasDockerImageTag returns a boolean if a field has been set.

func (*ReportMetadata) HasDockerImageVirtualSize ¶

func (o *ReportMetadata) HasDockerImageVirtualSize() bool

HasDockerImageVirtualSize returns a boolean if a field has been set.

func (*ReportMetadata) HasDockerLabel ¶

func (o *ReportMetadata) HasDockerLabel() bool

HasDockerLabel returns a boolean if a field has been set.

func (*ReportMetadata) HasHostName ¶

func (o *ReportMetadata) HasHostName() bool

HasHostName returns a boolean if a field has been set.

func (*ReportMetadata) HasInstanceId ¶

func (o *ReportMetadata) HasInstanceId() bool

HasInstanceId returns a boolean if a field has been set.

func (*ReportMetadata) HasInstanceType ¶

func (o *ReportMetadata) HasInstanceType() bool

HasInstanceType returns a boolean if a field has been set.

func (*ReportMetadata) HasInterfaceIpMap ¶

func (o *ReportMetadata) HasInterfaceIpMap() bool

HasInterfaceIpMap returns a boolean if a field has been set.

func (*ReportMetadata) HasInterfaceIps ¶

func (o *ReportMetadata) HasInterfaceIps() bool

HasInterfaceIps returns a boolean if a field has been set.

func (*ReportMetadata) HasInterfaceNames ¶

func (o *ReportMetadata) HasInterfaceNames() bool

HasInterfaceNames returns a boolean if a field has been set.

func (*ReportMetadata) HasIsConsoleVm ¶

func (o *ReportMetadata) HasIsConsoleVm() bool

HasIsConsoleVm returns a boolean if a field has been set.

func (*ReportMetadata) HasKernelId ¶

func (o *ReportMetadata) HasKernelId() bool

HasKernelId returns a boolean if a field has been set.

func (*ReportMetadata) HasKernelVersion ¶

func (o *ReportMetadata) HasKernelVersion() bool

HasKernelVersion returns a boolean if a field has been set.

func (*ReportMetadata) HasKubernetesClusterId ¶

func (o *ReportMetadata) HasKubernetesClusterId() bool

HasKubernetesClusterId returns a boolean if a field has been set.

func (*ReportMetadata) HasKubernetesClusterName ¶

func (o *ReportMetadata) HasKubernetesClusterName() bool

HasKubernetesClusterName returns a boolean if a field has been set.

func (*ReportMetadata) HasKubernetesCreated ¶

func (o *ReportMetadata) HasKubernetesCreated() bool

HasKubernetesCreated returns a boolean if a field has been set.

func (*ReportMetadata) HasKubernetesIngressIp ¶

func (o *ReportMetadata) HasKubernetesIngressIp() bool

HasKubernetesIngressIp returns a boolean if a field has been set.

func (*ReportMetadata) HasKubernetesIp ¶

func (o *ReportMetadata) HasKubernetesIp() bool

HasKubernetesIp returns a boolean if a field has been set.

func (*ReportMetadata) HasKubernetesIsInHostNetwork ¶

func (o *ReportMetadata) HasKubernetesIsInHostNetwork() bool

HasKubernetesIsInHostNetwork returns a boolean if a field has been set.

func (*ReportMetadata) HasKubernetesLabels ¶

func (o *ReportMetadata) HasKubernetesLabels() bool

HasKubernetesLabels returns a boolean if a field has been set.

func (*ReportMetadata) HasKubernetesNamespace ¶

func (o *ReportMetadata) HasKubernetesNamespace() bool

HasKubernetesNamespace returns a boolean if a field has been set.

func (*ReportMetadata) HasKubernetesPorts ¶

func (o *ReportMetadata) HasKubernetesPorts() bool

HasKubernetesPorts returns a boolean if a field has been set.

func (*ReportMetadata) HasKubernetesPublicIp ¶

func (o *ReportMetadata) HasKubernetesPublicIp() bool

HasKubernetesPublicIp returns a boolean if a field has been set.

func (*ReportMetadata) HasKubernetesState ¶

func (o *ReportMetadata) HasKubernetesState() bool

HasKubernetesState returns a boolean if a field has been set.

func (*ReportMetadata) HasKubernetesType ¶

func (o *ReportMetadata) HasKubernetesType() bool

HasKubernetesType returns a boolean if a field has been set.

func (*ReportMetadata) HasLocalCidr ¶

func (o *ReportMetadata) HasLocalCidr() bool

HasLocalCidr returns a boolean if a field has been set.

func (*ReportMetadata) HasLocalNetworks ¶

func (o *ReportMetadata) HasLocalNetworks() bool

HasLocalNetworks returns a boolean if a field has been set.

func (*ReportMetadata) HasMemoryMax ¶

func (o *ReportMetadata) HasMemoryMax() bool

HasMemoryMax returns a boolean if a field has been set.

func (*ReportMetadata) HasMemoryUsage ¶

func (o *ReportMetadata) HasMemoryUsage() bool

HasMemoryUsage returns a boolean if a field has been set.

func (*ReportMetadata) HasNodeId ¶

func (o *ReportMetadata) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*ReportMetadata) HasNodeName ¶

func (o *ReportMetadata) HasNodeName() bool

HasNodeName returns a boolean if a field has been set.

func (*ReportMetadata) HasNodeType ¶

func (o *ReportMetadata) HasNodeType() bool

HasNodeType returns a boolean if a field has been set.

func (*ReportMetadata) HasOpenFiles ¶

func (o *ReportMetadata) HasOpenFiles() bool

HasOpenFiles returns a boolean if a field has been set.

func (*ReportMetadata) HasOpenFilesCount ¶

func (o *ReportMetadata) HasOpenFilesCount() bool

HasOpenFilesCount returns a boolean if a field has been set.

func (*ReportMetadata) HasOs ¶

func (o *ReportMetadata) HasOs() bool

HasOs returns a boolean if a field has been set.

func (*ReportMetadata) HasPid ¶

func (o *ReportMetadata) HasPid() bool

HasPid returns a boolean if a field has been set.

func (*ReportMetadata) HasPodId ¶

func (o *ReportMetadata) HasPodId() bool

HasPodId returns a boolean if a field has been set.

func (*ReportMetadata) HasPodName ¶

func (o *ReportMetadata) HasPodName() bool

HasPodName returns a boolean if a field has been set.

func (*ReportMetadata) HasPpid ¶

func (o *ReportMetadata) HasPpid() bool

HasPpid returns a boolean if a field has been set.

func (*ReportMetadata) HasPrivateIp ¶

func (o *ReportMetadata) HasPrivateIp() bool

HasPrivateIp returns a boolean if a field has been set.

func (*ReportMetadata) HasPseudo ¶

func (o *ReportMetadata) HasPseudo() bool

HasPseudo returns a boolean if a field has been set.

func (*ReportMetadata) HasPublicIp ¶

func (o *ReportMetadata) HasPublicIp() bool

HasPublicIp returns a boolean if a field has been set.

func (*ReportMetadata) HasResourceGroup ¶

func (o *ReportMetadata) HasResourceGroup() bool

HasResourceGroup returns a boolean if a field has been set.

func (*ReportMetadata) HasShortName ¶

func (o *ReportMetadata) HasShortName() bool

HasShortName returns a boolean if a field has been set.

func (*ReportMetadata) HasTags ¶

func (o *ReportMetadata) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*ReportMetadata) HasThreads ¶

func (o *ReportMetadata) HasThreads() bool

HasThreads returns a boolean if a field has been set.

func (*ReportMetadata) HasTimestamp ¶

func (o *ReportMetadata) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (*ReportMetadata) HasUptime ¶

func (o *ReportMetadata) HasUptime() bool

HasUptime returns a boolean if a field has been set.

func (*ReportMetadata) HasUserDefinedTags ¶

func (o *ReportMetadata) HasUserDefinedTags() bool

HasUserDefinedTags returns a boolean if a field has been set.

func (*ReportMetadata) HasVersion ¶

func (o *ReportMetadata) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (ReportMetadata) MarshalJSON ¶

func (o ReportMetadata) MarshalJSON() ([]byte, error)

func (*ReportMetadata) SetAgentRunning ¶

func (o *ReportMetadata) SetAgentRunning(v bool)

SetAgentRunning gets a reference to the given bool and assigns it to the AgentRunning field.

func (*ReportMetadata) SetAvailabilityZone ¶

func (o *ReportMetadata) SetAvailabilityZone(v string)

SetAvailabilityZone gets a reference to the given string and assigns it to the AvailabilityZone field.

func (*ReportMetadata) SetCloudAccountId ¶

func (o *ReportMetadata) SetCloudAccountId(v string)

SetCloudAccountId gets a reference to the given string and assigns it to the CloudAccountId field.

func (*ReportMetadata) SetCloudProvider ¶

func (o *ReportMetadata) SetCloudProvider(v string)

SetCloudProvider gets a reference to the given string and assigns it to the CloudProvider field.

func (*ReportMetadata) SetCloudRegion ¶

func (o *ReportMetadata) SetCloudRegion(v string)

SetCloudRegion gets a reference to the given string and assigns it to the CloudRegion field.

func (*ReportMetadata) SetCmdline ¶

func (o *ReportMetadata) SetCmdline(v string)

SetCmdline gets a reference to the given string and assigns it to the Cmdline field.

func (*ReportMetadata) SetConnectionCount ¶

func (o *ReportMetadata) SetConnectionCount(v int32)

SetConnectionCount gets a reference to the given int32 and assigns it to the ConnectionCount field.

func (*ReportMetadata) SetCopyOf ¶

func (o *ReportMetadata) SetCopyOf(v string)

SetCopyOf gets a reference to the given string and assigns it to the CopyOf field.

func (*ReportMetadata) SetCpuMax ¶

func (o *ReportMetadata) SetCpuMax(v float32)

SetCpuMax gets a reference to the given float32 and assigns it to the CpuMax field.

func (*ReportMetadata) SetCpuUsage ¶

func (o *ReportMetadata) SetCpuUsage(v float32)

SetCpuUsage gets a reference to the given float32 and assigns it to the CpuUsage field.

func (*ReportMetadata) SetDockerContainerCommand ¶

func (o *ReportMetadata) SetDockerContainerCommand(v string)

SetDockerContainerCommand gets a reference to the given string and assigns it to the DockerContainerCommand field.

func (*ReportMetadata) SetDockerContainerCreated ¶

func (o *ReportMetadata) SetDockerContainerCreated(v string)

SetDockerContainerCreated gets a reference to the given string and assigns it to the DockerContainerCreated field.

func (*ReportMetadata) SetDockerContainerIps ¶

func (o *ReportMetadata) SetDockerContainerIps(v []string)

SetDockerContainerIps gets a reference to the given []string and assigns it to the DockerContainerIps field.

func (*ReportMetadata) SetDockerContainerName ¶

func (o *ReportMetadata) SetDockerContainerName(v string)

SetDockerContainerName gets a reference to the given string and assigns it to the DockerContainerName field.

func (*ReportMetadata) SetDockerContainerNetworkMode ¶

func (o *ReportMetadata) SetDockerContainerNetworkMode(v string)

SetDockerContainerNetworkMode gets a reference to the given string and assigns it to the DockerContainerNetworkMode field.

func (*ReportMetadata) SetDockerContainerNetworks ¶

func (o *ReportMetadata) SetDockerContainerNetworks(v string)

SetDockerContainerNetworks gets a reference to the given string and assigns it to the DockerContainerNetworks field.

func (*ReportMetadata) SetDockerContainerPorts ¶

func (o *ReportMetadata) SetDockerContainerPorts(v string)

SetDockerContainerPorts gets a reference to the given string and assigns it to the DockerContainerPorts field.

func (*ReportMetadata) SetDockerContainerState ¶

func (o *ReportMetadata) SetDockerContainerState(v string)

SetDockerContainerState gets a reference to the given string and assigns it to the DockerContainerState field.

func (*ReportMetadata) SetDockerContainerStateHuman ¶

func (o *ReportMetadata) SetDockerContainerStateHuman(v string)

SetDockerContainerStateHuman gets a reference to the given string and assigns it to the DockerContainerStateHuman field.

func (*ReportMetadata) SetDockerEnv ¶

func (o *ReportMetadata) SetDockerEnv(v string)

SetDockerEnv gets a reference to the given string and assigns it to the DockerEnv field.

func (*ReportMetadata) SetDockerImageCreatedAt ¶

func (o *ReportMetadata) SetDockerImageCreatedAt(v string)

SetDockerImageCreatedAt gets a reference to the given string and assigns it to the DockerImageCreatedAt field.

func (*ReportMetadata) SetDockerImageId ¶

func (o *ReportMetadata) SetDockerImageId(v string)

SetDockerImageId gets a reference to the given string and assigns it to the DockerImageId field.

func (*ReportMetadata) SetDockerImageName ¶

func (o *ReportMetadata) SetDockerImageName(v string)

SetDockerImageName gets a reference to the given string and assigns it to the DockerImageName field.

func (*ReportMetadata) SetDockerImageNameWithTag ¶

func (o *ReportMetadata) SetDockerImageNameWithTag(v string)

SetDockerImageNameWithTag gets a reference to the given string and assigns it to the DockerImageNameWithTag field.

func (*ReportMetadata) SetDockerImageSize ¶

func (o *ReportMetadata) SetDockerImageSize(v string)

SetDockerImageSize gets a reference to the given string and assigns it to the DockerImageSize field.

func (*ReportMetadata) SetDockerImageTag ¶

func (o *ReportMetadata) SetDockerImageTag(v string)

SetDockerImageTag gets a reference to the given string and assigns it to the DockerImageTag field.

func (*ReportMetadata) SetDockerImageVirtualSize ¶

func (o *ReportMetadata) SetDockerImageVirtualSize(v string)

SetDockerImageVirtualSize gets a reference to the given string and assigns it to the DockerImageVirtualSize field.

func (*ReportMetadata) SetDockerLabel ¶

func (o *ReportMetadata) SetDockerLabel(v string)

SetDockerLabel gets a reference to the given string and assigns it to the DockerLabel field.

func (*ReportMetadata) SetHostName ¶

func (o *ReportMetadata) SetHostName(v string)

SetHostName gets a reference to the given string and assigns it to the HostName field.

func (*ReportMetadata) SetInstanceId ¶

func (o *ReportMetadata) SetInstanceId(v string)

SetInstanceId gets a reference to the given string and assigns it to the InstanceId field.

func (*ReportMetadata) SetInstanceType ¶

func (o *ReportMetadata) SetInstanceType(v string)

SetInstanceType gets a reference to the given string and assigns it to the InstanceType field.

func (*ReportMetadata) SetInterfaceIpMap ¶

func (o *ReportMetadata) SetInterfaceIpMap(v string)

SetInterfaceIpMap gets a reference to the given string and assigns it to the InterfaceIpMap field.

func (*ReportMetadata) SetInterfaceIps ¶

func (o *ReportMetadata) SetInterfaceIps(v []string)

SetInterfaceIps gets a reference to the given []string and assigns it to the InterfaceIps field.

func (*ReportMetadata) SetInterfaceNames ¶

func (o *ReportMetadata) SetInterfaceNames(v []string)

SetInterfaceNames gets a reference to the given []string and assigns it to the InterfaceNames field.

func (*ReportMetadata) SetIsConsoleVm ¶

func (o *ReportMetadata) SetIsConsoleVm(v bool)

SetIsConsoleVm gets a reference to the given bool and assigns it to the IsConsoleVm field.

func (*ReportMetadata) SetKernelId ¶

func (o *ReportMetadata) SetKernelId(v string)

SetKernelId gets a reference to the given string and assigns it to the KernelId field.

func (*ReportMetadata) SetKernelVersion ¶

func (o *ReportMetadata) SetKernelVersion(v string)

SetKernelVersion gets a reference to the given string and assigns it to the KernelVersion field.

func (*ReportMetadata) SetKubernetesClusterId ¶

func (o *ReportMetadata) SetKubernetesClusterId(v string)

SetKubernetesClusterId gets a reference to the given string and assigns it to the KubernetesClusterId field.

func (*ReportMetadata) SetKubernetesClusterName ¶

func (o *ReportMetadata) SetKubernetesClusterName(v string)

SetKubernetesClusterName gets a reference to the given string and assigns it to the KubernetesClusterName field.

func (*ReportMetadata) SetKubernetesCreated ¶

func (o *ReportMetadata) SetKubernetesCreated(v string)

SetKubernetesCreated gets a reference to the given string and assigns it to the KubernetesCreated field.

func (*ReportMetadata) SetKubernetesIngressIp ¶

func (o *ReportMetadata) SetKubernetesIngressIp(v []string)

SetKubernetesIngressIp gets a reference to the given []string and assigns it to the KubernetesIngressIp field.

func (*ReportMetadata) SetKubernetesIp ¶

func (o *ReportMetadata) SetKubernetesIp(v string)

SetKubernetesIp gets a reference to the given string and assigns it to the KubernetesIp field.

func (*ReportMetadata) SetKubernetesIsInHostNetwork ¶

func (o *ReportMetadata) SetKubernetesIsInHostNetwork(v bool)

SetKubernetesIsInHostNetwork gets a reference to the given bool and assigns it to the KubernetesIsInHostNetwork field.

func (*ReportMetadata) SetKubernetesLabels ¶

func (o *ReportMetadata) SetKubernetesLabels(v string)

SetKubernetesLabels gets a reference to the given string and assigns it to the KubernetesLabels field.

func (*ReportMetadata) SetKubernetesNamespace ¶

func (o *ReportMetadata) SetKubernetesNamespace(v string)

SetKubernetesNamespace gets a reference to the given string and assigns it to the KubernetesNamespace field.

func (*ReportMetadata) SetKubernetesPorts ¶

func (o *ReportMetadata) SetKubernetesPorts(v []string)

SetKubernetesPorts gets a reference to the given []string and assigns it to the KubernetesPorts field.

func (*ReportMetadata) SetKubernetesPublicIp ¶

func (o *ReportMetadata) SetKubernetesPublicIp(v string)

SetKubernetesPublicIp gets a reference to the given string and assigns it to the KubernetesPublicIp field.

func (*ReportMetadata) SetKubernetesState ¶

func (o *ReportMetadata) SetKubernetesState(v string)

SetKubernetesState gets a reference to the given string and assigns it to the KubernetesState field.

func (*ReportMetadata) SetKubernetesType ¶

func (o *ReportMetadata) SetKubernetesType(v string)

SetKubernetesType gets a reference to the given string and assigns it to the KubernetesType field.

func (*ReportMetadata) SetLocalCidr ¶

func (o *ReportMetadata) SetLocalCidr(v []string)

SetLocalCidr gets a reference to the given []string and assigns it to the LocalCidr field.

func (*ReportMetadata) SetLocalNetworks ¶

func (o *ReportMetadata) SetLocalNetworks(v []string)

SetLocalNetworks gets a reference to the given []string and assigns it to the LocalNetworks field.

func (*ReportMetadata) SetMemoryMax ¶

func (o *ReportMetadata) SetMemoryMax(v int32)

SetMemoryMax gets a reference to the given int32 and assigns it to the MemoryMax field.

func (*ReportMetadata) SetMemoryUsage ¶

func (o *ReportMetadata) SetMemoryUsage(v int32)

SetMemoryUsage gets a reference to the given int32 and assigns it to the MemoryUsage field.

func (*ReportMetadata) SetNodeId ¶

func (o *ReportMetadata) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*ReportMetadata) SetNodeName ¶

func (o *ReportMetadata) SetNodeName(v string)

SetNodeName gets a reference to the given string and assigns it to the NodeName field.

func (*ReportMetadata) SetNodeType ¶

func (o *ReportMetadata) SetNodeType(v string)

SetNodeType gets a reference to the given string and assigns it to the NodeType field.

func (*ReportMetadata) SetOpenFiles ¶

func (o *ReportMetadata) SetOpenFiles(v []string)

SetOpenFiles gets a reference to the given []string and assigns it to the OpenFiles field.

func (*ReportMetadata) SetOpenFilesCount ¶

func (o *ReportMetadata) SetOpenFilesCount(v int32)

SetOpenFilesCount gets a reference to the given int32 and assigns it to the OpenFilesCount field.

func (*ReportMetadata) SetOs ¶

func (o *ReportMetadata) SetOs(v string)

SetOs gets a reference to the given string and assigns it to the Os field.

func (*ReportMetadata) SetPid ¶

func (o *ReportMetadata) SetPid(v int32)

SetPid gets a reference to the given int32 and assigns it to the Pid field.

func (*ReportMetadata) SetPodId ¶

func (o *ReportMetadata) SetPodId(v string)

SetPodId gets a reference to the given string and assigns it to the PodId field.

func (*ReportMetadata) SetPodName ¶

func (o *ReportMetadata) SetPodName(v string)

SetPodName gets a reference to the given string and assigns it to the PodName field.

func (*ReportMetadata) SetPpid ¶

func (o *ReportMetadata) SetPpid(v int32)

SetPpid gets a reference to the given int32 and assigns it to the Ppid field.

func (*ReportMetadata) SetPrivateIp ¶

func (o *ReportMetadata) SetPrivateIp(v []string)

SetPrivateIp gets a reference to the given []string and assigns it to the PrivateIp field.

func (*ReportMetadata) SetPseudo ¶

func (o *ReportMetadata) SetPseudo(v bool)

SetPseudo gets a reference to the given bool and assigns it to the Pseudo field.

func (*ReportMetadata) SetPublicIp ¶

func (o *ReportMetadata) SetPublicIp(v []string)

SetPublicIp gets a reference to the given []string and assigns it to the PublicIp field.

func (*ReportMetadata) SetResourceGroup ¶

func (o *ReportMetadata) SetResourceGroup(v string)

SetResourceGroup gets a reference to the given string and assigns it to the ResourceGroup field.

func (*ReportMetadata) SetShortName ¶

func (o *ReportMetadata) SetShortName(v string)

SetShortName gets a reference to the given string and assigns it to the ShortName field.

func (*ReportMetadata) SetTags ¶

func (o *ReportMetadata) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*ReportMetadata) SetThreads ¶

func (o *ReportMetadata) SetThreads(v int32)

SetThreads gets a reference to the given int32 and assigns it to the Threads field.

func (*ReportMetadata) SetTimestamp ¶

func (o *ReportMetadata) SetTimestamp(v string)

SetTimestamp gets a reference to the given string and assigns it to the Timestamp field.

func (*ReportMetadata) SetUptime ¶

func (o *ReportMetadata) SetUptime(v int32)

SetUptime gets a reference to the given int32 and assigns it to the Uptime field.

func (*ReportMetadata) SetUserDefinedTags ¶

func (o *ReportMetadata) SetUserDefinedTags(v []string)

SetUserDefinedTags gets a reference to the given []string and assigns it to the UserDefinedTags field.

func (*ReportMetadata) SetVersion ¶

func (o *ReportMetadata) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (ReportMetadata) ToMap ¶

func (o ReportMetadata) ToMap() (map[string]interface{}, error)

type ReportRawReport ¶

type ReportRawReport struct {
	Payload string `json:"payload"`
}

ReportRawReport struct for ReportRawReport

func NewReportRawReport ¶

func NewReportRawReport(payload string) *ReportRawReport

NewReportRawReport instantiates a new ReportRawReport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportRawReportWithDefaults ¶

func NewReportRawReportWithDefaults() *ReportRawReport

NewReportRawReportWithDefaults instantiates a new ReportRawReport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportRawReport) GetPayload ¶

func (o *ReportRawReport) GetPayload() string

GetPayload returns the Payload field value

func (*ReportRawReport) GetPayloadOk ¶

func (o *ReportRawReport) GetPayloadOk() (*string, bool)

GetPayloadOk returns a tuple with the Payload field value and a boolean to check if the value has been set.

func (ReportRawReport) MarshalJSON ¶

func (o ReportRawReport) MarshalJSON() ([]byte, error)

func (*ReportRawReport) SetPayload ¶

func (o *ReportRawReport) SetPayload(v string)

SetPayload sets field value

func (ReportRawReport) ToMap ¶

func (o ReportRawReport) ToMap() (map[string]interface{}, error)

func (*ReportRawReport) UnmarshalJSON ¶

func (o *ReportRawReport) UnmarshalJSON(bytes []byte) (err error)

type ReportersCompareFilter ¶

type ReportersCompareFilter struct {
	FieldName   string      `json:"field_name"`
	FieldValue  interface{} `json:"field_value"`
	GreaterThan bool        `json:"greater_than"`
}

ReportersCompareFilter struct for ReportersCompareFilter

func NewReportersCompareFilter ¶

func NewReportersCompareFilter(fieldName string, fieldValue interface{}, greaterThan bool) *ReportersCompareFilter

NewReportersCompareFilter instantiates a new ReportersCompareFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportersCompareFilterWithDefaults ¶

func NewReportersCompareFilterWithDefaults() *ReportersCompareFilter

NewReportersCompareFilterWithDefaults instantiates a new ReportersCompareFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportersCompareFilter) GetFieldName ¶

func (o *ReportersCompareFilter) GetFieldName() string

GetFieldName returns the FieldName field value

func (*ReportersCompareFilter) GetFieldNameOk ¶

func (o *ReportersCompareFilter) GetFieldNameOk() (*string, bool)

GetFieldNameOk returns a tuple with the FieldName field value and a boolean to check if the value has been set.

func (*ReportersCompareFilter) GetFieldValue ¶

func (o *ReportersCompareFilter) GetFieldValue() interface{}

GetFieldValue returns the FieldValue field value If the value is explicit nil, the zero value for interface{} will be returned

func (*ReportersCompareFilter) GetFieldValueOk ¶

func (o *ReportersCompareFilter) GetFieldValueOk() (*interface{}, bool)

GetFieldValueOk returns a tuple with the FieldValue field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReportersCompareFilter) GetGreaterThan ¶

func (o *ReportersCompareFilter) GetGreaterThan() bool

GetGreaterThan returns the GreaterThan field value

func (*ReportersCompareFilter) GetGreaterThanOk ¶

func (o *ReportersCompareFilter) GetGreaterThanOk() (*bool, bool)

GetGreaterThanOk returns a tuple with the GreaterThan field value and a boolean to check if the value has been set.

func (ReportersCompareFilter) MarshalJSON ¶

func (o ReportersCompareFilter) MarshalJSON() ([]byte, error)

func (*ReportersCompareFilter) SetFieldName ¶

func (o *ReportersCompareFilter) SetFieldName(v string)

SetFieldName sets field value

func (*ReportersCompareFilter) SetFieldValue ¶

func (o *ReportersCompareFilter) SetFieldValue(v interface{})

SetFieldValue sets field value

func (*ReportersCompareFilter) SetGreaterThan ¶

func (o *ReportersCompareFilter) SetGreaterThan(v bool)

SetGreaterThan sets field value

func (ReportersCompareFilter) ToMap ¶

func (o ReportersCompareFilter) ToMap() (map[string]interface{}, error)

func (*ReportersCompareFilter) UnmarshalJSON ¶

func (o *ReportersCompareFilter) UnmarshalJSON(bytes []byte) (err error)

type ReportersContainsFilter ¶

type ReportersContainsFilter struct {
	FilterIn map[string][]interface{} `json:"filter_in"`
}

ReportersContainsFilter struct for ReportersContainsFilter

func NewReportersContainsFilter ¶

func NewReportersContainsFilter(filterIn map[string][]interface{}) *ReportersContainsFilter

NewReportersContainsFilter instantiates a new ReportersContainsFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportersContainsFilterWithDefaults ¶

func NewReportersContainsFilterWithDefaults() *ReportersContainsFilter

NewReportersContainsFilterWithDefaults instantiates a new ReportersContainsFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportersContainsFilter) GetFilterIn ¶

func (o *ReportersContainsFilter) GetFilterIn() map[string][]interface{}

GetFilterIn returns the FilterIn field value If the value is explicit nil, the zero value for map[string][]interface{} will be returned

func (*ReportersContainsFilter) GetFilterInOk ¶

func (o *ReportersContainsFilter) GetFilterInOk() (*map[string][]interface{}, bool)

GetFilterInOk returns a tuple with the FilterIn field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ReportersContainsFilter) MarshalJSON ¶

func (o ReportersContainsFilter) MarshalJSON() ([]byte, error)

func (*ReportersContainsFilter) SetFilterIn ¶

func (o *ReportersContainsFilter) SetFilterIn(v map[string][]interface{})

SetFilterIn sets field value

func (ReportersContainsFilter) ToMap ¶

func (o ReportersContainsFilter) ToMap() (map[string]interface{}, error)

func (*ReportersContainsFilter) UnmarshalJSON ¶

func (o *ReportersContainsFilter) UnmarshalJSON(bytes []byte) (err error)

type ReportersFieldsFilters ¶

type ReportersFieldsFilters struct {
	CompareFilter         []ReportersCompareFilter `json:"compare_filter"`
	ContainsFilter        ReportersContainsFilter  `json:"contains_filter"`
	ContainsInArrayFilter *ReportersContainsFilter `json:"contains_in_array_filter,omitempty"`
	MatchFilter           ReportersMatchFilter     `json:"match_filter"`
	MatchInArrayFilter    *ReportersMatchFilter    `json:"match_in_array_filter,omitempty"`
	NotContainsFilter     *ReportersContainsFilter `json:"not_contains_filter,omitempty"`
	OrderFilter           ReportersOrderFilter     `json:"order_filter"`
}

ReportersFieldsFilters struct for ReportersFieldsFilters

func NewReportersFieldsFilters ¶

func NewReportersFieldsFilters(compareFilter []ReportersCompareFilter, containsFilter ReportersContainsFilter, matchFilter ReportersMatchFilter, orderFilter ReportersOrderFilter) *ReportersFieldsFilters

NewReportersFieldsFilters instantiates a new ReportersFieldsFilters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportersFieldsFiltersWithDefaults ¶

func NewReportersFieldsFiltersWithDefaults() *ReportersFieldsFilters

NewReportersFieldsFiltersWithDefaults instantiates a new ReportersFieldsFilters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportersFieldsFilters) GetCompareFilter ¶

func (o *ReportersFieldsFilters) GetCompareFilter() []ReportersCompareFilter

GetCompareFilter returns the CompareFilter field value If the value is explicit nil, the zero value for []ReportersCompareFilter will be returned

func (*ReportersFieldsFilters) GetCompareFilterOk ¶

func (o *ReportersFieldsFilters) GetCompareFilterOk() ([]ReportersCompareFilter, bool)

GetCompareFilterOk returns a tuple with the CompareFilter field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReportersFieldsFilters) GetContainsFilter ¶

func (o *ReportersFieldsFilters) GetContainsFilter() ReportersContainsFilter

GetContainsFilter returns the ContainsFilter field value

func (*ReportersFieldsFilters) GetContainsFilterOk ¶

func (o *ReportersFieldsFilters) GetContainsFilterOk() (*ReportersContainsFilter, bool)

GetContainsFilterOk returns a tuple with the ContainsFilter field value and a boolean to check if the value has been set.

func (*ReportersFieldsFilters) GetContainsInArrayFilter ¶

func (o *ReportersFieldsFilters) GetContainsInArrayFilter() ReportersContainsFilter

GetContainsInArrayFilter returns the ContainsInArrayFilter field value if set, zero value otherwise.

func (*ReportersFieldsFilters) GetContainsInArrayFilterOk ¶

func (o *ReportersFieldsFilters) GetContainsInArrayFilterOk() (*ReportersContainsFilter, bool)

GetContainsInArrayFilterOk returns a tuple with the ContainsInArrayFilter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportersFieldsFilters) GetMatchFilter ¶

func (o *ReportersFieldsFilters) GetMatchFilter() ReportersMatchFilter

GetMatchFilter returns the MatchFilter field value

func (*ReportersFieldsFilters) GetMatchFilterOk ¶

func (o *ReportersFieldsFilters) GetMatchFilterOk() (*ReportersMatchFilter, bool)

GetMatchFilterOk returns a tuple with the MatchFilter field value and a boolean to check if the value has been set.

func (*ReportersFieldsFilters) GetMatchInArrayFilter ¶

func (o *ReportersFieldsFilters) GetMatchInArrayFilter() ReportersMatchFilter

GetMatchInArrayFilter returns the MatchInArrayFilter field value if set, zero value otherwise.

func (*ReportersFieldsFilters) GetMatchInArrayFilterOk ¶

func (o *ReportersFieldsFilters) GetMatchInArrayFilterOk() (*ReportersMatchFilter, bool)

GetMatchInArrayFilterOk returns a tuple with the MatchInArrayFilter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportersFieldsFilters) GetNotContainsFilter ¶

func (o *ReportersFieldsFilters) GetNotContainsFilter() ReportersContainsFilter

GetNotContainsFilter returns the NotContainsFilter field value if set, zero value otherwise.

func (*ReportersFieldsFilters) GetNotContainsFilterOk ¶

func (o *ReportersFieldsFilters) GetNotContainsFilterOk() (*ReportersContainsFilter, bool)

GetNotContainsFilterOk returns a tuple with the NotContainsFilter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportersFieldsFilters) GetOrderFilter ¶

func (o *ReportersFieldsFilters) GetOrderFilter() ReportersOrderFilter

GetOrderFilter returns the OrderFilter field value

func (*ReportersFieldsFilters) GetOrderFilterOk ¶

func (o *ReportersFieldsFilters) GetOrderFilterOk() (*ReportersOrderFilter, bool)

GetOrderFilterOk returns a tuple with the OrderFilter field value and a boolean to check if the value has been set.

func (*ReportersFieldsFilters) HasContainsInArrayFilter ¶

func (o *ReportersFieldsFilters) HasContainsInArrayFilter() bool

HasContainsInArrayFilter returns a boolean if a field has been set.

func (*ReportersFieldsFilters) HasMatchInArrayFilter ¶

func (o *ReportersFieldsFilters) HasMatchInArrayFilter() bool

HasMatchInArrayFilter returns a boolean if a field has been set.

func (*ReportersFieldsFilters) HasNotContainsFilter ¶

func (o *ReportersFieldsFilters) HasNotContainsFilter() bool

HasNotContainsFilter returns a boolean if a field has been set.

func (ReportersFieldsFilters) MarshalJSON ¶

func (o ReportersFieldsFilters) MarshalJSON() ([]byte, error)

func (*ReportersFieldsFilters) SetCompareFilter ¶

func (o *ReportersFieldsFilters) SetCompareFilter(v []ReportersCompareFilter)

SetCompareFilter sets field value

func (*ReportersFieldsFilters) SetContainsFilter ¶

func (o *ReportersFieldsFilters) SetContainsFilter(v ReportersContainsFilter)

SetContainsFilter sets field value

func (*ReportersFieldsFilters) SetContainsInArrayFilter ¶

func (o *ReportersFieldsFilters) SetContainsInArrayFilter(v ReportersContainsFilter)

SetContainsInArrayFilter gets a reference to the given ReportersContainsFilter and assigns it to the ContainsInArrayFilter field.

func (*ReportersFieldsFilters) SetMatchFilter ¶

func (o *ReportersFieldsFilters) SetMatchFilter(v ReportersMatchFilter)

SetMatchFilter sets field value

func (*ReportersFieldsFilters) SetMatchInArrayFilter ¶

func (o *ReportersFieldsFilters) SetMatchInArrayFilter(v ReportersMatchFilter)

SetMatchInArrayFilter gets a reference to the given ReportersMatchFilter and assigns it to the MatchInArrayFilter field.

func (*ReportersFieldsFilters) SetNotContainsFilter ¶

func (o *ReportersFieldsFilters) SetNotContainsFilter(v ReportersContainsFilter)

SetNotContainsFilter gets a reference to the given ReportersContainsFilter and assigns it to the NotContainsFilter field.

func (*ReportersFieldsFilters) SetOrderFilter ¶

func (o *ReportersFieldsFilters) SetOrderFilter(v ReportersOrderFilter)

SetOrderFilter sets field value

func (ReportersFieldsFilters) ToMap ¶

func (o ReportersFieldsFilters) ToMap() (map[string]interface{}, error)

func (*ReportersFieldsFilters) UnmarshalJSON ¶

func (o *ReportersFieldsFilters) UnmarshalJSON(bytes []byte) (err error)

type ReportersMatchFilter ¶

type ReportersMatchFilter struct {
	FilterIn map[string][]interface{} `json:"filter_in"`
}

ReportersMatchFilter struct for ReportersMatchFilter

func NewReportersMatchFilter ¶

func NewReportersMatchFilter(filterIn map[string][]interface{}) *ReportersMatchFilter

NewReportersMatchFilter instantiates a new ReportersMatchFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportersMatchFilterWithDefaults ¶

func NewReportersMatchFilterWithDefaults() *ReportersMatchFilter

NewReportersMatchFilterWithDefaults instantiates a new ReportersMatchFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportersMatchFilter) GetFilterIn ¶

func (o *ReportersMatchFilter) GetFilterIn() map[string][]interface{}

GetFilterIn returns the FilterIn field value If the value is explicit nil, the zero value for map[string][]interface{} will be returned

func (*ReportersMatchFilter) GetFilterInOk ¶

func (o *ReportersMatchFilter) GetFilterInOk() (*map[string][]interface{}, bool)

GetFilterInOk returns a tuple with the FilterIn field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ReportersMatchFilter) MarshalJSON ¶

func (o ReportersMatchFilter) MarshalJSON() ([]byte, error)

func (*ReportersMatchFilter) SetFilterIn ¶

func (o *ReportersMatchFilter) SetFilterIn(v map[string][]interface{})

SetFilterIn sets field value

func (ReportersMatchFilter) ToMap ¶

func (o ReportersMatchFilter) ToMap() (map[string]interface{}, error)

func (*ReportersMatchFilter) UnmarshalJSON ¶

func (o *ReportersMatchFilter) UnmarshalJSON(bytes []byte) (err error)

type ReportersOrderFilter ¶

type ReportersOrderFilter struct {
	OrderFields []ReportersOrderSpec `json:"order_fields"`
}

ReportersOrderFilter struct for ReportersOrderFilter

func NewReportersOrderFilter ¶

func NewReportersOrderFilter(orderFields []ReportersOrderSpec) *ReportersOrderFilter

NewReportersOrderFilter instantiates a new ReportersOrderFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportersOrderFilterWithDefaults ¶

func NewReportersOrderFilterWithDefaults() *ReportersOrderFilter

NewReportersOrderFilterWithDefaults instantiates a new ReportersOrderFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportersOrderFilter) GetOrderFields ¶

func (o *ReportersOrderFilter) GetOrderFields() []ReportersOrderSpec

GetOrderFields returns the OrderFields field value If the value is explicit nil, the zero value for []ReportersOrderSpec will be returned

func (*ReportersOrderFilter) GetOrderFieldsOk ¶

func (o *ReportersOrderFilter) GetOrderFieldsOk() ([]ReportersOrderSpec, bool)

GetOrderFieldsOk returns a tuple with the OrderFields field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ReportersOrderFilter) MarshalJSON ¶

func (o ReportersOrderFilter) MarshalJSON() ([]byte, error)

func (*ReportersOrderFilter) SetOrderFields ¶

func (o *ReportersOrderFilter) SetOrderFields(v []ReportersOrderSpec)

SetOrderFields sets field value

func (ReportersOrderFilter) ToMap ¶

func (o ReportersOrderFilter) ToMap() (map[string]interface{}, error)

func (*ReportersOrderFilter) UnmarshalJSON ¶

func (o *ReportersOrderFilter) UnmarshalJSON(bytes []byte) (err error)

type ReportersOrderSpec ¶

type ReportersOrderSpec struct {
	Descending bool   `json:"descending"`
	FieldName  string `json:"field_name"`
	Size       *int32 `json:"size,omitempty"`
}

ReportersOrderSpec struct for ReportersOrderSpec

func NewReportersOrderSpec ¶

func NewReportersOrderSpec(descending bool, fieldName string) *ReportersOrderSpec

NewReportersOrderSpec instantiates a new ReportersOrderSpec object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportersOrderSpecWithDefaults ¶

func NewReportersOrderSpecWithDefaults() *ReportersOrderSpec

NewReportersOrderSpecWithDefaults instantiates a new ReportersOrderSpec object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportersOrderSpec) GetDescending ¶

func (o *ReportersOrderSpec) GetDescending() bool

GetDescending returns the Descending field value

func (*ReportersOrderSpec) GetDescendingOk ¶

func (o *ReportersOrderSpec) GetDescendingOk() (*bool, bool)

GetDescendingOk returns a tuple with the Descending field value and a boolean to check if the value has been set.

func (*ReportersOrderSpec) GetFieldName ¶

func (o *ReportersOrderSpec) GetFieldName() string

GetFieldName returns the FieldName field value

func (*ReportersOrderSpec) GetFieldNameOk ¶

func (o *ReportersOrderSpec) GetFieldNameOk() (*string, bool)

GetFieldNameOk returns a tuple with the FieldName field value and a boolean to check if the value has been set.

func (*ReportersOrderSpec) GetSize ¶

func (o *ReportersOrderSpec) GetSize() int32

GetSize returns the Size field value if set, zero value otherwise.

func (*ReportersOrderSpec) GetSizeOk ¶

func (o *ReportersOrderSpec) GetSizeOk() (*int32, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportersOrderSpec) HasSize ¶

func (o *ReportersOrderSpec) HasSize() bool

HasSize returns a boolean if a field has been set.

func (ReportersOrderSpec) MarshalJSON ¶

func (o ReportersOrderSpec) MarshalJSON() ([]byte, error)

func (*ReportersOrderSpec) SetDescending ¶

func (o *ReportersOrderSpec) SetDescending(v bool)

SetDescending sets field value

func (*ReportersOrderSpec) SetFieldName ¶

func (o *ReportersOrderSpec) SetFieldName(v string)

SetFieldName sets field value

func (*ReportersOrderSpec) SetSize ¶

func (o *ReportersOrderSpec) SetSize(v int32)

SetSize gets a reference to the given int32 and assigns it to the Size field.

func (ReportersOrderSpec) ToMap ¶

func (o ReportersOrderSpec) ToMap() (map[string]interface{}, error)

func (*ReportersOrderSpec) UnmarshalJSON ¶

func (o *ReportersOrderSpec) UnmarshalJSON(bytes []byte) (err error)

type ReportsAPIService ¶

type ReportsAPIService service

ReportsAPIService ReportsAPI service

func (*ReportsAPIService) DeleteReport ¶

func (a *ReportsAPIService) DeleteReport(ctx context.Context, reportId string) ApiDeleteReportRequest

DeleteReport Delete Report

delete report for given report_id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param reportId
@return ApiDeleteReportRequest

func (*ReportsAPIService) DeleteReportExecute ¶

func (a *ReportsAPIService) DeleteReportExecute(r ApiDeleteReportRequest) (*http.Response, error)

Execute executes the request

func (*ReportsAPIService) GenerateReport ¶

GenerateReport Generate Report

generate report for given type and filters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGenerateReportRequest

func (*ReportsAPIService) GenerateReportExecute ¶

Execute executes the request

@return ModelGenerateReportResp

func (*ReportsAPIService) GetReport ¶

func (a *ReportsAPIService) GetReport(ctx context.Context, reportId string) ApiGetReportRequest

GetReport Get Report

get report by report_id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param reportId
@return ApiGetReportRequest

func (*ReportsAPIService) GetReportExecute ¶

Execute executes the request

@return ModelExportReport

func (*ReportsAPIService) ListReports ¶

ListReports List Reports

List all the available reports

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListReportsRequest

func (*ReportsAPIService) ListReportsExecute ¶

Execute executes the request

@return []ModelExportReport

type ScanResultsAPIService ¶

type ScanResultsAPIService service

ScanResultsAPIService ScanResultsAPI service

func (*ScanResultsAPIService) BulkDeleteScans ¶

BulkDeleteScans Bulk Delete Scans

Bulk delete scans along with their results for a particular scan type

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiBulkDeleteScansRequest

func (*ScanResultsAPIService) BulkDeleteScansExecute ¶

func (a *ScanResultsAPIService) BulkDeleteScansExecute(r ApiBulkDeleteScansRequest) (*http.Response, error)

Execute executes the request

func (*ScanResultsAPIService) DeleteScanResult ¶

DeleteScanResult Delete selected scan results

Delete selected scan results

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteScanResultRequest

func (*ScanResultsAPIService) DeleteScanResultExecute ¶

func (a *ScanResultsAPIService) DeleteScanResultExecute(r ApiDeleteScanResultRequest) (*http.Response, error)

Execute executes the request

func (*ScanResultsAPIService) DeleteScanResultsForScanID ¶

func (a *ScanResultsAPIService) DeleteScanResultsForScanID(ctx context.Context, scanId string, scanType string) ApiDeleteScanResultsForScanIDRequest

DeleteScanResultsForScanID Delete all scan results for a scan id

Delete all scan results for a scan id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param scanId
@param scanType
@return ApiDeleteScanResultsForScanIDRequest

func (*ScanResultsAPIService) DeleteScanResultsForScanIDExecute ¶

func (a *ScanResultsAPIService) DeleteScanResultsForScanIDExecute(r ApiDeleteScanResultsForScanIDRequest) (*http.Response, error)

Execute executes the request

func (*ScanResultsAPIService) DownloadScanResults ¶

func (a *ScanResultsAPIService) DownloadScanResults(ctx context.Context, scanId string, scanType string) ApiDownloadScanResultsRequest

DownloadScanResults Download Scans Results

Download scan results

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param scanId
@param scanType
@return ApiDownloadScanResultsRequest

func (*ScanResultsAPIService) DownloadScanResultsExecute ¶

Execute executes the request

@return ModelDownloadScanResultsResponse

func (*ScanResultsAPIService) GetAllNodesInScanResults ¶

GetAllNodesInScanResults Get all nodes in given scan result ids

Get all nodes in given scan result ids

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAllNodesInScanResultsRequest

func (*ScanResultsAPIService) GetAllNodesInScanResultsExecute ¶

Execute executes the request

@return []ModelScanResultBasicNode

func (*ScanResultsAPIService) MaskScanResult ¶

MaskScanResult Mask Scans Results

Mask scan results

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiMaskScanResultRequest

func (*ScanResultsAPIService) MaskScanResultExecute ¶

func (a *ScanResultsAPIService) MaskScanResultExecute(r ApiMaskScanResultRequest) (*http.Response, error)

Execute executes the request

func (*ScanResultsAPIService) NotifyScanResult ¶

NotifyScanResult Notify Scans Results

Notify scan results in connected integration channels

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiNotifyScanResultRequest

func (*ScanResultsAPIService) NotifyScanResultExecute ¶

func (a *ScanResultsAPIService) NotifyScanResultExecute(r ApiNotifyScanResultRequest) (*http.Response, error)

Execute executes the request

func (*ScanResultsAPIService) UnmaskScanResult ¶

UnmaskScanResult Unmask Scans Results

Unmask scan results

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUnmaskScanResultRequest

func (*ScanResultsAPIService) UnmaskScanResultExecute ¶

func (a *ScanResultsAPIService) UnmaskScanResultExecute(r ApiUnmaskScanResultRequest) (*http.Response, error)

Execute executes the request

type SearchAPIService ¶

type SearchAPIService service

SearchAPIService SearchAPI service

func (*SearchAPIService) CountCloudAccounts ¶

func (a *SearchAPIService) CountCloudAccounts(ctx context.Context) ApiCountCloudAccountsRequest

CountCloudAccounts Count Cloud Nodes

Search across all the data associated with cloud nodes

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountCloudAccountsRequest

func (*SearchAPIService) CountCloudAccountsExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountCloudComplianceScans ¶

func (a *SearchAPIService) CountCloudComplianceScans(ctx context.Context) ApiCountCloudComplianceScansRequest

CountCloudComplianceScans Count Cloud Compliance Scan results

Count across all the data associated with cloud-compliance scans

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountCloudComplianceScansRequest

func (*SearchAPIService) CountCloudComplianceScansExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountCloudCompliances ¶

func (a *SearchAPIService) CountCloudCompliances(ctx context.Context) ApiCountCloudCompliancesRequest

CountCloudCompliances Count Cloud compliances

Count across all the data ssociated with cloud compliances

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountCloudCompliancesRequest

func (*SearchAPIService) CountCloudCompliancesExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountCloudResources ¶

func (a *SearchAPIService) CountCloudResources(ctx context.Context) ApiCountCloudResourcesRequest

CountCloudResources Count Cloud resources

Count across all the data ssociated with cloud resources

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountCloudResourcesRequest

func (*SearchAPIService) CountCloudResourcesExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountComplianceRules ¶

func (a *SearchAPIService) CountComplianceRules(ctx context.Context) ApiCountComplianceRulesRequest

CountComplianceRules Count Compliance Rules

Count across all the data associated with compliance rules

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountComplianceRulesRequest

func (*SearchAPIService) CountComplianceRulesExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountComplianceScans ¶

func (a *SearchAPIService) CountComplianceScans(ctx context.Context) ApiCountComplianceScansRequest

CountComplianceScans Count Compliance Scan results

Count across all the data associated with compliance scans

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountComplianceScansRequest

func (*SearchAPIService) CountComplianceScansExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountCompliances ¶

CountCompliances Count Compliances

Count across all the data associated with compliances

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountCompliancesRequest

func (*SearchAPIService) CountCompliancesExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountContainerImages ¶

func (a *SearchAPIService) CountContainerImages(ctx context.Context) ApiCountContainerImagesRequest

CountContainerImages Count Container images

Count across all the data associated with container images

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountContainerImagesRequest

func (*SearchAPIService) CountContainerImagesExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountContainers ¶

CountContainers Count Containers data

Count across all the data associated with containers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountContainersRequest

func (*SearchAPIService) CountContainersExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountHosts ¶

CountHosts Count hosts

Count across all the data associated with hosts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountHostsRequest

func (*SearchAPIService) CountHostsExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountKubernetesClusters ¶

func (a *SearchAPIService) CountKubernetesClusters(ctx context.Context) ApiCountKubernetesClustersRequest

CountKubernetesClusters Count Kubernetes clusters

Count across all the data ssociated with kubernetes clusters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountKubernetesClustersRequest

func (*SearchAPIService) CountKubernetesClustersExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountMalwareRules ¶

func (a *SearchAPIService) CountMalwareRules(ctx context.Context) ApiCountMalwareRulesRequest

CountMalwareRules Count Malware Rules

Count across all the data associated with malware rules

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountMalwareRulesRequest

func (*SearchAPIService) CountMalwareRulesExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountMalwareScans ¶

func (a *SearchAPIService) CountMalwareScans(ctx context.Context) ApiCountMalwareScansRequest

CountMalwareScans Count Malware Scan results

Count across all the data associated with malware scans

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountMalwareScansRequest

func (*SearchAPIService) CountMalwareScansExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountMalwares ¶

CountMalwares Count Malwares

Count across all the data associated with malwares

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountMalwaresRequest

func (*SearchAPIService) CountMalwaresExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountNodes ¶

CountNodes Count nodes

Count hosts, containers, pods, k8s clusters, images

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountNodesRequest

func (*SearchAPIService) CountNodesExecute ¶

Execute executes the request

@return SearchNodeCountResp

func (*SearchAPIService) CountPods ¶

CountPods Count Pods

Count across all the data associated with pods

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountPodsRequest

func (*SearchAPIService) CountPodsExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountSecretRules ¶

CountSecretRules Count Secret Rules

Count across all the data associated with secret rules

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountSecretRulesRequest

func (*SearchAPIService) CountSecretRulesExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountSecrets ¶

CountSecrets Count Secrets

Count across all the data associated with secrets

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountSecretsRequest

func (*SearchAPIService) CountSecretsExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountSecretsScans ¶

func (a *SearchAPIService) CountSecretsScans(ctx context.Context) ApiCountSecretsScansRequest

CountSecretsScans Count Secret Scan results

Count across all the data associated with secret scans

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountSecretsScansRequest

func (*SearchAPIService) CountSecretsScansExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountVulnerabilities ¶

func (a *SearchAPIService) CountVulnerabilities(ctx context.Context) ApiCountVulnerabilitiesRequest

CountVulnerabilities Count Vulnerabilities

Search across all the data associated with vulnerabilities

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountVulnerabilitiesRequest

func (*SearchAPIService) CountVulnerabilitiesExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountVulnerabilityRules ¶

func (a *SearchAPIService) CountVulnerabilityRules(ctx context.Context) ApiCountVulnerabilityRulesRequest

CountVulnerabilityRules Count Vulnerability Rules

Count across all the data associated with vulnerability rules

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountVulnerabilityRulesRequest

func (*SearchAPIService) CountVulnerabilityRulesExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) CountVulnerabilityScans ¶

func (a *SearchAPIService) CountVulnerabilityScans(ctx context.Context) ApiCountVulnerabilityScansRequest

CountVulnerabilityScans Count Vulnerability Scan results

Count across all the data associated with vulnerability scans

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountVulnerabilityScansRequest

func (*SearchAPIService) CountVulnerabilityScansExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SearchAPIService) GetCloudComplianceFilters ¶

func (a *SearchAPIService) GetCloudComplianceFilters(ctx context.Context) ApiGetCloudComplianceFiltersRequest

GetCloudComplianceFilters Get Cloud Compliance Filters

Get all applicable filter values for cloud compliance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCloudComplianceFiltersRequest

func (*SearchAPIService) GetCloudComplianceFiltersExecute ¶

func (a *SearchAPIService) GetCloudComplianceFiltersExecute(r ApiGetCloudComplianceFiltersRequest) (*ModelFiltersResult, *http.Response, error)

Execute executes the request

@return ModelFiltersResult

func (*SearchAPIService) GetComplianceFilters ¶

func (a *SearchAPIService) GetComplianceFilters(ctx context.Context) ApiGetComplianceFiltersRequest

GetComplianceFilters Get Compliance Filters

Get all applicable filter values for compliance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetComplianceFiltersRequest

func (*SearchAPIService) GetComplianceFiltersExecute ¶

func (a *SearchAPIService) GetComplianceFiltersExecute(r ApiGetComplianceFiltersRequest) (*ModelFiltersResult, *http.Response, error)

Execute executes the request

@return ModelFiltersResult

func (*SearchAPIService) SearchCloudAccounts ¶

func (a *SearchAPIService) SearchCloudAccounts(ctx context.Context) ApiSearchCloudAccountsRequest

SearchCloudAccounts Search Cloud Nodes

Search across all the data associated with cloud nodes

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchCloudAccountsRequest

func (*SearchAPIService) SearchCloudAccountsExecute ¶

Execute executes the request

@return []ModelCloudNodeAccountInfo

func (*SearchAPIService) SearchCloudComplianceScans ¶

func (a *SearchAPIService) SearchCloudComplianceScans(ctx context.Context) ApiSearchCloudComplianceScansRequest

SearchCloudComplianceScans Search Cloud Compliance Scan results

Search across all the data associated with cloud-compliance scan

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchCloudComplianceScansRequest

func (*SearchAPIService) SearchCloudComplianceScansExecute ¶

func (a *SearchAPIService) SearchCloudComplianceScansExecute(r ApiSearchCloudComplianceScansRequest) ([]ModelScanInfo, *http.Response, error)

Execute executes the request

@return []ModelScanInfo

func (*SearchAPIService) SearchCloudCompliances ¶

func (a *SearchAPIService) SearchCloudCompliances(ctx context.Context) ApiSearchCloudCompliancesRequest

SearchCloudCompliances Search Cloud compliances

Search across all the data associated with cloud-compliances

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchCloudCompliancesRequest

func (*SearchAPIService) SearchCloudCompliancesExecute ¶

func (a *SearchAPIService) SearchCloudCompliancesExecute(r ApiSearchCloudCompliancesRequest) ([]ModelCloudCompliance, *http.Response, error)

Execute executes the request

@return []ModelCloudCompliance

func (*SearchAPIService) SearchCloudResources ¶

func (a *SearchAPIService) SearchCloudResources(ctx context.Context) ApiSearchCloudResourcesRequest

SearchCloudResources Search Cloud Resources

Search across all data associated with CloudResources

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchCloudResourcesRequest

func (*SearchAPIService) SearchCloudResourcesExecute ¶

func (a *SearchAPIService) SearchCloudResourcesExecute(r ApiSearchCloudResourcesRequest) ([]ModelCloudResource, *http.Response, error)

Execute executes the request

@return []ModelCloudResource

func (*SearchAPIService) SearchComplianceRules ¶

func (a *SearchAPIService) SearchComplianceRules(ctx context.Context) ApiSearchComplianceRulesRequest

SearchComplianceRules Search Compliance Rules

Search across all the data associated with compliance rules

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchComplianceRulesRequest

func (*SearchAPIService) SearchComplianceRulesExecute ¶

func (a *SearchAPIService) SearchComplianceRulesExecute(r ApiSearchComplianceRulesRequest) ([]ModelComplianceRule, *http.Response, error)

Execute executes the request

@return []ModelComplianceRule

func (*SearchAPIService) SearchComplianceScans ¶

func (a *SearchAPIService) SearchComplianceScans(ctx context.Context) ApiSearchComplianceScansRequest

SearchComplianceScans Search Compliance Scan results

Search across all the data associated with compliance scan

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchComplianceScansRequest

func (*SearchAPIService) SearchComplianceScansExecute ¶

func (a *SearchAPIService) SearchComplianceScansExecute(r ApiSearchComplianceScansRequest) ([]ModelScanInfo, *http.Response, error)

Execute executes the request

@return []ModelScanInfo

func (*SearchAPIService) SearchCompliances ¶

func (a *SearchAPIService) SearchCompliances(ctx context.Context) ApiSearchCompliancesRequest

SearchCompliances Search Compliances

Search across all the data associated with compliances

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchCompliancesRequest

func (*SearchAPIService) SearchCompliancesExecute ¶

func (a *SearchAPIService) SearchCompliancesExecute(r ApiSearchCompliancesRequest) ([]ModelCompliance, *http.Response, error)

Execute executes the request

@return []ModelCompliance

func (*SearchAPIService) SearchContainerImages ¶

func (a *SearchAPIService) SearchContainerImages(ctx context.Context) ApiSearchContainerImagesRequest

SearchContainerImages Search Container images

Search across all the data associated with container images

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchContainerImagesRequest

func (*SearchAPIService) SearchContainerImagesExecute ¶

func (a *SearchAPIService) SearchContainerImagesExecute(r ApiSearchContainerImagesRequest) ([]ModelContainerImage, *http.Response, error)

Execute executes the request

@return []ModelContainerImage

func (*SearchAPIService) SearchContainers ¶

SearchContainers Search Containers data

Search across all data associated with containers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchContainersRequest

func (*SearchAPIService) SearchContainersExecute ¶

func (a *SearchAPIService) SearchContainersExecute(r ApiSearchContainersRequest) ([]ModelContainer, *http.Response, error)

Execute executes the request

@return []ModelContainer

func (*SearchAPIService) SearchHosts ¶

SearchHosts Search hosts

Search across all data associated with hosts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchHostsRequest

func (*SearchAPIService) SearchHostsExecute ¶

func (a *SearchAPIService) SearchHostsExecute(r ApiSearchHostsRequest) ([]ModelHost, *http.Response, error)

Execute executes the request

@return []ModelHost

func (*SearchAPIService) SearchKubernetesClusters ¶

func (a *SearchAPIService) SearchKubernetesClusters(ctx context.Context) ApiSearchKubernetesClustersRequest

SearchKubernetesClusters Search Kuberenetes Clusters

Search across all data associated with kuberentes clusters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchKubernetesClustersRequest

func (*SearchAPIService) SearchKubernetesClustersExecute ¶

Execute executes the request

@return []ModelKubernetesCluster

func (*SearchAPIService) SearchMalwareRules ¶

func (a *SearchAPIService) SearchMalwareRules(ctx context.Context) ApiSearchMalwareRulesRequest

SearchMalwareRules Search Malware Rules

Search across all the data associated with malware rules

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchMalwareRulesRequest

func (*SearchAPIService) SearchMalwareRulesExecute ¶

func (a *SearchAPIService) SearchMalwareRulesExecute(r ApiSearchMalwareRulesRequest) ([]ModelMalwareRule, *http.Response, error)

Execute executes the request

@return []ModelMalwareRule

func (*SearchAPIService) SearchMalwareScans ¶

func (a *SearchAPIService) SearchMalwareScans(ctx context.Context) ApiSearchMalwareScansRequest

SearchMalwareScans Search Malware Scan results

Search across all the data associated with malwares scan

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchMalwareScansRequest

func (*SearchAPIService) SearchMalwareScansExecute ¶

func (a *SearchAPIService) SearchMalwareScansExecute(r ApiSearchMalwareScansRequest) ([]ModelScanInfo, *http.Response, error)

Execute executes the request

@return []ModelScanInfo

func (*SearchAPIService) SearchMalwares ¶

SearchMalwares Search Malwares

Search across all the data associated with malwares

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchMalwaresRequest

func (*SearchAPIService) SearchMalwaresExecute ¶

func (a *SearchAPIService) SearchMalwaresExecute(r ApiSearchMalwaresRequest) ([]ModelMalware, *http.Response, error)

Execute executes the request

@return []ModelMalware

func (*SearchAPIService) SearchPods ¶

SearchPods Search Pods

Search across all the data associated with pods

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchPodsRequest

func (*SearchAPIService) SearchPodsExecute ¶

func (a *SearchAPIService) SearchPodsExecute(r ApiSearchPodsRequest) ([]ModelPod, *http.Response, error)

Execute executes the request

@return []ModelPod

func (*SearchAPIService) SearchSecretRules ¶

func (a *SearchAPIService) SearchSecretRules(ctx context.Context) ApiSearchSecretRulesRequest

SearchSecretRules Search Secret Rules

Search across all the data associated with secret ruless

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchSecretRulesRequest

func (*SearchAPIService) SearchSecretRulesExecute ¶

func (a *SearchAPIService) SearchSecretRulesExecute(r ApiSearchSecretRulesRequest) ([]ModelSecretRule, *http.Response, error)

Execute executes the request

@return []ModelSecretRule

func (*SearchAPIService) SearchSecrets ¶

SearchSecrets Search Secrets

Search across all the data associated with secrets

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchSecretsRequest

func (*SearchAPIService) SearchSecretsExecute ¶

func (a *SearchAPIService) SearchSecretsExecute(r ApiSearchSecretsRequest) ([]ModelSecret, *http.Response, error)

Execute executes the request

@return []ModelSecret

func (*SearchAPIService) SearchSecretsScans ¶

func (a *SearchAPIService) SearchSecretsScans(ctx context.Context) ApiSearchSecretsScansRequest

SearchSecretsScans Search Secrets Scan results

Search across all the data associated with secrets scan

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchSecretsScansRequest

func (*SearchAPIService) SearchSecretsScansExecute ¶

func (a *SearchAPIService) SearchSecretsScansExecute(r ApiSearchSecretsScansRequest) ([]ModelScanInfo, *http.Response, error)

Execute executes the request

@return []ModelScanInfo

func (*SearchAPIService) SearchVulerabilityRules ¶

func (a *SearchAPIService) SearchVulerabilityRules(ctx context.Context) ApiSearchVulerabilityRulesRequest

SearchVulerabilityRules Search Vulnerability Rules

Search across all the data associated with vulnerability rules

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchVulerabilityRulesRequest

func (*SearchAPIService) SearchVulerabilityRulesExecute ¶

Execute executes the request

@return []ModelVulnerabilityRule

func (*SearchAPIService) SearchVulnerabilities ¶

func (a *SearchAPIService) SearchVulnerabilities(ctx context.Context) ApiSearchVulnerabilitiesRequest

SearchVulnerabilities Search Vulnerabilities

Search across all the data associated with vulnerabilities

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchVulnerabilitiesRequest

func (*SearchAPIService) SearchVulnerabilitiesExecute ¶

func (a *SearchAPIService) SearchVulnerabilitiesExecute(r ApiSearchVulnerabilitiesRequest) ([]ModelVulnerability, *http.Response, error)

Execute executes the request

@return []ModelVulnerability

func (*SearchAPIService) SearchVulnerabilityScans ¶

func (a *SearchAPIService) SearchVulnerabilityScans(ctx context.Context) ApiSearchVulnerabilityScansRequest

SearchVulnerabilityScans Search Vulnerability Scan results

Search across all the data associated with vulnerability scan

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchVulnerabilityScansRequest

func (*SearchAPIService) SearchVulnerabilityScansExecute ¶

func (a *SearchAPIService) SearchVulnerabilityScansExecute(r ApiSearchVulnerabilityScansRequest) ([]ModelScanInfo, *http.Response, error)

Execute executes the request

@return []ModelScanInfo

type SearchChainedSearchFilter ¶

type SearchChainedSearchFilter struct {
	NextFilter   interface{}        `json:"next_filter,omitempty"`
	NodeFilter   SearchSearchFilter `json:"node_filter"`
	RelationShip string             `json:"relation_ship"`
}

SearchChainedSearchFilter struct for SearchChainedSearchFilter

func NewSearchChainedSearchFilter ¶

func NewSearchChainedSearchFilter(nodeFilter SearchSearchFilter, relationShip string) *SearchChainedSearchFilter

NewSearchChainedSearchFilter instantiates a new SearchChainedSearchFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchChainedSearchFilterWithDefaults ¶

func NewSearchChainedSearchFilterWithDefaults() *SearchChainedSearchFilter

NewSearchChainedSearchFilterWithDefaults instantiates a new SearchChainedSearchFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchChainedSearchFilter) GetNextFilter ¶

func (o *SearchChainedSearchFilter) GetNextFilter() interface{}

GetNextFilter returns the NextFilter field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SearchChainedSearchFilter) GetNextFilterOk ¶

func (o *SearchChainedSearchFilter) GetNextFilterOk() (*interface{}, bool)

GetNextFilterOk returns a tuple with the NextFilter field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SearchChainedSearchFilter) GetNodeFilter ¶

func (o *SearchChainedSearchFilter) GetNodeFilter() SearchSearchFilter

GetNodeFilter returns the NodeFilter field value

func (*SearchChainedSearchFilter) GetNodeFilterOk ¶

func (o *SearchChainedSearchFilter) GetNodeFilterOk() (*SearchSearchFilter, bool)

GetNodeFilterOk returns a tuple with the NodeFilter field value and a boolean to check if the value has been set.

func (*SearchChainedSearchFilter) GetRelationShip ¶

func (o *SearchChainedSearchFilter) GetRelationShip() string

GetRelationShip returns the RelationShip field value

func (*SearchChainedSearchFilter) GetRelationShipOk ¶

func (o *SearchChainedSearchFilter) GetRelationShipOk() (*string, bool)

GetRelationShipOk returns a tuple with the RelationShip field value and a boolean to check if the value has been set.

func (*SearchChainedSearchFilter) HasNextFilter ¶

func (o *SearchChainedSearchFilter) HasNextFilter() bool

HasNextFilter returns a boolean if a field has been set.

func (SearchChainedSearchFilter) MarshalJSON ¶

func (o SearchChainedSearchFilter) MarshalJSON() ([]byte, error)

func (*SearchChainedSearchFilter) SetNextFilter ¶

func (o *SearchChainedSearchFilter) SetNextFilter(v interface{})

SetNextFilter gets a reference to the given interface{} and assigns it to the NextFilter field.

func (*SearchChainedSearchFilter) SetNodeFilter ¶

func (o *SearchChainedSearchFilter) SetNodeFilter(v SearchSearchFilter)

SetNodeFilter sets field value

func (*SearchChainedSearchFilter) SetRelationShip ¶

func (o *SearchChainedSearchFilter) SetRelationShip(v string)

SetRelationShip sets field value

func (SearchChainedSearchFilter) ToMap ¶

func (o SearchChainedSearchFilter) ToMap() (map[string]interface{}, error)

func (*SearchChainedSearchFilter) UnmarshalJSON ¶

func (o *SearchChainedSearchFilter) UnmarshalJSON(bytes []byte) (err error)

type SearchNodeCountResp ¶

type SearchNodeCountResp struct {
	CloudProvider     int32 `json:"cloud_provider"`
	Container         int32 `json:"container"`
	ContainerImage    int32 `json:"container_image"`
	Host              int32 `json:"host"`
	KubernetesCluster int32 `json:"kubernetes_cluster"`
	Namespace         int32 `json:"namespace"`
	Pod               int32 `json:"pod"`
}

SearchNodeCountResp struct for SearchNodeCountResp

func NewSearchNodeCountResp ¶

func NewSearchNodeCountResp(cloudProvider int32, container int32, containerImage int32, host int32, kubernetesCluster int32, namespace int32, pod int32) *SearchNodeCountResp

NewSearchNodeCountResp instantiates a new SearchNodeCountResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchNodeCountRespWithDefaults ¶

func NewSearchNodeCountRespWithDefaults() *SearchNodeCountResp

NewSearchNodeCountRespWithDefaults instantiates a new SearchNodeCountResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchNodeCountResp) GetCloudProvider ¶

func (o *SearchNodeCountResp) GetCloudProvider() int32

GetCloudProvider returns the CloudProvider field value

func (*SearchNodeCountResp) GetCloudProviderOk ¶

func (o *SearchNodeCountResp) GetCloudProviderOk() (*int32, bool)

GetCloudProviderOk returns a tuple with the CloudProvider field value and a boolean to check if the value has been set.

func (*SearchNodeCountResp) GetContainer ¶

func (o *SearchNodeCountResp) GetContainer() int32

GetContainer returns the Container field value

func (*SearchNodeCountResp) GetContainerImage ¶

func (o *SearchNodeCountResp) GetContainerImage() int32

GetContainerImage returns the ContainerImage field value

func (*SearchNodeCountResp) GetContainerImageOk ¶

func (o *SearchNodeCountResp) GetContainerImageOk() (*int32, bool)

GetContainerImageOk returns a tuple with the ContainerImage field value and a boolean to check if the value has been set.

func (*SearchNodeCountResp) GetContainerOk ¶

func (o *SearchNodeCountResp) GetContainerOk() (*int32, bool)

GetContainerOk returns a tuple with the Container field value and a boolean to check if the value has been set.

func (*SearchNodeCountResp) GetHost ¶

func (o *SearchNodeCountResp) GetHost() int32

GetHost returns the Host field value

func (*SearchNodeCountResp) GetHostOk ¶

func (o *SearchNodeCountResp) GetHostOk() (*int32, bool)

GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.

func (*SearchNodeCountResp) GetKubernetesCluster ¶

func (o *SearchNodeCountResp) GetKubernetesCluster() int32

GetKubernetesCluster returns the KubernetesCluster field value

func (*SearchNodeCountResp) GetKubernetesClusterOk ¶

func (o *SearchNodeCountResp) GetKubernetesClusterOk() (*int32, bool)

GetKubernetesClusterOk returns a tuple with the KubernetesCluster field value and a boolean to check if the value has been set.

func (*SearchNodeCountResp) GetNamespace ¶

func (o *SearchNodeCountResp) GetNamespace() int32

GetNamespace returns the Namespace field value

func (*SearchNodeCountResp) GetNamespaceOk ¶

func (o *SearchNodeCountResp) GetNamespaceOk() (*int32, bool)

GetNamespaceOk returns a tuple with the Namespace field value and a boolean to check if the value has been set.

func (*SearchNodeCountResp) GetPod ¶

func (o *SearchNodeCountResp) GetPod() int32

GetPod returns the Pod field value

func (*SearchNodeCountResp) GetPodOk ¶

func (o *SearchNodeCountResp) GetPodOk() (*int32, bool)

GetPodOk returns a tuple with the Pod field value and a boolean to check if the value has been set.

func (SearchNodeCountResp) MarshalJSON ¶

func (o SearchNodeCountResp) MarshalJSON() ([]byte, error)

func (*SearchNodeCountResp) SetCloudProvider ¶

func (o *SearchNodeCountResp) SetCloudProvider(v int32)

SetCloudProvider sets field value

func (*SearchNodeCountResp) SetContainer ¶

func (o *SearchNodeCountResp) SetContainer(v int32)

SetContainer sets field value

func (*SearchNodeCountResp) SetContainerImage ¶

func (o *SearchNodeCountResp) SetContainerImage(v int32)

SetContainerImage sets field value

func (*SearchNodeCountResp) SetHost ¶

func (o *SearchNodeCountResp) SetHost(v int32)

SetHost sets field value

func (*SearchNodeCountResp) SetKubernetesCluster ¶

func (o *SearchNodeCountResp) SetKubernetesCluster(v int32)

SetKubernetesCluster sets field value

func (*SearchNodeCountResp) SetNamespace ¶

func (o *SearchNodeCountResp) SetNamespace(v int32)

SetNamespace sets field value

func (*SearchNodeCountResp) SetPod ¶

func (o *SearchNodeCountResp) SetPod(v int32)

SetPod sets field value

func (SearchNodeCountResp) ToMap ¶

func (o SearchNodeCountResp) ToMap() (map[string]interface{}, error)

func (*SearchNodeCountResp) UnmarshalJSON ¶

func (o *SearchNodeCountResp) UnmarshalJSON(bytes []byte) (err error)

type SearchResultGroup ¶

type SearchResultGroup struct {
	Count    *int32  `json:"count,omitempty"`
	Name     *string `json:"name,omitempty"`
	Severity *string `json:"severity,omitempty"`
}

SearchResultGroup struct for SearchResultGroup

func NewSearchResultGroup ¶

func NewSearchResultGroup() *SearchResultGroup

NewSearchResultGroup instantiates a new SearchResultGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchResultGroupWithDefaults ¶

func NewSearchResultGroupWithDefaults() *SearchResultGroup

NewSearchResultGroupWithDefaults instantiates a new SearchResultGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchResultGroup) GetCount ¶

func (o *SearchResultGroup) GetCount() int32

GetCount returns the Count field value if set, zero value otherwise.

func (*SearchResultGroup) GetCountOk ¶

func (o *SearchResultGroup) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchResultGroup) GetName ¶

func (o *SearchResultGroup) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*SearchResultGroup) GetNameOk ¶

func (o *SearchResultGroup) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchResultGroup) GetSeverity ¶

func (o *SearchResultGroup) GetSeverity() string

GetSeverity returns the Severity field value if set, zero value otherwise.

func (*SearchResultGroup) GetSeverityOk ¶

func (o *SearchResultGroup) GetSeverityOk() (*string, bool)

GetSeverityOk returns a tuple with the Severity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchResultGroup) HasCount ¶

func (o *SearchResultGroup) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*SearchResultGroup) HasName ¶

func (o *SearchResultGroup) HasName() bool

HasName returns a boolean if a field has been set.

func (*SearchResultGroup) HasSeverity ¶

func (o *SearchResultGroup) HasSeverity() bool

HasSeverity returns a boolean if a field has been set.

func (SearchResultGroup) MarshalJSON ¶

func (o SearchResultGroup) MarshalJSON() ([]byte, error)

func (*SearchResultGroup) SetCount ¶

func (o *SearchResultGroup) SetCount(v int32)

SetCount gets a reference to the given int32 and assigns it to the Count field.

func (*SearchResultGroup) SetName ¶

func (o *SearchResultGroup) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*SearchResultGroup) SetSeverity ¶

func (o *SearchResultGroup) SetSeverity(v string)

SetSeverity gets a reference to the given string and assigns it to the Severity field.

func (SearchResultGroup) ToMap ¶

func (o SearchResultGroup) ToMap() (map[string]interface{}, error)

type SearchResultGroupResp ¶

type SearchResultGroupResp struct {
	Groups []SearchResultGroup `json:"groups,omitempty"`
}

SearchResultGroupResp struct for SearchResultGroupResp

func NewSearchResultGroupResp ¶

func NewSearchResultGroupResp() *SearchResultGroupResp

NewSearchResultGroupResp instantiates a new SearchResultGroupResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchResultGroupRespWithDefaults ¶

func NewSearchResultGroupRespWithDefaults() *SearchResultGroupResp

NewSearchResultGroupRespWithDefaults instantiates a new SearchResultGroupResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchResultGroupResp) GetGroups ¶

func (o *SearchResultGroupResp) GetGroups() []SearchResultGroup

GetGroups returns the Groups field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SearchResultGroupResp) GetGroupsOk ¶

func (o *SearchResultGroupResp) GetGroupsOk() ([]SearchResultGroup, bool)

GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SearchResultGroupResp) HasGroups ¶

func (o *SearchResultGroupResp) HasGroups() bool

HasGroups returns a boolean if a field has been set.

func (SearchResultGroupResp) MarshalJSON ¶

func (o SearchResultGroupResp) MarshalJSON() ([]byte, error)

func (*SearchResultGroupResp) SetGroups ¶

func (o *SearchResultGroupResp) SetGroups(v []SearchResultGroup)

SetGroups gets a reference to the given []SearchResultGroup and assigns it to the Groups field.

func (SearchResultGroupResp) ToMap ¶

func (o SearchResultGroupResp) ToMap() (map[string]interface{}, error)

type SearchSearchCountResp ¶

type SearchSearchCountResp struct {
	Categories map[string]int32 `json:"categories"`
	Count      int32            `json:"count"`
}

SearchSearchCountResp struct for SearchSearchCountResp

func NewSearchSearchCountResp ¶

func NewSearchSearchCountResp(categories map[string]int32, count int32) *SearchSearchCountResp

NewSearchSearchCountResp instantiates a new SearchSearchCountResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchSearchCountRespWithDefaults ¶

func NewSearchSearchCountRespWithDefaults() *SearchSearchCountResp

NewSearchSearchCountRespWithDefaults instantiates a new SearchSearchCountResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchSearchCountResp) GetCategories ¶

func (o *SearchSearchCountResp) GetCategories() map[string]int32

GetCategories returns the Categories field value If the value is explicit nil, the zero value for map[string]int32 will be returned

func (*SearchSearchCountResp) GetCategoriesOk ¶

func (o *SearchSearchCountResp) GetCategoriesOk() (*map[string]int32, bool)

GetCategoriesOk returns a tuple with the Categories field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SearchSearchCountResp) GetCount ¶

func (o *SearchSearchCountResp) GetCount() int32

GetCount returns the Count field value

func (*SearchSearchCountResp) GetCountOk ¶

func (o *SearchSearchCountResp) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (SearchSearchCountResp) MarshalJSON ¶

func (o SearchSearchCountResp) MarshalJSON() ([]byte, error)

func (*SearchSearchCountResp) SetCategories ¶

func (o *SearchSearchCountResp) SetCategories(v map[string]int32)

SetCategories sets field value

func (*SearchSearchCountResp) SetCount ¶

func (o *SearchSearchCountResp) SetCount(v int32)

SetCount sets field value

func (SearchSearchCountResp) ToMap ¶

func (o SearchSearchCountResp) ToMap() (map[string]interface{}, error)

func (*SearchSearchCountResp) UnmarshalJSON ¶

func (o *SearchSearchCountResp) UnmarshalJSON(bytes []byte) (err error)

type SearchSearchFilter ¶

type SearchSearchFilter struct {
	Filters       ReportersFieldsFilters `json:"filters"`
	InFieldFilter []string               `json:"in_field_filter"`
	Window        ModelFetchWindow       `json:"window"`
}

SearchSearchFilter struct for SearchSearchFilter

func NewSearchSearchFilter ¶

func NewSearchSearchFilter(filters ReportersFieldsFilters, inFieldFilter []string, window ModelFetchWindow) *SearchSearchFilter

NewSearchSearchFilter instantiates a new SearchSearchFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchSearchFilterWithDefaults ¶

func NewSearchSearchFilterWithDefaults() *SearchSearchFilter

NewSearchSearchFilterWithDefaults instantiates a new SearchSearchFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchSearchFilter) GetFilters ¶

GetFilters returns the Filters field value

func (*SearchSearchFilter) GetFiltersOk ¶

func (o *SearchSearchFilter) GetFiltersOk() (*ReportersFieldsFilters, bool)

GetFiltersOk returns a tuple with the Filters field value and a boolean to check if the value has been set.

func (*SearchSearchFilter) GetInFieldFilter ¶

func (o *SearchSearchFilter) GetInFieldFilter() []string

GetInFieldFilter returns the InFieldFilter field value If the value is explicit nil, the zero value for []string will be returned

func (*SearchSearchFilter) GetInFieldFilterOk ¶

func (o *SearchSearchFilter) GetInFieldFilterOk() ([]string, bool)

GetInFieldFilterOk returns a tuple with the InFieldFilter field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SearchSearchFilter) GetWindow ¶

func (o *SearchSearchFilter) GetWindow() ModelFetchWindow

GetWindow returns the Window field value

func (*SearchSearchFilter) GetWindowOk ¶

func (o *SearchSearchFilter) GetWindowOk() (*ModelFetchWindow, bool)

GetWindowOk returns a tuple with the Window field value and a boolean to check if the value has been set.

func (SearchSearchFilter) MarshalJSON ¶

func (o SearchSearchFilter) MarshalJSON() ([]byte, error)

func (*SearchSearchFilter) SetFilters ¶

func (o *SearchSearchFilter) SetFilters(v ReportersFieldsFilters)

SetFilters sets field value

func (*SearchSearchFilter) SetInFieldFilter ¶

func (o *SearchSearchFilter) SetInFieldFilter(v []string)

SetInFieldFilter sets field value

func (*SearchSearchFilter) SetWindow ¶

func (o *SearchSearchFilter) SetWindow(v ModelFetchWindow)

SetWindow sets field value

func (SearchSearchFilter) ToMap ¶

func (o SearchSearchFilter) ToMap() (map[string]interface{}, error)

func (*SearchSearchFilter) UnmarshalJSON ¶

func (o *SearchSearchFilter) UnmarshalJSON(bytes []byte) (err error)

type SearchSearchNodeReq ¶

type SearchSearchNodeReq struct {
	ExtendedNodeFilter *SearchSearchFilter        `json:"extended_node_filter,omitempty"`
	NodeFilter         SearchSearchFilter         `json:"node_filter"`
	RelatedNodeFilter  *SearchChainedSearchFilter `json:"related_node_filter,omitempty"`
	Window             ModelFetchWindow           `json:"window"`
}

SearchSearchNodeReq struct for SearchSearchNodeReq

func NewSearchSearchNodeReq ¶

func NewSearchSearchNodeReq(nodeFilter SearchSearchFilter, window ModelFetchWindow) *SearchSearchNodeReq

NewSearchSearchNodeReq instantiates a new SearchSearchNodeReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchSearchNodeReqWithDefaults ¶

func NewSearchSearchNodeReqWithDefaults() *SearchSearchNodeReq

NewSearchSearchNodeReqWithDefaults instantiates a new SearchSearchNodeReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchSearchNodeReq) GetExtendedNodeFilter ¶

func (o *SearchSearchNodeReq) GetExtendedNodeFilter() SearchSearchFilter

GetExtendedNodeFilter returns the ExtendedNodeFilter field value if set, zero value otherwise.

func (*SearchSearchNodeReq) GetExtendedNodeFilterOk ¶

func (o *SearchSearchNodeReq) GetExtendedNodeFilterOk() (*SearchSearchFilter, bool)

GetExtendedNodeFilterOk returns a tuple with the ExtendedNodeFilter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchSearchNodeReq) GetNodeFilter ¶

func (o *SearchSearchNodeReq) GetNodeFilter() SearchSearchFilter

GetNodeFilter returns the NodeFilter field value

func (*SearchSearchNodeReq) GetNodeFilterOk ¶

func (o *SearchSearchNodeReq) GetNodeFilterOk() (*SearchSearchFilter, bool)

GetNodeFilterOk returns a tuple with the NodeFilter field value and a boolean to check if the value has been set.

func (*SearchSearchNodeReq) GetRelatedNodeFilter ¶

func (o *SearchSearchNodeReq) GetRelatedNodeFilter() SearchChainedSearchFilter

GetRelatedNodeFilter returns the RelatedNodeFilter field value if set, zero value otherwise.

func (*SearchSearchNodeReq) GetRelatedNodeFilterOk ¶

func (o *SearchSearchNodeReq) GetRelatedNodeFilterOk() (*SearchChainedSearchFilter, bool)

GetRelatedNodeFilterOk returns a tuple with the RelatedNodeFilter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchSearchNodeReq) GetWindow ¶

func (o *SearchSearchNodeReq) GetWindow() ModelFetchWindow

GetWindow returns the Window field value

func (*SearchSearchNodeReq) GetWindowOk ¶

func (o *SearchSearchNodeReq) GetWindowOk() (*ModelFetchWindow, bool)

GetWindowOk returns a tuple with the Window field value and a boolean to check if the value has been set.

func (*SearchSearchNodeReq) HasExtendedNodeFilter ¶

func (o *SearchSearchNodeReq) HasExtendedNodeFilter() bool

HasExtendedNodeFilter returns a boolean if a field has been set.

func (*SearchSearchNodeReq) HasRelatedNodeFilter ¶

func (o *SearchSearchNodeReq) HasRelatedNodeFilter() bool

HasRelatedNodeFilter returns a boolean if a field has been set.

func (SearchSearchNodeReq) MarshalJSON ¶

func (o SearchSearchNodeReq) MarshalJSON() ([]byte, error)

func (*SearchSearchNodeReq) SetExtendedNodeFilter ¶

func (o *SearchSearchNodeReq) SetExtendedNodeFilter(v SearchSearchFilter)

SetExtendedNodeFilter gets a reference to the given SearchSearchFilter and assigns it to the ExtendedNodeFilter field.

func (*SearchSearchNodeReq) SetNodeFilter ¶

func (o *SearchSearchNodeReq) SetNodeFilter(v SearchSearchFilter)

SetNodeFilter sets field value

func (*SearchSearchNodeReq) SetRelatedNodeFilter ¶

func (o *SearchSearchNodeReq) SetRelatedNodeFilter(v SearchChainedSearchFilter)

SetRelatedNodeFilter gets a reference to the given SearchChainedSearchFilter and assigns it to the RelatedNodeFilter field.

func (*SearchSearchNodeReq) SetWindow ¶

func (o *SearchSearchNodeReq) SetWindow(v ModelFetchWindow)

SetWindow sets field value

func (SearchSearchNodeReq) ToMap ¶

func (o SearchSearchNodeReq) ToMap() (map[string]interface{}, error)

func (*SearchSearchNodeReq) UnmarshalJSON ¶

func (o *SearchSearchNodeReq) UnmarshalJSON(bytes []byte) (err error)

type SearchSearchScanReq ¶

type SearchSearchScanReq struct {
	NodeFilters SearchSearchFilter `json:"node_filters"`
	ScanFilters SearchSearchFilter `json:"scan_filters"`
	Window      ModelFetchWindow   `json:"window"`
}

SearchSearchScanReq struct for SearchSearchScanReq

func NewSearchSearchScanReq ¶

func NewSearchSearchScanReq(nodeFilters SearchSearchFilter, scanFilters SearchSearchFilter, window ModelFetchWindow) *SearchSearchScanReq

NewSearchSearchScanReq instantiates a new SearchSearchScanReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchSearchScanReqWithDefaults ¶

func NewSearchSearchScanReqWithDefaults() *SearchSearchScanReq

NewSearchSearchScanReqWithDefaults instantiates a new SearchSearchScanReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchSearchScanReq) GetNodeFilters ¶

func (o *SearchSearchScanReq) GetNodeFilters() SearchSearchFilter

GetNodeFilters returns the NodeFilters field value

func (*SearchSearchScanReq) GetNodeFiltersOk ¶

func (o *SearchSearchScanReq) GetNodeFiltersOk() (*SearchSearchFilter, bool)

GetNodeFiltersOk returns a tuple with the NodeFilters field value and a boolean to check if the value has been set.

func (*SearchSearchScanReq) GetScanFilters ¶

func (o *SearchSearchScanReq) GetScanFilters() SearchSearchFilter

GetScanFilters returns the ScanFilters field value

func (*SearchSearchScanReq) GetScanFiltersOk ¶

func (o *SearchSearchScanReq) GetScanFiltersOk() (*SearchSearchFilter, bool)

GetScanFiltersOk returns a tuple with the ScanFilters field value and a boolean to check if the value has been set.

func (*SearchSearchScanReq) GetWindow ¶

func (o *SearchSearchScanReq) GetWindow() ModelFetchWindow

GetWindow returns the Window field value

func (*SearchSearchScanReq) GetWindowOk ¶

func (o *SearchSearchScanReq) GetWindowOk() (*ModelFetchWindow, bool)

GetWindowOk returns a tuple with the Window field value and a boolean to check if the value has been set.

func (SearchSearchScanReq) MarshalJSON ¶

func (o SearchSearchScanReq) MarshalJSON() ([]byte, error)

func (*SearchSearchScanReq) SetNodeFilters ¶

func (o *SearchSearchScanReq) SetNodeFilters(v SearchSearchFilter)

SetNodeFilters sets field value

func (*SearchSearchScanReq) SetScanFilters ¶

func (o *SearchSearchScanReq) SetScanFilters(v SearchSearchFilter)

SetScanFilters sets field value

func (*SearchSearchScanReq) SetWindow ¶

func (o *SearchSearchScanReq) SetWindow(v ModelFetchWindow)

SetWindow sets field value

func (SearchSearchScanReq) ToMap ¶

func (o SearchSearchScanReq) ToMap() (map[string]interface{}, error)

func (*SearchSearchScanReq) UnmarshalJSON ¶

func (o *SearchSearchScanReq) UnmarshalJSON(bytes []byte) (err error)

type SecretScanAPIService ¶

type SecretScanAPIService service

SecretScanAPIService SecretScanAPI service

func (*SecretScanAPIService) CountResultsSecretScan ¶

CountResultsSecretScan Get Secret Scans Results

Get Secret Scans results on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountResultsSecretScanRequest

func (*SecretScanAPIService) CountResultsSecretScanExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SecretScanAPIService) GroupResultsSecrets ¶

GroupResultsSecrets Group Secret Results

Group Secret Scans results by severity/rule

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGroupResultsSecretsRequest

func (*SecretScanAPIService) GroupResultsSecretsExecute ¶

Execute executes the request

@return SearchResultGroupResp

func (*SecretScanAPIService) IngestSecretScanStatus ¶

IngestSecretScanStatus Ingest Secrets Scan Status

Ingest secrets scan status from the agent

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIngestSecretScanStatusRequest

func (*SecretScanAPIService) IngestSecretScanStatusExecute ¶

func (a *SecretScanAPIService) IngestSecretScanStatusExecute(r ApiIngestSecretScanStatusRequest) (*http.Response, error)

Execute executes the request

func (*SecretScanAPIService) IngestSecrets ¶

IngestSecrets Ingest Secrets

Ingest secrets found while scanning the agent

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIngestSecretsRequest

func (*SecretScanAPIService) IngestSecretsExecute ¶

func (a *SecretScanAPIService) IngestSecretsExecute(r ApiIngestSecretsRequest) (*http.Response, error)

Execute executes the request

func (*SecretScanAPIService) ListSecretScan ¶

ListSecretScan Get Secret Scans List

Get Secret Scans list on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListSecretScanRequest

func (*SecretScanAPIService) ListSecretScanExecute ¶

Execute executes the request

@return ModelScanListResp

func (*SecretScanAPIService) ResultsRulesSecretScan ¶

ResultsRulesSecretScan Get Secret Scans Result Rules

Get Secret Scans detected rules names

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiResultsRulesSecretScanRequest

func (*SecretScanAPIService) ResultsRulesSecretScanExecute ¶

Execute executes the request

@return ModelSecretScanResultRules

func (*SecretScanAPIService) ResultsSecretScan ¶

ResultsSecretScan Get Secret Scans Results

Get Secret Scans results on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiResultsSecretScanRequest

func (*SecretScanAPIService) ResultsSecretScanExecute ¶

Execute executes the request

@return ModelSecretScanResult

func (*SecretScanAPIService) StartSecretScan ¶

StartSecretScan Start Secret Scan

Start Secret Scan on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStartSecretScanRequest

func (*SecretScanAPIService) StartSecretScanExecute ¶

Execute executes the request

@return ModelScanTriggerResp

func (*SecretScanAPIService) StatusSecretScan ¶

StatusSecretScan Get Secret Scan Status

Get Secret Scan Status on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStatusSecretScanRequest

func (*SecretScanAPIService) StatusSecretScanExecute ¶

Execute executes the request

@return ModelScanStatusResp

func (*SecretScanAPIService) StopSecretScan ¶

StopSecretScan Stop Secret Scan

Stop Secret Scan on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStopSecretScanRequest

func (*SecretScanAPIService) StopSecretScanExecute ¶

func (a *SecretScanAPIService) StopSecretScanExecute(r ApiStopSecretScanRequest) (*http.Response, error)

Execute executes the request

type ServerConfiguration ¶

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations ¶

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL ¶

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable ¶

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type SettingsAPIService ¶

type SettingsAPIService service

SettingsAPIService SettingsAPI service

func (*SettingsAPIService) AddEmailConfiguration ¶

func (a *SettingsAPIService) AddEmailConfiguration(ctx context.Context) ApiAddEmailConfigurationRequest

AddEmailConfiguration Add Email Configuration

This email configuration is used to send email notifications

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAddEmailConfigurationRequest

func (*SettingsAPIService) AddEmailConfigurationExecute ¶

Execute executes the request

@return ModelMessageResponse

func (*SettingsAPIService) AddScheduledTask ¶

AddScheduledTask Add scheduled task

Add scheduled task

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAddScheduledTaskRequest

func (*SettingsAPIService) AddScheduledTaskExecute ¶

func (a *SettingsAPIService) AddScheduledTaskExecute(r ApiAddScheduledTaskRequest) (*http.Response, error)

Execute executes the request

func (*SettingsAPIService) DeleteCustomScheduledTask ¶

func (a *SettingsAPIService) DeleteCustomScheduledTask(ctx context.Context, id int32) ApiDeleteCustomScheduledTaskRequest

DeleteCustomScheduledTask Delete Custom Schedule task

Delete Custom Schedule task

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteCustomScheduledTaskRequest

func (*SettingsAPIService) DeleteCustomScheduledTaskExecute ¶

func (a *SettingsAPIService) DeleteCustomScheduledTaskExecute(r ApiDeleteCustomScheduledTaskRequest) (*http.Response, error)

Execute executes the request

func (*SettingsAPIService) DeleteEmailConfiguration ¶

func (a *SettingsAPIService) DeleteEmailConfiguration(ctx context.Context, configId string) ApiDeleteEmailConfigurationRequest

DeleteEmailConfiguration Delete Email Configurations

Delete Email Smtp / ses Configurations in system

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param configId
@return ApiDeleteEmailConfigurationRequest

func (*SettingsAPIService) DeleteEmailConfigurationExecute ¶

func (a *SettingsAPIService) DeleteEmailConfigurationExecute(r ApiDeleteEmailConfigurationRequest) (*http.Response, error)

Execute executes the request

func (*SettingsAPIService) GetAgentVersions ¶

GetAgentVersions Get available agent versions

Get available agent versions

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAgentVersionsRequest

func (*SettingsAPIService) GetAgentVersionsExecute ¶

Execute executes the request

@return ModelListAgentVersionResp

func (*SettingsAPIService) GetEmailConfiguration ¶

func (a *SettingsAPIService) GetEmailConfiguration(ctx context.Context) ApiGetEmailConfigurationRequest

GetEmailConfiguration Get Email Configurations

Get Email Smtp / ses Configurations in system

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetEmailConfigurationRequest

func (*SettingsAPIService) GetEmailConfigurationExecute ¶

Execute executes the request

@return []ModelEmailConfigurationResp

func (*SettingsAPIService) GetScheduledTasks ¶

GetScheduledTasks Get scheduled tasks

Get scheduled tasks

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetScheduledTasksRequest

func (*SettingsAPIService) GetScheduledTasksExecute ¶

Execute executes the request

@return []PostgresqlDbScheduler

func (*SettingsAPIService) GetSettings ¶

GetSettings Get settings

Get all settings

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSettingsRequest

func (*SettingsAPIService) GetSettingsExecute ¶

Execute executes the request

@return []ModelSettingsResponse

func (*SettingsAPIService) GetUserAuditLogs ¶

GetUserAuditLogs Get user audit logs

Get audit logs for all users

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetUserAuditLogsRequest

func (*SettingsAPIService) GetUserAuditLogsCount ¶

func (a *SettingsAPIService) GetUserAuditLogsCount(ctx context.Context) ApiGetUserAuditLogsCountRequest

GetUserAuditLogsCount Get user audit logs count

Get user audit logs count

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetUserAuditLogsCountRequest

func (*SettingsAPIService) GetUserAuditLogsCountExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*SettingsAPIService) GetUserAuditLogsExecute ¶

Execute executes the request

@return []PostgresqlDbGetAuditLogsRow

func (*SettingsAPIService) UpdateScheduledTask ¶

func (a *SettingsAPIService) UpdateScheduledTask(ctx context.Context, id int32) ApiUpdateScheduledTaskRequest

UpdateScheduledTask Update scheduled task

Update scheduled task

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateScheduledTaskRequest

func (*SettingsAPIService) UpdateScheduledTaskExecute ¶

func (a *SettingsAPIService) UpdateScheduledTaskExecute(r ApiUpdateScheduledTaskRequest) (*http.Response, error)

Execute executes the request

func (*SettingsAPIService) UpdateSetting ¶

UpdateSetting Update setting

Update setting

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateSettingRequest

func (*SettingsAPIService) UpdateSettingExecute ¶

func (a *SettingsAPIService) UpdateSettingExecute(r ApiUpdateSettingRequest) (*http.Response, error)

Execute executes the request

func (*SettingsAPIService) UploadAgentVersion ¶

UploadAgentVersion Upload New agent version

Upload Agent version

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUploadAgentVersionRequest

func (*SettingsAPIService) UploadAgentVersionExecute ¶

func (a *SettingsAPIService) UploadAgentVersionExecute(r ApiUploadAgentVersionRequest) (*http.Response, error)

Execute executes the request

func (*SettingsAPIService) UploadVulnerabilityDatabase ¶

func (a *SettingsAPIService) UploadVulnerabilityDatabase(ctx context.Context) ApiUploadVulnerabilityDatabaseRequest

UploadVulnerabilityDatabase Upload Vulnerability Database

Upload Vulnerability Database for use in vulnerability scans

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUploadVulnerabilityDatabaseRequest

func (*SettingsAPIService) UploadVulnerabilityDatabaseExecute ¶

Execute executes the request

@return ModelMessageResponse

type ThreatAPIService ¶

type ThreatAPIService service

ThreatAPIService ThreatAPI service

func (*ThreatAPIService) GetIndividualThreatGraph ¶

func (a *ThreatAPIService) GetIndividualThreatGraph(ctx context.Context) ApiGetIndividualThreatGraphRequest

GetIndividualThreatGraph Get Vulnerability Threat Graph

Retrieve threat graph associated with vulnerabilities

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIndividualThreatGraphRequest

func (*ThreatAPIService) GetIndividualThreatGraphExecute ¶

Execute executes the request

@return []GraphIndividualThreatGraph

func (*ThreatAPIService) GetThreatGraph ¶

GetThreatGraph Get Threat Graph

Retrieve the full threat graph associated with the account

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetThreatGraphRequest

func (*ThreatAPIService) GetThreatGraphExecute ¶

Execute executes the request

@return map[string]GraphProviderThreatGraph

type TopologyAPIService ¶

type TopologyAPIService service

TopologyAPIService TopologyAPI service

func (*TopologyAPIService) GetContainersTopologyGraph ¶

func (a *TopologyAPIService) GetContainersTopologyGraph(ctx context.Context) ApiGetContainersTopologyGraphRequest

GetContainersTopologyGraph Get Containers Topology Graph

Retrieve the full topology graph associated with the account from Containers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetContainersTopologyGraphRequest

func (*TopologyAPIService) GetContainersTopologyGraphExecute ¶

func (a *TopologyAPIService) GetContainersTopologyGraphExecute(r ApiGetContainersTopologyGraphRequest) (*ModelGraphResult, *http.Response, error)

Execute executes the request

@return ModelGraphResult

func (*TopologyAPIService) GetHostsTopologyGraph ¶

func (a *TopologyAPIService) GetHostsTopologyGraph(ctx context.Context) ApiGetHostsTopologyGraphRequest

GetHostsTopologyGraph Get Hosts Topology Graph

Retrieve the full topology graph associated with the account from Hosts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetHostsTopologyGraphRequest

func (*TopologyAPIService) GetHostsTopologyGraphExecute ¶

func (a *TopologyAPIService) GetHostsTopologyGraphExecute(r ApiGetHostsTopologyGraphRequest) (*ModelGraphResult, *http.Response, error)

Execute executes the request

@return ModelGraphResult

func (*TopologyAPIService) GetKubernetesTopologyGraph ¶

func (a *TopologyAPIService) GetKubernetesTopologyGraph(ctx context.Context) ApiGetKubernetesTopologyGraphRequest

GetKubernetesTopologyGraph Get Kubernetes Topology Graph

Retrieve the full topology graph associated with the account from Kubernetes

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetKubernetesTopologyGraphRequest

func (*TopologyAPIService) GetKubernetesTopologyGraphExecute ¶

func (a *TopologyAPIService) GetKubernetesTopologyGraphExecute(r ApiGetKubernetesTopologyGraphRequest) (*ModelGraphResult, *http.Response, error)

Execute executes the request

@return ModelGraphResult

func (*TopologyAPIService) GetPodsTopologyGraph ¶

GetPodsTopologyGraph Get Pods Topology Graph

Retrieve the full topology graph associated with the account from Pods

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetPodsTopologyGraphRequest

func (*TopologyAPIService) GetPodsTopologyGraphExecute ¶

func (a *TopologyAPIService) GetPodsTopologyGraphExecute(r ApiGetPodsTopologyGraphRequest) (*ModelGraphResult, *http.Response, error)

Execute executes the request

@return ModelGraphResult

func (*TopologyAPIService) GetTopologyDelta ¶

GetTopologyDelta Get Topology Delta

Retrieve addition or deletion toplogy deltas

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTopologyDeltaRequest

func (*TopologyAPIService) GetTopologyDeltaExecute ¶

Execute executes the request

@return ModelTopologyDeltaResponse

func (*TopologyAPIService) GetTopologyGraph ¶

GetTopologyGraph Get Topology Graph

Retrieve the full topology graph associated with the account

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTopologyGraphRequest

func (*TopologyAPIService) GetTopologyGraphExecute ¶

Execute executes the request

@return ModelGraphResult

func (*TopologyAPIService) IngestAgentReport ¶

IngestAgentReport Ingest Topology Data

Ingest data reported by one Agent

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIngestAgentReportRequest

func (*TopologyAPIService) IngestAgentReportExecute ¶

Execute executes the request

@return ControlsAgentBeat

func (*TopologyAPIService) IngestSyncAgentReport ¶

func (a *TopologyAPIService) IngestSyncAgentReport(ctx context.Context) ApiIngestSyncAgentReportRequest

IngestSyncAgentReport Ingest Topology Data

Ingest data reported by one Agent

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIngestSyncAgentReportRequest

func (*TopologyAPIService) IngestSyncAgentReportExecute ¶

func (a *TopologyAPIService) IngestSyncAgentReportExecute(r ApiIngestSyncAgentReportRequest) (*http.Response, error)

Execute executes the request

type UserAPIService ¶

type UserAPIService service

UserAPIService UserAPI service

func (*UserAPIService) DeleteCurrentUser ¶

func (a *UserAPIService) DeleteCurrentUser(ctx context.Context) ApiDeleteCurrentUserRequest

DeleteCurrentUser Delete Current User

Delete logged in user

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteCurrentUserRequest

func (*UserAPIService) DeleteCurrentUserExecute ¶

func (a *UserAPIService) DeleteCurrentUserExecute(r ApiDeleteCurrentUserRequest) (*http.Response, error)

Execute executes the request

func (*UserAPIService) DeleteUser ¶

func (a *UserAPIService) DeleteUser(ctx context.Context, id int32) ApiDeleteUserRequest

DeleteUser Delete User by User ID

Delete User by User ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteUserRequest

func (*UserAPIService) DeleteUserExecute ¶

func (a *UserAPIService) DeleteUserExecute(r ApiDeleteUserRequest) (*http.Response, error)

Execute executes the request

func (*UserAPIService) GetApiTokens ¶

GetApiTokens Get User's API Tokens

Get logged in user's API Tokens

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetApiTokensRequest

func (*UserAPIService) GetApiTokensExecute ¶

Execute executes the request

@return []ModelAPITokenResponse

func (*UserAPIService) GetCurrentUser ¶

func (a *UserAPIService) GetCurrentUser(ctx context.Context) ApiGetCurrentUserRequest

GetCurrentUser Get Current User

Get logged in user information

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCurrentUserRequest

func (*UserAPIService) GetCurrentUserExecute ¶

func (a *UserAPIService) GetCurrentUserExecute(r ApiGetCurrentUserRequest) (*ModelUser, *http.Response, error)

Execute executes the request

@return ModelUser

func (*UserAPIService) GetUser ¶

GetUser Get User by User ID

Get User by User ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetUserRequest

func (*UserAPIService) GetUserExecute ¶

func (a *UserAPIService) GetUserExecute(r ApiGetUserRequest) (*ModelUser, *http.Response, error)

Execute executes the request

@return ModelUser

func (*UserAPIService) GetUsers ¶

GetUsers Get all users

Get all users

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetUsersRequest

func (*UserAPIService) GetUsersExecute ¶

func (a *UserAPIService) GetUsersExecute(r ApiGetUsersRequest) ([]ModelUser, *http.Response, error)

Execute executes the request

@return []ModelUser

func (*UserAPIService) InviteUser ¶

InviteUser Invite User

Invite a user

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiInviteUserRequest

func (*UserAPIService) InviteUserExecute ¶

Execute executes the request

@return ModelInviteUserResponse

func (*UserAPIService) RegisterInvitedUser ¶

func (a *UserAPIService) RegisterInvitedUser(ctx context.Context) ApiRegisterInvitedUserRequest

RegisterInvitedUser Register Invited User

Register invited user

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiRegisterInvitedUserRequest

func (*UserAPIService) RegisterInvitedUserExecute ¶

func (a *UserAPIService) RegisterInvitedUserExecute(r ApiRegisterInvitedUserRequest) (*ModelLoginResponse, *http.Response, error)

Execute executes the request

@return ModelLoginResponse

func (*UserAPIService) RegisterUser ¶

RegisterUser Register User

First user registration. Further users needs to be invited.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiRegisterUserRequest

func (*UserAPIService) RegisterUserExecute ¶

Execute executes the request

@return ModelLoginResponse

func (*UserAPIService) ResetApiTokens ¶

func (a *UserAPIService) ResetApiTokens(ctx context.Context) ApiResetApiTokensRequest

ResetApiTokens Reset User's API Tokens

Reset user's API Tokens

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiResetApiTokensRequest

func (*UserAPIService) ResetApiTokensExecute ¶

Execute executes the request

@return []ModelAPITokenResponse

func (*UserAPIService) ResetPasswordRequest ¶

func (a *UserAPIService) ResetPasswordRequest(ctx context.Context) ApiResetPasswordRequestRequest

ResetPasswordRequest Reset Password Request

Request for resetting the password

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiResetPasswordRequestRequest

func (*UserAPIService) ResetPasswordRequestExecute ¶

func (a *UserAPIService) ResetPasswordRequestExecute(r ApiResetPasswordRequestRequest) (*ModelMessageResponse, *http.Response, error)

Execute executes the request

@return ModelMessageResponse

func (*UserAPIService) UpdateCurrentUser ¶

func (a *UserAPIService) UpdateCurrentUser(ctx context.Context) ApiUpdateCurrentUserRequest

UpdateCurrentUser Update Current User

Update logged in user information

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateCurrentUserRequest

func (*UserAPIService) UpdateCurrentUserExecute ¶

func (a *UserAPIService) UpdateCurrentUserExecute(r ApiUpdateCurrentUserRequest) (*ModelUser, *http.Response, error)

Execute executes the request

@return ModelUser

func (*UserAPIService) UpdatePassword ¶

func (a *UserAPIService) UpdatePassword(ctx context.Context) ApiUpdatePasswordRequest

UpdatePassword Update Password

Update current user's password

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdatePasswordRequest

func (*UserAPIService) UpdatePasswordExecute ¶

func (a *UserAPIService) UpdatePasswordExecute(r ApiUpdatePasswordRequest) (*http.Response, error)

Execute executes the request

func (*UserAPIService) UpdateUser ¶

func (a *UserAPIService) UpdateUser(ctx context.Context, id int32) ApiUpdateUserRequest

UpdateUser Update User by User ID

Update User by User ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateUserRequest

func (*UserAPIService) UpdateUserExecute ¶

func (a *UserAPIService) UpdateUserExecute(r ApiUpdateUserRequest) (*ModelUser, *http.Response, error)

Execute executes the request

@return ModelUser

func (*UserAPIService) VerifyResetPasswordRequest ¶

func (a *UserAPIService) VerifyResetPasswordRequest(ctx context.Context) ApiVerifyResetPasswordRequestRequest

VerifyResetPasswordRequest Verify and Reset Password

Verify code and reset the password

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiVerifyResetPasswordRequestRequest

func (*UserAPIService) VerifyResetPasswordRequestExecute ¶

func (a *UserAPIService) VerifyResetPasswordRequestExecute(r ApiVerifyResetPasswordRequestRequest) (*http.Response, error)

Execute executes the request

type UtilsAdvancedReportFilters ¶

type UtilsAdvancedReportFilters struct {
	ContainerName         []string `json:"container_name,omitempty"`
	HostName              []string `json:"host_name,omitempty"`
	ImageName             []string `json:"image_name,omitempty"`
	KubernetesClusterName []string `json:"kubernetes_cluster_name,omitempty"`
	Masked                []bool   `json:"masked,omitempty"`
	NodeId                []string `json:"node_id,omitempty"`
	PodName               []string `json:"pod_name,omitempty"`
	ScanStatus            []string `json:"scan_status,omitempty"`
}

UtilsAdvancedReportFilters struct for UtilsAdvancedReportFilters

func NewUtilsAdvancedReportFilters ¶

func NewUtilsAdvancedReportFilters() *UtilsAdvancedReportFilters

NewUtilsAdvancedReportFilters instantiates a new UtilsAdvancedReportFilters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUtilsAdvancedReportFiltersWithDefaults ¶

func NewUtilsAdvancedReportFiltersWithDefaults() *UtilsAdvancedReportFilters

NewUtilsAdvancedReportFiltersWithDefaults instantiates a new UtilsAdvancedReportFilters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UtilsAdvancedReportFilters) GetContainerName ¶

func (o *UtilsAdvancedReportFilters) GetContainerName() []string

GetContainerName returns the ContainerName field value if set, zero value otherwise.

func (*UtilsAdvancedReportFilters) GetContainerNameOk ¶

func (o *UtilsAdvancedReportFilters) GetContainerNameOk() ([]string, bool)

GetContainerNameOk returns a tuple with the ContainerName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsAdvancedReportFilters) GetHostName ¶

func (o *UtilsAdvancedReportFilters) GetHostName() []string

GetHostName returns the HostName field value if set, zero value otherwise.

func (*UtilsAdvancedReportFilters) GetHostNameOk ¶

func (o *UtilsAdvancedReportFilters) GetHostNameOk() ([]string, bool)

GetHostNameOk returns a tuple with the HostName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsAdvancedReportFilters) GetImageName ¶

func (o *UtilsAdvancedReportFilters) GetImageName() []string

GetImageName returns the ImageName field value if set, zero value otherwise.

func (*UtilsAdvancedReportFilters) GetImageNameOk ¶

func (o *UtilsAdvancedReportFilters) GetImageNameOk() ([]string, bool)

GetImageNameOk returns a tuple with the ImageName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsAdvancedReportFilters) GetKubernetesClusterName ¶

func (o *UtilsAdvancedReportFilters) GetKubernetesClusterName() []string

GetKubernetesClusterName returns the KubernetesClusterName field value if set, zero value otherwise.

func (*UtilsAdvancedReportFilters) GetKubernetesClusterNameOk ¶

func (o *UtilsAdvancedReportFilters) GetKubernetesClusterNameOk() ([]string, bool)

GetKubernetesClusterNameOk returns a tuple with the KubernetesClusterName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsAdvancedReportFilters) GetMasked ¶

func (o *UtilsAdvancedReportFilters) GetMasked() []bool

GetMasked returns the Masked field value if set, zero value otherwise.

func (*UtilsAdvancedReportFilters) GetMaskedOk ¶

func (o *UtilsAdvancedReportFilters) GetMaskedOk() ([]bool, bool)

GetMaskedOk returns a tuple with the Masked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsAdvancedReportFilters) GetNodeId ¶

func (o *UtilsAdvancedReportFilters) GetNodeId() []string

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*UtilsAdvancedReportFilters) GetNodeIdOk ¶

func (o *UtilsAdvancedReportFilters) GetNodeIdOk() ([]string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsAdvancedReportFilters) GetPodName ¶

func (o *UtilsAdvancedReportFilters) GetPodName() []string

GetPodName returns the PodName field value if set, zero value otherwise.

func (*UtilsAdvancedReportFilters) GetPodNameOk ¶

func (o *UtilsAdvancedReportFilters) GetPodNameOk() ([]string, bool)

GetPodNameOk returns a tuple with the PodName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsAdvancedReportFilters) GetScanStatus ¶

func (o *UtilsAdvancedReportFilters) GetScanStatus() []string

GetScanStatus returns the ScanStatus field value if set, zero value otherwise.

func (*UtilsAdvancedReportFilters) GetScanStatusOk ¶

func (o *UtilsAdvancedReportFilters) GetScanStatusOk() ([]string, bool)

GetScanStatusOk returns a tuple with the ScanStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsAdvancedReportFilters) HasContainerName ¶

func (o *UtilsAdvancedReportFilters) HasContainerName() bool

HasContainerName returns a boolean if a field has been set.

func (*UtilsAdvancedReportFilters) HasHostName ¶

func (o *UtilsAdvancedReportFilters) HasHostName() bool

HasHostName returns a boolean if a field has been set.

func (*UtilsAdvancedReportFilters) HasImageName ¶

func (o *UtilsAdvancedReportFilters) HasImageName() bool

HasImageName returns a boolean if a field has been set.

func (*UtilsAdvancedReportFilters) HasKubernetesClusterName ¶

func (o *UtilsAdvancedReportFilters) HasKubernetesClusterName() bool

HasKubernetesClusterName returns a boolean if a field has been set.

func (*UtilsAdvancedReportFilters) HasMasked ¶

func (o *UtilsAdvancedReportFilters) HasMasked() bool

HasMasked returns a boolean if a field has been set.

func (*UtilsAdvancedReportFilters) HasNodeId ¶

func (o *UtilsAdvancedReportFilters) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*UtilsAdvancedReportFilters) HasPodName ¶

func (o *UtilsAdvancedReportFilters) HasPodName() bool

HasPodName returns a boolean if a field has been set.

func (*UtilsAdvancedReportFilters) HasScanStatus ¶

func (o *UtilsAdvancedReportFilters) HasScanStatus() bool

HasScanStatus returns a boolean if a field has been set.

func (UtilsAdvancedReportFilters) MarshalJSON ¶

func (o UtilsAdvancedReportFilters) MarshalJSON() ([]byte, error)

func (*UtilsAdvancedReportFilters) SetContainerName ¶

func (o *UtilsAdvancedReportFilters) SetContainerName(v []string)

SetContainerName gets a reference to the given []string and assigns it to the ContainerName field.

func (*UtilsAdvancedReportFilters) SetHostName ¶

func (o *UtilsAdvancedReportFilters) SetHostName(v []string)

SetHostName gets a reference to the given []string and assigns it to the HostName field.

func (*UtilsAdvancedReportFilters) SetImageName ¶

func (o *UtilsAdvancedReportFilters) SetImageName(v []string)

SetImageName gets a reference to the given []string and assigns it to the ImageName field.

func (*UtilsAdvancedReportFilters) SetKubernetesClusterName ¶

func (o *UtilsAdvancedReportFilters) SetKubernetesClusterName(v []string)

SetKubernetesClusterName gets a reference to the given []string and assigns it to the KubernetesClusterName field.

func (*UtilsAdvancedReportFilters) SetMasked ¶

func (o *UtilsAdvancedReportFilters) SetMasked(v []bool)

SetMasked gets a reference to the given []bool and assigns it to the Masked field.

func (*UtilsAdvancedReportFilters) SetNodeId ¶

func (o *UtilsAdvancedReportFilters) SetNodeId(v []string)

SetNodeId gets a reference to the given []string and assigns it to the NodeId field.

func (*UtilsAdvancedReportFilters) SetPodName ¶

func (o *UtilsAdvancedReportFilters) SetPodName(v []string)

SetPodName gets a reference to the given []string and assigns it to the PodName field.

func (*UtilsAdvancedReportFilters) SetScanStatus ¶

func (o *UtilsAdvancedReportFilters) SetScanStatus(v []string)

SetScanStatus gets a reference to the given []string and assigns it to the ScanStatus field.

func (UtilsAdvancedReportFilters) ToMap ¶

func (o UtilsAdvancedReportFilters) ToMap() (map[string]interface{}, error)

type UtilsReportFilters ¶

type UtilsReportFilters struct {
	AdvancedReportFilters *UtilsAdvancedReportFilters `json:"advanced_report_filters,omitempty"`
	IncludeDeadNodes      *bool                       `json:"include_dead_nodes,omitempty"`
	MostExploitableReport *bool                       `json:"most_exploitable_report,omitempty"`
	NodeType              string                      `json:"node_type"`
	ScanId                *string                     `json:"scan_id,omitempty"`
	ScanType              string                      `json:"scan_type"`
	SeverityOrCheckType   []string                    `json:"severity_or_check_type,omitempty"`
}

UtilsReportFilters struct for UtilsReportFilters

func NewUtilsReportFilters ¶

func NewUtilsReportFilters(nodeType string, scanType string) *UtilsReportFilters

NewUtilsReportFilters instantiates a new UtilsReportFilters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUtilsReportFiltersWithDefaults ¶

func NewUtilsReportFiltersWithDefaults() *UtilsReportFilters

NewUtilsReportFiltersWithDefaults instantiates a new UtilsReportFilters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UtilsReportFilters) GetAdvancedReportFilters ¶

func (o *UtilsReportFilters) GetAdvancedReportFilters() UtilsAdvancedReportFilters

GetAdvancedReportFilters returns the AdvancedReportFilters field value if set, zero value otherwise.

func (*UtilsReportFilters) GetAdvancedReportFiltersOk ¶

func (o *UtilsReportFilters) GetAdvancedReportFiltersOk() (*UtilsAdvancedReportFilters, bool)

GetAdvancedReportFiltersOk returns a tuple with the AdvancedReportFilters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsReportFilters) GetIncludeDeadNodes ¶

func (o *UtilsReportFilters) GetIncludeDeadNodes() bool

GetIncludeDeadNodes returns the IncludeDeadNodes field value if set, zero value otherwise.

func (*UtilsReportFilters) GetIncludeDeadNodesOk ¶

func (o *UtilsReportFilters) GetIncludeDeadNodesOk() (*bool, bool)

GetIncludeDeadNodesOk returns a tuple with the IncludeDeadNodes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsReportFilters) GetMostExploitableReport ¶

func (o *UtilsReportFilters) GetMostExploitableReport() bool

GetMostExploitableReport returns the MostExploitableReport field value if set, zero value otherwise.

func (*UtilsReportFilters) GetMostExploitableReportOk ¶

func (o *UtilsReportFilters) GetMostExploitableReportOk() (*bool, bool)

GetMostExploitableReportOk returns a tuple with the MostExploitableReport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsReportFilters) GetNodeType ¶

func (o *UtilsReportFilters) GetNodeType() string

GetNodeType returns the NodeType field value

func (*UtilsReportFilters) GetNodeTypeOk ¶

func (o *UtilsReportFilters) GetNodeTypeOk() (*string, bool)

GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.

func (*UtilsReportFilters) GetScanId ¶

func (o *UtilsReportFilters) GetScanId() string

GetScanId returns the ScanId field value if set, zero value otherwise.

func (*UtilsReportFilters) GetScanIdOk ¶

func (o *UtilsReportFilters) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsReportFilters) GetScanType ¶

func (o *UtilsReportFilters) GetScanType() string

GetScanType returns the ScanType field value

func (*UtilsReportFilters) GetScanTypeOk ¶

func (o *UtilsReportFilters) GetScanTypeOk() (*string, bool)

GetScanTypeOk returns a tuple with the ScanType field value and a boolean to check if the value has been set.

func (*UtilsReportFilters) GetSeverityOrCheckType ¶

func (o *UtilsReportFilters) GetSeverityOrCheckType() []string

GetSeverityOrCheckType returns the SeverityOrCheckType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UtilsReportFilters) GetSeverityOrCheckTypeOk ¶

func (o *UtilsReportFilters) GetSeverityOrCheckTypeOk() ([]string, bool)

GetSeverityOrCheckTypeOk returns a tuple with the SeverityOrCheckType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UtilsReportFilters) HasAdvancedReportFilters ¶

func (o *UtilsReportFilters) HasAdvancedReportFilters() bool

HasAdvancedReportFilters returns a boolean if a field has been set.

func (*UtilsReportFilters) HasIncludeDeadNodes ¶

func (o *UtilsReportFilters) HasIncludeDeadNodes() bool

HasIncludeDeadNodes returns a boolean if a field has been set.

func (*UtilsReportFilters) HasMostExploitableReport ¶

func (o *UtilsReportFilters) HasMostExploitableReport() bool

HasMostExploitableReport returns a boolean if a field has been set.

func (*UtilsReportFilters) HasScanId ¶

func (o *UtilsReportFilters) HasScanId() bool

HasScanId returns a boolean if a field has been set.

func (*UtilsReportFilters) HasSeverityOrCheckType ¶

func (o *UtilsReportFilters) HasSeverityOrCheckType() bool

HasSeverityOrCheckType returns a boolean if a field has been set.

func (UtilsReportFilters) MarshalJSON ¶

func (o UtilsReportFilters) MarshalJSON() ([]byte, error)

func (*UtilsReportFilters) SetAdvancedReportFilters ¶

func (o *UtilsReportFilters) SetAdvancedReportFilters(v UtilsAdvancedReportFilters)

SetAdvancedReportFilters gets a reference to the given UtilsAdvancedReportFilters and assigns it to the AdvancedReportFilters field.

func (*UtilsReportFilters) SetIncludeDeadNodes ¶

func (o *UtilsReportFilters) SetIncludeDeadNodes(v bool)

SetIncludeDeadNodes gets a reference to the given bool and assigns it to the IncludeDeadNodes field.

func (*UtilsReportFilters) SetMostExploitableReport ¶

func (o *UtilsReportFilters) SetMostExploitableReport(v bool)

SetMostExploitableReport gets a reference to the given bool and assigns it to the MostExploitableReport field.

func (*UtilsReportFilters) SetNodeType ¶

func (o *UtilsReportFilters) SetNodeType(v string)

SetNodeType sets field value

func (*UtilsReportFilters) SetScanId ¶

func (o *UtilsReportFilters) SetScanId(v string)

SetScanId gets a reference to the given string and assigns it to the ScanId field.

func (*UtilsReportFilters) SetScanType ¶

func (o *UtilsReportFilters) SetScanType(v string)

SetScanType sets field value

func (*UtilsReportFilters) SetSeverityOrCheckType ¶

func (o *UtilsReportFilters) SetSeverityOrCheckType(v []string)

SetSeverityOrCheckType gets a reference to the given []string and assigns it to the SeverityOrCheckType field.

func (UtilsReportFilters) ToMap ¶

func (o UtilsReportFilters) ToMap() (map[string]interface{}, error)

func (*UtilsReportFilters) UnmarshalJSON ¶

func (o *UtilsReportFilters) UnmarshalJSON(bytes []byte) (err error)

type UtilsScanSbomRequest ¶

type UtilsScanSbomRequest struct {
	ContainerName         *string `json:"container_name,omitempty"`
	HostName              *string `json:"host_name,omitempty"`
	ImageId               *string `json:"image_id,omitempty"`
	ImageName             *string `json:"image_name,omitempty"`
	KubernetesClusterName *string `json:"kubernetes_cluster_name,omitempty"`
	Mode                  *string `json:"mode,omitempty"`
	NodeId                *string `json:"node_id,omitempty"`
	NodeType              *string `json:"node_type,omitempty"`
	RegistryId            *string `json:"registry_id,omitempty"`
	Sbom                  string  `json:"sbom"`
	SbomFilePath          *string `json:"sbom_file_path,omitempty"`
	ScanId                string  `json:"scan_id"`
	ScanType              *string `json:"scan_type,omitempty"`
	SkipScan              *bool   `json:"skip_scan,omitempty"`
}

UtilsScanSbomRequest struct for UtilsScanSbomRequest

func NewUtilsScanSbomRequest ¶

func NewUtilsScanSbomRequest(sbom string, scanId string) *UtilsScanSbomRequest

NewUtilsScanSbomRequest instantiates a new UtilsScanSbomRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUtilsScanSbomRequestWithDefaults ¶

func NewUtilsScanSbomRequestWithDefaults() *UtilsScanSbomRequest

NewUtilsScanSbomRequestWithDefaults instantiates a new UtilsScanSbomRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UtilsScanSbomRequest) GetContainerName ¶

func (o *UtilsScanSbomRequest) GetContainerName() string

GetContainerName returns the ContainerName field value if set, zero value otherwise.

func (*UtilsScanSbomRequest) GetContainerNameOk ¶

func (o *UtilsScanSbomRequest) GetContainerNameOk() (*string, bool)

GetContainerNameOk returns a tuple with the ContainerName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsScanSbomRequest) GetHostName ¶

func (o *UtilsScanSbomRequest) GetHostName() string

GetHostName returns the HostName field value if set, zero value otherwise.

func (*UtilsScanSbomRequest) GetHostNameOk ¶

func (o *UtilsScanSbomRequest) GetHostNameOk() (*string, bool)

GetHostNameOk returns a tuple with the HostName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsScanSbomRequest) GetImageId ¶

func (o *UtilsScanSbomRequest) GetImageId() string

GetImageId returns the ImageId field value if set, zero value otherwise.

func (*UtilsScanSbomRequest) GetImageIdOk ¶

func (o *UtilsScanSbomRequest) GetImageIdOk() (*string, bool)

GetImageIdOk returns a tuple with the ImageId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsScanSbomRequest) GetImageName ¶

func (o *UtilsScanSbomRequest) GetImageName() string

GetImageName returns the ImageName field value if set, zero value otherwise.

func (*UtilsScanSbomRequest) GetImageNameOk ¶

func (o *UtilsScanSbomRequest) GetImageNameOk() (*string, bool)

GetImageNameOk returns a tuple with the ImageName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsScanSbomRequest) GetKubernetesClusterName ¶

func (o *UtilsScanSbomRequest) GetKubernetesClusterName() string

GetKubernetesClusterName returns the KubernetesClusterName field value if set, zero value otherwise.

func (*UtilsScanSbomRequest) GetKubernetesClusterNameOk ¶

func (o *UtilsScanSbomRequest) GetKubernetesClusterNameOk() (*string, bool)

GetKubernetesClusterNameOk returns a tuple with the KubernetesClusterName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsScanSbomRequest) GetMode ¶

func (o *UtilsScanSbomRequest) GetMode() string

GetMode returns the Mode field value if set, zero value otherwise.

func (*UtilsScanSbomRequest) GetModeOk ¶

func (o *UtilsScanSbomRequest) GetModeOk() (*string, bool)

GetModeOk returns a tuple with the Mode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsScanSbomRequest) GetNodeId ¶

func (o *UtilsScanSbomRequest) GetNodeId() string

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*UtilsScanSbomRequest) GetNodeIdOk ¶

func (o *UtilsScanSbomRequest) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsScanSbomRequest) GetNodeType ¶

func (o *UtilsScanSbomRequest) GetNodeType() string

GetNodeType returns the NodeType field value if set, zero value otherwise.

func (*UtilsScanSbomRequest) GetNodeTypeOk ¶

func (o *UtilsScanSbomRequest) GetNodeTypeOk() (*string, bool)

GetNodeTypeOk returns a tuple with the NodeType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsScanSbomRequest) GetRegistryId ¶

func (o *UtilsScanSbomRequest) GetRegistryId() string

GetRegistryId returns the RegistryId field value if set, zero value otherwise.

func (*UtilsScanSbomRequest) GetRegistryIdOk ¶

func (o *UtilsScanSbomRequest) GetRegistryIdOk() (*string, bool)

GetRegistryIdOk returns a tuple with the RegistryId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsScanSbomRequest) GetSbom ¶

func (o *UtilsScanSbomRequest) GetSbom() string

GetSbom returns the Sbom field value

func (*UtilsScanSbomRequest) GetSbomFilePath ¶

func (o *UtilsScanSbomRequest) GetSbomFilePath() string

GetSbomFilePath returns the SbomFilePath field value if set, zero value otherwise.

func (*UtilsScanSbomRequest) GetSbomFilePathOk ¶

func (o *UtilsScanSbomRequest) GetSbomFilePathOk() (*string, bool)

GetSbomFilePathOk returns a tuple with the SbomFilePath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsScanSbomRequest) GetSbomOk ¶

func (o *UtilsScanSbomRequest) GetSbomOk() (*string, bool)

GetSbomOk returns a tuple with the Sbom field value and a boolean to check if the value has been set.

func (*UtilsScanSbomRequest) GetScanId ¶

func (o *UtilsScanSbomRequest) GetScanId() string

GetScanId returns the ScanId field value

func (*UtilsScanSbomRequest) GetScanIdOk ¶

func (o *UtilsScanSbomRequest) GetScanIdOk() (*string, bool)

GetScanIdOk returns a tuple with the ScanId field value and a boolean to check if the value has been set.

func (*UtilsScanSbomRequest) GetScanType ¶

func (o *UtilsScanSbomRequest) GetScanType() string

GetScanType returns the ScanType field value if set, zero value otherwise.

func (*UtilsScanSbomRequest) GetScanTypeOk ¶

func (o *UtilsScanSbomRequest) GetScanTypeOk() (*string, bool)

GetScanTypeOk returns a tuple with the ScanType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsScanSbomRequest) GetSkipScan ¶

func (o *UtilsScanSbomRequest) GetSkipScan() bool

GetSkipScan returns the SkipScan field value if set, zero value otherwise.

func (*UtilsScanSbomRequest) GetSkipScanOk ¶

func (o *UtilsScanSbomRequest) GetSkipScanOk() (*bool, bool)

GetSkipScanOk returns a tuple with the SkipScan field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UtilsScanSbomRequest) HasContainerName ¶

func (o *UtilsScanSbomRequest) HasContainerName() bool

HasContainerName returns a boolean if a field has been set.

func (*UtilsScanSbomRequest) HasHostName ¶

func (o *UtilsScanSbomRequest) HasHostName() bool

HasHostName returns a boolean if a field has been set.

func (*UtilsScanSbomRequest) HasImageId ¶

func (o *UtilsScanSbomRequest) HasImageId() bool

HasImageId returns a boolean if a field has been set.

func (*UtilsScanSbomRequest) HasImageName ¶

func (o *UtilsScanSbomRequest) HasImageName() bool

HasImageName returns a boolean if a field has been set.

func (*UtilsScanSbomRequest) HasKubernetesClusterName ¶

func (o *UtilsScanSbomRequest) HasKubernetesClusterName() bool

HasKubernetesClusterName returns a boolean if a field has been set.

func (*UtilsScanSbomRequest) HasMode ¶

func (o *UtilsScanSbomRequest) HasMode() bool

HasMode returns a boolean if a field has been set.

func (*UtilsScanSbomRequest) HasNodeId ¶

func (o *UtilsScanSbomRequest) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*UtilsScanSbomRequest) HasNodeType ¶

func (o *UtilsScanSbomRequest) HasNodeType() bool

HasNodeType returns a boolean if a field has been set.

func (*UtilsScanSbomRequest) HasRegistryId ¶

func (o *UtilsScanSbomRequest) HasRegistryId() bool

HasRegistryId returns a boolean if a field has been set.

func (*UtilsScanSbomRequest) HasSbomFilePath ¶

func (o *UtilsScanSbomRequest) HasSbomFilePath() bool

HasSbomFilePath returns a boolean if a field has been set.

func (*UtilsScanSbomRequest) HasScanType ¶

func (o *UtilsScanSbomRequest) HasScanType() bool

HasScanType returns a boolean if a field has been set.

func (*UtilsScanSbomRequest) HasSkipScan ¶

func (o *UtilsScanSbomRequest) HasSkipScan() bool

HasSkipScan returns a boolean if a field has been set.

func (UtilsScanSbomRequest) MarshalJSON ¶

func (o UtilsScanSbomRequest) MarshalJSON() ([]byte, error)

func (*UtilsScanSbomRequest) SetContainerName ¶

func (o *UtilsScanSbomRequest) SetContainerName(v string)

SetContainerName gets a reference to the given string and assigns it to the ContainerName field.

func (*UtilsScanSbomRequest) SetHostName ¶

func (o *UtilsScanSbomRequest) SetHostName(v string)

SetHostName gets a reference to the given string and assigns it to the HostName field.

func (*UtilsScanSbomRequest) SetImageId ¶

func (o *UtilsScanSbomRequest) SetImageId(v string)

SetImageId gets a reference to the given string and assigns it to the ImageId field.

func (*UtilsScanSbomRequest) SetImageName ¶

func (o *UtilsScanSbomRequest) SetImageName(v string)

SetImageName gets a reference to the given string and assigns it to the ImageName field.

func (*UtilsScanSbomRequest) SetKubernetesClusterName ¶

func (o *UtilsScanSbomRequest) SetKubernetesClusterName(v string)

SetKubernetesClusterName gets a reference to the given string and assigns it to the KubernetesClusterName field.

func (*UtilsScanSbomRequest) SetMode ¶

func (o *UtilsScanSbomRequest) SetMode(v string)

SetMode gets a reference to the given string and assigns it to the Mode field.

func (*UtilsScanSbomRequest) SetNodeId ¶

func (o *UtilsScanSbomRequest) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*UtilsScanSbomRequest) SetNodeType ¶

func (o *UtilsScanSbomRequest) SetNodeType(v string)

SetNodeType gets a reference to the given string and assigns it to the NodeType field.

func (*UtilsScanSbomRequest) SetRegistryId ¶

func (o *UtilsScanSbomRequest) SetRegistryId(v string)

SetRegistryId gets a reference to the given string and assigns it to the RegistryId field.

func (*UtilsScanSbomRequest) SetSbom ¶

func (o *UtilsScanSbomRequest) SetSbom(v string)

SetSbom sets field value

func (*UtilsScanSbomRequest) SetSbomFilePath ¶

func (o *UtilsScanSbomRequest) SetSbomFilePath(v string)

SetSbomFilePath gets a reference to the given string and assigns it to the SbomFilePath field.

func (*UtilsScanSbomRequest) SetScanId ¶

func (o *UtilsScanSbomRequest) SetScanId(v string)

SetScanId sets field value

func (*UtilsScanSbomRequest) SetScanType ¶

func (o *UtilsScanSbomRequest) SetScanType(v string)

SetScanType gets a reference to the given string and assigns it to the ScanType field.

func (*UtilsScanSbomRequest) SetSkipScan ¶

func (o *UtilsScanSbomRequest) SetSkipScan(v bool)

SetSkipScan gets a reference to the given bool and assigns it to the SkipScan field.

func (UtilsScanSbomRequest) ToMap ¶

func (o UtilsScanSbomRequest) ToMap() (map[string]interface{}, error)

func (*UtilsScanSbomRequest) UnmarshalJSON ¶

func (o *UtilsScanSbomRequest) UnmarshalJSON(bytes []byte) (err error)

type VulnerabilityAPIService ¶

type VulnerabilityAPIService service

VulnerabilityAPIService VulnerabilityAPI service

func (*VulnerabilityAPIService) CountResultsVulnerabilityScans ¶

CountResultsVulnerabilityScans Get Vulnerability Scans Results

Get Vulnerability Scan results on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountResultsVulnerabilityScansRequest

func (*VulnerabilityAPIService) CountResultsVulnerabilityScansExecute ¶

Execute executes the request

@return SearchSearchCountResp

func (*VulnerabilityAPIService) DownloadSBOM ¶

DownloadSBOM Download SBOM for a node or scan id

Download SBOM for a node or scan id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDownloadSBOMRequest

func (*VulnerabilityAPIService) DownloadSBOMExecute ¶

Execute executes the request

@return ModelDownloadReportResponse

func (*VulnerabilityAPIService) GetSBOM ¶

GetSBOM Get SBOM for a node or scan id

Get SBOM for a node or scan id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSBOMRequest

func (*VulnerabilityAPIService) GetSBOMExecute ¶

Execute executes the request

@return []ModelSbomResponse

func (*VulnerabilityAPIService) IngestSbom ¶

IngestSbom Ingest SBOM from Scan

Ingest SBOM from Scan

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIngestSbomRequest

func (*VulnerabilityAPIService) IngestSbomExecute ¶

func (a *VulnerabilityAPIService) IngestSbomExecute(r ApiIngestSbomRequest) (*http.Response, error)

Execute executes the request

func (*VulnerabilityAPIService) IngestVulnerabilities ¶

IngestVulnerabilities Ingest Vulnerabilities

Ingest vulnerabilities found while scanning the agent host or containers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIngestVulnerabilitiesRequest

func (*VulnerabilityAPIService) IngestVulnerabilitiesExecute ¶

func (a *VulnerabilityAPIService) IngestVulnerabilitiesExecute(r ApiIngestVulnerabilitiesRequest) (*http.Response, error)

Execute executes the request

func (*VulnerabilityAPIService) IngestVulnerabilitiesScanStatus ¶

func (a *VulnerabilityAPIService) IngestVulnerabilitiesScanStatus(ctx context.Context) ApiIngestVulnerabilitiesScanStatusRequest

IngestVulnerabilitiesScanStatus Ingest Vulnerabilities Scan Status

Ingest vulnerabilities scan status from agent

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIngestVulnerabilitiesScanStatusRequest

func (*VulnerabilityAPIService) IngestVulnerabilitiesScanStatusExecute ¶

func (a *VulnerabilityAPIService) IngestVulnerabilitiesScanStatusExecute(r ApiIngestVulnerabilitiesScanStatusRequest) (*http.Response, error)

Execute executes the request

func (*VulnerabilityAPIService) ListVulnerabilityScans ¶

ListVulnerabilityScans Get Vulnerability Scans List

Get Vulnerability Scan list on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListVulnerabilityScansRequest

func (*VulnerabilityAPIService) ListVulnerabilityScansExecute ¶

Execute executes the request

@return ModelScanListResp

func (*VulnerabilityAPIService) ResultsVulnerabilityScans ¶

ResultsVulnerabilityScans Get Vulnerability Scans Results

Get Vulnerability Scan results on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiResultsVulnerabilityScansRequest

func (*VulnerabilityAPIService) ResultsVulnerabilityScansExecute ¶

Execute executes the request

@return ModelVulnerabilityScanResult

func (*VulnerabilityAPIService) StartVulnerabilityScan ¶

StartVulnerabilityScan Start Vulnerability Scan

Start Vulnerability Scan on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStartVulnerabilityScanRequest

func (*VulnerabilityAPIService) StartVulnerabilityScanExecute ¶

Execute executes the request

@return ModelScanTriggerResp

func (*VulnerabilityAPIService) StatusVulnerabilityScan ¶

StatusVulnerabilityScan Get Vulnerability Scan Status

Get Vulnerability Scan Status on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStatusVulnerabilityScanRequest

func (*VulnerabilityAPIService) StatusVulnerabilityScanExecute ¶

Execute executes the request

@return ModelScanStatusResp

func (*VulnerabilityAPIService) StopVulnerabilityScan ¶

StopVulnerabilityScan Stop Vulnerability Scan

Stop Vulnerability Scan on agent or registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStopVulnerabilityScanRequest

func (*VulnerabilityAPIService) StopVulnerabilityScanExecute ¶

func (a *VulnerabilityAPIService) StopVulnerabilityScanExecute(r ApiStopVulnerabilityScanRequest) (*http.Response, error)

Execute executes the request

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL