reports

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2026 License: Apache-2.0 Imports: 21 Imported by: 0

README ¶

Go API client for reports

Reporting App Discovery API Usage Metering

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: 1.0.0
  • Package version: 1.0.0
  • Generator version: 7.11.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

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

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

import reports "github.com/CiscoDevNet/go-ciscosecureaccess/reports"

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 reports.ContextServerIndex of type int.

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

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

ctx := context.WithValue(context.Background(), reports.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 reports.ContextOperationServerIndices and reports.ContextOperationServerVariables context maps.

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

Documentation for API Endpoints

All URIs are relative to https://api.sse.cisco.com

Class Method HTTP request Description
APIUsageReportAPI GetAPIUsageKeys Get /reports/v2/apiUsage/keys Get Keys
APIUsageReportAPI GetAPIUsageRequests Get /reports/v2/apiUsage/requests Get Requests
APIUsageReportAPI GetAPIUsageResponses Get /reports/v2/apiUsage/responses Get Responses
APIUsageReportAPI GetAPIUsageSummary Get /reports/v2/apiUsage/summary Get Summary
ActivityAPI GetActivities Get /reports/v2/activity Get Activities (all)
ActivityAPI GetActivityAmpRetrospective Get /reports/v2/activity/amp-retrospective Get Activity AMP Retrospective
ActivityAPI GetActivityDecryption Get /reports/v2/activity/decryption Activity Decryption
ActivityAPI GetActivityDns Get /reports/v2/activity/dns Get Activity DNS
ActivityAPI GetActivityFirewall Get /reports/v2/activity/firewall Get Activity Firewall
ActivityAPI GetActivityIP Get /reports/v2/activity/ip Get Activity IP
ActivityAPI GetActivityIntrusion Get /reports/v2/activity/intrusion Get Activity Intrusion
ActivityAPI GetActivityProxy Get /reports/v2/activity/proxy Get Activity Proxy
ActivityAPI GetActivityZTNA Get /reports/v2/activity/ztna Activity ZTNA
ApplicationCategoriesAPI GetApplicationCategories Get /reports/v2/appDiscovery/applicationCategories List Application Categories
ApplicationsAPI GetApplication Get /reports/v2/appDiscovery/applications/{applicationId} Get Application
ApplicationsAPI GetApplicationAttributes Get /reports/v2/appDiscovery/applications/{applicationId}/attributes List Application Attributes
ApplicationsAPI GetApplicationIdentities Get /reports/v2/appDiscovery/applications/{applicationId}/identities List Application Identities
ApplicationsAPI GetApplicationRisk Get /reports/v2/appDiscovery/applications/{applicationId}/risk Get Application Risk
ApplicationsAPI PatchApplications Patch /reports/v2/appDiscovery/applications Update Applications
ApplicationsAPI UpdateApplication Patch /reports/v2/appDiscovery/applications/{applicationId} Update Application
BandwidthByHourAPI GetBandwidthByHour Get /reports/v2/bandwidth-by-hour Get Bandwidth by Hour (All)
BandwidthByTimerangeAPI GetBandwidthByTimerange Get /reports/v2/bandwidth-by-timerange Get Bandwidth by Timerange (All)
DefaultAPI GetApplications Get /reports/v2/applications Get Applications
DefaultAPI GetApplicationsAppDiscovery Get /reports/v2/appDiscovery/applications List Applications
DeploymentStatusAPI GetDeploymentStatus Get /reports/v2/deployment-status Get Deployment Status
IdentitiesAPI GetProtocolIdentities Get /reports/v2/appDiscovery/protocols/{protocolId}/identities List Protocol Identities
IdentityDistributionAPI GetIdentityDistribution Get /reports/v2/identity-distribution Get Identity Distribution (All)
IdentityDistributionAPI GetIdentityDistributionType Get /reports/v2/identity-distribution/{type} Get Identity Distribution By Type
OrganizationRequestsByHourAPI GetOrganizationRequestsByHour Get /reports/v2/requests-by-hour/{type} Get Requests by Hour
OrganizationRequestsByHourAPI GetRequestsByHour Get /reports/v2/requests-by-hour Get Requests by Hour (All)
OrganizationRequestsByHourAndCategoryAPI GetRequestsByHourAndCategory Get /reports/v2/categories-by-hour Get Requests by Hour and Category (All)
OrganizationRequestsByHourAndCategoryAPI GetRequestsByHourAndCategoryAndType Get /reports/v2/categories-by-hour/{type} Get Requests by Hour and Category
OrganizationRequestsByTimerangeAPI GetRequestsByTimerange Get /reports/v2/requests-by-timerange Get Requests by Timerange (All)
OrganizationRequestsByTimerangeAPI GetRequestsByTimerangeType Get /reports/v2/requests-by-timerange/{type} Get Requests by Timerange
OrganizationRequestsByTimerangeAndCategoryAPI GetRequestsByTimerangeAndCategory Get /reports/v2/categories-by-timerange Get Requests by Timerange and Category (All)
OrganizationRequestsByTimerangeAndCategoryAPI GetRequestsByTimerangeAndCategoryType Get /reports/v2/categories-by-timerange/{type} Get Requests by Timerange and Category
PrivateResourceAPI GetPrivateResourceDetailedStatsIdentities Get /reports/v2/private-resources/detailed-stats-identities Get Private Resource Access Statistics in Identity Report
PrivateResourceAPI GetPrivateResourceDetailedStatsTimerange Get /reports/v2/private-resources/detailed-stats-timerange Get Private Resource Access Statistics in Details Report
PrivateResourceAPI GetPrivateResourceStats Get /reports/v2/private-resources/summary-stats Get Private Resource Access Statistics in Summary Report
ProtocolsAPI GetProtocol Get /reports/v2/appDiscovery/protocols/{protocolId} Get Protocol
ProtocolsAPI GetProtocols Get /reports/v2/appDiscovery/protocols List Protocols
RemoteAccessAPI GetRemoteAccessEvents Get /reports/v2/remote-access-events Get Remote Access Events
RequestsResourceConnectorAPI GetTotalRequestsForAppConnector Get /reports/v2/requests-by-appconnector Get Total Requests by Resource Connector
RequestsResourceConnectorAPI GetTotalRequestsForAppConnectorGroup Get /reports/v2/requests-by-appconnector-group Get Total Requests by Resource Connector Group
RequestsSummaryResourceConnectorGroupsAPI GetRequestsSummaryForAppConnectorGroups Get /reports/v2/requests-summary/appconnector-groups Get Requests Summary for Resource Connector Groups
ResourceConnectorsAPI GetDetailedStatsForAppConnector Get /reports/v2/app-connectors/detailed-stats-timerange Get Detailed Resource Connector Statistics
ResourceConnectorsAPI GetDetailedStatsForAppConnectorGroups Get /reports/v2/app-connectors/groups/detailed-stats-timerange Get Detailed Resource Connector Group Statistics
ResourceConnectorsAPI GetOverloadedGroupsCount Get /reports/v2/app-connectors/groups/overloaded-count Get Count of Overloaded Groups
RulesActivityAPI RulesActivity Get /reports/v2/rules-activity Get the Rules for the Event Activity
SummariesByCategoryAPI GetSummariesByCategory Get /reports/v2/summaries-by-category Get Summaries by Category (All)
SummariesByCategoryAPI GetSummariesByCategoryType Get /reports/v2/summaries-by-category/{type} Get Summaries by Category For Type
SummariesByDestinationAPI GetSummariesByDestination Get /reports/v2/summaries-by-destination Get Summaries by Destination (All)
SummariesByDestinationAPI GetSummariesByDestinationType Get /reports/v2/summaries-by-destination/{type} Get Summaries by Destination For Type
SummariesByRuleAPI GetSummariesByRuleFirewallHitcount Get /reports/v2/summaries-by-rule/firewall-hitcount Get Summaries by Rule for Policy Rule Firewall Hit Count
SummariesByRuleAPI GetSummariesByRuleHitcount Get /reports/v2/summaries-by-rule/hitcount Get Summaries by Rule for Policy Rule Hit Count
SummariesByRuleAPI GetSummariesByRuleIntrusion Get /reports/v2/summaries-by-rule/intrusion Get Summaries by Rule
SummaryAPI GetSummary Get /reports/v2/summary Get Summary (All)
SummaryAPI GetSummaryByType Get /reports/v2/summary/{type} Get Summary By Type
TopCategoriesAPI GetTopCategories Get /reports/v2/top-categories Get Top Categories (All)
TopCategoriesAPI GetTopCategoriesType Get /reports/v2/top-categories/{type} Get Top Categories By Type
TopDNSQueryTypesAPI GetTopDNSQueryTypes Get /reports/v2/top-dns-query-types Get Top DNS Query Types
TopDestinationsAPI GetTopDestinations Get /reports/v2/top-destinations Get Top Destinations
TopDestinationsAPI GetTopDestinationsType Get /reports/v2/top-destinations/{type} Get Top Destinations By Type
TopDestinationsAPI GetTopUrls Get /reports/v2/top-urls Get Top URLs
TopEventTypesAPI GetTopEventTypes Get /reports/v2/top-eventtypes Get Top Event Types (All)
TopFilesAPI GetTopFilesProxy Get /reports/v2/top-files Get Top Files (Proxy)
TopIPsAPI GetTopIps Get /reports/v2/top-ips Get Top IPs
TopIPsAPI GetTopIpsInternal Get /reports/v2/top-ips/internal Get Top IPs Internal
TopIdentitiesAPI GetTopIdentities Get /reports/v2/top-identities Get Top Identities (All)
TopIdentitiesAPI GetTopIdentitiesType Get /reports/v2/top-identities/{type} Get Top Identities
TopResourcesAPI GetTopResources Get /reports/v2/top-resources Top Resources (all)
TopResourcesAPI GetTopResourcesType Get /reports/v2/top-resources/{type} Top Resources by Type
TopThreatTypesAPI GetTopThreatTypes Get /reports/v2/top-threat-types Get Top Threat Types (All)
TopThreatTypesAPI GetTopThreatTypesByType Get /reports/v2/top-threat-types/{type} Get Top Threat Types By Type
TopThreatsAPI GetTopThreats Get /reports/v2/top-threats Get Top Threats (All)
TopThreatsAPI GetTopThreatsByType Get /reports/v2/top-threats/{type} Get Top Threats (By Type)
TotalRequestsAPI GetTotalRequests Get /reports/v2/total-requests Get Total Requests (All)
TotalRequestsAPI GetTotalRequestsByType Get /reports/v2/total-requests/{type} Get Total Requests (By Type)
UniqueResourcesAPI GetUniqueResources Get /reports/v2/unique-resources Get Unique Resources (All)
UsageMetricsAPI GetUsageMetrics Get /reports/v2/usage/metrics List Usage Metrics
UtilityAPI GetCategories Get /reports/v2/categories Get Categories
UtilityAPI GetIdentities Get /reports/v2/identities Get Identities
UtilityAPI GetIdentity Get /reports/v2/identities/{identityid} Get Identity
UtilityAPI GetThreatName Get /reports/v2/threat-names/{threatnameid} Get Threat Name By Threat ID
UtilityAPI GetThreatNames Get /reports/v2/threat-names Get Threat Names
UtilityAPI GetThreatType Get /reports/v2/threat-types/{threattypeid} Get Threat Type By Threat ID
UtilityAPI GetThreatTypes Get /reports/v2/threat-types Get Threat Types
UtilityAPI PostIdentities Post /reports/v2/identities Get Identities By IDs

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

oauthFlow
  • Type: OAuth
  • Flow: application
  • Authorization URL:
  • Scopes:
  • reports.granularEvents:read: Read reports granular events
  • reports.utilities:read: Read reports utilities
  • reports.aggregations:read: Read reports aggregations
  • reports.summariesByRule:read: Read reports for the summaries of the rule
  • reports.privateResources:read: Read reports for the private resources
  • reports.appDiscovery:write: Write reports app discovery
  • reports.appDiscovery:read: Read reports app discovery
  • reports.usage.metrics:read: Get usage data
  • reports.apiusage:read: Read the API Usage reports

Example

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

Or via OAuth2 module to automatically refresh tokens and perform user authentication.

import "golang.org/x/oauth2"

/* Perform OAuth2 round trip request and obtain a token */

tokenSource := oauth2cfg.TokenSource(createContext(httpClient), &token)
auth := context.WithValue(oauth2.NoContext, reports.ContextOAuth2, tokenSource)
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

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 (
	// ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
	ContextOAuth2 = contextKey("token")

	// 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")
)
View Source
var AllowedAppTypeEnumValues = []AppType{
	"saas",
	"paas",
	"iaas",
}

All allowed values of AppType enum

View Source
var AllowedBusinessRiskEnumValues = []BusinessRisk{
	"veryLow",
	"low",
	"medium",
	"high",
	"veryHigh",
	"na",
}

All allowed values of BusinessRisk enum

View Source
var AllowedDataStorageEnumValues = []DataStorage{
	"noStorage",
	"structured",
	"unstructured",
	"na",
}

All allowed values of DataStorage enum

View Source
var AllowedFinancialViabilityEnumValues = []FinancialViability{
	"low",
	"medium",
	"high",
	"veryHigh",
	"na",
}

All allowed values of FinancialViability enum

View Source
var AllowedLabelEnumValues = []Label{
	"unreviewed",
	"approved",
	"notApproved",
	"underAudit",
}

All allowed values of Label enum

View Source
var AllowedSeverityEnumValues = []Severity{
	"HIGH",
	"MEDIUM",
	"LOW",
	"VERY LOW",
}

All allowed values of Severity enum

View Source
var AllowedTunnelStatusEnumValues = []TunnelStatus{
	"UP",
	"DOWN",
}

All allowed values of TunnelStatus enum

View Source
var AllowedUsageTypeEnumValues = []UsageType{
	"indirect",
	"personal",
	"corporate",
	"na",
}

All allowed values of UsageType enum

View Source
var AllowedVerdictDetectedEnumValues = []VerdictDetected{
	"detected",
}

All allowed values of VerdictDetected enum

View Source
var AllowedVerdictEnumValues = []Verdict{
	"allowed",
	"blocked",
}

All allowed values of Verdict enum

View Source
var AllowedWeightedRiskEnumValues = []WeightedRisk{
	"veryLow",
	"low",
	"medium",
	"high",
	"veryHigh",
}

All allowed values of WeightedRisk enum

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 {
	APIUsageReportAPI *APIUsageReportAPIService

	ActivityAPI *ActivityAPIService

	ApplicationCategoriesAPI *ApplicationCategoriesAPIService

	ApplicationsAPI *ApplicationsAPIService

	BandwidthByHourAPI *BandwidthByHourAPIService

	BandwidthByTimerangeAPI *BandwidthByTimerangeAPIService

	DefaultAPI *DefaultAPIService

	DeploymentStatusAPI *DeploymentStatusAPIService

	IdentitiesAPI *IdentitiesAPIService

	IdentityDistributionAPI *IdentityDistributionAPIService

	OrganizationRequestsByHourAPI *OrganizationRequestsByHourAPIService

	OrganizationRequestsByHourAndCategoryAPI *OrganizationRequestsByHourAndCategoryAPIService

	OrganizationRequestsByTimerangeAPI *OrganizationRequestsByTimerangeAPIService

	OrganizationRequestsByTimerangeAndCategoryAPI *OrganizationRequestsByTimerangeAndCategoryAPIService

	PrivateResourceAPI *PrivateResourceAPIService

	ProtocolsAPI *ProtocolsAPIService

	RemoteAccessAPI *RemoteAccessAPIService

	RequestsResourceConnectorAPI *RequestsResourceConnectorAPIService

	RequestsSummaryResourceConnectorGroupsAPI *RequestsSummaryResourceConnectorGroupsAPIService

	ResourceConnectorsAPI *ResourceConnectorsAPIService

	RulesActivityAPI *RulesActivityAPIService

	SummariesByCategoryAPI *SummariesByCategoryAPIService

	SummariesByDestinationAPI *SummariesByDestinationAPIService

	SummariesByRuleAPI *SummariesByRuleAPIService

	SummaryAPI *SummaryAPIService

	TopCategoriesAPI *TopCategoriesAPIService

	TopDNSQueryTypesAPI *TopDNSQueryTypesAPIService

	TopDestinationsAPI *TopDestinationsAPIService

	TopEventTypesAPI *TopEventTypesAPIService

	TopFilesAPI *TopFilesAPIService

	TopIPsAPI *TopIPsAPIService

	TopIdentitiesAPI *TopIdentitiesAPIService

	TopResourcesAPI *TopResourcesAPIService

	TopThreatTypesAPI *TopThreatTypesAPIService

	TopThreatsAPI *TopThreatsAPIService

	TotalRequestsAPI *TotalRequestsAPIService

	UniqueResourcesAPI *UniqueResourcesAPIService

	UsageMetricsAPI *UsageMetricsAPIService

	UtilityAPI *UtilityAPIService
	// contains filtered or unexported fields
}

APIClient manages communication with the Cisco Secure Access Reports API v1.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 APIUsageReportAPIService ¶

type APIUsageReportAPIService service

APIUsageReportAPIService APIUsageReportAPI service

func (*APIUsageReportAPIService) GetAPIUsageKeys ¶

GetAPIUsageKeys Get Keys

Get the API key usage information, including the total number of API requests within a specific time period.

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

func (*APIUsageReportAPIService) GetAPIUsageKeysExecute ¶

func (a *APIUsageReportAPIService) GetAPIUsageKeysExecute(r ApiGetAPIUsageKeysRequest) (*Keys, *http.Response, error)

Execute executes the request

@return Keys

func (*APIUsageReportAPIService) GetAPIUsageRequests ¶

GetAPIUsageRequests Get Requests

Get the information about the API requests for the organization within a specific time period, including the total number of API requests for the type of client program.

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

func (*APIUsageReportAPIService) GetAPIUsageRequestsExecute ¶

func (a *APIUsageReportAPIService) GetAPIUsageRequestsExecute(r ApiGetAPIUsageRequestsRequest) (*Requests, *http.Response, error)

Execute executes the request

@return Requests

func (*APIUsageReportAPIService) GetAPIUsageResponses ¶

GetAPIUsageResponses Get Responses

Get the information about the API responses for the organization within a specific time period, including the total number of API responses and the HTTP status codes.

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

func (*APIUsageReportAPIService) GetAPIUsageResponsesExecute ¶

func (a *APIUsageReportAPIService) GetAPIUsageResponsesExecute(r ApiGetAPIUsageResponsesRequest) (*Responses, *http.Response, error)

Execute executes the request

@return Responses

func (*APIUsageReportAPIService) GetAPIUsageSummary ¶

GetAPIUsageSummary Get Summary

Get the total number API requests, and the counts of the successful and failed API requests within a specific time period.

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

func (*APIUsageReportAPIService) GetAPIUsageSummaryExecute ¶

func (a *APIUsageReportAPIService) GetAPIUsageSummaryExecute(r ApiGetAPIUsageSummaryRequest) (*Summary, *http.Response, error)

Execute executes the request

@return Summary

type ActivityAMPRetro ¶

type ActivityAMPRetro struct {
	// The timestamp represented in seconds.
	Timestamp int64 `json:"timestamp"`
	// The date and time (a timestamp expressed in seconds) when the malware event was first recorded.
	Firstseenat int64 `json:"firstseenat"`
	// The disposition for the entry.
	Disposition string `json:"disposition"`
	// The score for the entry.
	Score int64 `json:"score"`
	// The hostname for the entry.
	Hostname string `json:"hostname"`
	// The name of the malware for the entry.
	Malwarename string `json:"malwarename"`
	// The SHA256 hash for the entry.
	Sha256               string `json:"sha256"`
	AdditionalProperties map[string]interface{}
}

ActivityAMPRetro The information about the AMP activity.

func NewActivityAMPRetro ¶

func NewActivityAMPRetro(timestamp int64, firstseenat int64, disposition string, score int64, hostname string, malwarename string, sha256 string) *ActivityAMPRetro

NewActivityAMPRetro instantiates a new ActivityAMPRetro 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 NewActivityAMPRetroWithDefaults ¶

func NewActivityAMPRetroWithDefaults() *ActivityAMPRetro

NewActivityAMPRetroWithDefaults instantiates a new ActivityAMPRetro 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 (*ActivityAMPRetro) GetDisposition ¶

func (o *ActivityAMPRetro) GetDisposition() string

GetDisposition returns the Disposition field value

func (*ActivityAMPRetro) GetDispositionOk ¶

func (o *ActivityAMPRetro) GetDispositionOk() (*string, bool)

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

func (*ActivityAMPRetro) GetFirstseenat ¶

func (o *ActivityAMPRetro) GetFirstseenat() int64

GetFirstseenat returns the Firstseenat field value

func (*ActivityAMPRetro) GetFirstseenatOk ¶

func (o *ActivityAMPRetro) GetFirstseenatOk() (*int64, bool)

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

func (*ActivityAMPRetro) GetHostname ¶

func (o *ActivityAMPRetro) GetHostname() string

GetHostname returns the Hostname field value

func (*ActivityAMPRetro) GetHostnameOk ¶

func (o *ActivityAMPRetro) GetHostnameOk() (*string, bool)

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

func (*ActivityAMPRetro) GetMalwarename ¶

func (o *ActivityAMPRetro) GetMalwarename() string

GetMalwarename returns the Malwarename field value

func (*ActivityAMPRetro) GetMalwarenameOk ¶

func (o *ActivityAMPRetro) GetMalwarenameOk() (*string, bool)

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

func (*ActivityAMPRetro) GetScore ¶

func (o *ActivityAMPRetro) GetScore() int64

GetScore returns the Score field value

func (*ActivityAMPRetro) GetScoreOk ¶

func (o *ActivityAMPRetro) GetScoreOk() (*int64, bool)

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

func (*ActivityAMPRetro) GetSha256 ¶

func (o *ActivityAMPRetro) GetSha256() string

GetSha256 returns the Sha256 field value

func (*ActivityAMPRetro) GetSha256Ok ¶

func (o *ActivityAMPRetro) GetSha256Ok() (*string, bool)

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

func (*ActivityAMPRetro) GetTimestamp ¶

func (o *ActivityAMPRetro) GetTimestamp() int64

GetTimestamp returns the Timestamp field value

func (*ActivityAMPRetro) GetTimestampOk ¶

func (o *ActivityAMPRetro) GetTimestampOk() (*int64, bool)

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

func (ActivityAMPRetro) MarshalJSON ¶

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

func (*ActivityAMPRetro) SetDisposition ¶

func (o *ActivityAMPRetro) SetDisposition(v string)

SetDisposition sets field value

func (*ActivityAMPRetro) SetFirstseenat ¶

func (o *ActivityAMPRetro) SetFirstseenat(v int64)

SetFirstseenat sets field value

func (*ActivityAMPRetro) SetHostname ¶

func (o *ActivityAMPRetro) SetHostname(v string)

SetHostname sets field value

func (*ActivityAMPRetro) SetMalwarename ¶

func (o *ActivityAMPRetro) SetMalwarename(v string)

SetMalwarename sets field value

func (*ActivityAMPRetro) SetScore ¶

func (o *ActivityAMPRetro) SetScore(v int64)

SetScore sets field value

func (*ActivityAMPRetro) SetSha256 ¶

func (o *ActivityAMPRetro) SetSha256(v string)

SetSha256 sets field value

func (*ActivityAMPRetro) SetTimestamp ¶

func (o *ActivityAMPRetro) SetTimestamp(v int64)

SetTimestamp sets field value

func (ActivityAMPRetro) ToMap ¶

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

func (*ActivityAMPRetro) UnmarshalJSON ¶

func (o *ActivityAMPRetro) UnmarshalJSON(data []byte) (err error)

type ActivityAPIService ¶

type ActivityAPIService service

ActivityAPIService ActivityAPI service

func (*ActivityAPIService) GetActivities ¶

GetActivities Get Activities (all)

List all activities (dns/proxy/firewall/ip/intrusion/ztna/decryption) within the timeframe. **Note:** The IP activity report is not available.

**Access Scope:** Reports > Aggregations > Read-Only

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

func (*ActivityAPIService) GetActivitiesExecute ¶

Execute executes the request

@return GetActivities200Response

func (*ActivityAPIService) GetActivityAmpRetrospective ¶

func (a *ActivityAPIService) GetActivityAmpRetrospective(ctx context.Context) ApiGetActivityAmpRetrospectiveRequest

GetActivityAmpRetrospective Get Activity AMP Retrospective

List all AMP retrospective activity within the timeframe.

**Access Scope:** Reports > Aggregations > Read-Only

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

func (*ActivityAPIService) GetActivityAmpRetrospectiveExecute ¶

Execute executes the request

@return GetActivityAmpRetrospective200Response

func (*ActivityAPIService) GetActivityDecryption ¶

func (a *ActivityAPIService) GetActivityDecryption(ctx context.Context) ApiGetActivityDecryptionRequest

GetActivityDecryption Activity Decryption

List all decryption entries within the timeframe.

**Access Scope:** Reports > Aggregations > Read-Only

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

func (*ActivityAPIService) GetActivityDecryptionExecute ¶

Execute executes the request

@return GetActivityDecryption200Response

func (*ActivityAPIService) GetActivityDns ¶

GetActivityDns Get Activity DNS

List all DNS entries within the timeframe.

**Access Scope:** Reports > Aggregations > Read-Only

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

func (*ActivityAPIService) GetActivityDnsExecute ¶

Execute executes the request

@return GetActivityDns200Response

func (*ActivityAPIService) GetActivityFirewall ¶

GetActivityFirewall Get Activity Firewall

List all firewall activity within the timeframe.

**Access Scope:** Reports > Aggregations > Read-Only

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

func (*ActivityAPIService) GetActivityFirewallExecute ¶

Execute executes the request

@return GetActivityFirewall200Response

func (*ActivityAPIService) GetActivityIP ¶

GetActivityIP Get Activity IP

(Deprecated) List all IP activity within the timeframe.

**Access Scope:** Reports > Aggregations > Read-Only

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

func (*ActivityAPIService) GetActivityIPExecute ¶

Execute executes the request

@return GetActivityIP200Response

func (*ActivityAPIService) GetActivityIntrusion ¶

GetActivityIntrusion Get Activity Intrusion

List all Intrusion Prevention System (IPS) activity within the timeframe.

**Access Scope:** Reports > Aggregations > Read-Only

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

func (*ActivityAPIService) GetActivityIntrusionExecute ¶

Execute executes the request

@return GetActivityIntrusion200Response

func (*ActivityAPIService) GetActivityProxy ¶

GetActivityProxy Get Activity Proxy

List all proxy entries within the timeframe.

**Access Scope:** Reports > Aggregations > Read-Only

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

func (*ActivityAPIService) GetActivityProxyExecute ¶

Execute executes the request

@return GetActivityProxy200Response

func (*ActivityAPIService) GetActivityZTNA ¶

GetActivityZTNA Activity ZTNA

List all Zero Trust Network Access (ZTNA) entries within the timeframe.

**Access Scope:** Reports > Aggregations > Read-Only

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

func (*ActivityAPIService) GetActivityZTNAExecute ¶

Execute executes the request

@return GetActivityZTNA200Response

type ActivityDecryption ¶

type ActivityDecryption struct {
	// The date from the timestamp based on the timezone parameter.
	Date string `json:"date"`
	// The time in 24-hour format based on the timezone parameter.
	Time string `json:"time"`
	// type of the request. Decryption
	Type string `json:"type"`
	// Type of decryption action (Decrypt Inbound, Decrypt Outbound, Do Not Decrypt, Decrypt Error).
	DecryptAction string `json:"decryptAction"`
	// The timestamp represented in milliseconds.
	Timestamp int64 `json:"timestamp"`
	// The list of identities for the entry.
	Identities           []Identity `json:"identities"`
	AdditionalProperties map[string]interface{}
}

ActivityDecryption The information about the decrypted traffic in the Activity report.

func NewActivityDecryption ¶

func NewActivityDecryption(date string, time string, type_ string, decryptAction string, timestamp int64, identities []Identity) *ActivityDecryption

NewActivityDecryption instantiates a new ActivityDecryption 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 NewActivityDecryptionWithDefaults ¶

func NewActivityDecryptionWithDefaults() *ActivityDecryption

NewActivityDecryptionWithDefaults instantiates a new ActivityDecryption 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 (*ActivityDecryption) GetDate ¶

func (o *ActivityDecryption) GetDate() string

GetDate returns the Date field value

func (*ActivityDecryption) GetDateOk ¶

func (o *ActivityDecryption) GetDateOk() (*string, bool)

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

func (*ActivityDecryption) GetDecryptAction ¶

func (o *ActivityDecryption) GetDecryptAction() string

GetDecryptAction returns the DecryptAction field value

func (*ActivityDecryption) GetDecryptActionOk ¶

func (o *ActivityDecryption) GetDecryptActionOk() (*string, bool)

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

func (*ActivityDecryption) GetIdentities ¶

func (o *ActivityDecryption) GetIdentities() []Identity

GetIdentities returns the Identities field value

func (*ActivityDecryption) GetIdentitiesOk ¶

func (o *ActivityDecryption) GetIdentitiesOk() ([]Identity, bool)

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

func (*ActivityDecryption) GetTime ¶

func (o *ActivityDecryption) GetTime() string

GetTime returns the Time field value

func (*ActivityDecryption) GetTimeOk ¶

func (o *ActivityDecryption) GetTimeOk() (*string, bool)

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

func (*ActivityDecryption) GetTimestamp ¶

func (o *ActivityDecryption) GetTimestamp() int64

GetTimestamp returns the Timestamp field value

func (*ActivityDecryption) GetTimestampOk ¶

func (o *ActivityDecryption) GetTimestampOk() (*int64, bool)

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

func (*ActivityDecryption) GetType ¶

func (o *ActivityDecryption) GetType() string

GetType returns the Type field value

func (*ActivityDecryption) GetTypeOk ¶

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

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

func (ActivityDecryption) MarshalJSON ¶

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

func (*ActivityDecryption) SetDate ¶

func (o *ActivityDecryption) SetDate(v string)

SetDate sets field value

func (*ActivityDecryption) SetDecryptAction ¶

func (o *ActivityDecryption) SetDecryptAction(v string)

SetDecryptAction sets field value

func (*ActivityDecryption) SetIdentities ¶

func (o *ActivityDecryption) SetIdentities(v []Identity)

SetIdentities sets field value

func (*ActivityDecryption) SetTime ¶

func (o *ActivityDecryption) SetTime(v string)

SetTime sets field value

func (*ActivityDecryption) SetTimestamp ¶

func (o *ActivityDecryption) SetTimestamp(v int64)

SetTimestamp sets field value

func (*ActivityDecryption) SetType ¶

func (o *ActivityDecryption) SetType(v string)

SetType sets field value

func (ActivityDecryption) ToMap ¶

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

func (*ActivityDecryption) UnmarshalJSON ¶

func (o *ActivityDecryption) UnmarshalJSON(data []byte) (err error)

type ActivityDns ¶

type ActivityDns struct {
	// The external IP for the entry.
	Externalip string `json:"externalip"`
	// The internal IP for the entry.
	Internalip string `json:"internalip"`
	// The list of the policy categories.
	Policycategories []Category `json:"policycategories"`
	// The list of categories.
	Categories []Category `json:"categories"`
	Verdict    Verdict    `json:"verdict"`
	// The domain name for the entry.
	Domain string `json:"domain"`
	// The timestamp represented in milliseconds.
	Timestamp int64 `json:"timestamp"`
	// The list of identities for the entry.
	Identities []Identity `json:"identities"`
	// The list of all applications for the entry.
	Allapplications []Application `json:"allapplications"`
	// The list of threats for the entry.
	Threats []Threat `json:"threats"`
	// The type of the request. A DNS request always has the type dns.
	Type string `json:"type"`
	// The type of the DNS request.
	Querytype string `json:"querytype"`
	// The date from the timestamp based on the timezone parameter.
	Date string `json:"date"`
	// The time in 24-hour format based on the timezone parameter.
	Time string `json:"time"`
	// The DNS return code for this request.
	Returncode int64 `json:"returncode"`
	// The list of allowed applications.
	Allowedapplications []Application `json:"allowedapplications"`
	// The list of blocked applications.
	Blockedapplications  []Application `json:"blockedapplications"`
	AdditionalProperties map[string]interface{}
}

ActivityDns The information about the DNS activity.

func NewActivityDns ¶

func NewActivityDns(externalip string, internalip string, policycategories []Category, categories []Category, verdict Verdict, domain string, timestamp int64, identities []Identity, allapplications []Application, threats []Threat, type_ string, querytype string, date string, time string, returncode int64, allowedapplications []Application, blockedapplications []Application) *ActivityDns

NewActivityDns instantiates a new ActivityDns 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 NewActivityDnsWithDefaults ¶

func NewActivityDnsWithDefaults() *ActivityDns

NewActivityDnsWithDefaults instantiates a new ActivityDns 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 (*ActivityDns) GetAllapplications ¶

func (o *ActivityDns) GetAllapplications() []Application

GetAllapplications returns the Allapplications field value

func (*ActivityDns) GetAllapplicationsOk ¶

func (o *ActivityDns) GetAllapplicationsOk() ([]Application, bool)

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

func (*ActivityDns) GetAllowedapplications ¶

func (o *ActivityDns) GetAllowedapplications() []Application

GetAllowedapplications returns the Allowedapplications field value

func (*ActivityDns) GetAllowedapplicationsOk ¶

func (o *ActivityDns) GetAllowedapplicationsOk() ([]Application, bool)

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

func (*ActivityDns) GetBlockedapplications ¶

func (o *ActivityDns) GetBlockedapplications() []Application

GetBlockedapplications returns the Blockedapplications field value

func (*ActivityDns) GetBlockedapplicationsOk ¶

func (o *ActivityDns) GetBlockedapplicationsOk() ([]Application, bool)

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

func (*ActivityDns) GetCategories ¶

func (o *ActivityDns) GetCategories() []Category

GetCategories returns the Categories field value

func (*ActivityDns) GetCategoriesOk ¶

func (o *ActivityDns) GetCategoriesOk() ([]Category, bool)

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

func (*ActivityDns) GetDate ¶

func (o *ActivityDns) GetDate() string

GetDate returns the Date field value

func (*ActivityDns) GetDateOk ¶

func (o *ActivityDns) GetDateOk() (*string, bool)

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

func (*ActivityDns) GetDomain ¶

func (o *ActivityDns) GetDomain() string

GetDomain returns the Domain field value

func (*ActivityDns) GetDomainOk ¶

func (o *ActivityDns) GetDomainOk() (*string, bool)

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

func (*ActivityDns) GetExternalip ¶

func (o *ActivityDns) GetExternalip() string

GetExternalip returns the Externalip field value

func (*ActivityDns) GetExternalipOk ¶

func (o *ActivityDns) GetExternalipOk() (*string, bool)

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

func (*ActivityDns) GetIdentities ¶

func (o *ActivityDns) GetIdentities() []Identity

GetIdentities returns the Identities field value

func (*ActivityDns) GetIdentitiesOk ¶

func (o *ActivityDns) GetIdentitiesOk() ([]Identity, bool)

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

func (*ActivityDns) GetInternalip ¶

func (o *ActivityDns) GetInternalip() string

GetInternalip returns the Internalip field value

func (*ActivityDns) GetInternalipOk ¶

func (o *ActivityDns) GetInternalipOk() (*string, bool)

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

func (*ActivityDns) GetPolicycategories ¶

func (o *ActivityDns) GetPolicycategories() []Category

GetPolicycategories returns the Policycategories field value

func (*ActivityDns) GetPolicycategoriesOk ¶

func (o *ActivityDns) GetPolicycategoriesOk() ([]Category, bool)

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

func (*ActivityDns) GetQuerytype ¶

func (o *ActivityDns) GetQuerytype() string

GetQuerytype returns the Querytype field value

func (*ActivityDns) GetQuerytypeOk ¶

func (o *ActivityDns) GetQuerytypeOk() (*string, bool)

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

func (*ActivityDns) GetReturncode ¶

func (o *ActivityDns) GetReturncode() int64

GetReturncode returns the Returncode field value

func (*ActivityDns) GetReturncodeOk ¶

func (o *ActivityDns) GetReturncodeOk() (*int64, bool)

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

func (*ActivityDns) GetThreats ¶

func (o *ActivityDns) GetThreats() []Threat

GetThreats returns the Threats field value

func (*ActivityDns) GetThreatsOk ¶

func (o *ActivityDns) GetThreatsOk() ([]Threat, bool)

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

func (*ActivityDns) GetTime ¶

func (o *ActivityDns) GetTime() string

GetTime returns the Time field value

func (*ActivityDns) GetTimeOk ¶

func (o *ActivityDns) GetTimeOk() (*string, bool)

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

func (*ActivityDns) GetTimestamp ¶

func (o *ActivityDns) GetTimestamp() int64

GetTimestamp returns the Timestamp field value

func (*ActivityDns) GetTimestampOk ¶

func (o *ActivityDns) GetTimestampOk() (*int64, bool)

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

func (*ActivityDns) GetType ¶

func (o *ActivityDns) GetType() string

GetType returns the Type field value

func (*ActivityDns) GetTypeOk ¶

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

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

func (*ActivityDns) GetVerdict ¶

func (o *ActivityDns) GetVerdict() Verdict

GetVerdict returns the Verdict field value

func (*ActivityDns) GetVerdictOk ¶

func (o *ActivityDns) GetVerdictOk() (*Verdict, bool)

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

func (ActivityDns) MarshalJSON ¶

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

func (*ActivityDns) SetAllapplications ¶

func (o *ActivityDns) SetAllapplications(v []Application)

SetAllapplications sets field value

func (*ActivityDns) SetAllowedapplications ¶

func (o *ActivityDns) SetAllowedapplications(v []Application)

SetAllowedapplications sets field value

func (*ActivityDns) SetBlockedapplications ¶

func (o *ActivityDns) SetBlockedapplications(v []Application)

SetBlockedapplications sets field value

func (*ActivityDns) SetCategories ¶

func (o *ActivityDns) SetCategories(v []Category)

SetCategories sets field value

func (*ActivityDns) SetDate ¶

func (o *ActivityDns) SetDate(v string)

SetDate sets field value

func (*ActivityDns) SetDomain ¶

func (o *ActivityDns) SetDomain(v string)

SetDomain sets field value

func (*ActivityDns) SetExternalip ¶

func (o *ActivityDns) SetExternalip(v string)

SetExternalip sets field value

func (*ActivityDns) SetIdentities ¶

func (o *ActivityDns) SetIdentities(v []Identity)

SetIdentities sets field value

func (*ActivityDns) SetInternalip ¶

func (o *ActivityDns) SetInternalip(v string)

SetInternalip sets field value

func (*ActivityDns) SetPolicycategories ¶

func (o *ActivityDns) SetPolicycategories(v []Category)

SetPolicycategories sets field value

func (*ActivityDns) SetQuerytype ¶

func (o *ActivityDns) SetQuerytype(v string)

SetQuerytype sets field value

func (*ActivityDns) SetReturncode ¶

func (o *ActivityDns) SetReturncode(v int64)

SetReturncode sets field value

func (*ActivityDns) SetThreats ¶

func (o *ActivityDns) SetThreats(v []Threat)

SetThreats sets field value

func (*ActivityDns) SetTime ¶

func (o *ActivityDns) SetTime(v string)

SetTime sets field value

func (*ActivityDns) SetTimestamp ¶

func (o *ActivityDns) SetTimestamp(v int64)

SetTimestamp sets field value

func (*ActivityDns) SetType ¶

func (o *ActivityDns) SetType(v string)

SetType sets field value

func (*ActivityDns) SetVerdict ¶

func (o *ActivityDns) SetVerdict(v Verdict)

SetVerdict sets field value

func (ActivityDns) ToMap ¶

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

func (*ActivityDns) UnmarshalJSON ¶

func (o *ActivityDns) UnmarshalJSON(data []byte) (err error)

type ActivityFirewall ¶

type ActivityFirewall struct {
	// The date from the timestamp based on the timezone parameter.
	Date string `json:"date"`
	// The destination IP for the entry.
	Destinationip string `json:"destinationip"`
	// The source IP for the entry.
	Sourceip string `json:"sourceip"`
	// The source port for the entry.
	Sourceport int64 `json:"sourceport"`
	// The destination port for entry.
	Destinationport int64 `json:"destinationport"`
	// The list of categories.
	Categories []Category `json:"categories,omitempty"`
	Verdict    Verdict    `json:"verdict"`
	// The time in 24-hour format based on the timezone parameter.
	Time string `json:"time"`
	// The timestamp represented in milliseconds.
	Timestamp int64 `json:"timestamp"`
	// The list of identities for the entry.
	Identities []Identity `json:"identities"`
	Protocol   Protocol   `json:"protocol"`
	Rule       Rule       `json:"rule"`
	// The type of the request. A firewall request always has type firewall.
	Type string `json:"type"`
	// The list of applications for the entry.
	Allapplications []Application `json:"allapplications"`
	// A list of firewall application protocols.
	Applicationprotocols []FirewallApplication `json:"applicationprotocols"`
	// The direction of the packet. It is destined either towards the internet or to the customer's network.
	Direction string `json:"direction"`
	// The size of the packet that was received.
	Packetsize           int64 `json:"packetsize"`
	AdditionalProperties map[string]interface{}
}

ActivityFirewall The information about the firewall activity.

func NewActivityFirewall ¶

func NewActivityFirewall(date string, destinationip string, sourceip string, sourceport int64, destinationport int64, verdict Verdict, time string, timestamp int64, identities []Identity, protocol Protocol, rule Rule, type_ string, allapplications []Application, applicationprotocols []FirewallApplication, direction string, packetsize int64) *ActivityFirewall

NewActivityFirewall instantiates a new ActivityFirewall 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 NewActivityFirewallWithDefaults ¶

func NewActivityFirewallWithDefaults() *ActivityFirewall

NewActivityFirewallWithDefaults instantiates a new ActivityFirewall 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 (*ActivityFirewall) GetAllapplications ¶

func (o *ActivityFirewall) GetAllapplications() []Application

GetAllapplications returns the Allapplications field value

func (*ActivityFirewall) GetAllapplicationsOk ¶

func (o *ActivityFirewall) GetAllapplicationsOk() ([]Application, bool)

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

func (*ActivityFirewall) GetApplicationprotocols ¶

func (o *ActivityFirewall) GetApplicationprotocols() []FirewallApplication

GetApplicationprotocols returns the Applicationprotocols field value

func (*ActivityFirewall) GetApplicationprotocolsOk ¶

func (o *ActivityFirewall) GetApplicationprotocolsOk() ([]FirewallApplication, bool)

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

func (*ActivityFirewall) GetCategories ¶

func (o *ActivityFirewall) GetCategories() []Category

GetCategories returns the Categories field value if set, zero value otherwise.

func (*ActivityFirewall) GetCategoriesOk ¶

func (o *ActivityFirewall) GetCategoriesOk() ([]Category, bool)

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

func (*ActivityFirewall) GetDate ¶

func (o *ActivityFirewall) GetDate() string

GetDate returns the Date field value

func (*ActivityFirewall) GetDateOk ¶

func (o *ActivityFirewall) GetDateOk() (*string, bool)

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

func (*ActivityFirewall) GetDestinationip ¶

func (o *ActivityFirewall) GetDestinationip() string

GetDestinationip returns the Destinationip field value

func (*ActivityFirewall) GetDestinationipOk ¶

func (o *ActivityFirewall) GetDestinationipOk() (*string, bool)

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

func (*ActivityFirewall) GetDestinationport ¶

func (o *ActivityFirewall) GetDestinationport() int64

GetDestinationport returns the Destinationport field value

func (*ActivityFirewall) GetDestinationportOk ¶

func (o *ActivityFirewall) GetDestinationportOk() (*int64, bool)

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

func (*ActivityFirewall) GetDirection ¶

func (o *ActivityFirewall) GetDirection() string

GetDirection returns the Direction field value

func (*ActivityFirewall) GetDirectionOk ¶

func (o *ActivityFirewall) GetDirectionOk() (*string, bool)

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

func (*ActivityFirewall) GetIdentities ¶

func (o *ActivityFirewall) GetIdentities() []Identity

GetIdentities returns the Identities field value

func (*ActivityFirewall) GetIdentitiesOk ¶

func (o *ActivityFirewall) GetIdentitiesOk() ([]Identity, bool)

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

func (*ActivityFirewall) GetPacketsize ¶

func (o *ActivityFirewall) GetPacketsize() int64

GetPacketsize returns the Packetsize field value

func (*ActivityFirewall) GetPacketsizeOk ¶

func (o *ActivityFirewall) GetPacketsizeOk() (*int64, bool)

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

func (*ActivityFirewall) GetProtocol ¶

func (o *ActivityFirewall) GetProtocol() Protocol

GetProtocol returns the Protocol field value

func (*ActivityFirewall) GetProtocolOk ¶

func (o *ActivityFirewall) GetProtocolOk() (*Protocol, bool)

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

func (*ActivityFirewall) GetRule ¶

func (o *ActivityFirewall) GetRule() Rule

GetRule returns the Rule field value

func (*ActivityFirewall) GetRuleOk ¶

func (o *ActivityFirewall) GetRuleOk() (*Rule, bool)

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

func (*ActivityFirewall) GetSourceip ¶

func (o *ActivityFirewall) GetSourceip() string

GetSourceip returns the Sourceip field value

func (*ActivityFirewall) GetSourceipOk ¶

func (o *ActivityFirewall) GetSourceipOk() (*string, bool)

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

func (*ActivityFirewall) GetSourceport ¶

func (o *ActivityFirewall) GetSourceport() int64

GetSourceport returns the Sourceport field value

func (*ActivityFirewall) GetSourceportOk ¶

func (o *ActivityFirewall) GetSourceportOk() (*int64, bool)

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

func (*ActivityFirewall) GetTime ¶

func (o *ActivityFirewall) GetTime() string

GetTime returns the Time field value

func (*ActivityFirewall) GetTimeOk ¶

func (o *ActivityFirewall) GetTimeOk() (*string, bool)

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

func (*ActivityFirewall) GetTimestamp ¶

func (o *ActivityFirewall) GetTimestamp() int64

GetTimestamp returns the Timestamp field value

func (*ActivityFirewall) GetTimestampOk ¶

func (o *ActivityFirewall) GetTimestampOk() (*int64, bool)

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

func (*ActivityFirewall) GetType ¶

func (o *ActivityFirewall) GetType() string

GetType returns the Type field value

func (*ActivityFirewall) GetTypeOk ¶

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

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

func (*ActivityFirewall) GetVerdict ¶

func (o *ActivityFirewall) GetVerdict() Verdict

GetVerdict returns the Verdict field value

func (*ActivityFirewall) GetVerdictOk ¶

func (o *ActivityFirewall) GetVerdictOk() (*Verdict, bool)

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

func (*ActivityFirewall) HasCategories ¶

func (o *ActivityFirewall) HasCategories() bool

HasCategories returns a boolean if a field has been set.

func (ActivityFirewall) MarshalJSON ¶

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

func (*ActivityFirewall) SetAllapplications ¶

func (o *ActivityFirewall) SetAllapplications(v []Application)

SetAllapplications sets field value

func (*ActivityFirewall) SetApplicationprotocols ¶

func (o *ActivityFirewall) SetApplicationprotocols(v []FirewallApplication)

SetApplicationprotocols sets field value

func (*ActivityFirewall) SetCategories ¶

func (o *ActivityFirewall) SetCategories(v []Category)

SetCategories gets a reference to the given []Category and assigns it to the Categories field.

func (*ActivityFirewall) SetDate ¶

func (o *ActivityFirewall) SetDate(v string)

SetDate sets field value

func (*ActivityFirewall) SetDestinationip ¶

func (o *ActivityFirewall) SetDestinationip(v string)

SetDestinationip sets field value

func (*ActivityFirewall) SetDestinationport ¶

func (o *ActivityFirewall) SetDestinationport(v int64)

SetDestinationport sets field value

func (*ActivityFirewall) SetDirection ¶

func (o *ActivityFirewall) SetDirection(v string)

SetDirection sets field value

func (*ActivityFirewall) SetIdentities ¶

func (o *ActivityFirewall) SetIdentities(v []Identity)

SetIdentities sets field value

func (*ActivityFirewall) SetPacketsize ¶

func (o *ActivityFirewall) SetPacketsize(v int64)

SetPacketsize sets field value

func (*ActivityFirewall) SetProtocol ¶

func (o *ActivityFirewall) SetProtocol(v Protocol)

SetProtocol sets field value

func (*ActivityFirewall) SetRule ¶

func (o *ActivityFirewall) SetRule(v Rule)

SetRule sets field value

func (*ActivityFirewall) SetSourceip ¶

func (o *ActivityFirewall) SetSourceip(v string)

SetSourceip sets field value

func (*ActivityFirewall) SetSourceport ¶

func (o *ActivityFirewall) SetSourceport(v int64)

SetSourceport sets field value

func (*ActivityFirewall) SetTime ¶

func (o *ActivityFirewall) SetTime(v string)

SetTime sets field value

func (*ActivityFirewall) SetTimestamp ¶

func (o *ActivityFirewall) SetTimestamp(v int64)

SetTimestamp sets field value

func (*ActivityFirewall) SetType ¶

func (o *ActivityFirewall) SetType(v string)

SetType sets field value

func (*ActivityFirewall) SetVerdict ¶

func (o *ActivityFirewall) SetVerdict(v Verdict)

SetVerdict sets field value

func (ActivityFirewall) ToMap ¶

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

func (*ActivityFirewall) UnmarshalJSON ¶

func (o *ActivityFirewall) UnmarshalJSON(data []byte) (err error)

type ActivityIP ¶

type ActivityIP struct {
	// The date from the timestamp based on the timezone parameter.
	Date string `json:"date"`
	// The destination IP for the entry.
	Destinationip string `json:"destinationip"`
	// The source IP for the entry.
	Sourceip string `json:"sourceip"`
	// The source port for the entry.
	Sourceport int64 `json:"sourceport"`
	// The destination port for entry.
	Destinationport int64   `json:"destinationport"`
	Verdict         Verdict `json:"verdict"`
	// The time in 24-hour format based on the timezone parameter.
	Time string `json:"time"`
	// The timestamp represented in milliseconds.
	Timestamp int64 `json:"timestamp"`
	// The list of identities for the entry.
	Identities []Identity `json:"identities"`
	// The list of categories.
	Categories []Category `json:"categories"`
	// The type of the request. An IP request always has type `ip`.
	Type                 string `json:"type"`
	AdditionalProperties map[string]interface{}
}

ActivityIP struct for ActivityIP

func NewActivityIP ¶

func NewActivityIP(date string, destinationip string, sourceip string, sourceport int64, destinationport int64, verdict Verdict, time string, timestamp int64, identities []Identity, categories []Category, type_ string) *ActivityIP

NewActivityIP instantiates a new ActivityIP 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 NewActivityIPWithDefaults ¶

func NewActivityIPWithDefaults() *ActivityIP

NewActivityIPWithDefaults instantiates a new ActivityIP 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 (*ActivityIP) GetCategories ¶

func (o *ActivityIP) GetCategories() []Category

GetCategories returns the Categories field value

func (*ActivityIP) GetCategoriesOk ¶

func (o *ActivityIP) GetCategoriesOk() ([]Category, bool)

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

func (*ActivityIP) GetDate ¶

func (o *ActivityIP) GetDate() string

GetDate returns the Date field value

func (*ActivityIP) GetDateOk ¶

func (o *ActivityIP) GetDateOk() (*string, bool)

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

func (*ActivityIP) GetDestinationip ¶

func (o *ActivityIP) GetDestinationip() string

GetDestinationip returns the Destinationip field value

func (*ActivityIP) GetDestinationipOk ¶

func (o *ActivityIP) GetDestinationipOk() (*string, bool)

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

func (*ActivityIP) GetDestinationport ¶

func (o *ActivityIP) GetDestinationport() int64

GetDestinationport returns the Destinationport field value

func (*ActivityIP) GetDestinationportOk ¶

func (o *ActivityIP) GetDestinationportOk() (*int64, bool)

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

func (*ActivityIP) GetIdentities ¶

func (o *ActivityIP) GetIdentities() []Identity

GetIdentities returns the Identities field value

func (*ActivityIP) GetIdentitiesOk ¶

func (o *ActivityIP) GetIdentitiesOk() ([]Identity, bool)

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

func (*ActivityIP) GetSourceip ¶

func (o *ActivityIP) GetSourceip() string

GetSourceip returns the Sourceip field value

func (*ActivityIP) GetSourceipOk ¶

func (o *ActivityIP) GetSourceipOk() (*string, bool)

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

func (*ActivityIP) GetSourceport ¶

func (o *ActivityIP) GetSourceport() int64

GetSourceport returns the Sourceport field value

func (*ActivityIP) GetSourceportOk ¶

func (o *ActivityIP) GetSourceportOk() (*int64, bool)

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

func (*ActivityIP) GetTime ¶

func (o *ActivityIP) GetTime() string

GetTime returns the Time field value

func (*ActivityIP) GetTimeOk ¶

func (o *ActivityIP) GetTimeOk() (*string, bool)

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

func (*ActivityIP) GetTimestamp ¶

func (o *ActivityIP) GetTimestamp() int64

GetTimestamp returns the Timestamp field value

func (*ActivityIP) GetTimestampOk ¶

func (o *ActivityIP) GetTimestampOk() (*int64, bool)

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

func (*ActivityIP) GetType ¶

func (o *ActivityIP) GetType() string

GetType returns the Type field value

func (*ActivityIP) GetTypeOk ¶

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

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

func (*ActivityIP) GetVerdict ¶

func (o *ActivityIP) GetVerdict() Verdict

GetVerdict returns the Verdict field value

func (*ActivityIP) GetVerdictOk ¶

func (o *ActivityIP) GetVerdictOk() (*Verdict, bool)

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

func (ActivityIP) MarshalJSON ¶

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

func (*ActivityIP) SetCategories ¶

func (o *ActivityIP) SetCategories(v []Category)

SetCategories sets field value

func (*ActivityIP) SetDate ¶

func (o *ActivityIP) SetDate(v string)

SetDate sets field value

func (*ActivityIP) SetDestinationip ¶

func (o *ActivityIP) SetDestinationip(v string)

SetDestinationip sets field value

func (*ActivityIP) SetDestinationport ¶

func (o *ActivityIP) SetDestinationport(v int64)

SetDestinationport sets field value

func (*ActivityIP) SetIdentities ¶

func (o *ActivityIP) SetIdentities(v []Identity)

SetIdentities sets field value

func (*ActivityIP) SetSourceip ¶

func (o *ActivityIP) SetSourceip(v string)

SetSourceip sets field value

func (*ActivityIP) SetSourceport ¶

func (o *ActivityIP) SetSourceport(v int64)

SetSourceport sets field value

func (*ActivityIP) SetTime ¶

func (o *ActivityIP) SetTime(v string)

SetTime sets field value

func (*ActivityIP) SetTimestamp ¶

func (o *ActivityIP) SetTimestamp(v int64)

SetTimestamp sets field value

func (*ActivityIP) SetType ¶

func (o *ActivityIP) SetType(v string)

SetType sets field value

func (*ActivityIP) SetVerdict ¶

func (o *ActivityIP) SetVerdict(v Verdict)

SetVerdict sets field value

func (ActivityIP) ToMap ¶

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

func (*ActivityIP) UnmarshalJSON ¶

func (o *ActivityIP) UnmarshalJSON(data []byte) (err error)

type ActivityIntrusion ¶

type ActivityIntrusion struct {
	// The category of attack detected by a rule that is part of a more general type of attack class, such as trojan-activity, attempted-user, and unknown.
	Classification string `json:"classification"`
	// The date from the timestamp based on the timezone parameter.
	Date string `json:"date"`
	// The destination IP for the entry.
	Destinationip string `json:"destinationip"`
	// The destination port for entry.
	Destinationport int64 `json:"destinationport"`
	// The list of identities for the entry.
	Identities []Identity `json:"identities"`
	Protocol   Protocol   `json:"protocol"`
	// The unique identifier of a session, which is used to group the correlated events between various services.
	Sessionid     int64         `json:"sessionid"`
	Severity      Severity      `json:"severity"`
	Signature     Signature     `json:"signature"`
	Signaturelist SignatureList `json:"signaturelist"`
	// The source IP for the entry.
	Sourceip string `json:"sourceip"`
	// The source port for the entry.
	Sourceport int64 `json:"sourceport"`
	// The time in 24-hour format based on the timezone parameter.
	Time string `json:"time"`
	// The timestamp represented in milliseconds.
	Timestamp int64 `json:"timestamp"`
	// The type of the request. An intrusion request always has type intrusion.
	Type                 string          `json:"type"`
	Verdict              VerdictDetected `json:"verdict"`
	AdditionalProperties map[string]interface{}
}

ActivityIntrusion The information about the intrusion activity.

func NewActivityIntrusion ¶

func NewActivityIntrusion(classification string, date string, destinationip string, destinationport int64, identities []Identity, protocol Protocol, sessionid int64, severity Severity, signature Signature, signaturelist SignatureList, sourceip string, sourceport int64, time string, timestamp int64, type_ string, verdict VerdictDetected) *ActivityIntrusion

NewActivityIntrusion instantiates a new ActivityIntrusion 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 NewActivityIntrusionWithDefaults ¶

func NewActivityIntrusionWithDefaults() *ActivityIntrusion

NewActivityIntrusionWithDefaults instantiates a new ActivityIntrusion 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 (*ActivityIntrusion) GetClassification ¶

func (o *ActivityIntrusion) GetClassification() string

GetClassification returns the Classification field value

func (*ActivityIntrusion) GetClassificationOk ¶

func (o *ActivityIntrusion) GetClassificationOk() (*string, bool)

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

func (*ActivityIntrusion) GetDate ¶

func (o *ActivityIntrusion) GetDate() string

GetDate returns the Date field value

func (*ActivityIntrusion) GetDateOk ¶

func (o *ActivityIntrusion) GetDateOk() (*string, bool)

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

func (*ActivityIntrusion) GetDestinationip ¶

func (o *ActivityIntrusion) GetDestinationip() string

GetDestinationip returns the Destinationip field value

func (*ActivityIntrusion) GetDestinationipOk ¶

func (o *ActivityIntrusion) GetDestinationipOk() (*string, bool)

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

func (*ActivityIntrusion) GetDestinationport ¶

func (o *ActivityIntrusion) GetDestinationport() int64

GetDestinationport returns the Destinationport field value

func (*ActivityIntrusion) GetDestinationportOk ¶

func (o *ActivityIntrusion) GetDestinationportOk() (*int64, bool)

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

func (*ActivityIntrusion) GetIdentities ¶

func (o *ActivityIntrusion) GetIdentities() []Identity

GetIdentities returns the Identities field value

func (*ActivityIntrusion) GetIdentitiesOk ¶

func (o *ActivityIntrusion) GetIdentitiesOk() ([]Identity, bool)

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

func (*ActivityIntrusion) GetProtocol ¶

func (o *ActivityIntrusion) GetProtocol() Protocol

GetProtocol returns the Protocol field value

func (*ActivityIntrusion) GetProtocolOk ¶

func (o *ActivityIntrusion) GetProtocolOk() (*Protocol, bool)

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

func (*ActivityIntrusion) GetSessionid ¶

func (o *ActivityIntrusion) GetSessionid() int64

GetSessionid returns the Sessionid field value

func (*ActivityIntrusion) GetSessionidOk ¶

func (o *ActivityIntrusion) GetSessionidOk() (*int64, bool)

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

func (*ActivityIntrusion) GetSeverity ¶

func (o *ActivityIntrusion) GetSeverity() Severity

GetSeverity returns the Severity field value

func (*ActivityIntrusion) GetSeverityOk ¶

func (o *ActivityIntrusion) GetSeverityOk() (*Severity, bool)

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

func (*ActivityIntrusion) GetSignature ¶

func (o *ActivityIntrusion) GetSignature() Signature

GetSignature returns the Signature field value

func (*ActivityIntrusion) GetSignatureOk ¶

func (o *ActivityIntrusion) GetSignatureOk() (*Signature, bool)

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

func (*ActivityIntrusion) GetSignaturelist ¶

func (o *ActivityIntrusion) GetSignaturelist() SignatureList

GetSignaturelist returns the Signaturelist field value

func (*ActivityIntrusion) GetSignaturelistOk ¶

func (o *ActivityIntrusion) GetSignaturelistOk() (*SignatureList, bool)

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

func (*ActivityIntrusion) GetSourceip ¶

func (o *ActivityIntrusion) GetSourceip() string

GetSourceip returns the Sourceip field value

func (*ActivityIntrusion) GetSourceipOk ¶

func (o *ActivityIntrusion) GetSourceipOk() (*string, bool)

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

func (*ActivityIntrusion) GetSourceport ¶

func (o *ActivityIntrusion) GetSourceport() int64

GetSourceport returns the Sourceport field value

func (*ActivityIntrusion) GetSourceportOk ¶

func (o *ActivityIntrusion) GetSourceportOk() (*int64, bool)

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

func (*ActivityIntrusion) GetTime ¶

func (o *ActivityIntrusion) GetTime() string

GetTime returns the Time field value

func (*ActivityIntrusion) GetTimeOk ¶

func (o *ActivityIntrusion) GetTimeOk() (*string, bool)

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

func (*ActivityIntrusion) GetTimestamp ¶

func (o *ActivityIntrusion) GetTimestamp() int64

GetTimestamp returns the Timestamp field value

func (*ActivityIntrusion) GetTimestampOk ¶

func (o *ActivityIntrusion) GetTimestampOk() (*int64, bool)

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

func (*ActivityIntrusion) GetType ¶

func (o *ActivityIntrusion) GetType() string

GetType returns the Type field value

func (*ActivityIntrusion) GetTypeOk ¶

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

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

func (*ActivityIntrusion) GetVerdict ¶

func (o *ActivityIntrusion) GetVerdict() VerdictDetected

GetVerdict returns the Verdict field value

func (*ActivityIntrusion) GetVerdictOk ¶

func (o *ActivityIntrusion) GetVerdictOk() (*VerdictDetected, bool)

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

func (ActivityIntrusion) MarshalJSON ¶

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

func (*ActivityIntrusion) SetClassification ¶

func (o *ActivityIntrusion) SetClassification(v string)

SetClassification sets field value

func (*ActivityIntrusion) SetDate ¶

func (o *ActivityIntrusion) SetDate(v string)

SetDate sets field value

func (*ActivityIntrusion) SetDestinationip ¶

func (o *ActivityIntrusion) SetDestinationip(v string)

SetDestinationip sets field value

func (*ActivityIntrusion) SetDestinationport ¶

func (o *ActivityIntrusion) SetDestinationport(v int64)

SetDestinationport sets field value

func (*ActivityIntrusion) SetIdentities ¶

func (o *ActivityIntrusion) SetIdentities(v []Identity)

SetIdentities sets field value

func (*ActivityIntrusion) SetProtocol ¶

func (o *ActivityIntrusion) SetProtocol(v Protocol)

SetProtocol sets field value

func (*ActivityIntrusion) SetSessionid ¶

func (o *ActivityIntrusion) SetSessionid(v int64)

SetSessionid sets field value

func (*ActivityIntrusion) SetSeverity ¶

func (o *ActivityIntrusion) SetSeverity(v Severity)

SetSeverity sets field value

func (*ActivityIntrusion) SetSignature ¶

func (o *ActivityIntrusion) SetSignature(v Signature)

SetSignature sets field value

func (*ActivityIntrusion) SetSignaturelist ¶

func (o *ActivityIntrusion) SetSignaturelist(v SignatureList)

SetSignaturelist sets field value

func (*ActivityIntrusion) SetSourceip ¶

func (o *ActivityIntrusion) SetSourceip(v string)

SetSourceip sets field value

func (*ActivityIntrusion) SetSourceport ¶

func (o *ActivityIntrusion) SetSourceport(v int64)

SetSourceport sets field value

func (*ActivityIntrusion) SetTime ¶

func (o *ActivityIntrusion) SetTime(v string)

SetTime sets field value

func (*ActivityIntrusion) SetTimestamp ¶

func (o *ActivityIntrusion) SetTimestamp(v int64)

SetTimestamp sets field value

func (*ActivityIntrusion) SetType ¶

func (o *ActivityIntrusion) SetType(v string)

SetType sets field value

func (*ActivityIntrusion) SetVerdict ¶

func (o *ActivityIntrusion) SetVerdict(v VerdictDetected)

SetVerdict sets field value

func (ActivityIntrusion) ToMap ¶

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

func (*ActivityIntrusion) UnmarshalJSON ¶

func (o *ActivityIntrusion) UnmarshalJSON(data []byte) (err error)

type ActivityProxy ¶

type ActivityProxy struct {
	// The external IP for the entry.
	Externalip string `json:"externalip"`
	// The internal IP for the entry.
	Internalip string `json:"internalip"`
	// The list of policy categories.
	Policycategories []Category `json:"policycategories"`
	// The list of categories.
	Categories []Category `json:"categories"`
	Verdict    Verdict    `json:"verdict"`
	// The timestamp represented in milliseconds.
	Timestamp int64 `json:"timestamp"`
	// The list of identities for the entry.
	Identities []Identity `json:"identities"`
	// The list of applications for the entry.
	Allapplications []Application `json:"allapplications"`
	// The list of allowed applications for the entry.
	Allowedapplications []Application `json:"allowedapplications"`
	// The list of blocked applications for the entry.
	Blockedapplications []Application `json:"blockedapplications"`
	// The response filename for the entry.
	Responsefilename string `json:"responsefilename"`
	// The blocked file type for the entry.
	Blockedfiletype string `json:"blockedfiletype"`
	// The ID of the bundle type.
	Bundleid int64    `json:"bundleid"`
	Amp      CiscoAMP `json:"amp"`
	// The type of the request. A proxy request is always of type 'proxy'.
	Type string `json:"type"`
	// Specifies whether the request is part of a tenant control policy.
	Tenantcontrols bool `json:"tenantcontrols"`
	// The port used to make the request.
	Port             NullableInt64    `json:"port"`
	Antivirusthreats AntivirusThreats `json:"antivirusthreats"`
	Policy           Policy           `json:"policy"`
	// The HTTP request method.
	Requestmethod *string `json:"requestmethod,omitempty"`
	// The response size in bytes.
	Responsesize int64 `json:"responsesize"`
	// The response size in bytes.
	Requestsize int64 `json:"requestsize"`
	// The HTTP status code (`200` or `201`).
	Statuscode int64 `json:"statuscode"`
	// The name of the browser that made the request.
	Useragent string `json:"useragent"`
	// The referring domain or URL.
	Referer string `json:"referer"`
	// The warning status.
	Warnstatus string `json:"warnstatus"`
	// The hex digest of the response content.
	Sha256             string                  `json:"sha256"`
	Isolated           Isolated                `json:"isolated"`
	Datalossprevention DataLossPreventionState `json:"datalossprevention"`
	// Specifies whether security overrides are configured.
	Securityoverridden bool `json:"securityoverridden"`
	// The type of web content, typically text/html.
	Contenttype string `json:"contenttype"`
	// The request method (GET, POST, HEAD, etc.)
	Forwardingmethod string `json:"forwardingmethod"`
	// Certificate & TLS Errors
	Httperrors []HttpError `json:"httperrors"`
	Threats    []Threat    `json:"threats"`
	Egress     Egress      `json:"egress"`
	Datacenter DataCenter  `json:"datacenter"`
	// The date from the timestamp based on the timezone parameter.
	Date string `json:"date"`
	// The time in 24-hour format based on the timezone parameter.
	Time string `json:"time"`
	// The destination IP for the entry.
	Destinationip string `json:"destinationip"`
	// The URL that was requested.
	Url                  string `json:"url"`
	AdditionalProperties map[string]interface{}
}

ActivityProxy The activity of the proxy.

func NewActivityProxy ¶

func NewActivityProxy(externalip string, internalip string, policycategories []Category, categories []Category, verdict Verdict, timestamp int64, identities []Identity, allapplications []Application, allowedapplications []Application, blockedapplications []Application, responsefilename string, blockedfiletype string, bundleid int64, amp CiscoAMP, type_ string, tenantcontrols bool, port NullableInt64, antivirusthreats AntivirusThreats, policy Policy, responsesize int64, requestsize int64, statuscode int64, useragent string, referer string, warnstatus string, sha256 string, isolated Isolated, datalossprevention DataLossPreventionState, securityoverridden bool, contenttype string, forwardingmethod string, httperrors []HttpError, threats []Threat, egress Egress, datacenter DataCenter, date string, time string, destinationip string, url string) *ActivityProxy

NewActivityProxy instantiates a new ActivityProxy 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 NewActivityProxyWithDefaults ¶

func NewActivityProxyWithDefaults() *ActivityProxy

NewActivityProxyWithDefaults instantiates a new ActivityProxy 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 (*ActivityProxy) GetAllapplications ¶

func (o *ActivityProxy) GetAllapplications() []Application

GetAllapplications returns the Allapplications field value

func (*ActivityProxy) GetAllapplicationsOk ¶

func (o *ActivityProxy) GetAllapplicationsOk() ([]Application, bool)

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

func (*ActivityProxy) GetAllowedapplications ¶

func (o *ActivityProxy) GetAllowedapplications() []Application

GetAllowedapplications returns the Allowedapplications field value

func (*ActivityProxy) GetAllowedapplicationsOk ¶

func (o *ActivityProxy) GetAllowedapplicationsOk() ([]Application, bool)

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

func (*ActivityProxy) GetAmp ¶

func (o *ActivityProxy) GetAmp() CiscoAMP

GetAmp returns the Amp field value

func (*ActivityProxy) GetAmpOk ¶

func (o *ActivityProxy) GetAmpOk() (*CiscoAMP, bool)

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

func (*ActivityProxy) GetAntivirusthreats ¶

func (o *ActivityProxy) GetAntivirusthreats() AntivirusThreats

GetAntivirusthreats returns the Antivirusthreats field value

func (*ActivityProxy) GetAntivirusthreatsOk ¶

func (o *ActivityProxy) GetAntivirusthreatsOk() (*AntivirusThreats, bool)

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

func (*ActivityProxy) GetBlockedapplications ¶

func (o *ActivityProxy) GetBlockedapplications() []Application

GetBlockedapplications returns the Blockedapplications field value

func (*ActivityProxy) GetBlockedapplicationsOk ¶

func (o *ActivityProxy) GetBlockedapplicationsOk() ([]Application, bool)

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

func (*ActivityProxy) GetBlockedfiletype ¶

func (o *ActivityProxy) GetBlockedfiletype() string

GetBlockedfiletype returns the Blockedfiletype field value

func (*ActivityProxy) GetBlockedfiletypeOk ¶

func (o *ActivityProxy) GetBlockedfiletypeOk() (*string, bool)

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

func (*ActivityProxy) GetBundleid ¶

func (o *ActivityProxy) GetBundleid() int64

GetBundleid returns the Bundleid field value

func (*ActivityProxy) GetBundleidOk ¶

func (o *ActivityProxy) GetBundleidOk() (*int64, bool)

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

func (*ActivityProxy) GetCategories ¶

func (o *ActivityProxy) GetCategories() []Category

GetCategories returns the Categories field value

func (*ActivityProxy) GetCategoriesOk ¶

func (o *ActivityProxy) GetCategoriesOk() ([]Category, bool)

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

func (*ActivityProxy) GetContenttype ¶

func (o *ActivityProxy) GetContenttype() string

GetContenttype returns the Contenttype field value

func (*ActivityProxy) GetContenttypeOk ¶

func (o *ActivityProxy) GetContenttypeOk() (*string, bool)

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

func (*ActivityProxy) GetDatacenter ¶

func (o *ActivityProxy) GetDatacenter() DataCenter

GetDatacenter returns the Datacenter field value

func (*ActivityProxy) GetDatacenterOk ¶

func (o *ActivityProxy) GetDatacenterOk() (*DataCenter, bool)

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

func (*ActivityProxy) GetDatalossprevention ¶

func (o *ActivityProxy) GetDatalossprevention() DataLossPreventionState

GetDatalossprevention returns the Datalossprevention field value

func (*ActivityProxy) GetDatalosspreventionOk ¶

func (o *ActivityProxy) GetDatalosspreventionOk() (*DataLossPreventionState, bool)

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

func (*ActivityProxy) GetDate ¶

func (o *ActivityProxy) GetDate() string

GetDate returns the Date field value

func (*ActivityProxy) GetDateOk ¶

func (o *ActivityProxy) GetDateOk() (*string, bool)

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

func (*ActivityProxy) GetDestinationip ¶

func (o *ActivityProxy) GetDestinationip() string

GetDestinationip returns the Destinationip field value

func (*ActivityProxy) GetDestinationipOk ¶

func (o *ActivityProxy) GetDestinationipOk() (*string, bool)

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

func (*ActivityProxy) GetEgress ¶

func (o *ActivityProxy) GetEgress() Egress

GetEgress returns the Egress field value

func (*ActivityProxy) GetEgressOk ¶

func (o *ActivityProxy) GetEgressOk() (*Egress, bool)

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

func (*ActivityProxy) GetExternalip ¶

func (o *ActivityProxy) GetExternalip() string

GetExternalip returns the Externalip field value

func (*ActivityProxy) GetExternalipOk ¶

func (o *ActivityProxy) GetExternalipOk() (*string, bool)

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

func (*ActivityProxy) GetForwardingmethod ¶

func (o *ActivityProxy) GetForwardingmethod() string

GetForwardingmethod returns the Forwardingmethod field value

func (*ActivityProxy) GetForwardingmethodOk ¶

func (o *ActivityProxy) GetForwardingmethodOk() (*string, bool)

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

func (*ActivityProxy) GetHttperrors ¶

func (o *ActivityProxy) GetHttperrors() []HttpError

GetHttperrors returns the Httperrors field value

func (*ActivityProxy) GetHttperrorsOk ¶

func (o *ActivityProxy) GetHttperrorsOk() ([]HttpError, bool)

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

func (*ActivityProxy) GetIdentities ¶

func (o *ActivityProxy) GetIdentities() []Identity

GetIdentities returns the Identities field value

func (*ActivityProxy) GetIdentitiesOk ¶

func (o *ActivityProxy) GetIdentitiesOk() ([]Identity, bool)

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

func (*ActivityProxy) GetInternalip ¶

func (o *ActivityProxy) GetInternalip() string

GetInternalip returns the Internalip field value

func (*ActivityProxy) GetInternalipOk ¶

func (o *ActivityProxy) GetInternalipOk() (*string, bool)

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

func (*ActivityProxy) GetIsolated ¶

func (o *ActivityProxy) GetIsolated() Isolated

GetIsolated returns the Isolated field value

func (*ActivityProxy) GetIsolatedOk ¶

func (o *ActivityProxy) GetIsolatedOk() (*Isolated, bool)

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

func (*ActivityProxy) GetPolicy ¶

func (o *ActivityProxy) GetPolicy() Policy

GetPolicy returns the Policy field value

func (*ActivityProxy) GetPolicyOk ¶

func (o *ActivityProxy) GetPolicyOk() (*Policy, bool)

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

func (*ActivityProxy) GetPolicycategories ¶

func (o *ActivityProxy) GetPolicycategories() []Category

GetPolicycategories returns the Policycategories field value

func (*ActivityProxy) GetPolicycategoriesOk ¶

func (o *ActivityProxy) GetPolicycategoriesOk() ([]Category, bool)

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

func (*ActivityProxy) GetPort ¶

func (o *ActivityProxy) GetPort() int64

GetPort returns the Port field value If the value is explicit nil, the zero value for int64 will be returned

func (*ActivityProxy) GetPortOk ¶

func (o *ActivityProxy) GetPortOk() (*int64, bool)

GetPortOk returns a tuple with the Port 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 (*ActivityProxy) GetReferer ¶

func (o *ActivityProxy) GetReferer() string

GetReferer returns the Referer field value

func (*ActivityProxy) GetRefererOk ¶

func (o *ActivityProxy) GetRefererOk() (*string, bool)

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

func (*ActivityProxy) GetRequestmethod ¶

func (o *ActivityProxy) GetRequestmethod() string

GetRequestmethod returns the Requestmethod field value if set, zero value otherwise.

func (*ActivityProxy) GetRequestmethodOk ¶

func (o *ActivityProxy) GetRequestmethodOk() (*string, bool)

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

func (*ActivityProxy) GetRequestsize ¶

func (o *ActivityProxy) GetRequestsize() int64

GetRequestsize returns the Requestsize field value

func (*ActivityProxy) GetRequestsizeOk ¶

func (o *ActivityProxy) GetRequestsizeOk() (*int64, bool)

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

func (*ActivityProxy) GetResponsefilename ¶

func (o *ActivityProxy) GetResponsefilename() string

GetResponsefilename returns the Responsefilename field value

func (*ActivityProxy) GetResponsefilenameOk ¶

func (o *ActivityProxy) GetResponsefilenameOk() (*string, bool)

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

func (*ActivityProxy) GetResponsesize ¶

func (o *ActivityProxy) GetResponsesize() int64

GetResponsesize returns the Responsesize field value

func (*ActivityProxy) GetResponsesizeOk ¶

func (o *ActivityProxy) GetResponsesizeOk() (*int64, bool)

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

func (*ActivityProxy) GetSecurityoverridden ¶

func (o *ActivityProxy) GetSecurityoverridden() bool

GetSecurityoverridden returns the Securityoverridden field value

func (*ActivityProxy) GetSecurityoverriddenOk ¶

func (o *ActivityProxy) GetSecurityoverriddenOk() (*bool, bool)

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

func (*ActivityProxy) GetSha256 ¶

func (o *ActivityProxy) GetSha256() string

GetSha256 returns the Sha256 field value

func (*ActivityProxy) GetSha256Ok ¶

func (o *ActivityProxy) GetSha256Ok() (*string, bool)

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

func (*ActivityProxy) GetStatuscode ¶

func (o *ActivityProxy) GetStatuscode() int64

GetStatuscode returns the Statuscode field value

func (*ActivityProxy) GetStatuscodeOk ¶

func (o *ActivityProxy) GetStatuscodeOk() (*int64, bool)

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

func (*ActivityProxy) GetTenantcontrols ¶

func (o *ActivityProxy) GetTenantcontrols() bool

GetTenantcontrols returns the Tenantcontrols field value

func (*ActivityProxy) GetTenantcontrolsOk ¶

func (o *ActivityProxy) GetTenantcontrolsOk() (*bool, bool)

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

func (*ActivityProxy) GetThreats ¶

func (o *ActivityProxy) GetThreats() []Threat

GetThreats returns the Threats field value

func (*ActivityProxy) GetThreatsOk ¶

func (o *ActivityProxy) GetThreatsOk() ([]Threat, bool)

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

func (*ActivityProxy) GetTime ¶

func (o *ActivityProxy) GetTime() string

GetTime returns the Time field value

func (*ActivityProxy) GetTimeOk ¶

func (o *ActivityProxy) GetTimeOk() (*string, bool)

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

func (*ActivityProxy) GetTimestamp ¶

func (o *ActivityProxy) GetTimestamp() int64

GetTimestamp returns the Timestamp field value

func (*ActivityProxy) GetTimestampOk ¶

func (o *ActivityProxy) GetTimestampOk() (*int64, bool)

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

func (*ActivityProxy) GetType ¶

func (o *ActivityProxy) GetType() string

GetType returns the Type field value

func (*ActivityProxy) GetTypeOk ¶

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

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

func (*ActivityProxy) GetUrl ¶

func (o *ActivityProxy) GetUrl() string

GetUrl returns the Url field value

func (*ActivityProxy) GetUrlOk ¶

func (o *ActivityProxy) GetUrlOk() (*string, bool)

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

func (*ActivityProxy) GetUseragent ¶

func (o *ActivityProxy) GetUseragent() string

GetUseragent returns the Useragent field value

func (*ActivityProxy) GetUseragentOk ¶

func (o *ActivityProxy) GetUseragentOk() (*string, bool)

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

func (*ActivityProxy) GetVerdict ¶

func (o *ActivityProxy) GetVerdict() Verdict

GetVerdict returns the Verdict field value

func (*ActivityProxy) GetVerdictOk ¶

func (o *ActivityProxy) GetVerdictOk() (*Verdict, bool)

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

func (*ActivityProxy) GetWarnstatus ¶

func (o *ActivityProxy) GetWarnstatus() string

GetWarnstatus returns the Warnstatus field value

func (*ActivityProxy) GetWarnstatusOk ¶

func (o *ActivityProxy) GetWarnstatusOk() (*string, bool)

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

func (*ActivityProxy) HasRequestmethod ¶

func (o *ActivityProxy) HasRequestmethod() bool

HasRequestmethod returns a boolean if a field has been set.

func (ActivityProxy) MarshalJSON ¶

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

func (*ActivityProxy) SetAllapplications ¶

func (o *ActivityProxy) SetAllapplications(v []Application)

SetAllapplications sets field value

func (*ActivityProxy) SetAllowedapplications ¶

func (o *ActivityProxy) SetAllowedapplications(v []Application)

SetAllowedapplications sets field value

func (*ActivityProxy) SetAmp ¶

func (o *ActivityProxy) SetAmp(v CiscoAMP)

SetAmp sets field value

func (*ActivityProxy) SetAntivirusthreats ¶

func (o *ActivityProxy) SetAntivirusthreats(v AntivirusThreats)

SetAntivirusthreats sets field value

func (*ActivityProxy) SetBlockedapplications ¶

func (o *ActivityProxy) SetBlockedapplications(v []Application)

SetBlockedapplications sets field value

func (*ActivityProxy) SetBlockedfiletype ¶

func (o *ActivityProxy) SetBlockedfiletype(v string)

SetBlockedfiletype sets field value

func (*ActivityProxy) SetBundleid ¶

func (o *ActivityProxy) SetBundleid(v int64)

SetBundleid sets field value

func (*ActivityProxy) SetCategories ¶

func (o *ActivityProxy) SetCategories(v []Category)

SetCategories sets field value

func (*ActivityProxy) SetContenttype ¶

func (o *ActivityProxy) SetContenttype(v string)

SetContenttype sets field value

func (*ActivityProxy) SetDatacenter ¶

func (o *ActivityProxy) SetDatacenter(v DataCenter)

SetDatacenter sets field value

func (*ActivityProxy) SetDatalossprevention ¶

func (o *ActivityProxy) SetDatalossprevention(v DataLossPreventionState)

SetDatalossprevention sets field value

func (*ActivityProxy) SetDate ¶

func (o *ActivityProxy) SetDate(v string)

SetDate sets field value

func (*ActivityProxy) SetDestinationip ¶

func (o *ActivityProxy) SetDestinationip(v string)

SetDestinationip sets field value

func (*ActivityProxy) SetEgress ¶

func (o *ActivityProxy) SetEgress(v Egress)

SetEgress sets field value

func (*ActivityProxy) SetExternalip ¶

func (o *ActivityProxy) SetExternalip(v string)

SetExternalip sets field value

func (*ActivityProxy) SetForwardingmethod ¶

func (o *ActivityProxy) SetForwardingmethod(v string)

SetForwardingmethod sets field value

func (*ActivityProxy) SetHttperrors ¶

func (o *ActivityProxy) SetHttperrors(v []HttpError)

SetHttperrors sets field value

func (*ActivityProxy) SetIdentities ¶

func (o *ActivityProxy) SetIdentities(v []Identity)

SetIdentities sets field value

func (*ActivityProxy) SetInternalip ¶

func (o *ActivityProxy) SetInternalip(v string)

SetInternalip sets field value

func (*ActivityProxy) SetIsolated ¶

func (o *ActivityProxy) SetIsolated(v Isolated)

SetIsolated sets field value

func (*ActivityProxy) SetPolicy ¶

func (o *ActivityProxy) SetPolicy(v Policy)

SetPolicy sets field value

func (*ActivityProxy) SetPolicycategories ¶

func (o *ActivityProxy) SetPolicycategories(v []Category)

SetPolicycategories sets field value

func (*ActivityProxy) SetPort ¶

func (o *ActivityProxy) SetPort(v int64)

SetPort sets field value

func (*ActivityProxy) SetReferer ¶

func (o *ActivityProxy) SetReferer(v string)

SetReferer sets field value

func (*ActivityProxy) SetRequestmethod ¶

func (o *ActivityProxy) SetRequestmethod(v string)

SetRequestmethod gets a reference to the given string and assigns it to the Requestmethod field.

func (*ActivityProxy) SetRequestsize ¶

func (o *ActivityProxy) SetRequestsize(v int64)

SetRequestsize sets field value

func (*ActivityProxy) SetResponsefilename ¶

func (o *ActivityProxy) SetResponsefilename(v string)

SetResponsefilename sets field value

func (*ActivityProxy) SetResponsesize ¶

func (o *ActivityProxy) SetResponsesize(v int64)

SetResponsesize sets field value

func (*ActivityProxy) SetSecurityoverridden ¶

func (o *ActivityProxy) SetSecurityoverridden(v bool)

SetSecurityoverridden sets field value

func (*ActivityProxy) SetSha256 ¶

func (o *ActivityProxy) SetSha256(v string)

SetSha256 sets field value

func (*ActivityProxy) SetStatuscode ¶

func (o *ActivityProxy) SetStatuscode(v int64)

SetStatuscode sets field value

func (*ActivityProxy) SetTenantcontrols ¶

func (o *ActivityProxy) SetTenantcontrols(v bool)

SetTenantcontrols sets field value

func (*ActivityProxy) SetThreats ¶

func (o *ActivityProxy) SetThreats(v []Threat)

SetThreats sets field value

func (*ActivityProxy) SetTime ¶

func (o *ActivityProxy) SetTime(v string)

SetTime sets field value

func (*ActivityProxy) SetTimestamp ¶

func (o *ActivityProxy) SetTimestamp(v int64)

SetTimestamp sets field value

func (*ActivityProxy) SetType ¶

func (o *ActivityProxy) SetType(v string)

SetType sets field value

func (*ActivityProxy) SetUrl ¶

func (o *ActivityProxy) SetUrl(v string)

SetUrl sets field value

func (*ActivityProxy) SetUseragent ¶

func (o *ActivityProxy) SetUseragent(v string)

SetUseragent sets field value

func (*ActivityProxy) SetVerdict ¶

func (o *ActivityProxy) SetVerdict(v Verdict)

SetVerdict sets field value

func (*ActivityProxy) SetWarnstatus ¶

func (o *ActivityProxy) SetWarnstatus(v string)

SetWarnstatus sets field value

func (ActivityProxy) ToMap ¶

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

func (*ActivityProxy) UnmarshalJSON ¶

func (o *ActivityProxy) UnmarshalJSON(data []byte) (err error)

type ActivityZTNA ¶

type ActivityZTNA struct {
	// The list of private applications that are connected through Zero Trust Access.
	Allapplications []ActivityZTNAAllapplicationsInner `json:"allapplications,omitempty"`
	// The date from the timestamp based on the timezone parameter.
	Date string `json:"date"`
	// The resolved IP for Zero Trust Network Access (ZTNA) client-based events.
	Destinationip *string `json:"destinationip,omitempty"`
	// The type of the firewall that is used, either `SYS` or `NONE`.
	Clientfirewall *string `json:"clientfirewall,omitempty"`
	// The time in 24-hour format based on the timezone parameter.
	Time string `json:"time"`
	// The type of the request.
	Type string `json:"type"`
	// Type of the disk encryption, either `SYS`, `THIRDPARTY`, `NONE`.
	Diskencryption *string `json:"diskencryption,omitempty"`
	// The list of anti-malware agents.
	Antimalwareagents []string   `json:"antimalwareagents,omitempty"`
	Policy            PolicyZTNA `json:"policy"`
	// The system password.
	Systempassword *string `json:"systempassword,omitempty"`
	// The verdict for entry.
	Verdict string  `json:"verdict"`
	Device  *Device `json:"device,omitempty"`
	// The timestamp represented in milliseconds.
	Timestamp int64 `json:"timestamp"`
	// The list of identities for the entry.
	Identities           []Identity `json:"identities"`
	AdditionalProperties map[string]interface{}
}

ActivityZTNA The information about the Zero Trust Network Access (ZTNA) traffic in the Activity report.

func NewActivityZTNA ¶

func NewActivityZTNA(date string, time string, type_ string, policy PolicyZTNA, verdict string, timestamp int64, identities []Identity) *ActivityZTNA

NewActivityZTNA instantiates a new ActivityZTNA 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 NewActivityZTNAWithDefaults ¶

func NewActivityZTNAWithDefaults() *ActivityZTNA

NewActivityZTNAWithDefaults instantiates a new ActivityZTNA 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 (*ActivityZTNA) GetAllapplications ¶

func (o *ActivityZTNA) GetAllapplications() []ActivityZTNAAllapplicationsInner

GetAllapplications returns the Allapplications field value if set, zero value otherwise.

func (*ActivityZTNA) GetAllapplicationsOk ¶

func (o *ActivityZTNA) GetAllapplicationsOk() ([]ActivityZTNAAllapplicationsInner, bool)

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

func (*ActivityZTNA) GetAntimalwareagents ¶

func (o *ActivityZTNA) GetAntimalwareagents() []string

GetAntimalwareagents returns the Antimalwareagents field value if set, zero value otherwise.

func (*ActivityZTNA) GetAntimalwareagentsOk ¶

func (o *ActivityZTNA) GetAntimalwareagentsOk() ([]string, bool)

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

func (*ActivityZTNA) GetClientfirewall ¶

func (o *ActivityZTNA) GetClientfirewall() string

GetClientfirewall returns the Clientfirewall field value if set, zero value otherwise.

func (*ActivityZTNA) GetClientfirewallOk ¶

func (o *ActivityZTNA) GetClientfirewallOk() (*string, bool)

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

func (*ActivityZTNA) GetDate ¶

func (o *ActivityZTNA) GetDate() string

GetDate returns the Date field value

func (*ActivityZTNA) GetDateOk ¶

func (o *ActivityZTNA) GetDateOk() (*string, bool)

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

func (*ActivityZTNA) GetDestinationip ¶

func (o *ActivityZTNA) GetDestinationip() string

GetDestinationip returns the Destinationip field value if set, zero value otherwise.

func (*ActivityZTNA) GetDestinationipOk ¶

func (o *ActivityZTNA) GetDestinationipOk() (*string, bool)

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

func (*ActivityZTNA) GetDevice ¶

func (o *ActivityZTNA) GetDevice() Device

GetDevice returns the Device field value if set, zero value otherwise.

func (*ActivityZTNA) GetDeviceOk ¶

func (o *ActivityZTNA) GetDeviceOk() (*Device, bool)

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

func (*ActivityZTNA) GetDiskencryption ¶

func (o *ActivityZTNA) GetDiskencryption() string

GetDiskencryption returns the Diskencryption field value if set, zero value otherwise.

func (*ActivityZTNA) GetDiskencryptionOk ¶

func (o *ActivityZTNA) GetDiskencryptionOk() (*string, bool)

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

func (*ActivityZTNA) GetIdentities ¶

func (o *ActivityZTNA) GetIdentities() []Identity

GetIdentities returns the Identities field value

func (*ActivityZTNA) GetIdentitiesOk ¶

func (o *ActivityZTNA) GetIdentitiesOk() ([]Identity, bool)

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

func (*ActivityZTNA) GetPolicy ¶

func (o *ActivityZTNA) GetPolicy() PolicyZTNA

GetPolicy returns the Policy field value

func (*ActivityZTNA) GetPolicyOk ¶

func (o *ActivityZTNA) GetPolicyOk() (*PolicyZTNA, bool)

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

func (*ActivityZTNA) GetSystempassword ¶

func (o *ActivityZTNA) GetSystempassword() string

GetSystempassword returns the Systempassword field value if set, zero value otherwise.

func (*ActivityZTNA) GetSystempasswordOk ¶

func (o *ActivityZTNA) GetSystempasswordOk() (*string, bool)

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

func (*ActivityZTNA) GetTime ¶

func (o *ActivityZTNA) GetTime() string

GetTime returns the Time field value

func (*ActivityZTNA) GetTimeOk ¶

func (o *ActivityZTNA) GetTimeOk() (*string, bool)

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

func (*ActivityZTNA) GetTimestamp ¶

func (o *ActivityZTNA) GetTimestamp() int64

GetTimestamp returns the Timestamp field value

func (*ActivityZTNA) GetTimestampOk ¶

func (o *ActivityZTNA) GetTimestampOk() (*int64, bool)

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

func (*ActivityZTNA) GetType ¶

func (o *ActivityZTNA) GetType() string

GetType returns the Type field value

func (*ActivityZTNA) GetTypeOk ¶

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

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

func (*ActivityZTNA) GetVerdict ¶

func (o *ActivityZTNA) GetVerdict() string

GetVerdict returns the Verdict field value

func (*ActivityZTNA) GetVerdictOk ¶

func (o *ActivityZTNA) GetVerdictOk() (*string, bool)

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

func (*ActivityZTNA) HasAllapplications ¶

func (o *ActivityZTNA) HasAllapplications() bool

HasAllapplications returns a boolean if a field has been set.

func (*ActivityZTNA) HasAntimalwareagents ¶

func (o *ActivityZTNA) HasAntimalwareagents() bool

HasAntimalwareagents returns a boolean if a field has been set.

func (*ActivityZTNA) HasClientfirewall ¶

func (o *ActivityZTNA) HasClientfirewall() bool

HasClientfirewall returns a boolean if a field has been set.

func (*ActivityZTNA) HasDestinationip ¶

func (o *ActivityZTNA) HasDestinationip() bool

HasDestinationip returns a boolean if a field has been set.

func (*ActivityZTNA) HasDevice ¶

func (o *ActivityZTNA) HasDevice() bool

HasDevice returns a boolean if a field has been set.

func (*ActivityZTNA) HasDiskencryption ¶

func (o *ActivityZTNA) HasDiskencryption() bool

HasDiskencryption returns a boolean if a field has been set.

func (*ActivityZTNA) HasSystempassword ¶

func (o *ActivityZTNA) HasSystempassword() bool

HasSystempassword returns a boolean if a field has been set.

func (ActivityZTNA) MarshalJSON ¶

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

func (*ActivityZTNA) SetAllapplications ¶

func (o *ActivityZTNA) SetAllapplications(v []ActivityZTNAAllapplicationsInner)

SetAllapplications gets a reference to the given []ActivityZTNAAllapplicationsInner and assigns it to the Allapplications field.

func (*ActivityZTNA) SetAntimalwareagents ¶

func (o *ActivityZTNA) SetAntimalwareagents(v []string)

SetAntimalwareagents gets a reference to the given []string and assigns it to the Antimalwareagents field.

func (*ActivityZTNA) SetClientfirewall ¶

func (o *ActivityZTNA) SetClientfirewall(v string)

SetClientfirewall gets a reference to the given string and assigns it to the Clientfirewall field.

func (*ActivityZTNA) SetDate ¶

func (o *ActivityZTNA) SetDate(v string)

SetDate sets field value

func (*ActivityZTNA) SetDestinationip ¶

func (o *ActivityZTNA) SetDestinationip(v string)

SetDestinationip gets a reference to the given string and assigns it to the Destinationip field.

func (*ActivityZTNA) SetDevice ¶

func (o *ActivityZTNA) SetDevice(v Device)

SetDevice gets a reference to the given Device and assigns it to the Device field.

func (*ActivityZTNA) SetDiskencryption ¶

func (o *ActivityZTNA) SetDiskencryption(v string)

SetDiskencryption gets a reference to the given string and assigns it to the Diskencryption field.

func (*ActivityZTNA) SetIdentities ¶

func (o *ActivityZTNA) SetIdentities(v []Identity)

SetIdentities sets field value

func (*ActivityZTNA) SetPolicy ¶

func (o *ActivityZTNA) SetPolicy(v PolicyZTNA)

SetPolicy sets field value

func (*ActivityZTNA) SetSystempassword ¶

func (o *ActivityZTNA) SetSystempassword(v string)

SetSystempassword gets a reference to the given string and assigns it to the Systempassword field.

func (*ActivityZTNA) SetTime ¶

func (o *ActivityZTNA) SetTime(v string)

SetTime sets field value

func (*ActivityZTNA) SetTimestamp ¶

func (o *ActivityZTNA) SetTimestamp(v int64)

SetTimestamp sets field value

func (*ActivityZTNA) SetType ¶

func (o *ActivityZTNA) SetType(v string)

SetType sets field value

func (*ActivityZTNA) SetVerdict ¶

func (o *ActivityZTNA) SetVerdict(v string)

SetVerdict sets field value

func (ActivityZTNA) ToMap ¶

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

func (*ActivityZTNA) UnmarshalJSON ¶

func (o *ActivityZTNA) UnmarshalJSON(data []byte) (err error)

type ActivityZTNAAllapplicationsInner ¶

type ActivityZTNAAllapplicationsInner struct {
	// The ID of the private application.
	Id *int64 `json:"id,omitempty"`
	// The descriptive label for the application.
	Label *string `json:"label,omitempty"`
	// The type of the application.
	Type                 *string                                   `json:"type,omitempty"`
	Category             *ActivityZTNAAllapplicationsInnerCategory `json:"category,omitempty"`
	AdditionalProperties map[string]interface{}
}

ActivityZTNAAllapplicationsInner The properties of the private application.

func NewActivityZTNAAllapplicationsInner ¶

func NewActivityZTNAAllapplicationsInner() *ActivityZTNAAllapplicationsInner

NewActivityZTNAAllapplicationsInner instantiates a new ActivityZTNAAllapplicationsInner 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 NewActivityZTNAAllapplicationsInnerWithDefaults ¶

func NewActivityZTNAAllapplicationsInnerWithDefaults() *ActivityZTNAAllapplicationsInner

NewActivityZTNAAllapplicationsInnerWithDefaults instantiates a new ActivityZTNAAllapplicationsInner 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 (*ActivityZTNAAllapplicationsInner) GetCategory ¶

GetCategory returns the Category field value if set, zero value otherwise.

func (*ActivityZTNAAllapplicationsInner) GetCategoryOk ¶

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

func (*ActivityZTNAAllapplicationsInner) GetId ¶

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

func (*ActivityZTNAAllapplicationsInner) GetIdOk ¶

func (o *ActivityZTNAAllapplicationsInner) GetIdOk() (*int64, 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 (*ActivityZTNAAllapplicationsInner) GetLabel ¶

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

func (*ActivityZTNAAllapplicationsInner) GetLabelOk ¶

func (o *ActivityZTNAAllapplicationsInner) 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 (*ActivityZTNAAllapplicationsInner) GetType ¶

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

func (*ActivityZTNAAllapplicationsInner) GetTypeOk ¶

func (o *ActivityZTNAAllapplicationsInner) 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 (*ActivityZTNAAllapplicationsInner) HasCategory ¶

func (o *ActivityZTNAAllapplicationsInner) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*ActivityZTNAAllapplicationsInner) HasId ¶

HasId returns a boolean if a field has been set.

func (*ActivityZTNAAllapplicationsInner) HasLabel ¶

func (o *ActivityZTNAAllapplicationsInner) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*ActivityZTNAAllapplicationsInner) HasType ¶

HasType returns a boolean if a field has been set.

func (ActivityZTNAAllapplicationsInner) MarshalJSON ¶

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

func (*ActivityZTNAAllapplicationsInner) SetCategory ¶

SetCategory gets a reference to the given ActivityZTNAAllapplicationsInnerCategory and assigns it to the Category field.

func (*ActivityZTNAAllapplicationsInner) SetId ¶

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

func (*ActivityZTNAAllapplicationsInner) SetLabel ¶

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

func (*ActivityZTNAAllapplicationsInner) SetType ¶

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

func (ActivityZTNAAllapplicationsInner) ToMap ¶

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

func (*ActivityZTNAAllapplicationsInner) UnmarshalJSON ¶

func (o *ActivityZTNAAllapplicationsInner) UnmarshalJSON(data []byte) (err error)

type ActivityZTNAAllapplicationsInnerCategory ¶

type ActivityZTNAAllapplicationsInnerCategory struct {
	// The ID of the category.
	Id *int64 `json:"id,omitempty"`
	// The descriptive lable for the application category.
	Label                *string `json:"label,omitempty"`
	AdditionalProperties map[string]interface{}
}

ActivityZTNAAllapplicationsInnerCategory The properties of the category for the application.

func NewActivityZTNAAllapplicationsInnerCategory ¶

func NewActivityZTNAAllapplicationsInnerCategory() *ActivityZTNAAllapplicationsInnerCategory

NewActivityZTNAAllapplicationsInnerCategory instantiates a new ActivityZTNAAllapplicationsInnerCategory 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 NewActivityZTNAAllapplicationsInnerCategoryWithDefaults ¶

func NewActivityZTNAAllapplicationsInnerCategoryWithDefaults() *ActivityZTNAAllapplicationsInnerCategory

NewActivityZTNAAllapplicationsInnerCategoryWithDefaults instantiates a new ActivityZTNAAllapplicationsInnerCategory 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 (*ActivityZTNAAllapplicationsInnerCategory) GetId ¶

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

func (*ActivityZTNAAllapplicationsInnerCategory) 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 (*ActivityZTNAAllapplicationsInnerCategory) GetLabel ¶

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

func (*ActivityZTNAAllapplicationsInnerCategory) 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 (*ActivityZTNAAllapplicationsInnerCategory) HasId ¶

HasId returns a boolean if a field has been set.

func (*ActivityZTNAAllapplicationsInnerCategory) HasLabel ¶

HasLabel returns a boolean if a field has been set.

func (ActivityZTNAAllapplicationsInnerCategory) MarshalJSON ¶

func (*ActivityZTNAAllapplicationsInnerCategory) SetId ¶

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

func (*ActivityZTNAAllapplicationsInnerCategory) SetLabel ¶

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

func (ActivityZTNAAllapplicationsInnerCategory) ToMap ¶

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

func (*ActivityZTNAAllapplicationsInnerCategory) UnmarshalJSON ¶

func (o *ActivityZTNAAllapplicationsInnerCategory) UnmarshalJSON(data []byte) (err error)

type AntivirusThreats ¶

type AntivirusThreats struct {
	// The list of potentially unwanted applications.
	Puas []map[string]interface{} `json:"puas"`
	// The list of viruses.
	Viruses []string `json:"viruses"`
	// The list of other antivirus threats.
	Others               []map[string]interface{} `json:"others"`
	AdditionalProperties map[string]interface{}
}

AntivirusThreats The information about the antivirus threats.

func NewAntivirusThreats ¶

func NewAntivirusThreats(puas []map[string]interface{}, viruses []string, others []map[string]interface{}) *AntivirusThreats

NewAntivirusThreats instantiates a new AntivirusThreats 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 NewAntivirusThreatsWithDefaults ¶

func NewAntivirusThreatsWithDefaults() *AntivirusThreats

NewAntivirusThreatsWithDefaults instantiates a new AntivirusThreats 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 (*AntivirusThreats) GetOthers ¶

func (o *AntivirusThreats) GetOthers() []map[string]interface{}

GetOthers returns the Others field value

func (*AntivirusThreats) GetOthersOk ¶

func (o *AntivirusThreats) GetOthersOk() ([]map[string]interface{}, bool)

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

func (*AntivirusThreats) GetPuas ¶

func (o *AntivirusThreats) GetPuas() []map[string]interface{}

GetPuas returns the Puas field value

func (*AntivirusThreats) GetPuasOk ¶

func (o *AntivirusThreats) GetPuasOk() ([]map[string]interface{}, bool)

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

func (*AntivirusThreats) GetViruses ¶

func (o *AntivirusThreats) GetViruses() []string

GetViruses returns the Viruses field value

func (*AntivirusThreats) GetVirusesOk ¶

func (o *AntivirusThreats) GetVirusesOk() ([]string, bool)

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

func (AntivirusThreats) MarshalJSON ¶

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

func (*AntivirusThreats) SetOthers ¶

func (o *AntivirusThreats) SetOthers(v []map[string]interface{})

SetOthers sets field value

func (*AntivirusThreats) SetPuas ¶

func (o *AntivirusThreats) SetPuas(v []map[string]interface{})

SetPuas sets field value

func (*AntivirusThreats) SetViruses ¶

func (o *AntivirusThreats) SetViruses(v []string)

SetViruses sets field value

func (AntivirusThreats) ToMap ¶

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

func (*AntivirusThreats) UnmarshalJSON ¶

func (o *AntivirusThreats) UnmarshalJSON(data []byte) (err error)

type ApiGetAPIUsageKeysRequest ¶

type ApiGetAPIUsageKeysRequest struct {
	ApiService *APIUsageReportAPIService
	// contains filtered or unexported fields
}

func (ApiGetAPIUsageKeysRequest) ApiKeys ¶

Sort the collection using a list of comma-separated API key IDs.

func (ApiGetAPIUsageKeysRequest) Execute ¶

func (r ApiGetAPIUsageKeysRequest) Execute() (*Keys, *http.Response, error)

func (ApiGetAPIUsageKeysRequest) From ¶

The date and time specified in the RFC-3339 format, for example: 2023-10-01. Filter the collection for data that appears after this time.

func (ApiGetAPIUsageKeysRequest) Paths ¶

Sort the collection using a list of comma-separated API resource paths.

func (ApiGetAPIUsageKeysRequest) StatusCodes ¶

func (r ApiGetAPIUsageKeysRequest) StatusCodes(statusCodes string) ApiGetAPIUsageKeysRequest

Sort the collection using a list of comma-separated HTTP status codes.

func (ApiGetAPIUsageKeysRequest) To ¶

The date and time specified in the RFC-3339 format, for example: 2023-10-01. Filter the collection for data that appears before this time.

func (ApiGetAPIUsageKeysRequest) UserAgents ¶

Sort the collection using a list of comma-separated labels that describe the HTTP client programs.

func (ApiGetAPIUsageKeysRequest) Verbs ¶

Sort the collection using a list of comma-separated HTTP verbs. The HTTP verb strings are case sensitive.

type ApiGetAPIUsageRequestsRequest ¶

type ApiGetAPIUsageRequestsRequest struct {
	ApiService *APIUsageReportAPIService
	// contains filtered or unexported fields
}

func (ApiGetAPIUsageRequestsRequest) ApiKeys ¶

Sort the collection using a list of comma-separated API key IDs.

func (ApiGetAPIUsageRequestsRequest) Execute ¶

func (ApiGetAPIUsageRequestsRequest) From ¶

The date and time specified in the RFC-3339 format, for example: 2023-10-01. Filter the collection for data that appears after this time.

func (ApiGetAPIUsageRequestsRequest) Paths ¶

Sort the collection using a list of comma-separated API resource paths.

func (ApiGetAPIUsageRequestsRequest) StatusCodes ¶

Sort the collection using a list of comma-separated HTTP status codes.

func (ApiGetAPIUsageRequestsRequest) To ¶

The date and time specified in the RFC-3339 format, for example: 2023-10-01. Filter the collection for data that appears before this time.

func (ApiGetAPIUsageRequestsRequest) UserAgents ¶

Sort the collection using a list of comma-separated labels that describe the HTTP client programs.

func (ApiGetAPIUsageRequestsRequest) Verbs ¶

Sort the collection using a list of comma-separated HTTP verbs. The HTTP verb strings are case sensitive.

type ApiGetAPIUsageResponsesRequest ¶

type ApiGetAPIUsageResponsesRequest struct {
	ApiService *APIUsageReportAPIService
	// contains filtered or unexported fields
}

func (ApiGetAPIUsageResponsesRequest) ApiKeys ¶

Sort the collection using a list of comma-separated API key IDs.

func (ApiGetAPIUsageResponsesRequest) Execute ¶

func (ApiGetAPIUsageResponsesRequest) From ¶

The date and time specified in the RFC-3339 format, for example: 2023-10-01. Filter the collection for data that appears after this time.

func (ApiGetAPIUsageResponsesRequest) Paths ¶

Sort the collection using a list of comma-separated API resource paths.

func (ApiGetAPIUsageResponsesRequest) StatusCodes ¶

Sort the collection using a list of comma-separated HTTP status codes.

func (ApiGetAPIUsageResponsesRequest) To ¶

The date and time specified in the RFC-3339 format, for example: 2023-10-01. Filter the collection for data that appears before this time.

func (ApiGetAPIUsageResponsesRequest) UserAgents ¶

Sort the collection using a list of comma-separated labels that describe the HTTP client programs.

func (ApiGetAPIUsageResponsesRequest) Verbs ¶

Sort the collection using a list of comma-separated HTTP verbs. The HTTP verb strings are case sensitive.

type ApiGetAPIUsageSummaryRequest ¶

type ApiGetAPIUsageSummaryRequest struct {
	ApiService *APIUsageReportAPIService
	// contains filtered or unexported fields
}

func (ApiGetAPIUsageSummaryRequest) ApiKeys ¶

Sort the collection using a list of comma-separated API key IDs.

func (ApiGetAPIUsageSummaryRequest) Execute ¶

func (ApiGetAPIUsageSummaryRequest) From ¶

The date and time specified in the RFC-3339 format, for example: 2023-10-01. Filter the collection for data that appears after this time.

func (ApiGetAPIUsageSummaryRequest) Paths ¶

Sort the collection using a list of comma-separated API resource paths.

func (ApiGetAPIUsageSummaryRequest) StatusCodes ¶

Sort the collection using a list of comma-separated HTTP status codes.

func (ApiGetAPIUsageSummaryRequest) To ¶

The date and time specified in the RFC-3339 format, for example: 2023-10-01. Filter the collection for data that appears before this time.

func (ApiGetAPIUsageSummaryRequest) UserAgents ¶

Sort the collection using a list of comma-separated labels that describe the HTTP client programs.

func (ApiGetAPIUsageSummaryRequest) Verbs ¶

Sort the collection using a list of comma-separated HTTP verbs. The HTTP verb strings are case sensitive.

type ApiGetActivitiesRequest ¶

type ApiGetActivitiesRequest struct {
	ApiService *ActivityAPIService
	// contains filtered or unexported fields
}

func (ApiGetActivitiesRequest) Ampdisposition ¶

func (r ApiGetActivitiesRequest) Ampdisposition(ampdisposition string) ApiGetActivitiesRequest

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetActivitiesRequest) Antivirusthreats ¶

func (r ApiGetActivitiesRequest) Antivirusthreats(antivirusthreats string) ApiGetActivitiesRequest

A threat name or comma-delimited list of threat names.

func (ApiGetActivitiesRequest) Applicationid ¶

func (r ApiGetActivitiesRequest) Applicationid(applicationid string) ApiGetActivitiesRequest

The ID of the application.

func (ApiGetActivitiesRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetActivitiesRequest) Categories ¶

func (r ApiGetActivitiesRequest) Categories(categories string) ApiGetActivitiesRequest

A category ID or comma-delimited list of category ID.

func (ApiGetActivitiesRequest) Datalosspreventionstate ¶

func (r ApiGetActivitiesRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetActivitiesRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetActivitiesRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetActivitiesRequest) Execute ¶

func (ApiGetActivitiesRequest) Exists ¶

Specify an attribute or comma-separated list of attributes to filter the data. Valid values are: `categories`, `policycategories`, `applicationid`, `nbarapplicationid`, `nbarapplicationtypeids`, `privateapplicationid`, `applicationgroupids`, `sha256`, `filename`, `threats`, `threattypes`, `antivirusthreats`, `destinationlistids`, and `httperrors`.

func (ApiGetActivitiesRequest) Filename ¶

A string that identifies a filename. Filter the request by the filename. Supports globbing or use of the wildcard character ('*'). The asterisk (*) matches zero or more occurrences of any character.

func (ApiGetActivitiesRequest) Filternoisydomains ¶

func (r ApiGetActivitiesRequest) Filternoisydomains(filternoisydomains bool) ApiGetActivitiesRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetActivitiesRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetActivitiesRequest) Httperrors ¶

func (r ApiGetActivitiesRequest) Httperrors(httperrors string) ApiGetActivitiesRequest

Filter data for requests that resulted in a TLS error or a certificate error.

func (ApiGetActivitiesRequest) Identityids ¶

func (r ApiGetActivitiesRequest) Identityids(identityids string) ApiGetActivitiesRequest

An identity ID or comma-delimited list of identity IDs.

func (ApiGetActivitiesRequest) Identitytypes ¶

func (r ApiGetActivitiesRequest) Identitytypes(identitytypes string) ApiGetActivitiesRequest

An identity type or comma-delimited list of identity types.

func (ApiGetActivitiesRequest) Ip ¶

An IP address.

func (ApiGetActivitiesRequest) IsolatedFileAction ¶

func (r ApiGetActivitiesRequest) IsolatedFileAction(isolatedFileAction string) ApiGetActivitiesRequest

A string that describes the remote browser isolation (RBI) file action type.

func (ApiGetActivitiesRequest) Isolatedstate ¶

func (r ApiGetActivitiesRequest) Isolatedstate(isolatedstate string) ApiGetActivitiesRequest

A string that describes the remote browser isolation (RBI) isolation type.

func (ApiGetActivitiesRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetActivitiesRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetActivitiesRequest) Policycategories ¶

func (r ApiGetActivitiesRequest) Policycategories(policycategories string) ApiGetActivitiesRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetActivitiesRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetActivitiesRequest) Ruleid ¶

The firewall policy rule ID.

func (ApiGetActivitiesRequest) Securityoverridden ¶

func (r ApiGetActivitiesRequest) Securityoverridden(securityoverridden bool) ApiGetActivitiesRequest

Specify whether to filter on requests that override security.

func (ApiGetActivitiesRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetActivitiesRequest) Threattypes ¶

func (r ApiGetActivitiesRequest) Threattypes(threattypes string) ApiGetActivitiesRequest

A threat type or comma-delimited list of threat types.

func (ApiGetActivitiesRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetActivitiesRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetActivitiesRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetActivitiesRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

func (ApiGetActivitiesRequest) XTrafficType ¶

func (r ApiGetActivitiesRequest) XTrafficType(xTrafficType string) ApiGetActivitiesRequest

A string or comma-delimited list of strings that describes the type of traffic. If the header is not set, the default value is `all`. Valid values are: `dns`, `proxy`, `firewall`, and `ip`.

type ApiGetActivityAmpRetrospectiveRequest ¶

type ApiGetActivityAmpRetrospectiveRequest struct {
	ApiService *ActivityAPIService
	// contains filtered or unexported fields
}

func (ApiGetActivityAmpRetrospectiveRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetActivityAmpRetrospectiveRequest) Execute ¶

func (ApiGetActivityAmpRetrospectiveRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetActivityAmpRetrospectiveRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetActivityAmpRetrospectiveRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetActivityAmpRetrospectiveRequest) Sha256 ¶

A SHA-256 hash.

func (ApiGetActivityAmpRetrospectiveRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetActivityAmpRetrospectiveRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

type ApiGetActivityDecryptionRequest ¶

type ApiGetActivityDecryptionRequest struct {
	ApiService *ActivityAPIService
	// contains filtered or unexported fields
}

func (ApiGetActivityDecryptionRequest) Decryptaction ¶

The list of comma-separated decryption actions. Valid values are: `decryptinbound`, `decryptoutbound`, `donotdecrypt`, and `decrypterror`.

func (ApiGetActivityDecryptionRequest) Execute ¶

func (ApiGetActivityDecryptionRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetActivityDecryptionRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetActivityDecryptionRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetActivityDecryptionRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetActivityDecryptionRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

type ApiGetActivityDnsRequest ¶

type ApiGetActivityDnsRequest struct {
	ApiService *ActivityAPIService
	// contains filtered or unexported fields
}

func (ApiGetActivityDnsRequest) Applicationid ¶

func (r ApiGetActivityDnsRequest) Applicationid(applicationid string) ApiGetActivityDnsRequest

The ID of the application.

func (ApiGetActivityDnsRequest) Categories ¶

func (r ApiGetActivityDnsRequest) Categories(categories string) ApiGetActivityDnsRequest

A category ID or comma-delimited list of category ID.

func (ApiGetActivityDnsRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetActivityDnsRequest) Execute ¶

func (ApiGetActivityDnsRequest) Filternoisydomains ¶

func (r ApiGetActivityDnsRequest) Filternoisydomains(filternoisydomains bool) ApiGetActivityDnsRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetActivityDnsRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetActivityDnsRequest) Identityids ¶

func (r ApiGetActivityDnsRequest) Identityids(identityids string) ApiGetActivityDnsRequest

An identity ID or comma-delimited list of identity IDs.

func (ApiGetActivityDnsRequest) Identitytypes ¶

func (r ApiGetActivityDnsRequest) Identitytypes(identitytypes string) ApiGetActivityDnsRequest

An identity type or comma-delimited list of identity types.

func (ApiGetActivityDnsRequest) Ip ¶

An IP address.

func (ApiGetActivityDnsRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetActivityDnsRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetActivityDnsRequest) Order ¶

A string that describes how to order the results: ascending (`asc`) or descending (`desc`).

func (ApiGetActivityDnsRequest) Policycategories ¶

func (r ApiGetActivityDnsRequest) Policycategories(policycategories string) ApiGetActivityDnsRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetActivityDnsRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetActivityDnsRequest) Threattypes ¶

func (r ApiGetActivityDnsRequest) Threattypes(threattypes string) ApiGetActivityDnsRequest

A threat type or comma-delimited list of threat types.

func (ApiGetActivityDnsRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetActivityDnsRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetActivityDnsRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetActivityFirewallRequest ¶

type ApiGetActivityFirewallRequest struct {
	ApiService *ActivityAPIService
	// contains filtered or unexported fields
}

func (ApiGetActivityFirewallRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetActivityFirewallRequest) Execute ¶

func (ApiGetActivityFirewallRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetActivityFirewallRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetActivityFirewallRequest) Ip ¶

An IP address.

func (ApiGetActivityFirewallRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetActivityFirewallRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetActivityFirewallRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetActivityFirewallRequest) Ruleid ¶

The firewall policy rule ID.

func (ApiGetActivityFirewallRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetActivityFirewallRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetActivityFirewallRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetActivityIPRequest ¶

type ApiGetActivityIPRequest struct {
	ApiService *ActivityAPIService
	// contains filtered or unexported fields
}

func (ApiGetActivityIPRequest) Categories ¶

func (r ApiGetActivityIPRequest) Categories(categories string) ApiGetActivityIPRequest

A category ID or comma-delimited list of category ID.

func (ApiGetActivityIPRequest) Execute ¶

func (ApiGetActivityIPRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetActivityIPRequest) Identityids ¶

func (r ApiGetActivityIPRequest) Identityids(identityids string) ApiGetActivityIPRequest

An identity ID or comma-delimited list of identity IDs.

func (ApiGetActivityIPRequest) Identitytypes ¶

func (r ApiGetActivityIPRequest) Identitytypes(identitytypes string) ApiGetActivityIPRequest

An identity type or comma-delimited list of identity types.

func (ApiGetActivityIPRequest) Ip ¶

An IP address.

func (ApiGetActivityIPRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetActivityIPRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetActivityIPRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetActivityIPRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetActivityIPRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetActivityIntrusionRequest ¶

type ApiGetActivityIntrusionRequest struct {
	ApiService *ActivityAPIService
	// contains filtered or unexported fields
}

func (ApiGetActivityIntrusionRequest) Execute ¶

func (ApiGetActivityIntrusionRequest) Filternoisydomains ¶

func (r ApiGetActivityIntrusionRequest) Filternoisydomains(filternoisydomains bool) ApiGetActivityIntrusionRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetActivityIntrusionRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetActivityIntrusionRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetActivityIntrusionRequest) Intrusionaction ¶

func (r ApiGetActivityIntrusionRequest) Intrusionaction(intrusionaction string) ApiGetActivityIntrusionRequest

An action or list of comma-separated intrusion actions. Valid values are: `would_block`, `blocked`, and `detected`.

func (ApiGetActivityIntrusionRequest) Ip ¶

An IP address.

func (ApiGetActivityIntrusionRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetActivityIntrusionRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetActivityIntrusionRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetActivityIntrusionRequest) Signaturelistids ¶

func (r ApiGetActivityIntrusionRequest) Signaturelistids(signaturelistids string) ApiGetActivityIntrusionRequest

The signature ID or comma-separated list of signature list IDs.

func (ApiGetActivityIntrusionRequest) Signatures ¶

The signature or comma-separated list of <signatureid>-<generatorid> signatures.

func (ApiGetActivityIntrusionRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetActivityIntrusionRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

type ApiGetActivityProxyRequest ¶

type ApiGetActivityProxyRequest struct {
	ApiService *ActivityAPIService
	// contains filtered or unexported fields
}

func (ApiGetActivityProxyRequest) Ampdisposition ¶

func (r ApiGetActivityProxyRequest) Ampdisposition(ampdisposition string) ApiGetActivityProxyRequest

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetActivityProxyRequest) Antivirusthreats ¶

func (r ApiGetActivityProxyRequest) Antivirusthreats(antivirusthreats string) ApiGetActivityProxyRequest

A threat name or comma-delimited list of threat names.

func (ApiGetActivityProxyRequest) Applicationid ¶

func (r ApiGetActivityProxyRequest) Applicationid(applicationid string) ApiGetActivityProxyRequest

The ID of the application.

func (ApiGetActivityProxyRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetActivityProxyRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetActivityProxyRequest) Datalosspreventionstate ¶

func (r ApiGetActivityProxyRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetActivityProxyRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetActivityProxyRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetActivityProxyRequest) Execute ¶

func (ApiGetActivityProxyRequest) Filename ¶

A string that identifies a filename. Filter the request by the filename. Supports globbing or use of the wildcard character ('*'). The asterisk (*) matches zero or more occurrences of any character.

func (ApiGetActivityProxyRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetActivityProxyRequest) Httperrors ¶

Filter data for requests that resulted in a TLS error or a certificate error.

func (ApiGetActivityProxyRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetActivityProxyRequest) Identitytypes ¶

func (r ApiGetActivityProxyRequest) Identitytypes(identitytypes string) ApiGetActivityProxyRequest

An identity type or comma-delimited list of identity types.

func (ApiGetActivityProxyRequest) Ip ¶

An IP address.

func (ApiGetActivityProxyRequest) IsolatedFileAction ¶

func (r ApiGetActivityProxyRequest) IsolatedFileAction(isolatedFileAction string) ApiGetActivityProxyRequest

A string that describes the remote browser isolation (RBI) file action type.

func (ApiGetActivityProxyRequest) Isolatedstate ¶

func (r ApiGetActivityProxyRequest) Isolatedstate(isolatedstate string) ApiGetActivityProxyRequest

A string that describes the remote browser isolation (RBI) isolation type.

func (ApiGetActivityProxyRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetActivityProxyRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetActivityProxyRequest) Order ¶

A string that describes how to order the results: ascending (`asc`) or descending (`desc`).

func (ApiGetActivityProxyRequest) Policycategories ¶

func (r ApiGetActivityProxyRequest) Policycategories(policycategories string) ApiGetActivityProxyRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetActivityProxyRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetActivityProxyRequest) Ruleid ¶

The firewall policy rule ID.

func (ApiGetActivityProxyRequest) Securityoverridden ¶

func (r ApiGetActivityProxyRequest) Securityoverridden(securityoverridden bool) ApiGetActivityProxyRequest

Specify whether to filter on requests that override security.

func (ApiGetActivityProxyRequest) Tenantcontrols ¶

func (r ApiGetActivityProxyRequest) Tenantcontrols(tenantcontrols bool) ApiGetActivityProxyRequest

If set to `true`, filter data for requests that are part of a tenant control policy.

func (ApiGetActivityProxyRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetActivityProxyRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetActivityProxyRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetActivityProxyRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetActivityProxyRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetActivityProxyRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetActivityZTNARequest ¶

type ApiGetActivityZTNARequest struct {
	ApiService *ActivityAPIService
	// contains filtered or unexported fields
}

func (ApiGetActivityZTNARequest) Execute ¶

func (ApiGetActivityZTNARequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetActivityZTNARequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetActivityZTNARequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetActivityZTNARequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetActivityZTNARequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetActivityZTNARequest) Ztnatype ¶

Specify the Zero Trust Network Access (ZTNA) session type.

type ApiGetApplicationAttributesRequest ¶

type ApiGetApplicationAttributesRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiGetApplicationAttributesRequest) Categories ¶

The attributes' categories to filter the collection.

func (ApiGetApplicationAttributesRequest) Execute ¶

type ApiGetApplicationCategoriesRequest ¶

type ApiGetApplicationCategoriesRequest struct {
	ApiService *ApplicationCategoriesAPIService
	// contains filtered or unexported fields
}

func (ApiGetApplicationCategoriesRequest) Execute ¶

func (ApiGetApplicationCategoriesRequest) Limit ¶

The maximum number of items to return in the collection.

func (ApiGetApplicationCategoriesRequest) Offset ¶

The number of items to skip before starting to collect the result set.

type ApiGetApplicationIdentitiesRequest ¶

type ApiGetApplicationIdentitiesRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiGetApplicationIdentitiesRequest) Date ¶

Specify a date to search for data within a twenty-four hour time period. If you do not provide a date, the last 90 days period is used to query the collection.

func (ApiGetApplicationIdentitiesRequest) Execute ¶

func (ApiGetApplicationIdentitiesRequest) Limit ¶

The maximum number of items to return in the collection.

func (ApiGetApplicationIdentitiesRequest) Offset ¶

The number of items to skip before starting to collect the result set.

func (ApiGetApplicationIdentitiesRequest) Order ¶

Specify the order to sort the collection. Valid values are: `asc` (ascending) or `desc` (descending).

func (ApiGetApplicationIdentitiesRequest) Sort ¶

Specify the name of a field to sort the application identities.

type ApiGetApplicationRequest ¶

type ApiGetApplicationRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiGetApplicationRequest) Execute ¶

type ApiGetApplicationRiskRequest ¶

type ApiGetApplicationRiskRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiGetApplicationRiskRequest) Execute ¶

type ApiGetApplicationsAppDiscoveryRequest ¶

type ApiGetApplicationsAppDiscoveryRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetApplicationsAppDiscoveryRequest) AppTypes ¶

Specify the types of application to filter the collection. Valid values are: `saas`, `paas`, and `iaas`.

func (ApiGetApplicationsAppDiscoveryRequest) Categories ¶

Specify the list of application category to filter the collection.

func (ApiGetApplicationsAppDiscoveryRequest) Controllable ¶

Specify the type of controllable applications to filter the collection. Valid values are: `all`, `advanced`.

func (ApiGetApplicationsAppDiscoveryRequest) Date ¶

Specify a date to search for data within a twenty-four hour time period. If you do not provide a date, the last 90 days period is used to query the collection.

func (ApiGetApplicationsAppDiscoveryRequest) Execute ¶

func (ApiGetApplicationsAppDiscoveryRequest) Identity ¶

Specify the entity ID to filter the collection.

func (ApiGetApplicationsAppDiscoveryRequest) LabelTimestamp ¶

Filter the result set on the time when the label was updated.

func (ApiGetApplicationsAppDiscoveryRequest) Labels ¶

Specify the types of application classification to filter the collection. Valid values are: `unreviewed`, `approved`, `notApproved`, `underAudit`.

func (ApiGetApplicationsAppDiscoveryRequest) Limit ¶

The maximum number of items to return in the collection.

func (ApiGetApplicationsAppDiscoveryRequest) Offset ¶

The number of items to skip before starting to collect the result set.

func (ApiGetApplicationsAppDiscoveryRequest) Order ¶

Specify the order to sort the collection. Valid values are: `asc` (ascending) or `desc` (descending).

func (ApiGetApplicationsAppDiscoveryRequest) Sort ¶

Specify the name of a field to sort the applications.

func (ApiGetApplicationsAppDiscoveryRequest) Sources ¶

Specify the types of log source to filter the collection. Valid values are: `dns`, `swg`, `cdfw`.

func (ApiGetApplicationsAppDiscoveryRequest) WeightedRisk ¶

Specify the list of application weighted risk to filter the collection. Valid values are: `veryLow`, `low`, `medium`, `high`, `veryHigh`.

type ApiGetApplicationsRequest ¶

type ApiGetApplicationsRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiGetApplicationsRequest) Application ¶

func (r ApiGetApplicationsRequest) Application(application string) ApiGetApplicationsRequest

Filter on the name of the application.

func (ApiGetApplicationsRequest) Execute ¶

type ApiGetBandwidthByHourRequest ¶

type ApiGetBandwidthByHourRequest struct {
	ApiService *BandwidthByHourAPIService
	// contains filtered or unexported fields
}

func (ApiGetBandwidthByHourRequest) Ampdisposition ¶

func (r ApiGetBandwidthByHourRequest) Ampdisposition(ampdisposition string) ApiGetBandwidthByHourRequest

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetBandwidthByHourRequest) Antivirusthreats ¶

func (r ApiGetBandwidthByHourRequest) Antivirusthreats(antivirusthreats string) ApiGetBandwidthByHourRequest

A threat name or comma-delimited list of threat names.

func (ApiGetBandwidthByHourRequest) Applicationid ¶

func (r ApiGetBandwidthByHourRequest) Applicationid(applicationid string) ApiGetBandwidthByHourRequest

The ID of the application.

func (ApiGetBandwidthByHourRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetBandwidthByHourRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetBandwidthByHourRequest) Datalosspreventionstate ¶

func (r ApiGetBandwidthByHourRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetBandwidthByHourRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetBandwidthByHourRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetBandwidthByHourRequest) Execute ¶

func (ApiGetBandwidthByHourRequest) Filternoisydomains ¶

func (r ApiGetBandwidthByHourRequest) Filternoisydomains(filternoisydomains bool) ApiGetBandwidthByHourRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetBandwidthByHourRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetBandwidthByHourRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetBandwidthByHourRequest) Identitytypes ¶

func (r ApiGetBandwidthByHourRequest) Identitytypes(identitytypes string) ApiGetBandwidthByHourRequest

An identity type or comma-delimited list of identity types.

func (ApiGetBandwidthByHourRequest) Ip ¶

An IP address.

func (ApiGetBandwidthByHourRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetBandwidthByHourRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetBandwidthByHourRequest) Policycategories ¶

func (r ApiGetBandwidthByHourRequest) Policycategories(policycategories string) ApiGetBandwidthByHourRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetBandwidthByHourRequest) Securityoverridden ¶

func (r ApiGetBandwidthByHourRequest) Securityoverridden(securityoverridden bool) ApiGetBandwidthByHourRequest

Specify whether to filter on requests that override security.

func (ApiGetBandwidthByHourRequest) Sha256 ¶

A SHA-256 hash.

func (ApiGetBandwidthByHourRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetBandwidthByHourRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetBandwidthByHourRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetBandwidthByHourRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetBandwidthByTimerangeRequest ¶

type ApiGetBandwidthByTimerangeRequest struct {
	ApiService *BandwidthByTimerangeAPIService
	// contains filtered or unexported fields
}

func (ApiGetBandwidthByTimerangeRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetBandwidthByTimerangeRequest) Antivirusthreats ¶

func (r ApiGetBandwidthByTimerangeRequest) Antivirusthreats(antivirusthreats string) ApiGetBandwidthByTimerangeRequest

A threat name or comma-delimited list of threat names.

func (ApiGetBandwidthByTimerangeRequest) Applicationid ¶

The ID of the application.

func (ApiGetBandwidthByTimerangeRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetBandwidthByTimerangeRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetBandwidthByTimerangeRequest) Datalosspreventionstate ¶

func (r ApiGetBandwidthByTimerangeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetBandwidthByTimerangeRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetBandwidthByTimerangeRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetBandwidthByTimerangeRequest) Execute ¶

func (ApiGetBandwidthByTimerangeRequest) Filternoisydomains ¶

func (r ApiGetBandwidthByTimerangeRequest) Filternoisydomains(filternoisydomains bool) ApiGetBandwidthByTimerangeRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetBandwidthByTimerangeRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetBandwidthByTimerangeRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetBandwidthByTimerangeRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetBandwidthByTimerangeRequest) Ip ¶

An IP address.

func (ApiGetBandwidthByTimerangeRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetBandwidthByTimerangeRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetBandwidthByTimerangeRequest) Policycategories ¶

func (r ApiGetBandwidthByTimerangeRequest) Policycategories(policycategories string) ApiGetBandwidthByTimerangeRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetBandwidthByTimerangeRequest) Securityoverridden ¶

func (r ApiGetBandwidthByTimerangeRequest) Securityoverridden(securityoverridden bool) ApiGetBandwidthByTimerangeRequest

Specify whether to filter on requests that override security.

func (ApiGetBandwidthByTimerangeRequest) Sha256 ¶

A SHA-256 hash.

func (ApiGetBandwidthByTimerangeRequest) Timerange ¶

A string that represents a range of time. If the header is not set, the header value defaults to `hour`.

func (ApiGetBandwidthByTimerangeRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetBandwidthByTimerangeRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetBandwidthByTimerangeRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetBandwidthByTimerangeRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetCategoriesRequest ¶

type ApiGetCategoriesRequest struct {
	ApiService *UtilityAPIService
	// contains filtered or unexported fields
}

func (ApiGetCategoriesRequest) Execute ¶

type ApiGetDeploymentStatusRequest ¶

type ApiGetDeploymentStatusRequest struct {
	ApiService *DeploymentStatusAPIService
	// contains filtered or unexported fields
}

func (ApiGetDeploymentStatusRequest) Execute ¶

func (ApiGetDeploymentStatusRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetDeploymentStatusRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetDeploymentStatusRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetDeploymentStatusRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetDeploymentStatusRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

type ApiGetDetailedStatsForAppConnectorGroupsRequest ¶

type ApiGetDetailedStatsForAppConnectorGroupsRequest struct {
	ApiService *ResourceConnectorsAPIService
	// contains filtered or unexported fields
}

func (ApiGetDetailedStatsForAppConnectorGroupsRequest) Cputhreshold ¶

The CPU threshold (`cputhreshold`) percentage that is used to filter overloaded groups.

func (ApiGetDetailedStatsForAppConnectorGroupsRequest) Execute ¶

func (ApiGetDetailedStatsForAppConnectorGroupsRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetDetailedStatsForAppConnectorGroupsRequest) Groupids ¶

A comma-delimited list of resource connector group IDs.

func (ApiGetDetailedStatsForAppConnectorGroupsRequest) Timerange ¶

A string that represents a range of time. If the header is not set, the header value defaults to `hour`.

func (ApiGetDetailedStatsForAppConnectorGroupsRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

type ApiGetDetailedStatsForAppConnectorRequest ¶

type ApiGetDetailedStatsForAppConnectorRequest struct {
	ApiService *ResourceConnectorsAPIService
	// contains filtered or unexported fields
}

func (ApiGetDetailedStatsForAppConnectorRequest) Agentids ¶

A comma-delimited list of resource connector IDs.

func (ApiGetDetailedStatsForAppConnectorRequest) Execute ¶

func (ApiGetDetailedStatsForAppConnectorRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetDetailedStatsForAppConnectorRequest) Timerange ¶

A string that represents a range of time. If the header is not set, the header value defaults to `hour`.

func (ApiGetDetailedStatsForAppConnectorRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

type ApiGetIdentitiesRequest ¶

type ApiGetIdentitiesRequest struct {
	ApiService *UtilityAPIService
	// contains filtered or unexported fields
}

func (ApiGetIdentitiesRequest) Execute ¶

func (ApiGetIdentitiesRequest) Identitytypes ¶

func (r ApiGetIdentitiesRequest) Identitytypes(identitytypes string) ApiGetIdentitiesRequest

An identity type or comma-delimited list of identity types.

func (ApiGetIdentitiesRequest) Limit ¶

(Identities utility endpoint) The number of records to return from the collection. The default limit is 100. In a single response, the server returns at most 5000 records from the collection.

func (ApiGetIdentitiesRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetIdentitiesRequest) Search ¶

A string that represents a search parameter. Filter data for requests where the search string appears in the endpoint data.

type ApiGetIdentityDistributionRequest ¶

type ApiGetIdentityDistributionRequest struct {
	ApiService *IdentityDistributionAPIService
	// contains filtered or unexported fields
}

func (ApiGetIdentityDistributionRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetIdentityDistributionRequest) Antivirusthreats ¶

func (r ApiGetIdentityDistributionRequest) Antivirusthreats(antivirusthreats string) ApiGetIdentityDistributionRequest

A threat name or comma-delimited list of threat names.

func (ApiGetIdentityDistributionRequest) Applicationid ¶

The ID of the application.

func (ApiGetIdentityDistributionRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetIdentityDistributionRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetIdentityDistributionRequest) Datalosspreventionstate ¶

func (r ApiGetIdentityDistributionRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetIdentityDistributionRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetIdentityDistributionRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetIdentityDistributionRequest) Execute ¶

func (ApiGetIdentityDistributionRequest) Filternoisydomains ¶

func (r ApiGetIdentityDistributionRequest) Filternoisydomains(filternoisydomains bool) ApiGetIdentityDistributionRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetIdentityDistributionRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetIdentityDistributionRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetIdentityDistributionRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetIdentityDistributionRequest) Ip ¶

An IP address.

func (ApiGetIdentityDistributionRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetIdentityDistributionRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetIdentityDistributionRequest) Policycategories ¶

func (r ApiGetIdentityDistributionRequest) Policycategories(policycategories string) ApiGetIdentityDistributionRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetIdentityDistributionRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetIdentityDistributionRequest) Securityoverridden ¶

func (r ApiGetIdentityDistributionRequest) Securityoverridden(securityoverridden bool) ApiGetIdentityDistributionRequest

Specify whether to filter on requests that override security.

func (ApiGetIdentityDistributionRequest) Sha256 ¶

A SHA-256 hash.

func (ApiGetIdentityDistributionRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetIdentityDistributionRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetIdentityDistributionRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetIdentityDistributionRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetIdentityDistributionRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetIdentityDistributionRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetIdentityDistributionTypeRequest ¶

type ApiGetIdentityDistributionTypeRequest struct {
	ApiService *IdentityDistributionAPIService
	// contains filtered or unexported fields
}

func (ApiGetIdentityDistributionTypeRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetIdentityDistributionTypeRequest) Antivirusthreats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetIdentityDistributionTypeRequest) Applicationid ¶

The ID of the application.

func (ApiGetIdentityDistributionTypeRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetIdentityDistributionTypeRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetIdentityDistributionTypeRequest) Datalosspreventionstate ¶

func (r ApiGetIdentityDistributionTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetIdentityDistributionTypeRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetIdentityDistributionTypeRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetIdentityDistributionTypeRequest) Execute ¶

func (ApiGetIdentityDistributionTypeRequest) Filternoisydomains ¶

func (r ApiGetIdentityDistributionTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetIdentityDistributionTypeRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetIdentityDistributionTypeRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetIdentityDistributionTypeRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetIdentityDistributionTypeRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetIdentityDistributionTypeRequest) Ip ¶

An IP address.

func (ApiGetIdentityDistributionTypeRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetIdentityDistributionTypeRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetIdentityDistributionTypeRequest) Policycategories ¶

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetIdentityDistributionTypeRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetIdentityDistributionTypeRequest) Securityoverridden ¶

func (r ApiGetIdentityDistributionTypeRequest) Securityoverridden(securityoverridden bool) ApiGetIdentityDistributionTypeRequest

Specify whether to filter on requests that override security.

func (ApiGetIdentityDistributionTypeRequest) Sha256 ¶

A SHA-256 hash.

func (ApiGetIdentityDistributionTypeRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetIdentityDistributionTypeRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetIdentityDistributionTypeRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetIdentityDistributionTypeRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetIdentityDistributionTypeRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetIdentityDistributionTypeRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetIdentityRequest ¶

type ApiGetIdentityRequest struct {
	ApiService *UtilityAPIService
	// contains filtered or unexported fields
}

func (ApiGetIdentityRequest) Execute ¶

type ApiGetOrganizationRequestsByHourRequest ¶

type ApiGetOrganizationRequestsByHourRequest struct {
	ApiService *OrganizationRequestsByHourAPIService
	// contains filtered or unexported fields
}

func (ApiGetOrganizationRequestsByHourRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetOrganizationRequestsByHourRequest) Antivirusthreats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetOrganizationRequestsByHourRequest) Applicationid ¶

The ID of the application.

func (ApiGetOrganizationRequestsByHourRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetOrganizationRequestsByHourRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetOrganizationRequestsByHourRequest) Datalosspreventionstate ¶

func (r ApiGetOrganizationRequestsByHourRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetOrganizationRequestsByHourRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetOrganizationRequestsByHourRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetOrganizationRequestsByHourRequest) Execute ¶

func (ApiGetOrganizationRequestsByHourRequest) Filternoisydomains ¶

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetOrganizationRequestsByHourRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetOrganizationRequestsByHourRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetOrganizationRequestsByHourRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetOrganizationRequestsByHourRequest) Ip ¶

An IP address.

func (ApiGetOrganizationRequestsByHourRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetOrganizationRequestsByHourRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetOrganizationRequestsByHourRequest) Policycategories ¶

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetOrganizationRequestsByHourRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetOrganizationRequestsByHourRequest) Securityoverridden ¶

Specify whether to filter on requests that override security.

func (ApiGetOrganizationRequestsByHourRequest) Sha256 ¶

A SHA-256 hash.

func (ApiGetOrganizationRequestsByHourRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetOrganizationRequestsByHourRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetOrganizationRequestsByHourRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetOrganizationRequestsByHourRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetOrganizationRequestsByHourRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetOrganizationRequestsByHourRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetOverloadedGroupsCountRequest ¶

type ApiGetOverloadedGroupsCountRequest struct {
	ApiService *ResourceConnectorsAPIService
	// contains filtered or unexported fields
}

func (ApiGetOverloadedGroupsCountRequest) Cputhreshold ¶

The CPU threshold (`cputhreshold`) percentage that is used to filter overloaded groups.

func (ApiGetOverloadedGroupsCountRequest) Execute ¶

func (ApiGetOverloadedGroupsCountRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetOverloadedGroupsCountRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

type ApiGetPrivateResourceDetailedStatsIdentitiesRequest ¶

type ApiGetPrivateResourceDetailedStatsIdentitiesRequest struct {
	ApiService *PrivateResourceAPIService
	// contains filtered or unexported fields
}

func (ApiGetPrivateResourceDetailedStatsIdentitiesRequest) Execute ¶

func (ApiGetPrivateResourceDetailedStatsIdentitiesRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetPrivateResourceDetailedStatsIdentitiesRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetPrivateResourceDetailedStatsIdentitiesRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetPrivateResourceDetailedStatsIdentitiesRequest) Privateresourceid ¶

A private resource ID.

func (ApiGetPrivateResourceDetailedStatsIdentitiesRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetPrivateResourceDetailedStatsIdentitiesRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

type ApiGetPrivateResourceDetailedStatsTimerangeRequest ¶

type ApiGetPrivateResourceDetailedStatsTimerangeRequest struct {
	ApiService *PrivateResourceAPIService
	// contains filtered or unexported fields
}

func (ApiGetPrivateResourceDetailedStatsTimerangeRequest) Execute ¶

func (ApiGetPrivateResourceDetailedStatsTimerangeRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetPrivateResourceDetailedStatsTimerangeRequest) Privateresourceid ¶

A private resource ID.

func (ApiGetPrivateResourceDetailedStatsTimerangeRequest) Timerange ¶

A string that represents a range of time. If the header is not set, the header value defaults to `hour`.

func (ApiGetPrivateResourceDetailedStatsTimerangeRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetPrivateResourceDetailedStatsTimerangeRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

type ApiGetPrivateResourceStatsRequest ¶

type ApiGetPrivateResourceStatsRequest struct {
	ApiService *PrivateResourceAPIService
	// contains filtered or unexported fields
}

func (ApiGetPrivateResourceStatsRequest) Execute ¶

func (ApiGetPrivateResourceStatsRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetPrivateResourceStatsRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetPrivateResourceStatsRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetPrivateResourceStatsRequest) Privateresourceids ¶

func (r ApiGetPrivateResourceStatsRequest) Privateresourceids(privateresourceids string) ApiGetPrivateResourceStatsRequest

A comma-delimited list of private resource IDs.

func (ApiGetPrivateResourceStatsRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

type ApiGetProtocolIdentitiesRequest ¶

type ApiGetProtocolIdentitiesRequest struct {
	ApiService *IdentitiesAPIService
	// contains filtered or unexported fields
}

func (ApiGetProtocolIdentitiesRequest) Date ¶

Specify a date to search for data within a twenty-four hour time period. If you do not provide a date, the last 90 days period is used to query the collection.

func (ApiGetProtocolIdentitiesRequest) Execute ¶

func (ApiGetProtocolIdentitiesRequest) Limit ¶

The maximum number of items to return in the collection.

func (ApiGetProtocolIdentitiesRequest) Offset ¶

The number of items to skip before starting to collect the result set.

func (ApiGetProtocolIdentitiesRequest) Order ¶

Specify the order to sort the collection. Valid values are: `asc` (ascending) or `desc` (descending).

func (ApiGetProtocolIdentitiesRequest) Sort ¶

Specify the name of a field to sort the application identities.

type ApiGetProtocolRequest ¶

type ApiGetProtocolRequest struct {
	ApiService *ProtocolsAPIService
	// contains filtered or unexported fields
}

func (ApiGetProtocolRequest) Date ¶

Specify a date to search for data within a twenty-four hour time period. If you do not provide a date, the last 90 days period is used to query the collection.

func (ApiGetProtocolRequest) Execute ¶

type ApiGetProtocolsRequest ¶

type ApiGetProtocolsRequest struct {
	ApiService *ProtocolsAPIService
	// contains filtered or unexported fields
}

func (ApiGetProtocolsRequest) Execute ¶

func (ApiGetProtocolsRequest) Identity ¶

Specify the entity ID to filter the collection.

func (ApiGetProtocolsRequest) Limit ¶

The maximum number of items to return in the collection.

func (ApiGetProtocolsRequest) Offset ¶

The number of items to skip before starting to collect the result set.

func (ApiGetProtocolsRequest) Order ¶

Specify the order to sort the collection. Valid values are: `asc` (ascending) or `desc` (descending).

func (ApiGetProtocolsRequest) Sort ¶

Specify the name of a field to sort the application protocols.

type ApiGetRemoteAccessEventsRequest ¶

type ApiGetRemoteAccessEventsRequest struct {
	ApiService *RemoteAccessAPIService
	// contains filtered or unexported fields
}

func (ApiGetRemoteAccessEventsRequest) Anyconnectversions ¶

func (r ApiGetRemoteAccessEventsRequest) Anyconnectversions(anyconnectversions string) ApiGetRemoteAccessEventsRequest

Specify a comma-separated list of AnyConnect Roaming Security module versions.

func (ApiGetRemoteAccessEventsRequest) Connectionevent ¶

func (r ApiGetRemoteAccessEventsRequest) Connectionevent(connectionevent string) ApiGetRemoteAccessEventsRequest

Specify the type of connection event.

func (ApiGetRemoteAccessEventsRequest) Execute ¶

func (ApiGetRemoteAccessEventsRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetRemoteAccessEventsRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetRemoteAccessEventsRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetRemoteAccessEventsRequest) Ip ¶

An IP address.

func (ApiGetRemoteAccessEventsRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetRemoteAccessEventsRequest) Osversions ¶

Specify a comma-separated list of OS versions.

func (ApiGetRemoteAccessEventsRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetRemoteAccessEventsRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

type ApiGetRequestsByHourAndCategoryAndTypeRequest ¶

type ApiGetRequestsByHourAndCategoryAndTypeRequest struct {
	ApiService *OrganizationRequestsByHourAndCategoryAPIService
	// contains filtered or unexported fields
}

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Antivirusthreats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Applicationid ¶

The ID of the application.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Datalosspreventionstate ¶

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Execute ¶

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Filternoisydomains ¶

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Ip ¶

An IP address.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Policycategories ¶

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Securityoverridden ¶

Specify whether to filter on requests that override security.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Sha256 ¶

A SHA-256 hash.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetRequestsByHourAndCategoryRequest ¶

type ApiGetRequestsByHourAndCategoryRequest struct {
	ApiService *OrganizationRequestsByHourAndCategoryAPIService
	// contains filtered or unexported fields
}

func (ApiGetRequestsByHourAndCategoryRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetRequestsByHourAndCategoryRequest) Antivirusthreats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetRequestsByHourAndCategoryRequest) Applicationid ¶

The ID of the application.

func (ApiGetRequestsByHourAndCategoryRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetRequestsByHourAndCategoryRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetRequestsByHourAndCategoryRequest) Datalosspreventionstate ¶

func (r ApiGetRequestsByHourAndCategoryRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetRequestsByHourAndCategoryRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetRequestsByHourAndCategoryRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetRequestsByHourAndCategoryRequest) Execute ¶

func (ApiGetRequestsByHourAndCategoryRequest) Filternoisydomains ¶

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetRequestsByHourAndCategoryRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetRequestsByHourAndCategoryRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetRequestsByHourAndCategoryRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetRequestsByHourAndCategoryRequest) Ip ¶

An IP address.

func (ApiGetRequestsByHourAndCategoryRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetRequestsByHourAndCategoryRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetRequestsByHourAndCategoryRequest) Policycategories ¶

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetRequestsByHourAndCategoryRequest) Securityoverridden ¶

Specify whether to filter on requests that override security.

func (ApiGetRequestsByHourAndCategoryRequest) Sha256 ¶

A SHA-256 hash.

func (ApiGetRequestsByHourAndCategoryRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetRequestsByHourAndCategoryRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetRequestsByHourAndCategoryRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetRequestsByHourAndCategoryRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetRequestsByHourAndCategoryRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetRequestsByHourAndCategoryRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetRequestsByHourRequest ¶

type ApiGetRequestsByHourRequest struct {
	ApiService *OrganizationRequestsByHourAPIService
	// contains filtered or unexported fields
}

func (ApiGetRequestsByHourRequest) Ampdisposition ¶

func (r ApiGetRequestsByHourRequest) Ampdisposition(ampdisposition string) ApiGetRequestsByHourRequest

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetRequestsByHourRequest) Antivirusthreats ¶

func (r ApiGetRequestsByHourRequest) Antivirusthreats(antivirusthreats string) ApiGetRequestsByHourRequest

A threat name or comma-delimited list of threat names.

func (ApiGetRequestsByHourRequest) Applicationid ¶

func (r ApiGetRequestsByHourRequest) Applicationid(applicationid string) ApiGetRequestsByHourRequest

The ID of the application.

func (ApiGetRequestsByHourRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetRequestsByHourRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetRequestsByHourRequest) Datalosspreventionstate ¶

func (r ApiGetRequestsByHourRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetRequestsByHourRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetRequestsByHourRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetRequestsByHourRequest) Execute ¶

func (ApiGetRequestsByHourRequest) Filternoisydomains ¶

func (r ApiGetRequestsByHourRequest) Filternoisydomains(filternoisydomains bool) ApiGetRequestsByHourRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetRequestsByHourRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetRequestsByHourRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetRequestsByHourRequest) Identitytypes ¶

func (r ApiGetRequestsByHourRequest) Identitytypes(identitytypes string) ApiGetRequestsByHourRequest

An identity type or comma-delimited list of identity types.

func (ApiGetRequestsByHourRequest) Ip ¶

An IP address.

func (ApiGetRequestsByHourRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetRequestsByHourRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetRequestsByHourRequest) Policycategories ¶

func (r ApiGetRequestsByHourRequest) Policycategories(policycategories string) ApiGetRequestsByHourRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetRequestsByHourRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetRequestsByHourRequest) Securityoverridden ¶

func (r ApiGetRequestsByHourRequest) Securityoverridden(securityoverridden bool) ApiGetRequestsByHourRequest

Specify whether to filter on requests that override security.

func (ApiGetRequestsByHourRequest) Sha256 ¶

A SHA-256 hash.

func (ApiGetRequestsByHourRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetRequestsByHourRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetRequestsByHourRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetRequestsByHourRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetRequestsByHourRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetRequestsByHourRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetRequestsByTimerangeAndCategoryRequest ¶

type ApiGetRequestsByTimerangeAndCategoryRequest struct {
	ApiService *OrganizationRequestsByTimerangeAndCategoryAPIService
	// contains filtered or unexported fields
}

func (ApiGetRequestsByTimerangeAndCategoryRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Antivirusthreats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Applicationid ¶

The ID of the application.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Datalosspreventionstate ¶

func (r ApiGetRequestsByTimerangeAndCategoryRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetRequestsByTimerangeAndCategoryRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Execute ¶

func (ApiGetRequestsByTimerangeAndCategoryRequest) Filternoisydomains ¶

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetRequestsByTimerangeAndCategoryRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Ip ¶

An IP address.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Policycategories ¶

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Securityoverridden ¶

Specify whether to filter on requests that override security.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Timerange ¶

A string that represents a range of time. If the header is not set, the header value defaults to `hour`.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetRequestsByTimerangeAndCategoryRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetRequestsByTimerangeAndCategoryRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetRequestsByTimerangeAndCategoryTypeRequest ¶

type ApiGetRequestsByTimerangeAndCategoryTypeRequest struct {
	ApiService *OrganizationRequestsByTimerangeAndCategoryAPIService
	// contains filtered or unexported fields
}

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Antivirusthreats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Applicationid ¶

The ID of the application.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Datalosspreventionstate ¶

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Execute ¶

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Filternoisydomains ¶

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Ip ¶

An IP address.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Policycategories ¶

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Securityoverridden ¶

Specify whether to filter on requests that override security.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Timerange ¶

A string that represents a range of time. If the header is not set, the header value defaults to `hour`.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetRequestsByTimerangeRequest ¶

type ApiGetRequestsByTimerangeRequest struct {
	ApiService *OrganizationRequestsByTimerangeAPIService
	// contains filtered or unexported fields
}

func (ApiGetRequestsByTimerangeRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetRequestsByTimerangeRequest) Antivirusthreats ¶

func (r ApiGetRequestsByTimerangeRequest) Antivirusthreats(antivirusthreats string) ApiGetRequestsByTimerangeRequest

A threat name or comma-delimited list of threat names.

func (ApiGetRequestsByTimerangeRequest) Applicationid ¶

The ID of the application.

func (ApiGetRequestsByTimerangeRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetRequestsByTimerangeRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetRequestsByTimerangeRequest) Datalosspreventionstate ¶

func (r ApiGetRequestsByTimerangeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetRequestsByTimerangeRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetRequestsByTimerangeRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetRequestsByTimerangeRequest) Execute ¶

func (ApiGetRequestsByTimerangeRequest) Filternoisydomains ¶

func (r ApiGetRequestsByTimerangeRequest) Filternoisydomains(filternoisydomains bool) ApiGetRequestsByTimerangeRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetRequestsByTimerangeRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetRequestsByTimerangeRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetRequestsByTimerangeRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetRequestsByTimerangeRequest) Ip ¶

An IP address.

func (ApiGetRequestsByTimerangeRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetRequestsByTimerangeRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetRequestsByTimerangeRequest) Policycategories ¶

func (r ApiGetRequestsByTimerangeRequest) Policycategories(policycategories string) ApiGetRequestsByTimerangeRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetRequestsByTimerangeRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetRequestsByTimerangeRequest) Securityoverridden ¶

func (r ApiGetRequestsByTimerangeRequest) Securityoverridden(securityoverridden bool) ApiGetRequestsByTimerangeRequest

Specify whether to filter on requests that override security.

func (ApiGetRequestsByTimerangeRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetRequestsByTimerangeRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetRequestsByTimerangeRequest) Timerange ¶

A string that represents a range of time. If the header is not set, the header value defaults to `hour`.

func (ApiGetRequestsByTimerangeRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetRequestsByTimerangeRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetRequestsByTimerangeRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetRequestsByTimerangeRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

func (ApiGetRequestsByTimerangeRequest) XTrafficType ¶

A string or comma-delimited list of strings that describes the type of traffic. If the header is not set, the default value is `all`. Valid values are: `dns`, `proxy`, `firewall`, and `ip`.

type ApiGetRequestsByTimerangeTypeRequest ¶

type ApiGetRequestsByTimerangeTypeRequest struct {
	ApiService *OrganizationRequestsByTimerangeAPIService
	// contains filtered or unexported fields
}

func (ApiGetRequestsByTimerangeTypeRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetRequestsByTimerangeTypeRequest) Antivirusthreats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetRequestsByTimerangeTypeRequest) Applicationid ¶

The ID of the application.

func (ApiGetRequestsByTimerangeTypeRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetRequestsByTimerangeTypeRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetRequestsByTimerangeTypeRequest) Datalosspreventionstate ¶

func (r ApiGetRequestsByTimerangeTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetRequestsByTimerangeTypeRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetRequestsByTimerangeTypeRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetRequestsByTimerangeTypeRequest) Execute ¶

func (ApiGetRequestsByTimerangeTypeRequest) Filternoisydomains ¶

func (r ApiGetRequestsByTimerangeTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetRequestsByTimerangeTypeRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetRequestsByTimerangeTypeRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetRequestsByTimerangeTypeRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetRequestsByTimerangeTypeRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetRequestsByTimerangeTypeRequest) Ip ¶

An IP address.

func (ApiGetRequestsByTimerangeTypeRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetRequestsByTimerangeTypeRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetRequestsByTimerangeTypeRequest) Policycategories ¶

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetRequestsByTimerangeTypeRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetRequestsByTimerangeTypeRequest) Securityoverridden ¶

func (r ApiGetRequestsByTimerangeTypeRequest) Securityoverridden(securityoverridden bool) ApiGetRequestsByTimerangeTypeRequest

Specify whether to filter on requests that override security.

func (ApiGetRequestsByTimerangeTypeRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetRequestsByTimerangeTypeRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetRequestsByTimerangeTypeRequest) Timerange ¶

A string that represents a range of time. If the header is not set, the header value defaults to `hour`.

func (ApiGetRequestsByTimerangeTypeRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetRequestsByTimerangeTypeRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetRequestsByTimerangeTypeRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetRequestsByTimerangeTypeRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetRequestsSummaryForAppConnectorGroupsRequest ¶

type ApiGetRequestsSummaryForAppConnectorGroupsRequest struct {
	ApiService *RequestsSummaryResourceConnectorGroupsAPIService
	// contains filtered or unexported fields
}

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Antivirusthreats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Applicationid ¶

The ID of the application.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Datalosspreventionstate ¶

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Execute ¶

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Filternoisydomains ¶

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Ip ¶

An IP address.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Policycategories ¶

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Ruleid ¶

The firewall policy rule ID.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Securityoverridden ¶

Specify whether to filter on requests that override security.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetSummariesByCategoryRequest ¶

type ApiGetSummariesByCategoryRequest struct {
	ApiService *SummariesByCategoryAPIService
	// contains filtered or unexported fields
}

func (ApiGetSummariesByCategoryRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetSummariesByCategoryRequest) Antivirusthreats ¶

func (r ApiGetSummariesByCategoryRequest) Antivirusthreats(antivirusthreats string) ApiGetSummariesByCategoryRequest

A threat name or comma-delimited list of threat names.

func (ApiGetSummariesByCategoryRequest) Applicationid ¶

The ID of the application.

func (ApiGetSummariesByCategoryRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetSummariesByCategoryRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetSummariesByCategoryRequest) Datalosspreventionstate ¶

func (r ApiGetSummariesByCategoryRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetSummariesByCategoryRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetSummariesByCategoryRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetSummariesByCategoryRequest) Execute ¶

func (ApiGetSummariesByCategoryRequest) Filename ¶

A string that identifies a filename. Filter the request by the filename. Supports globbing or use of the wildcard character ('*'). The asterisk (*) matches zero or more occurrences of any character.

func (ApiGetSummariesByCategoryRequest) Filternoisydomains ¶

func (r ApiGetSummariesByCategoryRequest) Filternoisydomains(filternoisydomains bool) ApiGetSummariesByCategoryRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetSummariesByCategoryRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetSummariesByCategoryRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetSummariesByCategoryRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetSummariesByCategoryRequest) Ip ¶

An IP address.

func (ApiGetSummariesByCategoryRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetSummariesByCategoryRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetSummariesByCategoryRequest) Policycategories ¶

func (r ApiGetSummariesByCategoryRequest) Policycategories(policycategories string) ApiGetSummariesByCategoryRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetSummariesByCategoryRequest) Ruleid ¶

The firewall policy rule ID.

func (ApiGetSummariesByCategoryRequest) Securityoverridden ¶

func (r ApiGetSummariesByCategoryRequest) Securityoverridden(securityoverridden bool) ApiGetSummariesByCategoryRequest

Specify whether to filter on requests that override security.

func (ApiGetSummariesByCategoryRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetSummariesByCategoryRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetSummariesByCategoryRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetSummariesByCategoryRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetSummariesByCategoryRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetSummariesByCategoryTypeRequest ¶

type ApiGetSummariesByCategoryTypeRequest struct {
	ApiService *SummariesByCategoryAPIService
	// contains filtered or unexported fields
}

func (ApiGetSummariesByCategoryTypeRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetSummariesByCategoryTypeRequest) Antivirusthreats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetSummariesByCategoryTypeRequest) Applicationid ¶

The ID of the application.

func (ApiGetSummariesByCategoryTypeRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetSummariesByCategoryTypeRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetSummariesByCategoryTypeRequest) Datalosspreventionstate ¶

func (r ApiGetSummariesByCategoryTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetSummariesByCategoryTypeRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetSummariesByCategoryTypeRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetSummariesByCategoryTypeRequest) Execute ¶

func (ApiGetSummariesByCategoryTypeRequest) Filename ¶

A string that identifies a filename. Filter the request by the filename. Supports globbing or use of the wildcard character ('*'). The asterisk (*) matches zero or more occurrences of any character.

func (ApiGetSummariesByCategoryTypeRequest) Filternoisydomains ¶

func (r ApiGetSummariesByCategoryTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetSummariesByCategoryTypeRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetSummariesByCategoryTypeRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetSummariesByCategoryTypeRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetSummariesByCategoryTypeRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetSummariesByCategoryTypeRequest) Ip ¶

An IP address.

func (ApiGetSummariesByCategoryTypeRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetSummariesByCategoryTypeRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetSummariesByCategoryTypeRequest) Policycategories ¶

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetSummariesByCategoryTypeRequest) Ruleid ¶

The firewall policy rule ID.

func (ApiGetSummariesByCategoryTypeRequest) Securityoverridden ¶

func (r ApiGetSummariesByCategoryTypeRequest) Securityoverridden(securityoverridden bool) ApiGetSummariesByCategoryTypeRequest

Specify whether to filter on requests that override security.

func (ApiGetSummariesByCategoryTypeRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetSummariesByCategoryTypeRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetSummariesByCategoryTypeRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetSummariesByCategoryTypeRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetSummariesByCategoryTypeRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetSummariesByDestinationRequest ¶

type ApiGetSummariesByDestinationRequest struct {
	ApiService *SummariesByDestinationAPIService
	// contains filtered or unexported fields
}

func (ApiGetSummariesByDestinationRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetSummariesByDestinationRequest) Antivirusthreats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetSummariesByDestinationRequest) Applicationid ¶

The ID of the application.

func (ApiGetSummariesByDestinationRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetSummariesByDestinationRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetSummariesByDestinationRequest) Datalosspreventionstate ¶

func (r ApiGetSummariesByDestinationRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetSummariesByDestinationRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetSummariesByDestinationRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetSummariesByDestinationRequest) Execute ¶

func (ApiGetSummariesByDestinationRequest) Filename ¶

A string that identifies a filename. Filter the request by the filename. Supports globbing or use of the wildcard character ('*'). The asterisk (*) matches zero or more occurrences of any character.

func (ApiGetSummariesByDestinationRequest) Filternoisydomains ¶

func (r ApiGetSummariesByDestinationRequest) Filternoisydomains(filternoisydomains bool) ApiGetSummariesByDestinationRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetSummariesByDestinationRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetSummariesByDestinationRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetSummariesByDestinationRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetSummariesByDestinationRequest) Ip ¶

An IP address.

func (ApiGetSummariesByDestinationRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetSummariesByDestinationRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetSummariesByDestinationRequest) Policycategories ¶

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetSummariesByDestinationRequest) Ruleid ¶

The firewall policy rule ID.

func (ApiGetSummariesByDestinationRequest) Securityoverridden ¶

func (r ApiGetSummariesByDestinationRequest) Securityoverridden(securityoverridden bool) ApiGetSummariesByDestinationRequest

Specify whether to filter on requests that override security.

func (ApiGetSummariesByDestinationRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetSummariesByDestinationRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetSummariesByDestinationRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetSummariesByDestinationRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetSummariesByDestinationRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetSummariesByDestinationTypeRequest ¶

type ApiGetSummariesByDestinationTypeRequest struct {
	ApiService *SummariesByDestinationAPIService
	// contains filtered or unexported fields
}

func (ApiGetSummariesByDestinationTypeRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetSummariesByDestinationTypeRequest) Antivirusthreats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetSummariesByDestinationTypeRequest) Applicationid ¶

The ID of the application.

func (ApiGetSummariesByDestinationTypeRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetSummariesByDestinationTypeRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetSummariesByDestinationTypeRequest) Datalosspreventionstate ¶

func (r ApiGetSummariesByDestinationTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetSummariesByDestinationTypeRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetSummariesByDestinationTypeRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetSummariesByDestinationTypeRequest) Execute ¶

func (ApiGetSummariesByDestinationTypeRequest) Filename ¶

A string that identifies a filename. Filter the request by the filename. Supports globbing or use of the wildcard character ('*'). The asterisk (*) matches zero or more occurrences of any character.

func (ApiGetSummariesByDestinationTypeRequest) Filternoisydomains ¶

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetSummariesByDestinationTypeRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetSummariesByDestinationTypeRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetSummariesByDestinationTypeRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetSummariesByDestinationTypeRequest) Ip ¶

An IP address.

func (ApiGetSummariesByDestinationTypeRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetSummariesByDestinationTypeRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetSummariesByDestinationTypeRequest) Policycategories ¶

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetSummariesByDestinationTypeRequest) Ruleid ¶

The firewall policy rule ID.

func (ApiGetSummariesByDestinationTypeRequest) Securityoverridden ¶

Specify whether to filter on requests that override security.

func (ApiGetSummariesByDestinationTypeRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetSummariesByDestinationTypeRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetSummariesByDestinationTypeRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetSummariesByDestinationTypeRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetSummariesByDestinationTypeRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetSummariesByRuleFirewallHitcountRequest ¶

type ApiGetSummariesByRuleFirewallHitcountRequest struct {
	ApiService *SummariesByRuleAPIService
	// contains filtered or unexported fields
}

func (ApiGetSummariesByRuleFirewallHitcountRequest) Execute ¶

func (ApiGetSummariesByRuleFirewallHitcountRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetSummariesByRuleFirewallHitcountRequest) Ruleids ¶

A comma-delimited list of firewall policy rule IDs.

func (ApiGetSummariesByRuleFirewallHitcountRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

type ApiGetSummariesByRuleHitcountRequest ¶

type ApiGetSummariesByRuleHitcountRequest struct {
	ApiService *SummariesByRuleAPIService
	// contains filtered or unexported fields
}

func (ApiGetSummariesByRuleHitcountRequest) Execute ¶

func (ApiGetSummariesByRuleHitcountRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetSummariesByRuleHitcountRequest) Ruleids ¶

A comma-delimited list of firewall policy rule IDs.

func (ApiGetSummariesByRuleHitcountRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

type ApiGetSummariesByRuleIntrusionRequest ¶

type ApiGetSummariesByRuleIntrusionRequest struct {
	ApiService *SummariesByRuleAPIService
	// contains filtered or unexported fields
}

func (ApiGetSummariesByRuleIntrusionRequest) Execute ¶

func (ApiGetSummariesByRuleIntrusionRequest) Filternoisydomains ¶

func (r ApiGetSummariesByRuleIntrusionRequest) Filternoisydomains(filternoisydomains bool) ApiGetSummariesByRuleIntrusionRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetSummariesByRuleIntrusionRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetSummariesByRuleIntrusionRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetSummariesByRuleIntrusionRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetSummariesByRuleIntrusionRequest) Intrusionaction ¶

An action or list of comma-separated intrusion actions. Valid values are: `would_block`, `blocked`, and `detected`.

func (ApiGetSummariesByRuleIntrusionRequest) Ip ¶

An IP address.

func (ApiGetSummariesByRuleIntrusionRequest) Ipsprofile ¶

An IPS profile string or comma-delimited list of IPS profile string.

func (ApiGetSummariesByRuleIntrusionRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetSummariesByRuleIntrusionRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetSummariesByRuleIntrusionRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetSummariesByRuleIntrusionRequest) Signaturelistids ¶

The signature ID or comma-separated list of signature list IDs.

func (ApiGetSummariesByRuleIntrusionRequest) Signatures ¶

The signature or comma-separated list of <signatureid>-<generatorid> signatures.

func (ApiGetSummariesByRuleIntrusionRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

type ApiGetSummaryByTypeRequest ¶

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

func (ApiGetSummaryByTypeRequest) Ampdisposition ¶

func (r ApiGetSummaryByTypeRequest) Ampdisposition(ampdisposition string) ApiGetSummaryByTypeRequest

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetSummaryByTypeRequest) Antivirusthreats ¶

func (r ApiGetSummaryByTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetSummaryByTypeRequest

A threat name or comma-delimited list of threat names.

func (ApiGetSummaryByTypeRequest) Applicationid ¶

func (r ApiGetSummaryByTypeRequest) Applicationid(applicationid string) ApiGetSummaryByTypeRequest

The ID of the application.

func (ApiGetSummaryByTypeRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetSummaryByTypeRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetSummaryByTypeRequest) Datalosspreventionstate ¶

func (r ApiGetSummaryByTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetSummaryByTypeRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetSummaryByTypeRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetSummaryByTypeRequest) Execute ¶

func (ApiGetSummaryByTypeRequest) Filename ¶

A string that identifies a filename. Filter the request by the filename. Supports globbing or use of the wildcard character ('*'). The asterisk (*) matches zero or more occurrences of any character.

func (ApiGetSummaryByTypeRequest) Filternoisydomains ¶

func (r ApiGetSummaryByTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetSummaryByTypeRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetSummaryByTypeRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetSummaryByTypeRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetSummaryByTypeRequest) Identitytypes ¶

func (r ApiGetSummaryByTypeRequest) Identitytypes(identitytypes string) ApiGetSummaryByTypeRequest

An identity type or comma-delimited list of identity types.

func (ApiGetSummaryByTypeRequest) Ip ¶

An IP address.

func (ApiGetSummaryByTypeRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetSummaryByTypeRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetSummaryByTypeRequest) Policycategories ¶

func (r ApiGetSummaryByTypeRequest) Policycategories(policycategories string) ApiGetSummaryByTypeRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetSummaryByTypeRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetSummaryByTypeRequest) Ruleid ¶

The firewall policy rule ID.

func (ApiGetSummaryByTypeRequest) Securityoverridden ¶

func (r ApiGetSummaryByTypeRequest) Securityoverridden(securityoverridden bool) ApiGetSummaryByTypeRequest

Specify whether to filter on requests that override security.

func (ApiGetSummaryByTypeRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetSummaryByTypeRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetSummaryByTypeRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetSummaryByTypeRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetSummaryByTypeRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetSummaryByTypeRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetSummaryRequest ¶

type ApiGetSummaryRequest struct {
	ApiService *SummaryAPIService
	// contains filtered or unexported fields
}

func (ApiGetSummaryRequest) Ampdisposition ¶

func (r ApiGetSummaryRequest) Ampdisposition(ampdisposition string) ApiGetSummaryRequest

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetSummaryRequest) Antivirusthreats ¶

func (r ApiGetSummaryRequest) Antivirusthreats(antivirusthreats string) ApiGetSummaryRequest

A threat name or comma-delimited list of threat names.

func (ApiGetSummaryRequest) Applicationid ¶

func (r ApiGetSummaryRequest) Applicationid(applicationid string) ApiGetSummaryRequest

The ID of the application.

func (ApiGetSummaryRequest) Bundleid ¶

func (r ApiGetSummaryRequest) Bundleid(bundleid int64) ApiGetSummaryRequest

A proxy bundle ID.

func (ApiGetSummaryRequest) Categories ¶

func (r ApiGetSummaryRequest) Categories(categories string) ApiGetSummaryRequest

A category ID or comma-delimited list of category ID.

func (ApiGetSummaryRequest) Datalosspreventionstate ¶

func (r ApiGetSummaryRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetSummaryRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetSummaryRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetSummaryRequest) Execute ¶

func (ApiGetSummaryRequest) Filename ¶

func (r ApiGetSummaryRequest) Filename(filename string) ApiGetSummaryRequest

A string that identifies a filename. Filter the request by the filename. Supports globbing or use of the wildcard character ('*'). The asterisk (*) matches zero or more occurrences of any character.

func (ApiGetSummaryRequest) Filternoisydomains ¶

func (r ApiGetSummaryRequest) Filternoisydomains(filternoisydomains bool) ApiGetSummaryRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetSummaryRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetSummaryRequest) Identityids ¶

func (r ApiGetSummaryRequest) Identityids(identityids string) ApiGetSummaryRequest

An identity ID or comma-delimited list of identity IDs.

func (ApiGetSummaryRequest) Identitytypes ¶

func (r ApiGetSummaryRequest) Identitytypes(identitytypes string) ApiGetSummaryRequest

An identity type or comma-delimited list of identity types.

func (ApiGetSummaryRequest) Ip ¶

An IP address.

func (ApiGetSummaryRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetSummaryRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetSummaryRequest) Policycategories ¶

func (r ApiGetSummaryRequest) Policycategories(policycategories string) ApiGetSummaryRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetSummaryRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetSummaryRequest) Ruleid ¶

The firewall policy rule ID.

func (ApiGetSummaryRequest) Securityoverridden ¶

func (r ApiGetSummaryRequest) Securityoverridden(securityoverridden bool) ApiGetSummaryRequest

Specify whether to filter on requests that override security.

func (ApiGetSummaryRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetSummaryRequest) Threattypes ¶

func (r ApiGetSummaryRequest) Threattypes(threattypes string) ApiGetSummaryRequest

A threat type or comma-delimited list of threat types.

func (ApiGetSummaryRequest) Timezone ¶

func (r ApiGetSummaryRequest) Timezone(timezone string) ApiGetSummaryRequest

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetSummaryRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetSummaryRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetSummaryRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetThreatNameRequest ¶

type ApiGetThreatNameRequest struct {
	ApiService *UtilityAPIService
	// contains filtered or unexported fields
}

func (ApiGetThreatNameRequest) Execute ¶

type ApiGetThreatNamesRequest ¶

type ApiGetThreatNamesRequest struct {
	ApiService *UtilityAPIService
	// contains filtered or unexported fields
}

func (ApiGetThreatNamesRequest) Execute ¶

type ApiGetThreatTypeRequest ¶

type ApiGetThreatTypeRequest struct {
	ApiService *UtilityAPIService
	// contains filtered or unexported fields
}

func (ApiGetThreatTypeRequest) Execute ¶

type ApiGetThreatTypesRequest ¶

type ApiGetThreatTypesRequest struct {
	ApiService *UtilityAPIService
	// contains filtered or unexported fields
}

func (ApiGetThreatTypesRequest) Execute ¶

type ApiGetTopCategoriesRequest ¶

type ApiGetTopCategoriesRequest struct {
	ApiService *TopCategoriesAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopCategoriesRequest) Ampdisposition ¶

func (r ApiGetTopCategoriesRequest) Ampdisposition(ampdisposition string) ApiGetTopCategoriesRequest

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetTopCategoriesRequest) Antivirusthreats ¶

func (r ApiGetTopCategoriesRequest) Antivirusthreats(antivirusthreats string) ApiGetTopCategoriesRequest

A threat name or comma-delimited list of threat names.

func (ApiGetTopCategoriesRequest) Applicationid ¶

func (r ApiGetTopCategoriesRequest) Applicationid(applicationid string) ApiGetTopCategoriesRequest

The ID of the application.

func (ApiGetTopCategoriesRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetTopCategoriesRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetTopCategoriesRequest) Datalosspreventionstate ¶

func (r ApiGetTopCategoriesRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTopCategoriesRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetTopCategoriesRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetTopCategoriesRequest) Execute ¶

func (ApiGetTopCategoriesRequest) Filternoisydomains ¶

func (r ApiGetTopCategoriesRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopCategoriesRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTopCategoriesRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTopCategoriesRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTopCategoriesRequest) Identitytypes ¶

func (r ApiGetTopCategoriesRequest) Identitytypes(identitytypes string) ApiGetTopCategoriesRequest

An identity type or comma-delimited list of identity types.

func (ApiGetTopCategoriesRequest) Ip ¶

An IP address.

func (ApiGetTopCategoriesRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetTopCategoriesRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetTopCategoriesRequest) Policycategories ¶

func (r ApiGetTopCategoriesRequest) Policycategories(policycategories string) ApiGetTopCategoriesRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetTopCategoriesRequest) Securityoverridden ¶

func (r ApiGetTopCategoriesRequest) Securityoverridden(securityoverridden bool) ApiGetTopCategoriesRequest

Specify whether to filter on requests that override security.

func (ApiGetTopCategoriesRequest) Sha256 ¶

A SHA-256 hash.

func (ApiGetTopCategoriesRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetTopCategoriesRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetTopCategoriesRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTopCategoriesRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTopCategoriesRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetTopCategoriesRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTopCategoriesTypeRequest ¶

type ApiGetTopCategoriesTypeRequest struct {
	ApiService *TopCategoriesAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopCategoriesTypeRequest) Ampdisposition ¶

func (r ApiGetTopCategoriesTypeRequest) Ampdisposition(ampdisposition string) ApiGetTopCategoriesTypeRequest

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetTopCategoriesTypeRequest) Antivirusthreats ¶

func (r ApiGetTopCategoriesTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetTopCategoriesTypeRequest

A threat name or comma-delimited list of threat names.

func (ApiGetTopCategoriesTypeRequest) Applicationid ¶

The ID of the application.

func (ApiGetTopCategoriesTypeRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetTopCategoriesTypeRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetTopCategoriesTypeRequest) Datalosspreventionstate ¶

func (r ApiGetTopCategoriesTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTopCategoriesTypeRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetTopCategoriesTypeRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetTopCategoriesTypeRequest) Execute ¶

func (ApiGetTopCategoriesTypeRequest) Filternoisydomains ¶

func (r ApiGetTopCategoriesTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopCategoriesTypeRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTopCategoriesTypeRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTopCategoriesTypeRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTopCategoriesTypeRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetTopCategoriesTypeRequest) Ip ¶

An IP address.

func (ApiGetTopCategoriesTypeRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetTopCategoriesTypeRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetTopCategoriesTypeRequest) Policycategories ¶

func (r ApiGetTopCategoriesTypeRequest) Policycategories(policycategories string) ApiGetTopCategoriesTypeRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetTopCategoriesTypeRequest) Securityoverridden ¶

func (r ApiGetTopCategoriesTypeRequest) Securityoverridden(securityoverridden bool) ApiGetTopCategoriesTypeRequest

Specify whether to filter on requests that override security.

func (ApiGetTopCategoriesTypeRequest) Sha256 ¶

A SHA-256 hash.

func (ApiGetTopCategoriesTypeRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetTopCategoriesTypeRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetTopCategoriesTypeRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTopCategoriesTypeRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTopCategoriesTypeRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetTopCategoriesTypeRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTopDNSQueryTypesRequest ¶

type ApiGetTopDNSQueryTypesRequest struct {
	ApiService *TopDNSQueryTypesAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopDNSQueryTypesRequest) Applicationid ¶

The ID of the application.

func (ApiGetTopDNSQueryTypesRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetTopDNSQueryTypesRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetTopDNSQueryTypesRequest) Execute ¶

func (ApiGetTopDNSQueryTypesRequest) Filternoisydomains ¶

func (r ApiGetTopDNSQueryTypesRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopDNSQueryTypesRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTopDNSQueryTypesRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTopDNSQueryTypesRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTopDNSQueryTypesRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetTopDNSQueryTypesRequest) Ip ¶

An IP address.

func (ApiGetTopDNSQueryTypesRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetTopDNSQueryTypesRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetTopDNSQueryTypesRequest) Order ¶

A string that describes how to order the results: ascending (`asc`) or descending (`desc`).

func (ApiGetTopDNSQueryTypesRequest) Policycategories ¶

func (r ApiGetTopDNSQueryTypesRequest) Policycategories(policycategories string) ApiGetTopDNSQueryTypesRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetTopDNSQueryTypesRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetTopDNSQueryTypesRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetTopDNSQueryTypesRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTopDNSQueryTypesRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTopDNSQueryTypesRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTopDestinationsRequest ¶

type ApiGetTopDestinationsRequest struct {
	ApiService *TopDestinationsAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopDestinationsRequest) Ampdisposition ¶

func (r ApiGetTopDestinationsRequest) Ampdisposition(ampdisposition string) ApiGetTopDestinationsRequest

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetTopDestinationsRequest) Antivirusthreats ¶

func (r ApiGetTopDestinationsRequest) Antivirusthreats(antivirusthreats string) ApiGetTopDestinationsRequest

A threat name or comma-delimited list of threat names.

func (ApiGetTopDestinationsRequest) Applicationid ¶

func (r ApiGetTopDestinationsRequest) Applicationid(applicationid string) ApiGetTopDestinationsRequest

The ID of the application.

func (ApiGetTopDestinationsRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetTopDestinationsRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetTopDestinationsRequest) Datalosspreventionstate ¶

func (r ApiGetTopDestinationsRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTopDestinationsRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetTopDestinationsRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetTopDestinationsRequest) Execute ¶

func (ApiGetTopDestinationsRequest) Filternoisydomains ¶

func (r ApiGetTopDestinationsRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopDestinationsRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTopDestinationsRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTopDestinationsRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTopDestinationsRequest) Identitytypes ¶

func (r ApiGetTopDestinationsRequest) Identitytypes(identitytypes string) ApiGetTopDestinationsRequest

An identity type or comma-delimited list of identity types.

func (ApiGetTopDestinationsRequest) Ip ¶

An IP address.

func (ApiGetTopDestinationsRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetTopDestinationsRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetTopDestinationsRequest) Policycategories ¶

func (r ApiGetTopDestinationsRequest) Policycategories(policycategories string) ApiGetTopDestinationsRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetTopDestinationsRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetTopDestinationsRequest) Securityoverridden ¶

func (r ApiGetTopDestinationsRequest) Securityoverridden(securityoverridden bool) ApiGetTopDestinationsRequest

Specify whether to filter on requests that override security.

func (ApiGetTopDestinationsRequest) Sha256 ¶

A SHA-256 hash.

func (ApiGetTopDestinationsRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetTopDestinationsRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetTopDestinationsRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTopDestinationsRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTopDestinationsRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetTopDestinationsRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTopDestinationsTypeRequest ¶

type ApiGetTopDestinationsTypeRequest struct {
	ApiService *TopDestinationsAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopDestinationsTypeRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetTopDestinationsTypeRequest) Antivirusthreats ¶

func (r ApiGetTopDestinationsTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetTopDestinationsTypeRequest

A threat name or comma-delimited list of threat names.

func (ApiGetTopDestinationsTypeRequest) Applicationid ¶

The ID of the application.

func (ApiGetTopDestinationsTypeRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetTopDestinationsTypeRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetTopDestinationsTypeRequest) Datalosspreventionstate ¶

func (r ApiGetTopDestinationsTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTopDestinationsTypeRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetTopDestinationsTypeRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetTopDestinationsTypeRequest) Execute ¶

func (ApiGetTopDestinationsTypeRequest) Filternoisydomains ¶

func (r ApiGetTopDestinationsTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopDestinationsTypeRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTopDestinationsTypeRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTopDestinationsTypeRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTopDestinationsTypeRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetTopDestinationsTypeRequest) Ip ¶

An IP address.

func (ApiGetTopDestinationsTypeRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetTopDestinationsTypeRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetTopDestinationsTypeRequest) Policycategories ¶

func (r ApiGetTopDestinationsTypeRequest) Policycategories(policycategories string) ApiGetTopDestinationsTypeRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetTopDestinationsTypeRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetTopDestinationsTypeRequest) Securityoverridden ¶

func (r ApiGetTopDestinationsTypeRequest) Securityoverridden(securityoverridden bool) ApiGetTopDestinationsTypeRequest

Specify whether to filter on requests that override security.

func (ApiGetTopDestinationsTypeRequest) Sha256 ¶

A SHA-256 hash.

func (ApiGetTopDestinationsTypeRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetTopDestinationsTypeRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetTopDestinationsTypeRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTopDestinationsTypeRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTopDestinationsTypeRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetTopDestinationsTypeRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTopEventTypesRequest ¶

type ApiGetTopEventTypesRequest struct {
	ApiService *TopEventTypesAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopEventTypesRequest) Ampdisposition ¶

func (r ApiGetTopEventTypesRequest) Ampdisposition(ampdisposition string) ApiGetTopEventTypesRequest

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetTopEventTypesRequest) Antivirusthreats ¶

func (r ApiGetTopEventTypesRequest) Antivirusthreats(antivirusthreats string) ApiGetTopEventTypesRequest

A threat name or comma-delimited list of threat names.

func (ApiGetTopEventTypesRequest) Applicationid ¶

func (r ApiGetTopEventTypesRequest) Applicationid(applicationid string) ApiGetTopEventTypesRequest

The ID of the application.

func (ApiGetTopEventTypesRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetTopEventTypesRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetTopEventTypesRequest) Datalosspreventionstate ¶

func (r ApiGetTopEventTypesRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTopEventTypesRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetTopEventTypesRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetTopEventTypesRequest) Execute ¶

func (ApiGetTopEventTypesRequest) Filternoisydomains ¶

func (r ApiGetTopEventTypesRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopEventTypesRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTopEventTypesRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTopEventTypesRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTopEventTypesRequest) Identitytypes ¶

func (r ApiGetTopEventTypesRequest) Identitytypes(identitytypes string) ApiGetTopEventTypesRequest

An identity type or comma-delimited list of identity types.

func (ApiGetTopEventTypesRequest) Ip ¶

An IP address.

func (ApiGetTopEventTypesRequest) Policycategories ¶

func (r ApiGetTopEventTypesRequest) Policycategories(policycategories string) ApiGetTopEventTypesRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetTopEventTypesRequest) Securityoverridden ¶

func (r ApiGetTopEventTypesRequest) Securityoverridden(securityoverridden bool) ApiGetTopEventTypesRequest

Specify whether to filter on requests that override security.

func (ApiGetTopEventTypesRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetTopEventTypesRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetTopEventTypesRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTopEventTypesRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTopEventTypesRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetTopEventTypesRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTopFilesProxyRequest ¶

type ApiGetTopFilesProxyRequest struct {
	ApiService *TopFilesAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopFilesProxyRequest) Ampdisposition ¶

func (r ApiGetTopFilesProxyRequest) Ampdisposition(ampdisposition string) ApiGetTopFilesProxyRequest

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetTopFilesProxyRequest) Antivirusthreats ¶

func (r ApiGetTopFilesProxyRequest) Antivirusthreats(antivirusthreats string) ApiGetTopFilesProxyRequest

A threat name or comma-delimited list of threat names.

func (ApiGetTopFilesProxyRequest) Applicationid ¶

func (r ApiGetTopFilesProxyRequest) Applicationid(applicationid string) ApiGetTopFilesProxyRequest

The ID of the application.

func (ApiGetTopFilesProxyRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetTopFilesProxyRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetTopFilesProxyRequest) Datalosspreventionstate ¶

func (r ApiGetTopFilesProxyRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTopFilesProxyRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetTopFilesProxyRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetTopFilesProxyRequest) Execute ¶

func (ApiGetTopFilesProxyRequest) Filternoisydomains ¶

func (r ApiGetTopFilesProxyRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopFilesProxyRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTopFilesProxyRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTopFilesProxyRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTopFilesProxyRequest) Identitytypes ¶

func (r ApiGetTopFilesProxyRequest) Identitytypes(identitytypes string) ApiGetTopFilesProxyRequest

An identity type or comma-delimited list of identity types.

func (ApiGetTopFilesProxyRequest) Ip ¶

An IP address.

func (ApiGetTopFilesProxyRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetTopFilesProxyRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetTopFilesProxyRequest) Policycategories ¶

func (r ApiGetTopFilesProxyRequest) Policycategories(policycategories string) ApiGetTopFilesProxyRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetTopFilesProxyRequest) Securityoverridden ¶

func (r ApiGetTopFilesProxyRequest) Securityoverridden(securityoverridden bool) ApiGetTopFilesProxyRequest

Specify whether to filter on requests that override security.

func (ApiGetTopFilesProxyRequest) Sha256 ¶

A SHA-256 hash.

func (ApiGetTopFilesProxyRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTopFilesProxyRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTopFilesProxyRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetTopFilesProxyRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTopIdentitiesRequest ¶

type ApiGetTopIdentitiesRequest struct {
	ApiService *TopIdentitiesAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopIdentitiesRequest) Ampdisposition ¶

func (r ApiGetTopIdentitiesRequest) Ampdisposition(ampdisposition string) ApiGetTopIdentitiesRequest

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetTopIdentitiesRequest) Antivirusthreats ¶

func (r ApiGetTopIdentitiesRequest) Antivirusthreats(antivirusthreats string) ApiGetTopIdentitiesRequest

A threat name or comma-delimited list of threat names.

func (ApiGetTopIdentitiesRequest) Applicationid ¶

func (r ApiGetTopIdentitiesRequest) Applicationid(applicationid string) ApiGetTopIdentitiesRequest

The ID of the application.

func (ApiGetTopIdentitiesRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetTopIdentitiesRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetTopIdentitiesRequest) Datalosspreventionstate ¶

func (r ApiGetTopIdentitiesRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTopIdentitiesRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetTopIdentitiesRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetTopIdentitiesRequest) Execute ¶

func (ApiGetTopIdentitiesRequest) Filternoisydomains ¶

func (r ApiGetTopIdentitiesRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopIdentitiesRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTopIdentitiesRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTopIdentitiesRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTopIdentitiesRequest) Identitytypes ¶

func (r ApiGetTopIdentitiesRequest) Identitytypes(identitytypes string) ApiGetTopIdentitiesRequest

An identity type or comma-delimited list of identity types.

func (ApiGetTopIdentitiesRequest) Ip ¶

An IP address.

func (ApiGetTopIdentitiesRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetTopIdentitiesRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetTopIdentitiesRequest) Policycategories ¶

func (r ApiGetTopIdentitiesRequest) Policycategories(policycategories string) ApiGetTopIdentitiesRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetTopIdentitiesRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetTopIdentitiesRequest) Securityoverridden ¶

func (r ApiGetTopIdentitiesRequest) Securityoverridden(securityoverridden bool) ApiGetTopIdentitiesRequest

Specify whether to filter on requests that override security.

func (ApiGetTopIdentitiesRequest) Sha256 ¶

A SHA-256 hash.

func (ApiGetTopIdentitiesRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetTopIdentitiesRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetTopIdentitiesRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTopIdentitiesRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTopIdentitiesRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetTopIdentitiesRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTopIdentitiesTypeRequest ¶

type ApiGetTopIdentitiesTypeRequest struct {
	ApiService *TopIdentitiesAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopIdentitiesTypeRequest) Ampdisposition ¶

func (r ApiGetTopIdentitiesTypeRequest) Ampdisposition(ampdisposition string) ApiGetTopIdentitiesTypeRequest

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetTopIdentitiesTypeRequest) Antivirusthreats ¶

func (r ApiGetTopIdentitiesTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetTopIdentitiesTypeRequest

A threat name or comma-delimited list of threat names.

func (ApiGetTopIdentitiesTypeRequest) Applicationid ¶

The ID of the application.

func (ApiGetTopIdentitiesTypeRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetTopIdentitiesTypeRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetTopIdentitiesTypeRequest) Datalosspreventionstate ¶

func (r ApiGetTopIdentitiesTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTopIdentitiesTypeRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetTopIdentitiesTypeRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetTopIdentitiesTypeRequest) Execute ¶

func (ApiGetTopIdentitiesTypeRequest) Filternoisydomains ¶

func (r ApiGetTopIdentitiesTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopIdentitiesTypeRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTopIdentitiesTypeRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTopIdentitiesTypeRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTopIdentitiesTypeRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetTopIdentitiesTypeRequest) Ip ¶

An IP address.

func (ApiGetTopIdentitiesTypeRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetTopIdentitiesTypeRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetTopIdentitiesTypeRequest) Policycategories ¶

func (r ApiGetTopIdentitiesTypeRequest) Policycategories(policycategories string) ApiGetTopIdentitiesTypeRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetTopIdentitiesTypeRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetTopIdentitiesTypeRequest) Securityoverridden ¶

func (r ApiGetTopIdentitiesTypeRequest) Securityoverridden(securityoverridden bool) ApiGetTopIdentitiesTypeRequest

Specify whether to filter on requests that override security.

func (ApiGetTopIdentitiesTypeRequest) Sha256 ¶

A SHA-256 hash.

func (ApiGetTopIdentitiesTypeRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetTopIdentitiesTypeRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetTopIdentitiesTypeRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTopIdentitiesTypeRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTopIdentitiesTypeRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetTopIdentitiesTypeRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTopIpsInternalRequest ¶

type ApiGetTopIpsInternalRequest struct {
	ApiService *TopIPsAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopIpsInternalRequest) Applicationid ¶

func (r ApiGetTopIpsInternalRequest) Applicationid(applicationid string) ApiGetTopIpsInternalRequest

The ID of the application.

func (ApiGetTopIpsInternalRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetTopIpsInternalRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetTopIpsInternalRequest) Execute ¶

func (ApiGetTopIpsInternalRequest) Filternoisydomains ¶

func (r ApiGetTopIpsInternalRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopIpsInternalRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTopIpsInternalRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTopIpsInternalRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTopIpsInternalRequest) Identitytypes ¶

func (r ApiGetTopIpsInternalRequest) Identitytypes(identitytypes string) ApiGetTopIpsInternalRequest

An identity type or comma-delimited list of identity types.

func (ApiGetTopIpsInternalRequest) Ip ¶

An IP address.

func (ApiGetTopIpsInternalRequest) Policycategories ¶

func (r ApiGetTopIpsInternalRequest) Policycategories(policycategories string) ApiGetTopIpsInternalRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetTopIpsInternalRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetTopIpsInternalRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetTopIpsInternalRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTopIpsInternalRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTopIpsInternalRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTopIpsRequest ¶

type ApiGetTopIpsRequest struct {
	ApiService *TopIPsAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopIpsRequest) Applicationid ¶

func (r ApiGetTopIpsRequest) Applicationid(applicationid string) ApiGetTopIpsRequest

The ID of the application.

func (ApiGetTopIpsRequest) Categories ¶

func (r ApiGetTopIpsRequest) Categories(categories string) ApiGetTopIpsRequest

A category ID or comma-delimited list of category ID.

func (ApiGetTopIpsRequest) Domains ¶

func (r ApiGetTopIpsRequest) Domains(domains string) ApiGetTopIpsRequest

A domain name or comma-delimited list of domain name.

func (ApiGetTopIpsRequest) Execute ¶

func (ApiGetTopIpsRequest) Filternoisydomains ¶

func (r ApiGetTopIpsRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopIpsRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTopIpsRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTopIpsRequest) Identityids ¶

func (r ApiGetTopIpsRequest) Identityids(identityids string) ApiGetTopIpsRequest

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTopIpsRequest) Identitytypes ¶

func (r ApiGetTopIpsRequest) Identitytypes(identitytypes string) ApiGetTopIpsRequest

An identity type or comma-delimited list of identity types.

func (ApiGetTopIpsRequest) Ip ¶

An IP address.

func (ApiGetTopIpsRequest) Policycategories ¶

func (r ApiGetTopIpsRequest) Policycategories(policycategories string) ApiGetTopIpsRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetTopIpsRequest) Threats ¶

func (r ApiGetTopIpsRequest) Threats(threats string) ApiGetTopIpsRequest

A threat name or comma-delimited list of threat names.

func (ApiGetTopIpsRequest) Threattypes ¶

func (r ApiGetTopIpsRequest) Threattypes(threattypes string) ApiGetTopIpsRequest

A threat type or comma-delimited list of threat types.

func (ApiGetTopIpsRequest) Timezone ¶

func (r ApiGetTopIpsRequest) Timezone(timezone string) ApiGetTopIpsRequest

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTopIpsRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTopIpsRequest) Verdict ¶

func (r ApiGetTopIpsRequest) Verdict(verdict string) ApiGetTopIpsRequest

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTopResourcesRequest ¶

type ApiGetTopResourcesRequest struct {
	ApiService *TopResourcesAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopResourcesRequest) Execute ¶

func (ApiGetTopResourcesRequest) Filternoisydomains ¶

func (r ApiGetTopResourcesRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopResourcesRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTopResourcesRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTopResourcesRequest) Identityids ¶

func (r ApiGetTopResourcesRequest) Identityids(identityids string) ApiGetTopResourcesRequest

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTopResourcesRequest) Identitytypes ¶

func (r ApiGetTopResourcesRequest) Identitytypes(identitytypes string) ApiGetTopResourcesRequest

An identity type or comma-delimited list of identity types.

func (ApiGetTopResourcesRequest) Ip ¶

An IP address.

func (ApiGetTopResourcesRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetTopResourcesRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetTopResourcesRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTopResourcesRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTopResourcesRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTopResourcesTypeRequest ¶

type ApiGetTopResourcesTypeRequest struct {
	ApiService *TopResourcesAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopResourcesTypeRequest) Execute ¶

func (ApiGetTopResourcesTypeRequest) Filternoisydomains ¶

func (r ApiGetTopResourcesTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopResourcesTypeRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTopResourcesTypeRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTopResourcesTypeRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTopResourcesTypeRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetTopResourcesTypeRequest) Ip ¶

An IP address.

func (ApiGetTopResourcesTypeRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetTopResourcesTypeRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetTopResourcesTypeRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTopResourcesTypeRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTopResourcesTypeRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTopThreatTypesByTypeRequest ¶

type ApiGetTopThreatTypesByTypeRequest struct {
	ApiService *TopThreatTypesAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopThreatTypesByTypeRequest) Applicationid ¶

The ID of the application.

func (ApiGetTopThreatTypesByTypeRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetTopThreatTypesByTypeRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetTopThreatTypesByTypeRequest) Execute ¶

func (ApiGetTopThreatTypesByTypeRequest) Filternoisydomains ¶

func (r ApiGetTopThreatTypesByTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopThreatTypesByTypeRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTopThreatTypesByTypeRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTopThreatTypesByTypeRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTopThreatTypesByTypeRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetTopThreatTypesByTypeRequest) Ip ¶

An IP address.

func (ApiGetTopThreatTypesByTypeRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetTopThreatTypesByTypeRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetTopThreatTypesByTypeRequest) Policycategories ¶

func (r ApiGetTopThreatTypesByTypeRequest) Policycategories(policycategories string) ApiGetTopThreatTypesByTypeRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetTopThreatTypesByTypeRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetTopThreatTypesByTypeRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetTopThreatTypesByTypeRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTopThreatTypesByTypeRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTopThreatTypesByTypeRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTopThreatTypesRequest ¶

type ApiGetTopThreatTypesRequest struct {
	ApiService *TopThreatTypesAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopThreatTypesRequest) Applicationid ¶

func (r ApiGetTopThreatTypesRequest) Applicationid(applicationid string) ApiGetTopThreatTypesRequest

The ID of the application.

func (ApiGetTopThreatTypesRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetTopThreatTypesRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetTopThreatTypesRequest) Execute ¶

func (ApiGetTopThreatTypesRequest) Filternoisydomains ¶

func (r ApiGetTopThreatTypesRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopThreatTypesRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTopThreatTypesRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTopThreatTypesRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTopThreatTypesRequest) Identitytypes ¶

func (r ApiGetTopThreatTypesRequest) Identitytypes(identitytypes string) ApiGetTopThreatTypesRequest

An identity type or comma-delimited list of identity types.

func (ApiGetTopThreatTypesRequest) Ip ¶

An IP address.

func (ApiGetTopThreatTypesRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetTopThreatTypesRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetTopThreatTypesRequest) Policycategories ¶

func (r ApiGetTopThreatTypesRequest) Policycategories(policycategories string) ApiGetTopThreatTypesRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetTopThreatTypesRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetTopThreatTypesRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetTopThreatTypesRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTopThreatTypesRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTopThreatTypesRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTopThreatsByTypeRequest ¶

type ApiGetTopThreatsByTypeRequest struct {
	ApiService *TopThreatsAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopThreatsByTypeRequest) Applicationid ¶

The ID of the application.

func (ApiGetTopThreatsByTypeRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetTopThreatsByTypeRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetTopThreatsByTypeRequest) Execute ¶

func (ApiGetTopThreatsByTypeRequest) Filternoisydomains ¶

func (r ApiGetTopThreatsByTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopThreatsByTypeRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTopThreatsByTypeRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTopThreatsByTypeRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTopThreatsByTypeRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetTopThreatsByTypeRequest) Ip ¶

An IP address.

func (ApiGetTopThreatsByTypeRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetTopThreatsByTypeRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetTopThreatsByTypeRequest) Policycategories ¶

func (r ApiGetTopThreatsByTypeRequest) Policycategories(policycategories string) ApiGetTopThreatsByTypeRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetTopThreatsByTypeRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetTopThreatsByTypeRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetTopThreatsByTypeRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTopThreatsByTypeRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTopThreatsByTypeRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTopThreatsRequest ¶

type ApiGetTopThreatsRequest struct {
	ApiService *TopThreatsAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopThreatsRequest) Applicationid ¶

func (r ApiGetTopThreatsRequest) Applicationid(applicationid string) ApiGetTopThreatsRequest

The ID of the application.

func (ApiGetTopThreatsRequest) Categories ¶

func (r ApiGetTopThreatsRequest) Categories(categories string) ApiGetTopThreatsRequest

A category ID or comma-delimited list of category ID.

func (ApiGetTopThreatsRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetTopThreatsRequest) Execute ¶

func (ApiGetTopThreatsRequest) Filternoisydomains ¶

func (r ApiGetTopThreatsRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopThreatsRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTopThreatsRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTopThreatsRequest) Identityids ¶

func (r ApiGetTopThreatsRequest) Identityids(identityids string) ApiGetTopThreatsRequest

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTopThreatsRequest) Identitytypes ¶

func (r ApiGetTopThreatsRequest) Identitytypes(identitytypes string) ApiGetTopThreatsRequest

An identity type or comma-delimited list of identity types.

func (ApiGetTopThreatsRequest) Ip ¶

An IP address.

func (ApiGetTopThreatsRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetTopThreatsRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetTopThreatsRequest) Policycategories ¶

func (r ApiGetTopThreatsRequest) Policycategories(policycategories string) ApiGetTopThreatsRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetTopThreatsRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetTopThreatsRequest) Threattypes ¶

func (r ApiGetTopThreatsRequest) Threattypes(threattypes string) ApiGetTopThreatsRequest

A threat type or comma-delimited list of threat types.

func (ApiGetTopThreatsRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTopThreatsRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTopThreatsRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTopUrlsRequest ¶

type ApiGetTopUrlsRequest struct {
	ApiService *TopDestinationsAPIService
	// contains filtered or unexported fields
}

func (ApiGetTopUrlsRequest) Ampdisposition ¶

func (r ApiGetTopUrlsRequest) Ampdisposition(ampdisposition string) ApiGetTopUrlsRequest

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetTopUrlsRequest) Antivirusthreats ¶

func (r ApiGetTopUrlsRequest) Antivirusthreats(antivirusthreats string) ApiGetTopUrlsRequest

A threat name or comma-delimited list of threat names.

func (ApiGetTopUrlsRequest) Bundleid ¶

func (r ApiGetTopUrlsRequest) Bundleid(bundleid int64) ApiGetTopUrlsRequest

A proxy bundle ID.

func (ApiGetTopUrlsRequest) Datalosspreventionstate ¶

func (r ApiGetTopUrlsRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTopUrlsRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetTopUrlsRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetTopUrlsRequest) Execute ¶

func (ApiGetTopUrlsRequest) Filternoisydomains ¶

func (r ApiGetTopUrlsRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopUrlsRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTopUrlsRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTopUrlsRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetTopUrlsRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetTopUrlsRequest) Securityoverridden ¶

func (r ApiGetTopUrlsRequest) Securityoverridden(securityoverridden bool) ApiGetTopUrlsRequest

Specify whether to filter on requests that override security.

func (ApiGetTopUrlsRequest) Sha256 ¶

A SHA-256 hash.

func (ApiGetTopUrlsRequest) Timezone ¶

func (r ApiGetTopUrlsRequest) Timezone(timezone string) ApiGetTopUrlsRequest

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTopUrlsRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

type ApiGetTotalRequestsByTypeRequest ¶

type ApiGetTotalRequestsByTypeRequest struct {
	ApiService *TotalRequestsAPIService
	// contains filtered or unexported fields
}

func (ApiGetTotalRequestsByTypeRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetTotalRequestsByTypeRequest) Antivirusthreats ¶

func (r ApiGetTotalRequestsByTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetTotalRequestsByTypeRequest

A threat name or comma-delimited list of threat names.

func (ApiGetTotalRequestsByTypeRequest) Applicationid ¶

The ID of the application.

func (ApiGetTotalRequestsByTypeRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetTotalRequestsByTypeRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetTotalRequestsByTypeRequest) Datalosspreventionstate ¶

func (r ApiGetTotalRequestsByTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTotalRequestsByTypeRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetTotalRequestsByTypeRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetTotalRequestsByTypeRequest) Execute ¶

func (ApiGetTotalRequestsByTypeRequest) Filternoisydomains ¶

func (r ApiGetTotalRequestsByTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTotalRequestsByTypeRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTotalRequestsByTypeRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTotalRequestsByTypeRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTotalRequestsByTypeRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetTotalRequestsByTypeRequest) Ip ¶

An IP address.

func (ApiGetTotalRequestsByTypeRequest) Policycategories ¶

func (r ApiGetTotalRequestsByTypeRequest) Policycategories(policycategories string) ApiGetTotalRequestsByTypeRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetTotalRequestsByTypeRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetTotalRequestsByTypeRequest) Ruleid ¶

The firewall policy rule ID.

func (ApiGetTotalRequestsByTypeRequest) Securityoverridden ¶

func (r ApiGetTotalRequestsByTypeRequest) Securityoverridden(securityoverridden bool) ApiGetTotalRequestsByTypeRequest

Specify whether to filter on requests that override security.

func (ApiGetTotalRequestsByTypeRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetTotalRequestsByTypeRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetTotalRequestsByTypeRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTotalRequestsByTypeRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTotalRequestsByTypeRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetTotalRequestsByTypeRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTotalRequestsForAppConnectorGroupRequest ¶

type ApiGetTotalRequestsForAppConnectorGroupRequest struct {
	ApiService *RequestsResourceConnectorAPIService
	// contains filtered or unexported fields
}

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Antivirusthreats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Applicationid ¶

The ID of the application.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Datalosspreventionstate ¶

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Execute ¶

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Filternoisydomains ¶

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTotalRequestsForAppConnectorGroupRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Ip ¶

An IP address.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Policycategories ¶

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Ruleid ¶

The firewall policy rule ID.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Securityoverridden ¶

Specify whether to filter on requests that override security.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetTotalRequestsForAppConnectorGroupRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTotalRequestsForAppConnectorRequest ¶

type ApiGetTotalRequestsForAppConnectorRequest struct {
	ApiService *RequestsResourceConnectorAPIService
	// contains filtered or unexported fields
}

func (ApiGetTotalRequestsForAppConnectorRequest) Ampdisposition ¶

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetTotalRequestsForAppConnectorRequest) Antivirusthreats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetTotalRequestsForAppConnectorRequest) Applicationid ¶

The ID of the application.

func (ApiGetTotalRequestsForAppConnectorRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetTotalRequestsForAppConnectorRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetTotalRequestsForAppConnectorRequest) Datalosspreventionstate ¶

func (r ApiGetTotalRequestsForAppConnectorRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTotalRequestsForAppConnectorRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetTotalRequestsForAppConnectorRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetTotalRequestsForAppConnectorRequest) Execute ¶

func (ApiGetTotalRequestsForAppConnectorRequest) Filternoisydomains ¶

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTotalRequestsForAppConnectorRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTotalRequestsForAppConnectorRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTotalRequestsForAppConnectorRequest) Identitytypes ¶

An identity type or comma-delimited list of identity types.

func (ApiGetTotalRequestsForAppConnectorRequest) Ip ¶

An IP address.

func (ApiGetTotalRequestsForAppConnectorRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiGetTotalRequestsForAppConnectorRequest) Offset ¶

A number that represents an index in the collection.

func (ApiGetTotalRequestsForAppConnectorRequest) Policycategories ¶

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetTotalRequestsForAppConnectorRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetTotalRequestsForAppConnectorRequest) Ruleid ¶

The firewall policy rule ID.

func (ApiGetTotalRequestsForAppConnectorRequest) Securityoverridden ¶

Specify whether to filter on requests that override security.

func (ApiGetTotalRequestsForAppConnectorRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetTotalRequestsForAppConnectorRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetTotalRequestsForAppConnectorRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTotalRequestsForAppConnectorRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTotalRequestsForAppConnectorRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetTotalRequestsForAppConnectorRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetTotalRequestsRequest ¶

type ApiGetTotalRequestsRequest struct {
	ApiService *TotalRequestsAPIService
	// contains filtered or unexported fields
}

func (ApiGetTotalRequestsRequest) Ampdisposition ¶

func (r ApiGetTotalRequestsRequest) Ampdisposition(ampdisposition string) ApiGetTotalRequestsRequest

An AMP disposition string or a comma-delimited list of AMP disposition strings.

func (ApiGetTotalRequestsRequest) Antivirusthreats ¶

func (r ApiGetTotalRequestsRequest) Antivirusthreats(antivirusthreats string) ApiGetTotalRequestsRequest

A threat name or comma-delimited list of threat names.

func (ApiGetTotalRequestsRequest) Applicationid ¶

func (r ApiGetTotalRequestsRequest) Applicationid(applicationid string) ApiGetTotalRequestsRequest

The ID of the application.

func (ApiGetTotalRequestsRequest) Bundleid ¶

A proxy bundle ID.

func (ApiGetTotalRequestsRequest) Categories ¶

A category ID or comma-delimited list of category ID.

func (ApiGetTotalRequestsRequest) Datalosspreventionstate ¶

func (r ApiGetTotalRequestsRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTotalRequestsRequest

A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.

func (ApiGetTotalRequestsRequest) Domains ¶

A domain name or comma-delimited list of domain name.

func (ApiGetTotalRequestsRequest) Execute ¶

func (ApiGetTotalRequestsRequest) Filternoisydomains ¶

func (r ApiGetTotalRequestsRequest) Filternoisydomains(filternoisydomains bool) ApiGetTotalRequestsRequest

Filter out domains that generate a lot of insignificant traffic (noise).

func (ApiGetTotalRequestsRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetTotalRequestsRequest) Identityids ¶

An identity ID or comma-delimited list of identity IDs.

func (ApiGetTotalRequestsRequest) Identitytypes ¶

func (r ApiGetTotalRequestsRequest) Identitytypes(identitytypes string) ApiGetTotalRequestsRequest

An identity type or comma-delimited list of identity types.

func (ApiGetTotalRequestsRequest) Ip ¶

An IP address.

func (ApiGetTotalRequestsRequest) Policycategories ¶

func (r ApiGetTotalRequestsRequest) Policycategories(policycategories string) ApiGetTotalRequestsRequest

A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.

func (ApiGetTotalRequestsRequest) Ports ¶

A port number or comma-delimited list of port numbers.

func (ApiGetTotalRequestsRequest) Ruleid ¶

The firewall policy rule ID.

func (ApiGetTotalRequestsRequest) Securityoverridden ¶

func (r ApiGetTotalRequestsRequest) Securityoverridden(securityoverridden bool) ApiGetTotalRequestsRequest

Specify whether to filter on requests that override security.

func (ApiGetTotalRequestsRequest) Sha256 ¶

A SHA-256 hash.

func (ApiGetTotalRequestsRequest) Threats ¶

A threat name or comma-delimited list of threat names.

func (ApiGetTotalRequestsRequest) Threattypes ¶

A threat type or comma-delimited list of threat types.

func (ApiGetTotalRequestsRequest) Timezone ¶

Display the timestamp of the traffic events in the specified timezone. For the timezone, provide a continent and city separated by an url-encoded forward slash ('/'), for example: timezone='ASIA%2fCALCUTTA'.

func (ApiGetTotalRequestsRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

func (ApiGetTotalRequestsRequest) Urls ¶

A URL or comma-delimited list of URL.

func (ApiGetTotalRequestsRequest) Verdict ¶

A string or comma-delimited string that describes whether the traffic can reach the destination.

type ApiGetUniqueResourcesRequest ¶

type ApiGetUniqueResourcesRequest struct {
	ApiService *UniqueResourcesAPIService
	// contains filtered or unexported fields
}

func (ApiGetUniqueResourcesRequest) Execute ¶

func (ApiGetUniqueResourcesRequest) Exists ¶

Specify an attribute or comma-separated list of attributes to filter the data. Valid values are: `categories`, `policycategories`, `applicationid`, `nbarapplicationid`, `nbarapplicationtypeids`, `privateapplicationid`, `applicationgroupids`, `sha256`, `filename`, `threats`, `threattypes`, `antivirusthreats`, `destinationlistids`, and `httperrors`.

func (ApiGetUniqueResourcesRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiGetUniqueResourcesRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

type ApiGetUsageMetricsRequest ¶

type ApiGetUsageMetricsRequest struct {
	ApiService *UsageMetricsAPIService
	// contains filtered or unexported fields
}

func (ApiGetUsageMetricsRequest) Execute ¶

func (ApiGetUsageMetricsRequest) From ¶

The date and time specified in the RFC-3339 format, for example: 2023-10-01. Filter the collection for data that appears after this time.

func (ApiGetUsageMetricsRequest) OrganizationId ¶

func (r ApiGetUsageMetricsRequest) OrganizationId(organizationId int64) ApiGetUsageMetricsRequest

The unique Secure Access organization ID.

func (ApiGetUsageMetricsRequest) Page ¶

The page number that represents where to start reading in the collection. A page in the collection has a maximum of 1000 records. When a response has more than 1000 records, the `next` field is returned in the response. The `next` field is set to the API request URL for the next page of records in the collection.

func (ApiGetUsageMetricsRequest) ProductId ¶

The unique source ID of the usage report, for example: SWG, RAVPN, CHNE. Use `0` to search for all products.

func (ApiGetUsageMetricsRequest) TimeGroupingInterval ¶

func (r ApiGetUsageMetricsRequest) TimeGroupingInterval(timeGroupingInterval string) ApiGetUsageMetricsRequest

A time period specified as a segment of time. The usage report is collected within the time internal. Valid values are: `HOUR`, `DAY`, `WEEK`, `MONTH`.

func (ApiGetUsageMetricsRequest) To ¶

The date and time specified in the RFC-3339 format, for example: 2023-10-01. Filter the collection for data that appears before this time.

type ApiPatchApplicationsRequest ¶

type ApiPatchApplicationsRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiPatchApplicationsRequest) Execute ¶

func (ApiPatchApplicationsRequest) PatchApplicationsRequest ¶

func (r ApiPatchApplicationsRequest) PatchApplicationsRequest(patchApplicationsRequest PatchApplicationsRequest) ApiPatchApplicationsRequest

A JSON object containing application information for bulk label update.

type ApiPostIdentitiesRequest ¶

type ApiPostIdentitiesRequest struct {
	ApiService *UtilityAPIService
	// contains filtered or unexported fields
}

func (ApiPostIdentitiesRequest) Execute ¶

func (ApiPostIdentitiesRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiPostIdentitiesRequest) PostIdentitiesRequest ¶

func (r ApiPostIdentitiesRequest) PostIdentitiesRequest(postIdentitiesRequest PostIdentitiesRequest) ApiPostIdentitiesRequest

type ApiRulesActivityRequest ¶

type ApiRulesActivityRequest struct {
	ApiService *RulesActivityAPIService
	// contains filtered or unexported fields
}

func (ApiRulesActivityRequest) Execute ¶

func (ApiRulesActivityRequest) From ¶

A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.

func (ApiRulesActivityRequest) Limit ¶

The maximum number of records to return from the collection.

func (ApiRulesActivityRequest) Offset ¶

A number that represents an index in the collection.

func (ApiRulesActivityRequest) To ¶

A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.

type ApiUpdateApplicationRequest ¶

type ApiUpdateApplicationRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateApplicationRequest) Execute ¶

func (ApiUpdateApplicationRequest) UpdateApplicationRequest ¶

func (r ApiUpdateApplicationRequest) UpdateApplicationRequest(updateApplicationRequest UpdateApplicationRequest) ApiUpdateApplicationRequest

type AppConnectorAgentDetailedStatsTimerange ¶

type AppConnectorAgentDetailedStatsTimerange struct {
	// The group ID of the Resource Connector.
	GroupId *int64 `json:"groupId,omitempty"`
	// The ID of the Resource Connector.
	AgentId     *int64                        `json:"agentId,omitempty"`
	SummaryData *AppConnectorAgentSummaryData `json:"summaryData,omitempty"`
	// The list of time series Resource Connector data.
	TimeSeriesData       []TimeSeriesAppConnectorAgentData `json:"timeSeriesData,omitempty"`
	AdditionalProperties map[string]interface{}
}

AppConnectorAgentDetailedStatsTimerange The detailed statistics for the connector IDs in a specific time range.

func NewAppConnectorAgentDetailedStatsTimerange ¶

func NewAppConnectorAgentDetailedStatsTimerange() *AppConnectorAgentDetailedStatsTimerange

NewAppConnectorAgentDetailedStatsTimerange instantiates a new AppConnectorAgentDetailedStatsTimerange 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 NewAppConnectorAgentDetailedStatsTimerangeWithDefaults ¶

func NewAppConnectorAgentDetailedStatsTimerangeWithDefaults() *AppConnectorAgentDetailedStatsTimerange

NewAppConnectorAgentDetailedStatsTimerangeWithDefaults instantiates a new AppConnectorAgentDetailedStatsTimerange 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 (*AppConnectorAgentDetailedStatsTimerange) GetAgentId ¶

GetAgentId returns the AgentId field value if set, zero value otherwise.

func (*AppConnectorAgentDetailedStatsTimerange) GetAgentIdOk ¶

func (o *AppConnectorAgentDetailedStatsTimerange) GetAgentIdOk() (*int64, bool)

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

func (*AppConnectorAgentDetailedStatsTimerange) GetGroupId ¶

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*AppConnectorAgentDetailedStatsTimerange) GetGroupIdOk ¶

func (o *AppConnectorAgentDetailedStatsTimerange) GetGroupIdOk() (*int64, 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 (*AppConnectorAgentDetailedStatsTimerange) GetSummaryData ¶

GetSummaryData returns the SummaryData field value if set, zero value otherwise.

func (*AppConnectorAgentDetailedStatsTimerange) GetSummaryDataOk ¶

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

func (*AppConnectorAgentDetailedStatsTimerange) GetTimeSeriesData ¶

GetTimeSeriesData returns the TimeSeriesData field value if set, zero value otherwise.

func (*AppConnectorAgentDetailedStatsTimerange) GetTimeSeriesDataOk ¶

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

func (*AppConnectorAgentDetailedStatsTimerange) HasAgentId ¶

HasAgentId returns a boolean if a field has been set.

func (*AppConnectorAgentDetailedStatsTimerange) HasGroupId ¶

HasGroupId returns a boolean if a field has been set.

func (*AppConnectorAgentDetailedStatsTimerange) HasSummaryData ¶

func (o *AppConnectorAgentDetailedStatsTimerange) HasSummaryData() bool

HasSummaryData returns a boolean if a field has been set.

func (*AppConnectorAgentDetailedStatsTimerange) HasTimeSeriesData ¶

func (o *AppConnectorAgentDetailedStatsTimerange) HasTimeSeriesData() bool

HasTimeSeriesData returns a boolean if a field has been set.

func (AppConnectorAgentDetailedStatsTimerange) MarshalJSON ¶

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

func (*AppConnectorAgentDetailedStatsTimerange) SetAgentId ¶

SetAgentId gets a reference to the given int64 and assigns it to the AgentId field.

func (*AppConnectorAgentDetailedStatsTimerange) SetGroupId ¶

SetGroupId gets a reference to the given int64 and assigns it to the GroupId field.

func (*AppConnectorAgentDetailedStatsTimerange) SetSummaryData ¶

SetSummaryData gets a reference to the given AppConnectorAgentSummaryData and assigns it to the SummaryData field.

func (*AppConnectorAgentDetailedStatsTimerange) SetTimeSeriesData ¶

SetTimeSeriesData gets a reference to the given []TimeSeriesAppConnectorAgentData and assigns it to the TimeSeriesData field.

func (AppConnectorAgentDetailedStatsTimerange) ToMap ¶

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

func (*AppConnectorAgentDetailedStatsTimerange) UnmarshalJSON ¶

func (o *AppConnectorAgentDetailedStatsTimerange) UnmarshalJSON(data []byte) (err error)

type AppConnectorAgentSummaryData ¶

type AppConnectorAgentSummaryData struct {
	// The CPU utilization of the Resource Connector.
	CpuUtilization       *int64        `json:"cpuUtilization,omitempty"`
	Requests             *TotalRequest `json:"requests,omitempty"`
	AdditionalProperties map[string]interface{}
}

AppConnectorAgentSummaryData The Resource Connector summary data.

func NewAppConnectorAgentSummaryData ¶

func NewAppConnectorAgentSummaryData() *AppConnectorAgentSummaryData

NewAppConnectorAgentSummaryData instantiates a new AppConnectorAgentSummaryData 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 NewAppConnectorAgentSummaryDataWithDefaults ¶

func NewAppConnectorAgentSummaryDataWithDefaults() *AppConnectorAgentSummaryData

NewAppConnectorAgentSummaryDataWithDefaults instantiates a new AppConnectorAgentSummaryData 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 (*AppConnectorAgentSummaryData) GetCpuUtilization ¶

func (o *AppConnectorAgentSummaryData) GetCpuUtilization() int64

GetCpuUtilization returns the CpuUtilization field value if set, zero value otherwise.

func (*AppConnectorAgentSummaryData) GetCpuUtilizationOk ¶

func (o *AppConnectorAgentSummaryData) GetCpuUtilizationOk() (*int64, bool)

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

func (*AppConnectorAgentSummaryData) GetRequests ¶

func (o *AppConnectorAgentSummaryData) GetRequests() TotalRequest

GetRequests returns the Requests field value if set, zero value otherwise.

func (*AppConnectorAgentSummaryData) GetRequestsOk ¶

func (o *AppConnectorAgentSummaryData) GetRequestsOk() (*TotalRequest, bool)

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

func (*AppConnectorAgentSummaryData) HasCpuUtilization ¶

func (o *AppConnectorAgentSummaryData) HasCpuUtilization() bool

HasCpuUtilization returns a boolean if a field has been set.

func (*AppConnectorAgentSummaryData) HasRequests ¶

func (o *AppConnectorAgentSummaryData) HasRequests() bool

HasRequests returns a boolean if a field has been set.

func (AppConnectorAgentSummaryData) MarshalJSON ¶

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

func (*AppConnectorAgentSummaryData) SetCpuUtilization ¶

func (o *AppConnectorAgentSummaryData) SetCpuUtilization(v int64)

SetCpuUtilization gets a reference to the given int64 and assigns it to the CpuUtilization field.

func (*AppConnectorAgentSummaryData) SetRequests ¶

func (o *AppConnectorAgentSummaryData) SetRequests(v TotalRequest)

SetRequests gets a reference to the given TotalRequest and assigns it to the Requests field.

func (AppConnectorAgentSummaryData) ToMap ¶

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

func (*AppConnectorAgentSummaryData) UnmarshalJSON ¶

func (o *AppConnectorAgentSummaryData) UnmarshalJSON(data []byte) (err error)

type AppConnectorGroupDetailedStatsTimerange ¶

type AppConnectorGroupDetailedStatsTimerange struct {
	// The group ID of the Resource Connector.
	GroupId     *int64                        `json:"groupId,omitempty"`
	SummaryData *AppConnectorGroupSummaryData `json:"summaryData,omitempty"`
	// The list of the time series data.
	TimeSeriesData       []TimeSeriesAppConnectorGroupData `json:"timeSeriesData,omitempty"`
	AdditionalProperties map[string]interface{}
}

AppConnectorGroupDetailedStatsTimerange The detailed statistics for the group ID in a time range.

func NewAppConnectorGroupDetailedStatsTimerange ¶

func NewAppConnectorGroupDetailedStatsTimerange() *AppConnectorGroupDetailedStatsTimerange

NewAppConnectorGroupDetailedStatsTimerange instantiates a new AppConnectorGroupDetailedStatsTimerange 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 NewAppConnectorGroupDetailedStatsTimerangeWithDefaults ¶

func NewAppConnectorGroupDetailedStatsTimerangeWithDefaults() *AppConnectorGroupDetailedStatsTimerange

NewAppConnectorGroupDetailedStatsTimerangeWithDefaults instantiates a new AppConnectorGroupDetailedStatsTimerange 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 (*AppConnectorGroupDetailedStatsTimerange) GetGroupId ¶

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*AppConnectorGroupDetailedStatsTimerange) GetGroupIdOk ¶

func (o *AppConnectorGroupDetailedStatsTimerange) GetGroupIdOk() (*int64, 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 (*AppConnectorGroupDetailedStatsTimerange) GetSummaryData ¶

GetSummaryData returns the SummaryData field value if set, zero value otherwise.

func (*AppConnectorGroupDetailedStatsTimerange) GetSummaryDataOk ¶

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

func (*AppConnectorGroupDetailedStatsTimerange) GetTimeSeriesData ¶

GetTimeSeriesData returns the TimeSeriesData field value if set, zero value otherwise.

func (*AppConnectorGroupDetailedStatsTimerange) GetTimeSeriesDataOk ¶

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

func (*AppConnectorGroupDetailedStatsTimerange) HasGroupId ¶

HasGroupId returns a boolean if a field has been set.

func (*AppConnectorGroupDetailedStatsTimerange) HasSummaryData ¶

func (o *AppConnectorGroupDetailedStatsTimerange) HasSummaryData() bool

HasSummaryData returns a boolean if a field has been set.

func (*AppConnectorGroupDetailedStatsTimerange) HasTimeSeriesData ¶

func (o *AppConnectorGroupDetailedStatsTimerange) HasTimeSeriesData() bool

HasTimeSeriesData returns a boolean if a field has been set.

func (AppConnectorGroupDetailedStatsTimerange) MarshalJSON ¶

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

func (*AppConnectorGroupDetailedStatsTimerange) SetGroupId ¶

SetGroupId gets a reference to the given int64 and assigns it to the GroupId field.

func (*AppConnectorGroupDetailedStatsTimerange) SetSummaryData ¶

SetSummaryData gets a reference to the given AppConnectorGroupSummaryData and assigns it to the SummaryData field.

func (*AppConnectorGroupDetailedStatsTimerange) SetTimeSeriesData ¶

SetTimeSeriesData gets a reference to the given []TimeSeriesAppConnectorGroupData and assigns it to the TimeSeriesData field.

func (AppConnectorGroupDetailedStatsTimerange) ToMap ¶

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

func (*AppConnectorGroupDetailedStatsTimerange) UnmarshalJSON ¶

func (o *AppConnectorGroupDetailedStatsTimerange) UnmarshalJSON(data []byte) (err error)

type AppConnectorGroupSummaryData ¶

type AppConnectorGroupSummaryData struct {
	// The CPU utilization of the Resource Connector.
	CpuUtilization       *int64 `json:"cpuUtilization,omitempty"`
	AdditionalProperties map[string]interface{}
}

AppConnectorGroupSummaryData The CPU utilization Resource Connector Group summary data.

func NewAppConnectorGroupSummaryData ¶

func NewAppConnectorGroupSummaryData() *AppConnectorGroupSummaryData

NewAppConnectorGroupSummaryData instantiates a new AppConnectorGroupSummaryData 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 NewAppConnectorGroupSummaryDataWithDefaults ¶

func NewAppConnectorGroupSummaryDataWithDefaults() *AppConnectorGroupSummaryData

NewAppConnectorGroupSummaryDataWithDefaults instantiates a new AppConnectorGroupSummaryData 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 (*AppConnectorGroupSummaryData) GetCpuUtilization ¶

func (o *AppConnectorGroupSummaryData) GetCpuUtilization() int64

GetCpuUtilization returns the CpuUtilization field value if set, zero value otherwise.

func (*AppConnectorGroupSummaryData) GetCpuUtilizationOk ¶

func (o *AppConnectorGroupSummaryData) GetCpuUtilizationOk() (*int64, bool)

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

func (*AppConnectorGroupSummaryData) HasCpuUtilization ¶

func (o *AppConnectorGroupSummaryData) HasCpuUtilization() bool

HasCpuUtilization returns a boolean if a field has been set.

func (AppConnectorGroupSummaryData) MarshalJSON ¶

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

func (*AppConnectorGroupSummaryData) SetCpuUtilization ¶

func (o *AppConnectorGroupSummaryData) SetCpuUtilization(v int64)

SetCpuUtilization gets a reference to the given int64 and assigns it to the CpuUtilization field.

func (AppConnectorGroupSummaryData) ToMap ¶

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

func (*AppConnectorGroupSummaryData) UnmarshalJSON ¶

func (o *AppConnectorGroupSummaryData) UnmarshalJSON(data []byte) (err error)

type AppType ¶

type AppType string

AppType The type of the app.

const (
	APPTYPE_SAAS AppType = "saas"
	APPTYPE_PAAS AppType = "paas"
	APPTYPE_IAAS AppType = "iaas"
)

List of AppType

func NewAppTypeFromValue ¶

func NewAppTypeFromValue(v string) (*AppType, error)

NewAppTypeFromValue returns a pointer to a valid AppType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AppType) IsValid ¶

func (v AppType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AppType) Ptr ¶

func (v AppType) Ptr() *AppType

Ptr returns reference to AppType value

func (*AppType) UnmarshalJSON ¶

func (v *AppType) UnmarshalJSON(src []byte) error

type Application ¶

type Application struct {
	// The ID of the application.
	Id *int64 `json:"id,omitempty"`
	// The descriptive label for the application.
	Label *string `json:"label,omitempty"`
	// The type of the application: NBAR or AVC.
	Type                 *string              `json:"type,omitempty"`
	Category             *ApplicationCategory `json:"category,omitempty"`
	AdditionalProperties map[string]interface{}
}

Application The information about the application.

func NewApplication ¶

func NewApplication() *Application

NewApplication instantiates a new Application 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 NewApplicationWithDefaults ¶

func NewApplicationWithDefaults() *Application

NewApplicationWithDefaults instantiates a new Application 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 (*Application) GetCategory ¶

func (o *Application) GetCategory() ApplicationCategory

GetCategory returns the Category field value if set, zero value otherwise.

func (*Application) GetCategoryOk ¶

func (o *Application) GetCategoryOk() (*ApplicationCategory, bool)

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

func (*Application) GetId ¶

func (o *Application) GetId() int64

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

func (*Application) GetIdOk ¶

func (o *Application) GetIdOk() (*int64, 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 (*Application) GetLabel ¶

func (o *Application) GetLabel() string

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

func (*Application) GetLabelOk ¶

func (o *Application) 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 (*Application) GetType ¶

func (o *Application) GetType() string

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

func (*Application) GetTypeOk ¶

func (o *Application) 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 (*Application) HasCategory ¶

func (o *Application) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*Application) HasId ¶

func (o *Application) HasId() bool

HasId returns a boolean if a field has been set.

func (*Application) HasLabel ¶

func (o *Application) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*Application) HasType ¶

func (o *Application) HasType() bool

HasType returns a boolean if a field has been set.

func (Application) MarshalJSON ¶

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

func (*Application) SetCategory ¶

func (o *Application) SetCategory(v ApplicationCategory)

SetCategory gets a reference to the given ApplicationCategory and assigns it to the Category field.

func (*Application) SetId ¶

func (o *Application) SetId(v int64)

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

func (*Application) SetLabel ¶

func (o *Application) SetLabel(v string)

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

func (*Application) SetType ¶

func (o *Application) SetType(v string)

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

func (Application) ToMap ¶

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

func (*Application) UnmarshalJSON ¶

func (o *Application) UnmarshalJSON(data []byte) (err error)

type ApplicationAttribute ¶

type ApplicationAttribute struct {
	// The ID of the attribute.
	Id *string `json:"id,omitempty"`
	// The name of the attribute.
	Name *string `json:"name,omitempty"`
	// The description of the attribute.
	Description          *string                     `json:"description,omitempty"`
	Values               []ApplicationAttributeValue `json:"values,omitempty"`
	AdditionalProperties map[string]interface{}
}

ApplicationAttribute The application attribute information.

func NewApplicationAttribute ¶

func NewApplicationAttribute() *ApplicationAttribute

NewApplicationAttribute instantiates a new ApplicationAttribute 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 NewApplicationAttributeWithDefaults ¶

func NewApplicationAttributeWithDefaults() *ApplicationAttribute

NewApplicationAttributeWithDefaults instantiates a new ApplicationAttribute 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 (*ApplicationAttribute) GetDescription ¶

func (o *ApplicationAttribute) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ApplicationAttribute) GetDescriptionOk ¶

func (o *ApplicationAttribute) 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 (*ApplicationAttribute) GetId ¶

func (o *ApplicationAttribute) GetId() string

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

func (*ApplicationAttribute) GetIdOk ¶

func (o *ApplicationAttribute) 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 (*ApplicationAttribute) GetName ¶

func (o *ApplicationAttribute) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ApplicationAttribute) GetNameOk ¶

func (o *ApplicationAttribute) 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 (*ApplicationAttribute) GetValues ¶

GetValues returns the Values field value if set, zero value otherwise.

func (*ApplicationAttribute) GetValuesOk ¶

func (o *ApplicationAttribute) GetValuesOk() ([]ApplicationAttributeValue, bool)

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

func (*ApplicationAttribute) HasDescription ¶

func (o *ApplicationAttribute) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ApplicationAttribute) HasId ¶

func (o *ApplicationAttribute) HasId() bool

HasId returns a boolean if a field has been set.

func (*ApplicationAttribute) HasName ¶

func (o *ApplicationAttribute) HasName() bool

HasName returns a boolean if a field has been set.

func (*ApplicationAttribute) HasValues ¶

func (o *ApplicationAttribute) HasValues() bool

HasValues returns a boolean if a field has been set.

func (ApplicationAttribute) MarshalJSON ¶

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

func (*ApplicationAttribute) SetDescription ¶

func (o *ApplicationAttribute) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ApplicationAttribute) SetId ¶

func (o *ApplicationAttribute) SetId(v string)

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

func (*ApplicationAttribute) SetName ¶

func (o *ApplicationAttribute) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ApplicationAttribute) SetValues ¶

SetValues gets a reference to the given []ApplicationAttributeValue and assigns it to the Values field.

func (ApplicationAttribute) ToMap ¶

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

func (*ApplicationAttribute) UnmarshalJSON ¶

func (o *ApplicationAttribute) UnmarshalJSON(data []byte) (err error)

type ApplicationAttributeCategory ¶

type ApplicationAttributeCategory struct {
	// The ID of the attribute category.
	Id *string `json:"id,omitempty"`
	// The name of the attribute category.
	Name                 *string                `json:"name,omitempty"`
	Attributes           []ApplicationAttribute `json:"attributes,omitempty"`
	AdditionalProperties map[string]interface{}
}

ApplicationAttributeCategory The application's attribute category.

func NewApplicationAttributeCategory ¶

func NewApplicationAttributeCategory() *ApplicationAttributeCategory

NewApplicationAttributeCategory instantiates a new ApplicationAttributeCategory 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 NewApplicationAttributeCategoryWithDefaults ¶

func NewApplicationAttributeCategoryWithDefaults() *ApplicationAttributeCategory

NewApplicationAttributeCategoryWithDefaults instantiates a new ApplicationAttributeCategory 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 (*ApplicationAttributeCategory) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ApplicationAttributeCategory) GetAttributesOk ¶

func (o *ApplicationAttributeCategory) GetAttributesOk() ([]ApplicationAttribute, bool)

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

func (*ApplicationAttributeCategory) GetId ¶

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

func (*ApplicationAttributeCategory) GetIdOk ¶

func (o *ApplicationAttributeCategory) 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 (*ApplicationAttributeCategory) GetName ¶

func (o *ApplicationAttributeCategory) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ApplicationAttributeCategory) GetNameOk ¶

func (o *ApplicationAttributeCategory) 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 (*ApplicationAttributeCategory) HasAttributes ¶

func (o *ApplicationAttributeCategory) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ApplicationAttributeCategory) HasId ¶

HasId returns a boolean if a field has been set.

func (*ApplicationAttributeCategory) HasName ¶

func (o *ApplicationAttributeCategory) HasName() bool

HasName returns a boolean if a field has been set.

func (ApplicationAttributeCategory) MarshalJSON ¶

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

func (*ApplicationAttributeCategory) SetAttributes ¶

func (o *ApplicationAttributeCategory) SetAttributes(v []ApplicationAttribute)

SetAttributes gets a reference to the given []ApplicationAttribute and assigns it to the Attributes field.

func (*ApplicationAttributeCategory) SetId ¶

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

func (*ApplicationAttributeCategory) SetName ¶

func (o *ApplicationAttributeCategory) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (ApplicationAttributeCategory) ToMap ¶

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

func (*ApplicationAttributeCategory) UnmarshalJSON ¶

func (o *ApplicationAttributeCategory) UnmarshalJSON(data []byte) (err error)

type ApplicationAttributeCategoryList ¶

type ApplicationAttributeCategoryList struct {
	AttributesCategories []ApplicationAttributeCategory `json:"attributesCategories,omitempty"`
	AdditionalProperties map[string]interface{}
}

ApplicationAttributeCategoryList The list of application attribute category.

func NewApplicationAttributeCategoryList ¶

func NewApplicationAttributeCategoryList() *ApplicationAttributeCategoryList

NewApplicationAttributeCategoryList instantiates a new ApplicationAttributeCategoryList 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 NewApplicationAttributeCategoryListWithDefaults ¶

func NewApplicationAttributeCategoryListWithDefaults() *ApplicationAttributeCategoryList

NewApplicationAttributeCategoryListWithDefaults instantiates a new ApplicationAttributeCategoryList 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 (*ApplicationAttributeCategoryList) GetAttributesCategories ¶

func (o *ApplicationAttributeCategoryList) GetAttributesCategories() []ApplicationAttributeCategory

GetAttributesCategories returns the AttributesCategories field value if set, zero value otherwise.

func (*ApplicationAttributeCategoryList) GetAttributesCategoriesOk ¶

func (o *ApplicationAttributeCategoryList) GetAttributesCategoriesOk() ([]ApplicationAttributeCategory, bool)

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

func (*ApplicationAttributeCategoryList) HasAttributesCategories ¶

func (o *ApplicationAttributeCategoryList) HasAttributesCategories() bool

HasAttributesCategories returns a boolean if a field has been set.

func (ApplicationAttributeCategoryList) MarshalJSON ¶

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

func (*ApplicationAttributeCategoryList) SetAttributesCategories ¶

func (o *ApplicationAttributeCategoryList) SetAttributesCategories(v []ApplicationAttributeCategory)

SetAttributesCategories gets a reference to the given []ApplicationAttributeCategory and assigns it to the AttributesCategories field.

func (ApplicationAttributeCategoryList) ToMap ¶

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

func (*ApplicationAttributeCategoryList) UnmarshalJSON ¶

func (o *ApplicationAttributeCategoryList) UnmarshalJSON(data []byte) (err error)

type ApplicationAttributeValue ¶

type ApplicationAttributeValue struct {
	// The name of the attribute value.
	Name *string `json:"name,omitempty"`
	// The value of the attribute value.
	Value *string `json:"value,omitempty"`
	// The date when the application attribute was created.
	CreatedOn *time.Time `json:"createdOn,omitempty"`
	// The date when the application attribute was updated.
	UpdatedOn            *time.Time `json:"updatedOn,omitempty"`
	AdditionalProperties map[string]interface{}
}

ApplicationAttributeValue The app's attribute value information.

func NewApplicationAttributeValue ¶

func NewApplicationAttributeValue() *ApplicationAttributeValue

NewApplicationAttributeValue instantiates a new ApplicationAttributeValue 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 NewApplicationAttributeValueWithDefaults ¶

func NewApplicationAttributeValueWithDefaults() *ApplicationAttributeValue

NewApplicationAttributeValueWithDefaults instantiates a new ApplicationAttributeValue 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 (*ApplicationAttributeValue) GetCreatedOn ¶

func (o *ApplicationAttributeValue) GetCreatedOn() time.Time

GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.

func (*ApplicationAttributeValue) GetCreatedOnOk ¶

func (o *ApplicationAttributeValue) GetCreatedOnOk() (*time.Time, bool)

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

func (*ApplicationAttributeValue) GetName ¶

func (o *ApplicationAttributeValue) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ApplicationAttributeValue) GetNameOk ¶

func (o *ApplicationAttributeValue) 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 (*ApplicationAttributeValue) GetUpdatedOn ¶

func (o *ApplicationAttributeValue) GetUpdatedOn() time.Time

GetUpdatedOn returns the UpdatedOn field value if set, zero value otherwise.

func (*ApplicationAttributeValue) GetUpdatedOnOk ¶

func (o *ApplicationAttributeValue) GetUpdatedOnOk() (*time.Time, bool)

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

func (*ApplicationAttributeValue) GetValue ¶

func (o *ApplicationAttributeValue) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*ApplicationAttributeValue) GetValueOk ¶

func (o *ApplicationAttributeValue) GetValueOk() (*string, bool)

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

func (*ApplicationAttributeValue) HasCreatedOn ¶

func (o *ApplicationAttributeValue) HasCreatedOn() bool

HasCreatedOn returns a boolean if a field has been set.

func (*ApplicationAttributeValue) HasName ¶

func (o *ApplicationAttributeValue) HasName() bool

HasName returns a boolean if a field has been set.

func (*ApplicationAttributeValue) HasUpdatedOn ¶

func (o *ApplicationAttributeValue) HasUpdatedOn() bool

HasUpdatedOn returns a boolean if a field has been set.

func (*ApplicationAttributeValue) HasValue ¶

func (o *ApplicationAttributeValue) HasValue() bool

HasValue returns a boolean if a field has been set.

func (ApplicationAttributeValue) MarshalJSON ¶

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

func (*ApplicationAttributeValue) SetCreatedOn ¶

func (o *ApplicationAttributeValue) SetCreatedOn(v time.Time)

SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.

func (*ApplicationAttributeValue) SetName ¶

func (o *ApplicationAttributeValue) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ApplicationAttributeValue) SetUpdatedOn ¶

func (o *ApplicationAttributeValue) SetUpdatedOn(v time.Time)

SetUpdatedOn gets a reference to the given time.Time and assigns it to the UpdatedOn field.

func (*ApplicationAttributeValue) SetValue ¶

func (o *ApplicationAttributeValue) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (ApplicationAttributeValue) ToMap ¶

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

func (*ApplicationAttributeValue) UnmarshalJSON ¶

func (o *ApplicationAttributeValue) UnmarshalJSON(data []byte) (err error)

type ApplicationCategories ¶

type ApplicationCategories struct {
	// The ID of the application category.
	Id *int64 `json:"id,omitempty"`
	// The name of the application category.
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

ApplicationCategories The information about the applications.

func NewApplicationCategories ¶

func NewApplicationCategories() *ApplicationCategories

NewApplicationCategories instantiates a new ApplicationCategories 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 NewApplicationCategoriesWithDefaults ¶

func NewApplicationCategoriesWithDefaults() *ApplicationCategories

NewApplicationCategoriesWithDefaults instantiates a new ApplicationCategories 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 (*ApplicationCategories) GetId ¶

func (o *ApplicationCategories) GetId() int64

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

func (*ApplicationCategories) GetIdOk ¶

func (o *ApplicationCategories) GetIdOk() (*int64, 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 (*ApplicationCategories) GetName ¶

func (o *ApplicationCategories) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ApplicationCategories) GetNameOk ¶

func (o *ApplicationCategories) 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 (*ApplicationCategories) HasId ¶

func (o *ApplicationCategories) HasId() bool

HasId returns a boolean if a field has been set.

func (*ApplicationCategories) HasName ¶

func (o *ApplicationCategories) HasName() bool

HasName returns a boolean if a field has been set.

func (ApplicationCategories) MarshalJSON ¶

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

func (*ApplicationCategories) SetId ¶

func (o *ApplicationCategories) SetId(v int64)

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

func (*ApplicationCategories) SetName ¶

func (o *ApplicationCategories) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (ApplicationCategories) ToMap ¶

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

func (*ApplicationCategories) UnmarshalJSON ¶

func (o *ApplicationCategories) UnmarshalJSON(data []byte) (err error)

type ApplicationCategoriesAPIService ¶

type ApplicationCategoriesAPIService service

ApplicationCategoriesAPIService ApplicationCategoriesAPI service

func (*ApplicationCategoriesAPIService) GetApplicationCategories ¶

GetApplicationCategories List Application Categories

List all application categories.

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

func (*ApplicationCategoriesAPIService) GetApplicationCategoriesExecute ¶

Execute executes the request

@return ApplicationCategoryList

type ApplicationCategory ¶

type ApplicationCategory struct {
	// The ID of the application category.
	Id *int64 `json:"id,omitempty"`
	// The label of the application category.
	Label                *string `json:"label,omitempty"`
	AdditionalProperties map[string]interface{}
}

ApplicationCategory The category of the application.

func NewApplicationCategory ¶

func NewApplicationCategory() *ApplicationCategory

NewApplicationCategory instantiates a new ApplicationCategory 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 NewApplicationCategoryWithDefaults ¶

func NewApplicationCategoryWithDefaults() *ApplicationCategory

NewApplicationCategoryWithDefaults instantiates a new ApplicationCategory 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 (*ApplicationCategory) GetId ¶

func (o *ApplicationCategory) GetId() int64

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

func (*ApplicationCategory) GetIdOk ¶

func (o *ApplicationCategory) GetIdOk() (*int64, 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 (*ApplicationCategory) GetLabel ¶

func (o *ApplicationCategory) GetLabel() string

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

func (*ApplicationCategory) GetLabelOk ¶

func (o *ApplicationCategory) 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 (*ApplicationCategory) HasId ¶

func (o *ApplicationCategory) HasId() bool

HasId returns a boolean if a field has been set.

func (*ApplicationCategory) HasLabel ¶

func (o *ApplicationCategory) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (ApplicationCategory) MarshalJSON ¶

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

func (*ApplicationCategory) SetId ¶

func (o *ApplicationCategory) SetId(v int64)

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

func (*ApplicationCategory) SetLabel ¶

func (o *ApplicationCategory) SetLabel(v string)

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

func (ApplicationCategory) ToMap ¶

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

func (*ApplicationCategory) UnmarshalJSON ¶

func (o *ApplicationCategory) UnmarshalJSON(data []byte) (err error)

type ApplicationCategoryList ¶

type ApplicationCategoryList struct {
	Items                []ApplicationCategory `json:"items,omitempty"`
	AdditionalProperties map[string]interface{}
}

ApplicationCategoryList The list of application categories.

func NewApplicationCategoryList ¶

func NewApplicationCategoryList() *ApplicationCategoryList

NewApplicationCategoryList instantiates a new ApplicationCategoryList 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 NewApplicationCategoryListWithDefaults ¶

func NewApplicationCategoryListWithDefaults() *ApplicationCategoryList

NewApplicationCategoryListWithDefaults instantiates a new ApplicationCategoryList 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 (*ApplicationCategoryList) GetItems ¶

GetItems returns the Items field value if set, zero value otherwise.

func (*ApplicationCategoryList) GetItemsOk ¶

func (o *ApplicationCategoryList) GetItemsOk() ([]ApplicationCategory, bool)

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

func (*ApplicationCategoryList) HasItems ¶

func (o *ApplicationCategoryList) HasItems() bool

HasItems returns a boolean if a field has been set.

func (ApplicationCategoryList) MarshalJSON ¶

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

func (*ApplicationCategoryList) SetItems ¶

SetItems gets a reference to the given []ApplicationCategory and assigns it to the Items field.

func (ApplicationCategoryList) ToMap ¶

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

func (*ApplicationCategoryList) UnmarshalJSON ¶

func (o *ApplicationCategoryList) UnmarshalJSON(data []byte) (err error)

type ApplicationIdentity ¶

type ApplicationIdentity struct {
	// The ID of the identity.
	Id int64 `json:"id"`
	// The name of the identity.
	Name string `json:"name"`
	// The list of app sources where the sources are DNS, Web (Secure Web Gateway), and cloud-delivered firewall (CDFW) traffic events. The list can contain one or more of the source types.
	Sources []SourcesInner `json:"sources"`
	// The date when the identity was first detected for the application.
	FirstDetected time.Time `json:"firstDetected"`
	// The date when the identity was last detected for the application.
	LastDetected         time.Time `json:"lastDetected"`
	AdditionalProperties map[string]interface{}
}

ApplicationIdentity The application identity information.

func NewApplicationIdentity ¶

func NewApplicationIdentity(id int64, name string, sources []SourcesInner, firstDetected time.Time, lastDetected time.Time) *ApplicationIdentity

NewApplicationIdentity instantiates a new ApplicationIdentity 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 NewApplicationIdentityWithDefaults ¶

func NewApplicationIdentityWithDefaults() *ApplicationIdentity

NewApplicationIdentityWithDefaults instantiates a new ApplicationIdentity 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 (*ApplicationIdentity) GetFirstDetected ¶

func (o *ApplicationIdentity) GetFirstDetected() time.Time

GetFirstDetected returns the FirstDetected field value

func (*ApplicationIdentity) GetFirstDetectedOk ¶

func (o *ApplicationIdentity) GetFirstDetectedOk() (*time.Time, bool)

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

func (*ApplicationIdentity) GetId ¶

func (o *ApplicationIdentity) GetId() int64

GetId returns the Id field value

func (*ApplicationIdentity) GetIdOk ¶

func (o *ApplicationIdentity) GetIdOk() (*int64, bool)

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

func (*ApplicationIdentity) GetLastDetected ¶

func (o *ApplicationIdentity) GetLastDetected() time.Time

GetLastDetected returns the LastDetected field value

func (*ApplicationIdentity) GetLastDetectedOk ¶

func (o *ApplicationIdentity) GetLastDetectedOk() (*time.Time, bool)

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

func (*ApplicationIdentity) GetName ¶

func (o *ApplicationIdentity) GetName() string

GetName returns the Name field value

func (*ApplicationIdentity) GetNameOk ¶

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

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

func (*ApplicationIdentity) GetSources ¶

func (o *ApplicationIdentity) GetSources() []SourcesInner

GetSources returns the Sources field value

func (*ApplicationIdentity) GetSourcesOk ¶

func (o *ApplicationIdentity) GetSourcesOk() ([]SourcesInner, bool)

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

func (ApplicationIdentity) MarshalJSON ¶

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

func (*ApplicationIdentity) SetFirstDetected ¶

func (o *ApplicationIdentity) SetFirstDetected(v time.Time)

SetFirstDetected sets field value

func (*ApplicationIdentity) SetId ¶

func (o *ApplicationIdentity) SetId(v int64)

SetId sets field value

func (*ApplicationIdentity) SetLastDetected ¶

func (o *ApplicationIdentity) SetLastDetected(v time.Time)

SetLastDetected sets field value

func (*ApplicationIdentity) SetName ¶

func (o *ApplicationIdentity) SetName(v string)

SetName sets field value

func (*ApplicationIdentity) SetSources ¶

func (o *ApplicationIdentity) SetSources(v []SourcesInner)

SetSources sets field value

func (ApplicationIdentity) ToMap ¶

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

func (*ApplicationIdentity) UnmarshalJSON ¶

func (o *ApplicationIdentity) UnmarshalJSON(data []byte) (err error)

type ApplicationIdentityList ¶

type ApplicationIdentityList struct {
	Items                []ApplicationIdentity `json:"items,omitempty"`
	AdditionalProperties map[string]interface{}
}

ApplicationIdentityList The list of application identity information.

func NewApplicationIdentityList ¶

func NewApplicationIdentityList() *ApplicationIdentityList

NewApplicationIdentityList instantiates a new ApplicationIdentityList 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 NewApplicationIdentityListWithDefaults ¶

func NewApplicationIdentityListWithDefaults() *ApplicationIdentityList

NewApplicationIdentityListWithDefaults instantiates a new ApplicationIdentityList 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 (*ApplicationIdentityList) GetItems ¶

GetItems returns the Items field value if set, zero value otherwise.

func (*ApplicationIdentityList) GetItemsOk ¶

func (o *ApplicationIdentityList) GetItemsOk() ([]ApplicationIdentity, bool)

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

func (*ApplicationIdentityList) HasItems ¶

func (o *ApplicationIdentityList) HasItems() bool

HasItems returns a boolean if a field has been set.

func (ApplicationIdentityList) MarshalJSON ¶

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

func (*ApplicationIdentityList) SetItems ¶

SetItems gets a reference to the given []ApplicationIdentity and assigns it to the Items field.

func (ApplicationIdentityList) ToMap ¶

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

func (*ApplicationIdentityList) UnmarshalJSON ¶

func (o *ApplicationIdentityList) UnmarshalJSON(data []byte) (err error)

type ApplicationInList ¶

type ApplicationInList struct {
	// The ID of the app.
	Id string `json:"id"`
	// The name of the app.
	Name         string       `json:"name"`
	Label        Label        `json:"label"`
	WeightedRisk WeightedRisk `json:"weightedRisk"`
	// The category of the app.
	Category string  `json:"category"`
	AppType  AppType `json:"appType"`
	// The list of app sources where the sources are DNS, Web (Secure Web Gateway), and cloud-delivered firewall (CDFW) traffic events. The list can contain one or more of the source types.
	Sources []SourcesInner `json:"sources"`
	// The date when the app was first detected.
	FirstDetected time.Time `json:"firstDetected"`
	// The date when the app was last detected.
	LastDetected         time.Time `json:"lastDetected"`
	AdditionalProperties map[string]interface{}
}

ApplicationInList The list of properties about the discovered apps.

func NewApplicationInList ¶

func NewApplicationInList(id string, name string, label Label, weightedRisk WeightedRisk, category string, appType AppType, sources []SourcesInner, firstDetected time.Time, lastDetected time.Time) *ApplicationInList

NewApplicationInList instantiates a new ApplicationInList 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 NewApplicationInListWithDefaults ¶

func NewApplicationInListWithDefaults() *ApplicationInList

NewApplicationInListWithDefaults instantiates a new ApplicationInList 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 (*ApplicationInList) GetAppType ¶

func (o *ApplicationInList) GetAppType() AppType

GetAppType returns the AppType field value

func (*ApplicationInList) GetAppTypeOk ¶

func (o *ApplicationInList) GetAppTypeOk() (*AppType, bool)

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

func (*ApplicationInList) GetCategory ¶

func (o *ApplicationInList) GetCategory() string

GetCategory returns the Category field value

func (*ApplicationInList) GetCategoryOk ¶

func (o *ApplicationInList) GetCategoryOk() (*string, bool)

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

func (*ApplicationInList) GetFirstDetected ¶

func (o *ApplicationInList) GetFirstDetected() time.Time

GetFirstDetected returns the FirstDetected field value

func (*ApplicationInList) GetFirstDetectedOk ¶

func (o *ApplicationInList) GetFirstDetectedOk() (*time.Time, bool)

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

func (*ApplicationInList) GetId ¶

func (o *ApplicationInList) GetId() string

GetId returns the Id field value

func (*ApplicationInList) GetIdOk ¶

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

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

func (*ApplicationInList) GetLabel ¶

func (o *ApplicationInList) GetLabel() Label

GetLabel returns the Label field value

func (*ApplicationInList) GetLabelOk ¶

func (o *ApplicationInList) GetLabelOk() (*Label, bool)

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

func (*ApplicationInList) GetLastDetected ¶

func (o *ApplicationInList) GetLastDetected() time.Time

GetLastDetected returns the LastDetected field value

func (*ApplicationInList) GetLastDetectedOk ¶

func (o *ApplicationInList) GetLastDetectedOk() (*time.Time, bool)

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

func (*ApplicationInList) GetName ¶

func (o *ApplicationInList) GetName() string

GetName returns the Name field value

func (*ApplicationInList) GetNameOk ¶

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

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

func (*ApplicationInList) GetSources ¶

func (o *ApplicationInList) GetSources() []SourcesInner

GetSources returns the Sources field value

func (*ApplicationInList) GetSourcesOk ¶

func (o *ApplicationInList) GetSourcesOk() ([]SourcesInner, bool)

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

func (*ApplicationInList) GetWeightedRisk ¶

func (o *ApplicationInList) GetWeightedRisk() WeightedRisk

GetWeightedRisk returns the WeightedRisk field value

func (*ApplicationInList) GetWeightedRiskOk ¶

func (o *ApplicationInList) GetWeightedRiskOk() (*WeightedRisk, bool)

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

func (ApplicationInList) MarshalJSON ¶

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

func (*ApplicationInList) SetAppType ¶

func (o *ApplicationInList) SetAppType(v AppType)

SetAppType sets field value

func (*ApplicationInList) SetCategory ¶

func (o *ApplicationInList) SetCategory(v string)

SetCategory sets field value

func (*ApplicationInList) SetFirstDetected ¶

func (o *ApplicationInList) SetFirstDetected(v time.Time)

SetFirstDetected sets field value

func (*ApplicationInList) SetId ¶

func (o *ApplicationInList) SetId(v string)

SetId sets field value

func (*ApplicationInList) SetLabel ¶

func (o *ApplicationInList) SetLabel(v Label)

SetLabel sets field value

func (*ApplicationInList) SetLastDetected ¶

func (o *ApplicationInList) SetLastDetected(v time.Time)

SetLastDetected sets field value

func (*ApplicationInList) SetName ¶

func (o *ApplicationInList) SetName(v string)

SetName sets field value

func (*ApplicationInList) SetSources ¶

func (o *ApplicationInList) SetSources(v []SourcesInner)

SetSources sets field value

func (*ApplicationInList) SetWeightedRisk ¶

func (o *ApplicationInList) SetWeightedRisk(v WeightedRisk)

SetWeightedRisk sets field value

func (ApplicationInList) ToMap ¶

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

func (*ApplicationInList) UnmarshalJSON ¶

func (o *ApplicationInList) UnmarshalJSON(data []byte) (err error)

type ApplicationList ¶

type ApplicationList struct {
	// The list of application properties.
	Items                []ApplicationInList `json:"items,omitempty"`
	AdditionalProperties map[string]interface{}
}

ApplicationList The object that contains the list of application properties.

func NewApplicationList ¶

func NewApplicationList() *ApplicationList

NewApplicationList instantiates a new ApplicationList 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 NewApplicationListWithDefaults ¶

func NewApplicationListWithDefaults() *ApplicationList

NewApplicationListWithDefaults instantiates a new ApplicationList 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 (*ApplicationList) GetItems ¶

func (o *ApplicationList) GetItems() []ApplicationInList

GetItems returns the Items field value if set, zero value otherwise.

func (*ApplicationList) GetItemsOk ¶

func (o *ApplicationList) GetItemsOk() ([]ApplicationInList, bool)

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

func (*ApplicationList) HasItems ¶

func (o *ApplicationList) HasItems() bool

HasItems returns a boolean if a field has been set.

func (ApplicationList) MarshalJSON ¶

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

func (*ApplicationList) SetItems ¶

func (o *ApplicationList) SetItems(v []ApplicationInList)

SetItems gets a reference to the given []ApplicationInList and assigns it to the Items field.

func (ApplicationList) ToMap ¶

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

func (*ApplicationList) UnmarshalJSON ¶

func (o *ApplicationList) UnmarshalJSON(data []byte) (err error)

type ApplicationObject ¶

type ApplicationObject struct {
	// The ID of the app.
	Id string `json:"id"`
	// The name of the app.
	Name string `json:"name"`
	// The description of the app.
	Description  string       `json:"description"`
	Label        Label        `json:"label"`
	WeightedRisk WeightedRisk `json:"weightedRisk"`
	// The category applied to the app.
	Category string  `json:"category"`
	AppType  AppType `json:"appType"`
	// The URL of the app.
	Url string `json:"url"`
	// The vendor that owns the app.
	Vendor string `json:"vendor"`
	// The number of identities.
	IdentitiesCount int64 `json:"identitiesCount"`
	// The list of app sources where the sources are DNS, Web (Secure Web Gateway), and cloud-delivered firewall (CDFW) traffic events. The list can contain one or more of the source types.
	Sources []SourcesInner `json:"sources"`
	// The date when the app was first detected.
	FirstDetected time.Time `json:"firstDetected"`
	// The date when the app was last detected.
	LastDetected         time.Time `json:"lastDetected"`
	AdditionalProperties map[string]interface{}
}

ApplicationObject The properties of the app.

func NewApplicationObject ¶

func NewApplicationObject(id string, name string, description string, label Label, weightedRisk WeightedRisk, category string, appType AppType, url string, vendor string, identitiesCount int64, sources []SourcesInner, firstDetected time.Time, lastDetected time.Time) *ApplicationObject

NewApplicationObject instantiates a new ApplicationObject 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 NewApplicationObjectWithDefaults ¶

func NewApplicationObjectWithDefaults() *ApplicationObject

NewApplicationObjectWithDefaults instantiates a new ApplicationObject 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 (*ApplicationObject) GetAppType ¶

func (o *ApplicationObject) GetAppType() AppType

GetAppType returns the AppType field value

func (*ApplicationObject) GetAppTypeOk ¶

func (o *ApplicationObject) GetAppTypeOk() (*AppType, bool)

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

func (*ApplicationObject) GetCategory ¶

func (o *ApplicationObject) GetCategory() string

GetCategory returns the Category field value

func (*ApplicationObject) GetCategoryOk ¶

func (o *ApplicationObject) GetCategoryOk() (*string, bool)

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

func (*ApplicationObject) GetDescription ¶

func (o *ApplicationObject) GetDescription() string

GetDescription returns the Description field value

func (*ApplicationObject) GetDescriptionOk ¶

func (o *ApplicationObject) GetDescriptionOk() (*string, bool)

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

func (*ApplicationObject) GetFirstDetected ¶

func (o *ApplicationObject) GetFirstDetected() time.Time

GetFirstDetected returns the FirstDetected field value

func (*ApplicationObject) GetFirstDetectedOk ¶

func (o *ApplicationObject) GetFirstDetectedOk() (*time.Time, bool)

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

func (*ApplicationObject) GetId ¶

func (o *ApplicationObject) GetId() string

GetId returns the Id field value

func (*ApplicationObject) GetIdOk ¶

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

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

func (*ApplicationObject) GetIdentitiesCount ¶

func (o *ApplicationObject) GetIdentitiesCount() int64

GetIdentitiesCount returns the IdentitiesCount field value

func (*ApplicationObject) GetIdentitiesCountOk ¶

func (o *ApplicationObject) GetIdentitiesCountOk() (*int64, bool)

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

func (*ApplicationObject) GetLabel ¶

func (o *ApplicationObject) GetLabel() Label

GetLabel returns the Label field value

func (*ApplicationObject) GetLabelOk ¶

func (o *ApplicationObject) GetLabelOk() (*Label, bool)

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

func (*ApplicationObject) GetLastDetected ¶

func (o *ApplicationObject) GetLastDetected() time.Time

GetLastDetected returns the LastDetected field value

func (*ApplicationObject) GetLastDetectedOk ¶

func (o *ApplicationObject) GetLastDetectedOk() (*time.Time, bool)

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

func (*ApplicationObject) GetName ¶

func (o *ApplicationObject) GetName() string

GetName returns the Name field value

func (*ApplicationObject) GetNameOk ¶

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

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

func (*ApplicationObject) GetSources ¶

func (o *ApplicationObject) GetSources() []SourcesInner

GetSources returns the Sources field value

func (*ApplicationObject) GetSourcesOk ¶

func (o *ApplicationObject) GetSourcesOk() ([]SourcesInner, bool)

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

func (*ApplicationObject) GetUrl ¶

func (o *ApplicationObject) GetUrl() string

GetUrl returns the Url field value

func (*ApplicationObject) GetUrlOk ¶

func (o *ApplicationObject) GetUrlOk() (*string, bool)

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

func (*ApplicationObject) GetVendor ¶

func (o *ApplicationObject) GetVendor() string

GetVendor returns the Vendor field value

func (*ApplicationObject) GetVendorOk ¶

func (o *ApplicationObject) GetVendorOk() (*string, bool)

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

func (*ApplicationObject) GetWeightedRisk ¶

func (o *ApplicationObject) GetWeightedRisk() WeightedRisk

GetWeightedRisk returns the WeightedRisk field value

func (*ApplicationObject) GetWeightedRiskOk ¶

func (o *ApplicationObject) GetWeightedRiskOk() (*WeightedRisk, bool)

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

func (ApplicationObject) MarshalJSON ¶

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

func (*ApplicationObject) SetAppType ¶

func (o *ApplicationObject) SetAppType(v AppType)

SetAppType sets field value

func (*ApplicationObject) SetCategory ¶

func (o *ApplicationObject) SetCategory(v string)

SetCategory sets field value

func (*ApplicationObject) SetDescription ¶

func (o *ApplicationObject) SetDescription(v string)

SetDescription sets field value

func (*ApplicationObject) SetFirstDetected ¶

func (o *ApplicationObject) SetFirstDetected(v time.Time)

SetFirstDetected sets field value

func (*ApplicationObject) SetId ¶

func (o *ApplicationObject) SetId(v string)

SetId sets field value

func (*ApplicationObject) SetIdentitiesCount ¶

func (o *ApplicationObject) SetIdentitiesCount(v int64)

SetIdentitiesCount sets field value

func (*ApplicationObject) SetLabel ¶

func (o *ApplicationObject) SetLabel(v Label)

SetLabel sets field value

func (*ApplicationObject) SetLastDetected ¶

func (o *ApplicationObject) SetLastDetected(v time.Time)

SetLastDetected sets field value

func (*ApplicationObject) SetName ¶

func (o *ApplicationObject) SetName(v string)

SetName sets field value

func (*ApplicationObject) SetSources ¶

func (o *ApplicationObject) SetSources(v []SourcesInner)

SetSources sets field value

func (*ApplicationObject) SetUrl ¶

func (o *ApplicationObject) SetUrl(v string)

SetUrl sets field value

func (*ApplicationObject) SetVendor ¶

func (o *ApplicationObject) SetVendor(v string)

SetVendor sets field value

func (*ApplicationObject) SetWeightedRisk ¶

func (o *ApplicationObject) SetWeightedRisk(v WeightedRisk)

SetWeightedRisk sets field value

func (ApplicationObject) ToMap ¶

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

func (*ApplicationObject) UnmarshalJSON ¶

func (o *ApplicationObject) UnmarshalJSON(data []byte) (err error)

type ApplicationRisk ¶

type ApplicationRisk struct {
	// The ID of app.
	Id *string `json:"id,omitempty"`
	// The name of the app.
	Name         *string       `json:"name,omitempty"`
	WeightedRisk *WeightedRisk `json:"weightedRisk,omitempty"`
	BusinessRisk *BusinessRisk `json:"businessRisk,omitempty"`
	UsageType    *UsageType    `json:"usageType,omitempty"`
	// Provides accurate conclusions about a given host by tracking a broad set of attributes and using sophisticated security modeling. Powered by Talos Security Intelligence.
	WebReputation      *int64              `json:"webReputation,omitempty"`
	FinancialViability *FinancialViability `json:"financialViability,omitempty"`
	DataStorage        *DataStorage        `json:"dataStorage,omitempty"`
	// The vendor's compliance information.
	VendorCompliance     []ApplicationRiskVendorComplianceInner `json:"vendorCompliance,omitempty"`
	AdditionalProperties map[string]interface{}
}

ApplicationRisk The information about the application risk.

func NewApplicationRisk ¶

func NewApplicationRisk() *ApplicationRisk

NewApplicationRisk instantiates a new ApplicationRisk 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 NewApplicationRiskWithDefaults ¶

func NewApplicationRiskWithDefaults() *ApplicationRisk

NewApplicationRiskWithDefaults instantiates a new ApplicationRisk 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 (*ApplicationRisk) GetBusinessRisk ¶

func (o *ApplicationRisk) GetBusinessRisk() BusinessRisk

GetBusinessRisk returns the BusinessRisk field value if set, zero value otherwise.

func (*ApplicationRisk) GetBusinessRiskOk ¶

func (o *ApplicationRisk) GetBusinessRiskOk() (*BusinessRisk, bool)

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

func (*ApplicationRisk) GetDataStorage ¶

func (o *ApplicationRisk) GetDataStorage() DataStorage

GetDataStorage returns the DataStorage field value if set, zero value otherwise.

func (*ApplicationRisk) GetDataStorageOk ¶

func (o *ApplicationRisk) GetDataStorageOk() (*DataStorage, bool)

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

func (*ApplicationRisk) GetFinancialViability ¶

func (o *ApplicationRisk) GetFinancialViability() FinancialViability

GetFinancialViability returns the FinancialViability field value if set, zero value otherwise.

func (*ApplicationRisk) GetFinancialViabilityOk ¶

func (o *ApplicationRisk) GetFinancialViabilityOk() (*FinancialViability, bool)

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

func (*ApplicationRisk) GetId ¶

func (o *ApplicationRisk) GetId() string

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

func (*ApplicationRisk) GetIdOk ¶

func (o *ApplicationRisk) 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 (*ApplicationRisk) GetName ¶

func (o *ApplicationRisk) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ApplicationRisk) GetNameOk ¶

func (o *ApplicationRisk) 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 (*ApplicationRisk) GetUsageType ¶

func (o *ApplicationRisk) GetUsageType() UsageType

GetUsageType returns the UsageType field value if set, zero value otherwise.

func (*ApplicationRisk) GetUsageTypeOk ¶

func (o *ApplicationRisk) GetUsageTypeOk() (*UsageType, bool)

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

func (*ApplicationRisk) GetVendorCompliance ¶

func (o *ApplicationRisk) GetVendorCompliance() []ApplicationRiskVendorComplianceInner

GetVendorCompliance returns the VendorCompliance field value if set, zero value otherwise.

func (*ApplicationRisk) GetVendorComplianceOk ¶

func (o *ApplicationRisk) GetVendorComplianceOk() ([]ApplicationRiskVendorComplianceInner, bool)

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

func (*ApplicationRisk) GetWebReputation ¶

func (o *ApplicationRisk) GetWebReputation() int64

GetWebReputation returns the WebReputation field value if set, zero value otherwise.

func (*ApplicationRisk) GetWebReputationOk ¶

func (o *ApplicationRisk) GetWebReputationOk() (*int64, bool)

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

func (*ApplicationRisk) GetWeightedRisk ¶

func (o *ApplicationRisk) GetWeightedRisk() WeightedRisk

GetWeightedRisk returns the WeightedRisk field value if set, zero value otherwise.

func (*ApplicationRisk) GetWeightedRiskOk ¶

func (o *ApplicationRisk) GetWeightedRiskOk() (*WeightedRisk, bool)

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

func (*ApplicationRisk) HasBusinessRisk ¶

func (o *ApplicationRisk) HasBusinessRisk() bool

HasBusinessRisk returns a boolean if a field has been set.

func (*ApplicationRisk) HasDataStorage ¶

func (o *ApplicationRisk) HasDataStorage() bool

HasDataStorage returns a boolean if a field has been set.

func (*ApplicationRisk) HasFinancialViability ¶

func (o *ApplicationRisk) HasFinancialViability() bool

HasFinancialViability returns a boolean if a field has been set.

func (*ApplicationRisk) HasId ¶

func (o *ApplicationRisk) HasId() bool

HasId returns a boolean if a field has been set.

func (*ApplicationRisk) HasName ¶

func (o *ApplicationRisk) HasName() bool

HasName returns a boolean if a field has been set.

func (*ApplicationRisk) HasUsageType ¶

func (o *ApplicationRisk) HasUsageType() bool

HasUsageType returns a boolean if a field has been set.

func (*ApplicationRisk) HasVendorCompliance ¶

func (o *ApplicationRisk) HasVendorCompliance() bool

HasVendorCompliance returns a boolean if a field has been set.

func (*ApplicationRisk) HasWebReputation ¶

func (o *ApplicationRisk) HasWebReputation() bool

HasWebReputation returns a boolean if a field has been set.

func (*ApplicationRisk) HasWeightedRisk ¶

func (o *ApplicationRisk) HasWeightedRisk() bool

HasWeightedRisk returns a boolean if a field has been set.

func (ApplicationRisk) MarshalJSON ¶

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

func (*ApplicationRisk) SetBusinessRisk ¶

func (o *ApplicationRisk) SetBusinessRisk(v BusinessRisk)

SetBusinessRisk gets a reference to the given BusinessRisk and assigns it to the BusinessRisk field.

func (*ApplicationRisk) SetDataStorage ¶

func (o *ApplicationRisk) SetDataStorage(v DataStorage)

SetDataStorage gets a reference to the given DataStorage and assigns it to the DataStorage field.

func (*ApplicationRisk) SetFinancialViability ¶

func (o *ApplicationRisk) SetFinancialViability(v FinancialViability)

SetFinancialViability gets a reference to the given FinancialViability and assigns it to the FinancialViability field.

func (*ApplicationRisk) SetId ¶

func (o *ApplicationRisk) SetId(v string)

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

func (*ApplicationRisk) SetName ¶

func (o *ApplicationRisk) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ApplicationRisk) SetUsageType ¶

func (o *ApplicationRisk) SetUsageType(v UsageType)

SetUsageType gets a reference to the given UsageType and assigns it to the UsageType field.

func (*ApplicationRisk) SetVendorCompliance ¶

func (o *ApplicationRisk) SetVendorCompliance(v []ApplicationRiskVendorComplianceInner)

SetVendorCompliance gets a reference to the given []ApplicationRiskVendorComplianceInner and assigns it to the VendorCompliance field.

func (*ApplicationRisk) SetWebReputation ¶

func (o *ApplicationRisk) SetWebReputation(v int64)

SetWebReputation gets a reference to the given int64 and assigns it to the WebReputation field.

func (*ApplicationRisk) SetWeightedRisk ¶

func (o *ApplicationRisk) SetWeightedRisk(v WeightedRisk)

SetWeightedRisk gets a reference to the given WeightedRisk and assigns it to the WeightedRisk field.

func (ApplicationRisk) ToMap ¶

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

func (*ApplicationRisk) UnmarshalJSON ¶

func (o *ApplicationRisk) UnmarshalJSON(data []byte) (err error)

type ApplicationRiskVendorComplianceInner ¶

type ApplicationRiskVendorComplianceInner struct {
	// The name of the certificate.
	Name *string `json:"name,omitempty"`
	// The description of the certificate.
	Description *string `json:"description,omitempty"`
	// Specifies whether the certificate is verified.
	Status               *bool `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

ApplicationRiskVendorComplianceInner struct for ApplicationRiskVendorComplianceInner

func NewApplicationRiskVendorComplianceInner ¶

func NewApplicationRiskVendorComplianceInner() *ApplicationRiskVendorComplianceInner

NewApplicationRiskVendorComplianceInner instantiates a new ApplicationRiskVendorComplianceInner 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 NewApplicationRiskVendorComplianceInnerWithDefaults ¶

func NewApplicationRiskVendorComplianceInnerWithDefaults() *ApplicationRiskVendorComplianceInner

NewApplicationRiskVendorComplianceInnerWithDefaults instantiates a new ApplicationRiskVendorComplianceInner 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 (*ApplicationRiskVendorComplianceInner) GetDescription ¶

func (o *ApplicationRiskVendorComplianceInner) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ApplicationRiskVendorComplianceInner) GetDescriptionOk ¶

func (o *ApplicationRiskVendorComplianceInner) 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 (*ApplicationRiskVendorComplianceInner) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*ApplicationRiskVendorComplianceInner) GetNameOk ¶

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 (*ApplicationRiskVendorComplianceInner) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*ApplicationRiskVendorComplianceInner) GetStatusOk ¶

func (o *ApplicationRiskVendorComplianceInner) GetStatusOk() (*bool, 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 (*ApplicationRiskVendorComplianceInner) HasDescription ¶

func (o *ApplicationRiskVendorComplianceInner) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ApplicationRiskVendorComplianceInner) HasName ¶

HasName returns a boolean if a field has been set.

func (*ApplicationRiskVendorComplianceInner) HasStatus ¶

HasStatus returns a boolean if a field has been set.

func (ApplicationRiskVendorComplianceInner) MarshalJSON ¶

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

func (*ApplicationRiskVendorComplianceInner) SetDescription ¶

func (o *ApplicationRiskVendorComplianceInner) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ApplicationRiskVendorComplianceInner) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*ApplicationRiskVendorComplianceInner) SetStatus ¶

SetStatus gets a reference to the given bool and assigns it to the Status field.

func (ApplicationRiskVendorComplianceInner) ToMap ¶

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

func (*ApplicationRiskVendorComplianceInner) UnmarshalJSON ¶

func (o *ApplicationRiskVendorComplianceInner) UnmarshalJSON(data []byte) (err error)

type ApplicationsAPIService ¶

type ApplicationsAPIService service

ApplicationsAPIService ApplicationsAPI service

func (*ApplicationsAPIService) GetApplication ¶

func (a *ApplicationsAPIService) GetApplication(ctx context.Context, applicationId string) ApiGetApplicationRequest

GetApplication Get Application

Get an application by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param applicationId The ID of the application.
@return ApiGetApplicationRequest

func (*ApplicationsAPIService) GetApplicationAttributes ¶

func (a *ApplicationsAPIService) GetApplicationAttributes(ctx context.Context, applicationId string) ApiGetApplicationAttributesRequest

GetApplicationAttributes List Application Attributes

List all attributes for the application.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param applicationId The ID of the application.
@return ApiGetApplicationAttributesRequest

func (*ApplicationsAPIService) GetApplicationAttributesExecute ¶

Execute executes the request

@return ApplicationAttributeCategoryList

func (*ApplicationsAPIService) GetApplicationExecute ¶

Execute executes the request

@return ApplicationObject

func (*ApplicationsAPIService) GetApplicationIdentities ¶

func (a *ApplicationsAPIService) GetApplicationIdentities(ctx context.Context, applicationId string) ApiGetApplicationIdentitiesRequest

GetApplicationIdentities List Application Identities

List all identities for the application.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param applicationId The ID of the application.
@return ApiGetApplicationIdentitiesRequest

func (*ApplicationsAPIService) GetApplicationIdentitiesExecute ¶

Execute executes the request

@return ApplicationIdentityList

func (*ApplicationsAPIService) GetApplicationRisk ¶

func (a *ApplicationsAPIService) GetApplicationRisk(ctx context.Context, applicationId string) ApiGetApplicationRiskRequest

GetApplicationRisk Get Application Risk

Get the risk for the application.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param applicationId The ID of the application.
@return ApiGetApplicationRiskRequest

func (*ApplicationsAPIService) GetApplicationRiskExecute ¶

Execute executes the request

@return ApplicationRisk

func (*ApplicationsAPIService) PatchApplications ¶

PatchApplications Update Applications

Update the labels for the applications.

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

func (*ApplicationsAPIService) PatchApplicationsExecute ¶

Execute executes the request

@return BulkLabelApplications

func (*ApplicationsAPIService) UpdateApplication ¶

func (a *ApplicationsAPIService) UpdateApplication(ctx context.Context, applicationId string) ApiUpdateApplicationRequest

UpdateApplication Update Application

Update the label for the application. Provide an application label in the request body.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param applicationId The ID of the application.
@return ApiUpdateApplicationRequest

func (*ApplicationsAPIService) UpdateApplicationExecute ¶

Execute executes the request

@return ApplicationObject

type ApplicationsWithCategories ¶

type ApplicationsWithCategories struct {
	// The list of applications.
	Applications []Application `json:"applications,omitempty"`
	// The list of application categories.
	Categories           []ApplicationCategories `json:"categories,omitempty"`
	AdditionalProperties map[string]interface{}
}

ApplicationsWithCategories The information about the applications and categories.

func NewApplicationsWithCategories ¶

func NewApplicationsWithCategories() *ApplicationsWithCategories

NewApplicationsWithCategories instantiates a new ApplicationsWithCategories 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 NewApplicationsWithCategoriesWithDefaults ¶

func NewApplicationsWithCategoriesWithDefaults() *ApplicationsWithCategories

NewApplicationsWithCategoriesWithDefaults instantiates a new ApplicationsWithCategories 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 (*ApplicationsWithCategories) GetApplications ¶

func (o *ApplicationsWithCategories) GetApplications() []Application

GetApplications returns the Applications field value if set, zero value otherwise.

func (*ApplicationsWithCategories) GetApplicationsOk ¶

func (o *ApplicationsWithCategories) GetApplicationsOk() ([]Application, bool)

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

func (*ApplicationsWithCategories) GetCategories ¶

GetCategories returns the Categories field value if set, zero value otherwise.

func (*ApplicationsWithCategories) GetCategoriesOk ¶

func (o *ApplicationsWithCategories) GetCategoriesOk() ([]ApplicationCategories, bool)

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

func (*ApplicationsWithCategories) HasApplications ¶

func (o *ApplicationsWithCategories) HasApplications() bool

HasApplications returns a boolean if a field has been set.

func (*ApplicationsWithCategories) HasCategories ¶

func (o *ApplicationsWithCategories) HasCategories() bool

HasCategories returns a boolean if a field has been set.

func (ApplicationsWithCategories) MarshalJSON ¶

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

func (*ApplicationsWithCategories) SetApplications ¶

func (o *ApplicationsWithCategories) SetApplications(v []Application)

SetApplications gets a reference to the given []Application and assigns it to the Applications field.

func (*ApplicationsWithCategories) SetCategories ¶

func (o *ApplicationsWithCategories) SetCategories(v []ApplicationCategories)

SetCategories gets a reference to the given []ApplicationCategories and assigns it to the Categories field.

func (ApplicationsWithCategories) ToMap ¶

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

func (*ApplicationsWithCategories) UnmarshalJSON ¶

func (o *ApplicationsWithCategories) UnmarshalJSON(data []byte) (err error)

type BandwidthByHourAPIService ¶

type BandwidthByHourAPIService service

BandwidthByHourAPIService BandwidthByHourAPI service

func (*BandwidthByHourAPIService) GetBandwidthByHour ¶

GetBandwidthByHour Get Bandwidth by Hour (All)

List the bandwidth in bytes within the timeframe. Only returns proxy data.

**Access Scope:** Reports > Granular Events > Read-Only

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

func (*BandwidthByHourAPIService) GetBandwidthByHourExecute ¶

Execute executes the request

@return GetBandwidthByHour200Response

type BandwidthByTimerangeAPIService ¶

type BandwidthByTimerangeAPIService service

BandwidthByTimerangeAPIService BandwidthByTimerangeAPI service

func (*BandwidthByTimerangeAPIService) GetBandwidthByTimerange ¶

GetBandwidthByTimerange Get Bandwidth by Timerange (All)

List the bandwidth in bytes within the timeframe. Only returns proxy data.

**Access Scope:** Reports > Granular Events > Read-Only

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

func (*BandwidthByTimerangeAPIService) GetBandwidthByTimerangeExecute ¶

Execute executes the request

@return GetBandwidthByHour200Response

type BandwidthbyHour ¶

type BandwidthbyHour struct {
	// The number of inbound bytes.
	Inboundbytes int64 `json:"inboundbytes"`
	// The number of outbound bytes.
	Outboundbytes NullableInt64 `json:"outboundbytes"`
	// The timestamp represented in milliseconds for the bucket.
	Timestamp int64 `json:"timestamp"`
	// The date from the timestamp based on the timezone parameter.
	Date string `json:"date"`
	// The time in 24-hour format based on the timezone parameter.
	Time                 string `json:"time"`
	AdditionalProperties map[string]interface{}
}

BandwidthbyHour The information about the bandwidth by hour.

func NewBandwidthbyHour ¶

func NewBandwidthbyHour(inboundbytes int64, outboundbytes NullableInt64, timestamp int64, date string, time string) *BandwidthbyHour

NewBandwidthbyHour instantiates a new BandwidthbyHour 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 NewBandwidthbyHourWithDefaults ¶

func NewBandwidthbyHourWithDefaults() *BandwidthbyHour

NewBandwidthbyHourWithDefaults instantiates a new BandwidthbyHour 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 (*BandwidthbyHour) GetDate ¶

func (o *BandwidthbyHour) GetDate() string

GetDate returns the Date field value

func (*BandwidthbyHour) GetDateOk ¶

func (o *BandwidthbyHour) GetDateOk() (*string, bool)

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

func (*BandwidthbyHour) GetInboundbytes ¶

func (o *BandwidthbyHour) GetInboundbytes() int64

GetInboundbytes returns the Inboundbytes field value

func (*BandwidthbyHour) GetInboundbytesOk ¶

func (o *BandwidthbyHour) GetInboundbytesOk() (*int64, bool)

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

func (*BandwidthbyHour) GetOutboundbytes ¶

func (o *BandwidthbyHour) GetOutboundbytes() int64

GetOutboundbytes returns the Outboundbytes field value If the value is explicit nil, the zero value for int64 will be returned

func (*BandwidthbyHour) GetOutboundbytesOk ¶

func (o *BandwidthbyHour) GetOutboundbytesOk() (*int64, bool)

GetOutboundbytesOk returns a tuple with the Outboundbytes 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 (*BandwidthbyHour) GetTime ¶

func (o *BandwidthbyHour) GetTime() string

GetTime returns the Time field value

func (*BandwidthbyHour) GetTimeOk ¶

func (o *BandwidthbyHour) GetTimeOk() (*string, bool)

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

func (*BandwidthbyHour) GetTimestamp ¶

func (o *BandwidthbyHour) GetTimestamp() int64

GetTimestamp returns the Timestamp field value

func (*BandwidthbyHour) GetTimestampOk ¶

func (o *BandwidthbyHour) GetTimestampOk() (*int64, bool)

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

func (BandwidthbyHour) MarshalJSON ¶

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

func (*BandwidthbyHour) SetDate ¶

func (o *BandwidthbyHour) SetDate(v string)

SetDate sets field value

func (*BandwidthbyHour) SetInboundbytes ¶

func (o *BandwidthbyHour) SetInboundbytes(v int64)

SetInboundbytes sets field value

func (*BandwidthbyHour) SetOutboundbytes ¶

func (o *BandwidthbyHour) SetOutboundbytes(v int64)

SetOutboundbytes sets field value

func (*BandwidthbyHour) SetTime ¶

func (o *BandwidthbyHour) SetTime(v string)

SetTime sets field value

func (*BandwidthbyHour) SetTimestamp ¶

func (o *BandwidthbyHour) SetTimestamp(v int64)

SetTimestamp sets field value

func (BandwidthbyHour) ToMap ¶

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

func (*BandwidthbyHour) UnmarshalJSON ¶

func (o *BandwidthbyHour) UnmarshalJSON(data []byte) (err error)

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 BulkLabelApplications ¶

type BulkLabelApplications struct {
	// The time of the update.
	Timestamp *time.Time `json:"timestamp,omitempty"`
	// The number of apps updated
	NumberOfApps         *int64 `json:"number_of_apps,omitempty"`
	AdditionalProperties map[string]interface{}
}

BulkLabelApplications The properties of multiple apps that are updated at the same time.

func NewBulkLabelApplications ¶

func NewBulkLabelApplications() *BulkLabelApplications

NewBulkLabelApplications instantiates a new BulkLabelApplications 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 NewBulkLabelApplicationsWithDefaults ¶

func NewBulkLabelApplicationsWithDefaults() *BulkLabelApplications

NewBulkLabelApplicationsWithDefaults instantiates a new BulkLabelApplications 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 (*BulkLabelApplications) GetNumberOfApps ¶

func (o *BulkLabelApplications) GetNumberOfApps() int64

GetNumberOfApps returns the NumberOfApps field value if set, zero value otherwise.

func (*BulkLabelApplications) GetNumberOfAppsOk ¶

func (o *BulkLabelApplications) GetNumberOfAppsOk() (*int64, bool)

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

func (*BulkLabelApplications) GetTimestamp ¶

func (o *BulkLabelApplications) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*BulkLabelApplications) GetTimestampOk ¶

func (o *BulkLabelApplications) 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 (*BulkLabelApplications) HasNumberOfApps ¶

func (o *BulkLabelApplications) HasNumberOfApps() bool

HasNumberOfApps returns a boolean if a field has been set.

func (*BulkLabelApplications) HasTimestamp ¶

func (o *BulkLabelApplications) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (BulkLabelApplications) MarshalJSON ¶

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

func (*BulkLabelApplications) SetNumberOfApps ¶

func (o *BulkLabelApplications) SetNumberOfApps(v int64)

SetNumberOfApps gets a reference to the given int64 and assigns it to the NumberOfApps field.

func (*BulkLabelApplications) SetTimestamp ¶

func (o *BulkLabelApplications) SetTimestamp(v time.Time)

SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.

func (BulkLabelApplications) ToMap ¶

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

func (*BulkLabelApplications) UnmarshalJSON ¶

func (o *BulkLabelApplications) UnmarshalJSON(data []byte) (err error)

type BusinessRisk ¶

type BusinessRisk string

BusinessRisk The business risk of the app.

const (
	BUSINESSRISK_VERY_LOW  BusinessRisk = "veryLow"
	BUSINESSRISK_LOW       BusinessRisk = "low"
	BUSINESSRISK_MEDIUM    BusinessRisk = "medium"
	BUSINESSRISK_HIGH      BusinessRisk = "high"
	BUSINESSRISK_VERY_HIGH BusinessRisk = "veryHigh"
	BUSINESSRISK_NA        BusinessRisk = "na"
)

List of BusinessRisk

func NewBusinessRiskFromValue ¶

func NewBusinessRiskFromValue(v string) (*BusinessRisk, error)

NewBusinessRiskFromValue returns a pointer to a valid BusinessRisk for the value passed as argument, or an error if the value passed is not allowed by the enum

func (BusinessRisk) IsValid ¶

func (v BusinessRisk) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (BusinessRisk) Ptr ¶

func (v BusinessRisk) Ptr() *BusinessRisk

Ptr returns reference to BusinessRisk value

func (*BusinessRisk) UnmarshalJSON ¶

func (v *BusinessRisk) UnmarshalJSON(src []byte) error

type Category ¶

type Category struct {
	// The ID of the category.
	Id *int64 `json:"id,omitempty"`
	// The descriptive label for the category.
	Label *string `json:"label,omitempty"`
	// The type of the category.
	Type *string `json:"type,omitempty"`
	// Specifies whether the category is an integration.
	Integration *bool `json:"integration,omitempty"`
	// Specifies whether the category is a legacy category.
	Deprecated           *bool `json:"deprecated,omitempty"`
	AdditionalProperties map[string]interface{}
}

Category The properties of the category.

func NewCategory ¶

func NewCategory() *Category

NewCategory instantiates a new Category 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 NewCategoryWithDefaults ¶

func NewCategoryWithDefaults() *Category

NewCategoryWithDefaults instantiates a new Category 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 (*Category) GetDeprecated ¶

func (o *Category) GetDeprecated() bool

GetDeprecated returns the Deprecated field value if set, zero value otherwise.

func (*Category) GetDeprecatedOk ¶

func (o *Category) GetDeprecatedOk() (*bool, bool)

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

func (*Category) GetId ¶

func (o *Category) GetId() int64

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

func (*Category) GetIdOk ¶

func (o *Category) GetIdOk() (*int64, 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 (*Category) GetIntegration ¶

func (o *Category) GetIntegration() bool

GetIntegration returns the Integration field value if set, zero value otherwise.

func (*Category) GetIntegrationOk ¶

func (o *Category) GetIntegrationOk() (*bool, bool)

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

func (*Category) GetLabel ¶

func (o *Category) GetLabel() string

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

func (*Category) GetLabelOk ¶

func (o *Category) 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 (*Category) GetType ¶

func (o *Category) GetType() string

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

func (*Category) GetTypeOk ¶

func (o *Category) 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 (*Category) HasDeprecated ¶

func (o *Category) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

func (*Category) HasId ¶

func (o *Category) HasId() bool

HasId returns a boolean if a field has been set.

func (*Category) HasIntegration ¶

func (o *Category) HasIntegration() bool

HasIntegration returns a boolean if a field has been set.

func (*Category) HasLabel ¶

func (o *Category) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*Category) HasType ¶

func (o *Category) HasType() bool

HasType returns a boolean if a field has been set.

func (Category) MarshalJSON ¶

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

func (*Category) SetDeprecated ¶

func (o *Category) SetDeprecated(v bool)

SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.

func (*Category) SetId ¶

func (o *Category) SetId(v int64)

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

func (*Category) SetIntegration ¶

func (o *Category) SetIntegration(v bool)

SetIntegration gets a reference to the given bool and assigns it to the Integration field.

func (*Category) SetLabel ¶

func (o *Category) SetLabel(v string)

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

func (*Category) SetType ¶

func (o *Category) SetType(v string)

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

func (Category) ToMap ¶

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

func (*Category) UnmarshalJSON ¶

func (o *Category) UnmarshalJSON(data []byte) (err error)

type CategoryByHour ¶

type CategoryByHour struct {
	// The timestamp represented in milliseconds for the bucket.
	Timestamp int64 `json:"timestamp"`
	// The date from the timestamp based on the timezone parameter.
	Date string `json:"date"`
	// The time in 24-hour format based on the timezone parameter.
	Time string `json:"time"`
	// The list of counts for the category.
	Counts               []CategoryCount `json:"counts"`
	AdditionalProperties map[string]interface{}
}

CategoryByHour The information about the categories seen by hour.

func NewCategoryByHour ¶

func NewCategoryByHour(timestamp int64, date string, time string, counts []CategoryCount) *CategoryByHour

NewCategoryByHour instantiates a new CategoryByHour 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 NewCategoryByHourWithDefaults ¶

func NewCategoryByHourWithDefaults() *CategoryByHour

NewCategoryByHourWithDefaults instantiates a new CategoryByHour 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 (*CategoryByHour) GetCounts ¶

func (o *CategoryByHour) GetCounts() []CategoryCount

GetCounts returns the Counts field value

func (*CategoryByHour) GetCountsOk ¶

func (o *CategoryByHour) GetCountsOk() ([]CategoryCount, bool)

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

func (*CategoryByHour) GetDate ¶

func (o *CategoryByHour) GetDate() string

GetDate returns the Date field value

func (*CategoryByHour) GetDateOk ¶

func (o *CategoryByHour) GetDateOk() (*string, bool)

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

func (*CategoryByHour) GetTime ¶

func (o *CategoryByHour) GetTime() string

GetTime returns the Time field value

func (*CategoryByHour) GetTimeOk ¶

func (o *CategoryByHour) GetTimeOk() (*string, bool)

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

func (*CategoryByHour) GetTimestamp ¶

func (o *CategoryByHour) GetTimestamp() int64

GetTimestamp returns the Timestamp field value

func (*CategoryByHour) GetTimestampOk ¶

func (o *CategoryByHour) GetTimestampOk() (*int64, bool)

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

func (CategoryByHour) MarshalJSON ¶

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

func (*CategoryByHour) SetCounts ¶

func (o *CategoryByHour) SetCounts(v []CategoryCount)

SetCounts sets field value

func (*CategoryByHour) SetDate ¶

func (o *CategoryByHour) SetDate(v string)

SetDate sets field value

func (*CategoryByHour) SetTime ¶

func (o *CategoryByHour) SetTime(v string)

SetTime sets field value

func (*CategoryByHour) SetTimestamp ¶

func (o *CategoryByHour) SetTimestamp(v int64)

SetTimestamp sets field value

func (CategoryByHour) ToMap ¶

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

func (*CategoryByHour) UnmarshalJSON ¶

func (o *CategoryByHour) UnmarshalJSON(data []byte) (err error)

type CategoryCount ¶

type CategoryCount struct {
	Category Category `json:"category"`
	// The total number of requests for the category.
	Requests             int64 `json:"requests"`
	AdditionalProperties map[string]interface{}
}

CategoryCount The information about the category counts.

func NewCategoryCount ¶

func NewCategoryCount(category Category, requests int64) *CategoryCount

NewCategoryCount instantiates a new CategoryCount 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 NewCategoryCountWithDefaults ¶

func NewCategoryCountWithDefaults() *CategoryCount

NewCategoryCountWithDefaults instantiates a new CategoryCount 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 (*CategoryCount) GetCategory ¶

func (o *CategoryCount) GetCategory() Category

GetCategory returns the Category field value

func (*CategoryCount) GetCategoryOk ¶

func (o *CategoryCount) GetCategoryOk() (*Category, bool)

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

func (*CategoryCount) GetRequests ¶

func (o *CategoryCount) GetRequests() int64

GetRequests returns the Requests field value

func (*CategoryCount) GetRequestsOk ¶

func (o *CategoryCount) GetRequestsOk() (*int64, bool)

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

func (CategoryCount) MarshalJSON ¶

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

func (*CategoryCount) SetCategory ¶

func (o *CategoryCount) SetCategory(v Category)

SetCategory sets field value

func (*CategoryCount) SetRequests ¶

func (o *CategoryCount) SetRequests(v int64)

SetRequests sets field value

func (CategoryCount) ToMap ¶

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

func (*CategoryCount) UnmarshalJSON ¶

func (o *CategoryCount) UnmarshalJSON(data []byte) (err error)

type CategoryWithLegacyId ¶

type CategoryWithLegacyId struct {
	// The ID of the category.
	Id int64 `json:"id"`
	// The legacy category ID.
	Legacyid int64 `json:"legacyid"`
	// The label of the category.
	Label string `json:"label"`
	// The type of the category.
	Type string `json:"type"`
	// Specifies whether the category is an integration.
	Integration bool `json:"integration"`
	// Specifies whether the legacy category is deprecated.
	Deprecated           bool `json:"deprecated"`
	AdditionalProperties map[string]interface{}
}

CategoryWithLegacyId The information about the category with legacy ID.

func NewCategoryWithLegacyId ¶

func NewCategoryWithLegacyId(id int64, legacyid int64, label string, type_ string, integration bool, deprecated bool) *CategoryWithLegacyId

NewCategoryWithLegacyId instantiates a new CategoryWithLegacyId 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 NewCategoryWithLegacyIdWithDefaults ¶

func NewCategoryWithLegacyIdWithDefaults() *CategoryWithLegacyId

NewCategoryWithLegacyIdWithDefaults instantiates a new CategoryWithLegacyId 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 (*CategoryWithLegacyId) GetDeprecated ¶

func (o *CategoryWithLegacyId) GetDeprecated() bool

GetDeprecated returns the Deprecated field value

func (*CategoryWithLegacyId) GetDeprecatedOk ¶

func (o *CategoryWithLegacyId) GetDeprecatedOk() (*bool, bool)

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

func (*CategoryWithLegacyId) GetId ¶

func (o *CategoryWithLegacyId) GetId() int64

GetId returns the Id field value

func (*CategoryWithLegacyId) GetIdOk ¶

func (o *CategoryWithLegacyId) GetIdOk() (*int64, bool)

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

func (*CategoryWithLegacyId) GetIntegration ¶

func (o *CategoryWithLegacyId) GetIntegration() bool

GetIntegration returns the Integration field value

func (*CategoryWithLegacyId) GetIntegrationOk ¶

func (o *CategoryWithLegacyId) GetIntegrationOk() (*bool, bool)

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

func (*CategoryWithLegacyId) GetLabel ¶

func (o *CategoryWithLegacyId) GetLabel() string

GetLabel returns the Label field value

func (*CategoryWithLegacyId) GetLabelOk ¶

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

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

func (*CategoryWithLegacyId) GetLegacyid ¶

func (o *CategoryWithLegacyId) GetLegacyid() int64

GetLegacyid returns the Legacyid field value

func (*CategoryWithLegacyId) GetLegacyidOk ¶

func (o *CategoryWithLegacyId) GetLegacyidOk() (*int64, bool)

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

func (*CategoryWithLegacyId) GetType ¶

func (o *CategoryWithLegacyId) GetType() string

GetType returns the Type field value

func (*CategoryWithLegacyId) GetTypeOk ¶

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

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

func (CategoryWithLegacyId) MarshalJSON ¶

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

func (*CategoryWithLegacyId) SetDeprecated ¶

func (o *CategoryWithLegacyId) SetDeprecated(v bool)

SetDeprecated sets field value

func (*CategoryWithLegacyId) SetId ¶

func (o *CategoryWithLegacyId) SetId(v int64)

SetId sets field value

func (*CategoryWithLegacyId) SetIntegration ¶

func (o *CategoryWithLegacyId) SetIntegration(v bool)

SetIntegration sets field value

func (*CategoryWithLegacyId) SetLabel ¶

func (o *CategoryWithLegacyId) SetLabel(v string)

SetLabel sets field value

func (*CategoryWithLegacyId) SetLegacyid ¶

func (o *CategoryWithLegacyId) SetLegacyid(v int64)

SetLegacyid sets field value

func (*CategoryWithLegacyId) SetType ¶

func (o *CategoryWithLegacyId) SetType(v string)

SetType sets field value

func (CategoryWithLegacyId) ToMap ¶

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

func (*CategoryWithLegacyId) UnmarshalJSON ¶

func (o *CategoryWithLegacyId) UnmarshalJSON(data []byte) (err error)

type CdfwSource ¶

type CdfwSource struct {
	// The type of traffic associated with the source.
	Name *string `json:"name,omitempty"`
	// The number of CDFW L7 events for this app.
	Events *int64 `json:"events,omitempty"`
	// The number of CDFW L7 events that are blocked.
	BlockedEvents        *int64 `json:"blockedEvents,omitempty"`
	AdditionalProperties map[string]interface{}
}

CdfwSource The properties of the app's requests that are managed by the Secure Access cloud-delivered firewall (CDFW).

func NewCdfwSource ¶

func NewCdfwSource() *CdfwSource

NewCdfwSource instantiates a new CdfwSource 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 NewCdfwSourceWithDefaults ¶

func NewCdfwSourceWithDefaults() *CdfwSource

NewCdfwSourceWithDefaults instantiates a new CdfwSource 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 (*CdfwSource) GetBlockedEvents ¶

func (o *CdfwSource) GetBlockedEvents() int64

GetBlockedEvents returns the BlockedEvents field value if set, zero value otherwise.

func (*CdfwSource) GetBlockedEventsOk ¶

func (o *CdfwSource) GetBlockedEventsOk() (*int64, bool)

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

func (*CdfwSource) GetEvents ¶

func (o *CdfwSource) GetEvents() int64

GetEvents returns the Events field value if set, zero value otherwise.

func (*CdfwSource) GetEventsOk ¶

func (o *CdfwSource) GetEventsOk() (*int64, bool)

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

func (*CdfwSource) GetName ¶

func (o *CdfwSource) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CdfwSource) GetNameOk ¶

func (o *CdfwSource) 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 (*CdfwSource) HasBlockedEvents ¶

func (o *CdfwSource) HasBlockedEvents() bool

HasBlockedEvents returns a boolean if a field has been set.

func (*CdfwSource) HasEvents ¶

func (o *CdfwSource) HasEvents() bool

HasEvents returns a boolean if a field has been set.

func (*CdfwSource) HasName ¶

func (o *CdfwSource) HasName() bool

HasName returns a boolean if a field has been set.

func (CdfwSource) MarshalJSON ¶

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

func (*CdfwSource) SetBlockedEvents ¶

func (o *CdfwSource) SetBlockedEvents(v int64)

SetBlockedEvents gets a reference to the given int64 and assigns it to the BlockedEvents field.

func (*CdfwSource) SetEvents ¶

func (o *CdfwSource) SetEvents(v int64)

SetEvents gets a reference to the given int64 and assigns it to the Events field.

func (*CdfwSource) SetName ¶

func (o *CdfwSource) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (CdfwSource) ToMap ¶

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

func (*CdfwSource) UnmarshalJSON ¶

func (o *CdfwSource) UnmarshalJSON(data []byte) (err error)

type CiscoAMP ¶

type CiscoAMP struct {
	// The AMP score.
	Score int64 `json:"score"`
	// The AMP disposition.
	Disposition string `json:"disposition"`
	// The AMP malware.
	Malware              string `json:"malware"`
	AdditionalProperties map[string]interface{}
}

CiscoAMP The properties of the AMP disposition and score for the malware.

func NewCiscoAMP ¶

func NewCiscoAMP(score int64, disposition string, malware string) *CiscoAMP

NewCiscoAMP instantiates a new CiscoAMP 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 NewCiscoAMPWithDefaults ¶

func NewCiscoAMPWithDefaults() *CiscoAMP

NewCiscoAMPWithDefaults instantiates a new CiscoAMP 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 (*CiscoAMP) GetDisposition ¶

func (o *CiscoAMP) GetDisposition() string

GetDisposition returns the Disposition field value

func (*CiscoAMP) GetDispositionOk ¶

func (o *CiscoAMP) GetDispositionOk() (*string, bool)

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

func (*CiscoAMP) GetMalware ¶

func (o *CiscoAMP) GetMalware() string

GetMalware returns the Malware field value

func (*CiscoAMP) GetMalwareOk ¶

func (o *CiscoAMP) GetMalwareOk() (*string, bool)

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

func (*CiscoAMP) GetScore ¶

func (o *CiscoAMP) GetScore() int64

GetScore returns the Score field value

func (*CiscoAMP) GetScoreOk ¶

func (o *CiscoAMP) GetScoreOk() (*int64, bool)

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

func (CiscoAMP) MarshalJSON ¶

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

func (*CiscoAMP) SetDisposition ¶

func (o *CiscoAMP) SetDisposition(v string)

SetDisposition sets field value

func (*CiscoAMP) SetMalware ¶

func (o *CiscoAMP) SetMalware(v string)

SetMalware sets field value

func (*CiscoAMP) SetScore ¶

func (o *CiscoAMP) SetScore(v int64)

SetScore sets field value

func (CiscoAMP) ToMap ¶

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

func (*CiscoAMP) UnmarshalJSON ¶

func (o *CiscoAMP) UnmarshalJSON(data []byte) (err error)

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 DataCenter ¶

type DataCenter struct {
	// The unique ID for the data center.
	Id string `json:"id"`
	// The name of the data center.
	Label                string `json:"label"`
	AdditionalProperties map[string]interface{}
}

DataCenter The information about the data center.

func NewDataCenter ¶

func NewDataCenter(id string, label string) *DataCenter

NewDataCenter instantiates a new DataCenter 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 NewDataCenterWithDefaults ¶

func NewDataCenterWithDefaults() *DataCenter

NewDataCenterWithDefaults instantiates a new DataCenter 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 (*DataCenter) GetId ¶

func (o *DataCenter) GetId() string

GetId returns the Id field value

func (*DataCenter) GetIdOk ¶

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

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

func (*DataCenter) GetLabel ¶

func (o *DataCenter) GetLabel() string

GetLabel returns the Label field value

func (*DataCenter) GetLabelOk ¶

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

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

func (DataCenter) MarshalJSON ¶

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

func (*DataCenter) SetId ¶

func (o *DataCenter) SetId(v string)

SetId sets field value

func (*DataCenter) SetLabel ¶

func (o *DataCenter) SetLabel(v string)

SetLabel sets field value

func (DataCenter) ToMap ¶

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

func (*DataCenter) UnmarshalJSON ¶

func (o *DataCenter) UnmarshalJSON(data []byte) (err error)

type DataLossPreventionState ¶

type DataLossPreventionState struct {
	// Indicates the status of the DLP. The state is either `blocked` or the empty string (` `).
	State                string `json:"state"`
	AdditionalProperties map[string]interface{}
}

DataLossPreventionState The information about the Data Loss Prevention state.

func NewDataLossPreventionState ¶

func NewDataLossPreventionState(state string) *DataLossPreventionState

NewDataLossPreventionState instantiates a new DataLossPreventionState 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 NewDataLossPreventionStateWithDefaults ¶

func NewDataLossPreventionStateWithDefaults() *DataLossPreventionState

NewDataLossPreventionStateWithDefaults instantiates a new DataLossPreventionState 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 (*DataLossPreventionState) GetState ¶

func (o *DataLossPreventionState) GetState() string

GetState returns the State field value

func (*DataLossPreventionState) GetStateOk ¶

func (o *DataLossPreventionState) GetStateOk() (*string, bool)

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

func (DataLossPreventionState) MarshalJSON ¶

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

func (*DataLossPreventionState) SetState ¶

func (o *DataLossPreventionState) SetState(v string)

SetState sets field value

func (DataLossPreventionState) ToMap ¶

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

func (*DataLossPreventionState) UnmarshalJSON ¶

func (o *DataLossPreventionState) UnmarshalJSON(data []byte) (err error)

type DataStorage ¶

type DataStorage string

DataStorage The form of the stored data. Valid values are: `noStorage`, `structured`, `unstructured`, or `na`.

const (
	DATASTORAGE_NO_STORAGE   DataStorage = "noStorage"
	DATASTORAGE_STRUCTURED   DataStorage = "structured"
	DATASTORAGE_UNSTRUCTURED DataStorage = "unstructured"
	DATASTORAGE_NA           DataStorage = "na"
)

List of DataStorage

func NewDataStorageFromValue ¶

func NewDataStorageFromValue(v string) (*DataStorage, error)

NewDataStorageFromValue returns a pointer to a valid DataStorage for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DataStorage) IsValid ¶

func (v DataStorage) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (DataStorage) Ptr ¶

func (v DataStorage) Ptr() *DataStorage

Ptr returns reference to DataStorage value

func (*DataStorage) UnmarshalJSON ¶

func (v *DataStorage) UnmarshalJSON(src []byte) error

type DefaultAPIService ¶

type DefaultAPIService service

DefaultAPIService DefaultAPI service

func (*DefaultAPIService) GetApplications ¶

GetApplications Get Applications

List the applications.

**Access Scope:** Reports > Utilities > Read-Only

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

func (*DefaultAPIService) GetApplicationsAppDiscovery ¶

func (a *DefaultAPIService) GetApplicationsAppDiscovery(ctx context.Context) ApiGetApplicationsAppDiscoveryRequest

GetApplicationsAppDiscovery List Applications

List all discovered applications.

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

func (*DefaultAPIService) GetApplicationsAppDiscoveryExecute ¶

func (a *DefaultAPIService) GetApplicationsAppDiscoveryExecute(r ApiGetApplicationsAppDiscoveryRequest) (*ApplicationList, *http.Response, error)

Execute executes the request

@return ApplicationList

func (*DefaultAPIService) GetApplicationsExecute ¶

Execute executes the request

@return GetApplications200Response

type DeploymentStatus ¶

type DeploymentStatus struct {
	Type IdentityType `json:"type"`
	// The count of the active identity type.
	Activecount int64 `json:"activecount"`
	// The total count of the identity type.
	Count                int64 `json:"count"`
	AdditionalProperties map[string]interface{}
}

DeploymentStatus The information about the deployment status.

func NewDeploymentStatus ¶

func NewDeploymentStatus(type_ IdentityType, activecount int64, count int64) *DeploymentStatus

NewDeploymentStatus instantiates a new DeploymentStatus 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 NewDeploymentStatusWithDefaults ¶

func NewDeploymentStatusWithDefaults() *DeploymentStatus

NewDeploymentStatusWithDefaults instantiates a new DeploymentStatus 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 (*DeploymentStatus) GetActivecount ¶

func (o *DeploymentStatus) GetActivecount() int64

GetActivecount returns the Activecount field value

func (*DeploymentStatus) GetActivecountOk ¶

func (o *DeploymentStatus) GetActivecountOk() (*int64, bool)

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

func (*DeploymentStatus) GetCount ¶

func (o *DeploymentStatus) GetCount() int64

GetCount returns the Count field value

func (*DeploymentStatus) GetCountOk ¶

func (o *DeploymentStatus) GetCountOk() (*int64, bool)

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

func (*DeploymentStatus) GetType ¶

func (o *DeploymentStatus) GetType() IdentityType

GetType returns the Type field value

func (*DeploymentStatus) GetTypeOk ¶

func (o *DeploymentStatus) GetTypeOk() (*IdentityType, bool)

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

func (DeploymentStatus) MarshalJSON ¶

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

func (*DeploymentStatus) SetActivecount ¶

func (o *DeploymentStatus) SetActivecount(v int64)

SetActivecount sets field value

func (*DeploymentStatus) SetCount ¶

func (o *DeploymentStatus) SetCount(v int64)

SetCount sets field value

func (*DeploymentStatus) SetType ¶

func (o *DeploymentStatus) SetType(v IdentityType)

SetType sets field value

func (DeploymentStatus) ToMap ¶

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

func (*DeploymentStatus) UnmarshalJSON ¶

func (o *DeploymentStatus) UnmarshalJSON(data []byte) (err error)

type DeploymentStatusAPIService ¶

type DeploymentStatusAPIService service

DeploymentStatusAPIService DeploymentStatusAPI service

func (*DeploymentStatusAPIService) GetDeploymentStatus ¶

GetDeploymentStatus Get Deployment Status

List the deployment status within the timeframe.

**Access Scope:** Reports > Granular Events > Read-Only

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

func (*DeploymentStatusAPIService) GetDeploymentStatusExecute ¶

Execute executes the request

@return GetDeploymentStatus200Response

type Device ¶

type Device struct {
	// The client's IP address.
	Ip *string `json:"ip,omitempty"`
	// The operating system for the device.
	Os *string `json:"os,omitempty"`
	// The type of the web browser.
	Browser *string `json:"browser,omitempty"`
	// The geolocation of the device.
	Location             *string `json:"location,omitempty"`
	AdditionalProperties map[string]interface{}
}

Device The properties of the device.

func NewDevice ¶

func NewDevice() *Device

NewDevice instantiates a new Device 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 NewDeviceWithDefaults ¶

func NewDeviceWithDefaults() *Device

NewDeviceWithDefaults instantiates a new Device 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 (*Device) GetBrowser ¶

func (o *Device) GetBrowser() string

GetBrowser returns the Browser field value if set, zero value otherwise.

func (*Device) GetBrowserOk ¶

func (o *Device) GetBrowserOk() (*string, bool)

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

func (*Device) GetIp ¶

func (o *Device) GetIp() string

GetIp returns the Ip field value if set, zero value otherwise.

func (*Device) GetIpOk ¶

func (o *Device) GetIpOk() (*string, bool)

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

func (*Device) GetLocation ¶

func (o *Device) GetLocation() string

GetLocation returns the Location field value if set, zero value otherwise.

func (*Device) GetLocationOk ¶

func (o *Device) GetLocationOk() (*string, bool)

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

func (*Device) GetOs ¶

func (o *Device) GetOs() string

GetOs returns the Os field value if set, zero value otherwise.

func (*Device) GetOsOk ¶

func (o *Device) 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 (*Device) HasBrowser ¶

func (o *Device) HasBrowser() bool

HasBrowser returns a boolean if a field has been set.

func (*Device) HasIp ¶

func (o *Device) HasIp() bool

HasIp returns a boolean if a field has been set.

func (*Device) HasLocation ¶

func (o *Device) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*Device) HasOs ¶

func (o *Device) HasOs() bool

HasOs returns a boolean if a field has been set.

func (Device) MarshalJSON ¶

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

func (*Device) SetBrowser ¶

func (o *Device) SetBrowser(v string)

SetBrowser gets a reference to the given string and assigns it to the Browser field.

func (*Device) SetIp ¶

func (o *Device) SetIp(v string)

SetIp gets a reference to the given string and assigns it to the Ip field.

func (*Device) SetLocation ¶

func (o *Device) SetLocation(v string)

SetLocation gets a reference to the given string and assigns it to the Location field.

func (*Device) SetOs ¶

func (o *Device) SetOs(v string)

SetOs gets a reference to the given string and assigns it to the Os field.

func (Device) ToMap ¶

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

func (*Device) UnmarshalJSON ¶

func (o *Device) UnmarshalJSON(data []byte) (err error)

type DnsSource ¶

type DnsSource struct {
	// The type of traffic associated with the source.
	Name *string `json:"name,omitempty"`
	// The number of DNS requests for this app.
	Requests *int64 `json:"requests,omitempty"`
	// The number of DNS requests blocked by Secure Access, based on policy configurations.
	BlockedRequests      *int64 `json:"blockedRequests,omitempty"`
	AdditionalProperties map[string]interface{}
}

DnsSource The properties of the app's DNS requests.

func NewDnsSource ¶

func NewDnsSource() *DnsSource

NewDnsSource instantiates a new DnsSource 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 NewDnsSourceWithDefaults ¶

func NewDnsSourceWithDefaults() *DnsSource

NewDnsSourceWithDefaults instantiates a new DnsSource 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 (*DnsSource) GetBlockedRequests ¶

func (o *DnsSource) GetBlockedRequests() int64

GetBlockedRequests returns the BlockedRequests field value if set, zero value otherwise.

func (*DnsSource) GetBlockedRequestsOk ¶

func (o *DnsSource) GetBlockedRequestsOk() (*int64, bool)

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

func (*DnsSource) GetName ¶

func (o *DnsSource) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*DnsSource) GetNameOk ¶

func (o *DnsSource) 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 (*DnsSource) GetRequests ¶

func (o *DnsSource) GetRequests() int64

GetRequests returns the Requests field value if set, zero value otherwise.

func (*DnsSource) GetRequestsOk ¶

func (o *DnsSource) GetRequestsOk() (*int64, bool)

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

func (*DnsSource) HasBlockedRequests ¶

func (o *DnsSource) HasBlockedRequests() bool

HasBlockedRequests returns a boolean if a field has been set.

func (*DnsSource) HasName ¶

func (o *DnsSource) HasName() bool

HasName returns a boolean if a field has been set.

func (*DnsSource) HasRequests ¶

func (o *DnsSource) HasRequests() bool

HasRequests returns a boolean if a field has been set.

func (DnsSource) MarshalJSON ¶

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

func (*DnsSource) SetBlockedRequests ¶

func (o *DnsSource) SetBlockedRequests(v int64)

SetBlockedRequests gets a reference to the given int64 and assigns it to the BlockedRequests field.

func (*DnsSource) SetName ¶

func (o *DnsSource) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*DnsSource) SetRequests ¶

func (o *DnsSource) SetRequests(v int64)

SetRequests gets a reference to the given int64 and assigns it to the Requests field.

func (DnsSource) ToMap ¶

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

func (*DnsSource) UnmarshalJSON ¶

func (o *DnsSource) UnmarshalJSON(data []byte) (err error)

type Egress ¶

type Egress struct {
	// The egress IP.
	Ip string `json:"ip"`
	// The type of the egress IP.
	Type                 string `json:"type"`
	AdditionalProperties map[string]interface{}
}

Egress The information about the egress IP.

func NewEgress ¶

func NewEgress(ip string, type_ string) *Egress

NewEgress instantiates a new Egress 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 NewEgressWithDefaults ¶

func NewEgressWithDefaults() *Egress

NewEgressWithDefaults instantiates a new Egress 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 (*Egress) GetIp ¶

func (o *Egress) GetIp() string

GetIp returns the Ip field value

func (*Egress) GetIpOk ¶

func (o *Egress) GetIpOk() (*string, bool)

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

func (*Egress) GetType ¶

func (o *Egress) GetType() string

GetType returns the Type field value

func (*Egress) GetTypeOk ¶

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

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

func (Egress) MarshalJSON ¶

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

func (*Egress) SetIp ¶

func (o *Egress) SetIp(v string)

SetIp sets field value

func (*Egress) SetType ¶

func (o *Egress) SetType(v string)

SetType sets field value

func (Egress) ToMap ¶

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

func (*Egress) UnmarshalJSON ¶

func (o *Egress) UnmarshalJSON(data []byte) (err error)

type Error ¶

type Error struct {
	Message              *string `json:"message,omitempty"`
	AdditionalProperties map[string]interface{}
}

Error The error message returned in the response.

func NewError ¶

func NewError() *Error

NewError instantiates a new Error 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 NewErrorWithDefaults ¶

func NewErrorWithDefaults() *Error

NewErrorWithDefaults instantiates a new Error 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 (*Error) GetMessage ¶

func (o *Error) GetMessage() string

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

func (*Error) GetMessageOk ¶

func (o *Error) 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 (*Error) HasMessage ¶

func (o *Error) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (Error) MarshalJSON ¶

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

func (*Error) SetMessage ¶

func (o *Error) SetMessage(v string)

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

func (Error) ToMap ¶

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

func (*Error) UnmarshalJSON ¶

func (o *Error) UnmarshalJSON(data []byte) (err error)

type FinancialViability ¶

type FinancialViability string

FinancialViability Financial risk to the service provider, based on Dun & Bradstreet's Dynamic Risk Score.

const (
	FINANCIALVIABILITY_LOW       FinancialViability = "low"
	FINANCIALVIABILITY_MEDIUM    FinancialViability = "medium"
	FINANCIALVIABILITY_HIGH      FinancialViability = "high"
	FINANCIALVIABILITY_VERY_HIGH FinancialViability = "veryHigh"
	FINANCIALVIABILITY_NA        FinancialViability = "na"
)

List of FinancialViability

func NewFinancialViabilityFromValue ¶

func NewFinancialViabilityFromValue(v string) (*FinancialViability, error)

NewFinancialViabilityFromValue returns a pointer to a valid FinancialViability for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FinancialViability) IsValid ¶

func (v FinancialViability) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (FinancialViability) Ptr ¶

Ptr returns reference to FinancialViability value

func (*FinancialViability) UnmarshalJSON ¶

func (v *FinancialViability) UnmarshalJSON(src []byte) error

type FirewallApplication ¶

type FirewallApplication struct {
	// The ID of the application or protocol.
	Id *int64 `json:"id,omitempty"`
	// The descriptive label for the application or protocol.
	Label *string `json:"label,omitempty"`
	// The information about the app type.
	App                  *string `json:"app,omitempty"`
	AdditionalProperties map[string]interface{}
}

FirewallApplication The information about the applications managed by the firewall.

func NewFirewallApplication ¶

func NewFirewallApplication() *FirewallApplication

NewFirewallApplication instantiates a new FirewallApplication 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 NewFirewallApplicationWithDefaults ¶

func NewFirewallApplicationWithDefaults() *FirewallApplication

NewFirewallApplicationWithDefaults instantiates a new FirewallApplication 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 (*FirewallApplication) GetApp ¶

func (o *FirewallApplication) GetApp() string

GetApp returns the App field value if set, zero value otherwise.

func (*FirewallApplication) GetAppOk ¶

func (o *FirewallApplication) GetAppOk() (*string, bool)

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

func (*FirewallApplication) GetId ¶

func (o *FirewallApplication) GetId() int64

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

func (*FirewallApplication) GetIdOk ¶

func (o *FirewallApplication) GetIdOk() (*int64, 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 (*FirewallApplication) GetLabel ¶

func (o *FirewallApplication) GetLabel() string

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

func (*FirewallApplication) GetLabelOk ¶

func (o *FirewallApplication) 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 (*FirewallApplication) HasApp ¶

func (o *FirewallApplication) HasApp() bool

HasApp returns a boolean if a field has been set.

func (*FirewallApplication) HasId ¶

func (o *FirewallApplication) HasId() bool

HasId returns a boolean if a field has been set.

func (*FirewallApplication) HasLabel ¶

func (o *FirewallApplication) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (FirewallApplication) MarshalJSON ¶

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

func (*FirewallApplication) SetApp ¶

func (o *FirewallApplication) SetApp(v string)

SetApp gets a reference to the given string and assigns it to the App field.

func (*FirewallApplication) SetId ¶

func (o *FirewallApplication) SetId(v int64)

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

func (*FirewallApplication) SetLabel ¶

func (o *FirewallApplication) SetLabel(v string)

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

func (FirewallApplication) ToMap ¶

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

func (*FirewallApplication) UnmarshalJSON ¶

func (o *FirewallApplication) UnmarshalJSON(data []byte) (err error)

type FirewallRuleHitcountSummary ¶

type FirewallRuleHitcountSummary struct {
	// The policy rule ID.
	Ruleid *int64 `json:"ruleid,omitempty"`
	// The total number of times that the policy activated the rule ID.
	Hitcount *int64 `json:"hitcount,omitempty"`
	// The last event time in milliseconds since the Unix Epoch where the policy activated the rule ID.
	Lasteventat          *int64 `json:"lasteventat,omitempty"`
	AdditionalProperties map[string]interface{}
}

FirewallRuleHitcountSummary The properties of the rule hit count summary for the firewall.

func NewFirewallRuleHitcountSummary ¶

func NewFirewallRuleHitcountSummary() *FirewallRuleHitcountSummary

NewFirewallRuleHitcountSummary instantiates a new FirewallRuleHitcountSummary 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 NewFirewallRuleHitcountSummaryWithDefaults ¶

func NewFirewallRuleHitcountSummaryWithDefaults() *FirewallRuleHitcountSummary

NewFirewallRuleHitcountSummaryWithDefaults instantiates a new FirewallRuleHitcountSummary 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 (*FirewallRuleHitcountSummary) GetHitcount ¶

func (o *FirewallRuleHitcountSummary) GetHitcount() int64

GetHitcount returns the Hitcount field value if set, zero value otherwise.

func (*FirewallRuleHitcountSummary) GetHitcountOk ¶

func (o *FirewallRuleHitcountSummary) GetHitcountOk() (*int64, bool)

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

func (*FirewallRuleHitcountSummary) GetLasteventat ¶

func (o *FirewallRuleHitcountSummary) GetLasteventat() int64

GetLasteventat returns the Lasteventat field value if set, zero value otherwise.

func (*FirewallRuleHitcountSummary) GetLasteventatOk ¶

func (o *FirewallRuleHitcountSummary) GetLasteventatOk() (*int64, bool)

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

func (*FirewallRuleHitcountSummary) GetRuleid ¶

func (o *FirewallRuleHitcountSummary) GetRuleid() int64

GetRuleid returns the Ruleid field value if set, zero value otherwise.

func (*FirewallRuleHitcountSummary) GetRuleidOk ¶

func (o *FirewallRuleHitcountSummary) GetRuleidOk() (*int64, 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 (*FirewallRuleHitcountSummary) HasHitcount ¶

func (o *FirewallRuleHitcountSummary) HasHitcount() bool

HasHitcount returns a boolean if a field has been set.

func (*FirewallRuleHitcountSummary) HasLasteventat ¶

func (o *FirewallRuleHitcountSummary) HasLasteventat() bool

HasLasteventat returns a boolean if a field has been set.

func (*FirewallRuleHitcountSummary) HasRuleid ¶

func (o *FirewallRuleHitcountSummary) HasRuleid() bool

HasRuleid returns a boolean if a field has been set.

func (FirewallRuleHitcountSummary) MarshalJSON ¶

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

func (*FirewallRuleHitcountSummary) SetHitcount ¶

func (o *FirewallRuleHitcountSummary) SetHitcount(v int64)

SetHitcount gets a reference to the given int64 and assigns it to the Hitcount field.

func (*FirewallRuleHitcountSummary) SetLasteventat ¶

func (o *FirewallRuleHitcountSummary) SetLasteventat(v int64)

SetLasteventat gets a reference to the given int64 and assigns it to the Lasteventat field.

func (*FirewallRuleHitcountSummary) SetRuleid ¶

func (o *FirewallRuleHitcountSummary) SetRuleid(v int64)

SetRuleid gets a reference to the given int64 and assigns it to the Ruleid field.

func (FirewallRuleHitcountSummary) ToMap ¶

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

func (*FirewallRuleHitcountSummary) UnmarshalJSON ¶

func (o *FirewallRuleHitcountSummary) UnmarshalJSON(data []byte) (err error)

type GenericOpenAPIError ¶

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

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

func (GenericOpenAPIError) Body ¶

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error ¶

func (e GenericOpenAPIError) Error() string

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

func (GenericOpenAPIError) Model ¶

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type GetActivities200Response ¶

type GetActivities200Response struct {
	Data []GetActivities200ResponseDataInner `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetActivities200Response struct for GetActivities200Response

func NewGetActivities200Response ¶

func NewGetActivities200Response(data []GetActivities200ResponseDataInner, meta map[string]interface{}) *GetActivities200Response

NewGetActivities200Response instantiates a new GetActivities200Response 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 NewGetActivities200ResponseWithDefaults ¶

func NewGetActivities200ResponseWithDefaults() *GetActivities200Response

NewGetActivities200ResponseWithDefaults instantiates a new GetActivities200Response 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 (*GetActivities200Response) GetData ¶

GetData returns the Data field value

func (*GetActivities200Response) GetDataOk ¶

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

func (*GetActivities200Response) GetMeta ¶

func (o *GetActivities200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetActivities200Response) GetMetaOk ¶

func (o *GetActivities200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetActivities200Response) MarshalJSON ¶

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

func (*GetActivities200Response) SetData ¶

SetData sets field value

func (*GetActivities200Response) SetMeta ¶

func (o *GetActivities200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetActivities200Response) ToMap ¶

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

func (*GetActivities200Response) UnmarshalJSON ¶

func (o *GetActivities200Response) UnmarshalJSON(data []byte) (err error)

type GetActivities200ResponseDataInner ¶

type GetActivities200ResponseDataInner struct {
	ActivityDecryption *ActivityDecryption
	ActivityDns        *ActivityDns
	ActivityFirewall   *ActivityFirewall
	ActivityIntrusion  *ActivityIntrusion
	ActivityProxy      *ActivityProxy
	ActivityZTNA       *ActivityZTNA
}

GetActivities200ResponseDataInner struct for GetActivities200ResponseDataInner

func (GetActivities200ResponseDataInner) MarshalJSON ¶

func (src GetActivities200ResponseDataInner) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*GetActivities200ResponseDataInner) UnmarshalJSON ¶

func (dst *GetActivities200ResponseDataInner) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type GetActivities400Response ¶

type GetActivities400Response struct {
	// The description of the error.
	Message *string `json:"message,omitempty"`
	// The status code of the error.
	Code                 *int64 `json:"code,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetActivities400Response struct for GetActivities400Response

func NewGetActivities400Response ¶

func NewGetActivities400Response() *GetActivities400Response

NewGetActivities400Response instantiates a new GetActivities400Response 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 NewGetActivities400ResponseWithDefaults ¶

func NewGetActivities400ResponseWithDefaults() *GetActivities400Response

NewGetActivities400ResponseWithDefaults instantiates a new GetActivities400Response 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 (*GetActivities400Response) GetCode ¶

func (o *GetActivities400Response) GetCode() int64

GetCode returns the Code field value if set, zero value otherwise.

func (*GetActivities400Response) GetCodeOk ¶

func (o *GetActivities400Response) GetCodeOk() (*int64, bool)

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

func (*GetActivities400Response) GetMessage ¶

func (o *GetActivities400Response) GetMessage() string

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

func (*GetActivities400Response) GetMessageOk ¶

func (o *GetActivities400Response) 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 (*GetActivities400Response) HasCode ¶

func (o *GetActivities400Response) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*GetActivities400Response) HasMessage ¶

func (o *GetActivities400Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (GetActivities400Response) MarshalJSON ¶

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

func (*GetActivities400Response) SetCode ¶

func (o *GetActivities400Response) SetCode(v int64)

SetCode gets a reference to the given int64 and assigns it to the Code field.

func (*GetActivities400Response) SetMessage ¶

func (o *GetActivities400Response) SetMessage(v string)

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

func (GetActivities400Response) ToMap ¶

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

func (*GetActivities400Response) UnmarshalJSON ¶

func (o *GetActivities400Response) UnmarshalJSON(data []byte) (err error)

type GetActivities401Response ¶

type GetActivities401Response struct {
	// The description of the error.
	Message *string `json:"message,omitempty"`
	// The status code of the error.
	Code                 *int64 `json:"code,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetActivities401Response struct for GetActivities401Response

func NewGetActivities401Response ¶

func NewGetActivities401Response() *GetActivities401Response

NewGetActivities401Response instantiates a new GetActivities401Response 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 NewGetActivities401ResponseWithDefaults ¶

func NewGetActivities401ResponseWithDefaults() *GetActivities401Response

NewGetActivities401ResponseWithDefaults instantiates a new GetActivities401Response 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 (*GetActivities401Response) GetCode ¶

func (o *GetActivities401Response) GetCode() int64

GetCode returns the Code field value if set, zero value otherwise.

func (*GetActivities401Response) GetCodeOk ¶

func (o *GetActivities401Response) GetCodeOk() (*int64, bool)

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

func (*GetActivities401Response) GetMessage ¶

func (o *GetActivities401Response) GetMessage() string

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

func (*GetActivities401Response) GetMessageOk ¶

func (o *GetActivities401Response) 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 (*GetActivities401Response) HasCode ¶

func (o *GetActivities401Response) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*GetActivities401Response) HasMessage ¶

func (o *GetActivities401Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (GetActivities401Response) MarshalJSON ¶

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

func (*GetActivities401Response) SetCode ¶

func (o *GetActivities401Response) SetCode(v int64)

SetCode gets a reference to the given int64 and assigns it to the Code field.

func (*GetActivities401Response) SetMessage ¶

func (o *GetActivities401Response) SetMessage(v string)

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

func (GetActivities401Response) ToMap ¶

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

func (*GetActivities401Response) UnmarshalJSON ¶

func (o *GetActivities401Response) UnmarshalJSON(data []byte) (err error)

type GetActivities403Response ¶

type GetActivities403Response struct {
	// The description of the error.
	Message *string `json:"message,omitempty"`
	// The status code of the error.
	Code                 *int64 `json:"code,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetActivities403Response struct for GetActivities403Response

func NewGetActivities403Response ¶

func NewGetActivities403Response() *GetActivities403Response

NewGetActivities403Response instantiates a new GetActivities403Response 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 NewGetActivities403ResponseWithDefaults ¶

func NewGetActivities403ResponseWithDefaults() *GetActivities403Response

NewGetActivities403ResponseWithDefaults instantiates a new GetActivities403Response 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 (*GetActivities403Response) GetCode ¶

func (o *GetActivities403Response) GetCode() int64

GetCode returns the Code field value if set, zero value otherwise.

func (*GetActivities403Response) GetCodeOk ¶

func (o *GetActivities403Response) GetCodeOk() (*int64, bool)

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

func (*GetActivities403Response) GetMessage ¶

func (o *GetActivities403Response) GetMessage() string

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

func (*GetActivities403Response) GetMessageOk ¶

func (o *GetActivities403Response) 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 (*GetActivities403Response) HasCode ¶

func (o *GetActivities403Response) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*GetActivities403Response) HasMessage ¶

func (o *GetActivities403Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (GetActivities403Response) MarshalJSON ¶

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

func (*GetActivities403Response) SetCode ¶

func (o *GetActivities403Response) SetCode(v int64)

SetCode gets a reference to the given int64 and assigns it to the Code field.

func (*GetActivities403Response) SetMessage ¶

func (o *GetActivities403Response) SetMessage(v string)

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

func (GetActivities403Response) ToMap ¶

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

func (*GetActivities403Response) UnmarshalJSON ¶

func (o *GetActivities403Response) UnmarshalJSON(data []byte) (err error)

type GetActivities404Response ¶

type GetActivities404Response struct {
	// The description of the error.
	Message *string `json:"message,omitempty"`
	// The status code of the error.
	Code                 *int64 `json:"code,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetActivities404Response struct for GetActivities404Response

func NewGetActivities404Response ¶

func NewGetActivities404Response() *GetActivities404Response

NewGetActivities404Response instantiates a new GetActivities404Response 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 NewGetActivities404ResponseWithDefaults ¶

func NewGetActivities404ResponseWithDefaults() *GetActivities404Response

NewGetActivities404ResponseWithDefaults instantiates a new GetActivities404Response 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 (*GetActivities404Response) GetCode ¶

func (o *GetActivities404Response) GetCode() int64

GetCode returns the Code field value if set, zero value otherwise.

func (*GetActivities404Response) GetCodeOk ¶

func (o *GetActivities404Response) GetCodeOk() (*int64, bool)

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

func (*GetActivities404Response) GetMessage ¶

func (o *GetActivities404Response) GetMessage() string

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

func (*GetActivities404Response) GetMessageOk ¶

func (o *GetActivities404Response) 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 (*GetActivities404Response) HasCode ¶

func (o *GetActivities404Response) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*GetActivities404Response) HasMessage ¶

func (o *GetActivities404Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (GetActivities404Response) MarshalJSON ¶

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

func (*GetActivities404Response) SetCode ¶

func (o *GetActivities404Response) SetCode(v int64)

SetCode gets a reference to the given int64 and assigns it to the Code field.

func (*GetActivities404Response) SetMessage ¶

func (o *GetActivities404Response) SetMessage(v string)

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

func (GetActivities404Response) ToMap ¶

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

func (*GetActivities404Response) UnmarshalJSON ¶

func (o *GetActivities404Response) UnmarshalJSON(data []byte) (err error)

type GetActivities500Response ¶

type GetActivities500Response struct {
	// The description of the error.
	Message *string `json:"message,omitempty"`
	// The status code of the error.
	Code                 *int64 `json:"code,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetActivities500Response struct for GetActivities500Response

func NewGetActivities500Response ¶

func NewGetActivities500Response() *GetActivities500Response

NewGetActivities500Response instantiates a new GetActivities500Response 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 NewGetActivities500ResponseWithDefaults ¶

func NewGetActivities500ResponseWithDefaults() *GetActivities500Response

NewGetActivities500ResponseWithDefaults instantiates a new GetActivities500Response 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 (*GetActivities500Response) GetCode ¶

func (o *GetActivities500Response) GetCode() int64

GetCode returns the Code field value if set, zero value otherwise.

func (*GetActivities500Response) GetCodeOk ¶

func (o *GetActivities500Response) GetCodeOk() (*int64, bool)

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

func (*GetActivities500Response) GetMessage ¶

func (o *GetActivities500Response) GetMessage() string

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

func (*GetActivities500Response) GetMessageOk ¶

func (o *GetActivities500Response) 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 (*GetActivities500Response) HasCode ¶

func (o *GetActivities500Response) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*GetActivities500Response) HasMessage ¶

func (o *GetActivities500Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (GetActivities500Response) MarshalJSON ¶

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

func (*GetActivities500Response) SetCode ¶

func (o *GetActivities500Response) SetCode(v int64)

SetCode gets a reference to the given int64 and assigns it to the Code field.

func (*GetActivities500Response) SetMessage ¶

func (o *GetActivities500Response) SetMessage(v string)

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

func (GetActivities500Response) ToMap ¶

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

func (*GetActivities500Response) UnmarshalJSON ¶

func (o *GetActivities500Response) UnmarshalJSON(data []byte) (err error)

type GetActivityAmpRetrospective200Response ¶

type GetActivityAmpRetrospective200Response struct {
	Data []ActivityAMPRetro `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetActivityAmpRetrospective200Response struct for GetActivityAmpRetrospective200Response

func NewGetActivityAmpRetrospective200Response ¶

func NewGetActivityAmpRetrospective200Response(data []ActivityAMPRetro, meta map[string]interface{}) *GetActivityAmpRetrospective200Response

NewGetActivityAmpRetrospective200Response instantiates a new GetActivityAmpRetrospective200Response 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 NewGetActivityAmpRetrospective200ResponseWithDefaults ¶

func NewGetActivityAmpRetrospective200ResponseWithDefaults() *GetActivityAmpRetrospective200Response

NewGetActivityAmpRetrospective200ResponseWithDefaults instantiates a new GetActivityAmpRetrospective200Response 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 (*GetActivityAmpRetrospective200Response) GetData ¶

GetData returns the Data field value

func (*GetActivityAmpRetrospective200Response) GetDataOk ¶

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

func (*GetActivityAmpRetrospective200Response) GetMeta ¶

func (o *GetActivityAmpRetrospective200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetActivityAmpRetrospective200Response) GetMetaOk ¶

func (o *GetActivityAmpRetrospective200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetActivityAmpRetrospective200Response) MarshalJSON ¶

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

func (*GetActivityAmpRetrospective200Response) SetData ¶

SetData sets field value

func (*GetActivityAmpRetrospective200Response) SetMeta ¶

func (o *GetActivityAmpRetrospective200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetActivityAmpRetrospective200Response) ToMap ¶

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

func (*GetActivityAmpRetrospective200Response) UnmarshalJSON ¶

func (o *GetActivityAmpRetrospective200Response) UnmarshalJSON(data []byte) (err error)

type GetActivityDecryption200Response ¶

type GetActivityDecryption200Response struct {
	Data []ActivityDecryption `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetActivityDecryption200Response struct for GetActivityDecryption200Response

func NewGetActivityDecryption200Response ¶

func NewGetActivityDecryption200Response(data []ActivityDecryption, meta map[string]interface{}) *GetActivityDecryption200Response

NewGetActivityDecryption200Response instantiates a new GetActivityDecryption200Response 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 NewGetActivityDecryption200ResponseWithDefaults ¶

func NewGetActivityDecryption200ResponseWithDefaults() *GetActivityDecryption200Response

NewGetActivityDecryption200ResponseWithDefaults instantiates a new GetActivityDecryption200Response 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 (*GetActivityDecryption200Response) GetData ¶

GetData returns the Data field value

func (*GetActivityDecryption200Response) GetDataOk ¶

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

func (*GetActivityDecryption200Response) GetMeta ¶

func (o *GetActivityDecryption200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetActivityDecryption200Response) GetMetaOk ¶

func (o *GetActivityDecryption200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetActivityDecryption200Response) MarshalJSON ¶

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

func (*GetActivityDecryption200Response) SetData ¶

SetData sets field value

func (*GetActivityDecryption200Response) SetMeta ¶

func (o *GetActivityDecryption200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetActivityDecryption200Response) ToMap ¶

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

func (*GetActivityDecryption200Response) UnmarshalJSON ¶

func (o *GetActivityDecryption200Response) UnmarshalJSON(data []byte) (err error)

type GetActivityDns200Response ¶

type GetActivityDns200Response struct {
	Data []ActivityDns `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetActivityDns200Response struct for GetActivityDns200Response

func NewGetActivityDns200Response ¶

func NewGetActivityDns200Response(data []ActivityDns, meta map[string]interface{}) *GetActivityDns200Response

NewGetActivityDns200Response instantiates a new GetActivityDns200Response 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 NewGetActivityDns200ResponseWithDefaults ¶

func NewGetActivityDns200ResponseWithDefaults() *GetActivityDns200Response

NewGetActivityDns200ResponseWithDefaults instantiates a new GetActivityDns200Response 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 (*GetActivityDns200Response) GetData ¶

func (o *GetActivityDns200Response) GetData() []ActivityDns

GetData returns the Data field value

func (*GetActivityDns200Response) GetDataOk ¶

func (o *GetActivityDns200Response) GetDataOk() ([]ActivityDns, bool)

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

func (*GetActivityDns200Response) GetMeta ¶

func (o *GetActivityDns200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetActivityDns200Response) GetMetaOk ¶

func (o *GetActivityDns200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetActivityDns200Response) MarshalJSON ¶

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

func (*GetActivityDns200Response) SetData ¶

func (o *GetActivityDns200Response) SetData(v []ActivityDns)

SetData sets field value

func (*GetActivityDns200Response) SetMeta ¶

func (o *GetActivityDns200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetActivityDns200Response) ToMap ¶

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

func (*GetActivityDns200Response) UnmarshalJSON ¶

func (o *GetActivityDns200Response) UnmarshalJSON(data []byte) (err error)

type GetActivityFirewall200Response ¶

type GetActivityFirewall200Response struct {
	Data []ActivityFirewall `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetActivityFirewall200Response struct for GetActivityFirewall200Response

func NewGetActivityFirewall200Response ¶

func NewGetActivityFirewall200Response(data []ActivityFirewall, meta map[string]interface{}) *GetActivityFirewall200Response

NewGetActivityFirewall200Response instantiates a new GetActivityFirewall200Response 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 NewGetActivityFirewall200ResponseWithDefaults ¶

func NewGetActivityFirewall200ResponseWithDefaults() *GetActivityFirewall200Response

NewGetActivityFirewall200ResponseWithDefaults instantiates a new GetActivityFirewall200Response 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 (*GetActivityFirewall200Response) GetData ¶

GetData returns the Data field value

func (*GetActivityFirewall200Response) GetDataOk ¶

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

func (*GetActivityFirewall200Response) GetMeta ¶

func (o *GetActivityFirewall200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetActivityFirewall200Response) GetMetaOk ¶

func (o *GetActivityFirewall200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetActivityFirewall200Response) MarshalJSON ¶

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

func (*GetActivityFirewall200Response) SetData ¶

SetData sets field value

func (*GetActivityFirewall200Response) SetMeta ¶

func (o *GetActivityFirewall200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetActivityFirewall200Response) ToMap ¶

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

func (*GetActivityFirewall200Response) UnmarshalJSON ¶

func (o *GetActivityFirewall200Response) UnmarshalJSON(data []byte) (err error)

type GetActivityIP200Response ¶

type GetActivityIP200Response struct {
	Data []interface{} `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetActivityIP200Response struct for GetActivityIP200Response

func NewGetActivityIP200Response ¶

func NewGetActivityIP200Response(data []interface{}, meta map[string]interface{}) *GetActivityIP200Response

NewGetActivityIP200Response instantiates a new GetActivityIP200Response 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 NewGetActivityIP200ResponseWithDefaults ¶

func NewGetActivityIP200ResponseWithDefaults() *GetActivityIP200Response

NewGetActivityIP200ResponseWithDefaults instantiates a new GetActivityIP200Response 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 (*GetActivityIP200Response) GetData ¶

func (o *GetActivityIP200Response) GetData() []interface{}

GetData returns the Data field value

func (*GetActivityIP200Response) GetDataOk ¶

func (o *GetActivityIP200Response) GetDataOk() ([]interface{}, bool)

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

func (*GetActivityIP200Response) GetMeta ¶

func (o *GetActivityIP200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetActivityIP200Response) GetMetaOk ¶

func (o *GetActivityIP200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetActivityIP200Response) MarshalJSON ¶

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

func (*GetActivityIP200Response) SetData ¶

func (o *GetActivityIP200Response) SetData(v []interface{})

SetData sets field value

func (*GetActivityIP200Response) SetMeta ¶

func (o *GetActivityIP200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetActivityIP200Response) ToMap ¶

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

func (*GetActivityIP200Response) UnmarshalJSON ¶

func (o *GetActivityIP200Response) UnmarshalJSON(data []byte) (err error)

type GetActivityIntrusion200Response ¶

type GetActivityIntrusion200Response struct {
	Data []ActivityIntrusion `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetActivityIntrusion200Response struct for GetActivityIntrusion200Response

func NewGetActivityIntrusion200Response ¶

func NewGetActivityIntrusion200Response(data []ActivityIntrusion, meta map[string]interface{}) *GetActivityIntrusion200Response

NewGetActivityIntrusion200Response instantiates a new GetActivityIntrusion200Response 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 NewGetActivityIntrusion200ResponseWithDefaults ¶

func NewGetActivityIntrusion200ResponseWithDefaults() *GetActivityIntrusion200Response

NewGetActivityIntrusion200ResponseWithDefaults instantiates a new GetActivityIntrusion200Response 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 (*GetActivityIntrusion200Response) GetData ¶

GetData returns the Data field value

func (*GetActivityIntrusion200Response) GetDataOk ¶

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

func (*GetActivityIntrusion200Response) GetMeta ¶

func (o *GetActivityIntrusion200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetActivityIntrusion200Response) GetMetaOk ¶

func (o *GetActivityIntrusion200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetActivityIntrusion200Response) MarshalJSON ¶

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

func (*GetActivityIntrusion200Response) SetData ¶

SetData sets field value

func (*GetActivityIntrusion200Response) SetMeta ¶

func (o *GetActivityIntrusion200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetActivityIntrusion200Response) ToMap ¶

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

func (*GetActivityIntrusion200Response) UnmarshalJSON ¶

func (o *GetActivityIntrusion200Response) UnmarshalJSON(data []byte) (err error)

type GetActivityProxy200Response ¶

type GetActivityProxy200Response struct {
	Data []ActivityProxy `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetActivityProxy200Response struct for GetActivityProxy200Response

func NewGetActivityProxy200Response ¶

func NewGetActivityProxy200Response(data []ActivityProxy, meta map[string]interface{}) *GetActivityProxy200Response

NewGetActivityProxy200Response instantiates a new GetActivityProxy200Response 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 NewGetActivityProxy200ResponseWithDefaults ¶

func NewGetActivityProxy200ResponseWithDefaults() *GetActivityProxy200Response

NewGetActivityProxy200ResponseWithDefaults instantiates a new GetActivityProxy200Response 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 (*GetActivityProxy200Response) GetData ¶

GetData returns the Data field value

func (*GetActivityProxy200Response) GetDataOk ¶

func (o *GetActivityProxy200Response) GetDataOk() ([]ActivityProxy, bool)

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

func (*GetActivityProxy200Response) GetMeta ¶

func (o *GetActivityProxy200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetActivityProxy200Response) GetMetaOk ¶

func (o *GetActivityProxy200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetActivityProxy200Response) MarshalJSON ¶

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

func (*GetActivityProxy200Response) SetData ¶

SetData sets field value

func (*GetActivityProxy200Response) SetMeta ¶

func (o *GetActivityProxy200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetActivityProxy200Response) ToMap ¶

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

func (*GetActivityProxy200Response) UnmarshalJSON ¶

func (o *GetActivityProxy200Response) UnmarshalJSON(data []byte) (err error)

type GetActivityZTNA200Response ¶

type GetActivityZTNA200Response struct {
	Data []ActivityZTNA `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetActivityZTNA200Response struct for GetActivityZTNA200Response

func NewGetActivityZTNA200Response ¶

func NewGetActivityZTNA200Response(data []ActivityZTNA, meta map[string]interface{}) *GetActivityZTNA200Response

NewGetActivityZTNA200Response instantiates a new GetActivityZTNA200Response 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 NewGetActivityZTNA200ResponseWithDefaults ¶

func NewGetActivityZTNA200ResponseWithDefaults() *GetActivityZTNA200Response

NewGetActivityZTNA200ResponseWithDefaults instantiates a new GetActivityZTNA200Response 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 (*GetActivityZTNA200Response) GetData ¶

GetData returns the Data field value

func (*GetActivityZTNA200Response) GetDataOk ¶

func (o *GetActivityZTNA200Response) GetDataOk() ([]ActivityZTNA, bool)

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

func (*GetActivityZTNA200Response) GetMeta ¶

func (o *GetActivityZTNA200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetActivityZTNA200Response) GetMetaOk ¶

func (o *GetActivityZTNA200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetActivityZTNA200Response) MarshalJSON ¶

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

func (*GetActivityZTNA200Response) SetData ¶

func (o *GetActivityZTNA200Response) SetData(v []ActivityZTNA)

SetData sets field value

func (*GetActivityZTNA200Response) SetMeta ¶

func (o *GetActivityZTNA200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetActivityZTNA200Response) ToMap ¶

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

func (*GetActivityZTNA200Response) UnmarshalJSON ¶

func (o *GetActivityZTNA200Response) UnmarshalJSON(data []byte) (err error)

type GetApplications200Response ¶

type GetApplications200Response struct {
	Data ApplicationsWithCategories `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetApplications200Response struct for GetApplications200Response

func NewGetApplications200Response ¶

func NewGetApplications200Response(data ApplicationsWithCategories, meta map[string]interface{}) *GetApplications200Response

NewGetApplications200Response instantiates a new GetApplications200Response 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 NewGetApplications200ResponseWithDefaults ¶

func NewGetApplications200ResponseWithDefaults() *GetApplications200Response

NewGetApplications200ResponseWithDefaults instantiates a new GetApplications200Response 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 (*GetApplications200Response) GetData ¶

GetData returns the Data field value

func (*GetApplications200Response) GetDataOk ¶

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

func (*GetApplications200Response) GetMeta ¶

func (o *GetApplications200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetApplications200Response) GetMetaOk ¶

func (o *GetApplications200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetApplications200Response) MarshalJSON ¶

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

func (*GetApplications200Response) SetData ¶

SetData sets field value

func (*GetApplications200Response) SetMeta ¶

func (o *GetApplications200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetApplications200Response) ToMap ¶

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

func (*GetApplications200Response) UnmarshalJSON ¶

func (o *GetApplications200Response) UnmarshalJSON(data []byte) (err error)

type GetBandwidthByHour200Response ¶

type GetBandwidthByHour200Response struct {
	Data []BandwidthbyHour `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetBandwidthByHour200Response struct for GetBandwidthByHour200Response

func NewGetBandwidthByHour200Response ¶

func NewGetBandwidthByHour200Response(data []BandwidthbyHour, meta map[string]interface{}) *GetBandwidthByHour200Response

NewGetBandwidthByHour200Response instantiates a new GetBandwidthByHour200Response 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 NewGetBandwidthByHour200ResponseWithDefaults ¶

func NewGetBandwidthByHour200ResponseWithDefaults() *GetBandwidthByHour200Response

NewGetBandwidthByHour200ResponseWithDefaults instantiates a new GetBandwidthByHour200Response 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 (*GetBandwidthByHour200Response) GetData ¶

GetData returns the Data field value

func (*GetBandwidthByHour200Response) GetDataOk ¶

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

func (*GetBandwidthByHour200Response) GetMeta ¶

func (o *GetBandwidthByHour200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetBandwidthByHour200Response) GetMetaOk ¶

func (o *GetBandwidthByHour200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetBandwidthByHour200Response) MarshalJSON ¶

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

func (*GetBandwidthByHour200Response) SetData ¶

SetData sets field value

func (*GetBandwidthByHour200Response) SetMeta ¶

func (o *GetBandwidthByHour200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetBandwidthByHour200Response) ToMap ¶

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

func (*GetBandwidthByHour200Response) UnmarshalJSON ¶

func (o *GetBandwidthByHour200Response) UnmarshalJSON(data []byte) (err error)

type GetCategories200Response ¶

type GetCategories200Response struct {
	Data []CategoryWithLegacyId `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetCategories200Response struct for GetCategories200Response

func NewGetCategories200Response ¶

func NewGetCategories200Response(data []CategoryWithLegacyId, meta map[string]interface{}) *GetCategories200Response

NewGetCategories200Response instantiates a new GetCategories200Response 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 NewGetCategories200ResponseWithDefaults ¶

func NewGetCategories200ResponseWithDefaults() *GetCategories200Response

NewGetCategories200ResponseWithDefaults instantiates a new GetCategories200Response 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 (*GetCategories200Response) GetData ¶

GetData returns the Data field value

func (*GetCategories200Response) GetDataOk ¶

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

func (*GetCategories200Response) GetMeta ¶

func (o *GetCategories200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetCategories200Response) GetMetaOk ¶

func (o *GetCategories200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetCategories200Response) MarshalJSON ¶

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

func (*GetCategories200Response) SetData ¶

SetData sets field value

func (*GetCategories200Response) SetMeta ¶

func (o *GetCategories200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetCategories200Response) ToMap ¶

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

func (*GetCategories200Response) UnmarshalJSON ¶

func (o *GetCategories200Response) UnmarshalJSON(data []byte) (err error)

type GetDeploymentStatus200Response ¶

type GetDeploymentStatus200Response struct {
	Data []DeploymentStatus `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetDeploymentStatus200Response struct for GetDeploymentStatus200Response

func NewGetDeploymentStatus200Response ¶

func NewGetDeploymentStatus200Response(data []DeploymentStatus, meta map[string]interface{}) *GetDeploymentStatus200Response

NewGetDeploymentStatus200Response instantiates a new GetDeploymentStatus200Response 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 NewGetDeploymentStatus200ResponseWithDefaults ¶

func NewGetDeploymentStatus200ResponseWithDefaults() *GetDeploymentStatus200Response

NewGetDeploymentStatus200ResponseWithDefaults instantiates a new GetDeploymentStatus200Response 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 (*GetDeploymentStatus200Response) GetData ¶

GetData returns the Data field value

func (*GetDeploymentStatus200Response) GetDataOk ¶

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

func (*GetDeploymentStatus200Response) GetMeta ¶

func (o *GetDeploymentStatus200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetDeploymentStatus200Response) GetMetaOk ¶

func (o *GetDeploymentStatus200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetDeploymentStatus200Response) MarshalJSON ¶

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

func (*GetDeploymentStatus200Response) SetData ¶

SetData sets field value

func (*GetDeploymentStatus200Response) SetMeta ¶

func (o *GetDeploymentStatus200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetDeploymentStatus200Response) ToMap ¶

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

func (*GetDeploymentStatus200Response) UnmarshalJSON ¶

func (o *GetDeploymentStatus200Response) UnmarshalJSON(data []byte) (err error)

type GetDetailedStatsForAppConnector200Response ¶

type GetDetailedStatsForAppConnector200Response struct {
	Data []AppConnectorAgentDetailedStatsTimerange `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetDetailedStatsForAppConnector200Response struct for GetDetailedStatsForAppConnector200Response

func NewGetDetailedStatsForAppConnector200Response ¶

func NewGetDetailedStatsForAppConnector200Response(data []AppConnectorAgentDetailedStatsTimerange, meta map[string]interface{}) *GetDetailedStatsForAppConnector200Response

NewGetDetailedStatsForAppConnector200Response instantiates a new GetDetailedStatsForAppConnector200Response 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 NewGetDetailedStatsForAppConnector200ResponseWithDefaults ¶

func NewGetDetailedStatsForAppConnector200ResponseWithDefaults() *GetDetailedStatsForAppConnector200Response

NewGetDetailedStatsForAppConnector200ResponseWithDefaults instantiates a new GetDetailedStatsForAppConnector200Response 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 (*GetDetailedStatsForAppConnector200Response) GetData ¶

GetData returns the Data field value

func (*GetDetailedStatsForAppConnector200Response) GetDataOk ¶

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

func (*GetDetailedStatsForAppConnector200Response) GetMeta ¶

func (o *GetDetailedStatsForAppConnector200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetDetailedStatsForAppConnector200Response) GetMetaOk ¶

func (o *GetDetailedStatsForAppConnector200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetDetailedStatsForAppConnector200Response) MarshalJSON ¶

func (*GetDetailedStatsForAppConnector200Response) SetData ¶

SetData sets field value

func (*GetDetailedStatsForAppConnector200Response) SetMeta ¶

func (o *GetDetailedStatsForAppConnector200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetDetailedStatsForAppConnector200Response) ToMap ¶

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

func (*GetDetailedStatsForAppConnector200Response) UnmarshalJSON ¶

func (o *GetDetailedStatsForAppConnector200Response) UnmarshalJSON(data []byte) (err error)

type GetDetailedStatsForAppConnectorGroups200Response ¶

type GetDetailedStatsForAppConnectorGroups200Response struct {
	Data []AppConnectorGroupDetailedStatsTimerange `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetDetailedStatsForAppConnectorGroups200Response struct for GetDetailedStatsForAppConnectorGroups200Response

func NewGetDetailedStatsForAppConnectorGroups200Response ¶

func NewGetDetailedStatsForAppConnectorGroups200Response(data []AppConnectorGroupDetailedStatsTimerange, meta map[string]interface{}) *GetDetailedStatsForAppConnectorGroups200Response

NewGetDetailedStatsForAppConnectorGroups200Response instantiates a new GetDetailedStatsForAppConnectorGroups200Response 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 NewGetDetailedStatsForAppConnectorGroups200ResponseWithDefaults ¶

func NewGetDetailedStatsForAppConnectorGroups200ResponseWithDefaults() *GetDetailedStatsForAppConnectorGroups200Response

NewGetDetailedStatsForAppConnectorGroups200ResponseWithDefaults instantiates a new GetDetailedStatsForAppConnectorGroups200Response 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 (*GetDetailedStatsForAppConnectorGroups200Response) GetData ¶

GetData returns the Data field value

func (*GetDetailedStatsForAppConnectorGroups200Response) GetDataOk ¶

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

func (*GetDetailedStatsForAppConnectorGroups200Response) GetMeta ¶

func (o *GetDetailedStatsForAppConnectorGroups200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetDetailedStatsForAppConnectorGroups200Response) GetMetaOk ¶

func (o *GetDetailedStatsForAppConnectorGroups200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetDetailedStatsForAppConnectorGroups200Response) MarshalJSON ¶

func (*GetDetailedStatsForAppConnectorGroups200Response) SetData ¶

SetData sets field value

func (*GetDetailedStatsForAppConnectorGroups200Response) SetMeta ¶

func (o *GetDetailedStatsForAppConnectorGroups200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetDetailedStatsForAppConnectorGroups200Response) ToMap ¶

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

func (*GetDetailedStatsForAppConnectorGroups200Response) UnmarshalJSON ¶

func (o *GetDetailedStatsForAppConnectorGroups200Response) UnmarshalJSON(data []byte) (err error)

type GetIdentities200Response ¶

type GetIdentities200Response struct {
	Data []Identity `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetIdentities200Response struct for GetIdentities200Response

func NewGetIdentities200Response ¶

func NewGetIdentities200Response(data []Identity, meta map[string]interface{}) *GetIdentities200Response

NewGetIdentities200Response instantiates a new GetIdentities200Response 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 NewGetIdentities200ResponseWithDefaults ¶

func NewGetIdentities200ResponseWithDefaults() *GetIdentities200Response

NewGetIdentities200ResponseWithDefaults instantiates a new GetIdentities200Response 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 (*GetIdentities200Response) GetData ¶

func (o *GetIdentities200Response) GetData() []Identity

GetData returns the Data field value

func (*GetIdentities200Response) GetDataOk ¶

func (o *GetIdentities200Response) GetDataOk() ([]Identity, bool)

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

func (*GetIdentities200Response) GetMeta ¶

func (o *GetIdentities200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetIdentities200Response) GetMetaOk ¶

func (o *GetIdentities200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetIdentities200Response) MarshalJSON ¶

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

func (*GetIdentities200Response) SetData ¶

func (o *GetIdentities200Response) SetData(v []Identity)

SetData sets field value

func (*GetIdentities200Response) SetMeta ¶

func (o *GetIdentities200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetIdentities200Response) ToMap ¶

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

func (*GetIdentities200Response) UnmarshalJSON ¶

func (o *GetIdentities200Response) UnmarshalJSON(data []byte) (err error)

type GetIdentity200Response ¶

type GetIdentity200Response struct {
	Data Identity `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetIdentity200Response struct for GetIdentity200Response

func NewGetIdentity200Response ¶

func NewGetIdentity200Response(data Identity, meta map[string]interface{}) *GetIdentity200Response

NewGetIdentity200Response instantiates a new GetIdentity200Response 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 NewGetIdentity200ResponseWithDefaults ¶

func NewGetIdentity200ResponseWithDefaults() *GetIdentity200Response

NewGetIdentity200ResponseWithDefaults instantiates a new GetIdentity200Response 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 (*GetIdentity200Response) GetData ¶

func (o *GetIdentity200Response) GetData() Identity

GetData returns the Data field value

func (*GetIdentity200Response) GetDataOk ¶

func (o *GetIdentity200Response) GetDataOk() (*Identity, bool)

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

func (*GetIdentity200Response) GetMeta ¶

func (o *GetIdentity200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetIdentity200Response) GetMetaOk ¶

func (o *GetIdentity200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetIdentity200Response) MarshalJSON ¶

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

func (*GetIdentity200Response) SetData ¶

func (o *GetIdentity200Response) SetData(v Identity)

SetData sets field value

func (*GetIdentity200Response) SetMeta ¶

func (o *GetIdentity200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetIdentity200Response) ToMap ¶

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

func (*GetIdentity200Response) UnmarshalJSON ¶

func (o *GetIdentity200Response) UnmarshalJSON(data []byte) (err error)

type GetIdentityDistribution200Response ¶

type GetIdentityDistribution200Response struct {
	Data []IdentityDistribution `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetIdentityDistribution200Response struct for GetIdentityDistribution200Response

func NewGetIdentityDistribution200Response ¶

func NewGetIdentityDistribution200Response(data []IdentityDistribution, meta map[string]interface{}) *GetIdentityDistribution200Response

NewGetIdentityDistribution200Response instantiates a new GetIdentityDistribution200Response 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 NewGetIdentityDistribution200ResponseWithDefaults ¶

func NewGetIdentityDistribution200ResponseWithDefaults() *GetIdentityDistribution200Response

NewGetIdentityDistribution200ResponseWithDefaults instantiates a new GetIdentityDistribution200Response 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 (*GetIdentityDistribution200Response) GetData ¶

GetData returns the Data field value

func (*GetIdentityDistribution200Response) GetDataOk ¶

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

func (*GetIdentityDistribution200Response) GetMeta ¶

func (o *GetIdentityDistribution200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetIdentityDistribution200Response) GetMetaOk ¶

func (o *GetIdentityDistribution200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetIdentityDistribution200Response) MarshalJSON ¶

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

func (*GetIdentityDistribution200Response) SetData ¶

SetData sets field value

func (*GetIdentityDistribution200Response) SetMeta ¶

func (o *GetIdentityDistribution200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetIdentityDistribution200Response) ToMap ¶

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

func (*GetIdentityDistribution200Response) UnmarshalJSON ¶

func (o *GetIdentityDistribution200Response) UnmarshalJSON(data []byte) (err error)

type GetIdentityDistributionType200Response ¶

type GetIdentityDistributionType200Response struct {
	// The list of identity distributions.
	Data []IdentityDistribution `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetIdentityDistributionType200Response struct for GetIdentityDistributionType200Response

func NewGetIdentityDistributionType200Response ¶

func NewGetIdentityDistributionType200Response(data []IdentityDistribution, meta map[string]interface{}) *GetIdentityDistributionType200Response

NewGetIdentityDistributionType200Response instantiates a new GetIdentityDistributionType200Response 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 NewGetIdentityDistributionType200ResponseWithDefaults ¶

func NewGetIdentityDistributionType200ResponseWithDefaults() *GetIdentityDistributionType200Response

NewGetIdentityDistributionType200ResponseWithDefaults instantiates a new GetIdentityDistributionType200Response 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 (*GetIdentityDistributionType200Response) GetData ¶

GetData returns the Data field value

func (*GetIdentityDistributionType200Response) GetDataOk ¶

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

func (*GetIdentityDistributionType200Response) GetMeta ¶

func (o *GetIdentityDistributionType200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetIdentityDistributionType200Response) GetMetaOk ¶

func (o *GetIdentityDistributionType200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetIdentityDistributionType200Response) MarshalJSON ¶

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

func (*GetIdentityDistributionType200Response) SetData ¶

SetData sets field value

func (*GetIdentityDistributionType200Response) SetMeta ¶

func (o *GetIdentityDistributionType200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetIdentityDistributionType200Response) ToMap ¶

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

func (*GetIdentityDistributionType200Response) UnmarshalJSON ¶

func (o *GetIdentityDistributionType200Response) UnmarshalJSON(data []byte) (err error)

type GetPrivateResourceDetailedStatsIdentities200Response ¶

type GetPrivateResourceDetailedStatsIdentities200Response struct {
	Data PrivateResourceDetailedStatsIdentities `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetPrivateResourceDetailedStatsIdentities200Response struct for GetPrivateResourceDetailedStatsIdentities200Response

func NewGetPrivateResourceDetailedStatsIdentities200Response ¶

func NewGetPrivateResourceDetailedStatsIdentities200Response(data PrivateResourceDetailedStatsIdentities, meta map[string]interface{}) *GetPrivateResourceDetailedStatsIdentities200Response

NewGetPrivateResourceDetailedStatsIdentities200Response instantiates a new GetPrivateResourceDetailedStatsIdentities200Response 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 NewGetPrivateResourceDetailedStatsIdentities200ResponseWithDefaults ¶

func NewGetPrivateResourceDetailedStatsIdentities200ResponseWithDefaults() *GetPrivateResourceDetailedStatsIdentities200Response

NewGetPrivateResourceDetailedStatsIdentities200ResponseWithDefaults instantiates a new GetPrivateResourceDetailedStatsIdentities200Response 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 (*GetPrivateResourceDetailedStatsIdentities200Response) GetData ¶

GetData returns the Data field value

func (*GetPrivateResourceDetailedStatsIdentities200Response) GetDataOk ¶

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

func (*GetPrivateResourceDetailedStatsIdentities200Response) GetMeta ¶

func (o *GetPrivateResourceDetailedStatsIdentities200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetPrivateResourceDetailedStatsIdentities200Response) GetMetaOk ¶

func (o *GetPrivateResourceDetailedStatsIdentities200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetPrivateResourceDetailedStatsIdentities200Response) MarshalJSON ¶

func (*GetPrivateResourceDetailedStatsIdentities200Response) SetData ¶

SetData sets field value

func (*GetPrivateResourceDetailedStatsIdentities200Response) SetMeta ¶

func (o *GetPrivateResourceDetailedStatsIdentities200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetPrivateResourceDetailedStatsIdentities200Response) ToMap ¶

func (*GetPrivateResourceDetailedStatsIdentities200Response) UnmarshalJSON ¶

func (o *GetPrivateResourceDetailedStatsIdentities200Response) UnmarshalJSON(data []byte) (err error)

type GetPrivateResourceDetailedStatsTimerange200Response ¶

type GetPrivateResourceDetailedStatsTimerange200Response struct {
	Data PrivateResourceDetailedStatsTimerange `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetPrivateResourceDetailedStatsTimerange200Response struct for GetPrivateResourceDetailedStatsTimerange200Response

func NewGetPrivateResourceDetailedStatsTimerange200Response ¶

func NewGetPrivateResourceDetailedStatsTimerange200Response(data PrivateResourceDetailedStatsTimerange, meta map[string]interface{}) *GetPrivateResourceDetailedStatsTimerange200Response

NewGetPrivateResourceDetailedStatsTimerange200Response instantiates a new GetPrivateResourceDetailedStatsTimerange200Response 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 NewGetPrivateResourceDetailedStatsTimerange200ResponseWithDefaults ¶

func NewGetPrivateResourceDetailedStatsTimerange200ResponseWithDefaults() *GetPrivateResourceDetailedStatsTimerange200Response

NewGetPrivateResourceDetailedStatsTimerange200ResponseWithDefaults instantiates a new GetPrivateResourceDetailedStatsTimerange200Response 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 (*GetPrivateResourceDetailedStatsTimerange200Response) GetData ¶

GetData returns the Data field value

func (*GetPrivateResourceDetailedStatsTimerange200Response) GetDataOk ¶

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

func (*GetPrivateResourceDetailedStatsTimerange200Response) GetMeta ¶

func (o *GetPrivateResourceDetailedStatsTimerange200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetPrivateResourceDetailedStatsTimerange200Response) GetMetaOk ¶

func (o *GetPrivateResourceDetailedStatsTimerange200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetPrivateResourceDetailedStatsTimerange200Response) MarshalJSON ¶

func (*GetPrivateResourceDetailedStatsTimerange200Response) SetData ¶

SetData sets field value

func (*GetPrivateResourceDetailedStatsTimerange200Response) SetMeta ¶

func (o *GetPrivateResourceDetailedStatsTimerange200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetPrivateResourceDetailedStatsTimerange200Response) ToMap ¶

func (*GetPrivateResourceDetailedStatsTimerange200Response) UnmarshalJSON ¶

func (o *GetPrivateResourceDetailedStatsTimerange200Response) UnmarshalJSON(data []byte) (err error)

type GetPrivateResourceStats200Response ¶

type GetPrivateResourceStats200Response struct {
	Data []PrivateResourceStats `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetPrivateResourceStats200Response struct for GetPrivateResourceStats200Response

func NewGetPrivateResourceStats200Response ¶

func NewGetPrivateResourceStats200Response(data []PrivateResourceStats, meta map[string]interface{}) *GetPrivateResourceStats200Response

NewGetPrivateResourceStats200Response instantiates a new GetPrivateResourceStats200Response 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 NewGetPrivateResourceStats200ResponseWithDefaults ¶

func NewGetPrivateResourceStats200ResponseWithDefaults() *GetPrivateResourceStats200Response

NewGetPrivateResourceStats200ResponseWithDefaults instantiates a new GetPrivateResourceStats200Response 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 (*GetPrivateResourceStats200Response) GetData ¶

GetData returns the Data field value

func (*GetPrivateResourceStats200Response) GetDataOk ¶

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

func (*GetPrivateResourceStats200Response) GetMeta ¶

func (o *GetPrivateResourceStats200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetPrivateResourceStats200Response) GetMetaOk ¶

func (o *GetPrivateResourceStats200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetPrivateResourceStats200Response) MarshalJSON ¶

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

func (*GetPrivateResourceStats200Response) SetData ¶

SetData sets field value

func (*GetPrivateResourceStats200Response) SetMeta ¶

func (o *GetPrivateResourceStats200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetPrivateResourceStats200Response) ToMap ¶

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

func (*GetPrivateResourceStats200Response) UnmarshalJSON ¶

func (o *GetPrivateResourceStats200Response) UnmarshalJSON(data []byte) (err error)

type GetRemoteAccessEvents200Response ¶

type GetRemoteAccessEvents200Response struct {
	// The list of remote access events.
	Data []RemoteAccess `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetRemoteAccessEvents200Response The properties of the remote access events.

func NewGetRemoteAccessEvents200Response ¶

func NewGetRemoteAccessEvents200Response(data []RemoteAccess, meta map[string]interface{}) *GetRemoteAccessEvents200Response

NewGetRemoteAccessEvents200Response instantiates a new GetRemoteAccessEvents200Response 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 NewGetRemoteAccessEvents200ResponseWithDefaults ¶

func NewGetRemoteAccessEvents200ResponseWithDefaults() *GetRemoteAccessEvents200Response

NewGetRemoteAccessEvents200ResponseWithDefaults instantiates a new GetRemoteAccessEvents200Response 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 (*GetRemoteAccessEvents200Response) GetData ¶

GetData returns the Data field value

func (*GetRemoteAccessEvents200Response) GetDataOk ¶

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

func (*GetRemoteAccessEvents200Response) GetMeta ¶

func (o *GetRemoteAccessEvents200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetRemoteAccessEvents200Response) GetMetaOk ¶

func (o *GetRemoteAccessEvents200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetRemoteAccessEvents200Response) MarshalJSON ¶

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

func (*GetRemoteAccessEvents200Response) SetData ¶

SetData sets field value

func (*GetRemoteAccessEvents200Response) SetMeta ¶

func (o *GetRemoteAccessEvents200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetRemoteAccessEvents200Response) ToMap ¶

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

func (*GetRemoteAccessEvents200Response) UnmarshalJSON ¶

func (o *GetRemoteAccessEvents200Response) UnmarshalJSON(data []byte) (err error)

type GetRequestsByHour200Response ¶

type GetRequestsByHour200Response struct {
	Data []RequestsbyHour `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetRequestsByHour200Response struct for GetRequestsByHour200Response

func NewGetRequestsByHour200Response ¶

func NewGetRequestsByHour200Response(data []RequestsbyHour, meta map[string]interface{}) *GetRequestsByHour200Response

NewGetRequestsByHour200Response instantiates a new GetRequestsByHour200Response 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 NewGetRequestsByHour200ResponseWithDefaults ¶

func NewGetRequestsByHour200ResponseWithDefaults() *GetRequestsByHour200Response

NewGetRequestsByHour200ResponseWithDefaults instantiates a new GetRequestsByHour200Response 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 (*GetRequestsByHour200Response) GetData ¶

GetData returns the Data field value

func (*GetRequestsByHour200Response) GetDataOk ¶

func (o *GetRequestsByHour200Response) GetDataOk() ([]RequestsbyHour, bool)

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

func (*GetRequestsByHour200Response) GetMeta ¶

func (o *GetRequestsByHour200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetRequestsByHour200Response) GetMetaOk ¶

func (o *GetRequestsByHour200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetRequestsByHour200Response) MarshalJSON ¶

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

func (*GetRequestsByHour200Response) SetData ¶

SetData sets field value

func (*GetRequestsByHour200Response) SetMeta ¶

func (o *GetRequestsByHour200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetRequestsByHour200Response) ToMap ¶

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

func (*GetRequestsByHour200Response) UnmarshalJSON ¶

func (o *GetRequestsByHour200Response) UnmarshalJSON(data []byte) (err error)

type GetRequestsByHourAndCategory200Response ¶

type GetRequestsByHourAndCategory200Response struct {
	Data []CategoryByHour `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetRequestsByHourAndCategory200Response struct for GetRequestsByHourAndCategory200Response

func NewGetRequestsByHourAndCategory200Response ¶

func NewGetRequestsByHourAndCategory200Response(data []CategoryByHour, meta map[string]interface{}) *GetRequestsByHourAndCategory200Response

NewGetRequestsByHourAndCategory200Response instantiates a new GetRequestsByHourAndCategory200Response 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 NewGetRequestsByHourAndCategory200ResponseWithDefaults ¶

func NewGetRequestsByHourAndCategory200ResponseWithDefaults() *GetRequestsByHourAndCategory200Response

NewGetRequestsByHourAndCategory200ResponseWithDefaults instantiates a new GetRequestsByHourAndCategory200Response 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 (*GetRequestsByHourAndCategory200Response) GetData ¶

GetData returns the Data field value

func (*GetRequestsByHourAndCategory200Response) GetDataOk ¶

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

func (*GetRequestsByHourAndCategory200Response) GetMeta ¶

func (o *GetRequestsByHourAndCategory200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetRequestsByHourAndCategory200Response) GetMetaOk ¶

func (o *GetRequestsByHourAndCategory200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetRequestsByHourAndCategory200Response) MarshalJSON ¶

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

func (*GetRequestsByHourAndCategory200Response) SetData ¶

SetData sets field value

func (*GetRequestsByHourAndCategory200Response) SetMeta ¶

func (o *GetRequestsByHourAndCategory200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetRequestsByHourAndCategory200Response) ToMap ¶

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

func (*GetRequestsByHourAndCategory200Response) UnmarshalJSON ¶

func (o *GetRequestsByHourAndCategory200Response) UnmarshalJSON(data []byte) (err error)

type GetRequestsByTimerange200Response ¶

type GetRequestsByTimerange200Response struct {
	// The information about the provider's requests within the timerange.
	Data []RequestsbyHour `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetRequestsByTimerange200Response struct for GetRequestsByTimerange200Response

func NewGetRequestsByTimerange200Response ¶

func NewGetRequestsByTimerange200Response(data []RequestsbyHour, meta map[string]interface{}) *GetRequestsByTimerange200Response

NewGetRequestsByTimerange200Response instantiates a new GetRequestsByTimerange200Response 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 NewGetRequestsByTimerange200ResponseWithDefaults ¶

func NewGetRequestsByTimerange200ResponseWithDefaults() *GetRequestsByTimerange200Response

NewGetRequestsByTimerange200ResponseWithDefaults instantiates a new GetRequestsByTimerange200Response 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 (*GetRequestsByTimerange200Response) GetData ¶

GetData returns the Data field value

func (*GetRequestsByTimerange200Response) GetDataOk ¶

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

func (*GetRequestsByTimerange200Response) GetMeta ¶

func (o *GetRequestsByTimerange200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetRequestsByTimerange200Response) GetMetaOk ¶

func (o *GetRequestsByTimerange200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetRequestsByTimerange200Response) MarshalJSON ¶

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

func (*GetRequestsByTimerange200Response) SetData ¶

SetData sets field value

func (*GetRequestsByTimerange200Response) SetMeta ¶

func (o *GetRequestsByTimerange200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetRequestsByTimerange200Response) ToMap ¶

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

func (*GetRequestsByTimerange200Response) UnmarshalJSON ¶

func (o *GetRequestsByTimerange200Response) UnmarshalJSON(data []byte) (err error)

type GetRequestsSummaryForAppConnectorGroups200Response ¶

type GetRequestsSummaryForAppConnectorGroups200Response struct {
	Data RequestSummaryAppConnectorGroup `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetRequestsSummaryForAppConnectorGroups200Response struct for GetRequestsSummaryForAppConnectorGroups200Response

func NewGetRequestsSummaryForAppConnectorGroups200Response ¶

func NewGetRequestsSummaryForAppConnectorGroups200Response(data RequestSummaryAppConnectorGroup, meta map[string]interface{}) *GetRequestsSummaryForAppConnectorGroups200Response

NewGetRequestsSummaryForAppConnectorGroups200Response instantiates a new GetRequestsSummaryForAppConnectorGroups200Response 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 NewGetRequestsSummaryForAppConnectorGroups200ResponseWithDefaults ¶

func NewGetRequestsSummaryForAppConnectorGroups200ResponseWithDefaults() *GetRequestsSummaryForAppConnectorGroups200Response

NewGetRequestsSummaryForAppConnectorGroups200ResponseWithDefaults instantiates a new GetRequestsSummaryForAppConnectorGroups200Response 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 (*GetRequestsSummaryForAppConnectorGroups200Response) GetData ¶

GetData returns the Data field value

func (*GetRequestsSummaryForAppConnectorGroups200Response) GetDataOk ¶

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

func (*GetRequestsSummaryForAppConnectorGroups200Response) GetMeta ¶

func (o *GetRequestsSummaryForAppConnectorGroups200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetRequestsSummaryForAppConnectorGroups200Response) GetMetaOk ¶

func (o *GetRequestsSummaryForAppConnectorGroups200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetRequestsSummaryForAppConnectorGroups200Response) MarshalJSON ¶

func (*GetRequestsSummaryForAppConnectorGroups200Response) SetData ¶

SetData sets field value

func (*GetRequestsSummaryForAppConnectorGroups200Response) SetMeta ¶

func (o *GetRequestsSummaryForAppConnectorGroups200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetRequestsSummaryForAppConnectorGroups200Response) ToMap ¶

func (*GetRequestsSummaryForAppConnectorGroups200Response) UnmarshalJSON ¶

func (o *GetRequestsSummaryForAppConnectorGroups200Response) UnmarshalJSON(data []byte) (err error)

type GetSummariesByCategory200Response ¶

type GetSummariesByCategory200Response struct {
	Data []SummaryWithCategory `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetSummariesByCategory200Response struct for GetSummariesByCategory200Response

func NewGetSummariesByCategory200Response ¶

func NewGetSummariesByCategory200Response(data []SummaryWithCategory, meta map[string]interface{}) *GetSummariesByCategory200Response

NewGetSummariesByCategory200Response instantiates a new GetSummariesByCategory200Response 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 NewGetSummariesByCategory200ResponseWithDefaults ¶

func NewGetSummariesByCategory200ResponseWithDefaults() *GetSummariesByCategory200Response

NewGetSummariesByCategory200ResponseWithDefaults instantiates a new GetSummariesByCategory200Response 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 (*GetSummariesByCategory200Response) GetData ¶

GetData returns the Data field value

func (*GetSummariesByCategory200Response) GetDataOk ¶

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

func (*GetSummariesByCategory200Response) GetMeta ¶

func (o *GetSummariesByCategory200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetSummariesByCategory200Response) GetMetaOk ¶

func (o *GetSummariesByCategory200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetSummariesByCategory200Response) MarshalJSON ¶

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

func (*GetSummariesByCategory200Response) SetData ¶

SetData sets field value

func (*GetSummariesByCategory200Response) SetMeta ¶

func (o *GetSummariesByCategory200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetSummariesByCategory200Response) ToMap ¶

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

func (*GetSummariesByCategory200Response) UnmarshalJSON ¶

func (o *GetSummariesByCategory200Response) UnmarshalJSON(data []byte) (err error)

type GetSummariesByDestination200Response ¶

type GetSummariesByDestination200Response struct {
	Data []SummaryWithDestination `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetSummariesByDestination200Response struct for GetSummariesByDestination200Response

func NewGetSummariesByDestination200Response ¶

func NewGetSummariesByDestination200Response(data []SummaryWithDestination, meta map[string]interface{}) *GetSummariesByDestination200Response

NewGetSummariesByDestination200Response instantiates a new GetSummariesByDestination200Response 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 NewGetSummariesByDestination200ResponseWithDefaults ¶

func NewGetSummariesByDestination200ResponseWithDefaults() *GetSummariesByDestination200Response

NewGetSummariesByDestination200ResponseWithDefaults instantiates a new GetSummariesByDestination200Response 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 (*GetSummariesByDestination200Response) GetData ¶

GetData returns the Data field value

func (*GetSummariesByDestination200Response) GetDataOk ¶

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

func (*GetSummariesByDestination200Response) GetMeta ¶

func (o *GetSummariesByDestination200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetSummariesByDestination200Response) GetMetaOk ¶

func (o *GetSummariesByDestination200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetSummariesByDestination200Response) MarshalJSON ¶

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

func (*GetSummariesByDestination200Response) SetData ¶

SetData sets field value

func (*GetSummariesByDestination200Response) SetMeta ¶

func (o *GetSummariesByDestination200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetSummariesByDestination200Response) ToMap ¶

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

func (*GetSummariesByDestination200Response) UnmarshalJSON ¶

func (o *GetSummariesByDestination200Response) UnmarshalJSON(data []byte) (err error)

type GetSummariesByRuleFirewallHitcount200Response ¶

type GetSummariesByRuleFirewallHitcount200Response struct {
	Data []FirewallRuleHitcountSummary `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetSummariesByRuleFirewallHitcount200Response struct for GetSummariesByRuleFirewallHitcount200Response

func NewGetSummariesByRuleFirewallHitcount200Response ¶

func NewGetSummariesByRuleFirewallHitcount200Response(data []FirewallRuleHitcountSummary, meta map[string]interface{}) *GetSummariesByRuleFirewallHitcount200Response

NewGetSummariesByRuleFirewallHitcount200Response instantiates a new GetSummariesByRuleFirewallHitcount200Response 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 NewGetSummariesByRuleFirewallHitcount200ResponseWithDefaults ¶

func NewGetSummariesByRuleFirewallHitcount200ResponseWithDefaults() *GetSummariesByRuleFirewallHitcount200Response

NewGetSummariesByRuleFirewallHitcount200ResponseWithDefaults instantiates a new GetSummariesByRuleFirewallHitcount200Response 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 (*GetSummariesByRuleFirewallHitcount200Response) GetData ¶

GetData returns the Data field value

func (*GetSummariesByRuleFirewallHitcount200Response) GetDataOk ¶

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

func (*GetSummariesByRuleFirewallHitcount200Response) GetMeta ¶

func (o *GetSummariesByRuleFirewallHitcount200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetSummariesByRuleFirewallHitcount200Response) GetMetaOk ¶

func (o *GetSummariesByRuleFirewallHitcount200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetSummariesByRuleFirewallHitcount200Response) MarshalJSON ¶

func (*GetSummariesByRuleFirewallHitcount200Response) SetData ¶

SetData sets field value

func (*GetSummariesByRuleFirewallHitcount200Response) SetMeta ¶

func (o *GetSummariesByRuleFirewallHitcount200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetSummariesByRuleFirewallHitcount200Response) ToMap ¶

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

func (*GetSummariesByRuleFirewallHitcount200Response) UnmarshalJSON ¶

func (o *GetSummariesByRuleFirewallHitcount200Response) UnmarshalJSON(data []byte) (err error)

type GetSummariesByRuleHitcount200Response ¶

type GetSummariesByRuleHitcount200Response struct {
	Data []RuleHitcountSummary `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetSummariesByRuleHitcount200Response struct for GetSummariesByRuleHitcount200Response

func NewGetSummariesByRuleHitcount200Response ¶

func NewGetSummariesByRuleHitcount200Response(data []RuleHitcountSummary, meta map[string]interface{}) *GetSummariesByRuleHitcount200Response

NewGetSummariesByRuleHitcount200Response instantiates a new GetSummariesByRuleHitcount200Response 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 NewGetSummariesByRuleHitcount200ResponseWithDefaults ¶

func NewGetSummariesByRuleHitcount200ResponseWithDefaults() *GetSummariesByRuleHitcount200Response

NewGetSummariesByRuleHitcount200ResponseWithDefaults instantiates a new GetSummariesByRuleHitcount200Response 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 (*GetSummariesByRuleHitcount200Response) GetData ¶

GetData returns the Data field value

func (*GetSummariesByRuleHitcount200Response) GetDataOk ¶

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

func (*GetSummariesByRuleHitcount200Response) GetMeta ¶

func (o *GetSummariesByRuleHitcount200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetSummariesByRuleHitcount200Response) GetMetaOk ¶

func (o *GetSummariesByRuleHitcount200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetSummariesByRuleHitcount200Response) MarshalJSON ¶

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

func (*GetSummariesByRuleHitcount200Response) SetData ¶

SetData sets field value

func (*GetSummariesByRuleHitcount200Response) SetMeta ¶

func (o *GetSummariesByRuleHitcount200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetSummariesByRuleHitcount200Response) ToMap ¶

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

func (*GetSummariesByRuleHitcount200Response) UnmarshalJSON ¶

func (o *GetSummariesByRuleHitcount200Response) UnmarshalJSON(data []byte) (err error)

type GetSummariesByRuleIntrusion200Response ¶

type GetSummariesByRuleIntrusion200Response struct {
	Data []SignatureListSummary `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetSummariesByRuleIntrusion200Response struct for GetSummariesByRuleIntrusion200Response

func NewGetSummariesByRuleIntrusion200Response ¶

func NewGetSummariesByRuleIntrusion200Response(data []SignatureListSummary, meta map[string]interface{}) *GetSummariesByRuleIntrusion200Response

NewGetSummariesByRuleIntrusion200Response instantiates a new GetSummariesByRuleIntrusion200Response 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 NewGetSummariesByRuleIntrusion200ResponseWithDefaults ¶

func NewGetSummariesByRuleIntrusion200ResponseWithDefaults() *GetSummariesByRuleIntrusion200Response

NewGetSummariesByRuleIntrusion200ResponseWithDefaults instantiates a new GetSummariesByRuleIntrusion200Response 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 (*GetSummariesByRuleIntrusion200Response) GetData ¶

GetData returns the Data field value

func (*GetSummariesByRuleIntrusion200Response) GetDataOk ¶

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

func (*GetSummariesByRuleIntrusion200Response) GetMeta ¶

func (o *GetSummariesByRuleIntrusion200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetSummariesByRuleIntrusion200Response) GetMetaOk ¶

func (o *GetSummariesByRuleIntrusion200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetSummariesByRuleIntrusion200Response) MarshalJSON ¶

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

func (*GetSummariesByRuleIntrusion200Response) SetData ¶

SetData sets field value

func (*GetSummariesByRuleIntrusion200Response) SetMeta ¶

func (o *GetSummariesByRuleIntrusion200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetSummariesByRuleIntrusion200Response) ToMap ¶

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

func (*GetSummariesByRuleIntrusion200Response) UnmarshalJSON ¶

func (o *GetSummariesByRuleIntrusion200Response) UnmarshalJSON(data []byte) (err error)

type GetSummary200Response ¶

type GetSummary200Response struct {
	Data Summary `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetSummary200Response struct for GetSummary200Response

func NewGetSummary200Response ¶

func NewGetSummary200Response(data Summary, meta map[string]interface{}) *GetSummary200Response

NewGetSummary200Response instantiates a new GetSummary200Response 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 NewGetSummary200ResponseWithDefaults ¶

func NewGetSummary200ResponseWithDefaults() *GetSummary200Response

NewGetSummary200ResponseWithDefaults instantiates a new GetSummary200Response 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 (*GetSummary200Response) GetData ¶

func (o *GetSummary200Response) GetData() Summary

GetData returns the Data field value

func (*GetSummary200Response) GetDataOk ¶

func (o *GetSummary200Response) GetDataOk() (*Summary, bool)

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

func (*GetSummary200Response) GetMeta ¶

func (o *GetSummary200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetSummary200Response) GetMetaOk ¶

func (o *GetSummary200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetSummary200Response) MarshalJSON ¶

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

func (*GetSummary200Response) SetData ¶

func (o *GetSummary200Response) SetData(v Summary)

SetData sets field value

func (*GetSummary200Response) SetMeta ¶

func (o *GetSummary200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetSummary200Response) ToMap ¶

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

func (*GetSummary200Response) UnmarshalJSON ¶

func (o *GetSummary200Response) UnmarshalJSON(data []byte) (err error)

type GetThreatName200Response ¶

type GetThreatName200Response struct {
	Data ThreatName `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetThreatName200Response struct for GetThreatName200Response

func NewGetThreatName200Response ¶

func NewGetThreatName200Response(data ThreatName, meta map[string]interface{}) *GetThreatName200Response

NewGetThreatName200Response instantiates a new GetThreatName200Response 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 NewGetThreatName200ResponseWithDefaults ¶

func NewGetThreatName200ResponseWithDefaults() *GetThreatName200Response

NewGetThreatName200ResponseWithDefaults instantiates a new GetThreatName200Response 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 (*GetThreatName200Response) GetData ¶

func (o *GetThreatName200Response) GetData() ThreatName

GetData returns the Data field value

func (*GetThreatName200Response) GetDataOk ¶

func (o *GetThreatName200Response) GetDataOk() (*ThreatName, bool)

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

func (*GetThreatName200Response) GetMeta ¶

func (o *GetThreatName200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetThreatName200Response) GetMetaOk ¶

func (o *GetThreatName200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetThreatName200Response) MarshalJSON ¶

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

func (*GetThreatName200Response) SetData ¶

func (o *GetThreatName200Response) SetData(v ThreatName)

SetData sets field value

func (*GetThreatName200Response) SetMeta ¶

func (o *GetThreatName200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetThreatName200Response) ToMap ¶

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

func (*GetThreatName200Response) UnmarshalJSON ¶

func (o *GetThreatName200Response) UnmarshalJSON(data []byte) (err error)

type GetThreatNames200Response ¶

type GetThreatNames200Response struct {
	Data []ThreatName `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetThreatNames200Response struct for GetThreatNames200Response

func NewGetThreatNames200Response ¶

func NewGetThreatNames200Response(data []ThreatName, meta map[string]interface{}) *GetThreatNames200Response

NewGetThreatNames200Response instantiates a new GetThreatNames200Response 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 NewGetThreatNames200ResponseWithDefaults ¶

func NewGetThreatNames200ResponseWithDefaults() *GetThreatNames200Response

NewGetThreatNames200ResponseWithDefaults instantiates a new GetThreatNames200Response 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 (*GetThreatNames200Response) GetData ¶

func (o *GetThreatNames200Response) GetData() []ThreatName

GetData returns the Data field value

func (*GetThreatNames200Response) GetDataOk ¶

func (o *GetThreatNames200Response) GetDataOk() ([]ThreatName, bool)

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

func (*GetThreatNames200Response) GetMeta ¶

func (o *GetThreatNames200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetThreatNames200Response) GetMetaOk ¶

func (o *GetThreatNames200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetThreatNames200Response) MarshalJSON ¶

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

func (*GetThreatNames200Response) SetData ¶

func (o *GetThreatNames200Response) SetData(v []ThreatName)

SetData sets field value

func (*GetThreatNames200Response) SetMeta ¶

func (o *GetThreatNames200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetThreatNames200Response) ToMap ¶

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

func (*GetThreatNames200Response) UnmarshalJSON ¶

func (o *GetThreatNames200Response) UnmarshalJSON(data []byte) (err error)

type GetThreatType200Response ¶

type GetThreatType200Response struct {
	Data ThreatType `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetThreatType200Response struct for GetThreatType200Response

func NewGetThreatType200Response ¶

func NewGetThreatType200Response(data ThreatType, meta map[string]interface{}) *GetThreatType200Response

NewGetThreatType200Response instantiates a new GetThreatType200Response 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 NewGetThreatType200ResponseWithDefaults ¶

func NewGetThreatType200ResponseWithDefaults() *GetThreatType200Response

NewGetThreatType200ResponseWithDefaults instantiates a new GetThreatType200Response 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 (*GetThreatType200Response) GetData ¶

func (o *GetThreatType200Response) GetData() ThreatType

GetData returns the Data field value

func (*GetThreatType200Response) GetDataOk ¶

func (o *GetThreatType200Response) GetDataOk() (*ThreatType, bool)

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

func (*GetThreatType200Response) GetMeta ¶

func (o *GetThreatType200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetThreatType200Response) GetMetaOk ¶

func (o *GetThreatType200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetThreatType200Response) MarshalJSON ¶

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

func (*GetThreatType200Response) SetData ¶

func (o *GetThreatType200Response) SetData(v ThreatType)

SetData sets field value

func (*GetThreatType200Response) SetMeta ¶

func (o *GetThreatType200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetThreatType200Response) ToMap ¶

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

func (*GetThreatType200Response) UnmarshalJSON ¶

func (o *GetThreatType200Response) UnmarshalJSON(data []byte) (err error)

type GetThreatTypes200Response ¶

type GetThreatTypes200Response struct {
	Data []ThreatType `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetThreatTypes200Response struct for GetThreatTypes200Response

func NewGetThreatTypes200Response ¶

func NewGetThreatTypes200Response(data []ThreatType, meta map[string]interface{}) *GetThreatTypes200Response

NewGetThreatTypes200Response instantiates a new GetThreatTypes200Response 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 NewGetThreatTypes200ResponseWithDefaults ¶

func NewGetThreatTypes200ResponseWithDefaults() *GetThreatTypes200Response

NewGetThreatTypes200ResponseWithDefaults instantiates a new GetThreatTypes200Response 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 (*GetThreatTypes200Response) GetData ¶

func (o *GetThreatTypes200Response) GetData() []ThreatType

GetData returns the Data field value

func (*GetThreatTypes200Response) GetDataOk ¶

func (o *GetThreatTypes200Response) GetDataOk() ([]ThreatType, bool)

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

func (*GetThreatTypes200Response) GetMeta ¶

func (o *GetThreatTypes200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetThreatTypes200Response) GetMetaOk ¶

func (o *GetThreatTypes200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetThreatTypes200Response) MarshalJSON ¶

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

func (*GetThreatTypes200Response) SetData ¶

func (o *GetThreatTypes200Response) SetData(v []ThreatType)

SetData sets field value

func (*GetThreatTypes200Response) SetMeta ¶

func (o *GetThreatTypes200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetThreatTypes200Response) ToMap ¶

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

func (*GetThreatTypes200Response) UnmarshalJSON ¶

func (o *GetThreatTypes200Response) UnmarshalJSON(data []byte) (err error)

type GetTopCategories200Response ¶

type GetTopCategories200Response struct {
	Data []TopCategory `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetTopCategories200Response struct for GetTopCategories200Response

func NewGetTopCategories200Response ¶

func NewGetTopCategories200Response(data []TopCategory, meta map[string]interface{}) *GetTopCategories200Response

NewGetTopCategories200Response instantiates a new GetTopCategories200Response 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 NewGetTopCategories200ResponseWithDefaults ¶

func NewGetTopCategories200ResponseWithDefaults() *GetTopCategories200Response

NewGetTopCategories200ResponseWithDefaults instantiates a new GetTopCategories200Response 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 (*GetTopCategories200Response) GetData ¶

GetData returns the Data field value

func (*GetTopCategories200Response) GetDataOk ¶

func (o *GetTopCategories200Response) GetDataOk() ([]TopCategory, bool)

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

func (*GetTopCategories200Response) GetMeta ¶

func (o *GetTopCategories200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetTopCategories200Response) GetMetaOk ¶

func (o *GetTopCategories200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetTopCategories200Response) MarshalJSON ¶

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

func (*GetTopCategories200Response) SetData ¶

func (o *GetTopCategories200Response) SetData(v []TopCategory)

SetData sets field value

func (*GetTopCategories200Response) SetMeta ¶

func (o *GetTopCategories200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetTopCategories200Response) ToMap ¶

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

func (*GetTopCategories200Response) UnmarshalJSON ¶

func (o *GetTopCategories200Response) UnmarshalJSON(data []byte) (err error)

type GetTopDNSQueryTypes200Response ¶

type GetTopDNSQueryTypes200Response struct {
	Data []TopDnsQueryType `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetTopDNSQueryTypes200Response struct for GetTopDNSQueryTypes200Response

func NewGetTopDNSQueryTypes200Response ¶

func NewGetTopDNSQueryTypes200Response(data []TopDnsQueryType, meta map[string]interface{}) *GetTopDNSQueryTypes200Response

NewGetTopDNSQueryTypes200Response instantiates a new GetTopDNSQueryTypes200Response 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 NewGetTopDNSQueryTypes200ResponseWithDefaults ¶

func NewGetTopDNSQueryTypes200ResponseWithDefaults() *GetTopDNSQueryTypes200Response

NewGetTopDNSQueryTypes200ResponseWithDefaults instantiates a new GetTopDNSQueryTypes200Response 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 (*GetTopDNSQueryTypes200Response) GetData ¶

GetData returns the Data field value

func (*GetTopDNSQueryTypes200Response) GetDataOk ¶

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

func (*GetTopDNSQueryTypes200Response) GetMeta ¶

func (o *GetTopDNSQueryTypes200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetTopDNSQueryTypes200Response) GetMetaOk ¶

func (o *GetTopDNSQueryTypes200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetTopDNSQueryTypes200Response) MarshalJSON ¶

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

func (*GetTopDNSQueryTypes200Response) SetData ¶

SetData sets field value

func (*GetTopDNSQueryTypes200Response) SetMeta ¶

func (o *GetTopDNSQueryTypes200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetTopDNSQueryTypes200Response) ToMap ¶

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

func (*GetTopDNSQueryTypes200Response) UnmarshalJSON ¶

func (o *GetTopDNSQueryTypes200Response) UnmarshalJSON(data []byte) (err error)

type GetTopDestinations200Response ¶

type GetTopDestinations200Response struct {
	Data []TopDestination `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetTopDestinations200Response struct for GetTopDestinations200Response

func NewGetTopDestinations200Response ¶

func NewGetTopDestinations200Response(data []TopDestination, meta map[string]interface{}) *GetTopDestinations200Response

NewGetTopDestinations200Response instantiates a new GetTopDestinations200Response 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 NewGetTopDestinations200ResponseWithDefaults ¶

func NewGetTopDestinations200ResponseWithDefaults() *GetTopDestinations200Response

NewGetTopDestinations200ResponseWithDefaults instantiates a new GetTopDestinations200Response 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 (*GetTopDestinations200Response) GetData ¶

GetData returns the Data field value

func (*GetTopDestinations200Response) GetDataOk ¶

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

func (*GetTopDestinations200Response) GetMeta ¶

func (o *GetTopDestinations200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetTopDestinations200Response) GetMetaOk ¶

func (o *GetTopDestinations200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetTopDestinations200Response) MarshalJSON ¶

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

func (*GetTopDestinations200Response) SetData ¶

SetData sets field value

func (*GetTopDestinations200Response) SetMeta ¶

func (o *GetTopDestinations200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetTopDestinations200Response) ToMap ¶

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

func (*GetTopDestinations200Response) UnmarshalJSON ¶

func (o *GetTopDestinations200Response) UnmarshalJSON(data []byte) (err error)

type GetTopEventTypes200Response ¶

type GetTopEventTypes200Response struct {
	Data []TopEventType `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetTopEventTypes200Response struct for GetTopEventTypes200Response

func NewGetTopEventTypes200Response ¶

func NewGetTopEventTypes200Response(data []TopEventType, meta map[string]interface{}) *GetTopEventTypes200Response

NewGetTopEventTypes200Response instantiates a new GetTopEventTypes200Response 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 NewGetTopEventTypes200ResponseWithDefaults ¶

func NewGetTopEventTypes200ResponseWithDefaults() *GetTopEventTypes200Response

NewGetTopEventTypes200ResponseWithDefaults instantiates a new GetTopEventTypes200Response 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 (*GetTopEventTypes200Response) GetData ¶

GetData returns the Data field value

func (*GetTopEventTypes200Response) GetDataOk ¶

func (o *GetTopEventTypes200Response) GetDataOk() ([]TopEventType, bool)

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

func (*GetTopEventTypes200Response) GetMeta ¶

func (o *GetTopEventTypes200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetTopEventTypes200Response) GetMetaOk ¶

func (o *GetTopEventTypes200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetTopEventTypes200Response) MarshalJSON ¶

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

func (*GetTopEventTypes200Response) SetData ¶

func (o *GetTopEventTypes200Response) SetData(v []TopEventType)

SetData sets field value

func (*GetTopEventTypes200Response) SetMeta ¶

func (o *GetTopEventTypes200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetTopEventTypes200Response) ToMap ¶

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

func (*GetTopEventTypes200Response) UnmarshalJSON ¶

func (o *GetTopEventTypes200Response) UnmarshalJSON(data []byte) (err error)

type GetTopFilesProxy200Response ¶

type GetTopFilesProxy200Response struct {
	Data []TopFile `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetTopFilesProxy200Response struct for GetTopFilesProxy200Response

func NewGetTopFilesProxy200Response ¶

func NewGetTopFilesProxy200Response(data []TopFile, meta map[string]interface{}) *GetTopFilesProxy200Response

NewGetTopFilesProxy200Response instantiates a new GetTopFilesProxy200Response 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 NewGetTopFilesProxy200ResponseWithDefaults ¶

func NewGetTopFilesProxy200ResponseWithDefaults() *GetTopFilesProxy200Response

NewGetTopFilesProxy200ResponseWithDefaults instantiates a new GetTopFilesProxy200Response 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 (*GetTopFilesProxy200Response) GetData ¶

func (o *GetTopFilesProxy200Response) GetData() []TopFile

GetData returns the Data field value

func (*GetTopFilesProxy200Response) GetDataOk ¶

func (o *GetTopFilesProxy200Response) GetDataOk() ([]TopFile, bool)

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

func (*GetTopFilesProxy200Response) GetMeta ¶

func (o *GetTopFilesProxy200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetTopFilesProxy200Response) GetMetaOk ¶

func (o *GetTopFilesProxy200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetTopFilesProxy200Response) MarshalJSON ¶

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

func (*GetTopFilesProxy200Response) SetData ¶

func (o *GetTopFilesProxy200Response) SetData(v []TopFile)

SetData sets field value

func (*GetTopFilesProxy200Response) SetMeta ¶

func (o *GetTopFilesProxy200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetTopFilesProxy200Response) ToMap ¶

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

func (*GetTopFilesProxy200Response) UnmarshalJSON ¶

func (o *GetTopFilesProxy200Response) UnmarshalJSON(data []byte) (err error)

type GetTopIdentities200Response ¶

type GetTopIdentities200Response struct {
	Data []TopIdentity `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetTopIdentities200Response struct for GetTopIdentities200Response

func NewGetTopIdentities200Response ¶

func NewGetTopIdentities200Response(data []TopIdentity, meta map[string]interface{}) *GetTopIdentities200Response

NewGetTopIdentities200Response instantiates a new GetTopIdentities200Response 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 NewGetTopIdentities200ResponseWithDefaults ¶

func NewGetTopIdentities200ResponseWithDefaults() *GetTopIdentities200Response

NewGetTopIdentities200ResponseWithDefaults instantiates a new GetTopIdentities200Response 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 (*GetTopIdentities200Response) GetData ¶

GetData returns the Data field value

func (*GetTopIdentities200Response) GetDataOk ¶

func (o *GetTopIdentities200Response) GetDataOk() ([]TopIdentity, bool)

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

func (*GetTopIdentities200Response) GetMeta ¶

func (o *GetTopIdentities200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetTopIdentities200Response) GetMetaOk ¶

func (o *GetTopIdentities200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetTopIdentities200Response) MarshalJSON ¶

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

func (*GetTopIdentities200Response) SetData ¶

func (o *GetTopIdentities200Response) SetData(v []TopIdentity)

SetData sets field value

func (*GetTopIdentities200Response) SetMeta ¶

func (o *GetTopIdentities200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetTopIdentities200Response) ToMap ¶

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

func (*GetTopIdentities200Response) UnmarshalJSON ¶

func (o *GetTopIdentities200Response) UnmarshalJSON(data []byte) (err error)

type GetTopIps200Response ¶

type GetTopIps200Response struct {
	Data []TopIP `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetTopIps200Response struct for GetTopIps200Response

func NewGetTopIps200Response ¶

func NewGetTopIps200Response(data []TopIP, meta map[string]interface{}) *GetTopIps200Response

NewGetTopIps200Response instantiates a new GetTopIps200Response 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 NewGetTopIps200ResponseWithDefaults ¶

func NewGetTopIps200ResponseWithDefaults() *GetTopIps200Response

NewGetTopIps200ResponseWithDefaults instantiates a new GetTopIps200Response 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 (*GetTopIps200Response) GetData ¶

func (o *GetTopIps200Response) GetData() []TopIP

GetData returns the Data field value

func (*GetTopIps200Response) GetDataOk ¶

func (o *GetTopIps200Response) GetDataOk() ([]TopIP, bool)

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

func (*GetTopIps200Response) GetMeta ¶

func (o *GetTopIps200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetTopIps200Response) GetMetaOk ¶

func (o *GetTopIps200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetTopIps200Response) MarshalJSON ¶

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

func (*GetTopIps200Response) SetData ¶

func (o *GetTopIps200Response) SetData(v []TopIP)

SetData sets field value

func (*GetTopIps200Response) SetMeta ¶

func (o *GetTopIps200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetTopIps200Response) ToMap ¶

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

func (*GetTopIps200Response) UnmarshalJSON ¶

func (o *GetTopIps200Response) UnmarshalJSON(data []byte) (err error)

type GetTopResources200Response ¶

type GetTopResources200Response struct {
	Data []TopResource `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetTopResources200Response struct for GetTopResources200Response

func NewGetTopResources200Response ¶

func NewGetTopResources200Response(data []TopResource, meta map[string]interface{}) *GetTopResources200Response

NewGetTopResources200Response instantiates a new GetTopResources200Response 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 NewGetTopResources200ResponseWithDefaults ¶

func NewGetTopResources200ResponseWithDefaults() *GetTopResources200Response

NewGetTopResources200ResponseWithDefaults instantiates a new GetTopResources200Response 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 (*GetTopResources200Response) GetData ¶

func (o *GetTopResources200Response) GetData() []TopResource

GetData returns the Data field value

func (*GetTopResources200Response) GetDataOk ¶

func (o *GetTopResources200Response) GetDataOk() ([]TopResource, bool)

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

func (*GetTopResources200Response) GetMeta ¶

func (o *GetTopResources200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetTopResources200Response) GetMetaOk ¶

func (o *GetTopResources200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetTopResources200Response) MarshalJSON ¶

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

func (*GetTopResources200Response) SetData ¶

func (o *GetTopResources200Response) SetData(v []TopResource)

SetData sets field value

func (*GetTopResources200Response) SetMeta ¶

func (o *GetTopResources200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetTopResources200Response) ToMap ¶

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

func (*GetTopResources200Response) UnmarshalJSON ¶

func (o *GetTopResources200Response) UnmarshalJSON(data []byte) (err error)

type GetTopThreatTypes200Response ¶

type GetTopThreatTypes200Response struct {
	Data []TopThreatTypes `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetTopThreatTypes200Response struct for GetTopThreatTypes200Response

func NewGetTopThreatTypes200Response ¶

func NewGetTopThreatTypes200Response(data []TopThreatTypes, meta map[string]interface{}) *GetTopThreatTypes200Response

NewGetTopThreatTypes200Response instantiates a new GetTopThreatTypes200Response 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 NewGetTopThreatTypes200ResponseWithDefaults ¶

func NewGetTopThreatTypes200ResponseWithDefaults() *GetTopThreatTypes200Response

NewGetTopThreatTypes200ResponseWithDefaults instantiates a new GetTopThreatTypes200Response 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 (*GetTopThreatTypes200Response) GetData ¶

GetData returns the Data field value

func (*GetTopThreatTypes200Response) GetDataOk ¶

func (o *GetTopThreatTypes200Response) GetDataOk() ([]TopThreatTypes, bool)

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

func (*GetTopThreatTypes200Response) GetMeta ¶

func (o *GetTopThreatTypes200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetTopThreatTypes200Response) GetMetaOk ¶

func (o *GetTopThreatTypes200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetTopThreatTypes200Response) MarshalJSON ¶

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

func (*GetTopThreatTypes200Response) SetData ¶

SetData sets field value

func (*GetTopThreatTypes200Response) SetMeta ¶

func (o *GetTopThreatTypes200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetTopThreatTypes200Response) ToMap ¶

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

func (*GetTopThreatTypes200Response) UnmarshalJSON ¶

func (o *GetTopThreatTypes200Response) UnmarshalJSON(data []byte) (err error)

type GetTopThreats200Response ¶

type GetTopThreats200Response struct {
	Data []TopThreats `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetTopThreats200Response struct for GetTopThreats200Response

func NewGetTopThreats200Response ¶

func NewGetTopThreats200Response(data []TopThreats, meta map[string]interface{}) *GetTopThreats200Response

NewGetTopThreats200Response instantiates a new GetTopThreats200Response 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 NewGetTopThreats200ResponseWithDefaults ¶

func NewGetTopThreats200ResponseWithDefaults() *GetTopThreats200Response

NewGetTopThreats200ResponseWithDefaults instantiates a new GetTopThreats200Response 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 (*GetTopThreats200Response) GetData ¶

func (o *GetTopThreats200Response) GetData() []TopThreats

GetData returns the Data field value

func (*GetTopThreats200Response) GetDataOk ¶

func (o *GetTopThreats200Response) GetDataOk() ([]TopThreats, bool)

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

func (*GetTopThreats200Response) GetMeta ¶

func (o *GetTopThreats200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetTopThreats200Response) GetMetaOk ¶

func (o *GetTopThreats200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetTopThreats200Response) MarshalJSON ¶

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

func (*GetTopThreats200Response) SetData ¶

func (o *GetTopThreats200Response) SetData(v []TopThreats)

SetData sets field value

func (*GetTopThreats200Response) SetMeta ¶

func (o *GetTopThreats200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetTopThreats200Response) ToMap ¶

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

func (*GetTopThreats200Response) UnmarshalJSON ¶

func (o *GetTopThreats200Response) UnmarshalJSON(data []byte) (err error)

type GetTopUrls200Response ¶

type GetTopUrls200Response struct {
	Data []TopURL `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetTopUrls200Response struct for GetTopUrls200Response

func NewGetTopUrls200Response ¶

func NewGetTopUrls200Response(data []TopURL, meta map[string]interface{}) *GetTopUrls200Response

NewGetTopUrls200Response instantiates a new GetTopUrls200Response 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 NewGetTopUrls200ResponseWithDefaults ¶

func NewGetTopUrls200ResponseWithDefaults() *GetTopUrls200Response

NewGetTopUrls200ResponseWithDefaults instantiates a new GetTopUrls200Response 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 (*GetTopUrls200Response) GetData ¶

func (o *GetTopUrls200Response) GetData() []TopURL

GetData returns the Data field value

func (*GetTopUrls200Response) GetDataOk ¶

func (o *GetTopUrls200Response) GetDataOk() ([]TopURL, bool)

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

func (*GetTopUrls200Response) GetMeta ¶

func (o *GetTopUrls200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetTopUrls200Response) GetMetaOk ¶

func (o *GetTopUrls200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetTopUrls200Response) MarshalJSON ¶

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

func (*GetTopUrls200Response) SetData ¶

func (o *GetTopUrls200Response) SetData(v []TopURL)

SetData sets field value

func (*GetTopUrls200Response) SetMeta ¶

func (o *GetTopUrls200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetTopUrls200Response) ToMap ¶

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

func (*GetTopUrls200Response) UnmarshalJSON ¶

func (o *GetTopUrls200Response) UnmarshalJSON(data []byte) (err error)

type GetTotalRequests200Response ¶

type GetTotalRequests200Response struct {
	Data TotalRequest `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetTotalRequests200Response struct for GetTotalRequests200Response

func NewGetTotalRequests200Response ¶

func NewGetTotalRequests200Response(data TotalRequest, meta map[string]interface{}) *GetTotalRequests200Response

NewGetTotalRequests200Response instantiates a new GetTotalRequests200Response 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 NewGetTotalRequests200ResponseWithDefaults ¶

func NewGetTotalRequests200ResponseWithDefaults() *GetTotalRequests200Response

NewGetTotalRequests200ResponseWithDefaults instantiates a new GetTotalRequests200Response 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 (*GetTotalRequests200Response) GetData ¶

GetData returns the Data field value

func (*GetTotalRequests200Response) GetDataOk ¶

func (o *GetTotalRequests200Response) GetDataOk() (*TotalRequest, bool)

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

func (*GetTotalRequests200Response) GetMeta ¶

func (o *GetTotalRequests200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetTotalRequests200Response) GetMetaOk ¶

func (o *GetTotalRequests200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetTotalRequests200Response) MarshalJSON ¶

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

func (*GetTotalRequests200Response) SetData ¶

SetData sets field value

func (*GetTotalRequests200Response) SetMeta ¶

func (o *GetTotalRequests200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetTotalRequests200Response) ToMap ¶

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

func (*GetTotalRequests200Response) UnmarshalJSON ¶

func (o *GetTotalRequests200Response) UnmarshalJSON(data []byte) (err error)

type GetTotalRequestsForAppConnector200Response ¶

type GetTotalRequestsForAppConnector200Response struct {
	Data RequestsByAppConnector `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetTotalRequestsForAppConnector200Response struct for GetTotalRequestsForAppConnector200Response

func NewGetTotalRequestsForAppConnector200Response ¶

func NewGetTotalRequestsForAppConnector200Response(data RequestsByAppConnector, meta map[string]interface{}) *GetTotalRequestsForAppConnector200Response

NewGetTotalRequestsForAppConnector200Response instantiates a new GetTotalRequestsForAppConnector200Response 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 NewGetTotalRequestsForAppConnector200ResponseWithDefaults ¶

func NewGetTotalRequestsForAppConnector200ResponseWithDefaults() *GetTotalRequestsForAppConnector200Response

NewGetTotalRequestsForAppConnector200ResponseWithDefaults instantiates a new GetTotalRequestsForAppConnector200Response 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 (*GetTotalRequestsForAppConnector200Response) GetData ¶

GetData returns the Data field value

func (*GetTotalRequestsForAppConnector200Response) GetDataOk ¶

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

func (*GetTotalRequestsForAppConnector200Response) GetMeta ¶

func (o *GetTotalRequestsForAppConnector200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetTotalRequestsForAppConnector200Response) GetMetaOk ¶

func (o *GetTotalRequestsForAppConnector200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetTotalRequestsForAppConnector200Response) MarshalJSON ¶

func (*GetTotalRequestsForAppConnector200Response) SetData ¶

SetData sets field value

func (*GetTotalRequestsForAppConnector200Response) SetMeta ¶

func (o *GetTotalRequestsForAppConnector200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetTotalRequestsForAppConnector200Response) ToMap ¶

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

func (*GetTotalRequestsForAppConnector200Response) UnmarshalJSON ¶

func (o *GetTotalRequestsForAppConnector200Response) UnmarshalJSON(data []byte) (err error)

type GetTotalRequestsForAppConnectorGroup200Response ¶

type GetTotalRequestsForAppConnectorGroup200Response struct {
	Data RequestsByAppConnectorGroup `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetTotalRequestsForAppConnectorGroup200Response struct for GetTotalRequestsForAppConnectorGroup200Response

func NewGetTotalRequestsForAppConnectorGroup200Response ¶

func NewGetTotalRequestsForAppConnectorGroup200Response(data RequestsByAppConnectorGroup, meta map[string]interface{}) *GetTotalRequestsForAppConnectorGroup200Response

NewGetTotalRequestsForAppConnectorGroup200Response instantiates a new GetTotalRequestsForAppConnectorGroup200Response 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 NewGetTotalRequestsForAppConnectorGroup200ResponseWithDefaults ¶

func NewGetTotalRequestsForAppConnectorGroup200ResponseWithDefaults() *GetTotalRequestsForAppConnectorGroup200Response

NewGetTotalRequestsForAppConnectorGroup200ResponseWithDefaults instantiates a new GetTotalRequestsForAppConnectorGroup200Response 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 (*GetTotalRequestsForAppConnectorGroup200Response) GetData ¶

GetData returns the Data field value

func (*GetTotalRequestsForAppConnectorGroup200Response) GetDataOk ¶

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

func (*GetTotalRequestsForAppConnectorGroup200Response) GetMeta ¶

func (o *GetTotalRequestsForAppConnectorGroup200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetTotalRequestsForAppConnectorGroup200Response) GetMetaOk ¶

func (o *GetTotalRequestsForAppConnectorGroup200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetTotalRequestsForAppConnectorGroup200Response) MarshalJSON ¶

func (*GetTotalRequestsForAppConnectorGroup200Response) SetData ¶

SetData sets field value

func (*GetTotalRequestsForAppConnectorGroup200Response) SetMeta ¶

func (o *GetTotalRequestsForAppConnectorGroup200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetTotalRequestsForAppConnectorGroup200Response) ToMap ¶

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

func (*GetTotalRequestsForAppConnectorGroup200Response) UnmarshalJSON ¶

func (o *GetTotalRequestsForAppConnectorGroup200Response) UnmarshalJSON(data []byte) (err error)

type GetUniqueResources200Response ¶

type GetUniqueResources200Response struct {
	Data UniqueResources `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

GetUniqueResources200Response struct for GetUniqueResources200Response

func NewGetUniqueResources200Response ¶

func NewGetUniqueResources200Response(data UniqueResources, meta map[string]interface{}) *GetUniqueResources200Response

NewGetUniqueResources200Response instantiates a new GetUniqueResources200Response 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 NewGetUniqueResources200ResponseWithDefaults ¶

func NewGetUniqueResources200ResponseWithDefaults() *GetUniqueResources200Response

NewGetUniqueResources200ResponseWithDefaults instantiates a new GetUniqueResources200Response 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 (*GetUniqueResources200Response) GetData ¶

GetData returns the Data field value

func (*GetUniqueResources200Response) GetDataOk ¶

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

func (*GetUniqueResources200Response) GetMeta ¶

func (o *GetUniqueResources200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*GetUniqueResources200Response) GetMetaOk ¶

func (o *GetUniqueResources200Response) GetMetaOk() (map[string]interface{}, bool)

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

func (GetUniqueResources200Response) MarshalJSON ¶

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

func (*GetUniqueResources200Response) SetData ¶

SetData sets field value

func (*GetUniqueResources200Response) SetMeta ¶

func (o *GetUniqueResources200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (GetUniqueResources200Response) ToMap ¶

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

func (*GetUniqueResources200Response) UnmarshalJSON ¶

func (o *GetUniqueResources200Response) UnmarshalJSON(data []byte) (err error)

type GetUsageMetrics200Response ¶

type GetUsageMetrics200Response struct {
	StatusCode int64                          `json:"statusCode"`
	Body       GetUsageMetrics200ResponseBody `json:"body"`
	// The URL of the next set of usage metric records in the collection. \"https://api.sse.cisco.com/reports/v2/usage/metrics?from=2022-07-15T20:00:00.000&to=2022-07-16T21:00:00.000\"
	Next                 *string `json:"next,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetUsageMetrics200Response struct for GetUsageMetrics200Response

func NewGetUsageMetrics200Response ¶

func NewGetUsageMetrics200Response(statusCode int64, body GetUsageMetrics200ResponseBody) *GetUsageMetrics200Response

NewGetUsageMetrics200Response instantiates a new GetUsageMetrics200Response 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 NewGetUsageMetrics200ResponseWithDefaults ¶

func NewGetUsageMetrics200ResponseWithDefaults() *GetUsageMetrics200Response

NewGetUsageMetrics200ResponseWithDefaults instantiates a new GetUsageMetrics200Response 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 (*GetUsageMetrics200Response) GetBody ¶

GetBody returns the Body field value

func (*GetUsageMetrics200Response) GetBodyOk ¶

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

func (*GetUsageMetrics200Response) GetNext ¶

func (o *GetUsageMetrics200Response) GetNext() string

GetNext returns the Next field value if set, zero value otherwise.

func (*GetUsageMetrics200Response) GetNextOk ¶

func (o *GetUsageMetrics200Response) GetNextOk() (*string, bool)

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

func (*GetUsageMetrics200Response) GetStatusCode ¶

func (o *GetUsageMetrics200Response) GetStatusCode() int64

GetStatusCode returns the StatusCode field value

func (*GetUsageMetrics200Response) GetStatusCodeOk ¶

func (o *GetUsageMetrics200Response) GetStatusCodeOk() (*int64, bool)

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

func (*GetUsageMetrics200Response) HasNext ¶

func (o *GetUsageMetrics200Response) HasNext() bool

HasNext returns a boolean if a field has been set.

func (GetUsageMetrics200Response) MarshalJSON ¶

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

func (*GetUsageMetrics200Response) SetBody ¶

SetBody sets field value

func (*GetUsageMetrics200Response) SetNext ¶

func (o *GetUsageMetrics200Response) SetNext(v string)

SetNext gets a reference to the given string and assigns it to the Next field.

func (*GetUsageMetrics200Response) SetStatusCode ¶

func (o *GetUsageMetrics200Response) SetStatusCode(v int64)

SetStatusCode sets field value

func (GetUsageMetrics200Response) ToMap ¶

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

func (*GetUsageMetrics200Response) UnmarshalJSON ¶

func (o *GetUsageMetrics200Response) UnmarshalJSON(data []byte) (err error)

type GetUsageMetrics200ResponseBody ¶

type GetUsageMetrics200ResponseBody struct {
	Usages               []Usage `json:"usages"`
	AdditionalProperties map[string]interface{}
}

GetUsageMetrics200ResponseBody struct for GetUsageMetrics200ResponseBody

func NewGetUsageMetrics200ResponseBody ¶

func NewGetUsageMetrics200ResponseBody(usages []Usage) *GetUsageMetrics200ResponseBody

NewGetUsageMetrics200ResponseBody instantiates a new GetUsageMetrics200ResponseBody 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 NewGetUsageMetrics200ResponseBodyWithDefaults ¶

func NewGetUsageMetrics200ResponseBodyWithDefaults() *GetUsageMetrics200ResponseBody

NewGetUsageMetrics200ResponseBodyWithDefaults instantiates a new GetUsageMetrics200ResponseBody 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 (*GetUsageMetrics200ResponseBody) GetUsages ¶

func (o *GetUsageMetrics200ResponseBody) GetUsages() []Usage

GetUsages returns the Usages field value

func (*GetUsageMetrics200ResponseBody) GetUsagesOk ¶

func (o *GetUsageMetrics200ResponseBody) GetUsagesOk() ([]Usage, bool)

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

func (GetUsageMetrics200ResponseBody) MarshalJSON ¶

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

func (*GetUsageMetrics200ResponseBody) SetUsages ¶

func (o *GetUsageMetrics200ResponseBody) SetUsages(v []Usage)

SetUsages sets field value

func (GetUsageMetrics200ResponseBody) ToMap ¶

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

func (*GetUsageMetrics200ResponseBody) UnmarshalJSON ¶

func (o *GetUsageMetrics200ResponseBody) UnmarshalJSON(data []byte) (err error)

type HttpError ¶

type HttpError struct {
	// The type of the error, either `CertificateError` or `TLSError`.
	Type *string `json:"type,omitempty"`
	// The HTTP error code.
	Code *int64 `json:"code,omitempty"`
	// The name of the error.
	Reason *string `json:"reason,omitempty"`
	// The properties of the additional information for the error.
	Attributes           map[string]interface{} `json:"attributes,omitempty"`
	AdditionalProperties map[string]interface{}
}

HttpError The properties of the HTTP error.

func NewHttpError ¶

func NewHttpError() *HttpError

NewHttpError instantiates a new HttpError 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 NewHttpErrorWithDefaults ¶

func NewHttpErrorWithDefaults() *HttpError

NewHttpErrorWithDefaults instantiates a new HttpError 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 (*HttpError) GetAttributes ¶

func (o *HttpError) GetAttributes() map[string]interface{}

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*HttpError) GetAttributesOk ¶

func (o *HttpError) GetAttributesOk() (map[string]interface{}, bool)

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

func (*HttpError) GetCode ¶

func (o *HttpError) GetCode() int64

GetCode returns the Code field value if set, zero value otherwise.

func (*HttpError) GetCodeOk ¶

func (o *HttpError) GetCodeOk() (*int64, bool)

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

func (*HttpError) GetReason ¶

func (o *HttpError) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise.

func (*HttpError) GetReasonOk ¶

func (o *HttpError) 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 (*HttpError) GetType ¶

func (o *HttpError) GetType() string

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

func (*HttpError) GetTypeOk ¶

func (o *HttpError) 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 (*HttpError) HasAttributes ¶

func (o *HttpError) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*HttpError) HasCode ¶

func (o *HttpError) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*HttpError) HasReason ¶

func (o *HttpError) HasReason() bool

HasReason returns a boolean if a field has been set.

func (*HttpError) HasType ¶

func (o *HttpError) HasType() bool

HasType returns a boolean if a field has been set.

func (HttpError) MarshalJSON ¶

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

func (*HttpError) SetAttributes ¶

func (o *HttpError) SetAttributes(v map[string]interface{})

SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.

func (*HttpError) SetCode ¶

func (o *HttpError) SetCode(v int64)

SetCode gets a reference to the given int64 and assigns it to the Code field.

func (*HttpError) SetReason ¶

func (o *HttpError) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

func (*HttpError) SetType ¶

func (o *HttpError) SetType(v string)

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

func (HttpError) ToMap ¶

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

func (*HttpError) UnmarshalJSON ¶

func (o *HttpError) UnmarshalJSON(data []byte) (err error)

type IdentitiesAPIService ¶

type IdentitiesAPIService service

IdentitiesAPIService IdentitiesAPI service

func (*IdentitiesAPIService) GetProtocolIdentities ¶

func (a *IdentitiesAPIService) GetProtocolIdentities(ctx context.Context, protocolId string) ApiGetProtocolIdentitiesRequest

GetProtocolIdentities List Protocol Identities

List identities for a specific protocol.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param protocolId The ID of the protocol.
@return ApiGetProtocolIdentitiesRequest

func (*IdentitiesAPIService) GetProtocolIdentitiesExecute ¶

Execute executes the request

@return ProtocolIdentityList

type Identity ¶

type Identity struct {
	// The ID of the identity.
	Id int64 `json:"id"`
	// The descriptive label for the identity.
	Label string       `json:"label"`
	Type  IdentityType `json:"type"`
	// Indicates whether the identity was deleted.
	Deleted              bool `json:"deleted"`
	AdditionalProperties map[string]interface{}
}

Identity The information about the identity.

func NewIdentity ¶

func NewIdentity(id int64, label string, type_ IdentityType, deleted bool) *Identity

NewIdentity instantiates a new Identity 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 NewIdentityWithDefaults ¶

func NewIdentityWithDefaults() *Identity

NewIdentityWithDefaults instantiates a new Identity 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 (*Identity) GetDeleted ¶

func (o *Identity) GetDeleted() bool

GetDeleted returns the Deleted field value

func (*Identity) GetDeletedOk ¶

func (o *Identity) GetDeletedOk() (*bool, bool)

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

func (*Identity) GetId ¶

func (o *Identity) GetId() int64

GetId returns the Id field value

func (*Identity) GetIdOk ¶

func (o *Identity) GetIdOk() (*int64, bool)

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

func (*Identity) GetLabel ¶

func (o *Identity) GetLabel() string

GetLabel returns the Label field value

func (*Identity) GetLabelOk ¶

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

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

func (*Identity) GetType ¶

func (o *Identity) GetType() IdentityType

GetType returns the Type field value

func (*Identity) GetTypeOk ¶

func (o *Identity) GetTypeOk() (*IdentityType, bool)

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

func (Identity) MarshalJSON ¶

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

func (*Identity) SetDeleted ¶

func (o *Identity) SetDeleted(v bool)

SetDeleted sets field value

func (*Identity) SetId ¶

func (o *Identity) SetId(v int64)

SetId sets field value

func (*Identity) SetLabel ¶

func (o *Identity) SetLabel(v string)

SetLabel sets field value

func (*Identity) SetType ¶

func (o *Identity) SetType(v IdentityType)

SetType sets field value

func (Identity) ToMap ¶

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

func (*Identity) UnmarshalJSON ¶

func (o *Identity) UnmarshalJSON(data []byte) (err error)

type IdentityDistribution ¶

type IdentityDistribution struct {
	Counts RequestCounts `json:"counts"`
	// The requests made by the identity type.
	Requests int64 `json:"requests"`
	// The number unique identities associated with the identity type.
	UniqueIdentityCount  int64        `json:"unique_identity_count"`
	Identitytype         IdentityType `json:"identitytype"`
	AdditionalProperties map[string]interface{}
}

IdentityDistribution The information about the identity distribution.

func NewIdentityDistribution ¶

func NewIdentityDistribution(counts RequestCounts, requests int64, uniqueIdentityCount int64, identitytype IdentityType) *IdentityDistribution

NewIdentityDistribution instantiates a new IdentityDistribution 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 NewIdentityDistributionWithDefaults ¶

func NewIdentityDistributionWithDefaults() *IdentityDistribution

NewIdentityDistributionWithDefaults instantiates a new IdentityDistribution 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 (*IdentityDistribution) GetCounts ¶

func (o *IdentityDistribution) GetCounts() RequestCounts

GetCounts returns the Counts field value

func (*IdentityDistribution) GetCountsOk ¶

func (o *IdentityDistribution) GetCountsOk() (*RequestCounts, bool)

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

func (*IdentityDistribution) GetIdentitytype ¶

func (o *IdentityDistribution) GetIdentitytype() IdentityType

GetIdentitytype returns the Identitytype field value

func (*IdentityDistribution) GetIdentitytypeOk ¶

func (o *IdentityDistribution) GetIdentitytypeOk() (*IdentityType, bool)

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

func (*IdentityDistribution) GetRequests ¶

func (o *IdentityDistribution) GetRequests() int64

GetRequests returns the Requests field value

func (*IdentityDistribution) GetRequestsOk ¶

func (o *IdentityDistribution) GetRequestsOk() (*int64, bool)

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

func (*IdentityDistribution) GetUniqueIdentityCount ¶

func (o *IdentityDistribution) GetUniqueIdentityCount() int64

GetUniqueIdentityCount returns the UniqueIdentityCount field value

func (*IdentityDistribution) GetUniqueIdentityCountOk ¶

func (o *IdentityDistribution) GetUniqueIdentityCountOk() (*int64, bool)

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

func (IdentityDistribution) MarshalJSON ¶

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

func (*IdentityDistribution) SetCounts ¶

func (o *IdentityDistribution) SetCounts(v RequestCounts)

SetCounts sets field value

func (*IdentityDistribution) SetIdentitytype ¶

func (o *IdentityDistribution) SetIdentitytype(v IdentityType)

SetIdentitytype sets field value

func (*IdentityDistribution) SetRequests ¶

func (o *IdentityDistribution) SetRequests(v int64)

SetRequests sets field value

func (*IdentityDistribution) SetUniqueIdentityCount ¶

func (o *IdentityDistribution) SetUniqueIdentityCount(v int64)

SetUniqueIdentityCount sets field value

func (IdentityDistribution) ToMap ¶

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

func (*IdentityDistribution) UnmarshalJSON ¶

func (o *IdentityDistribution) UnmarshalJSON(data []byte) (err error)

type IdentityDistributionAPIService ¶

type IdentityDistributionAPIService service

IdentityDistributionAPIService IdentityDistributionAPI service

func (*IdentityDistributionAPIService) GetIdentityDistribution ¶

GetIdentityDistribution Get Identity Distribution (All)

List the number of requests by identity types.

**Access Scope:** Reports > Aggregations > Read-Only

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

func (*IdentityDistributionAPIService) GetIdentityDistributionExecute ¶

Execute executes the request

@return GetIdentityDistribution200Response

func (*IdentityDistributionAPIService) GetIdentityDistributionType ¶

GetIdentityDistributionType Get Identity Distribution By Type

List the number of requests by identity for the type of traffic.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param type_ Specify the type of traffic.
@return ApiGetIdentityDistributionTypeRequest

func (*IdentityDistributionAPIService) GetIdentityDistributionTypeExecute ¶

Execute executes the request

@return GetIdentityDistributionType200Response

type IdentityType ¶

type IdentityType struct {
	// The ID of the origin type for the identity.
	Id *int64 `json:"id,omitempty"`
	// The label of the origin type for the identity.
	Label *string `json:"label,omitempty"`
	// The name of the origin type for the identity.
	Type                 *string `json:"type,omitempty"`
	AdditionalProperties map[string]interface{}
}

IdentityType The information about the identity including the type.

func NewIdentityType ¶

func NewIdentityType() *IdentityType

NewIdentityType instantiates a new IdentityType 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 NewIdentityTypeWithDefaults ¶

func NewIdentityTypeWithDefaults() *IdentityType

NewIdentityTypeWithDefaults instantiates a new IdentityType 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 (*IdentityType) GetId ¶

func (o *IdentityType) GetId() int64

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

func (*IdentityType) GetIdOk ¶

func (o *IdentityType) GetIdOk() (*int64, 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 (*IdentityType) GetLabel ¶

func (o *IdentityType) GetLabel() string

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

func (*IdentityType) GetLabelOk ¶

func (o *IdentityType) 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 (*IdentityType) GetType ¶

func (o *IdentityType) GetType() string

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

func (*IdentityType) GetTypeOk ¶

func (o *IdentityType) 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 (*IdentityType) HasId ¶

func (o *IdentityType) HasId() bool

HasId returns a boolean if a field has been set.

func (*IdentityType) HasLabel ¶

func (o *IdentityType) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*IdentityType) HasType ¶

func (o *IdentityType) HasType() bool

HasType returns a boolean if a field has been set.

func (IdentityType) MarshalJSON ¶

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

func (*IdentityType) SetId ¶

func (o *IdentityType) SetId(v int64)

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

func (*IdentityType) SetLabel ¶

func (o *IdentityType) SetLabel(v string)

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

func (*IdentityType) SetType ¶

func (o *IdentityType) SetType(v string)

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

func (IdentityType) ToMap ¶

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

func (*IdentityType) UnmarshalJSON ¶

func (o *IdentityType) UnmarshalJSON(data []byte) (err error)

type IdentityWithStats ¶

type IdentityWithStats struct {
	// The ID of the identity concatenated with the organization ID and the organization ID of the identity.
	Id   int64        `json:"id"`
	Type IdentityType `json:"type"`
	// The descriptive label for the identity.
	Label string `json:"label"`
	// Indicates whether the identity was deleted.
	Deleted bool `json:"deleted"`
	// Indicates the number of times that an identity accessed a private resource.
	Hitscount int64 `json:"hitscount"`
	// Indicates the number of times that an identity was allowed to access a private resource.
	Success int64 `json:"success"`
	// Indicates the number of times that an identity was blocked access to a private resource.
	Blocked              int64 `json:"blocked"`
	AdditionalProperties map[string]interface{}
}

IdentityWithStats The identity information with the traffic statistics.

func NewIdentityWithStats ¶

func NewIdentityWithStats(id int64, type_ IdentityType, label string, deleted bool, hitscount int64, success int64, blocked int64) *IdentityWithStats

NewIdentityWithStats instantiates a new IdentityWithStats 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 NewIdentityWithStatsWithDefaults ¶

func NewIdentityWithStatsWithDefaults() *IdentityWithStats

NewIdentityWithStatsWithDefaults instantiates a new IdentityWithStats 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 (*IdentityWithStats) GetBlocked ¶

func (o *IdentityWithStats) GetBlocked() int64

GetBlocked returns the Blocked field value

func (*IdentityWithStats) GetBlockedOk ¶

func (o *IdentityWithStats) GetBlockedOk() (*int64, bool)

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

func (*IdentityWithStats) GetDeleted ¶

func (o *IdentityWithStats) GetDeleted() bool

GetDeleted returns the Deleted field value

func (*IdentityWithStats) GetDeletedOk ¶

func (o *IdentityWithStats) GetDeletedOk() (*bool, bool)

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

func (*IdentityWithStats) GetHitscount ¶

func (o *IdentityWithStats) GetHitscount() int64

GetHitscount returns the Hitscount field value

func (*IdentityWithStats) GetHitscountOk ¶

func (o *IdentityWithStats) GetHitscountOk() (*int64, bool)

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

func (*IdentityWithStats) GetId ¶

func (o *IdentityWithStats) GetId() int64

GetId returns the Id field value

func (*IdentityWithStats) GetIdOk ¶

func (o *IdentityWithStats) GetIdOk() (*int64, bool)

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

func (*IdentityWithStats) GetLabel ¶

func (o *IdentityWithStats) GetLabel() string

GetLabel returns the Label field value

func (*IdentityWithStats) GetLabelOk ¶

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

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

func (*IdentityWithStats) GetSuccess ¶

func (o *IdentityWithStats) GetSuccess() int64

GetSuccess returns the Success field value

func (*IdentityWithStats) GetSuccessOk ¶

func (o *IdentityWithStats) GetSuccessOk() (*int64, bool)

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

func (*IdentityWithStats) GetType ¶

func (o *IdentityWithStats) GetType() IdentityType

GetType returns the Type field value

func (*IdentityWithStats) GetTypeOk ¶

func (o *IdentityWithStats) GetTypeOk() (*IdentityType, bool)

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

func (IdentityWithStats) MarshalJSON ¶

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

func (*IdentityWithStats) SetBlocked ¶

func (o *IdentityWithStats) SetBlocked(v int64)

SetBlocked sets field value

func (*IdentityWithStats) SetDeleted ¶

func (o *IdentityWithStats) SetDeleted(v bool)

SetDeleted sets field value

func (*IdentityWithStats) SetHitscount ¶

func (o *IdentityWithStats) SetHitscount(v int64)

SetHitscount sets field value

func (*IdentityWithStats) SetId ¶

func (o *IdentityWithStats) SetId(v int64)

SetId sets field value

func (*IdentityWithStats) SetLabel ¶

func (o *IdentityWithStats) SetLabel(v string)

SetLabel sets field value

func (*IdentityWithStats) SetSuccess ¶

func (o *IdentityWithStats) SetSuccess(v int64)

SetSuccess sets field value

func (*IdentityWithStats) SetType ¶

func (o *IdentityWithStats) SetType(v IdentityType)

SetType sets field value

func (IdentityWithStats) ToMap ¶

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

func (*IdentityWithStats) UnmarshalJSON ¶

func (o *IdentityWithStats) UnmarshalJSON(data []byte) (err error)

type Isolated ¶

type Isolated struct {
	// The state of the isolated file.
	State string `json:"state"`
	// The action taken for the file.
	Fileaction           string `json:"fileaction"`
	AdditionalProperties map[string]interface{}
}

Isolated The properties of the isolated file.

func NewIsolated ¶

func NewIsolated(state string, fileaction string) *Isolated

NewIsolated instantiates a new Isolated 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 NewIsolatedWithDefaults ¶

func NewIsolatedWithDefaults() *Isolated

NewIsolatedWithDefaults instantiates a new Isolated 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 (*Isolated) GetFileaction ¶

func (o *Isolated) GetFileaction() string

GetFileaction returns the Fileaction field value

func (*Isolated) GetFileactionOk ¶

func (o *Isolated) GetFileactionOk() (*string, bool)

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

func (*Isolated) GetState ¶

func (o *Isolated) GetState() string

GetState returns the State field value

func (*Isolated) GetStateOk ¶

func (o *Isolated) GetStateOk() (*string, bool)

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

func (Isolated) MarshalJSON ¶

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

func (*Isolated) SetFileaction ¶

func (o *Isolated) SetFileaction(v string)

SetFileaction sets field value

func (*Isolated) SetState ¶

func (o *Isolated) SetState(v string)

SetState sets field value

func (Isolated) ToMap ¶

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

func (*Isolated) UnmarshalJSON ¶

func (o *Isolated) UnmarshalJSON(data []byte) (err error)

type Keys ¶

type Keys struct {
	// The date and time where to start reading in the collection.
	From string `json:"from"`
	// The date and time where to stop reading in the collection.
	To string `json:"to"`
	// The total number of API requests.
	Count int64 `json:"count"`
	// The information about the API key usage.
	Items                []KeysInformationInner `json:"items"`
	AdditionalProperties map[string]interface{}
}

Keys The information about the API key usage.

func NewKeys ¶

func NewKeys(from string, to string, count int64, items []KeysInformationInner) *Keys

NewKeys instantiates a new Keys 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 NewKeysWithDefaults ¶

func NewKeysWithDefaults() *Keys

NewKeysWithDefaults instantiates a new Keys 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 (*Keys) GetCount ¶

func (o *Keys) GetCount() int64

GetCount returns the Count field value

func (*Keys) GetCountOk ¶

func (o *Keys) GetCountOk() (*int64, bool)

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

func (*Keys) GetFrom ¶

func (o *Keys) GetFrom() string

GetFrom returns the From field value

func (*Keys) GetFromOk ¶

func (o *Keys) GetFromOk() (*string, bool)

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

func (*Keys) GetItems ¶

func (o *Keys) GetItems() []KeysInformationInner

GetItems returns the Items field value

func (*Keys) GetItemsOk ¶

func (o *Keys) GetItemsOk() ([]KeysInformationInner, bool)

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

func (*Keys) GetTo ¶

func (o *Keys) GetTo() string

GetTo returns the To field value

func (*Keys) GetToOk ¶

func (o *Keys) GetToOk() (*string, bool)

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

func (Keys) MarshalJSON ¶

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

func (*Keys) SetCount ¶

func (o *Keys) SetCount(v int64)

SetCount sets field value

func (*Keys) SetFrom ¶

func (o *Keys) SetFrom(v string)

SetFrom sets field value

func (*Keys) SetItems ¶

func (o *Keys) SetItems(v []KeysInformationInner)

SetItems sets field value

func (*Keys) SetTo ¶

func (o *Keys) SetTo(v string)

SetTo sets field value

func (Keys) ToMap ¶

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

func (*Keys) UnmarshalJSON ¶

func (o *Keys) UnmarshalJSON(data []byte) (err error)

type KeysInformationInner ¶

type KeysInformationInner struct {
	// The name of the API key.
	KeyName string `json:"keyName"`
	// The ID of the API key.
	KeyId string `json:"keyId"`
	// The total number of API requests.
	Count int64 `json:"count"`
	// The list of API request information.
	Requests             []RequestDetailsListInner `json:"requests"`
	AdditionalProperties map[string]interface{}
}

KeysInformationInner struct for KeysInformationInner

func NewKeysInformationInner ¶

func NewKeysInformationInner(keyName string, keyId string, count int64, requests []RequestDetailsListInner) *KeysInformationInner

NewKeysInformationInner instantiates a new KeysInformationInner 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 NewKeysInformationInnerWithDefaults ¶

func NewKeysInformationInnerWithDefaults() *KeysInformationInner

NewKeysInformationInnerWithDefaults instantiates a new KeysInformationInner 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 (*KeysInformationInner) GetCount ¶

func (o *KeysInformationInner) GetCount() int64

GetCount returns the Count field value

func (*KeysInformationInner) GetCountOk ¶

func (o *KeysInformationInner) GetCountOk() (*int64, bool)

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

func (*KeysInformationInner) GetKeyId ¶

func (o *KeysInformationInner) GetKeyId() string

GetKeyId returns the KeyId field value

func (*KeysInformationInner) GetKeyIdOk ¶

func (o *KeysInformationInner) GetKeyIdOk() (*string, bool)

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

func (*KeysInformationInner) GetKeyName ¶

func (o *KeysInformationInner) GetKeyName() string

GetKeyName returns the KeyName field value

func (*KeysInformationInner) GetKeyNameOk ¶

func (o *KeysInformationInner) GetKeyNameOk() (*string, bool)

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

func (*KeysInformationInner) GetRequests ¶

func (o *KeysInformationInner) GetRequests() []RequestDetailsListInner

GetRequests returns the Requests field value

func (*KeysInformationInner) GetRequestsOk ¶

func (o *KeysInformationInner) GetRequestsOk() ([]RequestDetailsListInner, bool)

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

func (KeysInformationInner) MarshalJSON ¶

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

func (*KeysInformationInner) SetCount ¶

func (o *KeysInformationInner) SetCount(v int64)

SetCount sets field value

func (*KeysInformationInner) SetKeyId ¶

func (o *KeysInformationInner) SetKeyId(v string)

SetKeyId sets field value

func (*KeysInformationInner) SetKeyName ¶

func (o *KeysInformationInner) SetKeyName(v string)

SetKeyName sets field value

func (*KeysInformationInner) SetRequests ¶

func (o *KeysInformationInner) SetRequests(v []RequestDetailsListInner)

SetRequests sets field value

func (KeysInformationInner) ToMap ¶

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

func (*KeysInformationInner) UnmarshalJSON ¶

func (o *KeysInformationInner) UnmarshalJSON(data []byte) (err error)

type Label ¶

type Label string

Label The application label. Valid values are: `unreviewed`, `approved`, `notApproved`, `underAudit`.

const (
	LABEL_UNREVIEWED   Label = "unreviewed"
	LABEL_APPROVED     Label = "approved"
	LABEL_NOT_APPROVED Label = "notApproved"
	LABEL_UNDER_AUDIT  Label = "underAudit"
)

List of Label

func NewLabelFromValue ¶

func NewLabelFromValue(v string) (*Label, error)

NewLabelFromValue returns a pointer to a valid Label for the value passed as argument, or an error if the value passed is not allowed by the enum

func (Label) IsValid ¶

func (v Label) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (Label) Ptr ¶

func (v Label) Ptr() *Label

Ptr returns reference to Label value

func (*Label) UnmarshalJSON ¶

func (v *Label) UnmarshalJSON(src []byte) error

type MappedNullable ¶

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type NullableActivityAMPRetro ¶

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

func NewNullableActivityAMPRetro ¶

func NewNullableActivityAMPRetro(val *ActivityAMPRetro) *NullableActivityAMPRetro

func (NullableActivityAMPRetro) Get ¶

func (NullableActivityAMPRetro) IsSet ¶

func (v NullableActivityAMPRetro) IsSet() bool

func (NullableActivityAMPRetro) MarshalJSON ¶

func (v NullableActivityAMPRetro) MarshalJSON() ([]byte, error)

func (*NullableActivityAMPRetro) Set ¶

func (*NullableActivityAMPRetro) UnmarshalJSON ¶

func (v *NullableActivityAMPRetro) UnmarshalJSON(src []byte) error

func (*NullableActivityAMPRetro) Unset ¶

func (v *NullableActivityAMPRetro) Unset()

type NullableActivityDecryption ¶

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

func NewNullableActivityDecryption ¶

func NewNullableActivityDecryption(val *ActivityDecryption) *NullableActivityDecryption

func (NullableActivityDecryption) Get ¶

func (NullableActivityDecryption) IsSet ¶

func (v NullableActivityDecryption) IsSet() bool

func (NullableActivityDecryption) MarshalJSON ¶

func (v NullableActivityDecryption) MarshalJSON() ([]byte, error)

func (*NullableActivityDecryption) Set ¶

func (*NullableActivityDecryption) UnmarshalJSON ¶

func (v *NullableActivityDecryption) UnmarshalJSON(src []byte) error

func (*NullableActivityDecryption) Unset ¶

func (v *NullableActivityDecryption) Unset()

type NullableActivityDns ¶

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

func NewNullableActivityDns ¶

func NewNullableActivityDns(val *ActivityDns) *NullableActivityDns

func (NullableActivityDns) Get ¶

func (NullableActivityDns) IsSet ¶

func (v NullableActivityDns) IsSet() bool

func (NullableActivityDns) MarshalJSON ¶

func (v NullableActivityDns) MarshalJSON() ([]byte, error)

func (*NullableActivityDns) Set ¶

func (v *NullableActivityDns) Set(val *ActivityDns)

func (*NullableActivityDns) UnmarshalJSON ¶

func (v *NullableActivityDns) UnmarshalJSON(src []byte) error

func (*NullableActivityDns) Unset ¶

func (v *NullableActivityDns) Unset()

type NullableActivityFirewall ¶

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

func NewNullableActivityFirewall ¶

func NewNullableActivityFirewall(val *ActivityFirewall) *NullableActivityFirewall

func (NullableActivityFirewall) Get ¶

func (NullableActivityFirewall) IsSet ¶

func (v NullableActivityFirewall) IsSet() bool

func (NullableActivityFirewall) MarshalJSON ¶

func (v NullableActivityFirewall) MarshalJSON() ([]byte, error)

func (*NullableActivityFirewall) Set ¶

func (*NullableActivityFirewall) UnmarshalJSON ¶

func (v *NullableActivityFirewall) UnmarshalJSON(src []byte) error

func (*NullableActivityFirewall) Unset ¶

func (v *NullableActivityFirewall) Unset()

type NullableActivityIP ¶

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

func NewNullableActivityIP ¶

func NewNullableActivityIP(val *ActivityIP) *NullableActivityIP

func (NullableActivityIP) Get ¶

func (v NullableActivityIP) Get() *ActivityIP

func (NullableActivityIP) IsSet ¶

func (v NullableActivityIP) IsSet() bool

func (NullableActivityIP) MarshalJSON ¶

func (v NullableActivityIP) MarshalJSON() ([]byte, error)

func (*NullableActivityIP) Set ¶

func (v *NullableActivityIP) Set(val *ActivityIP)

func (*NullableActivityIP) UnmarshalJSON ¶

func (v *NullableActivityIP) UnmarshalJSON(src []byte) error

func (*NullableActivityIP) Unset ¶

func (v *NullableActivityIP) Unset()

type NullableActivityIntrusion ¶

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

func NewNullableActivityIntrusion ¶

func NewNullableActivityIntrusion(val *ActivityIntrusion) *NullableActivityIntrusion

func (NullableActivityIntrusion) Get ¶

func (NullableActivityIntrusion) IsSet ¶

func (v NullableActivityIntrusion) IsSet() bool

func (NullableActivityIntrusion) MarshalJSON ¶

func (v NullableActivityIntrusion) MarshalJSON() ([]byte, error)

func (*NullableActivityIntrusion) Set ¶

func (*NullableActivityIntrusion) UnmarshalJSON ¶

func (v *NullableActivityIntrusion) UnmarshalJSON(src []byte) error

func (*NullableActivityIntrusion) Unset ¶

func (v *NullableActivityIntrusion) Unset()

type NullableActivityProxy ¶

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

func NewNullableActivityProxy ¶

func NewNullableActivityProxy(val *ActivityProxy) *NullableActivityProxy

func (NullableActivityProxy) Get ¶

func (NullableActivityProxy) IsSet ¶

func (v NullableActivityProxy) IsSet() bool

func (NullableActivityProxy) MarshalJSON ¶

func (v NullableActivityProxy) MarshalJSON() ([]byte, error)

func (*NullableActivityProxy) Set ¶

func (v *NullableActivityProxy) Set(val *ActivityProxy)

func (*NullableActivityProxy) UnmarshalJSON ¶

func (v *NullableActivityProxy) UnmarshalJSON(src []byte) error

func (*NullableActivityProxy) Unset ¶

func (v *NullableActivityProxy) Unset()

type NullableActivityZTNA ¶

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

func NewNullableActivityZTNA ¶

func NewNullableActivityZTNA(val *ActivityZTNA) *NullableActivityZTNA

func (NullableActivityZTNA) Get ¶

func (NullableActivityZTNA) IsSet ¶

func (v NullableActivityZTNA) IsSet() bool

func (NullableActivityZTNA) MarshalJSON ¶

func (v NullableActivityZTNA) MarshalJSON() ([]byte, error)

func (*NullableActivityZTNA) Set ¶

func (v *NullableActivityZTNA) Set(val *ActivityZTNA)

func (*NullableActivityZTNA) UnmarshalJSON ¶

func (v *NullableActivityZTNA) UnmarshalJSON(src []byte) error

func (*NullableActivityZTNA) Unset ¶

func (v *NullableActivityZTNA) Unset()

type NullableActivityZTNAAllapplicationsInner ¶

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

func (NullableActivityZTNAAllapplicationsInner) Get ¶

func (NullableActivityZTNAAllapplicationsInner) IsSet ¶

func (NullableActivityZTNAAllapplicationsInner) MarshalJSON ¶

func (*NullableActivityZTNAAllapplicationsInner) Set ¶

func (*NullableActivityZTNAAllapplicationsInner) UnmarshalJSON ¶

func (v *NullableActivityZTNAAllapplicationsInner) UnmarshalJSON(src []byte) error

func (*NullableActivityZTNAAllapplicationsInner) Unset ¶

type NullableActivityZTNAAllapplicationsInnerCategory ¶

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

func (NullableActivityZTNAAllapplicationsInnerCategory) Get ¶

func (NullableActivityZTNAAllapplicationsInnerCategory) IsSet ¶

func (NullableActivityZTNAAllapplicationsInnerCategory) MarshalJSON ¶

func (*NullableActivityZTNAAllapplicationsInnerCategory) Set ¶

func (*NullableActivityZTNAAllapplicationsInnerCategory) UnmarshalJSON ¶

func (*NullableActivityZTNAAllapplicationsInnerCategory) Unset ¶

type NullableAntivirusThreats ¶

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

func NewNullableAntivirusThreats ¶

func NewNullableAntivirusThreats(val *AntivirusThreats) *NullableAntivirusThreats

func (NullableAntivirusThreats) Get ¶

func (NullableAntivirusThreats) IsSet ¶

func (v NullableAntivirusThreats) IsSet() bool

func (NullableAntivirusThreats) MarshalJSON ¶

func (v NullableAntivirusThreats) MarshalJSON() ([]byte, error)

func (*NullableAntivirusThreats) Set ¶

func (*NullableAntivirusThreats) UnmarshalJSON ¶

func (v *NullableAntivirusThreats) UnmarshalJSON(src []byte) error

func (*NullableAntivirusThreats) Unset ¶

func (v *NullableAntivirusThreats) Unset()

type NullableAppConnectorAgentDetailedStatsTimerange ¶

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

func (NullableAppConnectorAgentDetailedStatsTimerange) Get ¶

func (NullableAppConnectorAgentDetailedStatsTimerange) IsSet ¶

func (NullableAppConnectorAgentDetailedStatsTimerange) MarshalJSON ¶

func (*NullableAppConnectorAgentDetailedStatsTimerange) Set ¶

func (*NullableAppConnectorAgentDetailedStatsTimerange) UnmarshalJSON ¶

func (*NullableAppConnectorAgentDetailedStatsTimerange) Unset ¶

type NullableAppConnectorAgentSummaryData ¶

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

func (NullableAppConnectorAgentSummaryData) Get ¶

func (NullableAppConnectorAgentSummaryData) IsSet ¶

func (NullableAppConnectorAgentSummaryData) MarshalJSON ¶

func (v NullableAppConnectorAgentSummaryData) MarshalJSON() ([]byte, error)

func (*NullableAppConnectorAgentSummaryData) Set ¶

func (*NullableAppConnectorAgentSummaryData) UnmarshalJSON ¶

func (v *NullableAppConnectorAgentSummaryData) UnmarshalJSON(src []byte) error

func (*NullableAppConnectorAgentSummaryData) Unset ¶

type NullableAppConnectorGroupDetailedStatsTimerange ¶

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

func (NullableAppConnectorGroupDetailedStatsTimerange) Get ¶

func (NullableAppConnectorGroupDetailedStatsTimerange) IsSet ¶

func (NullableAppConnectorGroupDetailedStatsTimerange) MarshalJSON ¶

func (*NullableAppConnectorGroupDetailedStatsTimerange) Set ¶

func (*NullableAppConnectorGroupDetailedStatsTimerange) UnmarshalJSON ¶

func (*NullableAppConnectorGroupDetailedStatsTimerange) Unset ¶

type NullableAppConnectorGroupSummaryData ¶

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

func (NullableAppConnectorGroupSummaryData) Get ¶

func (NullableAppConnectorGroupSummaryData) IsSet ¶

func (NullableAppConnectorGroupSummaryData) MarshalJSON ¶

func (v NullableAppConnectorGroupSummaryData) MarshalJSON() ([]byte, error)

func (*NullableAppConnectorGroupSummaryData) Set ¶

func (*NullableAppConnectorGroupSummaryData) UnmarshalJSON ¶

func (v *NullableAppConnectorGroupSummaryData) UnmarshalJSON(src []byte) error

func (*NullableAppConnectorGroupSummaryData) Unset ¶

type NullableAppType ¶

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

func NewNullableAppType ¶

func NewNullableAppType(val *AppType) *NullableAppType

func (NullableAppType) Get ¶

func (v NullableAppType) Get() *AppType

func (NullableAppType) IsSet ¶

func (v NullableAppType) IsSet() bool

func (NullableAppType) MarshalJSON ¶

func (v NullableAppType) MarshalJSON() ([]byte, error)

func (*NullableAppType) Set ¶

func (v *NullableAppType) Set(val *AppType)

func (*NullableAppType) UnmarshalJSON ¶

func (v *NullableAppType) UnmarshalJSON(src []byte) error

func (*NullableAppType) Unset ¶

func (v *NullableAppType) Unset()

type NullableApplication ¶

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

func NewNullableApplication ¶

func NewNullableApplication(val *Application) *NullableApplication

func (NullableApplication) Get ¶

func (NullableApplication) IsSet ¶

func (v NullableApplication) IsSet() bool

func (NullableApplication) MarshalJSON ¶

func (v NullableApplication) MarshalJSON() ([]byte, error)

func (*NullableApplication) Set ¶

func (v *NullableApplication) Set(val *Application)

func (*NullableApplication) UnmarshalJSON ¶

func (v *NullableApplication) UnmarshalJSON(src []byte) error

func (*NullableApplication) Unset ¶

func (v *NullableApplication) Unset()

type NullableApplicationAttribute ¶

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

func (NullableApplicationAttribute) Get ¶

func (NullableApplicationAttribute) IsSet ¶

func (NullableApplicationAttribute) MarshalJSON ¶

func (v NullableApplicationAttribute) MarshalJSON() ([]byte, error)

func (*NullableApplicationAttribute) Set ¶

func (*NullableApplicationAttribute) UnmarshalJSON ¶

func (v *NullableApplicationAttribute) UnmarshalJSON(src []byte) error

func (*NullableApplicationAttribute) Unset ¶

func (v *NullableApplicationAttribute) Unset()

type NullableApplicationAttributeCategory ¶

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

func (NullableApplicationAttributeCategory) Get ¶

func (NullableApplicationAttributeCategory) IsSet ¶

func (NullableApplicationAttributeCategory) MarshalJSON ¶

func (v NullableApplicationAttributeCategory) MarshalJSON() ([]byte, error)

func (*NullableApplicationAttributeCategory) Set ¶

func (*NullableApplicationAttributeCategory) UnmarshalJSON ¶

func (v *NullableApplicationAttributeCategory) UnmarshalJSON(src []byte) error

func (*NullableApplicationAttributeCategory) Unset ¶

type NullableApplicationAttributeCategoryList ¶

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

func (NullableApplicationAttributeCategoryList) Get ¶

func (NullableApplicationAttributeCategoryList) IsSet ¶

func (NullableApplicationAttributeCategoryList) MarshalJSON ¶

func (*NullableApplicationAttributeCategoryList) Set ¶

func (*NullableApplicationAttributeCategoryList) UnmarshalJSON ¶

func (v *NullableApplicationAttributeCategoryList) UnmarshalJSON(src []byte) error

func (*NullableApplicationAttributeCategoryList) Unset ¶

type NullableApplicationAttributeValue ¶

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

func (NullableApplicationAttributeValue) Get ¶

func (NullableApplicationAttributeValue) IsSet ¶

func (NullableApplicationAttributeValue) MarshalJSON ¶

func (v NullableApplicationAttributeValue) MarshalJSON() ([]byte, error)

func (*NullableApplicationAttributeValue) Set ¶

func (*NullableApplicationAttributeValue) UnmarshalJSON ¶

func (v *NullableApplicationAttributeValue) UnmarshalJSON(src []byte) error

func (*NullableApplicationAttributeValue) Unset ¶

type NullableApplicationCategories ¶

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

func (NullableApplicationCategories) Get ¶

func (NullableApplicationCategories) IsSet ¶

func (NullableApplicationCategories) MarshalJSON ¶

func (v NullableApplicationCategories) MarshalJSON() ([]byte, error)

func (*NullableApplicationCategories) Set ¶

func (*NullableApplicationCategories) UnmarshalJSON ¶

func (v *NullableApplicationCategories) UnmarshalJSON(src []byte) error

func (*NullableApplicationCategories) Unset ¶

func (v *NullableApplicationCategories) Unset()

type NullableApplicationCategory ¶

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

func (NullableApplicationCategory) Get ¶

func (NullableApplicationCategory) IsSet ¶

func (NullableApplicationCategory) MarshalJSON ¶

func (v NullableApplicationCategory) MarshalJSON() ([]byte, error)

func (*NullableApplicationCategory) Set ¶

func (*NullableApplicationCategory) UnmarshalJSON ¶

func (v *NullableApplicationCategory) UnmarshalJSON(src []byte) error

func (*NullableApplicationCategory) Unset ¶

func (v *NullableApplicationCategory) Unset()

type NullableApplicationCategoryList ¶

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

func (NullableApplicationCategoryList) Get ¶

func (NullableApplicationCategoryList) IsSet ¶

func (NullableApplicationCategoryList) MarshalJSON ¶

func (v NullableApplicationCategoryList) MarshalJSON() ([]byte, error)

func (*NullableApplicationCategoryList) Set ¶

func (*NullableApplicationCategoryList) UnmarshalJSON ¶

func (v *NullableApplicationCategoryList) UnmarshalJSON(src []byte) error

func (*NullableApplicationCategoryList) Unset ¶

type NullableApplicationIdentity ¶

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

func (NullableApplicationIdentity) Get ¶

func (NullableApplicationIdentity) IsSet ¶

func (NullableApplicationIdentity) MarshalJSON ¶

func (v NullableApplicationIdentity) MarshalJSON() ([]byte, error)

func (*NullableApplicationIdentity) Set ¶

func (*NullableApplicationIdentity) UnmarshalJSON ¶

func (v *NullableApplicationIdentity) UnmarshalJSON(src []byte) error

func (*NullableApplicationIdentity) Unset ¶

func (v *NullableApplicationIdentity) Unset()

type NullableApplicationIdentityList ¶

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

func (NullableApplicationIdentityList) Get ¶

func (NullableApplicationIdentityList) IsSet ¶

func (NullableApplicationIdentityList) MarshalJSON ¶

func (v NullableApplicationIdentityList) MarshalJSON() ([]byte, error)

func (*NullableApplicationIdentityList) Set ¶

func (*NullableApplicationIdentityList) UnmarshalJSON ¶

func (v *NullableApplicationIdentityList) UnmarshalJSON(src []byte) error

func (*NullableApplicationIdentityList) Unset ¶

type NullableApplicationInList ¶

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

func NewNullableApplicationInList ¶

func NewNullableApplicationInList(val *ApplicationInList) *NullableApplicationInList

func (NullableApplicationInList) Get ¶

func (NullableApplicationInList) IsSet ¶

func (v NullableApplicationInList) IsSet() bool

func (NullableApplicationInList) MarshalJSON ¶

func (v NullableApplicationInList) MarshalJSON() ([]byte, error)

func (*NullableApplicationInList) Set ¶

func (*NullableApplicationInList) UnmarshalJSON ¶

func (v *NullableApplicationInList) UnmarshalJSON(src []byte) error

func (*NullableApplicationInList) Unset ¶

func (v *NullableApplicationInList) Unset()

type NullableApplicationList ¶

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

func NewNullableApplicationList ¶

func NewNullableApplicationList(val *ApplicationList) *NullableApplicationList

func (NullableApplicationList) Get ¶

func (NullableApplicationList) IsSet ¶

func (v NullableApplicationList) IsSet() bool

func (NullableApplicationList) MarshalJSON ¶

func (v NullableApplicationList) MarshalJSON() ([]byte, error)

func (*NullableApplicationList) Set ¶

func (*NullableApplicationList) UnmarshalJSON ¶

func (v *NullableApplicationList) UnmarshalJSON(src []byte) error

func (*NullableApplicationList) Unset ¶

func (v *NullableApplicationList) Unset()

type NullableApplicationObject ¶

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

func NewNullableApplicationObject ¶

func NewNullableApplicationObject(val *ApplicationObject) *NullableApplicationObject

func (NullableApplicationObject) Get ¶

func (NullableApplicationObject) IsSet ¶

func (v NullableApplicationObject) IsSet() bool

func (NullableApplicationObject) MarshalJSON ¶

func (v NullableApplicationObject) MarshalJSON() ([]byte, error)

func (*NullableApplicationObject) Set ¶

func (*NullableApplicationObject) UnmarshalJSON ¶

func (v *NullableApplicationObject) UnmarshalJSON(src []byte) error

func (*NullableApplicationObject) Unset ¶

func (v *NullableApplicationObject) Unset()

type NullableApplicationRisk ¶

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

func NewNullableApplicationRisk ¶

func NewNullableApplicationRisk(val *ApplicationRisk) *NullableApplicationRisk

func (NullableApplicationRisk) Get ¶

func (NullableApplicationRisk) IsSet ¶

func (v NullableApplicationRisk) IsSet() bool

func (NullableApplicationRisk) MarshalJSON ¶

func (v NullableApplicationRisk) MarshalJSON() ([]byte, error)

func (*NullableApplicationRisk) Set ¶

func (*NullableApplicationRisk) UnmarshalJSON ¶

func (v *NullableApplicationRisk) UnmarshalJSON(src []byte) error

func (*NullableApplicationRisk) Unset ¶

func (v *NullableApplicationRisk) Unset()

type NullableApplicationRiskVendorComplianceInner ¶

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

func (NullableApplicationRiskVendorComplianceInner) Get ¶

func (NullableApplicationRiskVendorComplianceInner) IsSet ¶

func (NullableApplicationRiskVendorComplianceInner) MarshalJSON ¶

func (*NullableApplicationRiskVendorComplianceInner) Set ¶

func (*NullableApplicationRiskVendorComplianceInner) UnmarshalJSON ¶

func (*NullableApplicationRiskVendorComplianceInner) Unset ¶

type NullableApplicationsWithCategories ¶

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

func (NullableApplicationsWithCategories) Get ¶

func (NullableApplicationsWithCategories) IsSet ¶

func (NullableApplicationsWithCategories) MarshalJSON ¶

func (v NullableApplicationsWithCategories) MarshalJSON() ([]byte, error)

func (*NullableApplicationsWithCategories) Set ¶

func (*NullableApplicationsWithCategories) UnmarshalJSON ¶

func (v *NullableApplicationsWithCategories) UnmarshalJSON(src []byte) error

func (*NullableApplicationsWithCategories) Unset ¶

type NullableBandwidthbyHour ¶

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

func NewNullableBandwidthbyHour ¶

func NewNullableBandwidthbyHour(val *BandwidthbyHour) *NullableBandwidthbyHour

func (NullableBandwidthbyHour) Get ¶

func (NullableBandwidthbyHour) IsSet ¶

func (v NullableBandwidthbyHour) IsSet() bool

func (NullableBandwidthbyHour) MarshalJSON ¶

func (v NullableBandwidthbyHour) MarshalJSON() ([]byte, error)

func (*NullableBandwidthbyHour) Set ¶

func (*NullableBandwidthbyHour) UnmarshalJSON ¶

func (v *NullableBandwidthbyHour) UnmarshalJSON(src []byte) error

func (*NullableBandwidthbyHour) Unset ¶

func (v *NullableBandwidthbyHour) 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 NullableBulkLabelApplications ¶

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

func (NullableBulkLabelApplications) Get ¶

func (NullableBulkLabelApplications) IsSet ¶

func (NullableBulkLabelApplications) MarshalJSON ¶

func (v NullableBulkLabelApplications) MarshalJSON() ([]byte, error)

func (*NullableBulkLabelApplications) Set ¶

func (*NullableBulkLabelApplications) UnmarshalJSON ¶

func (v *NullableBulkLabelApplications) UnmarshalJSON(src []byte) error

func (*NullableBulkLabelApplications) Unset ¶

func (v *NullableBulkLabelApplications) Unset()

type NullableBusinessRisk ¶

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

func NewNullableBusinessRisk ¶

func NewNullableBusinessRisk(val *BusinessRisk) *NullableBusinessRisk

func (NullableBusinessRisk) Get ¶

func (NullableBusinessRisk) IsSet ¶

func (v NullableBusinessRisk) IsSet() bool

func (NullableBusinessRisk) MarshalJSON ¶

func (v NullableBusinessRisk) MarshalJSON() ([]byte, error)

func (*NullableBusinessRisk) Set ¶

func (v *NullableBusinessRisk) Set(val *BusinessRisk)

func (*NullableBusinessRisk) UnmarshalJSON ¶

func (v *NullableBusinessRisk) UnmarshalJSON(src []byte) error

func (*NullableBusinessRisk) Unset ¶

func (v *NullableBusinessRisk) Unset()

type NullableCategory ¶

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

func NewNullableCategory ¶

func NewNullableCategory(val *Category) *NullableCategory

func (NullableCategory) Get ¶

func (v NullableCategory) Get() *Category

func (NullableCategory) IsSet ¶

func (v NullableCategory) IsSet() bool

func (NullableCategory) MarshalJSON ¶

func (v NullableCategory) MarshalJSON() ([]byte, error)

func (*NullableCategory) Set ¶

func (v *NullableCategory) Set(val *Category)

func (*NullableCategory) UnmarshalJSON ¶

func (v *NullableCategory) UnmarshalJSON(src []byte) error

func (*NullableCategory) Unset ¶

func (v *NullableCategory) Unset()

type NullableCategoryByHour ¶

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

func NewNullableCategoryByHour ¶

func NewNullableCategoryByHour(val *CategoryByHour) *NullableCategoryByHour

func (NullableCategoryByHour) Get ¶

func (NullableCategoryByHour) IsSet ¶

func (v NullableCategoryByHour) IsSet() bool

func (NullableCategoryByHour) MarshalJSON ¶

func (v NullableCategoryByHour) MarshalJSON() ([]byte, error)

func (*NullableCategoryByHour) Set ¶

func (*NullableCategoryByHour) UnmarshalJSON ¶

func (v *NullableCategoryByHour) UnmarshalJSON(src []byte) error

func (*NullableCategoryByHour) Unset ¶

func (v *NullableCategoryByHour) Unset()

type NullableCategoryCount ¶

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

func NewNullableCategoryCount ¶

func NewNullableCategoryCount(val *CategoryCount) *NullableCategoryCount

func (NullableCategoryCount) Get ¶

func (NullableCategoryCount) IsSet ¶

func (v NullableCategoryCount) IsSet() bool

func (NullableCategoryCount) MarshalJSON ¶

func (v NullableCategoryCount) MarshalJSON() ([]byte, error)

func (*NullableCategoryCount) Set ¶

func (v *NullableCategoryCount) Set(val *CategoryCount)

func (*NullableCategoryCount) UnmarshalJSON ¶

func (v *NullableCategoryCount) UnmarshalJSON(src []byte) error

func (*NullableCategoryCount) Unset ¶

func (v *NullableCategoryCount) Unset()

type NullableCategoryWithLegacyId ¶

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

func (NullableCategoryWithLegacyId) Get ¶

func (NullableCategoryWithLegacyId) IsSet ¶

func (NullableCategoryWithLegacyId) MarshalJSON ¶

func (v NullableCategoryWithLegacyId) MarshalJSON() ([]byte, error)

func (*NullableCategoryWithLegacyId) Set ¶

func (*NullableCategoryWithLegacyId) UnmarshalJSON ¶

func (v *NullableCategoryWithLegacyId) UnmarshalJSON(src []byte) error

func (*NullableCategoryWithLegacyId) Unset ¶

func (v *NullableCategoryWithLegacyId) Unset()

type NullableCdfwSource ¶

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

func NewNullableCdfwSource ¶

func NewNullableCdfwSource(val *CdfwSource) *NullableCdfwSource

func (NullableCdfwSource) Get ¶

func (v NullableCdfwSource) Get() *CdfwSource

func (NullableCdfwSource) IsSet ¶

func (v NullableCdfwSource) IsSet() bool

func (NullableCdfwSource) MarshalJSON ¶

func (v NullableCdfwSource) MarshalJSON() ([]byte, error)

func (*NullableCdfwSource) Set ¶

func (v *NullableCdfwSource) Set(val *CdfwSource)

func (*NullableCdfwSource) UnmarshalJSON ¶

func (v *NullableCdfwSource) UnmarshalJSON(src []byte) error

func (*NullableCdfwSource) Unset ¶

func (v *NullableCdfwSource) Unset()

type NullableCiscoAMP ¶

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

func NewNullableCiscoAMP ¶

func NewNullableCiscoAMP(val *CiscoAMP) *NullableCiscoAMP

func (NullableCiscoAMP) Get ¶

func (v NullableCiscoAMP) Get() *CiscoAMP

func (NullableCiscoAMP) IsSet ¶

func (v NullableCiscoAMP) IsSet() bool

func (NullableCiscoAMP) MarshalJSON ¶

func (v NullableCiscoAMP) MarshalJSON() ([]byte, error)

func (*NullableCiscoAMP) Set ¶

func (v *NullableCiscoAMP) Set(val *CiscoAMP)

func (*NullableCiscoAMP) UnmarshalJSON ¶

func (v *NullableCiscoAMP) UnmarshalJSON(src []byte) error

func (*NullableCiscoAMP) Unset ¶

func (v *NullableCiscoAMP) Unset()

type NullableDataCenter ¶

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

func NewNullableDataCenter ¶

func NewNullableDataCenter(val *DataCenter) *NullableDataCenter

func (NullableDataCenter) Get ¶

func (v NullableDataCenter) Get() *DataCenter

func (NullableDataCenter) IsSet ¶

func (v NullableDataCenter) IsSet() bool

func (NullableDataCenter) MarshalJSON ¶

func (v NullableDataCenter) MarshalJSON() ([]byte, error)

func (*NullableDataCenter) Set ¶

func (v *NullableDataCenter) Set(val *DataCenter)

func (*NullableDataCenter) UnmarshalJSON ¶

func (v *NullableDataCenter) UnmarshalJSON(src []byte) error

func (*NullableDataCenter) Unset ¶

func (v *NullableDataCenter) Unset()

type NullableDataLossPreventionState ¶

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

func (NullableDataLossPreventionState) Get ¶

func (NullableDataLossPreventionState) IsSet ¶

func (NullableDataLossPreventionState) MarshalJSON ¶

func (v NullableDataLossPreventionState) MarshalJSON() ([]byte, error)

func (*NullableDataLossPreventionState) Set ¶

func (*NullableDataLossPreventionState) UnmarshalJSON ¶

func (v *NullableDataLossPreventionState) UnmarshalJSON(src []byte) error

func (*NullableDataLossPreventionState) Unset ¶

type NullableDataStorage ¶

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

func NewNullableDataStorage ¶

func NewNullableDataStorage(val *DataStorage) *NullableDataStorage

func (NullableDataStorage) Get ¶

func (NullableDataStorage) IsSet ¶

func (v NullableDataStorage) IsSet() bool

func (NullableDataStorage) MarshalJSON ¶

func (v NullableDataStorage) MarshalJSON() ([]byte, error)

func (*NullableDataStorage) Set ¶

func (v *NullableDataStorage) Set(val *DataStorage)

func (*NullableDataStorage) UnmarshalJSON ¶

func (v *NullableDataStorage) UnmarshalJSON(src []byte) error

func (*NullableDataStorage) Unset ¶

func (v *NullableDataStorage) Unset()

type NullableDeploymentStatus ¶

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

func NewNullableDeploymentStatus ¶

func NewNullableDeploymentStatus(val *DeploymentStatus) *NullableDeploymentStatus

func (NullableDeploymentStatus) Get ¶

func (NullableDeploymentStatus) IsSet ¶

func (v NullableDeploymentStatus) IsSet() bool

func (NullableDeploymentStatus) MarshalJSON ¶

func (v NullableDeploymentStatus) MarshalJSON() ([]byte, error)

func (*NullableDeploymentStatus) Set ¶

func (*NullableDeploymentStatus) UnmarshalJSON ¶

func (v *NullableDeploymentStatus) UnmarshalJSON(src []byte) error

func (*NullableDeploymentStatus) Unset ¶

func (v *NullableDeploymentStatus) Unset()

type NullableDevice ¶

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

func NewNullableDevice ¶

func NewNullableDevice(val *Device) *NullableDevice

func (NullableDevice) Get ¶

func (v NullableDevice) Get() *Device

func (NullableDevice) IsSet ¶

func (v NullableDevice) IsSet() bool

func (NullableDevice) MarshalJSON ¶

func (v NullableDevice) MarshalJSON() ([]byte, error)

func (*NullableDevice) Set ¶

func (v *NullableDevice) Set(val *Device)

func (*NullableDevice) UnmarshalJSON ¶

func (v *NullableDevice) UnmarshalJSON(src []byte) error

func (*NullableDevice) Unset ¶

func (v *NullableDevice) Unset()

type NullableDnsSource ¶

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

func NewNullableDnsSource ¶

func NewNullableDnsSource(val *DnsSource) *NullableDnsSource

func (NullableDnsSource) Get ¶

func (v NullableDnsSource) Get() *DnsSource

func (NullableDnsSource) IsSet ¶

func (v NullableDnsSource) IsSet() bool

func (NullableDnsSource) MarshalJSON ¶

func (v NullableDnsSource) MarshalJSON() ([]byte, error)

func (*NullableDnsSource) Set ¶

func (v *NullableDnsSource) Set(val *DnsSource)

func (*NullableDnsSource) UnmarshalJSON ¶

func (v *NullableDnsSource) UnmarshalJSON(src []byte) error

func (*NullableDnsSource) Unset ¶

func (v *NullableDnsSource) Unset()

type NullableEgress ¶

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

func NewNullableEgress ¶

func NewNullableEgress(val *Egress) *NullableEgress

func (NullableEgress) Get ¶

func (v NullableEgress) Get() *Egress

func (NullableEgress) IsSet ¶

func (v NullableEgress) IsSet() bool

func (NullableEgress) MarshalJSON ¶

func (v NullableEgress) MarshalJSON() ([]byte, error)

func (*NullableEgress) Set ¶

func (v *NullableEgress) Set(val *Egress)

func (*NullableEgress) UnmarshalJSON ¶

func (v *NullableEgress) UnmarshalJSON(src []byte) error

func (*NullableEgress) Unset ¶

func (v *NullableEgress) Unset()

type NullableError ¶

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

func NewNullableError ¶

func NewNullableError(val *Error) *NullableError

func (NullableError) Get ¶

func (v NullableError) Get() *Error

func (NullableError) IsSet ¶

func (v NullableError) IsSet() bool

func (NullableError) MarshalJSON ¶

func (v NullableError) MarshalJSON() ([]byte, error)

func (*NullableError) Set ¶

func (v *NullableError) Set(val *Error)

func (*NullableError) UnmarshalJSON ¶

func (v *NullableError) UnmarshalJSON(src []byte) error

func (*NullableError) Unset ¶

func (v *NullableError) Unset()

type NullableFinancialViability ¶

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

func NewNullableFinancialViability ¶

func NewNullableFinancialViability(val *FinancialViability) *NullableFinancialViability

func (NullableFinancialViability) Get ¶

func (NullableFinancialViability) IsSet ¶

func (v NullableFinancialViability) IsSet() bool

func (NullableFinancialViability) MarshalJSON ¶

func (v NullableFinancialViability) MarshalJSON() ([]byte, error)

func (*NullableFinancialViability) Set ¶

func (*NullableFinancialViability) UnmarshalJSON ¶

func (v *NullableFinancialViability) UnmarshalJSON(src []byte) error

func (*NullableFinancialViability) Unset ¶

func (v *NullableFinancialViability) Unset()

type NullableFirewallApplication ¶

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

func (NullableFirewallApplication) Get ¶

func (NullableFirewallApplication) IsSet ¶

func (NullableFirewallApplication) MarshalJSON ¶

func (v NullableFirewallApplication) MarshalJSON() ([]byte, error)

func (*NullableFirewallApplication) Set ¶

func (*NullableFirewallApplication) UnmarshalJSON ¶

func (v *NullableFirewallApplication) UnmarshalJSON(src []byte) error

func (*NullableFirewallApplication) Unset ¶

func (v *NullableFirewallApplication) Unset()

type NullableFirewallRuleHitcountSummary ¶

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

func (NullableFirewallRuleHitcountSummary) Get ¶

func (NullableFirewallRuleHitcountSummary) IsSet ¶

func (NullableFirewallRuleHitcountSummary) MarshalJSON ¶

func (v NullableFirewallRuleHitcountSummary) MarshalJSON() ([]byte, error)

func (*NullableFirewallRuleHitcountSummary) Set ¶

func (*NullableFirewallRuleHitcountSummary) UnmarshalJSON ¶

func (v *NullableFirewallRuleHitcountSummary) UnmarshalJSON(src []byte) error

func (*NullableFirewallRuleHitcountSummary) 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 NullableGetActivities200Response ¶

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

func (NullableGetActivities200Response) Get ¶

func (NullableGetActivities200Response) IsSet ¶

func (NullableGetActivities200Response) MarshalJSON ¶

func (v NullableGetActivities200Response) MarshalJSON() ([]byte, error)

func (*NullableGetActivities200Response) Set ¶

func (*NullableGetActivities200Response) UnmarshalJSON ¶

func (v *NullableGetActivities200Response) UnmarshalJSON(src []byte) error

func (*NullableGetActivities200Response) Unset ¶

type NullableGetActivities200ResponseDataInner ¶

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

func (NullableGetActivities200ResponseDataInner) Get ¶

func (NullableGetActivities200ResponseDataInner) IsSet ¶

func (NullableGetActivities200ResponseDataInner) MarshalJSON ¶

func (*NullableGetActivities200ResponseDataInner) Set ¶

func (*NullableGetActivities200ResponseDataInner) UnmarshalJSON ¶

func (v *NullableGetActivities200ResponseDataInner) UnmarshalJSON(src []byte) error

func (*NullableGetActivities200ResponseDataInner) Unset ¶

type NullableGetActivities400Response ¶

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

func (NullableGetActivities400Response) Get ¶

func (NullableGetActivities400Response) IsSet ¶

func (NullableGetActivities400Response) MarshalJSON ¶

func (v NullableGetActivities400Response) MarshalJSON() ([]byte, error)

func (*NullableGetActivities400Response) Set ¶

func (*NullableGetActivities400Response) UnmarshalJSON ¶

func (v *NullableGetActivities400Response) UnmarshalJSON(src []byte) error

func (*NullableGetActivities400Response) Unset ¶

type NullableGetActivities401Response ¶

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

func (NullableGetActivities401Response) Get ¶

func (NullableGetActivities401Response) IsSet ¶

func (NullableGetActivities401Response) MarshalJSON ¶

func (v NullableGetActivities401Response) MarshalJSON() ([]byte, error)

func (*NullableGetActivities401Response) Set ¶

func (*NullableGetActivities401Response) UnmarshalJSON ¶

func (v *NullableGetActivities401Response) UnmarshalJSON(src []byte) error

func (*NullableGetActivities401Response) Unset ¶

type NullableGetActivities403Response ¶

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

func (NullableGetActivities403Response) Get ¶

func (NullableGetActivities403Response) IsSet ¶

func (NullableGetActivities403Response) MarshalJSON ¶

func (v NullableGetActivities403Response) MarshalJSON() ([]byte, error)

func (*NullableGetActivities403Response) Set ¶

func (*NullableGetActivities403Response) UnmarshalJSON ¶

func (v *NullableGetActivities403Response) UnmarshalJSON(src []byte) error

func (*NullableGetActivities403Response) Unset ¶

type NullableGetActivities404Response ¶

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

func (NullableGetActivities404Response) Get ¶

func (NullableGetActivities404Response) IsSet ¶

func (NullableGetActivities404Response) MarshalJSON ¶

func (v NullableGetActivities404Response) MarshalJSON() ([]byte, error)

func (*NullableGetActivities404Response) Set ¶

func (*NullableGetActivities404Response) UnmarshalJSON ¶

func (v *NullableGetActivities404Response) UnmarshalJSON(src []byte) error

func (*NullableGetActivities404Response) Unset ¶

type NullableGetActivities500Response ¶

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

func (NullableGetActivities500Response) Get ¶

func (NullableGetActivities500Response) IsSet ¶

func (NullableGetActivities500Response) MarshalJSON ¶

func (v NullableGetActivities500Response) MarshalJSON() ([]byte, error)

func (*NullableGetActivities500Response) Set ¶

func (*NullableGetActivities500Response) UnmarshalJSON ¶

func (v *NullableGetActivities500Response) UnmarshalJSON(src []byte) error

func (*NullableGetActivities500Response) Unset ¶

type NullableGetActivityAmpRetrospective200Response ¶

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

func (NullableGetActivityAmpRetrospective200Response) Get ¶

func (NullableGetActivityAmpRetrospective200Response) IsSet ¶

func (NullableGetActivityAmpRetrospective200Response) MarshalJSON ¶

func (*NullableGetActivityAmpRetrospective200Response) Set ¶

func (*NullableGetActivityAmpRetrospective200Response) UnmarshalJSON ¶

func (*NullableGetActivityAmpRetrospective200Response) Unset ¶

type NullableGetActivityDecryption200Response ¶

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

func (NullableGetActivityDecryption200Response) Get ¶

func (NullableGetActivityDecryption200Response) IsSet ¶

func (NullableGetActivityDecryption200Response) MarshalJSON ¶

func (*NullableGetActivityDecryption200Response) Set ¶

func (*NullableGetActivityDecryption200Response) UnmarshalJSON ¶

func (v *NullableGetActivityDecryption200Response) UnmarshalJSON(src []byte) error

func (*NullableGetActivityDecryption200Response) Unset ¶

type NullableGetActivityDns200Response ¶

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

func (NullableGetActivityDns200Response) Get ¶

func (NullableGetActivityDns200Response) IsSet ¶

func (NullableGetActivityDns200Response) MarshalJSON ¶

func (v NullableGetActivityDns200Response) MarshalJSON() ([]byte, error)

func (*NullableGetActivityDns200Response) Set ¶

func (*NullableGetActivityDns200Response) UnmarshalJSON ¶

func (v *NullableGetActivityDns200Response) UnmarshalJSON(src []byte) error

func (*NullableGetActivityDns200Response) Unset ¶

type NullableGetActivityFirewall200Response ¶

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

func (NullableGetActivityFirewall200Response) Get ¶

func (NullableGetActivityFirewall200Response) IsSet ¶

func (NullableGetActivityFirewall200Response) MarshalJSON ¶

func (v NullableGetActivityFirewall200Response) MarshalJSON() ([]byte, error)

func (*NullableGetActivityFirewall200Response) Set ¶

func (*NullableGetActivityFirewall200Response) UnmarshalJSON ¶

func (v *NullableGetActivityFirewall200Response) UnmarshalJSON(src []byte) error

func (*NullableGetActivityFirewall200Response) Unset ¶

type NullableGetActivityIP200Response ¶

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

func (NullableGetActivityIP200Response) Get ¶

func (NullableGetActivityIP200Response) IsSet ¶

func (NullableGetActivityIP200Response) MarshalJSON ¶

func (v NullableGetActivityIP200Response) MarshalJSON() ([]byte, error)

func (*NullableGetActivityIP200Response) Set ¶

func (*NullableGetActivityIP200Response) UnmarshalJSON ¶

func (v *NullableGetActivityIP200Response) UnmarshalJSON(src []byte) error

func (*NullableGetActivityIP200Response) Unset ¶

type NullableGetActivityIntrusion200Response ¶

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

func (NullableGetActivityIntrusion200Response) Get ¶

func (NullableGetActivityIntrusion200Response) IsSet ¶

func (NullableGetActivityIntrusion200Response) MarshalJSON ¶

func (v NullableGetActivityIntrusion200Response) MarshalJSON() ([]byte, error)

func (*NullableGetActivityIntrusion200Response) Set ¶

func (*NullableGetActivityIntrusion200Response) UnmarshalJSON ¶

func (v *NullableGetActivityIntrusion200Response) UnmarshalJSON(src []byte) error

func (*NullableGetActivityIntrusion200Response) Unset ¶

type NullableGetActivityProxy200Response ¶

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

func (NullableGetActivityProxy200Response) Get ¶

func (NullableGetActivityProxy200Response) IsSet ¶

func (NullableGetActivityProxy200Response) MarshalJSON ¶

func (v NullableGetActivityProxy200Response) MarshalJSON() ([]byte, error)

func (*NullableGetActivityProxy200Response) Set ¶

func (*NullableGetActivityProxy200Response) UnmarshalJSON ¶

func (v *NullableGetActivityProxy200Response) UnmarshalJSON(src []byte) error

func (*NullableGetActivityProxy200Response) Unset ¶

type NullableGetActivityZTNA200Response ¶

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

func (NullableGetActivityZTNA200Response) Get ¶

func (NullableGetActivityZTNA200Response) IsSet ¶

func (NullableGetActivityZTNA200Response) MarshalJSON ¶

func (v NullableGetActivityZTNA200Response) MarshalJSON() ([]byte, error)

func (*NullableGetActivityZTNA200Response) Set ¶

func (*NullableGetActivityZTNA200Response) UnmarshalJSON ¶

func (v *NullableGetActivityZTNA200Response) UnmarshalJSON(src []byte) error

func (*NullableGetActivityZTNA200Response) Unset ¶

type NullableGetApplications200Response ¶

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

func (NullableGetApplications200Response) Get ¶

func (NullableGetApplications200Response) IsSet ¶

func (NullableGetApplications200Response) MarshalJSON ¶

func (v NullableGetApplications200Response) MarshalJSON() ([]byte, error)

func (*NullableGetApplications200Response) Set ¶

func (*NullableGetApplications200Response) UnmarshalJSON ¶

func (v *NullableGetApplications200Response) UnmarshalJSON(src []byte) error

func (*NullableGetApplications200Response) Unset ¶

type NullableGetBandwidthByHour200Response ¶

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

func (NullableGetBandwidthByHour200Response) Get ¶

func (NullableGetBandwidthByHour200Response) IsSet ¶

func (NullableGetBandwidthByHour200Response) MarshalJSON ¶

func (v NullableGetBandwidthByHour200Response) MarshalJSON() ([]byte, error)

func (*NullableGetBandwidthByHour200Response) Set ¶

func (*NullableGetBandwidthByHour200Response) UnmarshalJSON ¶

func (v *NullableGetBandwidthByHour200Response) UnmarshalJSON(src []byte) error

func (*NullableGetBandwidthByHour200Response) Unset ¶

type NullableGetCategories200Response ¶

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

func (NullableGetCategories200Response) Get ¶

func (NullableGetCategories200Response) IsSet ¶

func (NullableGetCategories200Response) MarshalJSON ¶

func (v NullableGetCategories200Response) MarshalJSON() ([]byte, error)

func (*NullableGetCategories200Response) Set ¶

func (*NullableGetCategories200Response) UnmarshalJSON ¶

func (v *NullableGetCategories200Response) UnmarshalJSON(src []byte) error

func (*NullableGetCategories200Response) Unset ¶

type NullableGetDeploymentStatus200Response ¶

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

func (NullableGetDeploymentStatus200Response) Get ¶

func (NullableGetDeploymentStatus200Response) IsSet ¶

func (NullableGetDeploymentStatus200Response) MarshalJSON ¶

func (v NullableGetDeploymentStatus200Response) MarshalJSON() ([]byte, error)

func (*NullableGetDeploymentStatus200Response) Set ¶

func (*NullableGetDeploymentStatus200Response) UnmarshalJSON ¶

func (v *NullableGetDeploymentStatus200Response) UnmarshalJSON(src []byte) error

func (*NullableGetDeploymentStatus200Response) Unset ¶

type NullableGetDetailedStatsForAppConnector200Response ¶

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

func (NullableGetDetailedStatsForAppConnector200Response) Get ¶

func (NullableGetDetailedStatsForAppConnector200Response) IsSet ¶

func (NullableGetDetailedStatsForAppConnector200Response) MarshalJSON ¶

func (*NullableGetDetailedStatsForAppConnector200Response) Set ¶

func (*NullableGetDetailedStatsForAppConnector200Response) UnmarshalJSON ¶

func (*NullableGetDetailedStatsForAppConnector200Response) Unset ¶

type NullableGetDetailedStatsForAppConnectorGroups200Response ¶

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

func (NullableGetDetailedStatsForAppConnectorGroups200Response) Get ¶

func (NullableGetDetailedStatsForAppConnectorGroups200Response) IsSet ¶

func (NullableGetDetailedStatsForAppConnectorGroups200Response) MarshalJSON ¶

func (*NullableGetDetailedStatsForAppConnectorGroups200Response) Set ¶

func (*NullableGetDetailedStatsForAppConnectorGroups200Response) UnmarshalJSON ¶

func (*NullableGetDetailedStatsForAppConnectorGroups200Response) Unset ¶

type NullableGetIdentities200Response ¶

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

func (NullableGetIdentities200Response) Get ¶

func (NullableGetIdentities200Response) IsSet ¶

func (NullableGetIdentities200Response) MarshalJSON ¶

func (v NullableGetIdentities200Response) MarshalJSON() ([]byte, error)

func (*NullableGetIdentities200Response) Set ¶

func (*NullableGetIdentities200Response) UnmarshalJSON ¶

func (v *NullableGetIdentities200Response) UnmarshalJSON(src []byte) error

func (*NullableGetIdentities200Response) Unset ¶

type NullableGetIdentity200Response ¶

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

func (NullableGetIdentity200Response) Get ¶

func (NullableGetIdentity200Response) IsSet ¶

func (NullableGetIdentity200Response) MarshalJSON ¶

func (v NullableGetIdentity200Response) MarshalJSON() ([]byte, error)

func (*NullableGetIdentity200Response) Set ¶

func (*NullableGetIdentity200Response) UnmarshalJSON ¶

func (v *NullableGetIdentity200Response) UnmarshalJSON(src []byte) error

func (*NullableGetIdentity200Response) Unset ¶

func (v *NullableGetIdentity200Response) Unset()

type NullableGetIdentityDistribution200Response ¶

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

func (NullableGetIdentityDistribution200Response) Get ¶

func (NullableGetIdentityDistribution200Response) IsSet ¶

func (NullableGetIdentityDistribution200Response) MarshalJSON ¶

func (*NullableGetIdentityDistribution200Response) Set ¶

func (*NullableGetIdentityDistribution200Response) UnmarshalJSON ¶

func (v *NullableGetIdentityDistribution200Response) UnmarshalJSON(src []byte) error

func (*NullableGetIdentityDistribution200Response) Unset ¶

type NullableGetIdentityDistributionType200Response ¶

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

func (NullableGetIdentityDistributionType200Response) Get ¶

func (NullableGetIdentityDistributionType200Response) IsSet ¶

func (NullableGetIdentityDistributionType200Response) MarshalJSON ¶

func (*NullableGetIdentityDistributionType200Response) Set ¶

func (*NullableGetIdentityDistributionType200Response) UnmarshalJSON ¶

func (*NullableGetIdentityDistributionType200Response) Unset ¶

type NullableGetPrivateResourceDetailedStatsIdentities200Response ¶

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

func (NullableGetPrivateResourceDetailedStatsIdentities200Response) Get ¶

func (NullableGetPrivateResourceDetailedStatsIdentities200Response) IsSet ¶

func (NullableGetPrivateResourceDetailedStatsIdentities200Response) MarshalJSON ¶

func (*NullableGetPrivateResourceDetailedStatsIdentities200Response) Set ¶

func (*NullableGetPrivateResourceDetailedStatsIdentities200Response) UnmarshalJSON ¶

func (*NullableGetPrivateResourceDetailedStatsIdentities200Response) Unset ¶

type NullableGetPrivateResourceDetailedStatsTimerange200Response ¶

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

func (NullableGetPrivateResourceDetailedStatsTimerange200Response) Get ¶

func (NullableGetPrivateResourceDetailedStatsTimerange200Response) IsSet ¶

func (NullableGetPrivateResourceDetailedStatsTimerange200Response) MarshalJSON ¶

func (*NullableGetPrivateResourceDetailedStatsTimerange200Response) Set ¶

func (*NullableGetPrivateResourceDetailedStatsTimerange200Response) UnmarshalJSON ¶

func (*NullableGetPrivateResourceDetailedStatsTimerange200Response) Unset ¶

type NullableGetPrivateResourceStats200Response ¶

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

func (NullableGetPrivateResourceStats200Response) Get ¶

func (NullableGetPrivateResourceStats200Response) IsSet ¶

func (NullableGetPrivateResourceStats200Response) MarshalJSON ¶

func (*NullableGetPrivateResourceStats200Response) Set ¶

func (*NullableGetPrivateResourceStats200Response) UnmarshalJSON ¶

func (v *NullableGetPrivateResourceStats200Response) UnmarshalJSON(src []byte) error

func (*NullableGetPrivateResourceStats200Response) Unset ¶

type NullableGetRemoteAccessEvents200Response ¶

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

func (NullableGetRemoteAccessEvents200Response) Get ¶

func (NullableGetRemoteAccessEvents200Response) IsSet ¶

func (NullableGetRemoteAccessEvents200Response) MarshalJSON ¶

func (*NullableGetRemoteAccessEvents200Response) Set ¶

func (*NullableGetRemoteAccessEvents200Response) UnmarshalJSON ¶

func (v *NullableGetRemoteAccessEvents200Response) UnmarshalJSON(src []byte) error

func (*NullableGetRemoteAccessEvents200Response) Unset ¶

type NullableGetRequestsByHour200Response ¶

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

func (NullableGetRequestsByHour200Response) Get ¶

func (NullableGetRequestsByHour200Response) IsSet ¶

func (NullableGetRequestsByHour200Response) MarshalJSON ¶

func (v NullableGetRequestsByHour200Response) MarshalJSON() ([]byte, error)

func (*NullableGetRequestsByHour200Response) Set ¶

func (*NullableGetRequestsByHour200Response) UnmarshalJSON ¶

func (v *NullableGetRequestsByHour200Response) UnmarshalJSON(src []byte) error

func (*NullableGetRequestsByHour200Response) Unset ¶

type NullableGetRequestsByHourAndCategory200Response ¶

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

func (NullableGetRequestsByHourAndCategory200Response) Get ¶

func (NullableGetRequestsByHourAndCategory200Response) IsSet ¶

func (NullableGetRequestsByHourAndCategory200Response) MarshalJSON ¶

func (*NullableGetRequestsByHourAndCategory200Response) Set ¶

func (*NullableGetRequestsByHourAndCategory200Response) UnmarshalJSON ¶

func (*NullableGetRequestsByHourAndCategory200Response) Unset ¶

type NullableGetRequestsByTimerange200Response ¶

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

func (NullableGetRequestsByTimerange200Response) Get ¶

func (NullableGetRequestsByTimerange200Response) IsSet ¶

func (NullableGetRequestsByTimerange200Response) MarshalJSON ¶

func (*NullableGetRequestsByTimerange200Response) Set ¶

func (*NullableGetRequestsByTimerange200Response) UnmarshalJSON ¶

func (v *NullableGetRequestsByTimerange200Response) UnmarshalJSON(src []byte) error

func (*NullableGetRequestsByTimerange200Response) Unset ¶

type NullableGetRequestsSummaryForAppConnectorGroups200Response ¶

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

func (NullableGetRequestsSummaryForAppConnectorGroups200Response) Get ¶

func (NullableGetRequestsSummaryForAppConnectorGroups200Response) IsSet ¶

func (NullableGetRequestsSummaryForAppConnectorGroups200Response) MarshalJSON ¶

func (*NullableGetRequestsSummaryForAppConnectorGroups200Response) Set ¶

func (*NullableGetRequestsSummaryForAppConnectorGroups200Response) UnmarshalJSON ¶

func (*NullableGetRequestsSummaryForAppConnectorGroups200Response) Unset ¶

type NullableGetSummariesByCategory200Response ¶

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

func (NullableGetSummariesByCategory200Response) Get ¶

func (NullableGetSummariesByCategory200Response) IsSet ¶

func (NullableGetSummariesByCategory200Response) MarshalJSON ¶

func (*NullableGetSummariesByCategory200Response) Set ¶

func (*NullableGetSummariesByCategory200Response) UnmarshalJSON ¶

func (v *NullableGetSummariesByCategory200Response) UnmarshalJSON(src []byte) error

func (*NullableGetSummariesByCategory200Response) Unset ¶

type NullableGetSummariesByDestination200Response ¶

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

func (NullableGetSummariesByDestination200Response) Get ¶

func (NullableGetSummariesByDestination200Response) IsSet ¶

func (NullableGetSummariesByDestination200Response) MarshalJSON ¶

func (*NullableGetSummariesByDestination200Response) Set ¶

func (*NullableGetSummariesByDestination200Response) UnmarshalJSON ¶

func (*NullableGetSummariesByDestination200Response) Unset ¶

type NullableGetSummariesByRuleFirewallHitcount200Response ¶

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

func (NullableGetSummariesByRuleFirewallHitcount200Response) Get ¶

func (NullableGetSummariesByRuleFirewallHitcount200Response) IsSet ¶

func (NullableGetSummariesByRuleFirewallHitcount200Response) MarshalJSON ¶

func (*NullableGetSummariesByRuleFirewallHitcount200Response) Set ¶

func (*NullableGetSummariesByRuleFirewallHitcount200Response) UnmarshalJSON ¶

func (*NullableGetSummariesByRuleFirewallHitcount200Response) Unset ¶

type NullableGetSummariesByRuleHitcount200Response ¶

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

func (NullableGetSummariesByRuleHitcount200Response) Get ¶

func (NullableGetSummariesByRuleHitcount200Response) IsSet ¶

func (NullableGetSummariesByRuleHitcount200Response) MarshalJSON ¶

func (*NullableGetSummariesByRuleHitcount200Response) Set ¶

func (*NullableGetSummariesByRuleHitcount200Response) UnmarshalJSON ¶

func (*NullableGetSummariesByRuleHitcount200Response) Unset ¶

type NullableGetSummariesByRuleIntrusion200Response ¶

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

func (NullableGetSummariesByRuleIntrusion200Response) Get ¶

func (NullableGetSummariesByRuleIntrusion200Response) IsSet ¶

func (NullableGetSummariesByRuleIntrusion200Response) MarshalJSON ¶

func (*NullableGetSummariesByRuleIntrusion200Response) Set ¶

func (*NullableGetSummariesByRuleIntrusion200Response) UnmarshalJSON ¶

func (*NullableGetSummariesByRuleIntrusion200Response) Unset ¶

type NullableGetSummary200Response ¶

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

func (NullableGetSummary200Response) Get ¶

func (NullableGetSummary200Response) IsSet ¶

func (NullableGetSummary200Response) MarshalJSON ¶

func (v NullableGetSummary200Response) MarshalJSON() ([]byte, error)

func (*NullableGetSummary200Response) Set ¶

func (*NullableGetSummary200Response) UnmarshalJSON ¶

func (v *NullableGetSummary200Response) UnmarshalJSON(src []byte) error

func (*NullableGetSummary200Response) Unset ¶

func (v *NullableGetSummary200Response) Unset()

type NullableGetThreatName200Response ¶

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

func (NullableGetThreatName200Response) Get ¶

func (NullableGetThreatName200Response) IsSet ¶

func (NullableGetThreatName200Response) MarshalJSON ¶

func (v NullableGetThreatName200Response) MarshalJSON() ([]byte, error)

func (*NullableGetThreatName200Response) Set ¶

func (*NullableGetThreatName200Response) UnmarshalJSON ¶

func (v *NullableGetThreatName200Response) UnmarshalJSON(src []byte) error

func (*NullableGetThreatName200Response) Unset ¶

type NullableGetThreatNames200Response ¶

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

func (NullableGetThreatNames200Response) Get ¶

func (NullableGetThreatNames200Response) IsSet ¶

func (NullableGetThreatNames200Response) MarshalJSON ¶

func (v NullableGetThreatNames200Response) MarshalJSON() ([]byte, error)

func (*NullableGetThreatNames200Response) Set ¶

func (*NullableGetThreatNames200Response) UnmarshalJSON ¶

func (v *NullableGetThreatNames200Response) UnmarshalJSON(src []byte) error

func (*NullableGetThreatNames200Response) Unset ¶

type NullableGetThreatType200Response ¶

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

func (NullableGetThreatType200Response) Get ¶

func (NullableGetThreatType200Response) IsSet ¶

func (NullableGetThreatType200Response) MarshalJSON ¶

func (v NullableGetThreatType200Response) MarshalJSON() ([]byte, error)

func (*NullableGetThreatType200Response) Set ¶

func (*NullableGetThreatType200Response) UnmarshalJSON ¶

func (v *NullableGetThreatType200Response) UnmarshalJSON(src []byte) error

func (*NullableGetThreatType200Response) Unset ¶

type NullableGetThreatTypes200Response ¶

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

func (NullableGetThreatTypes200Response) Get ¶

func (NullableGetThreatTypes200Response) IsSet ¶

func (NullableGetThreatTypes200Response) MarshalJSON ¶

func (v NullableGetThreatTypes200Response) MarshalJSON() ([]byte, error)

func (*NullableGetThreatTypes200Response) Set ¶

func (*NullableGetThreatTypes200Response) UnmarshalJSON ¶

func (v *NullableGetThreatTypes200Response) UnmarshalJSON(src []byte) error

func (*NullableGetThreatTypes200Response) Unset ¶

type NullableGetTopCategories200Response ¶

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

func (NullableGetTopCategories200Response) Get ¶

func (NullableGetTopCategories200Response) IsSet ¶

func (NullableGetTopCategories200Response) MarshalJSON ¶

func (v NullableGetTopCategories200Response) MarshalJSON() ([]byte, error)

func (*NullableGetTopCategories200Response) Set ¶

func (*NullableGetTopCategories200Response) UnmarshalJSON ¶

func (v *NullableGetTopCategories200Response) UnmarshalJSON(src []byte) error

func (*NullableGetTopCategories200Response) Unset ¶

type NullableGetTopDNSQueryTypes200Response ¶

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

func (NullableGetTopDNSQueryTypes200Response) Get ¶

func (NullableGetTopDNSQueryTypes200Response) IsSet ¶

func (NullableGetTopDNSQueryTypes200Response) MarshalJSON ¶

func (v NullableGetTopDNSQueryTypes200Response) MarshalJSON() ([]byte, error)

func (*NullableGetTopDNSQueryTypes200Response) Set ¶

func (*NullableGetTopDNSQueryTypes200Response) UnmarshalJSON ¶

func (v *NullableGetTopDNSQueryTypes200Response) UnmarshalJSON(src []byte) error

func (*NullableGetTopDNSQueryTypes200Response) Unset ¶

type NullableGetTopDestinations200Response ¶

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

func (NullableGetTopDestinations200Response) Get ¶

func (NullableGetTopDestinations200Response) IsSet ¶

func (NullableGetTopDestinations200Response) MarshalJSON ¶

func (v NullableGetTopDestinations200Response) MarshalJSON() ([]byte, error)

func (*NullableGetTopDestinations200Response) Set ¶

func (*NullableGetTopDestinations200Response) UnmarshalJSON ¶

func (v *NullableGetTopDestinations200Response) UnmarshalJSON(src []byte) error

func (*NullableGetTopDestinations200Response) Unset ¶

type NullableGetTopEventTypes200Response ¶

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

func (NullableGetTopEventTypes200Response) Get ¶

func (NullableGetTopEventTypes200Response) IsSet ¶

func (NullableGetTopEventTypes200Response) MarshalJSON ¶

func (v NullableGetTopEventTypes200Response) MarshalJSON() ([]byte, error)

func (*NullableGetTopEventTypes200Response) Set ¶

func (*NullableGetTopEventTypes200Response) UnmarshalJSON ¶

func (v *NullableGetTopEventTypes200Response) UnmarshalJSON(src []byte) error

func (*NullableGetTopEventTypes200Response) Unset ¶

type NullableGetTopFilesProxy200Response ¶

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

func (NullableGetTopFilesProxy200Response) Get ¶

func (NullableGetTopFilesProxy200Response) IsSet ¶

func (NullableGetTopFilesProxy200Response) MarshalJSON ¶

func (v NullableGetTopFilesProxy200Response) MarshalJSON() ([]byte, error)

func (*NullableGetTopFilesProxy200Response) Set ¶

func (*NullableGetTopFilesProxy200Response) UnmarshalJSON ¶

func (v *NullableGetTopFilesProxy200Response) UnmarshalJSON(src []byte) error

func (*NullableGetTopFilesProxy200Response) Unset ¶

type NullableGetTopIdentities200Response ¶

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

func (NullableGetTopIdentities200Response) Get ¶

func (NullableGetTopIdentities200Response) IsSet ¶

func (NullableGetTopIdentities200Response) MarshalJSON ¶

func (v NullableGetTopIdentities200Response) MarshalJSON() ([]byte, error)

func (*NullableGetTopIdentities200Response) Set ¶

func (*NullableGetTopIdentities200Response) UnmarshalJSON ¶

func (v *NullableGetTopIdentities200Response) UnmarshalJSON(src []byte) error

func (*NullableGetTopIdentities200Response) Unset ¶

type NullableGetTopIps200Response ¶

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

func (NullableGetTopIps200Response) Get ¶

func (NullableGetTopIps200Response) IsSet ¶

func (NullableGetTopIps200Response) MarshalJSON ¶

func (v NullableGetTopIps200Response) MarshalJSON() ([]byte, error)

func (*NullableGetTopIps200Response) Set ¶

func (*NullableGetTopIps200Response) UnmarshalJSON ¶

func (v *NullableGetTopIps200Response) UnmarshalJSON(src []byte) error

func (*NullableGetTopIps200Response) Unset ¶

func (v *NullableGetTopIps200Response) Unset()

type NullableGetTopResources200Response ¶

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

func (NullableGetTopResources200Response) Get ¶

func (NullableGetTopResources200Response) IsSet ¶

func (NullableGetTopResources200Response) MarshalJSON ¶

func (v NullableGetTopResources200Response) MarshalJSON() ([]byte, error)

func (*NullableGetTopResources200Response) Set ¶

func (*NullableGetTopResources200Response) UnmarshalJSON ¶

func (v *NullableGetTopResources200Response) UnmarshalJSON(src []byte) error

func (*NullableGetTopResources200Response) Unset ¶

type NullableGetTopThreatTypes200Response ¶

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

func (NullableGetTopThreatTypes200Response) Get ¶

func (NullableGetTopThreatTypes200Response) IsSet ¶

func (NullableGetTopThreatTypes200Response) MarshalJSON ¶

func (v NullableGetTopThreatTypes200Response) MarshalJSON() ([]byte, error)

func (*NullableGetTopThreatTypes200Response) Set ¶

func (*NullableGetTopThreatTypes200Response) UnmarshalJSON ¶

func (v *NullableGetTopThreatTypes200Response) UnmarshalJSON(src []byte) error

func (*NullableGetTopThreatTypes200Response) Unset ¶

type NullableGetTopThreats200Response ¶

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

func (NullableGetTopThreats200Response) Get ¶

func (NullableGetTopThreats200Response) IsSet ¶

func (NullableGetTopThreats200Response) MarshalJSON ¶

func (v NullableGetTopThreats200Response) MarshalJSON() ([]byte, error)

func (*NullableGetTopThreats200Response) Set ¶

func (*NullableGetTopThreats200Response) UnmarshalJSON ¶

func (v *NullableGetTopThreats200Response) UnmarshalJSON(src []byte) error

func (*NullableGetTopThreats200Response) Unset ¶

type NullableGetTopUrls200Response ¶

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

func (NullableGetTopUrls200Response) Get ¶

func (NullableGetTopUrls200Response) IsSet ¶

func (NullableGetTopUrls200Response) MarshalJSON ¶

func (v NullableGetTopUrls200Response) MarshalJSON() ([]byte, error)

func (*NullableGetTopUrls200Response) Set ¶

func (*NullableGetTopUrls200Response) UnmarshalJSON ¶

func (v *NullableGetTopUrls200Response) UnmarshalJSON(src []byte) error

func (*NullableGetTopUrls200Response) Unset ¶

func (v *NullableGetTopUrls200Response) Unset()

type NullableGetTotalRequests200Response ¶

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

func (NullableGetTotalRequests200Response) Get ¶

func (NullableGetTotalRequests200Response) IsSet ¶

func (NullableGetTotalRequests200Response) MarshalJSON ¶

func (v NullableGetTotalRequests200Response) MarshalJSON() ([]byte, error)

func (*NullableGetTotalRequests200Response) Set ¶

func (*NullableGetTotalRequests200Response) UnmarshalJSON ¶

func (v *NullableGetTotalRequests200Response) UnmarshalJSON(src []byte) error

func (*NullableGetTotalRequests200Response) Unset ¶

type NullableGetTotalRequestsForAppConnector200Response ¶

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

func (NullableGetTotalRequestsForAppConnector200Response) Get ¶

func (NullableGetTotalRequestsForAppConnector200Response) IsSet ¶

func (NullableGetTotalRequestsForAppConnector200Response) MarshalJSON ¶

func (*NullableGetTotalRequestsForAppConnector200Response) Set ¶

func (*NullableGetTotalRequestsForAppConnector200Response) UnmarshalJSON ¶

func (*NullableGetTotalRequestsForAppConnector200Response) Unset ¶

type NullableGetTotalRequestsForAppConnectorGroup200Response ¶

type NullableGetTotalRequestsForAppConnectorGroup200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetTotalRequestsForAppConnectorGroup200Response) Get ¶

func (NullableGetTotalRequestsForAppConnectorGroup200Response) IsSet ¶

func (NullableGetTotalRequestsForAppConnectorGroup200Response) MarshalJSON ¶

func (*NullableGetTotalRequestsForAppConnectorGroup200Response) Set ¶

func (*NullableGetTotalRequestsForAppConnectorGroup200Response) UnmarshalJSON ¶

func (*NullableGetTotalRequestsForAppConnectorGroup200Response) Unset ¶

type NullableGetUniqueResources200Response ¶

type NullableGetUniqueResources200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetUniqueResources200Response) Get ¶

func (NullableGetUniqueResources200Response) IsSet ¶

func (NullableGetUniqueResources200Response) MarshalJSON ¶

func (v NullableGetUniqueResources200Response) MarshalJSON() ([]byte, error)

func (*NullableGetUniqueResources200Response) Set ¶

func (*NullableGetUniqueResources200Response) UnmarshalJSON ¶

func (v *NullableGetUniqueResources200Response) UnmarshalJSON(src []byte) error

func (*NullableGetUniqueResources200Response) Unset ¶

type NullableGetUsageMetrics200Response ¶

type NullableGetUsageMetrics200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetUsageMetrics200Response) Get ¶

func (NullableGetUsageMetrics200Response) IsSet ¶

func (NullableGetUsageMetrics200Response) MarshalJSON ¶

func (v NullableGetUsageMetrics200Response) MarshalJSON() ([]byte, error)

func (*NullableGetUsageMetrics200Response) Set ¶

func (*NullableGetUsageMetrics200Response) UnmarshalJSON ¶

func (v *NullableGetUsageMetrics200Response) UnmarshalJSON(src []byte) error

func (*NullableGetUsageMetrics200Response) Unset ¶

type NullableGetUsageMetrics200ResponseBody ¶

type NullableGetUsageMetrics200ResponseBody struct {
	// contains filtered or unexported fields
}

func (NullableGetUsageMetrics200ResponseBody) Get ¶

func (NullableGetUsageMetrics200ResponseBody) IsSet ¶

func (NullableGetUsageMetrics200ResponseBody) MarshalJSON ¶

func (v NullableGetUsageMetrics200ResponseBody) MarshalJSON() ([]byte, error)

func (*NullableGetUsageMetrics200ResponseBody) Set ¶

func (*NullableGetUsageMetrics200ResponseBody) UnmarshalJSON ¶

func (v *NullableGetUsageMetrics200ResponseBody) UnmarshalJSON(src []byte) error

func (*NullableGetUsageMetrics200ResponseBody) Unset ¶

type NullableHttpError ¶

type NullableHttpError struct {
	// contains filtered or unexported fields
}

func NewNullableHttpError ¶

func NewNullableHttpError(val *HttpError) *NullableHttpError

func (NullableHttpError) Get ¶

func (v NullableHttpError) Get() *HttpError

func (NullableHttpError) IsSet ¶

func (v NullableHttpError) IsSet() bool

func (NullableHttpError) MarshalJSON ¶

func (v NullableHttpError) MarshalJSON() ([]byte, error)

func (*NullableHttpError) Set ¶

func (v *NullableHttpError) Set(val *HttpError)

func (*NullableHttpError) UnmarshalJSON ¶

func (v *NullableHttpError) UnmarshalJSON(src []byte) error

func (*NullableHttpError) Unset ¶

func (v *NullableHttpError) Unset()

type NullableIdentity ¶

type NullableIdentity struct {
	// contains filtered or unexported fields
}

func NewNullableIdentity ¶

func NewNullableIdentity(val *Identity) *NullableIdentity

func (NullableIdentity) Get ¶

func (v NullableIdentity) Get() *Identity

func (NullableIdentity) IsSet ¶

func (v NullableIdentity) IsSet() bool

func (NullableIdentity) MarshalJSON ¶

func (v NullableIdentity) MarshalJSON() ([]byte, error)

func (*NullableIdentity) Set ¶

func (v *NullableIdentity) Set(val *Identity)

func (*NullableIdentity) UnmarshalJSON ¶

func (v *NullableIdentity) UnmarshalJSON(src []byte) error

func (*NullableIdentity) Unset ¶

func (v *NullableIdentity) Unset()

type NullableIdentityDistribution ¶

type NullableIdentityDistribution struct {
	// contains filtered or unexported fields
}

func (NullableIdentityDistribution) Get ¶

func (NullableIdentityDistribution) IsSet ¶

func (NullableIdentityDistribution) MarshalJSON ¶

func (v NullableIdentityDistribution) MarshalJSON() ([]byte, error)

func (*NullableIdentityDistribution) Set ¶

func (*NullableIdentityDistribution) UnmarshalJSON ¶

func (v *NullableIdentityDistribution) UnmarshalJSON(src []byte) error

func (*NullableIdentityDistribution) Unset ¶

func (v *NullableIdentityDistribution) Unset()

type NullableIdentityType ¶

type NullableIdentityType struct {
	// contains filtered or unexported fields
}

func NewNullableIdentityType ¶

func NewNullableIdentityType(val *IdentityType) *NullableIdentityType

func (NullableIdentityType) Get ¶

func (NullableIdentityType) IsSet ¶

func (v NullableIdentityType) IsSet() bool

func (NullableIdentityType) MarshalJSON ¶

func (v NullableIdentityType) MarshalJSON() ([]byte, error)

func (*NullableIdentityType) Set ¶

func (v *NullableIdentityType) Set(val *IdentityType)

func (*NullableIdentityType) UnmarshalJSON ¶

func (v *NullableIdentityType) UnmarshalJSON(src []byte) error

func (*NullableIdentityType) Unset ¶

func (v *NullableIdentityType) Unset()

type NullableIdentityWithStats ¶

type NullableIdentityWithStats struct {
	// contains filtered or unexported fields
}

func NewNullableIdentityWithStats ¶

func NewNullableIdentityWithStats(val *IdentityWithStats) *NullableIdentityWithStats

func (NullableIdentityWithStats) Get ¶

func (NullableIdentityWithStats) IsSet ¶

func (v NullableIdentityWithStats) IsSet() bool

func (NullableIdentityWithStats) MarshalJSON ¶

func (v NullableIdentityWithStats) MarshalJSON() ([]byte, error)

func (*NullableIdentityWithStats) Set ¶

func (*NullableIdentityWithStats) UnmarshalJSON ¶

func (v *NullableIdentityWithStats) UnmarshalJSON(src []byte) error

func (*NullableIdentityWithStats) Unset ¶

func (v *NullableIdentityWithStats) 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 NullableIsolated ¶

type NullableIsolated struct {
	// contains filtered or unexported fields
}

func NewNullableIsolated ¶

func NewNullableIsolated(val *Isolated) *NullableIsolated

func (NullableIsolated) Get ¶

func (v NullableIsolated) Get() *Isolated

func (NullableIsolated) IsSet ¶

func (v NullableIsolated) IsSet() bool

func (NullableIsolated) MarshalJSON ¶

func (v NullableIsolated) MarshalJSON() ([]byte, error)

func (*NullableIsolated) Set ¶

func (v *NullableIsolated) Set(val *Isolated)

func (*NullableIsolated) UnmarshalJSON ¶

func (v *NullableIsolated) UnmarshalJSON(src []byte) error

func (*NullableIsolated) Unset ¶

func (v *NullableIsolated) Unset()

type NullableKeys ¶

type NullableKeys struct {
	// contains filtered or unexported fields
}

func NewNullableKeys ¶

func NewNullableKeys(val *Keys) *NullableKeys

func (NullableKeys) Get ¶

func (v NullableKeys) Get() *Keys

func (NullableKeys) IsSet ¶

func (v NullableKeys) IsSet() bool

func (NullableKeys) MarshalJSON ¶

func (v NullableKeys) MarshalJSON() ([]byte, error)

func (*NullableKeys) Set ¶

func (v *NullableKeys) Set(val *Keys)

func (*NullableKeys) UnmarshalJSON ¶

func (v *NullableKeys) UnmarshalJSON(src []byte) error

func (*NullableKeys) Unset ¶

func (v *NullableKeys) Unset()

type NullableKeysInformationInner ¶

type NullableKeysInformationInner struct {
	// contains filtered or unexported fields
}

func (NullableKeysInformationInner) Get ¶

func (NullableKeysInformationInner) IsSet ¶

func (NullableKeysInformationInner) MarshalJSON ¶

func (v NullableKeysInformationInner) MarshalJSON() ([]byte, error)

func (*NullableKeysInformationInner) Set ¶

func (*NullableKeysInformationInner) UnmarshalJSON ¶

func (v *NullableKeysInformationInner) UnmarshalJSON(src []byte) error

func (*NullableKeysInformationInner) Unset ¶

func (v *NullableKeysInformationInner) Unset()

type NullableLabel ¶

type NullableLabel struct {
	// contains filtered or unexported fields
}

func NewNullableLabel ¶

func NewNullableLabel(val *Label) *NullableLabel

func (NullableLabel) Get ¶

func (v NullableLabel) Get() *Label

func (NullableLabel) IsSet ¶

func (v NullableLabel) IsSet() bool

func (NullableLabel) MarshalJSON ¶

func (v NullableLabel) MarshalJSON() ([]byte, error)

func (*NullableLabel) Set ¶

func (v *NullableLabel) Set(val *Label)

func (*NullableLabel) UnmarshalJSON ¶

func (v *NullableLabel) UnmarshalJSON(src []byte) error

func (*NullableLabel) Unset ¶

func (v *NullableLabel) Unset()

type NullablePatchApplicationsRequest ¶

type NullablePatchApplicationsRequest struct {
	// contains filtered or unexported fields
}

func (NullablePatchApplicationsRequest) Get ¶

func (NullablePatchApplicationsRequest) IsSet ¶

func (NullablePatchApplicationsRequest) MarshalJSON ¶

func (v NullablePatchApplicationsRequest) MarshalJSON() ([]byte, error)

func (*NullablePatchApplicationsRequest) Set ¶

func (*NullablePatchApplicationsRequest) UnmarshalJSON ¶

func (v *NullablePatchApplicationsRequest) UnmarshalJSON(src []byte) error

func (*NullablePatchApplicationsRequest) Unset ¶

type NullablePolicy ¶

type NullablePolicy struct {
	// contains filtered or unexported fields
}

func NewNullablePolicy ¶

func NewNullablePolicy(val *Policy) *NullablePolicy

func (NullablePolicy) Get ¶

func (v NullablePolicy) Get() *Policy

func (NullablePolicy) IsSet ¶

func (v NullablePolicy) IsSet() bool

func (NullablePolicy) MarshalJSON ¶

func (v NullablePolicy) MarshalJSON() ([]byte, error)

func (*NullablePolicy) Set ¶

func (v *NullablePolicy) Set(val *Policy)

func (*NullablePolicy) UnmarshalJSON ¶

func (v *NullablePolicy) UnmarshalJSON(src []byte) error

func (*NullablePolicy) Unset ¶

func (v *NullablePolicy) Unset()

type NullablePolicyZTNA ¶

type NullablePolicyZTNA struct {
	// contains filtered or unexported fields
}

func NewNullablePolicyZTNA ¶

func NewNullablePolicyZTNA(val *PolicyZTNA) *NullablePolicyZTNA

func (NullablePolicyZTNA) Get ¶

func (v NullablePolicyZTNA) Get() *PolicyZTNA

func (NullablePolicyZTNA) IsSet ¶

func (v NullablePolicyZTNA) IsSet() bool

func (NullablePolicyZTNA) MarshalJSON ¶

func (v NullablePolicyZTNA) MarshalJSON() ([]byte, error)

func (*NullablePolicyZTNA) Set ¶

func (v *NullablePolicyZTNA) Set(val *PolicyZTNA)

func (*NullablePolicyZTNA) UnmarshalJSON ¶

func (v *NullablePolicyZTNA) UnmarshalJSON(src []byte) error

func (*NullablePolicyZTNA) Unset ¶

func (v *NullablePolicyZTNA) Unset()

type NullablePostIdentitiesRequest ¶

type NullablePostIdentitiesRequest struct {
	// contains filtered or unexported fields
}

func (NullablePostIdentitiesRequest) Get ¶

func (NullablePostIdentitiesRequest) IsSet ¶

func (NullablePostIdentitiesRequest) MarshalJSON ¶

func (v NullablePostIdentitiesRequest) MarshalJSON() ([]byte, error)

func (*NullablePostIdentitiesRequest) Set ¶

func (*NullablePostIdentitiesRequest) UnmarshalJSON ¶

func (v *NullablePostIdentitiesRequest) UnmarshalJSON(src []byte) error

func (*NullablePostIdentitiesRequest) Unset ¶

func (v *NullablePostIdentitiesRequest) Unset()

type NullablePrivateApplicationGroup ¶

type NullablePrivateApplicationGroup struct {
	// contains filtered or unexported fields
}

func (NullablePrivateApplicationGroup) Get ¶

func (NullablePrivateApplicationGroup) IsSet ¶

func (NullablePrivateApplicationGroup) MarshalJSON ¶

func (v NullablePrivateApplicationGroup) MarshalJSON() ([]byte, error)

func (*NullablePrivateApplicationGroup) Set ¶

func (*NullablePrivateApplicationGroup) UnmarshalJSON ¶

func (v *NullablePrivateApplicationGroup) UnmarshalJSON(src []byte) error

func (*NullablePrivateApplicationGroup) Unset ¶

type NullablePrivateResourceDetailedStatsIdentities ¶

type NullablePrivateResourceDetailedStatsIdentities struct {
	// contains filtered or unexported fields
}

func (NullablePrivateResourceDetailedStatsIdentities) Get ¶

func (NullablePrivateResourceDetailedStatsIdentities) IsSet ¶

func (NullablePrivateResourceDetailedStatsIdentities) MarshalJSON ¶

func (*NullablePrivateResourceDetailedStatsIdentities) Set ¶

func (*NullablePrivateResourceDetailedStatsIdentities) UnmarshalJSON ¶

func (*NullablePrivateResourceDetailedStatsIdentities) Unset ¶

type NullablePrivateResourceDetailedStatsTimerange ¶

type NullablePrivateResourceDetailedStatsTimerange struct {
	// contains filtered or unexported fields
}

func (NullablePrivateResourceDetailedStatsTimerange) Get ¶

func (NullablePrivateResourceDetailedStatsTimerange) IsSet ¶

func (NullablePrivateResourceDetailedStatsTimerange) MarshalJSON ¶

func (*NullablePrivateResourceDetailedStatsTimerange) Set ¶

func (*NullablePrivateResourceDetailedStatsTimerange) UnmarshalJSON ¶

func (*NullablePrivateResourceDetailedStatsTimerange) Unset ¶

type NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount ¶

type NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount struct {
	// contains filtered or unexported fields
}

func (NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) Get ¶

func (NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) IsSet ¶

func (NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) MarshalJSON ¶

func (*NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) Set ¶

func (*NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) UnmarshalJSON ¶

func (*NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) Unset ¶

type NullablePrivateResourceStats ¶

type NullablePrivateResourceStats struct {
	// contains filtered or unexported fields
}

func (NullablePrivateResourceStats) Get ¶

func (NullablePrivateResourceStats) IsSet ¶

func (NullablePrivateResourceStats) MarshalJSON ¶

func (v NullablePrivateResourceStats) MarshalJSON() ([]byte, error)

func (*NullablePrivateResourceStats) Set ¶

func (*NullablePrivateResourceStats) UnmarshalJSON ¶

func (v *NullablePrivateResourceStats) UnmarshalJSON(src []byte) error

func (*NullablePrivateResourceStats) Unset ¶

func (v *NullablePrivateResourceStats) Unset()

type NullableProtocol ¶

type NullableProtocol struct {
	// contains filtered or unexported fields
}

func NewNullableProtocol ¶

func NewNullableProtocol(val *Protocol) *NullableProtocol

func (NullableProtocol) Get ¶

func (v NullableProtocol) Get() *Protocol

func (NullableProtocol) IsSet ¶

func (v NullableProtocol) IsSet() bool

func (NullableProtocol) MarshalJSON ¶

func (v NullableProtocol) MarshalJSON() ([]byte, error)

func (*NullableProtocol) Set ¶

func (v *NullableProtocol) Set(val *Protocol)

func (*NullableProtocol) UnmarshalJSON ¶

func (v *NullableProtocol) UnmarshalJSON(src []byte) error

func (*NullableProtocol) Unset ¶

func (v *NullableProtocol) Unset()

type NullableProtocolIdentity ¶

type NullableProtocolIdentity struct {
	// contains filtered or unexported fields
}

func NewNullableProtocolIdentity ¶

func NewNullableProtocolIdentity(val *ProtocolIdentity) *NullableProtocolIdentity

func (NullableProtocolIdentity) Get ¶

func (NullableProtocolIdentity) IsSet ¶

func (v NullableProtocolIdentity) IsSet() bool

func (NullableProtocolIdentity) MarshalJSON ¶

func (v NullableProtocolIdentity) MarshalJSON() ([]byte, error)

func (*NullableProtocolIdentity) Set ¶

func (*NullableProtocolIdentity) UnmarshalJSON ¶

func (v *NullableProtocolIdentity) UnmarshalJSON(src []byte) error

func (*NullableProtocolIdentity) Unset ¶

func (v *NullableProtocolIdentity) Unset()

type NullableProtocolIdentityList ¶

type NullableProtocolIdentityList struct {
	// contains filtered or unexported fields
}

func (NullableProtocolIdentityList) Get ¶

func (NullableProtocolIdentityList) IsSet ¶

func (NullableProtocolIdentityList) MarshalJSON ¶

func (v NullableProtocolIdentityList) MarshalJSON() ([]byte, error)

func (*NullableProtocolIdentityList) Set ¶

func (*NullableProtocolIdentityList) UnmarshalJSON ¶

func (v *NullableProtocolIdentityList) UnmarshalJSON(src []byte) error

func (*NullableProtocolIdentityList) Unset ¶

func (v *NullableProtocolIdentityList) Unset()

type NullableProtocolList ¶

type NullableProtocolList struct {
	// contains filtered or unexported fields
}

func NewNullableProtocolList ¶

func NewNullableProtocolList(val *ProtocolList) *NullableProtocolList

func (NullableProtocolList) Get ¶

func (NullableProtocolList) IsSet ¶

func (v NullableProtocolList) IsSet() bool

func (NullableProtocolList) MarshalJSON ¶

func (v NullableProtocolList) MarshalJSON() ([]byte, error)

func (*NullableProtocolList) Set ¶

func (v *NullableProtocolList) Set(val *ProtocolList)

func (*NullableProtocolList) UnmarshalJSON ¶

func (v *NullableProtocolList) UnmarshalJSON(src []byte) error

func (*NullableProtocolList) Unset ¶

func (v *NullableProtocolList) Unset()

type NullableProtocolObject ¶

type NullableProtocolObject struct {
	// contains filtered or unexported fields
}

func NewNullableProtocolObject ¶

func NewNullableProtocolObject(val *ProtocolObject) *NullableProtocolObject

func (NullableProtocolObject) Get ¶

func (NullableProtocolObject) IsSet ¶

func (v NullableProtocolObject) IsSet() bool

func (NullableProtocolObject) MarshalJSON ¶

func (v NullableProtocolObject) MarshalJSON() ([]byte, error)

func (*NullableProtocolObject) Set ¶

func (*NullableProtocolObject) UnmarshalJSON ¶

func (v *NullableProtocolObject) UnmarshalJSON(src []byte) error

func (*NullableProtocolObject) Unset ¶

func (v *NullableProtocolObject) Unset()

type NullableProtocolObjectInList ¶

type NullableProtocolObjectInList struct {
	// contains filtered or unexported fields
}

func (NullableProtocolObjectInList) Get ¶

func (NullableProtocolObjectInList) IsSet ¶

func (NullableProtocolObjectInList) MarshalJSON ¶

func (v NullableProtocolObjectInList) MarshalJSON() ([]byte, error)

func (*NullableProtocolObjectInList) Set ¶

func (*NullableProtocolObjectInList) UnmarshalJSON ¶

func (v *NullableProtocolObjectInList) UnmarshalJSON(src []byte) error

func (*NullableProtocolObjectInList) Unset ¶

func (v *NullableProtocolObjectInList) Unset()

type NullableRemoteAccess ¶

type NullableRemoteAccess struct {
	// contains filtered or unexported fields
}

func NewNullableRemoteAccess ¶

func NewNullableRemoteAccess(val *RemoteAccess) *NullableRemoteAccess

func (NullableRemoteAccess) Get ¶

func (NullableRemoteAccess) IsSet ¶

func (v NullableRemoteAccess) IsSet() bool

func (NullableRemoteAccess) MarshalJSON ¶

func (v NullableRemoteAccess) MarshalJSON() ([]byte, error)

func (*NullableRemoteAccess) Set ¶

func (v *NullableRemoteAccess) Set(val *RemoteAccess)

func (*NullableRemoteAccess) UnmarshalJSON ¶

func (v *NullableRemoteAccess) UnmarshalJSON(src []byte) error

func (*NullableRemoteAccess) Unset ¶

func (v *NullableRemoteAccess) Unset()

type NullableRemoteAccessIdentitiesInner ¶

type NullableRemoteAccessIdentitiesInner struct {
	// contains filtered or unexported fields
}

func (NullableRemoteAccessIdentitiesInner) Get ¶

func (NullableRemoteAccessIdentitiesInner) IsSet ¶

func (NullableRemoteAccessIdentitiesInner) MarshalJSON ¶

func (v NullableRemoteAccessIdentitiesInner) MarshalJSON() ([]byte, error)

func (*NullableRemoteAccessIdentitiesInner) Set ¶

func (*NullableRemoteAccessIdentitiesInner) UnmarshalJSON ¶

func (v *NullableRemoteAccessIdentitiesInner) UnmarshalJSON(src []byte) error

func (*NullableRemoteAccessIdentitiesInner) Unset ¶

type NullableRemoteAccessIdentitiesInnerType ¶

type NullableRemoteAccessIdentitiesInnerType struct {
	// contains filtered or unexported fields
}

func (NullableRemoteAccessIdentitiesInnerType) Get ¶

func (NullableRemoteAccessIdentitiesInnerType) IsSet ¶

func (NullableRemoteAccessIdentitiesInnerType) MarshalJSON ¶

func (v NullableRemoteAccessIdentitiesInnerType) MarshalJSON() ([]byte, error)

func (*NullableRemoteAccessIdentitiesInnerType) Set ¶

func (*NullableRemoteAccessIdentitiesInnerType) UnmarshalJSON ¶

func (v *NullableRemoteAccessIdentitiesInnerType) UnmarshalJSON(src []byte) error

func (*NullableRemoteAccessIdentitiesInnerType) Unset ¶

type NullableRequestAndConnectionCounts ¶

type NullableRequestAndConnectionCounts struct {
	// contains filtered or unexported fields
}

func (NullableRequestAndConnectionCounts) Get ¶

func (NullableRequestAndConnectionCounts) IsSet ¶

func (NullableRequestAndConnectionCounts) MarshalJSON ¶

func (v NullableRequestAndConnectionCounts) MarshalJSON() ([]byte, error)

func (*NullableRequestAndConnectionCounts) Set ¶

func (*NullableRequestAndConnectionCounts) UnmarshalJSON ¶

func (v *NullableRequestAndConnectionCounts) UnmarshalJSON(src []byte) error

func (*NullableRequestAndConnectionCounts) Unset ¶

type NullableRequestCounts ¶

type NullableRequestCounts struct {
	// contains filtered or unexported fields
}

func NewNullableRequestCounts ¶

func NewNullableRequestCounts(val *RequestCounts) *NullableRequestCounts

func (NullableRequestCounts) Get ¶

func (NullableRequestCounts) IsSet ¶

func (v NullableRequestCounts) IsSet() bool

func (NullableRequestCounts) MarshalJSON ¶

func (v NullableRequestCounts) MarshalJSON() ([]byte, error)

func (*NullableRequestCounts) Set ¶

func (v *NullableRequestCounts) Set(val *RequestCounts)

func (*NullableRequestCounts) UnmarshalJSON ¶

func (v *NullableRequestCounts) UnmarshalJSON(src []byte) error

func (*NullableRequestCounts) Unset ¶

func (v *NullableRequestCounts) Unset()

type NullableRequestDetailsListInner ¶

type NullableRequestDetailsListInner struct {
	// contains filtered or unexported fields
}

func (NullableRequestDetailsListInner) Get ¶

func (NullableRequestDetailsListInner) IsSet ¶

func (NullableRequestDetailsListInner) MarshalJSON ¶

func (v NullableRequestDetailsListInner) MarshalJSON() ([]byte, error)

func (*NullableRequestDetailsListInner) Set ¶

func (*NullableRequestDetailsListInner) UnmarshalJSON ¶

func (v *NullableRequestDetailsListInner) UnmarshalJSON(src []byte) error

func (*NullableRequestDetailsListInner) Unset ¶

type NullableRequestSummaryAppConnector ¶

type NullableRequestSummaryAppConnector struct {
	// contains filtered or unexported fields
}

func (NullableRequestSummaryAppConnector) Get ¶

func (NullableRequestSummaryAppConnector) IsSet ¶

func (NullableRequestSummaryAppConnector) MarshalJSON ¶

func (v NullableRequestSummaryAppConnector) MarshalJSON() ([]byte, error)

func (*NullableRequestSummaryAppConnector) Set ¶

func (*NullableRequestSummaryAppConnector) UnmarshalJSON ¶

func (v *NullableRequestSummaryAppConnector) UnmarshalJSON(src []byte) error

func (*NullableRequestSummaryAppConnector) Unset ¶

type NullableRequestSummaryAppConnectorGroup ¶

type NullableRequestSummaryAppConnectorGroup struct {
	// contains filtered or unexported fields
}

func (NullableRequestSummaryAppConnectorGroup) Get ¶

func (NullableRequestSummaryAppConnectorGroup) IsSet ¶

func (NullableRequestSummaryAppConnectorGroup) MarshalJSON ¶

func (v NullableRequestSummaryAppConnectorGroup) MarshalJSON() ([]byte, error)

func (*NullableRequestSummaryAppConnectorGroup) Set ¶

func (*NullableRequestSummaryAppConnectorGroup) UnmarshalJSON ¶

func (v *NullableRequestSummaryAppConnectorGroup) UnmarshalJSON(src []byte) error

func (*NullableRequestSummaryAppConnectorGroup) Unset ¶

type NullableRequests ¶

type NullableRequests struct {
	// contains filtered or unexported fields
}

func NewNullableRequests ¶

func NewNullableRequests(val *Requests) *NullableRequests

func (NullableRequests) Get ¶

func (v NullableRequests) Get() *Requests

func (NullableRequests) IsSet ¶

func (v NullableRequests) IsSet() bool

func (NullableRequests) MarshalJSON ¶

func (v NullableRequests) MarshalJSON() ([]byte, error)

func (*NullableRequests) Set ¶

func (v *NullableRequests) Set(val *Requests)

func (*NullableRequests) UnmarshalJSON ¶

func (v *NullableRequests) UnmarshalJSON(src []byte) error

func (*NullableRequests) Unset ¶

func (v *NullableRequests) Unset()

type NullableRequestsByAppConnector ¶

type NullableRequestsByAppConnector struct {
	// contains filtered or unexported fields
}

func (NullableRequestsByAppConnector) Get ¶

func (NullableRequestsByAppConnector) IsSet ¶

func (NullableRequestsByAppConnector) MarshalJSON ¶

func (v NullableRequestsByAppConnector) MarshalJSON() ([]byte, error)

func (*NullableRequestsByAppConnector) Set ¶

func (*NullableRequestsByAppConnector) UnmarshalJSON ¶

func (v *NullableRequestsByAppConnector) UnmarshalJSON(src []byte) error

func (*NullableRequestsByAppConnector) Unset ¶

func (v *NullableRequestsByAppConnector) Unset()

type NullableRequestsByAppConnectorGroup ¶

type NullableRequestsByAppConnectorGroup struct {
	// contains filtered or unexported fields
}

func (NullableRequestsByAppConnectorGroup) Get ¶

func (NullableRequestsByAppConnectorGroup) IsSet ¶

func (NullableRequestsByAppConnectorGroup) MarshalJSON ¶

func (v NullableRequestsByAppConnectorGroup) MarshalJSON() ([]byte, error)

func (*NullableRequestsByAppConnectorGroup) Set ¶

func (*NullableRequestsByAppConnectorGroup) UnmarshalJSON ¶

func (v *NullableRequestsByAppConnectorGroup) UnmarshalJSON(src []byte) error

func (*NullableRequestsByAppConnectorGroup) Unset ¶

type NullableRequestsInformationInner ¶

type NullableRequestsInformationInner struct {
	// contains filtered or unexported fields
}

func (NullableRequestsInformationInner) Get ¶

func (NullableRequestsInformationInner) IsSet ¶

func (NullableRequestsInformationInner) MarshalJSON ¶

func (v NullableRequestsInformationInner) MarshalJSON() ([]byte, error)

func (*NullableRequestsInformationInner) Set ¶

func (*NullableRequestsInformationInner) UnmarshalJSON ¶

func (v *NullableRequestsInformationInner) UnmarshalJSON(src []byte) error

func (*NullableRequestsInformationInner) Unset ¶

type NullableRequestsbyHour ¶

type NullableRequestsbyHour struct {
	// contains filtered or unexported fields
}

func NewNullableRequestsbyHour ¶

func NewNullableRequestsbyHour(val *RequestsbyHour) *NullableRequestsbyHour

func (NullableRequestsbyHour) Get ¶

func (NullableRequestsbyHour) IsSet ¶

func (v NullableRequestsbyHour) IsSet() bool

func (NullableRequestsbyHour) MarshalJSON ¶

func (v NullableRequestsbyHour) MarshalJSON() ([]byte, error)

func (*NullableRequestsbyHour) Set ¶

func (*NullableRequestsbyHour) UnmarshalJSON ¶

func (v *NullableRequestsbyHour) UnmarshalJSON(src []byte) error

func (*NullableRequestsbyHour) Unset ¶

func (v *NullableRequestsbyHour) Unset()

type NullableResponse ¶

type NullableResponse struct {
	// contains filtered or unexported fields
}

func NewNullableResponse ¶

func NewNullableResponse(val *Response) *NullableResponse

func (NullableResponse) Get ¶

func (v NullableResponse) Get() *Response

func (NullableResponse) IsSet ¶

func (v NullableResponse) IsSet() bool

func (NullableResponse) MarshalJSON ¶

func (v NullableResponse) MarshalJSON() ([]byte, error)

func (*NullableResponse) Set ¶

func (v *NullableResponse) Set(val *Response)

func (*NullableResponse) UnmarshalJSON ¶

func (v *NullableResponse) UnmarshalJSON(src []byte) error

func (*NullableResponse) Unset ¶

func (v *NullableResponse) Unset()

type NullableResponseData ¶

type NullableResponseData struct {
	// contains filtered or unexported fields
}

func NewNullableResponseData ¶

func NewNullableResponseData(val *ResponseData) *NullableResponseData

func (NullableResponseData) Get ¶

func (NullableResponseData) IsSet ¶

func (v NullableResponseData) IsSet() bool

func (NullableResponseData) MarshalJSON ¶

func (v NullableResponseData) MarshalJSON() ([]byte, error)

func (*NullableResponseData) Set ¶

func (v *NullableResponseData) Set(val *ResponseData)

func (*NullableResponseData) UnmarshalJSON ¶

func (v *NullableResponseData) UnmarshalJSON(src []byte) error

func (*NullableResponseData) Unset ¶

func (v *NullableResponseData) Unset()

type NullableResponses ¶

type NullableResponses struct {
	// contains filtered or unexported fields
}

func NewNullableResponses ¶

func NewNullableResponses(val *Responses) *NullableResponses

func (NullableResponses) Get ¶

func (v NullableResponses) Get() *Responses

func (NullableResponses) IsSet ¶

func (v NullableResponses) IsSet() bool

func (NullableResponses) MarshalJSON ¶

func (v NullableResponses) MarshalJSON() ([]byte, error)

func (*NullableResponses) Set ¶

func (v *NullableResponses) Set(val *Responses)

func (*NullableResponses) UnmarshalJSON ¶

func (v *NullableResponses) UnmarshalJSON(src []byte) error

func (*NullableResponses) Unset ¶

func (v *NullableResponses) Unset()

type NullableResponsesInformationInner ¶

type NullableResponsesInformationInner struct {
	// contains filtered or unexported fields
}

func (NullableResponsesInformationInner) Get ¶

func (NullableResponsesInformationInner) IsSet ¶

func (NullableResponsesInformationInner) MarshalJSON ¶

func (v NullableResponsesInformationInner) MarshalJSON() ([]byte, error)

func (*NullableResponsesInformationInner) Set ¶

func (*NullableResponsesInformationInner) UnmarshalJSON ¶

func (v *NullableResponsesInformationInner) UnmarshalJSON(src []byte) error

func (*NullableResponsesInformationInner) Unset ¶

type NullableRule ¶

type NullableRule struct {
	// contains filtered or unexported fields
}

func NewNullableRule ¶

func NewNullableRule(val *Rule) *NullableRule

func (NullableRule) Get ¶

func (v NullableRule) Get() *Rule

func (NullableRule) IsSet ¶

func (v NullableRule) IsSet() bool

func (NullableRule) MarshalJSON ¶

func (v NullableRule) MarshalJSON() ([]byte, error)

func (*NullableRule) Set ¶

func (v *NullableRule) Set(val *Rule)

func (*NullableRule) UnmarshalJSON ¶

func (v *NullableRule) UnmarshalJSON(src []byte) error

func (*NullableRule) Unset ¶

func (v *NullableRule) Unset()

type NullableRuleHitcountSummary ¶

type NullableRuleHitcountSummary struct {
	// contains filtered or unexported fields
}

func (NullableRuleHitcountSummary) Get ¶

func (NullableRuleHitcountSummary) IsSet ¶

func (NullableRuleHitcountSummary) MarshalJSON ¶

func (v NullableRuleHitcountSummary) MarshalJSON() ([]byte, error)

func (*NullableRuleHitcountSummary) Set ¶

func (*NullableRuleHitcountSummary) UnmarshalJSON ¶

func (v *NullableRuleHitcountSummary) UnmarshalJSON(src []byte) error

func (*NullableRuleHitcountSummary) Unset ¶

func (v *NullableRuleHitcountSummary) Unset()

type NullableRuleParam ¶

type NullableRuleParam struct {
	// contains filtered or unexported fields
}

func NewNullableRuleParam ¶

func NewNullableRuleParam(val *RuleParam) *NullableRuleParam

func (NullableRuleParam) Get ¶

func (v NullableRuleParam) Get() *RuleParam

func (NullableRuleParam) IsSet ¶

func (v NullableRuleParam) IsSet() bool

func (NullableRuleParam) MarshalJSON ¶

func (v NullableRuleParam) MarshalJSON() ([]byte, error)

func (*NullableRuleParam) Set ¶

func (v *NullableRuleParam) Set(val *RuleParam)

func (*NullableRuleParam) UnmarshalJSON ¶

func (v *NullableRuleParam) UnmarshalJSON(src []byte) error

func (*NullableRuleParam) Unset ¶

func (v *NullableRuleParam) Unset()

type NullableRulesActivity ¶

type NullableRulesActivity struct {
	// contains filtered or unexported fields
}

func NewNullableRulesActivity ¶

func NewNullableRulesActivity(val *RulesActivity) *NullableRulesActivity

func (NullableRulesActivity) Get ¶

func (NullableRulesActivity) IsSet ¶

func (v NullableRulesActivity) IsSet() bool

func (NullableRulesActivity) MarshalJSON ¶

func (v NullableRulesActivity) MarshalJSON() ([]byte, error)

func (*NullableRulesActivity) Set ¶

func (v *NullableRulesActivity) Set(val *RulesActivity)

func (*NullableRulesActivity) UnmarshalJSON ¶

func (v *NullableRulesActivity) UnmarshalJSON(src []byte) error

func (*NullableRulesActivity) Unset ¶

func (v *NullableRulesActivity) Unset()

type NullableRulesActivity200Response ¶

type NullableRulesActivity200Response struct {
	// contains filtered or unexported fields
}

func (NullableRulesActivity200Response) Get ¶

func (NullableRulesActivity200Response) IsSet ¶

func (NullableRulesActivity200Response) MarshalJSON ¶

func (v NullableRulesActivity200Response) MarshalJSON() ([]byte, error)

func (*NullableRulesActivity200Response) Set ¶

func (*NullableRulesActivity200Response) UnmarshalJSON ¶

func (v *NullableRulesActivity200Response) UnmarshalJSON(src []byte) error

func (*NullableRulesActivity200Response) Unset ¶

type NullableRuleset ¶

type NullableRuleset struct {
	// contains filtered or unexported fields
}

func NewNullableRuleset ¶

func NewNullableRuleset(val *Ruleset) *NullableRuleset

func (NullableRuleset) Get ¶

func (v NullableRuleset) Get() *Ruleset

func (NullableRuleset) IsSet ¶

func (v NullableRuleset) IsSet() bool

func (NullableRuleset) MarshalJSON ¶

func (v NullableRuleset) MarshalJSON() ([]byte, error)

func (*NullableRuleset) Set ¶

func (v *NullableRuleset) Set(val *Ruleset)

func (*NullableRuleset) UnmarshalJSON ¶

func (v *NullableRuleset) UnmarshalJSON(src []byte) error

func (*NullableRuleset) Unset ¶

func (v *NullableRuleset) Unset()

type NullableSeverity ¶

type NullableSeverity struct {
	// contains filtered or unexported fields
}

func NewNullableSeverity ¶

func NewNullableSeverity(val *Severity) *NullableSeverity

func (NullableSeverity) Get ¶

func (v NullableSeverity) Get() *Severity

func (NullableSeverity) IsSet ¶

func (v NullableSeverity) IsSet() bool

func (NullableSeverity) MarshalJSON ¶

func (v NullableSeverity) MarshalJSON() ([]byte, error)

func (*NullableSeverity) Set ¶

func (v *NullableSeverity) Set(val *Severity)

func (*NullableSeverity) UnmarshalJSON ¶

func (v *NullableSeverity) UnmarshalJSON(src []byte) error

func (*NullableSeverity) Unset ¶

func (v *NullableSeverity) Unset()

type NullableSignature ¶

type NullableSignature struct {
	// contains filtered or unexported fields
}

func NewNullableSignature ¶

func NewNullableSignature(val *Signature) *NullableSignature

func (NullableSignature) Get ¶

func (v NullableSignature) Get() *Signature

func (NullableSignature) IsSet ¶

func (v NullableSignature) IsSet() bool

func (NullableSignature) MarshalJSON ¶

func (v NullableSignature) MarshalJSON() ([]byte, error)

func (*NullableSignature) Set ¶

func (v *NullableSignature) Set(val *Signature)

func (*NullableSignature) UnmarshalJSON ¶

func (v *NullableSignature) UnmarshalJSON(src []byte) error

func (*NullableSignature) Unset ¶

func (v *NullableSignature) Unset()

type NullableSignatureList ¶

type NullableSignatureList struct {
	// contains filtered or unexported fields
}

func NewNullableSignatureList ¶

func NewNullableSignatureList(val *SignatureList) *NullableSignatureList

func (NullableSignatureList) Get ¶

func (NullableSignatureList) IsSet ¶

func (v NullableSignatureList) IsSet() bool

func (NullableSignatureList) MarshalJSON ¶

func (v NullableSignatureList) MarshalJSON() ([]byte, error)

func (*NullableSignatureList) Set ¶

func (v *NullableSignatureList) Set(val *SignatureList)

func (*NullableSignatureList) UnmarshalJSON ¶

func (v *NullableSignatureList) UnmarshalJSON(src []byte) error

func (*NullableSignatureList) Unset ¶

func (v *NullableSignatureList) Unset()

type NullableSignatureListSummary ¶

type NullableSignatureListSummary struct {
	// contains filtered or unexported fields
}

func (NullableSignatureListSummary) Get ¶

func (NullableSignatureListSummary) IsSet ¶

func (NullableSignatureListSummary) MarshalJSON ¶

func (v NullableSignatureListSummary) MarshalJSON() ([]byte, error)

func (*NullableSignatureListSummary) Set ¶

func (*NullableSignatureListSummary) UnmarshalJSON ¶

func (v *NullableSignatureListSummary) UnmarshalJSON(src []byte) error

func (*NullableSignatureListSummary) Unset ¶

func (v *NullableSignatureListSummary) Unset()

type NullableSignatureListSummarySignaturesInner ¶

type NullableSignatureListSummarySignaturesInner struct {
	// contains filtered or unexported fields
}

func (NullableSignatureListSummarySignaturesInner) Get ¶

func (NullableSignatureListSummarySignaturesInner) IsSet ¶

func (NullableSignatureListSummarySignaturesInner) MarshalJSON ¶

func (*NullableSignatureListSummarySignaturesInner) Set ¶

func (*NullableSignatureListSummarySignaturesInner) UnmarshalJSON ¶

func (v *NullableSignatureListSummarySignaturesInner) UnmarshalJSON(src []byte) error

func (*NullableSignatureListSummarySignaturesInner) Unset ¶

type NullableSignatureListSummarySignaturesInnerCounts ¶

type NullableSignatureListSummarySignaturesInnerCounts struct {
	// contains filtered or unexported fields
}

func (NullableSignatureListSummarySignaturesInnerCounts) Get ¶

func (NullableSignatureListSummarySignaturesInnerCounts) IsSet ¶

func (NullableSignatureListSummarySignaturesInnerCounts) MarshalJSON ¶

func (*NullableSignatureListSummarySignaturesInnerCounts) Set ¶

func (*NullableSignatureListSummarySignaturesInnerCounts) UnmarshalJSON ¶

func (*NullableSignatureListSummarySignaturesInnerCounts) Unset ¶

type NullableSourcesInner ¶

type NullableSourcesInner struct {
	// contains filtered or unexported fields
}

func NewNullableSourcesInner ¶

func NewNullableSourcesInner(val *SourcesInner) *NullableSourcesInner

func (NullableSourcesInner) Get ¶

func (NullableSourcesInner) IsSet ¶

func (v NullableSourcesInner) IsSet() bool

func (NullableSourcesInner) MarshalJSON ¶

func (v NullableSourcesInner) MarshalJSON() ([]byte, error)

func (*NullableSourcesInner) Set ¶

func (v *NullableSourcesInner) Set(val *SourcesInner)

func (*NullableSourcesInner) UnmarshalJSON ¶

func (v *NullableSourcesInner) UnmarshalJSON(src []byte) error

func (*NullableSourcesInner) Unset ¶

func (v *NullableSourcesInner) Unset()

type NullableStatusCode ¶

type NullableStatusCode struct {
	// contains filtered or unexported fields
}

func NewNullableStatusCode ¶

func NewNullableStatusCode(val *StatusCode) *NullableStatusCode

func (NullableStatusCode) Get ¶

func (v NullableStatusCode) Get() *StatusCode

func (NullableStatusCode) IsSet ¶

func (v NullableStatusCode) IsSet() bool

func (NullableStatusCode) MarshalJSON ¶

func (v NullableStatusCode) MarshalJSON() ([]byte, error)

func (*NullableStatusCode) Set ¶

func (v *NullableStatusCode) Set(val *StatusCode)

func (*NullableStatusCode) UnmarshalJSON ¶

func (v *NullableStatusCode) UnmarshalJSON(src []byte) error

func (*NullableStatusCode) Unset ¶

func (v *NullableStatusCode) Unset()

type NullableStatusCodeBody ¶

type NullableStatusCodeBody struct {
	// contains filtered or unexported fields
}

func NewNullableStatusCodeBody ¶

func NewNullableStatusCodeBody(val *StatusCodeBody) *NullableStatusCodeBody

func (NullableStatusCodeBody) Get ¶

func (NullableStatusCodeBody) IsSet ¶

func (v NullableStatusCodeBody) IsSet() bool

func (NullableStatusCodeBody) MarshalJSON ¶

func (v NullableStatusCodeBody) MarshalJSON() ([]byte, error)

func (*NullableStatusCodeBody) Set ¶

func (*NullableStatusCodeBody) UnmarshalJSON ¶

func (v *NullableStatusCodeBody) UnmarshalJSON(src []byte) error

func (*NullableStatusCodeBody) Unset ¶

func (v *NullableStatusCodeBody) 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 NullableSummary ¶

type NullableSummary struct {
	// contains filtered or unexported fields
}

func NewNullableSummary ¶

func NewNullableSummary(val *Summary) *NullableSummary

func (NullableSummary) Get ¶

func (v NullableSummary) Get() *Summary

func (NullableSummary) IsSet ¶

func (v NullableSummary) IsSet() bool

func (NullableSummary) MarshalJSON ¶

func (v NullableSummary) MarshalJSON() ([]byte, error)

func (*NullableSummary) Set ¶

func (v *NullableSummary) Set(val *Summary)

func (*NullableSummary) UnmarshalJSON ¶

func (v *NullableSummary) UnmarshalJSON(src []byte) error

func (*NullableSummary) Unset ¶

func (v *NullableSummary) Unset()

type NullableSummaryData ¶

type NullableSummaryData struct {
	// contains filtered or unexported fields
}

func NewNullableSummaryData ¶

func NewNullableSummaryData(val *SummaryData) *NullableSummaryData

func (NullableSummaryData) Get ¶

func (NullableSummaryData) IsSet ¶

func (v NullableSummaryData) IsSet() bool

func (NullableSummaryData) MarshalJSON ¶

func (v NullableSummaryData) MarshalJSON() ([]byte, error)

func (*NullableSummaryData) Set ¶

func (v *NullableSummaryData) Set(val *SummaryData)

func (*NullableSummaryData) UnmarshalJSON ¶

func (v *NullableSummaryData) UnmarshalJSON(src []byte) error

func (*NullableSummaryData) Unset ¶

func (v *NullableSummaryData) Unset()

type NullableSummaryWithCategory ¶

type NullableSummaryWithCategory struct {
	// contains filtered or unexported fields
}

func (NullableSummaryWithCategory) Get ¶

func (NullableSummaryWithCategory) IsSet ¶

func (NullableSummaryWithCategory) MarshalJSON ¶

func (v NullableSummaryWithCategory) MarshalJSON() ([]byte, error)

func (*NullableSummaryWithCategory) Set ¶

func (*NullableSummaryWithCategory) UnmarshalJSON ¶

func (v *NullableSummaryWithCategory) UnmarshalJSON(src []byte) error

func (*NullableSummaryWithCategory) Unset ¶

func (v *NullableSummaryWithCategory) Unset()

type NullableSummaryWithDestination ¶

type NullableSummaryWithDestination struct {
	// contains filtered or unexported fields
}

func (NullableSummaryWithDestination) Get ¶

func (NullableSummaryWithDestination) IsSet ¶

func (NullableSummaryWithDestination) MarshalJSON ¶

func (v NullableSummaryWithDestination) MarshalJSON() ([]byte, error)

func (*NullableSummaryWithDestination) Set ¶

func (*NullableSummaryWithDestination) UnmarshalJSON ¶

func (v *NullableSummaryWithDestination) UnmarshalJSON(src []byte) error

func (*NullableSummaryWithDestination) Unset ¶

func (v *NullableSummaryWithDestination) Unset()

type NullableSwgSource ¶

type NullableSwgSource struct {
	// contains filtered or unexported fields
}

func NewNullableSwgSource ¶

func NewNullableSwgSource(val *SwgSource) *NullableSwgSource

func (NullableSwgSource) Get ¶

func (v NullableSwgSource) Get() *SwgSource

func (NullableSwgSource) IsSet ¶

func (v NullableSwgSource) IsSet() bool

func (NullableSwgSource) MarshalJSON ¶

func (v NullableSwgSource) MarshalJSON() ([]byte, error)

func (*NullableSwgSource) Set ¶

func (v *NullableSwgSource) Set(val *SwgSource)

func (*NullableSwgSource) UnmarshalJSON ¶

func (v *NullableSwgSource) UnmarshalJSON(src []byte) error

func (*NullableSwgSource) Unset ¶

func (v *NullableSwgSource) Unset()

type NullableThreat ¶

type NullableThreat struct {
	// contains filtered or unexported fields
}

func NewNullableThreat ¶

func NewNullableThreat(val *Threat) *NullableThreat

func (NullableThreat) Get ¶

func (v NullableThreat) Get() *Threat

func (NullableThreat) IsSet ¶

func (v NullableThreat) IsSet() bool

func (NullableThreat) MarshalJSON ¶

func (v NullableThreat) MarshalJSON() ([]byte, error)

func (*NullableThreat) Set ¶

func (v *NullableThreat) Set(val *Threat)

func (*NullableThreat) UnmarshalJSON ¶

func (v *NullableThreat) UnmarshalJSON(src []byte) error

func (*NullableThreat) Unset ¶

func (v *NullableThreat) Unset()

type NullableThreatName ¶

type NullableThreatName struct {
	// contains filtered or unexported fields
}

func NewNullableThreatName ¶

func NewNullableThreatName(val *ThreatName) *NullableThreatName

func (NullableThreatName) Get ¶

func (v NullableThreatName) Get() *ThreatName

func (NullableThreatName) IsSet ¶

func (v NullableThreatName) IsSet() bool

func (NullableThreatName) MarshalJSON ¶

func (v NullableThreatName) MarshalJSON() ([]byte, error)

func (*NullableThreatName) Set ¶

func (v *NullableThreatName) Set(val *ThreatName)

func (*NullableThreatName) UnmarshalJSON ¶

func (v *NullableThreatName) UnmarshalJSON(src []byte) error

func (*NullableThreatName) Unset ¶

func (v *NullableThreatName) Unset()

type NullableThreatType ¶

type NullableThreatType struct {
	// contains filtered or unexported fields
}

func NewNullableThreatType ¶

func NewNullableThreatType(val *ThreatType) *NullableThreatType

func (NullableThreatType) Get ¶

func (v NullableThreatType) Get() *ThreatType

func (NullableThreatType) IsSet ¶

func (v NullableThreatType) IsSet() bool

func (NullableThreatType) MarshalJSON ¶

func (v NullableThreatType) MarshalJSON() ([]byte, error)

func (*NullableThreatType) Set ¶

func (v *NullableThreatType) Set(val *ThreatType)

func (*NullableThreatType) UnmarshalJSON ¶

func (v *NullableThreatType) UnmarshalJSON(src []byte) error

func (*NullableThreatType) Unset ¶

func (v *NullableThreatType) 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 NullableTimeSeriesAppConnectorAgentData ¶

type NullableTimeSeriesAppConnectorAgentData struct {
	// contains filtered or unexported fields
}

func (NullableTimeSeriesAppConnectorAgentData) Get ¶

func (NullableTimeSeriesAppConnectorAgentData) IsSet ¶

func (NullableTimeSeriesAppConnectorAgentData) MarshalJSON ¶

func (v NullableTimeSeriesAppConnectorAgentData) MarshalJSON() ([]byte, error)

func (*NullableTimeSeriesAppConnectorAgentData) Set ¶

func (*NullableTimeSeriesAppConnectorAgentData) UnmarshalJSON ¶

func (v *NullableTimeSeriesAppConnectorAgentData) UnmarshalJSON(src []byte) error

func (*NullableTimeSeriesAppConnectorAgentData) Unset ¶

type NullableTimeSeriesAppConnectorGroupData ¶

type NullableTimeSeriesAppConnectorGroupData struct {
	// contains filtered or unexported fields
}

func (NullableTimeSeriesAppConnectorGroupData) Get ¶

func (NullableTimeSeriesAppConnectorGroupData) IsSet ¶

func (NullableTimeSeriesAppConnectorGroupData) MarshalJSON ¶

func (v NullableTimeSeriesAppConnectorGroupData) MarshalJSON() ([]byte, error)

func (*NullableTimeSeriesAppConnectorGroupData) Set ¶

func (*NullableTimeSeriesAppConnectorGroupData) UnmarshalJSON ¶

func (v *NullableTimeSeriesAppConnectorGroupData) UnmarshalJSON(src []byte) error

func (*NullableTimeSeriesAppConnectorGroupData) Unset ¶

type NullableTimeSeriesHitsCount ¶

type NullableTimeSeriesHitsCount struct {
	// contains filtered or unexported fields
}

func (NullableTimeSeriesHitsCount) Get ¶

func (NullableTimeSeriesHitsCount) IsSet ¶

func (NullableTimeSeriesHitsCount) MarshalJSON ¶

func (v NullableTimeSeriesHitsCount) MarshalJSON() ([]byte, error)

func (*NullableTimeSeriesHitsCount) Set ¶

func (*NullableTimeSeriesHitsCount) UnmarshalJSON ¶

func (v *NullableTimeSeriesHitsCount) UnmarshalJSON(src []byte) error

func (*NullableTimeSeriesHitsCount) Unset ¶

func (v *NullableTimeSeriesHitsCount) Unset()

type NullableTopCategory ¶

type NullableTopCategory struct {
	// contains filtered or unexported fields
}

func NewNullableTopCategory ¶

func NewNullableTopCategory(val *TopCategory) *NullableTopCategory

func (NullableTopCategory) Get ¶

func (NullableTopCategory) IsSet ¶

func (v NullableTopCategory) IsSet() bool

func (NullableTopCategory) MarshalJSON ¶

func (v NullableTopCategory) MarshalJSON() ([]byte, error)

func (*NullableTopCategory) Set ¶

func (v *NullableTopCategory) Set(val *TopCategory)

func (*NullableTopCategory) UnmarshalJSON ¶

func (v *NullableTopCategory) UnmarshalJSON(src []byte) error

func (*NullableTopCategory) Unset ¶

func (v *NullableTopCategory) Unset()

type NullableTopDestination ¶

type NullableTopDestination struct {
	// contains filtered or unexported fields
}

func NewNullableTopDestination ¶

func NewNullableTopDestination(val *TopDestination) *NullableTopDestination

func (NullableTopDestination) Get ¶

func (NullableTopDestination) IsSet ¶

func (v NullableTopDestination) IsSet() bool

func (NullableTopDestination) MarshalJSON ¶

func (v NullableTopDestination) MarshalJSON() ([]byte, error)

func (*NullableTopDestination) Set ¶

func (*NullableTopDestination) UnmarshalJSON ¶

func (v *NullableTopDestination) UnmarshalJSON(src []byte) error

func (*NullableTopDestination) Unset ¶

func (v *NullableTopDestination) Unset()

type NullableTopDnsQueryType ¶

type NullableTopDnsQueryType struct {
	// contains filtered or unexported fields
}

func NewNullableTopDnsQueryType ¶

func NewNullableTopDnsQueryType(val *TopDnsQueryType) *NullableTopDnsQueryType

func (NullableTopDnsQueryType) Get ¶

func (NullableTopDnsQueryType) IsSet ¶

func (v NullableTopDnsQueryType) IsSet() bool

func (NullableTopDnsQueryType) MarshalJSON ¶

func (v NullableTopDnsQueryType) MarshalJSON() ([]byte, error)

func (*NullableTopDnsQueryType) Set ¶

func (*NullableTopDnsQueryType) UnmarshalJSON ¶

func (v *NullableTopDnsQueryType) UnmarshalJSON(src []byte) error

func (*NullableTopDnsQueryType) Unset ¶

func (v *NullableTopDnsQueryType) Unset()

type NullableTopEventType ¶

type NullableTopEventType struct {
	// contains filtered or unexported fields
}

func NewNullableTopEventType ¶

func NewNullableTopEventType(val *TopEventType) *NullableTopEventType

func (NullableTopEventType) Get ¶

func (NullableTopEventType) IsSet ¶

func (v NullableTopEventType) IsSet() bool

func (NullableTopEventType) MarshalJSON ¶

func (v NullableTopEventType) MarshalJSON() ([]byte, error)

func (*NullableTopEventType) Set ¶

func (v *NullableTopEventType) Set(val *TopEventType)

func (*NullableTopEventType) UnmarshalJSON ¶

func (v *NullableTopEventType) UnmarshalJSON(src []byte) error

func (*NullableTopEventType) Unset ¶

func (v *NullableTopEventType) Unset()

type NullableTopFile ¶

type NullableTopFile struct {
	// contains filtered or unexported fields
}

func NewNullableTopFile ¶

func NewNullableTopFile(val *TopFile) *NullableTopFile

func (NullableTopFile) Get ¶

func (v NullableTopFile) Get() *TopFile

func (NullableTopFile) IsSet ¶

func (v NullableTopFile) IsSet() bool

func (NullableTopFile) MarshalJSON ¶

func (v NullableTopFile) MarshalJSON() ([]byte, error)

func (*NullableTopFile) Set ¶

func (v *NullableTopFile) Set(val *TopFile)

func (*NullableTopFile) UnmarshalJSON ¶

func (v *NullableTopFile) UnmarshalJSON(src []byte) error

func (*NullableTopFile) Unset ¶

func (v *NullableTopFile) Unset()

type NullableTopIP ¶

type NullableTopIP struct {
	// contains filtered or unexported fields
}

func NewNullableTopIP ¶

func NewNullableTopIP(val *TopIP) *NullableTopIP

func (NullableTopIP) Get ¶

func (v NullableTopIP) Get() *TopIP

func (NullableTopIP) IsSet ¶

func (v NullableTopIP) IsSet() bool

func (NullableTopIP) MarshalJSON ¶

func (v NullableTopIP) MarshalJSON() ([]byte, error)

func (*NullableTopIP) Set ¶

func (v *NullableTopIP) Set(val *TopIP)

func (*NullableTopIP) UnmarshalJSON ¶

func (v *NullableTopIP) UnmarshalJSON(src []byte) error

func (*NullableTopIP) Unset ¶

func (v *NullableTopIP) Unset()

type NullableTopIdentity ¶

type NullableTopIdentity struct {
	// contains filtered or unexported fields
}

func NewNullableTopIdentity ¶

func NewNullableTopIdentity(val *TopIdentity) *NullableTopIdentity

func (NullableTopIdentity) Get ¶

func (NullableTopIdentity) IsSet ¶

func (v NullableTopIdentity) IsSet() bool

func (NullableTopIdentity) MarshalJSON ¶

func (v NullableTopIdentity) MarshalJSON() ([]byte, error)

func (*NullableTopIdentity) Set ¶

func (v *NullableTopIdentity) Set(val *TopIdentity)

func (*NullableTopIdentity) UnmarshalJSON ¶

func (v *NullableTopIdentity) UnmarshalJSON(src []byte) error

func (*NullableTopIdentity) Unset ¶

func (v *NullableTopIdentity) Unset()

type NullableTopResource ¶

type NullableTopResource struct {
	// contains filtered or unexported fields
}

func NewNullableTopResource ¶

func NewNullableTopResource(val *TopResource) *NullableTopResource

func (NullableTopResource) Get ¶

func (NullableTopResource) IsSet ¶

func (v NullableTopResource) IsSet() bool

func (NullableTopResource) MarshalJSON ¶

func (v NullableTopResource) MarshalJSON() ([]byte, error)

func (*NullableTopResource) Set ¶

func (v *NullableTopResource) Set(val *TopResource)

func (*NullableTopResource) UnmarshalJSON ¶

func (v *NullableTopResource) UnmarshalJSON(src []byte) error

func (*NullableTopResource) Unset ¶

func (v *NullableTopResource) Unset()

type NullableTopResourceApplication ¶

type NullableTopResourceApplication struct {
	// contains filtered or unexported fields
}

func (NullableTopResourceApplication) Get ¶

func (NullableTopResourceApplication) IsSet ¶

func (NullableTopResourceApplication) MarshalJSON ¶

func (v NullableTopResourceApplication) MarshalJSON() ([]byte, error)

func (*NullableTopResourceApplication) Set ¶

func (*NullableTopResourceApplication) UnmarshalJSON ¶

func (v *NullableTopResourceApplication) UnmarshalJSON(src []byte) error

func (*NullableTopResourceApplication) Unset ¶

func (v *NullableTopResourceApplication) Unset()

type NullableTopThreatTypes ¶

type NullableTopThreatTypes struct {
	// contains filtered or unexported fields
}

func NewNullableTopThreatTypes ¶

func NewNullableTopThreatTypes(val *TopThreatTypes) *NullableTopThreatTypes

func (NullableTopThreatTypes) Get ¶

func (NullableTopThreatTypes) IsSet ¶

func (v NullableTopThreatTypes) IsSet() bool

func (NullableTopThreatTypes) MarshalJSON ¶

func (v NullableTopThreatTypes) MarshalJSON() ([]byte, error)

func (*NullableTopThreatTypes) Set ¶

func (*NullableTopThreatTypes) UnmarshalJSON ¶

func (v *NullableTopThreatTypes) UnmarshalJSON(src []byte) error

func (*NullableTopThreatTypes) Unset ¶

func (v *NullableTopThreatTypes) Unset()

type NullableTopThreats ¶

type NullableTopThreats struct {
	// contains filtered or unexported fields
}

func NewNullableTopThreats ¶

func NewNullableTopThreats(val *TopThreats) *NullableTopThreats

func (NullableTopThreats) Get ¶

func (v NullableTopThreats) Get() *TopThreats

func (NullableTopThreats) IsSet ¶

func (v NullableTopThreats) IsSet() bool

func (NullableTopThreats) MarshalJSON ¶

func (v NullableTopThreats) MarshalJSON() ([]byte, error)

func (*NullableTopThreats) Set ¶

func (v *NullableTopThreats) Set(val *TopThreats)

func (*NullableTopThreats) UnmarshalJSON ¶

func (v *NullableTopThreats) UnmarshalJSON(src []byte) error

func (*NullableTopThreats) Unset ¶

func (v *NullableTopThreats) Unset()

type NullableTopURL ¶

type NullableTopURL struct {
	// contains filtered or unexported fields
}

func NewNullableTopURL ¶

func NewNullableTopURL(val *TopURL) *NullableTopURL

func (NullableTopURL) Get ¶

func (v NullableTopURL) Get() *TopURL

func (NullableTopURL) IsSet ¶

func (v NullableTopURL) IsSet() bool

func (NullableTopURL) MarshalJSON ¶

func (v NullableTopURL) MarshalJSON() ([]byte, error)

func (*NullableTopURL) Set ¶

func (v *NullableTopURL) Set(val *TopURL)

func (*NullableTopURL) UnmarshalJSON ¶

func (v *NullableTopURL) UnmarshalJSON(src []byte) error

func (*NullableTopURL) Unset ¶

func (v *NullableTopURL) Unset()

type NullableTotalRequest ¶

type NullableTotalRequest struct {
	// contains filtered or unexported fields
}

func NewNullableTotalRequest ¶

func NewNullableTotalRequest(val *TotalRequest) *NullableTotalRequest

func (NullableTotalRequest) Get ¶

func (NullableTotalRequest) IsSet ¶

func (v NullableTotalRequest) IsSet() bool

func (NullableTotalRequest) MarshalJSON ¶

func (v NullableTotalRequest) MarshalJSON() ([]byte, error)

func (*NullableTotalRequest) Set ¶

func (v *NullableTotalRequest) Set(val *TotalRequest)

func (*NullableTotalRequest) UnmarshalJSON ¶

func (v *NullableTotalRequest) UnmarshalJSON(src []byte) error

func (*NullableTotalRequest) Unset ¶

func (v *NullableTotalRequest) Unset()

type NullableTunnelStatus ¶

type NullableTunnelStatus struct {
	// contains filtered or unexported fields
}

func NewNullableTunnelStatus ¶

func NewNullableTunnelStatus(val *TunnelStatus) *NullableTunnelStatus

func (NullableTunnelStatus) Get ¶

func (NullableTunnelStatus) IsSet ¶

func (v NullableTunnelStatus) IsSet() bool

func (NullableTunnelStatus) MarshalJSON ¶

func (v NullableTunnelStatus) MarshalJSON() ([]byte, error)

func (*NullableTunnelStatus) Set ¶

func (v *NullableTunnelStatus) Set(val *TunnelStatus)

func (*NullableTunnelStatus) UnmarshalJSON ¶

func (v *NullableTunnelStatus) UnmarshalJSON(src []byte) error

func (*NullableTunnelStatus) Unset ¶

func (v *NullableTunnelStatus) Unset()

type NullableUniqueResources ¶

type NullableUniqueResources struct {
	// contains filtered or unexported fields
}

func NewNullableUniqueResources ¶

func NewNullableUniqueResources(val *UniqueResources) *NullableUniqueResources

func (NullableUniqueResources) Get ¶

func (NullableUniqueResources) IsSet ¶

func (v NullableUniqueResources) IsSet() bool

func (NullableUniqueResources) MarshalJSON ¶

func (v NullableUniqueResources) MarshalJSON() ([]byte, error)

func (*NullableUniqueResources) Set ¶

func (*NullableUniqueResources) UnmarshalJSON ¶

func (v *NullableUniqueResources) UnmarshalJSON(src []byte) error

func (*NullableUniqueResources) Unset ¶

func (v *NullableUniqueResources) Unset()

type NullableUpdateApplicationRequest ¶

type NullableUpdateApplicationRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateApplicationRequest) Get ¶

func (NullableUpdateApplicationRequest) IsSet ¶

func (NullableUpdateApplicationRequest) MarshalJSON ¶

func (v NullableUpdateApplicationRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateApplicationRequest) Set ¶

func (*NullableUpdateApplicationRequest) UnmarshalJSON ¶

func (v *NullableUpdateApplicationRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateApplicationRequest) Unset ¶

type NullableUsage ¶

type NullableUsage struct {
	// contains filtered or unexported fields
}

func NewNullableUsage ¶

func NewNullableUsage(val *Usage) *NullableUsage

func (NullableUsage) Get ¶

func (v NullableUsage) Get() *Usage

func (NullableUsage) IsSet ¶

func (v NullableUsage) IsSet() bool

func (NullableUsage) MarshalJSON ¶

func (v NullableUsage) MarshalJSON() ([]byte, error)

func (*NullableUsage) Set ¶

func (v *NullableUsage) Set(val *Usage)

func (*NullableUsage) UnmarshalJSON ¶

func (v *NullableUsage) UnmarshalJSON(src []byte) error

func (*NullableUsage) Unset ¶

func (v *NullableUsage) Unset()

type NullableUsageMeterItem ¶

type NullableUsageMeterItem struct {
	// contains filtered or unexported fields
}

func NewNullableUsageMeterItem ¶

func NewNullableUsageMeterItem(val *UsageMeterItem) *NullableUsageMeterItem

func (NullableUsageMeterItem) Get ¶

func (NullableUsageMeterItem) IsSet ¶

func (v NullableUsageMeterItem) IsSet() bool

func (NullableUsageMeterItem) MarshalJSON ¶

func (v NullableUsageMeterItem) MarshalJSON() ([]byte, error)

func (*NullableUsageMeterItem) Set ¶

func (*NullableUsageMeterItem) UnmarshalJSON ¶

func (v *NullableUsageMeterItem) UnmarshalJSON(src []byte) error

func (*NullableUsageMeterItem) Unset ¶

func (v *NullableUsageMeterItem) Unset()

type NullableUsageType ¶

type NullableUsageType struct {
	// contains filtered or unexported fields
}

func NewNullableUsageType ¶

func NewNullableUsageType(val *UsageType) *NullableUsageType

func (NullableUsageType) Get ¶

func (v NullableUsageType) Get() *UsageType

func (NullableUsageType) IsSet ¶

func (v NullableUsageType) IsSet() bool

func (NullableUsageType) MarshalJSON ¶

func (v NullableUsageType) MarshalJSON() ([]byte, error)

func (*NullableUsageType) Set ¶

func (v *NullableUsageType) Set(val *UsageType)

func (*NullableUsageType) UnmarshalJSON ¶

func (v *NullableUsageType) UnmarshalJSON(src []byte) error

func (*NullableUsageType) Unset ¶

func (v *NullableUsageType) Unset()

type NullableVerdict ¶

type NullableVerdict struct {
	// contains filtered or unexported fields
}

func NewNullableVerdict ¶

func NewNullableVerdict(val *Verdict) *NullableVerdict

func (NullableVerdict) Get ¶

func (v NullableVerdict) Get() *Verdict

func (NullableVerdict) IsSet ¶

func (v NullableVerdict) IsSet() bool

func (NullableVerdict) MarshalJSON ¶

func (v NullableVerdict) MarshalJSON() ([]byte, error)

func (*NullableVerdict) Set ¶

func (v *NullableVerdict) Set(val *Verdict)

func (*NullableVerdict) UnmarshalJSON ¶

func (v *NullableVerdict) UnmarshalJSON(src []byte) error

func (*NullableVerdict) Unset ¶

func (v *NullableVerdict) Unset()

type NullableVerdictDetected ¶

type NullableVerdictDetected struct {
	// contains filtered or unexported fields
}

func NewNullableVerdictDetected ¶

func NewNullableVerdictDetected(val *VerdictDetected) *NullableVerdictDetected

func (NullableVerdictDetected) Get ¶

func (NullableVerdictDetected) IsSet ¶

func (v NullableVerdictDetected) IsSet() bool

func (NullableVerdictDetected) MarshalJSON ¶

func (v NullableVerdictDetected) MarshalJSON() ([]byte, error)

func (*NullableVerdictDetected) Set ¶

func (*NullableVerdictDetected) UnmarshalJSON ¶

func (v *NullableVerdictDetected) UnmarshalJSON(src []byte) error

func (*NullableVerdictDetected) Unset ¶

func (v *NullableVerdictDetected) Unset()

type NullableWeightedRisk ¶

type NullableWeightedRisk struct {
	// contains filtered or unexported fields
}

func NewNullableWeightedRisk ¶

func NewNullableWeightedRisk(val *WeightedRisk) *NullableWeightedRisk

func (NullableWeightedRisk) Get ¶

func (NullableWeightedRisk) IsSet ¶

func (v NullableWeightedRisk) IsSet() bool

func (NullableWeightedRisk) MarshalJSON ¶

func (v NullableWeightedRisk) MarshalJSON() ([]byte, error)

func (*NullableWeightedRisk) Set ¶

func (v *NullableWeightedRisk) Set(val *WeightedRisk)

func (*NullableWeightedRisk) UnmarshalJSON ¶

func (v *NullableWeightedRisk) UnmarshalJSON(src []byte) error

func (*NullableWeightedRisk) Unset ¶

func (v *NullableWeightedRisk) Unset()

type NullableZtnaApplication ¶

type NullableZtnaApplication struct {
	// contains filtered or unexported fields
}

func NewNullableZtnaApplication ¶

func NewNullableZtnaApplication(val *ZtnaApplication) *NullableZtnaApplication

func (NullableZtnaApplication) Get ¶

func (NullableZtnaApplication) IsSet ¶

func (v NullableZtnaApplication) IsSet() bool

func (NullableZtnaApplication) MarshalJSON ¶

func (v NullableZtnaApplication) MarshalJSON() ([]byte, error)

func (*NullableZtnaApplication) Set ¶

func (*NullableZtnaApplication) UnmarshalJSON ¶

func (v *NullableZtnaApplication) UnmarshalJSON(src []byte) error

func (*NullableZtnaApplication) Unset ¶

func (v *NullableZtnaApplication) Unset()

type NullableZtnaApplicationCategory ¶

type NullableZtnaApplicationCategory struct {
	// contains filtered or unexported fields
}

func (NullableZtnaApplicationCategory) Get ¶

func (NullableZtnaApplicationCategory) IsSet ¶

func (NullableZtnaApplicationCategory) MarshalJSON ¶

func (v NullableZtnaApplicationCategory) MarshalJSON() ([]byte, error)

func (*NullableZtnaApplicationCategory) Set ¶

func (*NullableZtnaApplicationCategory) UnmarshalJSON ¶

func (v *NullableZtnaApplicationCategory) UnmarshalJSON(src []byte) error

func (*NullableZtnaApplicationCategory) Unset ¶

type NullableZtnaPolicy ¶

type NullableZtnaPolicy struct {
	// contains filtered or unexported fields
}

func NewNullableZtnaPolicy ¶

func NewNullableZtnaPolicy(val *ZtnaPolicy) *NullableZtnaPolicy

func (NullableZtnaPolicy) Get ¶

func (v NullableZtnaPolicy) Get() *ZtnaPolicy

func (NullableZtnaPolicy) IsSet ¶

func (v NullableZtnaPolicy) IsSet() bool

func (NullableZtnaPolicy) MarshalJSON ¶

func (v NullableZtnaPolicy) MarshalJSON() ([]byte, error)

func (*NullableZtnaPolicy) Set ¶

func (v *NullableZtnaPolicy) Set(val *ZtnaPolicy)

func (*NullableZtnaPolicy) UnmarshalJSON ¶

func (v *NullableZtnaPolicy) UnmarshalJSON(src []byte) error

func (*NullableZtnaPolicy) Unset ¶

func (v *NullableZtnaPolicy) Unset()

type NullableZtnaPolicyRuleset ¶

type NullableZtnaPolicyRuleset struct {
	// contains filtered or unexported fields
}

func NewNullableZtnaPolicyRuleset ¶

func NewNullableZtnaPolicyRuleset(val *ZtnaPolicyRuleset) *NullableZtnaPolicyRuleset

func (NullableZtnaPolicyRuleset) Get ¶

func (NullableZtnaPolicyRuleset) IsSet ¶

func (v NullableZtnaPolicyRuleset) IsSet() bool

func (NullableZtnaPolicyRuleset) MarshalJSON ¶

func (v NullableZtnaPolicyRuleset) MarshalJSON() ([]byte, error)

func (*NullableZtnaPolicyRuleset) Set ¶

func (*NullableZtnaPolicyRuleset) UnmarshalJSON ¶

func (v *NullableZtnaPolicyRuleset) UnmarshalJSON(src []byte) error

func (*NullableZtnaPolicyRuleset) Unset ¶

func (v *NullableZtnaPolicyRuleset) Unset()

type NullableZtnaPolicyRulesetRule ¶

type NullableZtnaPolicyRulesetRule struct {
	// contains filtered or unexported fields
}

func (NullableZtnaPolicyRulesetRule) Get ¶

func (NullableZtnaPolicyRulesetRule) IsSet ¶

func (NullableZtnaPolicyRulesetRule) MarshalJSON ¶

func (v NullableZtnaPolicyRulesetRule) MarshalJSON() ([]byte, error)

func (*NullableZtnaPolicyRulesetRule) Set ¶

func (*NullableZtnaPolicyRulesetRule) UnmarshalJSON ¶

func (v *NullableZtnaPolicyRulesetRule) UnmarshalJSON(src []byte) error

func (*NullableZtnaPolicyRulesetRule) Unset ¶

func (v *NullableZtnaPolicyRulesetRule) Unset()

type NullableZtnaSummary ¶

type NullableZtnaSummary struct {
	// contains filtered or unexported fields
}

func NewNullableZtnaSummary ¶

func NewNullableZtnaSummary(val *ZtnaSummary) *NullableZtnaSummary

func (NullableZtnaSummary) Get ¶

func (NullableZtnaSummary) IsSet ¶

func (v NullableZtnaSummary) IsSet() bool

func (NullableZtnaSummary) MarshalJSON ¶

func (v NullableZtnaSummary) MarshalJSON() ([]byte, error)

func (*NullableZtnaSummary) Set ¶

func (v *NullableZtnaSummary) Set(val *ZtnaSummary)

func (*NullableZtnaSummary) UnmarshalJSON ¶

func (v *NullableZtnaSummary) UnmarshalJSON(src []byte) error

func (*NullableZtnaSummary) Unset ¶

func (v *NullableZtnaSummary) Unset()

type OrganizationRequestsByHourAPIService ¶

type OrganizationRequestsByHourAPIService service

OrganizationRequestsByHourAPIService OrganizationRequestsByHourAPI service

func (*OrganizationRequestsByHourAPIService) GetOrganizationRequestsByHour ¶

GetOrganizationRequestsByHour Get Requests by Hour

List the activity volume within the timeframe.

**Access Scope:** Reports > Granular Events > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param type_ Specify the type of traffic.
@return ApiGetOrganizationRequestsByHourRequest

func (*OrganizationRequestsByHourAPIService) GetOrganizationRequestsByHourExecute ¶

Execute executes the request

@return GetRequestsByHour200Response

func (*OrganizationRequestsByHourAPIService) GetRequestsByHour ¶

GetRequestsByHour Get Requests by Hour (All)

List the activity volume within the timeframe.

**Access Scope:** Reports > Granular Events > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetRequestsByHourRequest

func (*OrganizationRequestsByHourAPIService) GetRequestsByHourExecute ¶

Execute executes the request

@return GetRequestsByHour200Response

type OrganizationRequestsByHourAndCategoryAPIService ¶

type OrganizationRequestsByHourAndCategoryAPIService service

OrganizationRequestsByHourAndCategoryAPIService OrganizationRequestsByHourAndCategoryAPI service

func (*OrganizationRequestsByHourAndCategoryAPIService) GetRequestsByHourAndCategory ¶

GetRequestsByHourAndCategory Get Requests by Hour and Category (All)

List the activity volume within the timeframe by type of category.

**Access Scope:** Reports > Granular Events > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetRequestsByHourAndCategoryRequest

func (*OrganizationRequestsByHourAndCategoryAPIService) GetRequestsByHourAndCategoryAndType ¶

GetRequestsByHourAndCategoryAndType Get Requests by Hour and Category

List the activity volume for the type of category within the timeframe.

**Access Scope:** Reports > Granular Events > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param type_ Specify the type of traffic.
@return ApiGetRequestsByHourAndCategoryAndTypeRequest

func (*OrganizationRequestsByHourAndCategoryAPIService) GetRequestsByHourAndCategoryAndTypeExecute ¶

Execute executes the request

@return GetRequestsByHourAndCategory200Response

func (*OrganizationRequestsByHourAndCategoryAPIService) GetRequestsByHourAndCategoryExecute ¶

Execute executes the request

@return GetRequestsByHourAndCategory200Response

type OrganizationRequestsByTimerangeAPIService ¶

type OrganizationRequestsByTimerangeAPIService service

OrganizationRequestsByTimerangeAPIService OrganizationRequestsByTimerangeAPI service

func (*OrganizationRequestsByTimerangeAPIService) GetRequestsByTimerange ¶

GetRequestsByTimerange Get Requests by Timerange (All)

List the activity volume within the timeframe.

**Access Scope:** Reports > Granular Events > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetRequestsByTimerangeRequest

func (*OrganizationRequestsByTimerangeAPIService) GetRequestsByTimerangeExecute ¶

Execute executes the request

@return GetRequestsByTimerange200Response

func (*OrganizationRequestsByTimerangeAPIService) GetRequestsByTimerangeType ¶

GetRequestsByTimerangeType Get Requests by Timerange

List the activity volume within the timeframe.

**Access Scope:** Reports > Granular Events > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param type_ Specify the type of traffic.
@return ApiGetRequestsByTimerangeTypeRequest

func (*OrganizationRequestsByTimerangeAPIService) GetRequestsByTimerangeTypeExecute ¶

Execute executes the request

@return GetRequestsByHour200Response

type OrganizationRequestsByTimerangeAndCategoryAPIService ¶

type OrganizationRequestsByTimerangeAndCategoryAPIService service

OrganizationRequestsByTimerangeAndCategoryAPIService OrganizationRequestsByTimerangeAndCategoryAPI service

func (*OrganizationRequestsByTimerangeAndCategoryAPIService) GetRequestsByTimerangeAndCategory ¶

GetRequestsByTimerangeAndCategory Get Requests by Timerange and Category (All)

List the activity volume within the timeframe by category.

**Access Scope:** Reports > Granular Events > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetRequestsByTimerangeAndCategoryRequest

func (*OrganizationRequestsByTimerangeAndCategoryAPIService) GetRequestsByTimerangeAndCategoryExecute ¶

Execute executes the request

@return GetRequestsByHourAndCategory200Response

func (*OrganizationRequestsByTimerangeAndCategoryAPIService) GetRequestsByTimerangeAndCategoryType ¶

GetRequestsByTimerangeAndCategoryType Get Requests by Timerange and Category

List the activity volume within the timeframe by category.

**Access Scope:** Reports > Granular Events > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param type_ Specify the type of traffic.
@return ApiGetRequestsByTimerangeAndCategoryTypeRequest

func (*OrganizationRequestsByTimerangeAndCategoryAPIService) GetRequestsByTimerangeAndCategoryTypeExecute ¶

Execute executes the request

@return GetRequestsByHourAndCategory200Response

type PatchApplicationsRequest ¶

type PatchApplicationsRequest struct {
	Label *Label `json:"label,omitempty"`
	// Provide a list of application ID to update.
	ApplicationsList     []string `json:"applications_list,omitempty"`
	AdditionalProperties map[string]interface{}
}

PatchApplicationsRequest struct for PatchApplicationsRequest

func NewPatchApplicationsRequest ¶

func NewPatchApplicationsRequest() *PatchApplicationsRequest

NewPatchApplicationsRequest instantiates a new PatchApplicationsRequest 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 NewPatchApplicationsRequestWithDefaults ¶

func NewPatchApplicationsRequestWithDefaults() *PatchApplicationsRequest

NewPatchApplicationsRequestWithDefaults instantiates a new PatchApplicationsRequest 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 (*PatchApplicationsRequest) GetApplicationsList ¶

func (o *PatchApplicationsRequest) GetApplicationsList() []string

GetApplicationsList returns the ApplicationsList field value if set, zero value otherwise.

func (*PatchApplicationsRequest) GetApplicationsListOk ¶

func (o *PatchApplicationsRequest) GetApplicationsListOk() ([]string, bool)

GetApplicationsListOk returns a tuple with the ApplicationsList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchApplicationsRequest) GetLabel ¶

func (o *PatchApplicationsRequest) GetLabel() Label

GetLabel returns the Label field value if set, zero value otherwise.

func (*PatchApplicationsRequest) GetLabelOk ¶

func (o *PatchApplicationsRequest) GetLabelOk() (*Label, 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 (*PatchApplicationsRequest) HasApplicationsList ¶

func (o *PatchApplicationsRequest) HasApplicationsList() bool

HasApplicationsList returns a boolean if a field has been set.

func (*PatchApplicationsRequest) HasLabel ¶

func (o *PatchApplicationsRequest) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (PatchApplicationsRequest) MarshalJSON ¶

func (o PatchApplicationsRequest) MarshalJSON() ([]byte, error)

func (*PatchApplicationsRequest) SetApplicationsList ¶

func (o *PatchApplicationsRequest) SetApplicationsList(v []string)

SetApplicationsList gets a reference to the given []string and assigns it to the ApplicationsList field.

func (*PatchApplicationsRequest) SetLabel ¶

func (o *PatchApplicationsRequest) SetLabel(v Label)

SetLabel gets a reference to the given Label and assigns it to the Label field.

func (PatchApplicationsRequest) ToMap ¶

func (o PatchApplicationsRequest) ToMap() (map[string]interface{}, error)

func (*PatchApplicationsRequest) UnmarshalJSON ¶

func (o *PatchApplicationsRequest) UnmarshalJSON(data []byte) (err error)

type Policy ¶

type Policy struct {
	// Specify whether the policy triggered a time-of-day rule.
	Timebasedrule bool `json:"timebasedrule"`
	// The list of destination lists that the rules triggered.
	Destinationlistids []int64 `json:"destinationlistids"`
	// The ID of the rule in the policy.
	Ruleid NullableInt64 `json:"ruleid"`
	// The ID of the ruleset in the policy.
	Rulesetid            NullableInt64 `json:"rulesetid"`
	AdditionalProperties map[string]interface{}
}

Policy The properties of the internet access rules in the Access policy.

func NewPolicy ¶

func NewPolicy(timebasedrule bool, destinationlistids []int64, ruleid NullableInt64, rulesetid NullableInt64) *Policy

NewPolicy instantiates a new Policy 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 NewPolicyWithDefaults ¶

func NewPolicyWithDefaults() *Policy

NewPolicyWithDefaults instantiates a new Policy 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 (*Policy) GetDestinationlistids ¶

func (o *Policy) GetDestinationlistids() []int64

GetDestinationlistids returns the Destinationlistids field value

func (*Policy) GetDestinationlistidsOk ¶

func (o *Policy) GetDestinationlistidsOk() ([]int64, bool)

GetDestinationlistidsOk returns a tuple with the Destinationlistids field value and a boolean to check if the value has been set.

func (*Policy) GetRuleid ¶

func (o *Policy) GetRuleid() int64

GetRuleid returns the Ruleid field value If the value is explicit nil, the zero value for int64 will be returned

func (*Policy) GetRuleidOk ¶

func (o *Policy) GetRuleidOk() (*int64, bool)

GetRuleidOk returns a tuple with the Ruleid 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 (*Policy) GetRulesetid ¶

func (o *Policy) GetRulesetid() int64

GetRulesetid returns the Rulesetid field value If the value is explicit nil, the zero value for int64 will be returned

func (*Policy) GetRulesetidOk ¶

func (o *Policy) GetRulesetidOk() (*int64, bool)

GetRulesetidOk returns a tuple with the Rulesetid 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 (*Policy) GetTimebasedrule ¶

func (o *Policy) GetTimebasedrule() bool

GetTimebasedrule returns the Timebasedrule field value

func (*Policy) GetTimebasedruleOk ¶

func (o *Policy) GetTimebasedruleOk() (*bool, bool)

GetTimebasedruleOk returns a tuple with the Timebasedrule field value and a boolean to check if the value has been set.

func (Policy) MarshalJSON ¶

func (o Policy) MarshalJSON() ([]byte, error)

func (*Policy) SetDestinationlistids ¶

func (o *Policy) SetDestinationlistids(v []int64)

SetDestinationlistids sets field value

func (*Policy) SetRuleid ¶

func (o *Policy) SetRuleid(v int64)

SetRuleid sets field value

func (*Policy) SetRulesetid ¶

func (o *Policy) SetRulesetid(v int64)

SetRulesetid sets field value

func (*Policy) SetTimebasedrule ¶

func (o *Policy) SetTimebasedrule(v bool)

SetTimebasedrule sets field value

func (Policy) ToMap ¶

func (o Policy) ToMap() (map[string]interface{}, error)

func (*Policy) UnmarshalJSON ¶

func (o *Policy) UnmarshalJSON(data []byte) (err error)

type PolicyZTNA ¶

type PolicyZTNA struct {
	Ruleset                 Ruleset                 `json:"ruleset"`
	Privateapplicationgroup PrivateApplicationGroup `json:"privateapplicationgroup"`
	AdditionalProperties    map[string]interface{}
}

PolicyZTNA The properties of the Zero Trust Network Access (ZTNA) access rule in the Access policy.

func NewPolicyZTNA ¶

func NewPolicyZTNA(ruleset Ruleset, privateapplicationgroup PrivateApplicationGroup) *PolicyZTNA

NewPolicyZTNA instantiates a new PolicyZTNA 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 NewPolicyZTNAWithDefaults ¶

func NewPolicyZTNAWithDefaults() *PolicyZTNA

NewPolicyZTNAWithDefaults instantiates a new PolicyZTNA 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 (*PolicyZTNA) GetPrivateapplicationgroup ¶

func (o *PolicyZTNA) GetPrivateapplicationgroup() PrivateApplicationGroup

GetPrivateapplicationgroup returns the Privateapplicationgroup field value

func (*PolicyZTNA) GetPrivateapplicationgroupOk ¶

func (o *PolicyZTNA) GetPrivateapplicationgroupOk() (*PrivateApplicationGroup, bool)

GetPrivateapplicationgroupOk returns a tuple with the Privateapplicationgroup field value and a boolean to check if the value has been set.

func (*PolicyZTNA) GetRuleset ¶

func (o *PolicyZTNA) GetRuleset() Ruleset

GetRuleset returns the Ruleset field value

func (*PolicyZTNA) GetRulesetOk ¶

func (o *PolicyZTNA) GetRulesetOk() (*Ruleset, bool)

GetRulesetOk returns a tuple with the Ruleset field value and a boolean to check if the value has been set.

func (PolicyZTNA) MarshalJSON ¶

func (o PolicyZTNA) MarshalJSON() ([]byte, error)

func (*PolicyZTNA) SetPrivateapplicationgroup ¶

func (o *PolicyZTNA) SetPrivateapplicationgroup(v PrivateApplicationGroup)

SetPrivateapplicationgroup sets field value

func (*PolicyZTNA) SetRuleset ¶

func (o *PolicyZTNA) SetRuleset(v Ruleset)

SetRuleset sets field value

func (PolicyZTNA) ToMap ¶

func (o PolicyZTNA) ToMap() (map[string]interface{}, error)

func (*PolicyZTNA) UnmarshalJSON ¶

func (o *PolicyZTNA) UnmarshalJSON(data []byte) (err error)

type PostIdentitiesRequest ¶

type PostIdentitiesRequest struct {
	// A list of identity ID.
	Identityids          []int64 `json:"identityids,omitempty"`
	AdditionalProperties map[string]interface{}
}

PostIdentitiesRequest Provide an array of identity ID.

func NewPostIdentitiesRequest ¶

func NewPostIdentitiesRequest() *PostIdentitiesRequest

NewPostIdentitiesRequest instantiates a new PostIdentitiesRequest 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 NewPostIdentitiesRequestWithDefaults ¶

func NewPostIdentitiesRequestWithDefaults() *PostIdentitiesRequest

NewPostIdentitiesRequestWithDefaults instantiates a new PostIdentitiesRequest 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 (*PostIdentitiesRequest) GetIdentityids ¶

func (o *PostIdentitiesRequest) GetIdentityids() []int64

GetIdentityids returns the Identityids field value if set, zero value otherwise.

func (*PostIdentitiesRequest) GetIdentityidsOk ¶

func (o *PostIdentitiesRequest) GetIdentityidsOk() ([]int64, bool)

GetIdentityidsOk returns a tuple with the Identityids field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostIdentitiesRequest) HasIdentityids ¶

func (o *PostIdentitiesRequest) HasIdentityids() bool

HasIdentityids returns a boolean if a field has been set.

func (PostIdentitiesRequest) MarshalJSON ¶

func (o PostIdentitiesRequest) MarshalJSON() ([]byte, error)

func (*PostIdentitiesRequest) SetIdentityids ¶

func (o *PostIdentitiesRequest) SetIdentityids(v []int64)

SetIdentityids gets a reference to the given []int64 and assigns it to the Identityids field.

func (PostIdentitiesRequest) ToMap ¶

func (o PostIdentitiesRequest) ToMap() (map[string]interface{}, error)

func (*PostIdentitiesRequest) UnmarshalJSON ¶

func (o *PostIdentitiesRequest) UnmarshalJSON(data []byte) (err error)

type PrivateApplicationGroup ¶

type PrivateApplicationGroup struct {
	// The ID of application group.
	Id NullableInt64 `json:"id,omitempty"`
	// The name of the application group.
	Label                NullableString `json:"label,omitempty"`
	AdditionalProperties map[string]interface{}
}

PrivateApplicationGroup The private application group.

func NewPrivateApplicationGroup ¶

func NewPrivateApplicationGroup() *PrivateApplicationGroup

NewPrivateApplicationGroup instantiates a new PrivateApplicationGroup 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 NewPrivateApplicationGroupWithDefaults ¶

func NewPrivateApplicationGroupWithDefaults() *PrivateApplicationGroup

NewPrivateApplicationGroupWithDefaults instantiates a new PrivateApplicationGroup 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 (*PrivateApplicationGroup) GetId ¶

func (o *PrivateApplicationGroup) GetId() int64

GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PrivateApplicationGroup) GetIdOk ¶

func (o *PrivateApplicationGroup) GetIdOk() (*int64, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PrivateApplicationGroup) GetLabel ¶

func (o *PrivateApplicationGroup) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PrivateApplicationGroup) GetLabelOk ¶

func (o *PrivateApplicationGroup) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PrivateApplicationGroup) HasId ¶

func (o *PrivateApplicationGroup) HasId() bool

HasId returns a boolean if a field has been set.

func (*PrivateApplicationGroup) HasLabel ¶

func (o *PrivateApplicationGroup) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (PrivateApplicationGroup) MarshalJSON ¶

func (o PrivateApplicationGroup) MarshalJSON() ([]byte, error)

func (*PrivateApplicationGroup) SetId ¶

func (o *PrivateApplicationGroup) SetId(v int64)

SetId gets a reference to the given NullableInt64 and assigns it to the Id field.

func (*PrivateApplicationGroup) SetIdNil ¶

func (o *PrivateApplicationGroup) SetIdNil()

SetIdNil sets the value for Id to be an explicit nil

func (*PrivateApplicationGroup) SetLabel ¶

func (o *PrivateApplicationGroup) SetLabel(v string)

SetLabel gets a reference to the given NullableString and assigns it to the Label field.

func (*PrivateApplicationGroup) SetLabelNil ¶

func (o *PrivateApplicationGroup) SetLabelNil()

SetLabelNil sets the value for Label to be an explicit nil

func (PrivateApplicationGroup) ToMap ¶

func (o PrivateApplicationGroup) ToMap() (map[string]interface{}, error)

func (*PrivateApplicationGroup) UnmarshalJSON ¶

func (o *PrivateApplicationGroup) UnmarshalJSON(data []byte) (err error)

func (*PrivateApplicationGroup) UnsetId ¶

func (o *PrivateApplicationGroup) UnsetId()

UnsetId ensures that no value is present for Id, not even an explicit nil

func (*PrivateApplicationGroup) UnsetLabel ¶

func (o *PrivateApplicationGroup) UnsetLabel()

UnsetLabel ensures that no value is present for Label, not even an explicit nil

type PrivateResourceAPIService ¶

type PrivateResourceAPIService service

PrivateResourceAPIService PrivateResourceAPI service

func (*PrivateResourceAPIService) GetPrivateResourceDetailedStatsIdentities ¶

func (a *PrivateResourceAPIService) GetPrivateResourceDetailedStatsIdentities(ctx context.Context) ApiGetPrivateResourceDetailedStatsIdentitiesRequest

GetPrivateResourceDetailedStatsIdentities Get Private Resource Access Statistics in Identity Report

Get detailed identity access statistics for a private resource, including a list of identities, total hits count, and success or blocked count.

**Access Scope:** Reports > Private Resources > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetPrivateResourceDetailedStatsIdentitiesRequest

func (*PrivateResourceAPIService) GetPrivateResourceDetailedStatsIdentitiesExecute ¶

Execute executes the request

@return GetPrivateResourceDetailedStatsIdentities200Response

func (*PrivateResourceAPIService) GetPrivateResourceDetailedStatsTimerange ¶

func (a *PrivateResourceAPIService) GetPrivateResourceDetailedStatsTimerange(ctx context.Context) ApiGetPrivateResourceDetailedStatsTimerangeRequest

GetPrivateResourceDetailedStatsTimerange Get Private Resource Access Statistics in Details Report

Get the detailed access statistics for a private resource, including total hits count and success or blocked count in a series of time ranges.

**Access Scope:** Reports > Private Resources > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetPrivateResourceDetailedStatsTimerangeRequest

func (*PrivateResourceAPIService) GetPrivateResourceDetailedStatsTimerangeExecute ¶

Execute executes the request

@return GetPrivateResourceDetailedStatsTimerange200Response

func (*PrivateResourceAPIService) GetPrivateResourceStats ¶

GetPrivateResourceStats Get Private Resource Access Statistics in Summary Report

Get summary statistics of the hits count, the number of identities that accessed the resources, and the last access time for a list of private resource IDs.

**Access Scope:** Reports > Private Resources > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetPrivateResourceStatsRequest

func (*PrivateResourceAPIService) GetPrivateResourceStatsExecute ¶

Execute executes the request

@return GetPrivateResourceStats200Response

type PrivateResourceDetailedStatsIdentities ¶

type PrivateResourceDetailedStatsIdentities struct {
	// The private resource ID.
	Privateresourceid *int64 `json:"privateresourceid,omitempty"`
	// The list of identities.
	Identities           []IdentityWithStats `json:"identities,omitempty"`
	AdditionalProperties map[string]interface{}
}

PrivateResourceDetailedStatsIdentities The detailed identity access statistics for a private resource ID.

func NewPrivateResourceDetailedStatsIdentities ¶

func NewPrivateResourceDetailedStatsIdentities() *PrivateResourceDetailedStatsIdentities

NewPrivateResourceDetailedStatsIdentities instantiates a new PrivateResourceDetailedStatsIdentities 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 NewPrivateResourceDetailedStatsIdentitiesWithDefaults ¶

func NewPrivateResourceDetailedStatsIdentitiesWithDefaults() *PrivateResourceDetailedStatsIdentities

NewPrivateResourceDetailedStatsIdentitiesWithDefaults instantiates a new PrivateResourceDetailedStatsIdentities 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 (*PrivateResourceDetailedStatsIdentities) GetIdentities ¶

GetIdentities returns the Identities field value if set, zero value otherwise.

func (*PrivateResourceDetailedStatsIdentities) GetIdentitiesOk ¶

GetIdentitiesOk returns a tuple with the Identities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PrivateResourceDetailedStatsIdentities) GetPrivateresourceid ¶

func (o *PrivateResourceDetailedStatsIdentities) GetPrivateresourceid() int64

GetPrivateresourceid returns the Privateresourceid field value if set, zero value otherwise.

func (*PrivateResourceDetailedStatsIdentities) GetPrivateresourceidOk ¶

func (o *PrivateResourceDetailedStatsIdentities) GetPrivateresourceidOk() (*int64, bool)

GetPrivateresourceidOk returns a tuple with the Privateresourceid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PrivateResourceDetailedStatsIdentities) HasIdentities ¶

func (o *PrivateResourceDetailedStatsIdentities) HasIdentities() bool

HasIdentities returns a boolean if a field has been set.

func (*PrivateResourceDetailedStatsIdentities) HasPrivateresourceid ¶

func (o *PrivateResourceDetailedStatsIdentities) HasPrivateresourceid() bool

HasPrivateresourceid returns a boolean if a field has been set.

func (PrivateResourceDetailedStatsIdentities) MarshalJSON ¶

func (o PrivateResourceDetailedStatsIdentities) MarshalJSON() ([]byte, error)

func (*PrivateResourceDetailedStatsIdentities) SetIdentities ¶

SetIdentities gets a reference to the given []IdentityWithStats and assigns it to the Identities field.

func (*PrivateResourceDetailedStatsIdentities) SetPrivateresourceid ¶

func (o *PrivateResourceDetailedStatsIdentities) SetPrivateresourceid(v int64)

SetPrivateresourceid gets a reference to the given int64 and assigns it to the Privateresourceid field.

func (PrivateResourceDetailedStatsIdentities) ToMap ¶

func (o PrivateResourceDetailedStatsIdentities) ToMap() (map[string]interface{}, error)

func (*PrivateResourceDetailedStatsIdentities) UnmarshalJSON ¶

func (o *PrivateResourceDetailedStatsIdentities) UnmarshalJSON(data []byte) (err error)

type PrivateResourceDetailedStatsTimerange ¶

type PrivateResourceDetailedStatsTimerange struct {
	// The private resource ID.
	Privateresourceid *int64                                               `json:"privateresourceid,omitempty"`
	TotalHitsCount    *PrivateResourceDetailedStatsTimerangeTotalHitsCount `json:"totalHitsCount,omitempty"`
	// The list of the counts and timestamps for the hit counts.
	TimeSeriesHitsCount  []TimeSeriesHitsCount `json:"timeSeriesHitsCount,omitempty"`
	AdditionalProperties map[string]interface{}
}

PrivateResourceDetailedStatsTimerange The detailed access statistics for a private resource ID in a time range.

func NewPrivateResourceDetailedStatsTimerange ¶

func NewPrivateResourceDetailedStatsTimerange() *PrivateResourceDetailedStatsTimerange

NewPrivateResourceDetailedStatsTimerange instantiates a new PrivateResourceDetailedStatsTimerange 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 NewPrivateResourceDetailedStatsTimerangeWithDefaults ¶

func NewPrivateResourceDetailedStatsTimerangeWithDefaults() *PrivateResourceDetailedStatsTimerange

NewPrivateResourceDetailedStatsTimerangeWithDefaults instantiates a new PrivateResourceDetailedStatsTimerange 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 (*PrivateResourceDetailedStatsTimerange) GetPrivateresourceid ¶

func (o *PrivateResourceDetailedStatsTimerange) GetPrivateresourceid() int64

GetPrivateresourceid returns the Privateresourceid field value if set, zero value otherwise.

func (*PrivateResourceDetailedStatsTimerange) GetPrivateresourceidOk ¶

func (o *PrivateResourceDetailedStatsTimerange) GetPrivateresourceidOk() (*int64, bool)

GetPrivateresourceidOk returns a tuple with the Privateresourceid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PrivateResourceDetailedStatsTimerange) GetTimeSeriesHitsCount ¶

func (o *PrivateResourceDetailedStatsTimerange) GetTimeSeriesHitsCount() []TimeSeriesHitsCount

GetTimeSeriesHitsCount returns the TimeSeriesHitsCount field value if set, zero value otherwise.

func (*PrivateResourceDetailedStatsTimerange) GetTimeSeriesHitsCountOk ¶

func (o *PrivateResourceDetailedStatsTimerange) GetTimeSeriesHitsCountOk() ([]TimeSeriesHitsCount, bool)

GetTimeSeriesHitsCountOk returns a tuple with the TimeSeriesHitsCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PrivateResourceDetailedStatsTimerange) GetTotalHitsCount ¶

GetTotalHitsCount returns the TotalHitsCount field value if set, zero value otherwise.

func (*PrivateResourceDetailedStatsTimerange) GetTotalHitsCountOk ¶

GetTotalHitsCountOk returns a tuple with the TotalHitsCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PrivateResourceDetailedStatsTimerange) HasPrivateresourceid ¶

func (o *PrivateResourceDetailedStatsTimerange) HasPrivateresourceid() bool

HasPrivateresourceid returns a boolean if a field has been set.

func (*PrivateResourceDetailedStatsTimerange) HasTimeSeriesHitsCount ¶

func (o *PrivateResourceDetailedStatsTimerange) HasTimeSeriesHitsCount() bool

HasTimeSeriesHitsCount returns a boolean if a field has been set.

func (*PrivateResourceDetailedStatsTimerange) HasTotalHitsCount ¶

func (o *PrivateResourceDetailedStatsTimerange) HasTotalHitsCount() bool

HasTotalHitsCount returns a boolean if a field has been set.

func (PrivateResourceDetailedStatsTimerange) MarshalJSON ¶

func (o PrivateResourceDetailedStatsTimerange) MarshalJSON() ([]byte, error)

func (*PrivateResourceDetailedStatsTimerange) SetPrivateresourceid ¶

func (o *PrivateResourceDetailedStatsTimerange) SetPrivateresourceid(v int64)

SetPrivateresourceid gets a reference to the given int64 and assigns it to the Privateresourceid field.

func (*PrivateResourceDetailedStatsTimerange) SetTimeSeriesHitsCount ¶

func (o *PrivateResourceDetailedStatsTimerange) SetTimeSeriesHitsCount(v []TimeSeriesHitsCount)

SetTimeSeriesHitsCount gets a reference to the given []TimeSeriesHitsCount and assigns it to the TimeSeriesHitsCount field.

func (*PrivateResourceDetailedStatsTimerange) SetTotalHitsCount ¶

SetTotalHitsCount gets a reference to the given PrivateResourceDetailedStatsTimerangeTotalHitsCount and assigns it to the TotalHitsCount field.

func (PrivateResourceDetailedStatsTimerange) ToMap ¶

func (o PrivateResourceDetailedStatsTimerange) ToMap() (map[string]interface{}, error)

func (*PrivateResourceDetailedStatsTimerange) UnmarshalJSON ¶

func (o *PrivateResourceDetailedStatsTimerange) UnmarshalJSON(data []byte) (err error)

type PrivateResourceDetailedStatsTimerangeTotalHitsCount ¶

type PrivateResourceDetailedStatsTimerangeTotalHitsCount struct {
	// The total hit counts for the private resource.
	Total *int64 `json:"total,omitempty"`
	// The number of hit counts for the private resource where the clients was allowed to access.
	Success *int64 `json:"success,omitempty"`
	// The counts of the blocked access to the private resource.
	Blocked              *int64 `json:"blocked,omitempty"`
	AdditionalProperties map[string]interface{}
}

PrivateResourceDetailedStatsTimerangeTotalHitsCount The total hit counts information for the private resource.

func NewPrivateResourceDetailedStatsTimerangeTotalHitsCount ¶

func NewPrivateResourceDetailedStatsTimerangeTotalHitsCount() *PrivateResourceDetailedStatsTimerangeTotalHitsCount

NewPrivateResourceDetailedStatsTimerangeTotalHitsCount instantiates a new PrivateResourceDetailedStatsTimerangeTotalHitsCount 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 NewPrivateResourceDetailedStatsTimerangeTotalHitsCountWithDefaults ¶

func NewPrivateResourceDetailedStatsTimerangeTotalHitsCountWithDefaults() *PrivateResourceDetailedStatsTimerangeTotalHitsCount

NewPrivateResourceDetailedStatsTimerangeTotalHitsCountWithDefaults instantiates a new PrivateResourceDetailedStatsTimerangeTotalHitsCount 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 (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetBlocked ¶

GetBlocked returns the Blocked field value if set, zero value otherwise.

func (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetBlockedOk ¶

GetBlockedOk returns a tuple with the Blocked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetSuccess ¶

GetSuccess returns the Success field value if set, zero value otherwise.

func (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetSuccessOk ¶

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 (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetTotal ¶

GetTotal returns the Total field value if set, zero value otherwise.

func (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetTotalOk ¶

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) HasBlocked ¶

HasBlocked returns a boolean if a field has been set.

func (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) HasSuccess ¶

HasSuccess returns a boolean if a field has been set.

func (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) HasTotal ¶

HasTotal returns a boolean if a field has been set.

func (PrivateResourceDetailedStatsTimerangeTotalHitsCount) MarshalJSON ¶

func (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) SetBlocked ¶

SetBlocked gets a reference to the given int64 and assigns it to the Blocked field.

func (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) SetSuccess ¶

SetSuccess gets a reference to the given int64 and assigns it to the Success field.

func (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) SetTotal ¶

SetTotal gets a reference to the given int64 and assigns it to the Total field.

func (PrivateResourceDetailedStatsTimerangeTotalHitsCount) ToMap ¶

func (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) UnmarshalJSON ¶

func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) UnmarshalJSON(data []byte) (err error)

type PrivateResourceStats ¶

type PrivateResourceStats struct {
	// The private resource ID.
	Privateresourceid *int64 `json:"privateresourceid,omitempty"`
	// The total number of identities that accessed the private resource.
	Idscount *int64 `json:"idscount,omitempty"`
	// The total number of times that an ednpoint accessed the private resource.
	Hitscount *int64 `json:"hitscount,omitempty"`
	// The last time in milliseconds since the Unix Epoch of the request for the resource.
	Lasteventat          *int64 `json:"lasteventat,omitempty"`
	AdditionalProperties map[string]interface{}
}

PrivateResourceStats The properties of the private resource statistics.

func NewPrivateResourceStats ¶

func NewPrivateResourceStats() *PrivateResourceStats

NewPrivateResourceStats instantiates a new PrivateResourceStats 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 NewPrivateResourceStatsWithDefaults ¶

func NewPrivateResourceStatsWithDefaults() *PrivateResourceStats

NewPrivateResourceStatsWithDefaults instantiates a new PrivateResourceStats 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 (*PrivateResourceStats) GetHitscount ¶

func (o *PrivateResourceStats) GetHitscount() int64

GetHitscount returns the Hitscount field value if set, zero value otherwise.

func (*PrivateResourceStats) GetHitscountOk ¶

func (o *PrivateResourceStats) GetHitscountOk() (*int64, bool)

GetHitscountOk returns a tuple with the Hitscount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PrivateResourceStats) GetIdscount ¶

func (o *PrivateResourceStats) GetIdscount() int64

GetIdscount returns the Idscount field value if set, zero value otherwise.

func (*PrivateResourceStats) GetIdscountOk ¶

func (o *PrivateResourceStats) GetIdscountOk() (*int64, bool)

GetIdscountOk returns a tuple with the Idscount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PrivateResourceStats) GetLasteventat ¶

func (o *PrivateResourceStats) GetLasteventat() int64

GetLasteventat returns the Lasteventat field value if set, zero value otherwise.

func (*PrivateResourceStats) GetLasteventatOk ¶

func (o *PrivateResourceStats) GetLasteventatOk() (*int64, bool)

GetLasteventatOk returns a tuple with the Lasteventat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PrivateResourceStats) GetPrivateresourceid ¶

func (o *PrivateResourceStats) GetPrivateresourceid() int64

GetPrivateresourceid returns the Privateresourceid field value if set, zero value otherwise.

func (*PrivateResourceStats) GetPrivateresourceidOk ¶

func (o *PrivateResourceStats) GetPrivateresourceidOk() (*int64, bool)

GetPrivateresourceidOk returns a tuple with the Privateresourceid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PrivateResourceStats) HasHitscount ¶

func (o *PrivateResourceStats) HasHitscount() bool

HasHitscount returns a boolean if a field has been set.

func (*PrivateResourceStats) HasIdscount ¶

func (o *PrivateResourceStats) HasIdscount() bool

HasIdscount returns a boolean if a field has been set.

func (*PrivateResourceStats) HasLasteventat ¶

func (o *PrivateResourceStats) HasLasteventat() bool

HasLasteventat returns a boolean if a field has been set.

func (*PrivateResourceStats) HasPrivateresourceid ¶

func (o *PrivateResourceStats) HasPrivateresourceid() bool

HasPrivateresourceid returns a boolean if a field has been set.

func (PrivateResourceStats) MarshalJSON ¶

func (o PrivateResourceStats) MarshalJSON() ([]byte, error)

func (*PrivateResourceStats) SetHitscount ¶

func (o *PrivateResourceStats) SetHitscount(v int64)

SetHitscount gets a reference to the given int64 and assigns it to the Hitscount field.

func (*PrivateResourceStats) SetIdscount ¶

func (o *PrivateResourceStats) SetIdscount(v int64)

SetIdscount gets a reference to the given int64 and assigns it to the Idscount field.

func (*PrivateResourceStats) SetLasteventat ¶

func (o *PrivateResourceStats) SetLasteventat(v int64)

SetLasteventat gets a reference to the given int64 and assigns it to the Lasteventat field.

func (*PrivateResourceStats) SetPrivateresourceid ¶

func (o *PrivateResourceStats) SetPrivateresourceid(v int64)

SetPrivateresourceid gets a reference to the given int64 and assigns it to the Privateresourceid field.

func (PrivateResourceStats) ToMap ¶

func (o PrivateResourceStats) ToMap() (map[string]interface{}, error)

func (*PrivateResourceStats) UnmarshalJSON ¶

func (o *PrivateResourceStats) UnmarshalJSON(data []byte) (err error)

type Protocol ¶

type Protocol struct {
	// The ID of protocol.
	Id int64 `json:"id"`
	// The name of the protocol.
	Label                string `json:"label"`
	AdditionalProperties map[string]interface{}
}

Protocol The properties of the protocol.

func NewProtocol ¶

func NewProtocol(id int64, label string) *Protocol

NewProtocol instantiates a new Protocol 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 NewProtocolWithDefaults ¶

func NewProtocolWithDefaults() *Protocol

NewProtocolWithDefaults instantiates a new Protocol 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 (*Protocol) GetId ¶

func (o *Protocol) GetId() int64

GetId returns the Id field value

func (*Protocol) GetIdOk ¶

func (o *Protocol) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Protocol) GetLabel ¶

func (o *Protocol) GetLabel() string

GetLabel returns the Label field value

func (*Protocol) GetLabelOk ¶

func (o *Protocol) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.

func (Protocol) MarshalJSON ¶

func (o Protocol) MarshalJSON() ([]byte, error)

func (*Protocol) SetId ¶

func (o *Protocol) SetId(v int64)

SetId sets field value

func (*Protocol) SetLabel ¶

func (o *Protocol) SetLabel(v string)

SetLabel sets field value

func (Protocol) ToMap ¶

func (o Protocol) ToMap() (map[string]interface{}, error)

func (*Protocol) UnmarshalJSON ¶

func (o *Protocol) UnmarshalJSON(data []byte) (err error)

type ProtocolIdentity ¶

type ProtocolIdentity struct {
	// The ID of the identity.
	Id *int64 `json:"id,omitempty"`
	// The name of the identity.
	Name *string `json:"name,omitempty"`
	// The number of events for the identity.
	Events *int64 `json:"events,omitempty"`
	// The number of blocked events for the identity.
	BlockedEvents *int64 `json:"blockedEvents,omitempty"`
	// The date when the identity was first detected.
	FirstDetected *time.Time `json:"firstDetected,omitempty"`
	// The date when the identity was last detected.
	LastDetected         *time.Time `json:"lastDetected,omitempty"`
	AdditionalProperties map[string]interface{}
}

ProtocolIdentity The app's identity information.

func NewProtocolIdentity ¶

func NewProtocolIdentity() *ProtocolIdentity

NewProtocolIdentity instantiates a new ProtocolIdentity 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 NewProtocolIdentityWithDefaults ¶

func NewProtocolIdentityWithDefaults() *ProtocolIdentity

NewProtocolIdentityWithDefaults instantiates a new ProtocolIdentity 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 (*ProtocolIdentity) GetBlockedEvents ¶

func (o *ProtocolIdentity) GetBlockedEvents() int64

GetBlockedEvents returns the BlockedEvents field value if set, zero value otherwise.

func (*ProtocolIdentity) GetBlockedEventsOk ¶

func (o *ProtocolIdentity) GetBlockedEventsOk() (*int64, bool)

GetBlockedEventsOk returns a tuple with the BlockedEvents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProtocolIdentity) GetEvents ¶

func (o *ProtocolIdentity) GetEvents() int64

GetEvents returns the Events field value if set, zero value otherwise.

func (*ProtocolIdentity) GetEventsOk ¶

func (o *ProtocolIdentity) GetEventsOk() (*int64, bool)

GetEventsOk returns a tuple with the Events field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProtocolIdentity) GetFirstDetected ¶

func (o *ProtocolIdentity) GetFirstDetected() time.Time

GetFirstDetected returns the FirstDetected field value if set, zero value otherwise.

func (*ProtocolIdentity) GetFirstDetectedOk ¶

func (o *ProtocolIdentity) GetFirstDetectedOk() (*time.Time, bool)

GetFirstDetectedOk returns a tuple with the FirstDetected field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProtocolIdentity) GetId ¶

func (o *ProtocolIdentity) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*ProtocolIdentity) GetIdOk ¶

func (o *ProtocolIdentity) GetIdOk() (*int64, 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 (*ProtocolIdentity) GetLastDetected ¶

func (o *ProtocolIdentity) GetLastDetected() time.Time

GetLastDetected returns the LastDetected field value if set, zero value otherwise.

func (*ProtocolIdentity) GetLastDetectedOk ¶

func (o *ProtocolIdentity) GetLastDetectedOk() (*time.Time, bool)

GetLastDetectedOk returns a tuple with the LastDetected field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProtocolIdentity) GetName ¶

func (o *ProtocolIdentity) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ProtocolIdentity) GetNameOk ¶

func (o *ProtocolIdentity) 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 (*ProtocolIdentity) HasBlockedEvents ¶

func (o *ProtocolIdentity) HasBlockedEvents() bool

HasBlockedEvents returns a boolean if a field has been set.

func (*ProtocolIdentity) HasEvents ¶

func (o *ProtocolIdentity) HasEvents() bool

HasEvents returns a boolean if a field has been set.

func (*ProtocolIdentity) HasFirstDetected ¶

func (o *ProtocolIdentity) HasFirstDetected() bool

HasFirstDetected returns a boolean if a field has been set.

func (*ProtocolIdentity) HasId ¶

func (o *ProtocolIdentity) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProtocolIdentity) HasLastDetected ¶

func (o *ProtocolIdentity) HasLastDetected() bool

HasLastDetected returns a boolean if a field has been set.

func (*ProtocolIdentity) HasName ¶

func (o *ProtocolIdentity) HasName() bool

HasName returns a boolean if a field has been set.

func (ProtocolIdentity) MarshalJSON ¶

func (o ProtocolIdentity) MarshalJSON() ([]byte, error)

func (*ProtocolIdentity) SetBlockedEvents ¶

func (o *ProtocolIdentity) SetBlockedEvents(v int64)

SetBlockedEvents gets a reference to the given int64 and assigns it to the BlockedEvents field.

func (*ProtocolIdentity) SetEvents ¶

func (o *ProtocolIdentity) SetEvents(v int64)

SetEvents gets a reference to the given int64 and assigns it to the Events field.

func (*ProtocolIdentity) SetFirstDetected ¶

func (o *ProtocolIdentity) SetFirstDetected(v time.Time)

SetFirstDetected gets a reference to the given time.Time and assigns it to the FirstDetected field.

func (*ProtocolIdentity) SetId ¶

func (o *ProtocolIdentity) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*ProtocolIdentity) SetLastDetected ¶

func (o *ProtocolIdentity) SetLastDetected(v time.Time)

SetLastDetected gets a reference to the given time.Time and assigns it to the LastDetected field.

func (*ProtocolIdentity) SetName ¶

func (o *ProtocolIdentity) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (ProtocolIdentity) ToMap ¶

func (o ProtocolIdentity) ToMap() (map[string]interface{}, error)

func (*ProtocolIdentity) UnmarshalJSON ¶

func (o *ProtocolIdentity) UnmarshalJSON(data []byte) (err error)

type ProtocolIdentityList ¶

type ProtocolIdentityList struct {
	Items                []ProtocolIdentity `json:"items,omitempty"`
	AdditionalProperties map[string]interface{}
}

ProtocolIdentityList The list of the app's identity information.

func NewProtocolIdentityList ¶

func NewProtocolIdentityList() *ProtocolIdentityList

NewProtocolIdentityList instantiates a new ProtocolIdentityList 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 NewProtocolIdentityListWithDefaults ¶

func NewProtocolIdentityListWithDefaults() *ProtocolIdentityList

NewProtocolIdentityListWithDefaults instantiates a new ProtocolIdentityList 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 (*ProtocolIdentityList) GetItems ¶

func (o *ProtocolIdentityList) GetItems() []ProtocolIdentity

GetItems returns the Items field value if set, zero value otherwise.

func (*ProtocolIdentityList) GetItemsOk ¶

func (o *ProtocolIdentityList) GetItemsOk() ([]ProtocolIdentity, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProtocolIdentityList) HasItems ¶

func (o *ProtocolIdentityList) HasItems() bool

HasItems returns a boolean if a field has been set.

func (ProtocolIdentityList) MarshalJSON ¶

func (o ProtocolIdentityList) MarshalJSON() ([]byte, error)

func (*ProtocolIdentityList) SetItems ¶

func (o *ProtocolIdentityList) SetItems(v []ProtocolIdentity)

SetItems gets a reference to the given []ProtocolIdentity and assigns it to the Items field.

func (ProtocolIdentityList) ToMap ¶

func (o ProtocolIdentityList) ToMap() (map[string]interface{}, error)

func (*ProtocolIdentityList) UnmarshalJSON ¶

func (o *ProtocolIdentityList) UnmarshalJSON(data []byte) (err error)

type ProtocolList ¶

type ProtocolList struct {
	Items                []ProtocolObjectInList `json:"items,omitempty"`
	AdditionalProperties map[string]interface{}
}

ProtocolList The list of the app's protocol information.

func NewProtocolList ¶

func NewProtocolList() *ProtocolList

NewProtocolList instantiates a new ProtocolList 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 NewProtocolListWithDefaults ¶

func NewProtocolListWithDefaults() *ProtocolList

NewProtocolListWithDefaults instantiates a new ProtocolList 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 (*ProtocolList) GetItems ¶

func (o *ProtocolList) GetItems() []ProtocolObjectInList

GetItems returns the Items field value if set, zero value otherwise.

func (*ProtocolList) GetItemsOk ¶

func (o *ProtocolList) GetItemsOk() ([]ProtocolObjectInList, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProtocolList) HasItems ¶

func (o *ProtocolList) HasItems() bool

HasItems returns a boolean if a field has been set.

func (ProtocolList) MarshalJSON ¶

func (o ProtocolList) MarshalJSON() ([]byte, error)

func (*ProtocolList) SetItems ¶

func (o *ProtocolList) SetItems(v []ProtocolObjectInList)

SetItems gets a reference to the given []ProtocolObjectInList and assigns it to the Items field.

func (ProtocolList) ToMap ¶

func (o ProtocolList) ToMap() (map[string]interface{}, error)

func (*ProtocolList) UnmarshalJSON ¶

func (o *ProtocolList) UnmarshalJSON(data []byte) (err error)

type ProtocolObject ¶

type ProtocolObject struct {
	// The ID of the protocol.
	Id *string `json:"id,omitempty"`
	// The name of the protocol.
	Name *string `json:"name,omitempty"`
	// The description of the protocol.
	Description *string `json:"description,omitempty"`
	// The number of identities.
	IdentitiesCount *int64 `json:"identitiesCount,omitempty"`
	// The number of identity events.
	Events *int64 `json:"events,omitempty"`
	// The number of blocked events for the identities.
	BlockedEvents *int64 `json:"blockedEvents,omitempty"`
	// The date when the protocol was first detected for the identities.
	FirstDetected *time.Time `json:"firstDetected,omitempty"`
	// The date when the protocol was last detected for the identities.
	LastDetected         *time.Time `json:"lastDetected,omitempty"`
	AdditionalProperties map[string]interface{}
}

ProtocolObject The app's protocol information.

func NewProtocolObject ¶

func NewProtocolObject() *ProtocolObject

NewProtocolObject instantiates a new ProtocolObject 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 NewProtocolObjectWithDefaults ¶

func NewProtocolObjectWithDefaults() *ProtocolObject

NewProtocolObjectWithDefaults instantiates a new ProtocolObject 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 (*ProtocolObject) GetBlockedEvents ¶

func (o *ProtocolObject) GetBlockedEvents() int64

GetBlockedEvents returns the BlockedEvents field value if set, zero value otherwise.

func (*ProtocolObject) GetBlockedEventsOk ¶

func (o *ProtocolObject) GetBlockedEventsOk() (*int64, bool)

GetBlockedEventsOk returns a tuple with the BlockedEvents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProtocolObject) GetDescription ¶

func (o *ProtocolObject) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ProtocolObject) GetDescriptionOk ¶

func (o *ProtocolObject) 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 (*ProtocolObject) GetEvents ¶

func (o *ProtocolObject) GetEvents() int64

GetEvents returns the Events field value if set, zero value otherwise.

func (*ProtocolObject) GetEventsOk ¶

func (o *ProtocolObject) GetEventsOk() (*int64, bool)

GetEventsOk returns a tuple with the Events field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProtocolObject) GetFirstDetected ¶

func (o *ProtocolObject) GetFirstDetected() time.Time

GetFirstDetected returns the FirstDetected field value if set, zero value otherwise.

func (*ProtocolObject) GetFirstDetectedOk ¶

func (o *ProtocolObject) GetFirstDetectedOk() (*time.Time, bool)

GetFirstDetectedOk returns a tuple with the FirstDetected field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProtocolObject) GetId ¶

func (o *ProtocolObject) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ProtocolObject) GetIdOk ¶

func (o *ProtocolObject) 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 (*ProtocolObject) GetIdentitiesCount ¶

func (o *ProtocolObject) GetIdentitiesCount() int64

GetIdentitiesCount returns the IdentitiesCount field value if set, zero value otherwise.

func (*ProtocolObject) GetIdentitiesCountOk ¶

func (o *ProtocolObject) GetIdentitiesCountOk() (*int64, bool)

GetIdentitiesCountOk returns a tuple with the IdentitiesCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProtocolObject) GetLastDetected ¶

func (o *ProtocolObject) GetLastDetected() time.Time

GetLastDetected returns the LastDetected field value if set, zero value otherwise.

func (*ProtocolObject) GetLastDetectedOk ¶

func (o *ProtocolObject) GetLastDetectedOk() (*time.Time, bool)

GetLastDetectedOk returns a tuple with the LastDetected field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProtocolObject) GetName ¶

func (o *ProtocolObject) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ProtocolObject) GetNameOk ¶

func (o *ProtocolObject) 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 (*ProtocolObject) HasBlockedEvents ¶

func (o *ProtocolObject) HasBlockedEvents() bool

HasBlockedEvents returns a boolean if a field has been set.

func (*ProtocolObject) HasDescription ¶

func (o *ProtocolObject) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ProtocolObject) HasEvents ¶

func (o *ProtocolObject) HasEvents() bool

HasEvents returns a boolean if a field has been set.

func (*ProtocolObject) HasFirstDetected ¶

func (o *ProtocolObject) HasFirstDetected() bool

HasFirstDetected returns a boolean if a field has been set.

func (*ProtocolObject) HasId ¶

func (o *ProtocolObject) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProtocolObject) HasIdentitiesCount ¶

func (o *ProtocolObject) HasIdentitiesCount() bool

HasIdentitiesCount returns a boolean if a field has been set.

func (*ProtocolObject) HasLastDetected ¶

func (o *ProtocolObject) HasLastDetected() bool

HasLastDetected returns a boolean if a field has been set.

func (*ProtocolObject) HasName ¶

func (o *ProtocolObject) HasName() bool

HasName returns a boolean if a field has been set.

func (ProtocolObject) MarshalJSON ¶

func (o ProtocolObject) MarshalJSON() ([]byte, error)

func (*ProtocolObject) SetBlockedEvents ¶

func (o *ProtocolObject) SetBlockedEvents(v int64)

SetBlockedEvents gets a reference to the given int64 and assigns it to the BlockedEvents field.

func (*ProtocolObject) SetDescription ¶

func (o *ProtocolObject) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ProtocolObject) SetEvents ¶

func (o *ProtocolObject) SetEvents(v int64)

SetEvents gets a reference to the given int64 and assigns it to the Events field.

func (*ProtocolObject) SetFirstDetected ¶

func (o *ProtocolObject) SetFirstDetected(v time.Time)

SetFirstDetected gets a reference to the given time.Time and assigns it to the FirstDetected field.

func (*ProtocolObject) SetId ¶

func (o *ProtocolObject) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProtocolObject) SetIdentitiesCount ¶

func (o *ProtocolObject) SetIdentitiesCount(v int64)

SetIdentitiesCount gets a reference to the given int64 and assigns it to the IdentitiesCount field.

func (*ProtocolObject) SetLastDetected ¶

func (o *ProtocolObject) SetLastDetected(v time.Time)

SetLastDetected gets a reference to the given time.Time and assigns it to the LastDetected field.

func (*ProtocolObject) SetName ¶

func (o *ProtocolObject) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (ProtocolObject) ToMap ¶

func (o ProtocolObject) ToMap() (map[string]interface{}, error)

func (*ProtocolObject) UnmarshalJSON ¶

func (o *ProtocolObject) UnmarshalJSON(data []byte) (err error)

type ProtocolObjectInList ¶

type ProtocolObjectInList struct {
	// The ID of the protocol.
	Id string `json:"id"`
	// The name of the protocol.
	Name string `json:"name"`
	// The description of the protocol.
	Description          string    `json:"description"`
	Events               int64     `json:"events"`
	BlockedEvents        int64     `json:"blockedEvents"`
	FirstDetected        time.Time `json:"firstDetected"`
	LastDetected         time.Time `json:"lastDetected"`
	AdditionalProperties map[string]interface{}
}

ProtocolObjectInList The app's protocol information.

func NewProtocolObjectInList ¶

func NewProtocolObjectInList(id string, name string, description string, events int64, blockedEvents int64, firstDetected time.Time, lastDetected time.Time) *ProtocolObjectInList

NewProtocolObjectInList instantiates a new ProtocolObjectInList 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 NewProtocolObjectInListWithDefaults ¶

func NewProtocolObjectInListWithDefaults() *ProtocolObjectInList

NewProtocolObjectInListWithDefaults instantiates a new ProtocolObjectInList 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 (*ProtocolObjectInList) GetBlockedEvents ¶

func (o *ProtocolObjectInList) GetBlockedEvents() int64

GetBlockedEvents returns the BlockedEvents field value

func (*ProtocolObjectInList) GetBlockedEventsOk ¶

func (o *ProtocolObjectInList) GetBlockedEventsOk() (*int64, bool)

GetBlockedEventsOk returns a tuple with the BlockedEvents field value and a boolean to check if the value has been set.

func (*ProtocolObjectInList) GetDescription ¶

func (o *ProtocolObjectInList) GetDescription() string

GetDescription returns the Description field value

func (*ProtocolObjectInList) GetDescriptionOk ¶

func (o *ProtocolObjectInList) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*ProtocolObjectInList) GetEvents ¶

func (o *ProtocolObjectInList) GetEvents() int64

GetEvents returns the Events field value

func (*ProtocolObjectInList) GetEventsOk ¶

func (o *ProtocolObjectInList) GetEventsOk() (*int64, bool)

GetEventsOk returns a tuple with the Events field value and a boolean to check if the value has been set.

func (*ProtocolObjectInList) GetFirstDetected ¶

func (o *ProtocolObjectInList) GetFirstDetected() time.Time

GetFirstDetected returns the FirstDetected field value

func (*ProtocolObjectInList) GetFirstDetectedOk ¶

func (o *ProtocolObjectInList) GetFirstDetectedOk() (*time.Time, bool)

GetFirstDetectedOk returns a tuple with the FirstDetected field value and a boolean to check if the value has been set.

func (*ProtocolObjectInList) GetId ¶

func (o *ProtocolObjectInList) GetId() string

GetId returns the Id field value

func (*ProtocolObjectInList) GetIdOk ¶

func (o *ProtocolObjectInList) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ProtocolObjectInList) GetLastDetected ¶

func (o *ProtocolObjectInList) GetLastDetected() time.Time

GetLastDetected returns the LastDetected field value

func (*ProtocolObjectInList) GetLastDetectedOk ¶

func (o *ProtocolObjectInList) GetLastDetectedOk() (*time.Time, bool)

GetLastDetectedOk returns a tuple with the LastDetected field value and a boolean to check if the value has been set.

func (*ProtocolObjectInList) GetName ¶

func (o *ProtocolObjectInList) GetName() string

GetName returns the Name field value

func (*ProtocolObjectInList) GetNameOk ¶

func (o *ProtocolObjectInList) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (ProtocolObjectInList) MarshalJSON ¶

func (o ProtocolObjectInList) MarshalJSON() ([]byte, error)

func (*ProtocolObjectInList) SetBlockedEvents ¶

func (o *ProtocolObjectInList) SetBlockedEvents(v int64)

SetBlockedEvents sets field value

func (*ProtocolObjectInList) SetDescription ¶

func (o *ProtocolObjectInList) SetDescription(v string)

SetDescription sets field value

func (*ProtocolObjectInList) SetEvents ¶

func (o *ProtocolObjectInList) SetEvents(v int64)

SetEvents sets field value

func (*ProtocolObjectInList) SetFirstDetected ¶

func (o *ProtocolObjectInList) SetFirstDetected(v time.Time)

SetFirstDetected sets field value

func (*ProtocolObjectInList) SetId ¶

func (o *ProtocolObjectInList) SetId(v string)

SetId sets field value

func (*ProtocolObjectInList) SetLastDetected ¶

func (o *ProtocolObjectInList) SetLastDetected(v time.Time)

SetLastDetected sets field value

func (*ProtocolObjectInList) SetName ¶

func (o *ProtocolObjectInList) SetName(v string)

SetName sets field value

func (ProtocolObjectInList) ToMap ¶

func (o ProtocolObjectInList) ToMap() (map[string]interface{}, error)

func (*ProtocolObjectInList) UnmarshalJSON ¶

func (o *ProtocolObjectInList) UnmarshalJSON(data []byte) (err error)

type ProtocolsAPIService ¶

type ProtocolsAPIService service

ProtocolsAPIService ProtocolsAPI service

func (*ProtocolsAPIService) GetProtocol ¶

func (a *ProtocolsAPIService) GetProtocol(ctx context.Context, protocolId string) ApiGetProtocolRequest

GetProtocol Get Protocol

Get protocol by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param protocolId The ID of the protocol.
@return ApiGetProtocolRequest

func (*ProtocolsAPIService) GetProtocolExecute ¶

Execute executes the request

@return ProtocolObject

func (*ProtocolsAPIService) GetProtocols ¶

GetProtocols List Protocols

List all protocols.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetProtocolsRequest

func (*ProtocolsAPIService) GetProtocolsExecute ¶

Execute executes the request

@return ProtocolList

type RemoteAccess ¶

type RemoteAccess struct {
	// The OS version of the host.
	Osversion string `json:"osversion"`
	// The internal IP address of the host.
	Internalip string `json:"internalip"`
	// The time and date when the host connected, expressed in seconds.
	Connecttimestamp int64 `json:"connecttimestamp"`
	// The reason the event occurred for the remote access endpoint.
	Reason string `json:"reason"`
	// A list of messages that describe the remote access error.
	Failedreasons []string `json:"failedreasons"`
	// The type of event associated with the remote connection.
	Connectionevent string `json:"connectionevent"`
	// The version of the AnyConnect Roaming Security module.
	Anyconnectversion string `json:"anyconnectversion"`
	// The public IP address of the host
	Publicip string `json:"publicip"`
	// The VPN profile
	Vpnprofile string `json:"vpnprofile"`
	// The session type of the remote connection.
	Sessiontype string `json:"sessiontype"`
	// The timestamp represented in seconds.
	Timestamp            int64                         `json:"timestamp"`
	Identities           []RemoteAccessIdentitiesInner `json:"identities"`
	AdditionalProperties map[string]interface{}
}

RemoteAccess The properties of the remote access event.

func NewRemoteAccess ¶

func NewRemoteAccess(osversion string, internalip string, connecttimestamp int64, reason string, failedreasons []string, connectionevent string, anyconnectversion string, publicip string, vpnprofile string, sessiontype string, timestamp int64, identities []RemoteAccessIdentitiesInner) *RemoteAccess

NewRemoteAccess instantiates a new RemoteAccess 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 NewRemoteAccessWithDefaults ¶

func NewRemoteAccessWithDefaults() *RemoteAccess

NewRemoteAccessWithDefaults instantiates a new RemoteAccess 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 (*RemoteAccess) GetAnyconnectversion ¶

func (o *RemoteAccess) GetAnyconnectversion() string

GetAnyconnectversion returns the Anyconnectversion field value

func (*RemoteAccess) GetAnyconnectversionOk ¶

func (o *RemoteAccess) GetAnyconnectversionOk() (*string, bool)

GetAnyconnectversionOk returns a tuple with the Anyconnectversion field value and a boolean to check if the value has been set.

func (*RemoteAccess) GetConnectionevent ¶

func (o *RemoteAccess) GetConnectionevent() string

GetConnectionevent returns the Connectionevent field value

func (*RemoteAccess) GetConnectioneventOk ¶

func (o *RemoteAccess) GetConnectioneventOk() (*string, bool)

GetConnectioneventOk returns a tuple with the Connectionevent field value and a boolean to check if the value has been set.

func (*RemoteAccess) GetConnecttimestamp ¶

func (o *RemoteAccess) GetConnecttimestamp() int64

GetConnecttimestamp returns the Connecttimestamp field value

func (*RemoteAccess) GetConnecttimestampOk ¶

func (o *RemoteAccess) GetConnecttimestampOk() (*int64, bool)

GetConnecttimestampOk returns a tuple with the Connecttimestamp field value and a boolean to check if the value has been set.

func (*RemoteAccess) GetFailedreasons ¶

func (o *RemoteAccess) GetFailedreasons() []string

GetFailedreasons returns the Failedreasons field value

func (*RemoteAccess) GetFailedreasonsOk ¶

func (o *RemoteAccess) GetFailedreasonsOk() ([]string, bool)

GetFailedreasonsOk returns a tuple with the Failedreasons field value and a boolean to check if the value has been set.

func (*RemoteAccess) GetIdentities ¶

func (o *RemoteAccess) GetIdentities() []RemoteAccessIdentitiesInner

GetIdentities returns the Identities field value

func (*RemoteAccess) GetIdentitiesOk ¶

func (o *RemoteAccess) GetIdentitiesOk() ([]RemoteAccessIdentitiesInner, bool)

GetIdentitiesOk returns a tuple with the Identities field value and a boolean to check if the value has been set.

func (*RemoteAccess) GetInternalip ¶

func (o *RemoteAccess) GetInternalip() string

GetInternalip returns the Internalip field value

func (*RemoteAccess) GetInternalipOk ¶

func (o *RemoteAccess) GetInternalipOk() (*string, bool)

GetInternalipOk returns a tuple with the Internalip field value and a boolean to check if the value has been set.

func (*RemoteAccess) GetOsversion ¶

func (o *RemoteAccess) GetOsversion() string

GetOsversion returns the Osversion field value

func (*RemoteAccess) GetOsversionOk ¶

func (o *RemoteAccess) GetOsversionOk() (*string, bool)

GetOsversionOk returns a tuple with the Osversion field value and a boolean to check if the value has been set.

func (*RemoteAccess) GetPublicip ¶

func (o *RemoteAccess) GetPublicip() string

GetPublicip returns the Publicip field value

func (*RemoteAccess) GetPublicipOk ¶

func (o *RemoteAccess) GetPublicipOk() (*string, bool)

GetPublicipOk returns a tuple with the Publicip field value and a boolean to check if the value has been set.

func (*RemoteAccess) GetReason ¶

func (o *RemoteAccess) GetReason() string

GetReason returns the Reason field value

func (*RemoteAccess) GetReasonOk ¶

func (o *RemoteAccess) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field value and a boolean to check if the value has been set.

func (*RemoteAccess) GetSessiontype ¶

func (o *RemoteAccess) GetSessiontype() string

GetSessiontype returns the Sessiontype field value

func (*RemoteAccess) GetSessiontypeOk ¶

func (o *RemoteAccess) GetSessiontypeOk() (*string, bool)

GetSessiontypeOk returns a tuple with the Sessiontype field value and a boolean to check if the value has been set.

func (*RemoteAccess) GetTimestamp ¶

func (o *RemoteAccess) GetTimestamp() int64

GetTimestamp returns the Timestamp field value

func (*RemoteAccess) GetTimestampOk ¶

func (o *RemoteAccess) GetTimestampOk() (*int64, bool)

GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.

func (*RemoteAccess) GetVpnprofile ¶

func (o *RemoteAccess) GetVpnprofile() string

GetVpnprofile returns the Vpnprofile field value

func (*RemoteAccess) GetVpnprofileOk ¶

func (o *RemoteAccess) GetVpnprofileOk() (*string, bool)

GetVpnprofileOk returns a tuple with the Vpnprofile field value and a boolean to check if the value has been set.

func (RemoteAccess) MarshalJSON ¶

func (o RemoteAccess) MarshalJSON() ([]byte, error)

func (*RemoteAccess) SetAnyconnectversion ¶

func (o *RemoteAccess) SetAnyconnectversion(v string)

SetAnyconnectversion sets field value

func (*RemoteAccess) SetConnectionevent ¶

func (o *RemoteAccess) SetConnectionevent(v string)

SetConnectionevent sets field value

func (*RemoteAccess) SetConnecttimestamp ¶

func (o *RemoteAccess) SetConnecttimestamp(v int64)

SetConnecttimestamp sets field value

func (*RemoteAccess) SetFailedreasons ¶

func (o *RemoteAccess) SetFailedreasons(v []string)

SetFailedreasons sets field value

func (*RemoteAccess) SetIdentities ¶

func (o *RemoteAccess) SetIdentities(v []RemoteAccessIdentitiesInner)

SetIdentities sets field value

func (*RemoteAccess) SetInternalip ¶

func (o *RemoteAccess) SetInternalip(v string)

SetInternalip sets field value

func (*RemoteAccess) SetOsversion ¶

func (o *RemoteAccess) SetOsversion(v string)

SetOsversion sets field value

func (*RemoteAccess) SetPublicip ¶

func (o *RemoteAccess) SetPublicip(v string)

SetPublicip sets field value

func (*RemoteAccess) SetReason ¶

func (o *RemoteAccess) SetReason(v string)

SetReason sets field value

func (*RemoteAccess) SetSessiontype ¶

func (o *RemoteAccess) SetSessiontype(v string)

SetSessiontype sets field value

func (*RemoteAccess) SetTimestamp ¶

func (o *RemoteAccess) SetTimestamp(v int64)

SetTimestamp sets field value

func (*RemoteAccess) SetVpnprofile ¶

func (o *RemoteAccess) SetVpnprofile(v string)

SetVpnprofile sets field value

func (RemoteAccess) ToMap ¶

func (o RemoteAccess) ToMap() (map[string]interface{}, error)

func (*RemoteAccess) UnmarshalJSON ¶

func (o *RemoteAccess) UnmarshalJSON(data []byte) (err error)

type RemoteAccessAPIService ¶

type RemoteAccessAPIService service

RemoteAccessAPIService RemoteAccessAPI service

func (*RemoteAccessAPIService) GetRemoteAccessEvents ¶

GetRemoteAccessEvents Get Remote Access Events

List the events logged by remote access VPN.

**Access Scope:** Reports > Granular Events > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetRemoteAccessEventsRequest

func (*RemoteAccessAPIService) GetRemoteAccessEventsExecute ¶

Execute executes the request

@return GetRemoteAccessEvents200Response

type RemoteAccessIdentitiesInner ¶

type RemoteAccessIdentitiesInner struct {
	// The ID of the remote access endpoint.
	Id   *int64                           `json:"id,omitempty"`
	Type *RemoteAccessIdentitiesInnerType `json:"type,omitempty"`
	// The label for the remote access identity.
	Label *string `json:"label,omitempty"`
	// Specifies whether the identity is available.
	Deleted              *bool `json:"deleted,omitempty"`
	AdditionalProperties map[string]interface{}
}

RemoteAccessIdentitiesInner The list of properties of the identities.

func NewRemoteAccessIdentitiesInner ¶

func NewRemoteAccessIdentitiesInner() *RemoteAccessIdentitiesInner

NewRemoteAccessIdentitiesInner instantiates a new RemoteAccessIdentitiesInner 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 NewRemoteAccessIdentitiesInnerWithDefaults ¶

func NewRemoteAccessIdentitiesInnerWithDefaults() *RemoteAccessIdentitiesInner

NewRemoteAccessIdentitiesInnerWithDefaults instantiates a new RemoteAccessIdentitiesInner 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 (*RemoteAccessIdentitiesInner) GetDeleted ¶

func (o *RemoteAccessIdentitiesInner) GetDeleted() bool

GetDeleted returns the Deleted field value if set, zero value otherwise.

func (*RemoteAccessIdentitiesInner) GetDeletedOk ¶

func (o *RemoteAccessIdentitiesInner) GetDeletedOk() (*bool, bool)

GetDeletedOk returns a tuple with the Deleted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteAccessIdentitiesInner) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*RemoteAccessIdentitiesInner) GetIdOk ¶

func (o *RemoteAccessIdentitiesInner) GetIdOk() (*int64, 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 (*RemoteAccessIdentitiesInner) GetLabel ¶

func (o *RemoteAccessIdentitiesInner) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*RemoteAccessIdentitiesInner) GetLabelOk ¶

func (o *RemoteAccessIdentitiesInner) 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 (*RemoteAccessIdentitiesInner) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RemoteAccessIdentitiesInner) GetTypeOk ¶

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 (*RemoteAccessIdentitiesInner) HasDeleted ¶

func (o *RemoteAccessIdentitiesInner) HasDeleted() bool

HasDeleted returns a boolean if a field has been set.

func (*RemoteAccessIdentitiesInner) HasId ¶

func (o *RemoteAccessIdentitiesInner) HasId() bool

HasId returns a boolean if a field has been set.

func (*RemoteAccessIdentitiesInner) HasLabel ¶

func (o *RemoteAccessIdentitiesInner) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*RemoteAccessIdentitiesInner) HasType ¶

func (o *RemoteAccessIdentitiesInner) HasType() bool

HasType returns a boolean if a field has been set.

func (RemoteAccessIdentitiesInner) MarshalJSON ¶

func (o RemoteAccessIdentitiesInner) MarshalJSON() ([]byte, error)

func (*RemoteAccessIdentitiesInner) SetDeleted ¶

func (o *RemoteAccessIdentitiesInner) SetDeleted(v bool)

SetDeleted gets a reference to the given bool and assigns it to the Deleted field.

func (*RemoteAccessIdentitiesInner) SetId ¶

func (o *RemoteAccessIdentitiesInner) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*RemoteAccessIdentitiesInner) SetLabel ¶

func (o *RemoteAccessIdentitiesInner) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*RemoteAccessIdentitiesInner) SetType ¶

SetType gets a reference to the given RemoteAccessIdentitiesInnerType and assigns it to the Type field.

func (RemoteAccessIdentitiesInner) ToMap ¶

func (o RemoteAccessIdentitiesInner) ToMap() (map[string]interface{}, error)

func (*RemoteAccessIdentitiesInner) UnmarshalJSON ¶

func (o *RemoteAccessIdentitiesInner) UnmarshalJSON(data []byte) (err error)

type RemoteAccessIdentitiesInnerType ¶

type RemoteAccessIdentitiesInnerType struct {
	// The ID of the type.
	Id *int64 `json:"id,omitempty"`
	// The descriptive type.
	Type *string `json:"type,omitempty"`
	// The label for the type.
	Label                *string `json:"label,omitempty"`
	AdditionalProperties map[string]interface{}
}

RemoteAccessIdentitiesInnerType The properties of the identity type.

func NewRemoteAccessIdentitiesInnerType ¶

func NewRemoteAccessIdentitiesInnerType() *RemoteAccessIdentitiesInnerType

NewRemoteAccessIdentitiesInnerType instantiates a new RemoteAccessIdentitiesInnerType 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 NewRemoteAccessIdentitiesInnerTypeWithDefaults ¶

func NewRemoteAccessIdentitiesInnerTypeWithDefaults() *RemoteAccessIdentitiesInnerType

NewRemoteAccessIdentitiesInnerTypeWithDefaults instantiates a new RemoteAccessIdentitiesInnerType 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 (*RemoteAccessIdentitiesInnerType) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*RemoteAccessIdentitiesInnerType) GetIdOk ¶

func (o *RemoteAccessIdentitiesInnerType) GetIdOk() (*int64, 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 (*RemoteAccessIdentitiesInnerType) GetLabel ¶

GetLabel returns the Label field value if set, zero value otherwise.

func (*RemoteAccessIdentitiesInnerType) GetLabelOk ¶

func (o *RemoteAccessIdentitiesInnerType) 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 (*RemoteAccessIdentitiesInnerType) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RemoteAccessIdentitiesInnerType) GetTypeOk ¶

func (o *RemoteAccessIdentitiesInnerType) 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 (*RemoteAccessIdentitiesInnerType) HasId ¶

HasId returns a boolean if a field has been set.

func (*RemoteAccessIdentitiesInnerType) HasLabel ¶

func (o *RemoteAccessIdentitiesInnerType) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*RemoteAccessIdentitiesInnerType) HasType ¶

HasType returns a boolean if a field has been set.

func (RemoteAccessIdentitiesInnerType) MarshalJSON ¶

func (o RemoteAccessIdentitiesInnerType) MarshalJSON() ([]byte, error)

func (*RemoteAccessIdentitiesInnerType) SetId ¶

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*RemoteAccessIdentitiesInnerType) SetLabel ¶

func (o *RemoteAccessIdentitiesInnerType) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*RemoteAccessIdentitiesInnerType) SetType ¶

SetType gets a reference to the given string and assigns it to the Type field.

func (RemoteAccessIdentitiesInnerType) ToMap ¶

func (o RemoteAccessIdentitiesInnerType) ToMap() (map[string]interface{}, error)

func (*RemoteAccessIdentitiesInnerType) UnmarshalJSON ¶

func (o *RemoteAccessIdentitiesInnerType) UnmarshalJSON(data []byte) (err error)

type RequestAndConnectionCounts ¶

type RequestAndConnectionCounts struct {
	Requests *Requests `json:"requests,omitempty"`
	// The number of requests that were allowed.
	Allowedrequests *int64 `json:"allowedrequests,omitempty"`
	// The number of requests that were blocked.
	Blockedrequests *int64 `json:"blockedrequests,omitempty"`
	// The number of remote access connection events.
	Connectionevents *int64 `json:"connectionevents,omitempty"`
	// The number of remote access disconnection events.
	Disconnectionevents  *int64 `json:"disconnectionevents,omitempty"`
	AdditionalProperties map[string]interface{}
}

RequestAndConnectionCounts The properties of the requests and connection counts.

func NewRequestAndConnectionCounts ¶

func NewRequestAndConnectionCounts() *RequestAndConnectionCounts

NewRequestAndConnectionCounts instantiates a new RequestAndConnectionCounts 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 NewRequestAndConnectionCountsWithDefaults ¶

func NewRequestAndConnectionCountsWithDefaults() *RequestAndConnectionCounts

NewRequestAndConnectionCountsWithDefaults instantiates a new RequestAndConnectionCounts 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 (*RequestAndConnectionCounts) GetAllowedrequests ¶

func (o *RequestAndConnectionCounts) GetAllowedrequests() int64

GetAllowedrequests returns the Allowedrequests field value if set, zero value otherwise.

func (*RequestAndConnectionCounts) GetAllowedrequestsOk ¶

func (o *RequestAndConnectionCounts) GetAllowedrequestsOk() (*int64, bool)

GetAllowedrequestsOk returns a tuple with the Allowedrequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestAndConnectionCounts) GetBlockedrequests ¶

func (o *RequestAndConnectionCounts) GetBlockedrequests() int64

GetBlockedrequests returns the Blockedrequests field value if set, zero value otherwise.

func (*RequestAndConnectionCounts) GetBlockedrequestsOk ¶

func (o *RequestAndConnectionCounts) GetBlockedrequestsOk() (*int64, bool)

GetBlockedrequestsOk returns a tuple with the Blockedrequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestAndConnectionCounts) GetConnectionevents ¶

func (o *RequestAndConnectionCounts) GetConnectionevents() int64

GetConnectionevents returns the Connectionevents field value if set, zero value otherwise.

func (*RequestAndConnectionCounts) GetConnectioneventsOk ¶

func (o *RequestAndConnectionCounts) GetConnectioneventsOk() (*int64, bool)

GetConnectioneventsOk returns a tuple with the Connectionevents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestAndConnectionCounts) GetDisconnectionevents ¶

func (o *RequestAndConnectionCounts) GetDisconnectionevents() int64

GetDisconnectionevents returns the Disconnectionevents field value if set, zero value otherwise.

func (*RequestAndConnectionCounts) GetDisconnectioneventsOk ¶

func (o *RequestAndConnectionCounts) GetDisconnectioneventsOk() (*int64, bool)

GetDisconnectioneventsOk returns a tuple with the Disconnectionevents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestAndConnectionCounts) GetRequests ¶

func (o *RequestAndConnectionCounts) GetRequests() Requests

GetRequests returns the Requests field value if set, zero value otherwise.

func (*RequestAndConnectionCounts) GetRequestsOk ¶

func (o *RequestAndConnectionCounts) GetRequestsOk() (*Requests, bool)

GetRequestsOk returns a tuple with the Requests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestAndConnectionCounts) HasAllowedrequests ¶

func (o *RequestAndConnectionCounts) HasAllowedrequests() bool

HasAllowedrequests returns a boolean if a field has been set.

func (*RequestAndConnectionCounts) HasBlockedrequests ¶

func (o *RequestAndConnectionCounts) HasBlockedrequests() bool

HasBlockedrequests returns a boolean if a field has been set.

func (*RequestAndConnectionCounts) HasConnectionevents ¶

func (o *RequestAndConnectionCounts) HasConnectionevents() bool

HasConnectionevents returns a boolean if a field has been set.

func (*RequestAndConnectionCounts) HasDisconnectionevents ¶

func (o *RequestAndConnectionCounts) HasDisconnectionevents() bool

HasDisconnectionevents returns a boolean if a field has been set.

func (*RequestAndConnectionCounts) HasRequests ¶

func (o *RequestAndConnectionCounts) HasRequests() bool

HasRequests returns a boolean if a field has been set.

func (RequestAndConnectionCounts) MarshalJSON ¶

func (o RequestAndConnectionCounts) MarshalJSON() ([]byte, error)

func (*RequestAndConnectionCounts) SetAllowedrequests ¶

func (o *RequestAndConnectionCounts) SetAllowedrequests(v int64)

SetAllowedrequests gets a reference to the given int64 and assigns it to the Allowedrequests field.

func (*RequestAndConnectionCounts) SetBlockedrequests ¶

func (o *RequestAndConnectionCounts) SetBlockedrequests(v int64)

SetBlockedrequests gets a reference to the given int64 and assigns it to the Blockedrequests field.

func (*RequestAndConnectionCounts) SetConnectionevents ¶

func (o *RequestAndConnectionCounts) SetConnectionevents(v int64)

SetConnectionevents gets a reference to the given int64 and assigns it to the Connectionevents field.

func (*RequestAndConnectionCounts) SetDisconnectionevents ¶

func (o *RequestAndConnectionCounts) SetDisconnectionevents(v int64)

SetDisconnectionevents gets a reference to the given int64 and assigns it to the Disconnectionevents field.

func (*RequestAndConnectionCounts) SetRequests ¶

func (o *RequestAndConnectionCounts) SetRequests(v Requests)

SetRequests gets a reference to the given Requests and assigns it to the Requests field.

func (RequestAndConnectionCounts) ToMap ¶

func (o RequestAndConnectionCounts) ToMap() (map[string]interface{}, error)

func (*RequestAndConnectionCounts) UnmarshalJSON ¶

func (o *RequestAndConnectionCounts) UnmarshalJSON(data []byte) (err error)

type RequestCounts ¶

type RequestCounts struct {
	// The total number of requests.
	Requests *int64 `json:"requests,omitempty"`
	// The number of requests that were allowed.
	Allowedrequests *int64 `json:"allowedrequests,omitempty"`
	// The number of requests that were blocked.
	Blockedrequests      *int64 `json:"blockedrequests,omitempty"`
	AdditionalProperties map[string]interface{}
}

RequestCounts The information about the requests.

func NewRequestCounts ¶

func NewRequestCounts() *RequestCounts

NewRequestCounts instantiates a new RequestCounts 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 NewRequestCountsWithDefaults ¶

func NewRequestCountsWithDefaults() *RequestCounts

NewRequestCountsWithDefaults instantiates a new RequestCounts 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 (*RequestCounts) GetAllowedrequests ¶

func (o *RequestCounts) GetAllowedrequests() int64

GetAllowedrequests returns the Allowedrequests field value if set, zero value otherwise.

func (*RequestCounts) GetAllowedrequestsOk ¶

func (o *RequestCounts) GetAllowedrequestsOk() (*int64, bool)

GetAllowedrequestsOk returns a tuple with the Allowedrequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestCounts) GetBlockedrequests ¶

func (o *RequestCounts) GetBlockedrequests() int64

GetBlockedrequests returns the Blockedrequests field value if set, zero value otherwise.

func (*RequestCounts) GetBlockedrequestsOk ¶

func (o *RequestCounts) GetBlockedrequestsOk() (*int64, bool)

GetBlockedrequestsOk returns a tuple with the Blockedrequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestCounts) GetRequests ¶

func (o *RequestCounts) GetRequests() int64

GetRequests returns the Requests field value if set, zero value otherwise.

func (*RequestCounts) GetRequestsOk ¶

func (o *RequestCounts) GetRequestsOk() (*int64, bool)

GetRequestsOk returns a tuple with the Requests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestCounts) HasAllowedrequests ¶

func (o *RequestCounts) HasAllowedrequests() bool

HasAllowedrequests returns a boolean if a field has been set.

func (*RequestCounts) HasBlockedrequests ¶

func (o *RequestCounts) HasBlockedrequests() bool

HasBlockedrequests returns a boolean if a field has been set.

func (*RequestCounts) HasRequests ¶

func (o *RequestCounts) HasRequests() bool

HasRequests returns a boolean if a field has been set.

func (RequestCounts) MarshalJSON ¶

func (o RequestCounts) MarshalJSON() ([]byte, error)

func (*RequestCounts) SetAllowedrequests ¶

func (o *RequestCounts) SetAllowedrequests(v int64)

SetAllowedrequests gets a reference to the given int64 and assigns it to the Allowedrequests field.

func (*RequestCounts) SetBlockedrequests ¶

func (o *RequestCounts) SetBlockedrequests(v int64)

SetBlockedrequests gets a reference to the given int64 and assigns it to the Blockedrequests field.

func (*RequestCounts) SetRequests ¶

func (o *RequestCounts) SetRequests(v int64)

SetRequests gets a reference to the given int64 and assigns it to the Requests field.

func (RequestCounts) ToMap ¶

func (o RequestCounts) ToMap() (map[string]interface{}, error)

func (*RequestCounts) UnmarshalJSON ¶

func (o *RequestCounts) UnmarshalJSON(data []byte) (err error)

type RequestDetailsListInner ¶

type RequestDetailsListInner struct {
	// The path of the API endpoint.
	Path string `json:"path"`
	// The name of the API operation.
	Verb string `json:"verb"`
	// The number of requests to the API endpoint.
	Count                int64 `json:"count"`
	AdditionalProperties map[string]interface{}
}

RequestDetailsListInner struct for RequestDetailsListInner

func NewRequestDetailsListInner ¶

func NewRequestDetailsListInner(path string, verb string, count int64) *RequestDetailsListInner

NewRequestDetailsListInner instantiates a new RequestDetailsListInner 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 NewRequestDetailsListInnerWithDefaults ¶

func NewRequestDetailsListInnerWithDefaults() *RequestDetailsListInner

NewRequestDetailsListInnerWithDefaults instantiates a new RequestDetailsListInner 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 (*RequestDetailsListInner) GetCount ¶

func (o *RequestDetailsListInner) GetCount() int64

GetCount returns the Count field value

func (*RequestDetailsListInner) GetCountOk ¶

func (o *RequestDetailsListInner) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*RequestDetailsListInner) GetPath ¶

func (o *RequestDetailsListInner) GetPath() string

GetPath returns the Path field value

func (*RequestDetailsListInner) GetPathOk ¶

func (o *RequestDetailsListInner) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (*RequestDetailsListInner) GetVerb ¶

func (o *RequestDetailsListInner) GetVerb() string

GetVerb returns the Verb field value

func (*RequestDetailsListInner) GetVerbOk ¶

func (o *RequestDetailsListInner) GetVerbOk() (*string, bool)

GetVerbOk returns a tuple with the Verb field value and a boolean to check if the value has been set.

func (RequestDetailsListInner) MarshalJSON ¶

func (o RequestDetailsListInner) MarshalJSON() ([]byte, error)

func (*RequestDetailsListInner) SetCount ¶

func (o *RequestDetailsListInner) SetCount(v int64)

SetCount sets field value

func (*RequestDetailsListInner) SetPath ¶

func (o *RequestDetailsListInner) SetPath(v string)

SetPath sets field value

func (*RequestDetailsListInner) SetVerb ¶

func (o *RequestDetailsListInner) SetVerb(v string)

SetVerb sets field value

func (RequestDetailsListInner) ToMap ¶

func (o RequestDetailsListInner) ToMap() (map[string]interface{}, error)

func (*RequestDetailsListInner) UnmarshalJSON ¶

func (o *RequestDetailsListInner) UnmarshalJSON(data []byte) (err error)

type RequestSummaryAppConnector ¶

type RequestSummaryAppConnector struct {
	// The number of requests associated with the Resource connector.
	Count                int64 `json:"count"`
	AdditionalProperties map[string]interface{}
}

RequestSummaryAppConnector The properties of the summary of the requests for the Resource Connector.

func NewRequestSummaryAppConnector ¶

func NewRequestSummaryAppConnector(count int64) *RequestSummaryAppConnector

NewRequestSummaryAppConnector instantiates a new RequestSummaryAppConnector 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 NewRequestSummaryAppConnectorWithDefaults ¶

func NewRequestSummaryAppConnectorWithDefaults() *RequestSummaryAppConnector

NewRequestSummaryAppConnectorWithDefaults instantiates a new RequestSummaryAppConnector 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 (*RequestSummaryAppConnector) GetCount ¶

func (o *RequestSummaryAppConnector) GetCount() int64

GetCount returns the Count field value

func (*RequestSummaryAppConnector) GetCountOk ¶

func (o *RequestSummaryAppConnector) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (RequestSummaryAppConnector) MarshalJSON ¶

func (o RequestSummaryAppConnector) MarshalJSON() ([]byte, error)

func (*RequestSummaryAppConnector) SetCount ¶

func (o *RequestSummaryAppConnector) SetCount(v int64)

SetCount sets field value

func (RequestSummaryAppConnector) ToMap ¶

func (o RequestSummaryAppConnector) ToMap() (map[string]interface{}, error)

func (*RequestSummaryAppConnector) UnmarshalJSON ¶

func (o *RequestSummaryAppConnector) UnmarshalJSON(data []byte) (err error)

type RequestSummaryAppConnectorGroup ¶

type RequestSummaryAppConnectorGroup struct {
	// The number of requests associated with the Resource Connector Group.
	Count int64 `json:"count"`
	// The number of requests that were unresolved.
	Unresolved           int64 `json:"unresolved"`
	AdditionalProperties map[string]interface{}
}

RequestSummaryAppConnectorGroup The properties of the summary of the requests for the Resource Connector Group.

func NewRequestSummaryAppConnectorGroup ¶

func NewRequestSummaryAppConnectorGroup(count int64, unresolved int64) *RequestSummaryAppConnectorGroup

NewRequestSummaryAppConnectorGroup instantiates a new RequestSummaryAppConnectorGroup 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 NewRequestSummaryAppConnectorGroupWithDefaults ¶

func NewRequestSummaryAppConnectorGroupWithDefaults() *RequestSummaryAppConnectorGroup

NewRequestSummaryAppConnectorGroupWithDefaults instantiates a new RequestSummaryAppConnectorGroup 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 (*RequestSummaryAppConnectorGroup) GetCount ¶

func (o *RequestSummaryAppConnectorGroup) GetCount() int64

GetCount returns the Count field value

func (*RequestSummaryAppConnectorGroup) GetCountOk ¶

func (o *RequestSummaryAppConnectorGroup) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*RequestSummaryAppConnectorGroup) GetUnresolved ¶

func (o *RequestSummaryAppConnectorGroup) GetUnresolved() int64

GetUnresolved returns the Unresolved field value

func (*RequestSummaryAppConnectorGroup) GetUnresolvedOk ¶

func (o *RequestSummaryAppConnectorGroup) GetUnresolvedOk() (*int64, bool)

GetUnresolvedOk returns a tuple with the Unresolved field value and a boolean to check if the value has been set.

func (RequestSummaryAppConnectorGroup) MarshalJSON ¶

func (o RequestSummaryAppConnectorGroup) MarshalJSON() ([]byte, error)

func (*RequestSummaryAppConnectorGroup) SetCount ¶

func (o *RequestSummaryAppConnectorGroup) SetCount(v int64)

SetCount sets field value

func (*RequestSummaryAppConnectorGroup) SetUnresolved ¶

func (o *RequestSummaryAppConnectorGroup) SetUnresolved(v int64)

SetUnresolved sets field value

func (RequestSummaryAppConnectorGroup) ToMap ¶

func (o RequestSummaryAppConnectorGroup) ToMap() (map[string]interface{}, error)

func (*RequestSummaryAppConnectorGroup) UnmarshalJSON ¶

func (o *RequestSummaryAppConnectorGroup) UnmarshalJSON(data []byte) (err error)

type Requests ¶

type Requests struct {
	// The date and time where to start reading in the collection.
	From string `json:"from"`
	// The date and time where to stop reading in the collection.
	To string `json:"to"`
	// The total number of API requests.
	Count int64 `json:"count"`
	// The information about the API requests.
	Items                []RequestsInformationInner `json:"items"`
	AdditionalProperties map[string]interface{}
}

Requests The information about the API requests.

func NewRequests ¶

func NewRequests(from string, to string, count int64, items []RequestsInformationInner) *Requests

NewRequests instantiates a new Requests 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 NewRequestsWithDefaults ¶

func NewRequestsWithDefaults() *Requests

NewRequestsWithDefaults instantiates a new Requests 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 (*Requests) GetCount ¶

func (o *Requests) GetCount() int64

GetCount returns the Count field value

func (*Requests) GetCountOk ¶

func (o *Requests) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*Requests) GetFrom ¶

func (o *Requests) GetFrom() string

GetFrom returns the From field value

func (*Requests) GetFromOk ¶

func (o *Requests) GetFromOk() (*string, bool)

GetFromOk returns a tuple with the From field value and a boolean to check if the value has been set.

func (*Requests) GetItems ¶

func (o *Requests) GetItems() []RequestsInformationInner

GetItems returns the Items field value

func (*Requests) GetItemsOk ¶

func (o *Requests) GetItemsOk() ([]RequestsInformationInner, bool)

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*Requests) GetTo ¶

func (o *Requests) GetTo() string

GetTo returns the To field value

func (*Requests) GetToOk ¶

func (o *Requests) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value and a boolean to check if the value has been set.

func (Requests) MarshalJSON ¶

func (o Requests) MarshalJSON() ([]byte, error)

func (*Requests) SetCount ¶

func (o *Requests) SetCount(v int64)

SetCount sets field value

func (*Requests) SetFrom ¶

func (o *Requests) SetFrom(v string)

SetFrom sets field value

func (*Requests) SetItems ¶

func (o *Requests) SetItems(v []RequestsInformationInner)

SetItems sets field value

func (*Requests) SetTo ¶

func (o *Requests) SetTo(v string)

SetTo sets field value

func (Requests) ToMap ¶

func (o Requests) ToMap() (map[string]interface{}, error)

func (*Requests) UnmarshalJSON ¶

func (o *Requests) UnmarshalJSON(data []byte) (err error)

type RequestsByAppConnector ¶

type RequestsByAppConnector struct {
	// The ID of the Resource Connector.
	Id                   int64                      `json:"id"`
	Requests             RequestSummaryAppConnector `json:"requests"`
	AdditionalProperties map[string]interface{}
}

RequestsByAppConnector The properties of the requests for the Resource Connector.

func NewRequestsByAppConnector ¶

func NewRequestsByAppConnector(id int64, requests RequestSummaryAppConnector) *RequestsByAppConnector

NewRequestsByAppConnector instantiates a new RequestsByAppConnector 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 NewRequestsByAppConnectorWithDefaults ¶

func NewRequestsByAppConnectorWithDefaults() *RequestsByAppConnector

NewRequestsByAppConnectorWithDefaults instantiates a new RequestsByAppConnector 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 (*RequestsByAppConnector) GetId ¶

func (o *RequestsByAppConnector) GetId() int64

GetId returns the Id field value

func (*RequestsByAppConnector) GetIdOk ¶

func (o *RequestsByAppConnector) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RequestsByAppConnector) GetRequests ¶

GetRequests returns the Requests field value

func (*RequestsByAppConnector) GetRequestsOk ¶

GetRequestsOk returns a tuple with the Requests field value and a boolean to check if the value has been set.

func (RequestsByAppConnector) MarshalJSON ¶

func (o RequestsByAppConnector) MarshalJSON() ([]byte, error)

func (*RequestsByAppConnector) SetId ¶

func (o *RequestsByAppConnector) SetId(v int64)

SetId sets field value

func (*RequestsByAppConnector) SetRequests ¶

SetRequests sets field value

func (RequestsByAppConnector) ToMap ¶

func (o RequestsByAppConnector) ToMap() (map[string]interface{}, error)

func (*RequestsByAppConnector) UnmarshalJSON ¶

func (o *RequestsByAppConnector) UnmarshalJSON(data []byte) (err error)

type RequestsByAppConnectorGroup ¶

type RequestsByAppConnectorGroup struct {
	// The ID of the Resource Connector Group.
	Id                   int64                           `json:"id"`
	Requests             RequestSummaryAppConnectorGroup `json:"requests"`
	AdditionalProperties map[string]interface{}
}

RequestsByAppConnectorGroup The properties of the Resource Connector Group.

func NewRequestsByAppConnectorGroup ¶

func NewRequestsByAppConnectorGroup(id int64, requests RequestSummaryAppConnectorGroup) *RequestsByAppConnectorGroup

NewRequestsByAppConnectorGroup instantiates a new RequestsByAppConnectorGroup 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 NewRequestsByAppConnectorGroupWithDefaults ¶

func NewRequestsByAppConnectorGroupWithDefaults() *RequestsByAppConnectorGroup

NewRequestsByAppConnectorGroupWithDefaults instantiates a new RequestsByAppConnectorGroup 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 (*RequestsByAppConnectorGroup) GetId ¶

GetId returns the Id field value

func (*RequestsByAppConnectorGroup) GetIdOk ¶

func (o *RequestsByAppConnectorGroup) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RequestsByAppConnectorGroup) GetRequests ¶

GetRequests returns the Requests field value

func (*RequestsByAppConnectorGroup) GetRequestsOk ¶

GetRequestsOk returns a tuple with the Requests field value and a boolean to check if the value has been set.

func (RequestsByAppConnectorGroup) MarshalJSON ¶

func (o RequestsByAppConnectorGroup) MarshalJSON() ([]byte, error)

func (*RequestsByAppConnectorGroup) SetId ¶

func (o *RequestsByAppConnectorGroup) SetId(v int64)

SetId sets field value

func (*RequestsByAppConnectorGroup) SetRequests ¶

SetRequests sets field value

func (RequestsByAppConnectorGroup) ToMap ¶

func (o RequestsByAppConnectorGroup) ToMap() (map[string]interface{}, error)

func (*RequestsByAppConnectorGroup) UnmarshalJSON ¶

func (o *RequestsByAppConnectorGroup) UnmarshalJSON(data []byte) (err error)

type RequestsInformationInner ¶

type RequestsInformationInner struct {
	// The name of the client program.
	UserAgent string `json:"userAgent"`
	// The total number of API requests.
	Count int64 `json:"count"`
	// The list of API request information.
	Requests             []RequestDetailsListInner `json:"requests"`
	AdditionalProperties map[string]interface{}
}

RequestsInformationInner struct for RequestsInformationInner

func NewRequestsInformationInner ¶

func NewRequestsInformationInner(userAgent string, count int64, requests []RequestDetailsListInner) *RequestsInformationInner

NewRequestsInformationInner instantiates a new RequestsInformationInner 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 NewRequestsInformationInnerWithDefaults ¶

func NewRequestsInformationInnerWithDefaults() *RequestsInformationInner

NewRequestsInformationInnerWithDefaults instantiates a new RequestsInformationInner 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 (*RequestsInformationInner) GetCount ¶

func (o *RequestsInformationInner) GetCount() int64

GetCount returns the Count field value

func (*RequestsInformationInner) GetCountOk ¶

func (o *RequestsInformationInner) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*RequestsInformationInner) GetRequests ¶

GetRequests returns the Requests field value

func (*RequestsInformationInner) GetRequestsOk ¶

func (o *RequestsInformationInner) GetRequestsOk() ([]RequestDetailsListInner, bool)

GetRequestsOk returns a tuple with the Requests field value and a boolean to check if the value has been set.

func (*RequestsInformationInner) GetUserAgent ¶

func (o *RequestsInformationInner) GetUserAgent() string

GetUserAgent returns the UserAgent field value

func (*RequestsInformationInner) GetUserAgentOk ¶

func (o *RequestsInformationInner) GetUserAgentOk() (*string, bool)

GetUserAgentOk returns a tuple with the UserAgent field value and a boolean to check if the value has been set.

func (RequestsInformationInner) MarshalJSON ¶

func (o RequestsInformationInner) MarshalJSON() ([]byte, error)

func (*RequestsInformationInner) SetCount ¶

func (o *RequestsInformationInner) SetCount(v int64)

SetCount sets field value

func (*RequestsInformationInner) SetRequests ¶

SetRequests sets field value

func (*RequestsInformationInner) SetUserAgent ¶

func (o *RequestsInformationInner) SetUserAgent(v string)

SetUserAgent sets field value

func (RequestsInformationInner) ToMap ¶

func (o RequestsInformationInner) ToMap() (map[string]interface{}, error)

func (*RequestsInformationInner) UnmarshalJSON ¶

func (o *RequestsInformationInner) UnmarshalJSON(data []byte) (err error)

type RequestsResourceConnectorAPIService ¶

type RequestsResourceConnectorAPIService service

RequestsResourceConnectorAPIService RequestsResourceConnectorAPI service

func (*RequestsResourceConnectorAPIService) GetTotalRequestsForAppConnector ¶

GetTotalRequestsForAppConnector Get Total Requests by Resource Connector

Get the count of the total requests for each Resource Connector.

**Access Scope:** Reports > Private Resources > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTotalRequestsForAppConnectorRequest

func (*RequestsResourceConnectorAPIService) GetTotalRequestsForAppConnectorExecute ¶

Execute executes the request

@return GetTotalRequestsForAppConnector200Response

func (*RequestsResourceConnectorAPIService) GetTotalRequestsForAppConnectorGroup ¶

GetTotalRequestsForAppConnectorGroup Get Total Requests by Resource Connector Group

Get the count of the total requests for the Resource Connector Group.

**Access Scope:** Reports > Private Resources > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTotalRequestsForAppConnectorGroupRequest

func (*RequestsResourceConnectorAPIService) GetTotalRequestsForAppConnectorGroupExecute ¶

Execute executes the request

@return GetTotalRequestsForAppConnectorGroup200Response

type RequestsSummaryResourceConnectorGroupsAPIService ¶

type RequestsSummaryResourceConnectorGroupsAPIService service

RequestsSummaryResourceConnectorGroupsAPIService RequestsSummaryResourceConnectorGroupsAPI service

func (*RequestsSummaryResourceConnectorGroupsAPIService) GetRequestsSummaryForAppConnectorGroups ¶

GetRequestsSummaryForAppConnectorGroups Get Requests Summary for Resource Connector Groups

Get the summary of the request counts for the Resource Connector Groups in the organization.

**Access Scope:** Reports > Private Resources > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetRequestsSummaryForAppConnectorGroupsRequest

func (*RequestsSummaryResourceConnectorGroupsAPIService) GetRequestsSummaryForAppConnectorGroupsExecute ¶

Execute executes the request

@return GetRequestsSummaryForAppConnectorGroups200Response

type RequestsbyHour ¶

type RequestsbyHour struct {
	// The number of requests in the hour.
	Count  int64                      `json:"count"`
	Counts RequestAndConnectionCounts `json:"counts"`
	// The timestamp represented in milliseconds for the bucket.
	Timestamp int64 `json:"timestamp"`
	// The date from the timestamp based on the timezone parameter.
	Date string `json:"date"`
	// The time in 24-hour format based on the timezone parameter.
	Time                 string `json:"time"`
	AdditionalProperties map[string]interface{}
}

RequestsbyHour The information about the requests by hour.

func NewRequestsbyHour ¶

func NewRequestsbyHour(count int64, counts RequestAndConnectionCounts, timestamp int64, date string, time string) *RequestsbyHour

NewRequestsbyHour instantiates a new RequestsbyHour 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 NewRequestsbyHourWithDefaults ¶

func NewRequestsbyHourWithDefaults() *RequestsbyHour

NewRequestsbyHourWithDefaults instantiates a new RequestsbyHour 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 (*RequestsbyHour) GetCount ¶

func (o *RequestsbyHour) GetCount() int64

GetCount returns the Count field value

func (*RequestsbyHour) GetCountOk ¶

func (o *RequestsbyHour) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*RequestsbyHour) GetCounts ¶

GetCounts returns the Counts field value

func (*RequestsbyHour) GetCountsOk ¶

func (o *RequestsbyHour) GetCountsOk() (*RequestAndConnectionCounts, bool)

GetCountsOk returns a tuple with the Counts field value and a boolean to check if the value has been set.

func (*RequestsbyHour) GetDate ¶

func (o *RequestsbyHour) GetDate() string

GetDate returns the Date field value

func (*RequestsbyHour) GetDateOk ¶

func (o *RequestsbyHour) GetDateOk() (*string, bool)

GetDateOk returns a tuple with the Date field value and a boolean to check if the value has been set.

func (*RequestsbyHour) GetTime ¶

func (o *RequestsbyHour) GetTime() string

GetTime returns the Time field value

func (*RequestsbyHour) GetTimeOk ¶

func (o *RequestsbyHour) GetTimeOk() (*string, bool)

GetTimeOk returns a tuple with the Time field value and a boolean to check if the value has been set.

func (*RequestsbyHour) GetTimestamp ¶

func (o *RequestsbyHour) GetTimestamp() int64

GetTimestamp returns the Timestamp field value

func (*RequestsbyHour) GetTimestampOk ¶

func (o *RequestsbyHour) GetTimestampOk() (*int64, bool)

GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.

func (RequestsbyHour) MarshalJSON ¶

func (o RequestsbyHour) MarshalJSON() ([]byte, error)

func (*RequestsbyHour) SetCount ¶

func (o *RequestsbyHour) SetCount(v int64)

SetCount sets field value

func (*RequestsbyHour) SetCounts ¶

SetCounts sets field value

func (*RequestsbyHour) SetDate ¶

func (o *RequestsbyHour) SetDate(v string)

SetDate sets field value

func (*RequestsbyHour) SetTime ¶

func (o *RequestsbyHour) SetTime(v string)

SetTime sets field value

func (*RequestsbyHour) SetTimestamp ¶

func (o *RequestsbyHour) SetTimestamp(v int64)

SetTimestamp sets field value

func (RequestsbyHour) ToMap ¶

func (o RequestsbyHour) ToMap() (map[string]interface{}, error)

func (*RequestsbyHour) UnmarshalJSON ¶

func (o *RequestsbyHour) UnmarshalJSON(data []byte) (err error)

type ResourceConnectorsAPIService ¶

type ResourceConnectorsAPIService service

ResourceConnectorsAPIService ResourceConnectorsAPI service

func (*ResourceConnectorsAPIService) GetDetailedStatsForAppConnector ¶

GetDetailedStatsForAppConnector Get Detailed Resource Connector Statistics

Get detailed Resource Connector statistics for the connector IDs, includes average CPU utilization, total request, group ID, and timestamp for every connector ID.

**Access Scope:** Reports > Private Resources > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetDetailedStatsForAppConnectorRequest

func (*ResourceConnectorsAPIService) GetDetailedStatsForAppConnectorExecute ¶

Execute executes the request

@return GetDetailedStatsForAppConnector200Response

func (*ResourceConnectorsAPIService) GetDetailedStatsForAppConnectorGroups ¶

GetDetailedStatsForAppConnectorGroups Get Detailed Resource Connector Group Statistics

Get detailed Resource Connector Group statistics for either group IDs (`groupIds`) or CPU Threshold (`cputhreshold`) parameters, The response includes the average CPU utilization and timestamp for every group in a series of time ranges.

**Access Scope:** Reports > Private Resources > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetDetailedStatsForAppConnectorGroupsRequest

func (*ResourceConnectorsAPIService) GetDetailedStatsForAppConnectorGroupsExecute ¶

Execute executes the request

@return GetDetailedStatsForAppConnectorGroups200Response

func (*ResourceConnectorsAPIService) GetOverloadedGroupsCount ¶

GetOverloadedGroupsCount Get Count of Overloaded Groups

Get the count of the overloaded groups that have a CPU Threshold greater than the CPU Threshold (`cputhreshold`) value.

**Access Scope:** Reports > Private Resources > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetOverloadedGroupsCountRequest

func (*ResourceConnectorsAPIService) GetOverloadedGroupsCountExecute ¶

Execute executes the request

@return GetTotalRequests200Response

type Response ¶

type Response struct {
	Meta                 map[string]interface{} `json:"meta,omitempty"`
	Data                 *ResponseData          `json:"data,omitempty"`
	AdditionalProperties map[string]interface{}
}

Response struct for Response

func NewResponse ¶

func NewResponse() *Response

NewResponse instantiates a new Response 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 NewResponseWithDefaults ¶

func NewResponseWithDefaults() *Response

NewResponseWithDefaults instantiates a new Response 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 (*Response) GetData ¶

func (o *Response) GetData() ResponseData

GetData returns the Data field value if set, zero value otherwise.

func (*Response) GetDataOk ¶

func (o *Response) GetDataOk() (*ResponseData, bool)

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 (*Response) GetMeta ¶

func (o *Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value if set, zero value otherwise.

func (*Response) GetMetaOk ¶

func (o *Response) GetMetaOk() (map[string]interface{}, 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.

func (*Response) HasData ¶

func (o *Response) HasData() bool

HasData returns a boolean if a field has been set.

func (*Response) HasMeta ¶

func (o *Response) HasMeta() bool

HasMeta returns a boolean if a field has been set.

func (Response) MarshalJSON ¶

func (o Response) MarshalJSON() ([]byte, error)

func (*Response) SetData ¶

func (o *Response) SetData(v ResponseData)

SetData gets a reference to the given ResponseData and assigns it to the Data field.

func (*Response) SetMeta ¶

func (o *Response) SetMeta(v map[string]interface{})

SetMeta gets a reference to the given map[string]interface{} and assigns it to the Meta field.

func (Response) ToMap ¶

func (o Response) ToMap() (map[string]interface{}, error)

func (*Response) UnmarshalJSON ¶

func (o *Response) UnmarshalJSON(data []byte) (err error)

type ResponseData ¶

type ResponseData struct {
	// The information about the error condition.
	Errors *string `json:"errors,omitempty"`
	// The list of query parameters that you must include in the API request.
	RequiredParameters   []string `json:"requiredParameters,omitempty"`
	AdditionalProperties map[string]interface{}
}

ResponseData struct for ResponseData

func NewResponseData ¶

func NewResponseData() *ResponseData

NewResponseData instantiates a new ResponseData 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 NewResponseDataWithDefaults ¶

func NewResponseDataWithDefaults() *ResponseData

NewResponseDataWithDefaults instantiates a new ResponseData 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 (*ResponseData) GetErrors ¶

func (o *ResponseData) GetErrors() string

GetErrors returns the Errors field value if set, zero value otherwise.

func (*ResponseData) GetErrorsOk ¶

func (o *ResponseData) GetErrorsOk() (*string, bool)

GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResponseData) GetRequiredParameters ¶

func (o *ResponseData) GetRequiredParameters() []string

GetRequiredParameters returns the RequiredParameters field value if set, zero value otherwise.

func (*ResponseData) GetRequiredParametersOk ¶

func (o *ResponseData) GetRequiredParametersOk() ([]string, bool)

GetRequiredParametersOk returns a tuple with the RequiredParameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResponseData) HasErrors ¶

func (o *ResponseData) HasErrors() bool

HasErrors returns a boolean if a field has been set.

func (*ResponseData) HasRequiredParameters ¶

func (o *ResponseData) HasRequiredParameters() bool

HasRequiredParameters returns a boolean if a field has been set.

func (ResponseData) MarshalJSON ¶

func (o ResponseData) MarshalJSON() ([]byte, error)

func (*ResponseData) SetErrors ¶

func (o *ResponseData) SetErrors(v string)

SetErrors gets a reference to the given string and assigns it to the Errors field.

func (*ResponseData) SetRequiredParameters ¶

func (o *ResponseData) SetRequiredParameters(v []string)

SetRequiredParameters gets a reference to the given []string and assigns it to the RequiredParameters field.

func (ResponseData) ToMap ¶

func (o ResponseData) ToMap() (map[string]interface{}, error)

func (*ResponseData) UnmarshalJSON ¶

func (o *ResponseData) UnmarshalJSON(data []byte) (err error)

type Responses ¶

type Responses struct {
	// The date and time where to start reading in the collection.
	From string `json:"from"`
	// The date and time where to stop reading in the collection.
	To string `json:"to"`
	// The total number of API requests.
	Count int64 `json:"count"`
	// The list of information about API responses for the API requests.
	Items                []ResponsesInformationInner `json:"items"`
	AdditionalProperties map[string]interface{}
}

Responses The information about the API responses.

func NewResponses ¶

func NewResponses(from string, to string, count int64, items []ResponsesInformationInner) *Responses

NewResponses instantiates a new Responses 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 NewResponsesWithDefaults ¶

func NewResponsesWithDefaults() *Responses

NewResponsesWithDefaults instantiates a new Responses 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 (*Responses) GetCount ¶

func (o *Responses) GetCount() int64

GetCount returns the Count field value

func (*Responses) GetCountOk ¶

func (o *Responses) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*Responses) GetFrom ¶

func (o *Responses) GetFrom() string

GetFrom returns the From field value

func (*Responses) GetFromOk ¶

func (o *Responses) GetFromOk() (*string, bool)

GetFromOk returns a tuple with the From field value and a boolean to check if the value has been set.

func (*Responses) GetItems ¶

func (o *Responses) GetItems() []ResponsesInformationInner

GetItems returns the Items field value

func (*Responses) GetItemsOk ¶

func (o *Responses) GetItemsOk() ([]ResponsesInformationInner, bool)

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*Responses) GetTo ¶

func (o *Responses) GetTo() string

GetTo returns the To field value

func (*Responses) GetToOk ¶

func (o *Responses) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value and a boolean to check if the value has been set.

func (Responses) MarshalJSON ¶

func (o Responses) MarshalJSON() ([]byte, error)

func (*Responses) SetCount ¶

func (o *Responses) SetCount(v int64)

SetCount sets field value

func (*Responses) SetFrom ¶

func (o *Responses) SetFrom(v string)

SetFrom sets field value

func (*Responses) SetItems ¶

func (o *Responses) SetItems(v []ResponsesInformationInner)

SetItems sets field value

func (*Responses) SetTo ¶

func (o *Responses) SetTo(v string)

SetTo sets field value

func (Responses) ToMap ¶

func (o Responses) ToMap() (map[string]interface{}, error)

func (*Responses) UnmarshalJSON ¶

func (o *Responses) UnmarshalJSON(data []byte) (err error)

type ResponsesInformationInner ¶

type ResponsesInformationInner struct {
	// The HTTP response status code.
	StatusCode string `json:"statusCode"`
	// The total number of API requests.
	Count int64 `json:"count"`
	// The list of API request information.
	Requests             []RequestDetailsListInner `json:"requests"`
	AdditionalProperties map[string]interface{}
}

ResponsesInformationInner struct for ResponsesInformationInner

func NewResponsesInformationInner ¶

func NewResponsesInformationInner(statusCode string, count int64, requests []RequestDetailsListInner) *ResponsesInformationInner

NewResponsesInformationInner instantiates a new ResponsesInformationInner 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 NewResponsesInformationInnerWithDefaults ¶

func NewResponsesInformationInnerWithDefaults() *ResponsesInformationInner

NewResponsesInformationInnerWithDefaults instantiates a new ResponsesInformationInner 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 (*ResponsesInformationInner) GetCount ¶

func (o *ResponsesInformationInner) GetCount() int64

GetCount returns the Count field value

func (*ResponsesInformationInner) GetCountOk ¶

func (o *ResponsesInformationInner) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*ResponsesInformationInner) GetRequests ¶

GetRequests returns the Requests field value

func (*ResponsesInformationInner) GetRequestsOk ¶

func (o *ResponsesInformationInner) GetRequestsOk() ([]RequestDetailsListInner, bool)

GetRequestsOk returns a tuple with the Requests field value and a boolean to check if the value has been set.

func (*ResponsesInformationInner) GetStatusCode ¶

func (o *ResponsesInformationInner) GetStatusCode() string

GetStatusCode returns the StatusCode field value

func (*ResponsesInformationInner) GetStatusCodeOk ¶

func (o *ResponsesInformationInner) GetStatusCodeOk() (*string, bool)

GetStatusCodeOk returns a tuple with the StatusCode field value and a boolean to check if the value has been set.

func (ResponsesInformationInner) MarshalJSON ¶

func (o ResponsesInformationInner) MarshalJSON() ([]byte, error)

func (*ResponsesInformationInner) SetCount ¶

func (o *ResponsesInformationInner) SetCount(v int64)

SetCount sets field value

func (*ResponsesInformationInner) SetRequests ¶

SetRequests sets field value

func (*ResponsesInformationInner) SetStatusCode ¶

func (o *ResponsesInformationInner) SetStatusCode(v string)

SetStatusCode sets field value

func (ResponsesInformationInner) ToMap ¶

func (o ResponsesInformationInner) ToMap() (map[string]interface{}, error)

func (*ResponsesInformationInner) UnmarshalJSON ¶

func (o *ResponsesInformationInner) UnmarshalJSON(data []byte) (err error)

type Rule ¶

type Rule struct {
	// The ID of the rule.
	Id int64 `json:"id"`
	// The name of the rule.
	Label                   string                   `json:"label"`
	Privateapplicationgroup *PrivateApplicationGroup `json:"privateapplicationgroup,omitempty"`
	AdditionalProperties    map[string]interface{}
}

Rule The properties of the firewall rule.

func NewRule ¶

func NewRule(id int64, label string) *Rule

NewRule instantiates a new Rule 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 NewRuleWithDefaults ¶

func NewRuleWithDefaults() *Rule

NewRuleWithDefaults instantiates a new Rule 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 (*Rule) GetId ¶

func (o *Rule) GetId() int64

GetId returns the Id field value

func (*Rule) GetIdOk ¶

func (o *Rule) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Rule) GetLabel ¶

func (o *Rule) GetLabel() string

GetLabel returns the Label field value

func (*Rule) GetLabelOk ¶

func (o *Rule) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.

func (*Rule) GetPrivateapplicationgroup ¶

func (o *Rule) GetPrivateapplicationgroup() PrivateApplicationGroup

GetPrivateapplicationgroup returns the Privateapplicationgroup field value if set, zero value otherwise.

func (*Rule) GetPrivateapplicationgroupOk ¶

func (o *Rule) GetPrivateapplicationgroupOk() (*PrivateApplicationGroup, bool)

GetPrivateapplicationgroupOk returns a tuple with the Privateapplicationgroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Rule) HasPrivateapplicationgroup ¶

func (o *Rule) HasPrivateapplicationgroup() bool

HasPrivateapplicationgroup returns a boolean if a field has been set.

func (Rule) MarshalJSON ¶

func (o Rule) MarshalJSON() ([]byte, error)

func (*Rule) SetId ¶

func (o *Rule) SetId(v int64)

SetId sets field value

func (*Rule) SetLabel ¶

func (o *Rule) SetLabel(v string)

SetLabel sets field value

func (*Rule) SetPrivateapplicationgroup ¶

func (o *Rule) SetPrivateapplicationgroup(v PrivateApplicationGroup)

SetPrivateapplicationgroup gets a reference to the given PrivateApplicationGroup and assigns it to the Privateapplicationgroup field.

func (Rule) ToMap ¶

func (o Rule) ToMap() (map[string]interface{}, error)

func (*Rule) UnmarshalJSON ¶

func (o *Rule) UnmarshalJSON(data []byte) (err error)

type RuleHitcountSummary ¶

type RuleHitcountSummary struct {
	// The policy rule ID.
	Ruleid *int64 `json:"ruleid,omitempty"`
	// The total number of times that the policy activated the rule ID.
	Hitcount *int64 `json:"hitcount,omitempty"`
	// The last time in milliseconds since the Unix Epoch where the policy activated the rule ID.
	Lasteventat          *int64 `json:"lasteventat,omitempty"`
	AdditionalProperties map[string]interface{}
}

RuleHitcountSummary The properties of the rule hit count summary.

func NewRuleHitcountSummary ¶

func NewRuleHitcountSummary() *RuleHitcountSummary

NewRuleHitcountSummary instantiates a new RuleHitcountSummary 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 NewRuleHitcountSummaryWithDefaults ¶

func NewRuleHitcountSummaryWithDefaults() *RuleHitcountSummary

NewRuleHitcountSummaryWithDefaults instantiates a new RuleHitcountSummary 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 (*RuleHitcountSummary) GetHitcount ¶

func (o *RuleHitcountSummary) GetHitcount() int64

GetHitcount returns the Hitcount field value if set, zero value otherwise.

func (*RuleHitcountSummary) GetHitcountOk ¶

func (o *RuleHitcountSummary) GetHitcountOk() (*int64, bool)

GetHitcountOk returns a tuple with the Hitcount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RuleHitcountSummary) GetLasteventat ¶

func (o *RuleHitcountSummary) GetLasteventat() int64

GetLasteventat returns the Lasteventat field value if set, zero value otherwise.

func (*RuleHitcountSummary) GetLasteventatOk ¶

func (o *RuleHitcountSummary) GetLasteventatOk() (*int64, bool)

GetLasteventatOk returns a tuple with the Lasteventat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RuleHitcountSummary) GetRuleid ¶

func (o *RuleHitcountSummary) GetRuleid() int64

GetRuleid returns the Ruleid field value if set, zero value otherwise.

func (*RuleHitcountSummary) GetRuleidOk ¶

func (o *RuleHitcountSummary) GetRuleidOk() (*int64, 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 (*RuleHitcountSummary) HasHitcount ¶

func (o *RuleHitcountSummary) HasHitcount() bool

HasHitcount returns a boolean if a field has been set.

func (*RuleHitcountSummary) HasLasteventat ¶

func (o *RuleHitcountSummary) HasLasteventat() bool

HasLasteventat returns a boolean if a field has been set.

func (*RuleHitcountSummary) HasRuleid ¶

func (o *RuleHitcountSummary) HasRuleid() bool

HasRuleid returns a boolean if a field has been set.

func (RuleHitcountSummary) MarshalJSON ¶

func (o RuleHitcountSummary) MarshalJSON() ([]byte, error)

func (*RuleHitcountSummary) SetHitcount ¶

func (o *RuleHitcountSummary) SetHitcount(v int64)

SetHitcount gets a reference to the given int64 and assigns it to the Hitcount field.

func (*RuleHitcountSummary) SetLasteventat ¶

func (o *RuleHitcountSummary) SetLasteventat(v int64)

SetLasteventat gets a reference to the given int64 and assigns it to the Lasteventat field.

func (*RuleHitcountSummary) SetRuleid ¶

func (o *RuleHitcountSummary) SetRuleid(v int64)

SetRuleid gets a reference to the given int64 and assigns it to the Ruleid field.

func (RuleHitcountSummary) ToMap ¶

func (o RuleHitcountSummary) ToMap() (map[string]interface{}, error)

func (*RuleHitcountSummary) UnmarshalJSON ¶

func (o *RuleHitcountSummary) UnmarshalJSON(data []byte) (err error)

type RuleParam ¶

type RuleParam struct {
	// The ID of the ruleset for the signature.
	Id                   *int64 `json:"id,omitempty"`
	AdditionalProperties map[string]interface{}
}

RuleParam The properties of the rule parameter.

func NewRuleParam ¶

func NewRuleParam() *RuleParam

NewRuleParam instantiates a new RuleParam 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 NewRuleParamWithDefaults ¶

func NewRuleParamWithDefaults() *RuleParam

NewRuleParamWithDefaults instantiates a new RuleParam 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 (*RuleParam) GetId ¶

func (o *RuleParam) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*RuleParam) GetIdOk ¶

func (o *RuleParam) GetIdOk() (*int64, 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 (*RuleParam) HasId ¶

func (o *RuleParam) HasId() bool

HasId returns a boolean if a field has been set.

func (RuleParam) MarshalJSON ¶

func (o RuleParam) MarshalJSON() ([]byte, error)

func (*RuleParam) SetId ¶

func (o *RuleParam) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (RuleParam) ToMap ¶

func (o RuleParam) ToMap() (map[string]interface{}, error)

func (*RuleParam) UnmarshalJSON ¶

func (o *RuleParam) UnmarshalJSON(data []byte) (err error)

type RulesActivity ¶

type RulesActivity struct {
	Rule Rule `json:"rule"`
	// The date and time that the event happened in milliseconds.
	Timestamp            int64                    `json:"timestamp"`
	Verdict              Verdict                  `json:"verdict"`
	Resource             *PrivateApplicationGroup `json:"resource,omitempty"`
	AdditionalProperties map[string]interface{}
}

RulesActivity The properties of the access rule.

func NewRulesActivity ¶

func NewRulesActivity(rule Rule, timestamp int64, verdict Verdict) *RulesActivity

NewRulesActivity instantiates a new RulesActivity 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 NewRulesActivityWithDefaults ¶

func NewRulesActivityWithDefaults() *RulesActivity

NewRulesActivityWithDefaults instantiates a new RulesActivity 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 (*RulesActivity) GetResource ¶

func (o *RulesActivity) GetResource() PrivateApplicationGroup

GetResource returns the Resource field value if set, zero value otherwise.

func (*RulesActivity) GetResourceOk ¶

func (o *RulesActivity) GetResourceOk() (*PrivateApplicationGroup, 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 (*RulesActivity) GetRule ¶

func (o *RulesActivity) GetRule() Rule

GetRule returns the Rule field value

func (*RulesActivity) GetRuleOk ¶

func (o *RulesActivity) GetRuleOk() (*Rule, bool)

GetRuleOk returns a tuple with the Rule field value and a boolean to check if the value has been set.

func (*RulesActivity) GetTimestamp ¶

func (o *RulesActivity) GetTimestamp() int64

GetTimestamp returns the Timestamp field value

func (*RulesActivity) GetTimestampOk ¶

func (o *RulesActivity) GetTimestampOk() (*int64, bool)

GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.

func (*RulesActivity) GetVerdict ¶

func (o *RulesActivity) GetVerdict() Verdict

GetVerdict returns the Verdict field value

func (*RulesActivity) GetVerdictOk ¶

func (o *RulesActivity) GetVerdictOk() (*Verdict, bool)

GetVerdictOk returns a tuple with the Verdict field value and a boolean to check if the value has been set.

func (*RulesActivity) HasResource ¶

func (o *RulesActivity) HasResource() bool

HasResource returns a boolean if a field has been set.

func (RulesActivity) MarshalJSON ¶

func (o RulesActivity) MarshalJSON() ([]byte, error)

func (*RulesActivity) SetResource ¶

func (o *RulesActivity) SetResource(v PrivateApplicationGroup)

SetResource gets a reference to the given PrivateApplicationGroup and assigns it to the Resource field.

func (*RulesActivity) SetRule ¶

func (o *RulesActivity) SetRule(v Rule)

SetRule sets field value

func (*RulesActivity) SetTimestamp ¶

func (o *RulesActivity) SetTimestamp(v int64)

SetTimestamp sets field value

func (*RulesActivity) SetVerdict ¶

func (o *RulesActivity) SetVerdict(v Verdict)

SetVerdict sets field value

func (RulesActivity) ToMap ¶

func (o RulesActivity) ToMap() (map[string]interface{}, error)

func (*RulesActivity) UnmarshalJSON ¶

func (o *RulesActivity) UnmarshalJSON(data []byte) (err error)

type RulesActivity200Response ¶

type RulesActivity200Response struct {
	Data []RulesActivity `json:"data"`
	// The properties of the metadata.
	Meta                 map[string]interface{} `json:"meta"`
	AdditionalProperties map[string]interface{}
}

RulesActivity200Response struct for RulesActivity200Response

func NewRulesActivity200Response ¶

func NewRulesActivity200Response(data []RulesActivity, meta map[string]interface{}) *RulesActivity200Response

NewRulesActivity200Response instantiates a new RulesActivity200Response 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 NewRulesActivity200ResponseWithDefaults ¶

func NewRulesActivity200ResponseWithDefaults() *RulesActivity200Response

NewRulesActivity200ResponseWithDefaults instantiates a new RulesActivity200Response 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 (*RulesActivity200Response) GetData ¶

func (o *RulesActivity200Response) GetData() []RulesActivity

GetData returns the Data field value

func (*RulesActivity200Response) GetDataOk ¶

func (o *RulesActivity200Response) GetDataOk() ([]RulesActivity, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*RulesActivity200Response) GetMeta ¶

func (o *RulesActivity200Response) GetMeta() map[string]interface{}

GetMeta returns the Meta field value

func (*RulesActivity200Response) GetMetaOk ¶

func (o *RulesActivity200Response) GetMetaOk() (map[string]interface{}, bool)

GetMetaOk returns a tuple with the Meta field value and a boolean to check if the value has been set.

func (RulesActivity200Response) MarshalJSON ¶

func (o RulesActivity200Response) MarshalJSON() ([]byte, error)

func (*RulesActivity200Response) SetData ¶

func (o *RulesActivity200Response) SetData(v []RulesActivity)

SetData sets field value

func (*RulesActivity200Response) SetMeta ¶

func (o *RulesActivity200Response) SetMeta(v map[string]interface{})

SetMeta sets field value

func (RulesActivity200Response) ToMap ¶

func (o RulesActivity200Response) ToMap() (map[string]interface{}, error)

func (*RulesActivity200Response) UnmarshalJSON ¶

func (o *RulesActivity200Response) UnmarshalJSON(data []byte) (err error)

type RulesActivityAPIService ¶

type RulesActivityAPIService service

RulesActivityAPIService RulesActivityAPI service

func (*RulesActivityAPIService) RulesActivity ¶

RulesActivity Get the Rules for the Event Activity

Get details about events related to the organization's rules including verdict and resource.

**Access Scope:** Reports > Private Resources > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiRulesActivityRequest

func (*RulesActivityAPIService) RulesActivityExecute ¶

Execute executes the request

@return RulesActivity200Response

type Ruleset ¶

type Ruleset struct {
	// The ID of the ruleset.
	Id *int64 `json:"id,omitempty"`
	// The descriptive label for the ruleset.
	Label                *string `json:"label,omitempty"`
	Rule                 *Rule   `json:"rule,omitempty"`
	AdditionalProperties map[string]interface{}
}

Ruleset The set of rules on the policy.

func NewRuleset ¶

func NewRuleset() *Ruleset

NewRuleset instantiates a new Ruleset 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 NewRulesetWithDefaults ¶

func NewRulesetWithDefaults() *Ruleset

NewRulesetWithDefaults instantiates a new Ruleset 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 (*Ruleset) GetId ¶

func (o *Ruleset) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*Ruleset) GetIdOk ¶

func (o *Ruleset) GetIdOk() (*int64, 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 (*Ruleset) GetLabel ¶

func (o *Ruleset) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*Ruleset) GetLabelOk ¶

func (o *Ruleset) 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 (*Ruleset) GetRule ¶

func (o *Ruleset) GetRule() Rule

GetRule returns the Rule field value if set, zero value otherwise.

func (*Ruleset) GetRuleOk ¶

func (o *Ruleset) GetRuleOk() (*Rule, 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 (*Ruleset) HasId ¶

func (o *Ruleset) HasId() bool

HasId returns a boolean if a field has been set.

func (*Ruleset) HasLabel ¶

func (o *Ruleset) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*Ruleset) HasRule ¶

func (o *Ruleset) HasRule() bool

HasRule returns a boolean if a field has been set.

func (Ruleset) MarshalJSON ¶

func (o Ruleset) MarshalJSON() ([]byte, error)

func (*Ruleset) SetId ¶

func (o *Ruleset) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*Ruleset) SetLabel ¶

func (o *Ruleset) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*Ruleset) SetRule ¶

func (o *Ruleset) SetRule(v Rule)

SetRule gets a reference to the given Rule and assigns it to the Rule field.

func (Ruleset) ToMap ¶

func (o Ruleset) ToMap() (map[string]interface{}, error)

func (*Ruleset) UnmarshalJSON ¶

func (o *Ruleset) UnmarshalJSON(data []byte) (err error)

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 Severity ¶

type Severity string

Severity The severity level of the rule.

const (
	SEVERITY_HIGH     Severity = "HIGH"
	SEVERITY_MEDIUM   Severity = "MEDIUM"
	SEVERITY_LOW      Severity = "LOW"
	SEVERITY_VERY_LOW Severity = "VERY LOW"
)

List of Severity

func NewSeverityFromValue ¶

func NewSeverityFromValue(v string) (*Severity, error)

NewSeverityFromValue returns a pointer to a valid Severity for the value passed as argument, or an error if the value passed is not allowed by the enum

func (Severity) IsValid ¶

func (v Severity) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (Severity) Ptr ¶

func (v Severity) Ptr() *Severity

Ptr returns reference to Severity value

func (*Severity) UnmarshalJSON ¶

func (v *Severity) UnmarshalJSON(src []byte) error

type Signature ¶

type Signature struct {
	// The unique ID that is assigned to the part of the IPS, which generated the event.
	Generatorid int64 `json:"generatorid"`
	// The ID that is used to uniquely identify signatures.
	Id int64 `json:"id"`
	// A descriptive label for the the signature.
	Label string `json:"label"`
	// The list of common vulnerabilites and exposures (CVEs).
	Cves                 []string `json:"cves"`
	AdditionalProperties map[string]interface{}
}

Signature The properties of the signature.

func NewSignature ¶

func NewSignature(generatorid int64, id int64, label string, cves []string) *Signature

NewSignature instantiates a new Signature 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 NewSignatureWithDefaults ¶

func NewSignatureWithDefaults() *Signature

NewSignatureWithDefaults instantiates a new Signature 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 (*Signature) GetCves ¶

func (o *Signature) GetCves() []string

GetCves returns the Cves field value

func (*Signature) GetCvesOk ¶

func (o *Signature) GetCvesOk() ([]string, bool)

GetCvesOk returns a tuple with the Cves field value and a boolean to check if the value has been set.

func (*Signature) GetGeneratorid ¶

func (o *Signature) GetGeneratorid() int64

GetGeneratorid returns the Generatorid field value

func (*Signature) GetGeneratoridOk ¶

func (o *Signature) GetGeneratoridOk() (*int64, bool)

GetGeneratoridOk returns a tuple with the Generatorid field value and a boolean to check if the value has been set.

func (*Signature) GetId ¶

func (o *Signature) GetId() int64

GetId returns the Id field value

func (*Signature) GetIdOk ¶

func (o *Signature) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Signature) GetLabel ¶

func (o *Signature) GetLabel() string

GetLabel returns the Label field value

func (*Signature) GetLabelOk ¶

func (o *Signature) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.

func (Signature) MarshalJSON ¶

func (o Signature) MarshalJSON() ([]byte, error)

func (*Signature) SetCves ¶

func (o *Signature) SetCves(v []string)

SetCves sets field value

func (*Signature) SetGeneratorid ¶

func (o *Signature) SetGeneratorid(v int64)

SetGeneratorid sets field value

func (*Signature) SetId ¶

func (o *Signature) SetId(v int64)

SetId sets field value

func (*Signature) SetLabel ¶

func (o *Signature) SetLabel(v string)

SetLabel sets field value

func (Signature) ToMap ¶

func (o Signature) ToMap() (map[string]interface{}, error)

func (*Signature) UnmarshalJSON ¶

func (o *Signature) UnmarshalJSON(data []byte) (err error)

type SignatureList ¶

type SignatureList struct {
	// The unique ID assigned to a default or custom signature list.
	Id                   int64 `json:"id"`
	AdditionalProperties map[string]interface{}
}

SignatureList The properties of the signature list.

func NewSignatureList ¶

func NewSignatureList(id int64) *SignatureList

NewSignatureList instantiates a new SignatureList 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 NewSignatureListWithDefaults ¶

func NewSignatureListWithDefaults() *SignatureList

NewSignatureListWithDefaults instantiates a new SignatureList 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 (*SignatureList) GetId ¶

func (o *SignatureList) GetId() int64

GetId returns the Id field value

func (*SignatureList) GetIdOk ¶

func (o *SignatureList) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (SignatureList) MarshalJSON ¶

func (o SignatureList) MarshalJSON() ([]byte, error)

func (*SignatureList) SetId ¶

func (o *SignatureList) SetId(v int64)

SetId sets field value

func (SignatureList) ToMap ¶

func (o SignatureList) ToMap() (map[string]interface{}, error)

func (*SignatureList) UnmarshalJSON ¶

func (o *SignatureList) UnmarshalJSON(data []byte) (err error)

type SignatureListSummary ¶

type SignatureListSummary struct {
	Signaturelist *SignatureList `json:"signaturelist,omitempty"`
	// The list of information about the signatures.
	Signatures           []SignatureListSummarySignaturesInner `json:"signatures,omitempty"`
	Rule                 *RuleParam                            `json:"rule,omitempty"`
	AdditionalProperties map[string]interface{}
}

SignatureListSummary The summary information about the signature lists.

func NewSignatureListSummary ¶

func NewSignatureListSummary() *SignatureListSummary

NewSignatureListSummary instantiates a new SignatureListSummary 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 NewSignatureListSummaryWithDefaults ¶

func NewSignatureListSummaryWithDefaults() *SignatureListSummary

NewSignatureListSummaryWithDefaults instantiates a new SignatureListSummary 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 (*SignatureListSummary) GetRule ¶

func (o *SignatureListSummary) GetRule() RuleParam

GetRule returns the Rule field value if set, zero value otherwise.

func (*SignatureListSummary) GetRuleOk ¶

func (o *SignatureListSummary) GetRuleOk() (*RuleParam, 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 (*SignatureListSummary) GetSignaturelist ¶

func (o *SignatureListSummary) GetSignaturelist() SignatureList

GetSignaturelist returns the Signaturelist field value if set, zero value otherwise.

func (*SignatureListSummary) GetSignaturelistOk ¶

func (o *SignatureListSummary) GetSignaturelistOk() (*SignatureList, bool)

GetSignaturelistOk returns a tuple with the Signaturelist field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SignatureListSummary) GetSignatures ¶

GetSignatures returns the Signatures field value if set, zero value otherwise.

func (*SignatureListSummary) GetSignaturesOk ¶

GetSignaturesOk returns a tuple with the Signatures field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SignatureListSummary) HasRule ¶

func (o *SignatureListSummary) HasRule() bool

HasRule returns a boolean if a field has been set.

func (*SignatureListSummary) HasSignaturelist ¶

func (o *SignatureListSummary) HasSignaturelist() bool

HasSignaturelist returns a boolean if a field has been set.

func (*SignatureListSummary) HasSignatures ¶

func (o *SignatureListSummary) HasSignatures() bool

HasSignatures returns a boolean if a field has been set.

func (SignatureListSummary) MarshalJSON ¶

func (o SignatureListSummary) MarshalJSON() ([]byte, error)

func (*SignatureListSummary) SetRule ¶

func (o *SignatureListSummary) SetRule(v RuleParam)

SetRule gets a reference to the given RuleParam and assigns it to the Rule field.

func (*SignatureListSummary) SetSignaturelist ¶

func (o *SignatureListSummary) SetSignaturelist(v SignatureList)

SetSignaturelist gets a reference to the given SignatureList and assigns it to the Signaturelist field.

func (*SignatureListSummary) SetSignatures ¶

SetSignatures gets a reference to the given []SignatureListSummarySignaturesInner and assigns it to the Signatures field.

func (SignatureListSummary) ToMap ¶

func (o SignatureListSummary) ToMap() (map[string]interface{}, error)

func (*SignatureListSummary) UnmarshalJSON ¶

func (o *SignatureListSummary) UnmarshalJSON(data []byte) (err error)

type SignatureListSummarySignaturesInner ¶

type SignatureListSummarySignaturesInner struct {
	// The generator ID of the signature.
	Generatorid *int64 `json:"generatorid,omitempty"`
	// The ID of the signature.
	Id *int64 `json:"id,omitempty"`
	// The date and time in milliseconds of the last event.
	Lasteventat          *int64                                     `json:"lasteventat,omitempty"`
	Counts               *SignatureListSummarySignaturesInnerCounts `json:"counts,omitempty"`
	AdditionalProperties map[string]interface{}
}

SignatureListSummarySignaturesInner struct for SignatureListSummarySignaturesInner

func NewSignatureListSummarySignaturesInner ¶

func NewSignatureListSummarySignaturesInner() *SignatureListSummarySignaturesInner

NewSignatureListSummarySignaturesInner instantiates a new SignatureListSummarySignaturesInner 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 NewSignatureListSummarySignaturesInnerWithDefaults ¶

func NewSignatureListSummarySignaturesInnerWithDefaults() *SignatureListSummarySignaturesInner

NewSignatureListSummarySignaturesInnerWithDefaults instantiates a new SignatureListSummarySignaturesInner 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 (*SignatureListSummarySignaturesInner) GetCounts ¶

GetCounts returns the Counts field value if set, zero value otherwise.

func (*SignatureListSummarySignaturesInner) GetCountsOk ¶

GetCountsOk returns a tuple with the Counts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SignatureListSummarySignaturesInner) GetGeneratorid ¶

func (o *SignatureListSummarySignaturesInner) GetGeneratorid() int64

GetGeneratorid returns the Generatorid field value if set, zero value otherwise.

func (*SignatureListSummarySignaturesInner) GetGeneratoridOk ¶

func (o *SignatureListSummarySignaturesInner) GetGeneratoridOk() (*int64, bool)

GetGeneratoridOk returns a tuple with the Generatorid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SignatureListSummarySignaturesInner) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*SignatureListSummarySignaturesInner) 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 (*SignatureListSummarySignaturesInner) GetLasteventat ¶

func (o *SignatureListSummarySignaturesInner) GetLasteventat() int64

GetLasteventat returns the Lasteventat field value if set, zero value otherwise.

func (*SignatureListSummarySignaturesInner) GetLasteventatOk ¶

func (o *SignatureListSummarySignaturesInner) GetLasteventatOk() (*int64, bool)

GetLasteventatOk returns a tuple with the Lasteventat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SignatureListSummarySignaturesInner) HasCounts ¶

HasCounts returns a boolean if a field has been set.

func (*SignatureListSummarySignaturesInner) HasGeneratorid ¶

func (o *SignatureListSummarySignaturesInner) HasGeneratorid() bool

HasGeneratorid returns a boolean if a field has been set.

func (*SignatureListSummarySignaturesInner) HasId ¶

HasId returns a boolean if a field has been set.

func (*SignatureListSummarySignaturesInner) HasLasteventat ¶

func (o *SignatureListSummarySignaturesInner) HasLasteventat() bool

HasLasteventat returns a boolean if a field has been set.

func (SignatureListSummarySignaturesInner) MarshalJSON ¶

func (o SignatureListSummarySignaturesInner) MarshalJSON() ([]byte, error)

func (*SignatureListSummarySignaturesInner) SetCounts ¶

SetCounts gets a reference to the given SignatureListSummarySignaturesInnerCounts and assigns it to the Counts field.

func (*SignatureListSummarySignaturesInner) SetGeneratorid ¶

func (o *SignatureListSummarySignaturesInner) SetGeneratorid(v int64)

SetGeneratorid gets a reference to the given int64 and assigns it to the Generatorid field.

func (*SignatureListSummarySignaturesInner) SetId ¶

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*SignatureListSummarySignaturesInner) SetLasteventat ¶

func (o *SignatureListSummarySignaturesInner) SetLasteventat(v int64)

SetLasteventat gets a reference to the given int64 and assigns it to the Lasteventat field.

func (SignatureListSummarySignaturesInner) ToMap ¶

func (o SignatureListSummarySignaturesInner) ToMap() (map[string]interface{}, error)

func (*SignatureListSummarySignaturesInner) UnmarshalJSON ¶

func (o *SignatureListSummarySignaturesInner) UnmarshalJSON(data []byte) (err error)

type SignatureListSummarySignaturesInnerCounts ¶

type SignatureListSummarySignaturesInnerCounts struct {
	// The number of blocked signatures.
	Blocked int64 `json:"blocked"`
	// The number of detected signatures.
	Detected int64 `json:"detected"`
	// The number of signatures to block.
	Wouldblock           int64 `json:"wouldblock"`
	AdditionalProperties map[string]interface{}
}

SignatureListSummarySignaturesInnerCounts struct for SignatureListSummarySignaturesInnerCounts

func NewSignatureListSummarySignaturesInnerCounts ¶

func NewSignatureListSummarySignaturesInnerCounts(blocked int64, detected int64, wouldblock int64) *SignatureListSummarySignaturesInnerCounts

NewSignatureListSummarySignaturesInnerCounts instantiates a new SignatureListSummarySignaturesInnerCounts 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 NewSignatureListSummarySignaturesInnerCountsWithDefaults ¶

func NewSignatureListSummarySignaturesInnerCountsWithDefaults() *SignatureListSummarySignaturesInnerCounts

NewSignatureListSummarySignaturesInnerCountsWithDefaults instantiates a new SignatureListSummarySignaturesInnerCounts 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 (*SignatureListSummarySignaturesInnerCounts) GetBlocked ¶

GetBlocked returns the Blocked field value

func (*SignatureListSummarySignaturesInnerCounts) GetBlockedOk ¶

GetBlockedOk returns a tuple with the Blocked field value and a boolean to check if the value has been set.

func (*SignatureListSummarySignaturesInnerCounts) GetDetected ¶

GetDetected returns the Detected field value

func (*SignatureListSummarySignaturesInnerCounts) GetDetectedOk ¶

func (o *SignatureListSummarySignaturesInnerCounts) GetDetectedOk() (*int64, bool)

GetDetectedOk returns a tuple with the Detected field value and a boolean to check if the value has been set.

func (*SignatureListSummarySignaturesInnerCounts) GetWouldblock ¶

GetWouldblock returns the Wouldblock field value

func (*SignatureListSummarySignaturesInnerCounts) GetWouldblockOk ¶

func (o *SignatureListSummarySignaturesInnerCounts) GetWouldblockOk() (*int64, bool)

GetWouldblockOk returns a tuple with the Wouldblock field value and a boolean to check if the value has been set.

func (SignatureListSummarySignaturesInnerCounts) MarshalJSON ¶

func (*SignatureListSummarySignaturesInnerCounts) SetBlocked ¶

SetBlocked sets field value

func (*SignatureListSummarySignaturesInnerCounts) SetDetected ¶

SetDetected sets field value

func (*SignatureListSummarySignaturesInnerCounts) SetWouldblock ¶

SetWouldblock sets field value

func (SignatureListSummarySignaturesInnerCounts) ToMap ¶

func (o SignatureListSummarySignaturesInnerCounts) ToMap() (map[string]interface{}, error)

func (*SignatureListSummarySignaturesInnerCounts) UnmarshalJSON ¶

func (o *SignatureListSummarySignaturesInnerCounts) UnmarshalJSON(data []byte) (err error)

type SourcesInner ¶

type SourcesInner struct {
	CdfwSource *CdfwSource
	DnsSource  *DnsSource
	SwgSource  *SwgSource
}

SourcesInner struct for SourcesInner

func (SourcesInner) MarshalJSON ¶

func (src SourcesInner) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*SourcesInner) UnmarshalJSON ¶

func (dst *SourcesInner) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type StatusCode ¶

type StatusCode struct {
	StatusCode           int64          `json:"statusCode"`
	Body                 StatusCodeBody `json:"body"`
	AdditionalProperties map[string]interface{}
}

StatusCode struct for StatusCode

func NewStatusCode ¶

func NewStatusCode(statusCode int64, body StatusCodeBody) *StatusCode

NewStatusCode instantiates a new StatusCode 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 NewStatusCodeWithDefaults ¶

func NewStatusCodeWithDefaults() *StatusCode

NewStatusCodeWithDefaults instantiates a new StatusCode 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 (*StatusCode) GetBody ¶

func (o *StatusCode) GetBody() StatusCodeBody

GetBody returns the Body field value

func (*StatusCode) GetBodyOk ¶

func (o *StatusCode) GetBodyOk() (*StatusCodeBody, bool)

GetBodyOk returns a tuple with the Body field value and a boolean to check if the value has been set.

func (*StatusCode) GetStatusCode ¶

func (o *StatusCode) GetStatusCode() int64

GetStatusCode returns the StatusCode field value

func (*StatusCode) GetStatusCodeOk ¶

func (o *StatusCode) GetStatusCodeOk() (*int64, bool)

GetStatusCodeOk returns a tuple with the StatusCode field value and a boolean to check if the value has been set.

func (StatusCode) MarshalJSON ¶

func (o StatusCode) MarshalJSON() ([]byte, error)

func (*StatusCode) SetBody ¶

func (o *StatusCode) SetBody(v StatusCodeBody)

SetBody sets field value

func (*StatusCode) SetStatusCode ¶

func (o *StatusCode) SetStatusCode(v int64)

SetStatusCode sets field value

func (StatusCode) ToMap ¶

func (o StatusCode) ToMap() (map[string]interface{}, error)

func (*StatusCode) UnmarshalJSON ¶

func (o *StatusCode) UnmarshalJSON(data []byte) (err error)

type StatusCodeBody ¶

type StatusCodeBody struct {
	// There is an error in the parameter(s)
	ParamError           *string `json:"Param error,omitempty"`
	AdditionalProperties map[string]interface{}
}

StatusCodeBody struct for StatusCodeBody

func NewStatusCodeBody ¶

func NewStatusCodeBody() *StatusCodeBody

NewStatusCodeBody instantiates a new StatusCodeBody 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 NewStatusCodeBodyWithDefaults ¶

func NewStatusCodeBodyWithDefaults() *StatusCodeBody

NewStatusCodeBodyWithDefaults instantiates a new StatusCodeBody 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 (*StatusCodeBody) GetParamError ¶

func (o *StatusCodeBody) GetParamError() string

GetParamError returns the ParamError field value if set, zero value otherwise.

func (*StatusCodeBody) GetParamErrorOk ¶

func (o *StatusCodeBody) GetParamErrorOk() (*string, bool)

GetParamErrorOk returns a tuple with the ParamError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusCodeBody) HasParamError ¶

func (o *StatusCodeBody) HasParamError() bool

HasParamError returns a boolean if a field has been set.

func (StatusCodeBody) MarshalJSON ¶

func (o StatusCodeBody) MarshalJSON() ([]byte, error)

func (*StatusCodeBody) SetParamError ¶

func (o *StatusCodeBody) SetParamError(v string)

SetParamError gets a reference to the given string and assigns it to the ParamError field.

func (StatusCodeBody) ToMap ¶

func (o StatusCodeBody) ToMap() (map[string]interface{}, error)

func (*StatusCodeBody) UnmarshalJSON ¶

func (o *StatusCodeBody) UnmarshalJSON(data []byte) (err error)

type SummariesByCategoryAPIService ¶

type SummariesByCategoryAPIService service

SummariesByCategoryAPIService SummariesByCategoryAPI service

func (*SummariesByCategoryAPIService) GetSummariesByCategory ¶

GetSummariesByCategory Get Summaries by Category (All)

List the summaries of requests by category.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSummariesByCategoryRequest

func (*SummariesByCategoryAPIService) GetSummariesByCategoryExecute ¶

Execute executes the request

@return GetSummariesByCategory200Response

func (*SummariesByCategoryAPIService) GetSummariesByCategoryType ¶

GetSummariesByCategoryType Get Summaries by Category For Type

List the summaries by category for the type of request.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param type_ Specify the type of traffic.
@return ApiGetSummariesByCategoryTypeRequest

func (*SummariesByCategoryAPIService) GetSummariesByCategoryTypeExecute ¶

Execute executes the request

@return GetSummariesByCategory200Response

type SummariesByDestinationAPIService ¶

type SummariesByDestinationAPIService service

SummariesByDestinationAPIService SummariesByDestinationAPI service

func (*SummariesByDestinationAPIService) GetSummariesByDestination ¶

GetSummariesByDestination Get Summaries by Destination (All)

List the summaries by destination.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSummariesByDestinationRequest

func (*SummariesByDestinationAPIService) GetSummariesByDestinationExecute ¶

Execute executes the request

@return GetSummariesByDestination200Response

func (*SummariesByDestinationAPIService) GetSummariesByDestinationType ¶

GetSummariesByDestinationType Get Summaries by Destination For Type

List the summaries by destination for the type of traffic.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param type_ Specify the type of traffic.
@return ApiGetSummariesByDestinationTypeRequest

func (*SummariesByDestinationAPIService) GetSummariesByDestinationTypeExecute ¶

Execute executes the request

@return GetSummariesByDestination200Response

type SummariesByRuleAPIService ¶

type SummariesByRuleAPIService service

SummariesByRuleAPIService SummariesByRuleAPI service

func (*SummariesByRuleAPIService) GetSummariesByRuleFirewallHitcount ¶

GetSummariesByRuleFirewallHitcount Get Summaries by Rule for Policy Rule Firewall Hit Count

List the summaries by rule for the policy rule firewall hit count.

**Access Scope:** Reports > Summaries by rule > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSummariesByRuleFirewallHitcountRequest

func (*SummariesByRuleAPIService) GetSummariesByRuleFirewallHitcountExecute ¶

Execute executes the request

@return GetSummariesByRuleFirewallHitcount200Response

func (*SummariesByRuleAPIService) GetSummariesByRuleHitcount ¶

GetSummariesByRuleHitcount Get Summaries by Rule for Policy Rule Hit Count

List the summaries by rule for the policy rule hit count.

**Access Scope:** Reports > Summaries by rule > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSummariesByRuleHitcountRequest

func (*SummariesByRuleAPIService) GetSummariesByRuleHitcountExecute ¶

Execute executes the request

@return GetSummariesByRuleHitcount200Response

func (*SummariesByRuleAPIService) GetSummariesByRuleIntrusion ¶

GetSummariesByRuleIntrusion Get Summaries by Rule

List the summaries by rule for the intrusion type.

**Access Scope:** Reports > Summaries by rule > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSummariesByRuleIntrusionRequest

func (*SummariesByRuleAPIService) GetSummariesByRuleIntrusionExecute ¶

Execute executes the request

@return GetSummariesByRuleIntrusion200Response

type Summary ¶

type Summary struct {
	Data                 SummaryData `json:"data"`
	AdditionalProperties map[string]interface{}
}

Summary The summary of the API usage.

func NewSummary ¶

func NewSummary(data SummaryData) *Summary

NewSummary instantiates a new Summary 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 NewSummaryWithDefaults ¶

func NewSummaryWithDefaults() *Summary

NewSummaryWithDefaults instantiates a new Summary 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 (*Summary) GetData ¶

func (o *Summary) GetData() SummaryData

GetData returns the Data field value

func (*Summary) GetDataOk ¶

func (o *Summary) GetDataOk() (*SummaryData, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (Summary) MarshalJSON ¶

func (o Summary) MarshalJSON() ([]byte, error)

func (*Summary) SetData ¶

func (o *Summary) SetData(v SummaryData)

SetData sets field value

func (Summary) ToMap ¶

func (o Summary) ToMap() (map[string]interface{}, error)

func (*Summary) UnmarshalJSON ¶

func (o *Summary) UnmarshalJSON(data []byte) (err error)

type SummaryAPIService ¶

type SummaryAPIService service

SummaryAPIService SummaryAPI service

func (*SummaryAPIService) GetSummary ¶

GetSummary Get Summary (All)

Get the summary report.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSummaryRequest

func (*SummaryAPIService) GetSummaryByType ¶

func (a *SummaryAPIService) GetSummaryByType(ctx context.Context, type_ string) ApiGetSummaryByTypeRequest

GetSummaryByType Get Summary By Type

Get the summary of requests by the traffic type.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param type_ Specify the type of traffic.
@return ApiGetSummaryByTypeRequest

func (*SummaryAPIService) GetSummaryByTypeExecute ¶

Execute executes the request

@return GetSummary200Response

func (*SummaryAPIService) GetSummaryExecute ¶

Execute executes the request

@return GetSummary200Response

type SummaryData ¶

type SummaryData struct {
	// The number of successful API requests.
	SuccessfulRequests int64 `json:"successfulRequests"`
	// The number of failed API requests.
	FailedRequests int64 `json:"failedRequests"`
	// The total number of API requests.
	Total                int64 `json:"total"`
	AdditionalProperties map[string]interface{}
}

SummaryData The total number of requsts and the counts of the failed and successful requests.

func NewSummaryData ¶

func NewSummaryData(successfulRequests int64, failedRequests int64, total int64) *SummaryData

NewSummaryData instantiates a new SummaryData 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 NewSummaryDataWithDefaults ¶

func NewSummaryDataWithDefaults() *SummaryData

NewSummaryDataWithDefaults instantiates a new SummaryData 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 (*SummaryData) GetFailedRequests ¶

func (o *SummaryData) GetFailedRequests() int64

GetFailedRequests returns the FailedRequests field value

func (*SummaryData) GetFailedRequestsOk ¶

func (o *SummaryData) GetFailedRequestsOk() (*int64, bool)

GetFailedRequestsOk returns a tuple with the FailedRequests field value and a boolean to check if the value has been set.

func (*SummaryData) GetSuccessfulRequests ¶

func (o *SummaryData) GetSuccessfulRequests() int64

GetSuccessfulRequests returns the SuccessfulRequests field value

func (*SummaryData) GetSuccessfulRequestsOk ¶

func (o *SummaryData) GetSuccessfulRequestsOk() (*int64, bool)

GetSuccessfulRequestsOk returns a tuple with the SuccessfulRequests field value and a boolean to check if the value has been set.

func (*SummaryData) GetTotal ¶

func (o *SummaryData) GetTotal() int64

GetTotal returns the Total field value

func (*SummaryData) GetTotalOk ¶

func (o *SummaryData) GetTotalOk() (*int64, bool)

GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.

func (SummaryData) MarshalJSON ¶

func (o SummaryData) MarshalJSON() ([]byte, error)

func (*SummaryData) SetFailedRequests ¶

func (o *SummaryData) SetFailedRequests(v int64)

SetFailedRequests sets field value

func (*SummaryData) SetSuccessfulRequests ¶

func (o *SummaryData) SetSuccessfulRequests(v int64)

SetSuccessfulRequests sets field value

func (*SummaryData) SetTotal ¶

func (o *SummaryData) SetTotal(v int64)

SetTotal sets field value

func (SummaryData) ToMap ¶

func (o SummaryData) ToMap() (map[string]interface{}, error)

func (*SummaryData) UnmarshalJSON ¶

func (o *SummaryData) UnmarshalJSON(data []byte) (err error)

type SummaryWithCategory ¶

type SummaryWithCategory struct {
	Category             Category `json:"category"`
	Summary              Summary  `json:"summary"`
	AdditionalProperties map[string]interface{}
}

SummaryWithCategory The properties of the category and summary.

func NewSummaryWithCategory ¶

func NewSummaryWithCategory(category Category, summary Summary) *SummaryWithCategory

NewSummaryWithCategory instantiates a new SummaryWithCategory 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 NewSummaryWithCategoryWithDefaults ¶

func NewSummaryWithCategoryWithDefaults() *SummaryWithCategory

NewSummaryWithCategoryWithDefaults instantiates a new SummaryWithCategory 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 (*SummaryWithCategory) GetCategory ¶

func (o *SummaryWithCategory) GetCategory() Category

GetCategory returns the Category field value

func (*SummaryWithCategory) GetCategoryOk ¶

func (o *SummaryWithCategory) GetCategoryOk() (*Category, bool)

GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.

func (*SummaryWithCategory) GetSummary ¶

func (o *SummaryWithCategory) GetSummary() Summary

GetSummary returns the Summary field value

func (*SummaryWithCategory) GetSummaryOk ¶

func (o *SummaryWithCategory) GetSummaryOk() (*Summary, bool)

GetSummaryOk returns a tuple with the Summary field value and a boolean to check if the value has been set.

func (SummaryWithCategory) MarshalJSON ¶

func (o SummaryWithCategory) MarshalJSON() ([]byte, error)

func (*SummaryWithCategory) SetCategory ¶

func (o *SummaryWithCategory) SetCategory(v Category)

SetCategory sets field value

func (*SummaryWithCategory) SetSummary ¶

func (o *SummaryWithCategory) SetSummary(v Summary)

SetSummary sets field value

func (SummaryWithCategory) ToMap ¶

func (o SummaryWithCategory) ToMap() (map[string]interface{}, error)

func (*SummaryWithCategory) UnmarshalJSON ¶

func (o *SummaryWithCategory) UnmarshalJSON(data []byte) (err error)

type SummaryWithDestination ¶

type SummaryWithDestination struct {
	// destination domain
	Domain               string  `json:"domain"`
	Summary              Summary `json:"summary"`
	AdditionalProperties map[string]interface{}
}

SummaryWithDestination The summary and destination information.

func NewSummaryWithDestination ¶

func NewSummaryWithDestination(domain string, summary Summary) *SummaryWithDestination

NewSummaryWithDestination instantiates a new SummaryWithDestination 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 NewSummaryWithDestinationWithDefaults ¶

func NewSummaryWithDestinationWithDefaults() *SummaryWithDestination

NewSummaryWithDestinationWithDefaults instantiates a new SummaryWithDestination 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 (*SummaryWithDestination) GetDomain ¶

func (o *SummaryWithDestination) GetDomain() string

GetDomain returns the Domain field value

func (*SummaryWithDestination) GetDomainOk ¶

func (o *SummaryWithDestination) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*SummaryWithDestination) GetSummary ¶

func (o *SummaryWithDestination) GetSummary() Summary

GetSummary returns the Summary field value

func (*SummaryWithDestination) GetSummaryOk ¶

func (o *SummaryWithDestination) GetSummaryOk() (*Summary, bool)

GetSummaryOk returns a tuple with the Summary field value and a boolean to check if the value has been set.

func (SummaryWithDestination) MarshalJSON ¶

func (o SummaryWithDestination) MarshalJSON() ([]byte, error)

func (*SummaryWithDestination) SetDomain ¶

func (o *SummaryWithDestination) SetDomain(v string)

SetDomain sets field value

func (*SummaryWithDestination) SetSummary ¶

func (o *SummaryWithDestination) SetSummary(v Summary)

SetSummary sets field value

func (SummaryWithDestination) ToMap ¶

func (o SummaryWithDestination) ToMap() (map[string]interface{}, error)

func (*SummaryWithDestination) UnmarshalJSON ¶

func (o *SummaryWithDestination) UnmarshalJSON(data []byte) (err error)

type SwgSource ¶

type SwgSource struct {
	// The type of traffic associated with the source.
	Name *string `json:"name,omitempty"`
	// The total number of bytes inbound and outbound for this app in your environment.
	TotalTraffic *int64 `json:"totalTraffic,omitempty"`
	// The number of bytes received (inbound).
	BytesIn *int64 `json:"bytesIn,omitempty"`
	// The number of bytes sent (outbound).
	BytesOut *int64 `json:"bytesOut,omitempty"`
	// The number of bytes of outbound traffic that are blocked.
	BlockedBytesOut      *int64 `json:"blockedBytesOut,omitempty"`
	AdditionalProperties map[string]interface{}
}

SwgSource The properties of the app's web requests.

func NewSwgSource ¶

func NewSwgSource() *SwgSource

NewSwgSource instantiates a new SwgSource 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 NewSwgSourceWithDefaults ¶

func NewSwgSourceWithDefaults() *SwgSource

NewSwgSourceWithDefaults instantiates a new SwgSource 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 (*SwgSource) GetBlockedBytesOut ¶

func (o *SwgSource) GetBlockedBytesOut() int64

GetBlockedBytesOut returns the BlockedBytesOut field value if set, zero value otherwise.

func (*SwgSource) GetBlockedBytesOutOk ¶

func (o *SwgSource) GetBlockedBytesOutOk() (*int64, bool)

GetBlockedBytesOutOk returns a tuple with the BlockedBytesOut field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SwgSource) GetBytesIn ¶

func (o *SwgSource) GetBytesIn() int64

GetBytesIn returns the BytesIn field value if set, zero value otherwise.

func (*SwgSource) GetBytesInOk ¶

func (o *SwgSource) GetBytesInOk() (*int64, bool)

GetBytesInOk returns a tuple with the BytesIn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SwgSource) GetBytesOut ¶

func (o *SwgSource) GetBytesOut() int64

GetBytesOut returns the BytesOut field value if set, zero value otherwise.

func (*SwgSource) GetBytesOutOk ¶

func (o *SwgSource) GetBytesOutOk() (*int64, bool)

GetBytesOutOk returns a tuple with the BytesOut field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SwgSource) GetName ¶

func (o *SwgSource) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*SwgSource) GetNameOk ¶

func (o *SwgSource) 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 (*SwgSource) GetTotalTraffic ¶

func (o *SwgSource) GetTotalTraffic() int64

GetTotalTraffic returns the TotalTraffic field value if set, zero value otherwise.

func (*SwgSource) GetTotalTrafficOk ¶

func (o *SwgSource) GetTotalTrafficOk() (*int64, bool)

GetTotalTrafficOk returns a tuple with the TotalTraffic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SwgSource) HasBlockedBytesOut ¶

func (o *SwgSource) HasBlockedBytesOut() bool

HasBlockedBytesOut returns a boolean if a field has been set.

func (*SwgSource) HasBytesIn ¶

func (o *SwgSource) HasBytesIn() bool

HasBytesIn returns a boolean if a field has been set.

func (*SwgSource) HasBytesOut ¶

func (o *SwgSource) HasBytesOut() bool

HasBytesOut returns a boolean if a field has been set.

func (*SwgSource) HasName ¶

func (o *SwgSource) HasName() bool

HasName returns a boolean if a field has been set.

func (*SwgSource) HasTotalTraffic ¶

func (o *SwgSource) HasTotalTraffic() bool

HasTotalTraffic returns a boolean if a field has been set.

func (SwgSource) MarshalJSON ¶

func (o SwgSource) MarshalJSON() ([]byte, error)

func (*SwgSource) SetBlockedBytesOut ¶

func (o *SwgSource) SetBlockedBytesOut(v int64)

SetBlockedBytesOut gets a reference to the given int64 and assigns it to the BlockedBytesOut field.

func (*SwgSource) SetBytesIn ¶

func (o *SwgSource) SetBytesIn(v int64)

SetBytesIn gets a reference to the given int64 and assigns it to the BytesIn field.

func (*SwgSource) SetBytesOut ¶

func (o *SwgSource) SetBytesOut(v int64)

SetBytesOut gets a reference to the given int64 and assigns it to the BytesOut field.

func (*SwgSource) SetName ¶

func (o *SwgSource) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*SwgSource) SetTotalTraffic ¶

func (o *SwgSource) SetTotalTraffic(v int64)

SetTotalTraffic gets a reference to the given int64 and assigns it to the TotalTraffic field.

func (SwgSource) ToMap ¶

func (o SwgSource) ToMap() (map[string]interface{}, error)

func (*SwgSource) UnmarshalJSON ¶

func (o *SwgSource) UnmarshalJSON(data []byte) (err error)

type Threat ¶

type Threat struct {
	// The descriptive label for the threat name.
	Label *string `json:"label,omitempty"`
	// The type of the threat.
	Type                 *string `json:"type,omitempty"`
	AdditionalProperties map[string]interface{}
}

Threat The information about the threat.

func NewThreat ¶

func NewThreat() *Threat

NewThreat instantiates a new Threat 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 NewThreatWithDefaults ¶

func NewThreatWithDefaults() *Threat

NewThreatWithDefaults instantiates a new Threat 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 (*Threat) GetLabel ¶

func (o *Threat) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*Threat) GetLabelOk ¶

func (o *Threat) 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 (*Threat) GetType ¶

func (o *Threat) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Threat) GetTypeOk ¶

func (o *Threat) 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 (*Threat) HasLabel ¶

func (o *Threat) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*Threat) HasType ¶

func (o *Threat) HasType() bool

HasType returns a boolean if a field has been set.

func (Threat) MarshalJSON ¶

func (o Threat) MarshalJSON() ([]byte, error)

func (*Threat) SetLabel ¶

func (o *Threat) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*Threat) SetType ¶

func (o *Threat) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (Threat) ToMap ¶

func (o Threat) ToMap() (map[string]interface{}, error)

func (*Threat) UnmarshalJSON ¶

func (o *Threat) UnmarshalJSON(data []byte) (err error)

type ThreatName ¶

type ThreatName struct {
	// The name of the threat.
	Name string `json:"name"`
	// The description of the threat name.
	Description          string `json:"description"`
	AdditionalProperties map[string]interface{}
}

ThreatName The properties of the threat name.

func NewThreatName ¶

func NewThreatName(name string, description string) *ThreatName

NewThreatName instantiates a new ThreatName 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 NewThreatNameWithDefaults ¶

func NewThreatNameWithDefaults() *ThreatName

NewThreatNameWithDefaults instantiates a new ThreatName 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 (*ThreatName) GetDescription ¶

func (o *ThreatName) GetDescription() string

GetDescription returns the Description field value

func (*ThreatName) GetDescriptionOk ¶

func (o *ThreatName) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*ThreatName) GetName ¶

func (o *ThreatName) GetName() string

GetName returns the Name field value

func (*ThreatName) GetNameOk ¶

func (o *ThreatName) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (ThreatName) MarshalJSON ¶

func (o ThreatName) MarshalJSON() ([]byte, error)

func (*ThreatName) SetDescription ¶

func (o *ThreatName) SetDescription(v string)

SetDescription sets field value

func (*ThreatName) SetName ¶

func (o *ThreatName) SetName(v string)

SetName sets field value

func (ThreatName) ToMap ¶

func (o ThreatName) ToMap() (map[string]interface{}, error)

func (*ThreatName) UnmarshalJSON ¶

func (o *ThreatName) UnmarshalJSON(data []byte) (err error)

type ThreatType ¶

type ThreatType struct {
	// The name of the threat type.
	Name string `json:"name"`
	// The name of the threat type.
	Description          string `json:"description"`
	AdditionalProperties map[string]interface{}
}

ThreatType The properties of the threat type.

func NewThreatType ¶

func NewThreatType(name string, description string) *ThreatType

NewThreatType instantiates a new ThreatType 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 NewThreatTypeWithDefaults ¶

func NewThreatTypeWithDefaults() *ThreatType

NewThreatTypeWithDefaults instantiates a new ThreatType 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 (*ThreatType) GetDescription ¶

func (o *ThreatType) GetDescription() string

GetDescription returns the Description field value

func (*ThreatType) GetDescriptionOk ¶

func (o *ThreatType) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*ThreatType) GetName ¶

func (o *ThreatType) GetName() string

GetName returns the Name field value

func (*ThreatType) GetNameOk ¶

func (o *ThreatType) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (ThreatType) MarshalJSON ¶

func (o ThreatType) MarshalJSON() ([]byte, error)

func (*ThreatType) SetDescription ¶

func (o *ThreatType) SetDescription(v string)

SetDescription sets field value

func (*ThreatType) SetName ¶

func (o *ThreatType) SetName(v string)

SetName sets field value

func (ThreatType) ToMap ¶

func (o ThreatType) ToMap() (map[string]interface{}, error)

func (*ThreatType) UnmarshalJSON ¶

func (o *ThreatType) UnmarshalJSON(data []byte) (err error)

type TimeSeriesAppConnectorAgentData ¶

type TimeSeriesAppConnectorAgentData struct {
	TunnelStatus *TunnelStatus `json:"tunnelStatus,omitempty"`
	// The CPU utilization of the Resource Connector.
	CpuUtilization *int64        `json:"cpuUtilization,omitempty"`
	Requests       *TotalRequest `json:"requests,omitempty"`
	// The timestamp represented in milliseconds for the bucket.
	Timestamp            *int64 `json:"timestamp,omitempty"`
	AdditionalProperties map[string]interface{}
}

TimeSeriesAppConnectorAgentData The Resource Connector timeseries data.

func NewTimeSeriesAppConnectorAgentData ¶

func NewTimeSeriesAppConnectorAgentData() *TimeSeriesAppConnectorAgentData

NewTimeSeriesAppConnectorAgentData instantiates a new TimeSeriesAppConnectorAgentData 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 NewTimeSeriesAppConnectorAgentDataWithDefaults ¶

func NewTimeSeriesAppConnectorAgentDataWithDefaults() *TimeSeriesAppConnectorAgentData

NewTimeSeriesAppConnectorAgentDataWithDefaults instantiates a new TimeSeriesAppConnectorAgentData 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 (*TimeSeriesAppConnectorAgentData) GetCpuUtilization ¶

func (o *TimeSeriesAppConnectorAgentData) GetCpuUtilization() int64

GetCpuUtilization returns the CpuUtilization field value if set, zero value otherwise.

func (*TimeSeriesAppConnectorAgentData) GetCpuUtilizationOk ¶

func (o *TimeSeriesAppConnectorAgentData) GetCpuUtilizationOk() (*int64, bool)

GetCpuUtilizationOk returns a tuple with the CpuUtilization field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeSeriesAppConnectorAgentData) GetRequests ¶

GetRequests returns the Requests field value if set, zero value otherwise.

func (*TimeSeriesAppConnectorAgentData) GetRequestsOk ¶

func (o *TimeSeriesAppConnectorAgentData) GetRequestsOk() (*TotalRequest, bool)

GetRequestsOk returns a tuple with the Requests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeSeriesAppConnectorAgentData) GetTimestamp ¶

func (o *TimeSeriesAppConnectorAgentData) GetTimestamp() int64

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*TimeSeriesAppConnectorAgentData) GetTimestampOk ¶

func (o *TimeSeriesAppConnectorAgentData) GetTimestampOk() (*int64, 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 (*TimeSeriesAppConnectorAgentData) GetTunnelStatus ¶

func (o *TimeSeriesAppConnectorAgentData) GetTunnelStatus() TunnelStatus

GetTunnelStatus returns the TunnelStatus field value if set, zero value otherwise.

func (*TimeSeriesAppConnectorAgentData) GetTunnelStatusOk ¶

func (o *TimeSeriesAppConnectorAgentData) GetTunnelStatusOk() (*TunnelStatus, bool)

GetTunnelStatusOk returns a tuple with the TunnelStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeSeriesAppConnectorAgentData) HasCpuUtilization ¶

func (o *TimeSeriesAppConnectorAgentData) HasCpuUtilization() bool

HasCpuUtilization returns a boolean if a field has been set.

func (*TimeSeriesAppConnectorAgentData) HasRequests ¶

func (o *TimeSeriesAppConnectorAgentData) HasRequests() bool

HasRequests returns a boolean if a field has been set.

func (*TimeSeriesAppConnectorAgentData) HasTimestamp ¶

func (o *TimeSeriesAppConnectorAgentData) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (*TimeSeriesAppConnectorAgentData) HasTunnelStatus ¶

func (o *TimeSeriesAppConnectorAgentData) HasTunnelStatus() bool

HasTunnelStatus returns a boolean if a field has been set.

func (TimeSeriesAppConnectorAgentData) MarshalJSON ¶

func (o TimeSeriesAppConnectorAgentData) MarshalJSON() ([]byte, error)

func (*TimeSeriesAppConnectorAgentData) SetCpuUtilization ¶

func (o *TimeSeriesAppConnectorAgentData) SetCpuUtilization(v int64)

SetCpuUtilization gets a reference to the given int64 and assigns it to the CpuUtilization field.

func (*TimeSeriesAppConnectorAgentData) SetRequests ¶

SetRequests gets a reference to the given TotalRequest and assigns it to the Requests field.

func (*TimeSeriesAppConnectorAgentData) SetTimestamp ¶

func (o *TimeSeriesAppConnectorAgentData) SetTimestamp(v int64)

SetTimestamp gets a reference to the given int64 and assigns it to the Timestamp field.

func (*TimeSeriesAppConnectorAgentData) SetTunnelStatus ¶

func (o *TimeSeriesAppConnectorAgentData) SetTunnelStatus(v TunnelStatus)

SetTunnelStatus gets a reference to the given TunnelStatus and assigns it to the TunnelStatus field.

func (TimeSeriesAppConnectorAgentData) ToMap ¶

func (o TimeSeriesAppConnectorAgentData) ToMap() (map[string]interface{}, error)

func (*TimeSeriesAppConnectorAgentData) UnmarshalJSON ¶

func (o *TimeSeriesAppConnectorAgentData) UnmarshalJSON(data []byte) (err error)

type TimeSeriesAppConnectorGroupData ¶

type TimeSeriesAppConnectorGroupData struct {
	// The CPU utilization of the Resource Connector.
	CpuUtilization *int64 `json:"cpuUtilization,omitempty"`
	// The timestamp represented in milliseconds for the bucket.
	Timestamp            *int64 `json:"timestamp,omitempty"`
	AdditionalProperties map[string]interface{}
}

TimeSeriesAppConnectorGroupData The Resource Connector Group timeseries data.

func NewTimeSeriesAppConnectorGroupData ¶

func NewTimeSeriesAppConnectorGroupData() *TimeSeriesAppConnectorGroupData

NewTimeSeriesAppConnectorGroupData instantiates a new TimeSeriesAppConnectorGroupData 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 NewTimeSeriesAppConnectorGroupDataWithDefaults ¶

func NewTimeSeriesAppConnectorGroupDataWithDefaults() *TimeSeriesAppConnectorGroupData

NewTimeSeriesAppConnectorGroupDataWithDefaults instantiates a new TimeSeriesAppConnectorGroupData 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 (*TimeSeriesAppConnectorGroupData) GetCpuUtilization ¶

func (o *TimeSeriesAppConnectorGroupData) GetCpuUtilization() int64

GetCpuUtilization returns the CpuUtilization field value if set, zero value otherwise.

func (*TimeSeriesAppConnectorGroupData) GetCpuUtilizationOk ¶

func (o *TimeSeriesAppConnectorGroupData) GetCpuUtilizationOk() (*int64, bool)

GetCpuUtilizationOk returns a tuple with the CpuUtilization field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeSeriesAppConnectorGroupData) GetTimestamp ¶

func (o *TimeSeriesAppConnectorGroupData) GetTimestamp() int64

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*TimeSeriesAppConnectorGroupData) GetTimestampOk ¶

func (o *TimeSeriesAppConnectorGroupData) GetTimestampOk() (*int64, 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 (*TimeSeriesAppConnectorGroupData) HasCpuUtilization ¶

func (o *TimeSeriesAppConnectorGroupData) HasCpuUtilization() bool

HasCpuUtilization returns a boolean if a field has been set.

func (*TimeSeriesAppConnectorGroupData) HasTimestamp ¶

func (o *TimeSeriesAppConnectorGroupData) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (TimeSeriesAppConnectorGroupData) MarshalJSON ¶

func (o TimeSeriesAppConnectorGroupData) MarshalJSON() ([]byte, error)

func (*TimeSeriesAppConnectorGroupData) SetCpuUtilization ¶

func (o *TimeSeriesAppConnectorGroupData) SetCpuUtilization(v int64)

SetCpuUtilization gets a reference to the given int64 and assigns it to the CpuUtilization field.

func (*TimeSeriesAppConnectorGroupData) SetTimestamp ¶

func (o *TimeSeriesAppConnectorGroupData) SetTimestamp(v int64)

SetTimestamp gets a reference to the given int64 and assigns it to the Timestamp field.

func (TimeSeriesAppConnectorGroupData) ToMap ¶

func (o TimeSeriesAppConnectorGroupData) ToMap() (map[string]interface{}, error)

func (*TimeSeriesAppConnectorGroupData) UnmarshalJSON ¶

func (o *TimeSeriesAppConnectorGroupData) UnmarshalJSON(data []byte) (err error)

type TimeSeriesHitsCount ¶

type TimeSeriesHitsCount struct {
	// The total number of times that the user or device accessed the private resource in a specific time period.
	Hitscount *int64 `json:"hitscount,omitempty"`
	// The number of times that the user or device was allowed to access the private resource in a specific time period.
	Success *int64 `json:"success,omitempty"`
	// The number of times that the user or device was blocked to access the private resource in a specific time period.
	Blocked *int64 `json:"blocked,omitempty"`
	// The timestamp represented in milliseconds for the bucket.
	Timestamp *int64 `json:"timestamp,omitempty"`
	// The date from the timestamp based on the timezone parameter.
	Date *string `json:"date,omitempty"`
	// The time in 24-hour format based on the timezone parameter.
	Time                 *string `json:"time,omitempty"`
	AdditionalProperties map[string]interface{}
}

TimeSeriesHitsCount struct for TimeSeriesHitsCount

func NewTimeSeriesHitsCount ¶

func NewTimeSeriesHitsCount() *TimeSeriesHitsCount

NewTimeSeriesHitsCount instantiates a new TimeSeriesHitsCount 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 NewTimeSeriesHitsCountWithDefaults ¶

func NewTimeSeriesHitsCountWithDefaults() *TimeSeriesHitsCount

NewTimeSeriesHitsCountWithDefaults instantiates a new TimeSeriesHitsCount 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 (*TimeSeriesHitsCount) GetBlocked ¶

func (o *TimeSeriesHitsCount) GetBlocked() int64

GetBlocked returns the Blocked field value if set, zero value otherwise.

func (*TimeSeriesHitsCount) GetBlockedOk ¶

func (o *TimeSeriesHitsCount) GetBlockedOk() (*int64, bool)

GetBlockedOk returns a tuple with the Blocked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeSeriesHitsCount) GetDate ¶

func (o *TimeSeriesHitsCount) GetDate() string

GetDate returns the Date field value if set, zero value otherwise.

func (*TimeSeriesHitsCount) GetDateOk ¶

func (o *TimeSeriesHitsCount) 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 (*TimeSeriesHitsCount) GetHitscount ¶

func (o *TimeSeriesHitsCount) GetHitscount() int64

GetHitscount returns the Hitscount field value if set, zero value otherwise.

func (*TimeSeriesHitsCount) GetHitscountOk ¶

func (o *TimeSeriesHitsCount) GetHitscountOk() (*int64, bool)

GetHitscountOk returns a tuple with the Hitscount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeSeriesHitsCount) GetSuccess ¶

func (o *TimeSeriesHitsCount) GetSuccess() int64

GetSuccess returns the Success field value if set, zero value otherwise.

func (*TimeSeriesHitsCount) GetSuccessOk ¶

func (o *TimeSeriesHitsCount) GetSuccessOk() (*int64, 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 (*TimeSeriesHitsCount) GetTime ¶

func (o *TimeSeriesHitsCount) GetTime() string

GetTime returns the Time field value if set, zero value otherwise.

func (*TimeSeriesHitsCount) GetTimeOk ¶

func (o *TimeSeriesHitsCount) GetTimeOk() (*string, bool)

GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeSeriesHitsCount) GetTimestamp ¶

func (o *TimeSeriesHitsCount) GetTimestamp() int64

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*TimeSeriesHitsCount) GetTimestampOk ¶

func (o *TimeSeriesHitsCount) GetTimestampOk() (*int64, 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 (*TimeSeriesHitsCount) HasBlocked ¶

func (o *TimeSeriesHitsCount) HasBlocked() bool

HasBlocked returns a boolean if a field has been set.

func (*TimeSeriesHitsCount) HasDate ¶

func (o *TimeSeriesHitsCount) HasDate() bool

HasDate returns a boolean if a field has been set.

func (*TimeSeriesHitsCount) HasHitscount ¶

func (o *TimeSeriesHitsCount) HasHitscount() bool

HasHitscount returns a boolean if a field has been set.

func (*TimeSeriesHitsCount) HasSuccess ¶

func (o *TimeSeriesHitsCount) HasSuccess() bool

HasSuccess returns a boolean if a field has been set.

func (*TimeSeriesHitsCount) HasTime ¶

func (o *TimeSeriesHitsCount) HasTime() bool

HasTime returns a boolean if a field has been set.

func (*TimeSeriesHitsCount) HasTimestamp ¶

func (o *TimeSeriesHitsCount) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (TimeSeriesHitsCount) MarshalJSON ¶

func (o TimeSeriesHitsCount) MarshalJSON() ([]byte, error)

func (*TimeSeriesHitsCount) SetBlocked ¶

func (o *TimeSeriesHitsCount) SetBlocked(v int64)

SetBlocked gets a reference to the given int64 and assigns it to the Blocked field.

func (*TimeSeriesHitsCount) SetDate ¶

func (o *TimeSeriesHitsCount) SetDate(v string)

SetDate gets a reference to the given string and assigns it to the Date field.

func (*TimeSeriesHitsCount) SetHitscount ¶

func (o *TimeSeriesHitsCount) SetHitscount(v int64)

SetHitscount gets a reference to the given int64 and assigns it to the Hitscount field.

func (*TimeSeriesHitsCount) SetSuccess ¶

func (o *TimeSeriesHitsCount) SetSuccess(v int64)

SetSuccess gets a reference to the given int64 and assigns it to the Success field.

func (*TimeSeriesHitsCount) SetTime ¶

func (o *TimeSeriesHitsCount) SetTime(v string)

SetTime gets a reference to the given string and assigns it to the Time field.

func (*TimeSeriesHitsCount) SetTimestamp ¶

func (o *TimeSeriesHitsCount) SetTimestamp(v int64)

SetTimestamp gets a reference to the given int64 and assigns it to the Timestamp field.

func (TimeSeriesHitsCount) ToMap ¶

func (o TimeSeriesHitsCount) ToMap() (map[string]interface{}, error)

func (*TimeSeriesHitsCount) UnmarshalJSON ¶

func (o *TimeSeriesHitsCount) UnmarshalJSON(data []byte) (err error)

type TopCategoriesAPIService ¶

type TopCategoriesAPIService service

TopCategoriesAPIService TopCategoriesAPI service

func (*TopCategoriesAPIService) GetTopCategories ¶

GetTopCategories Get Top Categories (All)

List the categories that received the greatest number of requests. Order the number of requests in descending order.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTopCategoriesRequest

func (*TopCategoriesAPIService) GetTopCategoriesExecute ¶

Execute executes the request

@return GetTopCategories200Response

func (*TopCategoriesAPIService) GetTopCategoriesType ¶

func (a *TopCategoriesAPIService) GetTopCategoriesType(ctx context.Context, type_ string) ApiGetTopCategoriesTypeRequest

GetTopCategoriesType Get Top Categories By Type

List the categories for the type of traffic that received the greatest number of requests. Order the number of requests in descending order.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param type_ Specify the type of traffic.
@return ApiGetTopCategoriesTypeRequest

func (*TopCategoriesAPIService) GetTopCategoriesTypeExecute ¶

Execute executes the request

@return GetTopCategories200Response

type TopCategory ¶

type TopCategory struct {
	// The rank of the result based on the number of requests.
	Rank     int64    `json:"rank"`
	Category Category `json:"category"`
	// The number of requests that match this category.
	Count int64 `json:"count"`
	// The amount of bandwidth
	Bandwidth            NullableInt64 `json:"bandwidth,omitempty"`
	AdditionalProperties map[string]interface{}
}

TopCategory The information about the top category requests.

func NewTopCategory ¶

func NewTopCategory(rank int64, category Category, count int64) *TopCategory

NewTopCategory instantiates a new TopCategory 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 NewTopCategoryWithDefaults ¶

func NewTopCategoryWithDefaults() *TopCategory

NewTopCategoryWithDefaults instantiates a new TopCategory 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 (*TopCategory) GetBandwidth ¶

func (o *TopCategory) GetBandwidth() int64

GetBandwidth returns the Bandwidth field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TopCategory) GetBandwidthOk ¶

func (o *TopCategory) GetBandwidthOk() (*int64, bool)

GetBandwidthOk returns a tuple with the Bandwidth 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 (*TopCategory) GetCategory ¶

func (o *TopCategory) GetCategory() Category

GetCategory returns the Category field value

func (*TopCategory) GetCategoryOk ¶

func (o *TopCategory) GetCategoryOk() (*Category, bool)

GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.

func (*TopCategory) GetCount ¶

func (o *TopCategory) GetCount() int64

GetCount returns the Count field value

func (*TopCategory) GetCountOk ¶

func (o *TopCategory) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*TopCategory) GetRank ¶

func (o *TopCategory) GetRank() int64

GetRank returns the Rank field value

func (*TopCategory) GetRankOk ¶

func (o *TopCategory) GetRankOk() (*int64, bool)

GetRankOk returns a tuple with the Rank field value and a boolean to check if the value has been set.

func (*TopCategory) HasBandwidth ¶

func (o *TopCategory) HasBandwidth() bool

HasBandwidth returns a boolean if a field has been set.

func (TopCategory) MarshalJSON ¶

func (o TopCategory) MarshalJSON() ([]byte, error)

func (*TopCategory) SetBandwidth ¶

func (o *TopCategory) SetBandwidth(v int64)

SetBandwidth gets a reference to the given NullableInt64 and assigns it to the Bandwidth field.

func (*TopCategory) SetBandwidthNil ¶

func (o *TopCategory) SetBandwidthNil()

SetBandwidthNil sets the value for Bandwidth to be an explicit nil

func (*TopCategory) SetCategory ¶

func (o *TopCategory) SetCategory(v Category)

SetCategory sets field value

func (*TopCategory) SetCount ¶

func (o *TopCategory) SetCount(v int64)

SetCount sets field value

func (*TopCategory) SetRank ¶

func (o *TopCategory) SetRank(v int64)

SetRank sets field value

func (TopCategory) ToMap ¶

func (o TopCategory) ToMap() (map[string]interface{}, error)

func (*TopCategory) UnmarshalJSON ¶

func (o *TopCategory) UnmarshalJSON(data []byte) (err error)

func (*TopCategory) UnsetBandwidth ¶

func (o *TopCategory) UnsetBandwidth()

UnsetBandwidth ensures that no value is present for Bandwidth, not even an explicit nil

type TopDNSQueryTypesAPIService ¶

type TopDNSQueryTypesAPIService service

TopDNSQueryTypesAPIService TopDNSQueryTypesAPI service

func (*TopDNSQueryTypesAPIService) GetTopDNSQueryTypes ¶

GetTopDNSQueryTypes Get Top DNS Query Types

List the top types of DNS query.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTopDNSQueryTypesRequest

func (*TopDNSQueryTypesAPIService) GetTopDNSQueryTypesExecute ¶

Execute executes the request

@return GetTopDNSQueryTypes200Response

type TopDestination ¶

type TopDestination struct {
	// The amount of bandwidth
	Bandwidth NullableInt64 `json:"bandwidth"`
	// The rank of the result based on the number of requests.
	Rank int64 `json:"rank"`
	// The domain name.
	Domain string `json:"domain"`
	// The total number of requests made for this destination.
	Count  int64         `json:"count"`
	Counts RequestCounts `json:"counts"`
	// The list of categories.
	Categories []Category `json:"categories"`
	// The policy categories that are associated with the destination.
	Policycategories     []Category `json:"policycategories"`
	AdditionalProperties map[string]interface{}
}

TopDestination The information about the top destination requests.

func NewTopDestination ¶

func NewTopDestination(bandwidth NullableInt64, rank int64, domain string, count int64, counts RequestCounts, categories []Category, policycategories []Category) *TopDestination

NewTopDestination instantiates a new TopDestination 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 NewTopDestinationWithDefaults ¶

func NewTopDestinationWithDefaults() *TopDestination

NewTopDestinationWithDefaults instantiates a new TopDestination 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 (*TopDestination) GetBandwidth ¶

func (o *TopDestination) GetBandwidth() int64

GetBandwidth returns the Bandwidth field value If the value is explicit nil, the zero value for int64 will be returned

func (*TopDestination) GetBandwidthOk ¶

func (o *TopDestination) GetBandwidthOk() (*int64, bool)

GetBandwidthOk returns a tuple with the Bandwidth 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 (*TopDestination) GetCategories ¶

func (o *TopDestination) GetCategories() []Category

GetCategories returns the Categories field value

func (*TopDestination) GetCategoriesOk ¶

func (o *TopDestination) GetCategoriesOk() ([]Category, bool)

GetCategoriesOk returns a tuple with the Categories field value and a boolean to check if the value has been set.

func (*TopDestination) GetCount ¶

func (o *TopDestination) GetCount() int64

GetCount returns the Count field value

func (*TopDestination) GetCountOk ¶

func (o *TopDestination) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*TopDestination) GetCounts ¶

func (o *TopDestination) GetCounts() RequestCounts

GetCounts returns the Counts field value

func (*TopDestination) GetCountsOk ¶

func (o *TopDestination) GetCountsOk() (*RequestCounts, bool)

GetCountsOk returns a tuple with the Counts field value and a boolean to check if the value has been set.

func (*TopDestination) GetDomain ¶

func (o *TopDestination) GetDomain() string

GetDomain returns the Domain field value

func (*TopDestination) GetDomainOk ¶

func (o *TopDestination) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*TopDestination) GetPolicycategories ¶

func (o *TopDestination) GetPolicycategories() []Category

GetPolicycategories returns the Policycategories field value

func (*TopDestination) GetPolicycategoriesOk ¶

func (o *TopDestination) GetPolicycategoriesOk() ([]Category, bool)

GetPolicycategoriesOk returns a tuple with the Policycategories field value and a boolean to check if the value has been set.

func (*TopDestination) GetRank ¶

func (o *TopDestination) GetRank() int64

GetRank returns the Rank field value

func (*TopDestination) GetRankOk ¶

func (o *TopDestination) GetRankOk() (*int64, bool)

GetRankOk returns a tuple with the Rank field value and a boolean to check if the value has been set.

func (TopDestination) MarshalJSON ¶

func (o TopDestination) MarshalJSON() ([]byte, error)

func (*TopDestination) SetBandwidth ¶

func (o *TopDestination) SetBandwidth(v int64)

SetBandwidth sets field value

func (*TopDestination) SetCategories ¶

func (o *TopDestination) SetCategories(v []Category)

SetCategories sets field value

func (*TopDestination) SetCount ¶

func (o *TopDestination) SetCount(v int64)

SetCount sets field value

func (*TopDestination) SetCounts ¶

func (o *TopDestination) SetCounts(v RequestCounts)

SetCounts sets field value

func (*TopDestination) SetDomain ¶

func (o *TopDestination) SetDomain(v string)

SetDomain sets field value

func (*TopDestination) SetPolicycategories ¶

func (o *TopDestination) SetPolicycategories(v []Category)

SetPolicycategories sets field value

func (*TopDestination) SetRank ¶

func (o *TopDestination) SetRank(v int64)

SetRank sets field value

func (TopDestination) ToMap ¶

func (o TopDestination) ToMap() (map[string]interface{}, error)

func (*TopDestination) UnmarshalJSON ¶

func (o *TopDestination) UnmarshalJSON(data []byte) (err error)

type TopDestinationsAPIService ¶

type TopDestinationsAPIService service

TopDestinationsAPIService TopDestinationsAPI service

func (*TopDestinationsAPIService) GetTopDestinations ¶

GetTopDestinations Get Top Destinations

List the destinations by the number of requests made to this destination. Return the results in descending order.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTopDestinationsRequest

func (*TopDestinationsAPIService) GetTopDestinationsExecute ¶

Execute executes the request

@return GetTopDestinations200Response

func (*TopDestinationsAPIService) GetTopDestinationsType ¶

GetTopDestinationsType Get Top Destinations By Type

List the destinations by type of destination and the number of requests made to this destination. Return the collection in descending order.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param type_ Specify the type of traffic.
@return ApiGetTopDestinationsTypeRequest

func (*TopDestinationsAPIService) GetTopDestinationsTypeExecute ¶

Execute executes the request

@return GetTopDestinations200Response

func (*TopDestinationsAPIService) GetTopUrls ¶

GetTopUrls Get Top URLs

List the top number of URLs that are requested for a certain domain.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTopUrlsRequest

func (*TopDestinationsAPIService) GetTopUrlsExecute ¶

Execute executes the request

@return GetTopUrls200Response

type TopDnsQueryType ¶

type TopDnsQueryType struct {
	Requests Requests `json:"requests"`
	// The type of the DNS query.
	Querytype            string `json:"querytype"`
	AdditionalProperties map[string]interface{}
}

TopDnsQueryType The information about the top DNS queries.

func NewTopDnsQueryType ¶

func NewTopDnsQueryType(requests Requests, querytype string) *TopDnsQueryType

NewTopDnsQueryType instantiates a new TopDnsQueryType 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 NewTopDnsQueryTypeWithDefaults ¶

func NewTopDnsQueryTypeWithDefaults() *TopDnsQueryType

NewTopDnsQueryTypeWithDefaults instantiates a new TopDnsQueryType 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 (*TopDnsQueryType) GetQuerytype ¶

func (o *TopDnsQueryType) GetQuerytype() string

GetQuerytype returns the Querytype field value

func (*TopDnsQueryType) GetQuerytypeOk ¶

func (o *TopDnsQueryType) GetQuerytypeOk() (*string, bool)

GetQuerytypeOk returns a tuple with the Querytype field value and a boolean to check if the value has been set.

func (*TopDnsQueryType) GetRequests ¶

func (o *TopDnsQueryType) GetRequests() Requests

GetRequests returns the Requests field value

func (*TopDnsQueryType) GetRequestsOk ¶

func (o *TopDnsQueryType) GetRequestsOk() (*Requests, bool)

GetRequestsOk returns a tuple with the Requests field value and a boolean to check if the value has been set.

func (TopDnsQueryType) MarshalJSON ¶

func (o TopDnsQueryType) MarshalJSON() ([]byte, error)

func (*TopDnsQueryType) SetQuerytype ¶

func (o *TopDnsQueryType) SetQuerytype(v string)

SetQuerytype sets field value

func (*TopDnsQueryType) SetRequests ¶

func (o *TopDnsQueryType) SetRequests(v Requests)

SetRequests sets field value

func (TopDnsQueryType) ToMap ¶

func (o TopDnsQueryType) ToMap() (map[string]interface{}, error)

func (*TopDnsQueryType) UnmarshalJSON ¶

func (o *TopDnsQueryType) UnmarshalJSON(data []byte) (err error)

type TopEventType ¶

type TopEventType struct {
	// The type of the event.
	Eventtype string `json:"eventtype"`
	// The number of requests that match the event type (`eventtype`).
	Count                int64 `json:"count"`
	AdditionalProperties map[string]interface{}
}

TopEventType The information about the top events.

func NewTopEventType ¶

func NewTopEventType(eventtype string, count int64) *TopEventType

NewTopEventType instantiates a new TopEventType 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 NewTopEventTypeWithDefaults ¶

func NewTopEventTypeWithDefaults() *TopEventType

NewTopEventTypeWithDefaults instantiates a new TopEventType 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 (*TopEventType) GetCount ¶

func (o *TopEventType) GetCount() int64

GetCount returns the Count field value

func (*TopEventType) GetCountOk ¶

func (o *TopEventType) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*TopEventType) GetEventtype ¶

func (o *TopEventType) GetEventtype() string

GetEventtype returns the Eventtype field value

func (*TopEventType) GetEventtypeOk ¶

func (o *TopEventType) GetEventtypeOk() (*string, bool)

GetEventtypeOk returns a tuple with the Eventtype field value and a boolean to check if the value has been set.

func (TopEventType) MarshalJSON ¶

func (o TopEventType) MarshalJSON() ([]byte, error)

func (*TopEventType) SetCount ¶

func (o *TopEventType) SetCount(v int64)

SetCount sets field value

func (*TopEventType) SetEventtype ¶

func (o *TopEventType) SetEventtype(v string)

SetEventtype sets field value

func (TopEventType) ToMap ¶

func (o TopEventType) ToMap() (map[string]interface{}, error)

func (*TopEventType) UnmarshalJSON ¶

func (o *TopEventType) UnmarshalJSON(data []byte) (err error)

type TopEventTypesAPIService ¶

type TopEventTypesAPIService service

TopEventTypesAPIService TopEventTypesAPI service

func (*TopEventTypesAPIService) GetTopEventTypes ¶

GetTopEventTypes Get Top Event Types (All)

List the top event types by the number of requests made for each type of event. Order the number of requests in descending order. The valid event types are: `domain_security`, `domain_integration`, `url_security`, `url_integration`, `cisco_amp`, and `antivirus`.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTopEventTypesRequest

func (*TopEventTypesAPIService) GetTopEventTypesExecute ¶

Execute executes the request

@return GetTopEventTypes200Response

type TopFile ¶

type TopFile struct {
	// The number of requests for the file.
	Requests int64 `json:"requests"`
	// The SHA256 hash for the entry.
	Sha256 string `json:"sha256"`
	// The list of categories.
	Categories []Category `json:"categories"`
	// The count of the identities for the entry.
	Identitycount int64 `json:"identitycount"`
	// The list of filenames for the entry.
	Filenames []string `json:"filenames"`
	// The list of filetypes for the entry.
	Filetypes            []string `json:"filetypes"`
	AdditionalProperties map[string]interface{}
}

TopFile The information about the top file requests.

func NewTopFile ¶

func NewTopFile(requests int64, sha256 string, categories []Category, identitycount int64, filenames []string, filetypes []string) *TopFile

NewTopFile instantiates a new TopFile 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 NewTopFileWithDefaults ¶

func NewTopFileWithDefaults() *TopFile

NewTopFileWithDefaults instantiates a new TopFile 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 (*TopFile) GetCategories ¶

func (o *TopFile) GetCategories() []Category

GetCategories returns the Categories field value

func (*TopFile) GetCategoriesOk ¶

func (o *TopFile) GetCategoriesOk() ([]Category, bool)

GetCategoriesOk returns a tuple with the Categories field value and a boolean to check if the value has been set.

func (*TopFile) GetFilenames ¶

func (o *TopFile) GetFilenames() []string

GetFilenames returns the Filenames field value

func (*TopFile) GetFilenamesOk ¶

func (o *TopFile) GetFilenamesOk() ([]string, bool)

GetFilenamesOk returns a tuple with the Filenames field value and a boolean to check if the value has been set.

func (*TopFile) GetFiletypes ¶

func (o *TopFile) GetFiletypes() []string

GetFiletypes returns the Filetypes field value

func (*TopFile) GetFiletypesOk ¶

func (o *TopFile) GetFiletypesOk() ([]string, bool)

GetFiletypesOk returns a tuple with the Filetypes field value and a boolean to check if the value has been set.

func (*TopFile) GetIdentitycount ¶

func (o *TopFile) GetIdentitycount() int64

GetIdentitycount returns the Identitycount field value

func (*TopFile) GetIdentitycountOk ¶

func (o *TopFile) GetIdentitycountOk() (*int64, bool)

GetIdentitycountOk returns a tuple with the Identitycount field value and a boolean to check if the value has been set.

func (*TopFile) GetRequests ¶

func (o *TopFile) GetRequests() int64

GetRequests returns the Requests field value

func (*TopFile) GetRequestsOk ¶

func (o *TopFile) GetRequestsOk() (*int64, bool)

GetRequestsOk returns a tuple with the Requests field value and a boolean to check if the value has been set.

func (*TopFile) GetSha256 ¶

func (o *TopFile) GetSha256() string

GetSha256 returns the Sha256 field value

func (*TopFile) GetSha256Ok ¶

func (o *TopFile) GetSha256Ok() (*string, bool)

GetSha256Ok returns a tuple with the Sha256 field value and a boolean to check if the value has been set.

func (TopFile) MarshalJSON ¶

func (o TopFile) MarshalJSON() ([]byte, error)

func (*TopFile) SetCategories ¶

func (o *TopFile) SetCategories(v []Category)

SetCategories sets field value

func (*TopFile) SetFilenames ¶

func (o *TopFile) SetFilenames(v []string)

SetFilenames sets field value

func (*TopFile) SetFiletypes ¶

func (o *TopFile) SetFiletypes(v []string)

SetFiletypes sets field value

func (*TopFile) SetIdentitycount ¶

func (o *TopFile) SetIdentitycount(v int64)

SetIdentitycount sets field value

func (*TopFile) SetRequests ¶

func (o *TopFile) SetRequests(v int64)

SetRequests sets field value

func (*TopFile) SetSha256 ¶

func (o *TopFile) SetSha256(v string)

SetSha256 sets field value

func (TopFile) ToMap ¶

func (o TopFile) ToMap() (map[string]interface{}, error)

func (*TopFile) UnmarshalJSON ¶

func (o *TopFile) UnmarshalJSON(data []byte) (err error)

type TopFilesAPIService ¶

type TopFilesAPIService service

TopFilesAPIService TopFilesAPI service

func (*TopFilesAPIService) GetTopFilesProxy ¶

GetTopFilesProxy Get Top Files (Proxy)

List the top files within the timeframe. Only returns proxy data.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTopFilesProxyRequest

func (*TopFilesAPIService) GetTopFilesProxyExecute ¶

Execute executes the request

@return GetTopFilesProxy200Response

type TopIP ¶

type TopIP struct {
	// The comma-delimited list of IP addresses.
	Ip string `json:"ip"`
	// The number of requests to the top IP addresses.
	Count                int64 `json:"count"`
	AdditionalProperties map[string]interface{}
}

TopIP The information about the top IP addresses.

func NewTopIP ¶

func NewTopIP(ip string, count int64) *TopIP

NewTopIP instantiates a new TopIP 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 NewTopIPWithDefaults ¶

func NewTopIPWithDefaults() *TopIP

NewTopIPWithDefaults instantiates a new TopIP 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 (*TopIP) GetCount ¶

func (o *TopIP) GetCount() int64

GetCount returns the Count field value

func (*TopIP) GetCountOk ¶

func (o *TopIP) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*TopIP) GetIp ¶

func (o *TopIP) GetIp() string

GetIp returns the Ip field value

func (*TopIP) GetIpOk ¶

func (o *TopIP) GetIpOk() (*string, bool)

GetIpOk returns a tuple with the Ip field value and a boolean to check if the value has been set.

func (TopIP) MarshalJSON ¶

func (o TopIP) MarshalJSON() ([]byte, error)

func (*TopIP) SetCount ¶

func (o *TopIP) SetCount(v int64)

SetCount sets field value

func (*TopIP) SetIp ¶

func (o *TopIP) SetIp(v string)

SetIp sets field value

func (TopIP) ToMap ¶

func (o TopIP) ToMap() (map[string]interface{}, error)

func (*TopIP) UnmarshalJSON ¶

func (o *TopIP) UnmarshalJSON(data []byte) (err error)

type TopIPsAPIService ¶

type TopIPsAPIService service

TopIPsAPIService TopIPsAPI service

func (*TopIPsAPIService) GetTopIps ¶

GetTopIps Get Top IPs

List the top IP addresses.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTopIpsRequest

func (*TopIPsAPIService) GetTopIpsExecute ¶

Execute executes the request

@return GetTopIps200Response

func (*TopIPsAPIService) GetTopIpsInternal ¶

func (a *TopIPsAPIService) GetTopIpsInternal(ctx context.Context) ApiGetTopIpsInternalRequest

GetTopIpsInternal Get Top IPs Internal

List the top internal IP addresses.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTopIpsInternalRequest

func (*TopIPsAPIService) GetTopIpsInternalExecute ¶

Execute executes the request

@return GetTopIps200Response

type TopIdentitiesAPIService ¶

type TopIdentitiesAPIService service

TopIdentitiesAPIService TopIdentitiesAPI service

func (*TopIdentitiesAPIService) GetTopIdentities ¶

GetTopIdentities Get Top Identities (All)

List the identities by the number of requests made, sorted in descending order.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTopIdentitiesRequest

func (*TopIdentitiesAPIService) GetTopIdentitiesExecute ¶

Execute executes the request

@return GetTopIdentities200Response

func (*TopIdentitiesAPIService) GetTopIdentitiesType ¶

func (a *TopIdentitiesAPIService) GetTopIdentitiesType(ctx context.Context, type_ string) ApiGetTopIdentitiesTypeRequest

GetTopIdentitiesType Get Top Identities

List the identities for the specific traffic type by the number of requests. Sort the results in descending order.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param type_ Specify the type of traffic.
@return ApiGetTopIdentitiesTypeRequest

func (*TopIdentitiesAPIService) GetTopIdentitiesTypeExecute ¶

Execute executes the request

@return GetTopIdentities200Response

type TopIdentity ¶

type TopIdentity struct {
	// The total number of requests made by this identity.
	Requests int64 `json:"requests"`
	// The amount of bandwidth
	Bandwidth NullableInt64              `json:"bandwidth"`
	Identity  Identity                   `json:"identity"`
	Counts    RequestAndConnectionCounts `json:"counts"`
	// The rank of the result based on the number of requests.
	Rank                 int64 `json:"rank"`
	AdditionalProperties map[string]interface{}
}

TopIdentity The information about the top identity requests.

func NewTopIdentity ¶

func NewTopIdentity(requests int64, bandwidth NullableInt64, identity Identity, counts RequestAndConnectionCounts, rank int64) *TopIdentity

NewTopIdentity instantiates a new TopIdentity 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 NewTopIdentityWithDefaults ¶

func NewTopIdentityWithDefaults() *TopIdentity

NewTopIdentityWithDefaults instantiates a new TopIdentity 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 (*TopIdentity) GetBandwidth ¶

func (o *TopIdentity) GetBandwidth() int64

GetBandwidth returns the Bandwidth field value If the value is explicit nil, the zero value for int64 will be returned

func (*TopIdentity) GetBandwidthOk ¶

func (o *TopIdentity) GetBandwidthOk() (*int64, bool)

GetBandwidthOk returns a tuple with the Bandwidth 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 (*TopIdentity) GetCounts ¶

func (o *TopIdentity) GetCounts() RequestAndConnectionCounts

GetCounts returns the Counts field value

func (*TopIdentity) GetCountsOk ¶

func (o *TopIdentity) GetCountsOk() (*RequestAndConnectionCounts, bool)

GetCountsOk returns a tuple with the Counts field value and a boolean to check if the value has been set.

func (*TopIdentity) GetIdentity ¶

func (o *TopIdentity) GetIdentity() Identity

GetIdentity returns the Identity field value

func (*TopIdentity) GetIdentityOk ¶

func (o *TopIdentity) GetIdentityOk() (*Identity, bool)

GetIdentityOk returns a tuple with the Identity field value and a boolean to check if the value has been set.

func (*TopIdentity) GetRank ¶

func (o *TopIdentity) GetRank() int64

GetRank returns the Rank field value

func (*TopIdentity) GetRankOk ¶

func (o *TopIdentity) GetRankOk() (*int64, bool)

GetRankOk returns a tuple with the Rank field value and a boolean to check if the value has been set.

func (*TopIdentity) GetRequests ¶

func (o *TopIdentity) GetRequests() int64

GetRequests returns the Requests field value

func (*TopIdentity) GetRequestsOk ¶

func (o *TopIdentity) GetRequestsOk() (*int64, bool)

GetRequestsOk returns a tuple with the Requests field value and a boolean to check if the value has been set.

func (TopIdentity) MarshalJSON ¶

func (o TopIdentity) MarshalJSON() ([]byte, error)

func (*TopIdentity) SetBandwidth ¶

func (o *TopIdentity) SetBandwidth(v int64)

SetBandwidth sets field value

func (*TopIdentity) SetCounts ¶

func (o *TopIdentity) SetCounts(v RequestAndConnectionCounts)

SetCounts sets field value

func (*TopIdentity) SetIdentity ¶

func (o *TopIdentity) SetIdentity(v Identity)

SetIdentity sets field value

func (*TopIdentity) SetRank ¶

func (o *TopIdentity) SetRank(v int64)

SetRank sets field value

func (*TopIdentity) SetRequests ¶

func (o *TopIdentity) SetRequests(v int64)

SetRequests sets field value

func (TopIdentity) ToMap ¶

func (o TopIdentity) ToMap() (map[string]interface{}, error)

func (*TopIdentity) UnmarshalJSON ¶

func (o *TopIdentity) UnmarshalJSON(data []byte) (err error)

type TopResource ¶

type TopResource struct {
	Application *TopResourceApplication `json:"application,omitempty"`
	// The number of times a source connected to the resource.
	Count *int64 `json:"count,omitempty"`
	// The score assigned to the app.
	Rank                 *int64 `json:"rank,omitempty"`
	AdditionalProperties map[string]interface{}
}

TopResource The resource with the most activity.

func NewTopResource ¶

func NewTopResource() *TopResource

NewTopResource instantiates a new TopResource 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 NewTopResourceWithDefaults ¶

func NewTopResourceWithDefaults() *TopResource

NewTopResourceWithDefaults instantiates a new TopResource 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 (*TopResource) GetApplication ¶

func (o *TopResource) GetApplication() TopResourceApplication

GetApplication returns the Application field value if set, zero value otherwise.

func (*TopResource) GetApplicationOk ¶

func (o *TopResource) GetApplicationOk() (*TopResourceApplication, bool)

GetApplicationOk returns a tuple with the Application field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopResource) GetCount ¶

func (o *TopResource) GetCount() int64

GetCount returns the Count field value if set, zero value otherwise.

func (*TopResource) GetCountOk ¶

func (o *TopResource) GetCountOk() (*int64, 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 (*TopResource) GetRank ¶

func (o *TopResource) GetRank() int64

GetRank returns the Rank field value if set, zero value otherwise.

func (*TopResource) GetRankOk ¶

func (o *TopResource) GetRankOk() (*int64, bool)

GetRankOk returns a tuple with the Rank field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopResource) HasApplication ¶

func (o *TopResource) HasApplication() bool

HasApplication returns a boolean if a field has been set.

func (*TopResource) HasCount ¶

func (o *TopResource) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*TopResource) HasRank ¶

func (o *TopResource) HasRank() bool

HasRank returns a boolean if a field has been set.

func (TopResource) MarshalJSON ¶

func (o TopResource) MarshalJSON() ([]byte, error)

func (*TopResource) SetApplication ¶

func (o *TopResource) SetApplication(v TopResourceApplication)

SetApplication gets a reference to the given TopResourceApplication and assigns it to the Application field.

func (*TopResource) SetCount ¶

func (o *TopResource) SetCount(v int64)

SetCount gets a reference to the given int64 and assigns it to the Count field.

func (*TopResource) SetRank ¶

func (o *TopResource) SetRank(v int64)

SetRank gets a reference to the given int64 and assigns it to the Rank field.

func (TopResource) ToMap ¶

func (o TopResource) ToMap() (map[string]interface{}, error)

func (*TopResource) UnmarshalJSON ¶

func (o *TopResource) UnmarshalJSON(data []byte) (err error)

type TopResourceApplication ¶

type TopResourceApplication struct {
	// The ID of the resource.
	Id *int64 `json:"id,omitempty"`
	// The name of the resource.
	Label *string `json:"label,omitempty"`
	// The category that describes the resource.
	Category             *string `json:"category,omitempty"`
	AdditionalProperties map[string]interface{}
}

TopResourceApplication The information about the resource.

func NewTopResourceApplication ¶

func NewTopResourceApplication() *TopResourceApplication

NewTopResourceApplication instantiates a new TopResourceApplication 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 NewTopResourceApplicationWithDefaults ¶

func NewTopResourceApplicationWithDefaults() *TopResourceApplication

NewTopResourceApplicationWithDefaults instantiates a new TopResourceApplication 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 (*TopResourceApplication) GetCategory ¶

func (o *TopResourceApplication) GetCategory() string

GetCategory returns the Category field value if set, zero value otherwise.

func (*TopResourceApplication) GetCategoryOk ¶

func (o *TopResourceApplication) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopResourceApplication) GetId ¶

func (o *TopResourceApplication) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*TopResourceApplication) GetIdOk ¶

func (o *TopResourceApplication) GetIdOk() (*int64, 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 (*TopResourceApplication) GetLabel ¶

func (o *TopResourceApplication) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*TopResourceApplication) GetLabelOk ¶

func (o *TopResourceApplication) 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 (*TopResourceApplication) HasCategory ¶

func (o *TopResourceApplication) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*TopResourceApplication) HasId ¶

func (o *TopResourceApplication) HasId() bool

HasId returns a boolean if a field has been set.

func (*TopResourceApplication) HasLabel ¶

func (o *TopResourceApplication) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (TopResourceApplication) MarshalJSON ¶

func (o TopResourceApplication) MarshalJSON() ([]byte, error)

func (*TopResourceApplication) SetCategory ¶

func (o *TopResourceApplication) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*TopResourceApplication) SetId ¶

func (o *TopResourceApplication) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*TopResourceApplication) SetLabel ¶

func (o *TopResourceApplication) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (TopResourceApplication) ToMap ¶

func (o TopResourceApplication) ToMap() (map[string]interface{}, error)

func (*TopResourceApplication) UnmarshalJSON ¶

func (o *TopResourceApplication) UnmarshalJSON(data []byte) (err error)

type TopResourcesAPIService ¶

type TopResourcesAPIService service

TopResourcesAPIService TopResourcesAPI service

func (*TopResourcesAPIService) GetTopResources ¶

GetTopResources Top Resources (all)

List all resources in descending order. Order the collection by the number of requests to get the resources.

**Access Scope:** Reports > Private Resources > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTopResourcesRequest

func (*TopResourcesAPIService) GetTopResourcesExecute ¶

Execute executes the request

@return GetTopResources200Response

func (*TopResourcesAPIService) GetTopResourcesType ¶

func (a *TopResourcesAPIService) GetTopResourcesType(ctx context.Context, type_ string) ApiGetTopResourcesTypeRequest

GetTopResourcesType Top Resources by Type

List the resources for the type of activity in descending order. Order the collection by the number of requests to get the resources.

**Access Scope:** Reports > Private Resources > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param type_ Specify the type of traffic.
@return ApiGetTopResourcesTypeRequest

func (*TopResourcesAPIService) GetTopResourcesTypeExecute ¶

Execute executes the request

@return GetTopResources200Response

type TopThreatTypes ¶

type TopThreatTypes struct {
	// The type of the threat.
	Threattype string `json:"threattype"`
	// The count of the threats for the threat type.
	Threatscount int64 `json:"threatscount"`
	// The number of requests for the threat type.
	Count                int64 `json:"count"`
	AdditionalProperties map[string]interface{}
}

TopThreatTypes The information about the top types of threat.

func NewTopThreatTypes ¶

func NewTopThreatTypes(threattype string, threatscount int64, count int64) *TopThreatTypes

NewTopThreatTypes instantiates a new TopThreatTypes 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 NewTopThreatTypesWithDefaults ¶

func NewTopThreatTypesWithDefaults() *TopThreatTypes

NewTopThreatTypesWithDefaults instantiates a new TopThreatTypes 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 (*TopThreatTypes) GetCount ¶

func (o *TopThreatTypes) GetCount() int64

GetCount returns the Count field value

func (*TopThreatTypes) GetCountOk ¶

func (o *TopThreatTypes) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*TopThreatTypes) GetThreatscount ¶

func (o *TopThreatTypes) GetThreatscount() int64

GetThreatscount returns the Threatscount field value

func (*TopThreatTypes) GetThreatscountOk ¶

func (o *TopThreatTypes) GetThreatscountOk() (*int64, bool)

GetThreatscountOk returns a tuple with the Threatscount field value and a boolean to check if the value has been set.

func (*TopThreatTypes) GetThreattype ¶

func (o *TopThreatTypes) GetThreattype() string

GetThreattype returns the Threattype field value

func (*TopThreatTypes) GetThreattypeOk ¶

func (o *TopThreatTypes) GetThreattypeOk() (*string, bool)

GetThreattypeOk returns a tuple with the Threattype field value and a boolean to check if the value has been set.

func (TopThreatTypes) MarshalJSON ¶

func (o TopThreatTypes) MarshalJSON() ([]byte, error)

func (*TopThreatTypes) SetCount ¶

func (o *TopThreatTypes) SetCount(v int64)

SetCount sets field value

func (*TopThreatTypes) SetThreatscount ¶

func (o *TopThreatTypes) SetThreatscount(v int64)

SetThreatscount sets field value

func (*TopThreatTypes) SetThreattype ¶

func (o *TopThreatTypes) SetThreattype(v string)

SetThreattype sets field value

func (TopThreatTypes) ToMap ¶

func (o TopThreatTypes) ToMap() (map[string]interface{}, error)

func (*TopThreatTypes) UnmarshalJSON ¶

func (o *TopThreatTypes) UnmarshalJSON(data []byte) (err error)

type TopThreatTypesAPIService ¶

type TopThreatTypesAPIService service

TopThreatTypesAPIService TopThreatTypesAPI service

func (*TopThreatTypesAPIService) GetTopThreatTypes ¶

GetTopThreatTypes Get Top Threat Types (All)

List the top types of threat within the timeframe. Returns both DNS and proxy data.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTopThreatTypesRequest

func (*TopThreatTypesAPIService) GetTopThreatTypesByType ¶

func (a *TopThreatTypesAPIService) GetTopThreatTypesByType(ctx context.Context, type_ string) ApiGetTopThreatTypesByTypeRequest

GetTopThreatTypesByType Get Top Threat Types By Type

List the top threat-types within the timeframe.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param type_ Specify the type of traffic.
@return ApiGetTopThreatTypesByTypeRequest

func (*TopThreatTypesAPIService) GetTopThreatTypesByTypeExecute ¶

Execute executes the request

@return GetTopThreatTypes200Response

func (*TopThreatTypesAPIService) GetTopThreatTypesExecute ¶

Execute executes the request

@return GetTopThreatTypes200Response

type TopThreats ¶

type TopThreats struct {
	// The name of the threat.
	Threat string `json:"threat"`
	// The type of the threat.
	Threattype string `json:"threattype"`
	// The number of requests for the threat name.
	Count                int64 `json:"count"`
	AdditionalProperties map[string]interface{}
}

TopThreats The information about the top threats.

func NewTopThreats ¶

func NewTopThreats(threat string, threattype string, count int64) *TopThreats

NewTopThreats instantiates a new TopThreats 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 NewTopThreatsWithDefaults ¶

func NewTopThreatsWithDefaults() *TopThreats

NewTopThreatsWithDefaults instantiates a new TopThreats 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 (*TopThreats) GetCount ¶

func (o *TopThreats) GetCount() int64

GetCount returns the Count field value

func (*TopThreats) GetCountOk ¶

func (o *TopThreats) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*TopThreats) GetThreat ¶

func (o *TopThreats) GetThreat() string

GetThreat returns the Threat field value

func (*TopThreats) GetThreatOk ¶

func (o *TopThreats) GetThreatOk() (*string, bool)

GetThreatOk returns a tuple with the Threat field value and a boolean to check if the value has been set.

func (*TopThreats) GetThreattype ¶

func (o *TopThreats) GetThreattype() string

GetThreattype returns the Threattype field value

func (*TopThreats) GetThreattypeOk ¶

func (o *TopThreats) GetThreattypeOk() (*string, bool)

GetThreattypeOk returns a tuple with the Threattype field value and a boolean to check if the value has been set.

func (TopThreats) MarshalJSON ¶

func (o TopThreats) MarshalJSON() ([]byte, error)

func (*TopThreats) SetCount ¶

func (o *TopThreats) SetCount(v int64)

SetCount sets field value

func (*TopThreats) SetThreat ¶

func (o *TopThreats) SetThreat(v string)

SetThreat sets field value

func (*TopThreats) SetThreattype ¶

func (o *TopThreats) SetThreattype(v string)

SetThreattype sets field value

func (TopThreats) ToMap ¶

func (o TopThreats) ToMap() (map[string]interface{}, error)

func (*TopThreats) UnmarshalJSON ¶

func (o *TopThreats) UnmarshalJSON(data []byte) (err error)

type TopThreatsAPIService ¶

type TopThreatsAPIService service

TopThreatsAPIService TopThreatsAPI service

func (*TopThreatsAPIService) GetTopThreats ¶

GetTopThreats Get Top Threats (All)

Get the top threats within the timeframe. Returns both DNS and proxy data.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTopThreatsRequest

func (*TopThreatsAPIService) GetTopThreatsByType ¶

func (a *TopThreatsAPIService) GetTopThreatsByType(ctx context.Context, type_ string) ApiGetTopThreatsByTypeRequest

GetTopThreatsByType Get Top Threats (By Type)

Get the top threats within the timeframe.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param type_ Specify the type of traffic.
@return ApiGetTopThreatsByTypeRequest

func (*TopThreatsAPIService) GetTopThreatsByTypeExecute ¶

Execute executes the request

@return GetTopThreats200Response

func (*TopThreatsAPIService) GetTopThreatsExecute ¶

Execute executes the request

@return GetTopThreats200Response

type TopURL ¶

type TopURL struct {
	// The total number of API requests.
	Count int64 `json:"count"`
	// The URL path.
	Path string `json:"path"`
	// The list of categories.
	Categories []Category `json:"categories"`
	// The numeric rank of the top URL.
	Rank                 int64 `json:"rank"`
	AdditionalProperties map[string]interface{}
}

TopURL The information about the top URLs.

func NewTopURL ¶

func NewTopURL(count int64, path string, categories []Category, rank int64) *TopURL

NewTopURL instantiates a new TopURL 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 NewTopURLWithDefaults ¶

func NewTopURLWithDefaults() *TopURL

NewTopURLWithDefaults instantiates a new TopURL 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 (*TopURL) GetCategories ¶

func (o *TopURL) GetCategories() []Category

GetCategories returns the Categories field value

func (*TopURL) GetCategoriesOk ¶

func (o *TopURL) GetCategoriesOk() ([]Category, bool)

GetCategoriesOk returns a tuple with the Categories field value and a boolean to check if the value has been set.

func (*TopURL) GetCount ¶

func (o *TopURL) GetCount() int64

GetCount returns the Count field value

func (*TopURL) GetCountOk ¶

func (o *TopURL) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*TopURL) GetPath ¶

func (o *TopURL) GetPath() string

GetPath returns the Path field value

func (*TopURL) GetPathOk ¶

func (o *TopURL) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (*TopURL) GetRank ¶

func (o *TopURL) GetRank() int64

GetRank returns the Rank field value

func (*TopURL) GetRankOk ¶

func (o *TopURL) GetRankOk() (*int64, bool)

GetRankOk returns a tuple with the Rank field value and a boolean to check if the value has been set.

func (TopURL) MarshalJSON ¶

func (o TopURL) MarshalJSON() ([]byte, error)

func (*TopURL) SetCategories ¶

func (o *TopURL) SetCategories(v []Category)

SetCategories sets field value

func (*TopURL) SetCount ¶

func (o *TopURL) SetCount(v int64)

SetCount sets field value

func (*TopURL) SetPath ¶

func (o *TopURL) SetPath(v string)

SetPath sets field value

func (*TopURL) SetRank ¶

func (o *TopURL) SetRank(v int64)

SetRank sets field value

func (TopURL) ToMap ¶

func (o TopURL) ToMap() (map[string]interface{}, error)

func (*TopURL) UnmarshalJSON ¶

func (o *TopURL) UnmarshalJSON(data []byte) (err error)

type TotalRequest ¶

type TotalRequest struct {
	// The total number of API requests.
	Count                int64 `json:"count"`
	AdditionalProperties map[string]interface{}
}

TotalRequest The total number of requests.

func NewTotalRequest ¶

func NewTotalRequest(count int64) *TotalRequest

NewTotalRequest instantiates a new TotalRequest 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 NewTotalRequestWithDefaults ¶

func NewTotalRequestWithDefaults() *TotalRequest

NewTotalRequestWithDefaults instantiates a new TotalRequest 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 (*TotalRequest) GetCount ¶

func (o *TotalRequest) GetCount() int64

GetCount returns the Count field value

func (*TotalRequest) GetCountOk ¶

func (o *TotalRequest) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (TotalRequest) MarshalJSON ¶

func (o TotalRequest) MarshalJSON() ([]byte, error)

func (*TotalRequest) SetCount ¶

func (o *TotalRequest) SetCount(v int64)

SetCount sets field value

func (TotalRequest) ToMap ¶

func (o TotalRequest) ToMap() (map[string]interface{}, error)

func (*TotalRequest) UnmarshalJSON ¶

func (o *TotalRequest) UnmarshalJSON(data []byte) (err error)

type TotalRequestsAPIService ¶

type TotalRequestsAPIService service

TotalRequestsAPIService TotalRequestsAPI service

func (*TotalRequestsAPIService) GetTotalRequests ¶

GetTotalRequests Get Total Requests (All)

Get the count of the total requests.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTotalRequestsRequest

func (*TotalRequestsAPIService) GetTotalRequestsByType ¶

func (a *TotalRequestsAPIService) GetTotalRequestsByType(ctx context.Context, type_ string) ApiGetTotalRequestsByTypeRequest

GetTotalRequestsByType Get Total Requests (By Type)

Get the count of the total requests for the request type.

**Access Scope:** Reports > Aggregations > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param type_ Specify the type of traffic.
@return ApiGetTotalRequestsByTypeRequest

func (*TotalRequestsAPIService) GetTotalRequestsByTypeExecute ¶

Execute executes the request

@return GetTotalRequests200Response

func (*TotalRequestsAPIService) GetTotalRequestsExecute ¶

Execute executes the request

@return GetTotalRequests200Response

type TunnelStatus ¶

type TunnelStatus string

TunnelStatus the model 'TunnelStatus'

const (
	TUNNELSTATUS_UP   TunnelStatus = "UP"
	TUNNELSTATUS_DOWN TunnelStatus = "DOWN"
)

List of TunnelStatus

func NewTunnelStatusFromValue ¶

func NewTunnelStatusFromValue(v string) (*TunnelStatus, error)

NewTunnelStatusFromValue returns a pointer to a valid TunnelStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TunnelStatus) IsValid ¶

func (v TunnelStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TunnelStatus) Ptr ¶

func (v TunnelStatus) Ptr() *TunnelStatus

Ptr returns reference to TunnelStatus value

func (*TunnelStatus) UnmarshalJSON ¶

func (v *TunnelStatus) UnmarshalJSON(src []byte) error

type UniqueResources ¶

type UniqueResources struct {
	// The total number of API requests.
	Count                int64 `json:"count"`
	AdditionalProperties map[string]interface{}
}

UniqueResources The properties of the unique resources.

func NewUniqueResources ¶

func NewUniqueResources(count int64) *UniqueResources

NewUniqueResources instantiates a new UniqueResources 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 NewUniqueResourcesWithDefaults ¶

func NewUniqueResourcesWithDefaults() *UniqueResources

NewUniqueResourcesWithDefaults instantiates a new UniqueResources 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 (*UniqueResources) GetCount ¶

func (o *UniqueResources) GetCount() int64

GetCount returns the Count field value

func (*UniqueResources) GetCountOk ¶

func (o *UniqueResources) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (UniqueResources) MarshalJSON ¶

func (o UniqueResources) MarshalJSON() ([]byte, error)

func (*UniqueResources) SetCount ¶

func (o *UniqueResources) SetCount(v int64)

SetCount sets field value

func (UniqueResources) ToMap ¶

func (o UniqueResources) ToMap() (map[string]interface{}, error)

func (*UniqueResources) UnmarshalJSON ¶

func (o *UniqueResources) UnmarshalJSON(data []byte) (err error)

type UniqueResourcesAPIService ¶

type UniqueResourcesAPIService service

UniqueResourcesAPIService UniqueResourcesAPI service

func (*UniqueResourcesAPIService) GetUniqueResources ¶

GetUniqueResources Get Unique Resources (All)

Get a count of the number of unique resources.

**Access Scope:** Reports > Private Resources > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetUniqueResourcesRequest

func (*UniqueResourcesAPIService) GetUniqueResourcesExecute ¶

Execute executes the request

@return GetUniqueResources200Response

type UpdateApplicationRequest ¶

type UpdateApplicationRequest struct {
	Label                Label `json:"label"`
	AdditionalProperties map[string]interface{}
}

UpdateApplicationRequest struct for UpdateApplicationRequest

func NewUpdateApplicationRequest ¶

func NewUpdateApplicationRequest(label Label) *UpdateApplicationRequest

NewUpdateApplicationRequest instantiates a new UpdateApplicationRequest 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 NewUpdateApplicationRequestWithDefaults ¶

func NewUpdateApplicationRequestWithDefaults() *UpdateApplicationRequest

NewUpdateApplicationRequestWithDefaults instantiates a new UpdateApplicationRequest 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 (*UpdateApplicationRequest) GetLabel ¶

func (o *UpdateApplicationRequest) GetLabel() Label

GetLabel returns the Label field value

func (*UpdateApplicationRequest) GetLabelOk ¶

func (o *UpdateApplicationRequest) GetLabelOk() (*Label, bool)

GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.

func (UpdateApplicationRequest) MarshalJSON ¶

func (o UpdateApplicationRequest) MarshalJSON() ([]byte, error)

func (*UpdateApplicationRequest) SetLabel ¶

func (o *UpdateApplicationRequest) SetLabel(v Label)

SetLabel sets field value

func (UpdateApplicationRequest) ToMap ¶

func (o UpdateApplicationRequest) ToMap() (map[string]interface{}, error)

func (*UpdateApplicationRequest) UnmarshalJSON ¶

func (o *UpdateApplicationRequest) UnmarshalJSON(data []byte) (err error)

type Usage ¶

type Usage struct {
	// The unique Secure Access organization ID.
	OrganizationId int64 `json:"organization_id"`
	// The name of the Secure Access data source service.
	Product string `json:"product"`
	// The ISO 8601 timestamp when the usage was recorded in the origin service. The timestamp uses the UTC format following the ISO 8601 date time standard.
	RegisteredAt         time.Time      `json:"registered_at"`
	UsageMeterItems      UsageMeterItem `json:"usage_meter_items"`
	AdditionalProperties map[string]interface{}
}

Usage The usage data and information about this usage.

func NewUsage ¶

func NewUsage(organizationId int64, product string, registeredAt time.Time, usageMeterItems UsageMeterItem) *Usage

NewUsage instantiates a new Usage 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 NewUsageWithDefaults ¶

func NewUsageWithDefaults() *Usage

NewUsageWithDefaults instantiates a new Usage 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 (*Usage) GetOrganizationId ¶

func (o *Usage) GetOrganizationId() int64

GetOrganizationId returns the OrganizationId field value

func (*Usage) GetOrganizationIdOk ¶

func (o *Usage) GetOrganizationIdOk() (*int64, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.

func (*Usage) GetProduct ¶

func (o *Usage) GetProduct() string

GetProduct returns the Product field value

func (*Usage) GetProductOk ¶

func (o *Usage) GetProductOk() (*string, bool)

GetProductOk returns a tuple with the Product field value and a boolean to check if the value has been set.

func (*Usage) GetRegisteredAt ¶

func (o *Usage) GetRegisteredAt() time.Time

GetRegisteredAt returns the RegisteredAt field value

func (*Usage) GetRegisteredAtOk ¶

func (o *Usage) GetRegisteredAtOk() (*time.Time, bool)

GetRegisteredAtOk returns a tuple with the RegisteredAt field value and a boolean to check if the value has been set.

func (*Usage) GetUsageMeterItems ¶

func (o *Usage) GetUsageMeterItems() UsageMeterItem

GetUsageMeterItems returns the UsageMeterItems field value

func (*Usage) GetUsageMeterItemsOk ¶

func (o *Usage) GetUsageMeterItemsOk() (*UsageMeterItem, bool)

GetUsageMeterItemsOk returns a tuple with the UsageMeterItems field value and a boolean to check if the value has been set.

func (Usage) MarshalJSON ¶

func (o Usage) MarshalJSON() ([]byte, error)

func (*Usage) SetOrganizationId ¶

func (o *Usage) SetOrganizationId(v int64)

SetOrganizationId sets field value

func (*Usage) SetProduct ¶

func (o *Usage) SetProduct(v string)

SetProduct sets field value

func (*Usage) SetRegisteredAt ¶

func (o *Usage) SetRegisteredAt(v time.Time)

SetRegisteredAt sets field value

func (*Usage) SetUsageMeterItems ¶

func (o *Usage) SetUsageMeterItems(v UsageMeterItem)

SetUsageMeterItems sets field value

func (Usage) ToMap ¶

func (o Usage) ToMap() (map[string]interface{}, error)

func (*Usage) UnmarshalJSON ¶

func (o *Usage) UnmarshalJSON(data []byte) (err error)

type UsageMeterItem ¶

type UsageMeterItem struct {
	// The number of cumulative bytes received by Secure Access during the time window.
	BytesInDelta int64 `json:"bytes_in_delta"`
	// The number of cumulative bytes sent to Secure Access during the time window.
	BytesOutDelta        int64 `json:"bytes_out_delta"`
	AdditionalProperties map[string]interface{}
}

UsageMeterItem The amount of data received and sent during the time window.

func NewUsageMeterItem ¶

func NewUsageMeterItem(bytesInDelta int64, bytesOutDelta int64) *UsageMeterItem

NewUsageMeterItem instantiates a new UsageMeterItem 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 NewUsageMeterItemWithDefaults ¶

func NewUsageMeterItemWithDefaults() *UsageMeterItem

NewUsageMeterItemWithDefaults instantiates a new UsageMeterItem 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 (*UsageMeterItem) GetBytesInDelta ¶

func (o *UsageMeterItem) GetBytesInDelta() int64

GetBytesInDelta returns the BytesInDelta field value

func (*UsageMeterItem) GetBytesInDeltaOk ¶

func (o *UsageMeterItem) GetBytesInDeltaOk() (*int64, bool)

GetBytesInDeltaOk returns a tuple with the BytesInDelta field value and a boolean to check if the value has been set.

func (*UsageMeterItem) GetBytesOutDelta ¶

func (o *UsageMeterItem) GetBytesOutDelta() int64

GetBytesOutDelta returns the BytesOutDelta field value

func (*UsageMeterItem) GetBytesOutDeltaOk ¶

func (o *UsageMeterItem) GetBytesOutDeltaOk() (*int64, bool)

GetBytesOutDeltaOk returns a tuple with the BytesOutDelta field value and a boolean to check if the value has been set.

func (UsageMeterItem) MarshalJSON ¶

func (o UsageMeterItem) MarshalJSON() ([]byte, error)

func (*UsageMeterItem) SetBytesInDelta ¶

func (o *UsageMeterItem) SetBytesInDelta(v int64)

SetBytesInDelta sets field value

func (*UsageMeterItem) SetBytesOutDelta ¶

func (o *UsageMeterItem) SetBytesOutDelta(v int64)

SetBytesOutDelta sets field value

func (UsageMeterItem) ToMap ¶

func (o UsageMeterItem) ToMap() (map[string]interface{}, error)

func (*UsageMeterItem) UnmarshalJSON ¶

func (o *UsageMeterItem) UnmarshalJSON(data []byte) (err error)

type UsageMetricsAPIService ¶

type UsageMetricsAPIService service

UsageMetricsAPIService UsageMetricsAPI service

func (*UsageMetricsAPIService) GetUsageMetrics ¶

GetUsageMetrics List Usage Metrics

List the usage metrics for the organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetUsageMetricsRequest

func (*UsageMetricsAPIService) GetUsageMetricsExecute ¶

Execute executes the request

@return GetUsageMetrics200Response

type UsageType ¶

type UsageType string

UsageType The type of usage. Valid values are: `personal`, `corporate` (higher risk), or `indirect` (lower risk, e.g. content delivery network).

const (
	USAGETYPE_INDIRECT  UsageType = "indirect"
	USAGETYPE_PERSONAL  UsageType = "personal"
	USAGETYPE_CORPORATE UsageType = "corporate"
	USAGETYPE_NA        UsageType = "na"
)

List of UsageType

func NewUsageTypeFromValue ¶

func NewUsageTypeFromValue(v string) (*UsageType, error)

NewUsageTypeFromValue returns a pointer to a valid UsageType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (UsageType) IsValid ¶

func (v UsageType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (UsageType) Ptr ¶

func (v UsageType) Ptr() *UsageType

Ptr returns reference to UsageType value

func (*UsageType) UnmarshalJSON ¶

func (v *UsageType) UnmarshalJSON(src []byte) error

type UtilityAPIService ¶

type UtilityAPIService service

UtilityAPIService UtilityAPI service

func (*UtilityAPIService) GetCategories ¶

GetCategories Get Categories

List the categories.

**Access Scope:** Reports > Utilities > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCategoriesRequest

func (*UtilityAPIService) GetCategoriesExecute ¶

Execute executes the request

@return GetCategories200Response

func (*UtilityAPIService) GetIdentities ¶

GetIdentities Get Identities

List the identities.

**Access Scope:** Reports > Utilities > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdentitiesRequest

func (*UtilityAPIService) GetIdentitiesExecute ¶

Execute executes the request

@return GetIdentities200Response

func (*UtilityAPIService) GetIdentity ¶

func (a *UtilityAPIService) GetIdentity(ctx context.Context, identityid int64) ApiGetIdentityRequest

GetIdentity Get Identity

Get identity by identity ID.

**Access Scope:** Reports > Utilities > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param identityid An identity ID.
@return ApiGetIdentityRequest

func (*UtilityAPIService) GetIdentityExecute ¶

Execute executes the request

@return GetIdentity200Response

func (*UtilityAPIService) GetThreatName ¶

func (a *UtilityAPIService) GetThreatName(ctx context.Context, threatnameid string) ApiGetThreatNameRequest

GetThreatName Get Threat Name By Threat ID

Get the threat name by threat ID.

**Access Scope:** Reports > Utilities > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param threatnameid The name of the threat.
@return ApiGetThreatNameRequest

func (*UtilityAPIService) GetThreatNameExecute ¶

Execute executes the request

@return GetThreatName200Response

func (*UtilityAPIService) GetThreatNames ¶

GetThreatNames Get Threat Names

List the threat names.

**Access Scope:** Reports > Utilities > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetThreatNamesRequest

func (*UtilityAPIService) GetThreatNamesExecute ¶

Execute executes the request

@return GetThreatNames200Response

func (*UtilityAPIService) GetThreatType ¶

func (a *UtilityAPIService) GetThreatType(ctx context.Context, threattypeid string) ApiGetThreatTypeRequest

GetThreatType Get Threat Type By Threat ID

List the threat types by threat ID.

**Access Scope:** Reports > Utilities > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param threattypeid The name of the threat type.
@return ApiGetThreatTypeRequest

func (*UtilityAPIService) GetThreatTypeExecute ¶

Execute executes the request

@return GetThreatType200Response

func (*UtilityAPIService) GetThreatTypes ¶

GetThreatTypes Get Threat Types

List the threat types.

**Access Scope:** Reports > Utilities > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetThreatTypesRequest

func (*UtilityAPIService) GetThreatTypesExecute ¶

Execute executes the request

@return GetThreatTypes200Response

func (*UtilityAPIService) PostIdentities ¶

PostIdentities Get Identities By IDs

Get the identities information by providing a list of identity IDs in the request body.

**Access Scope:** Reports > Utilities > Read-Only

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPostIdentitiesRequest

func (*UtilityAPIService) PostIdentitiesExecute ¶

Execute executes the request

@return GetIdentities200Response

type Verdict ¶

type Verdict string

Verdict The verdict for the entry.

const (
	VERDICT_ALLOWED Verdict = "allowed"
	VERDICT_BLOCKED Verdict = "blocked"
)

List of verdict

func NewVerdictFromValue ¶

func NewVerdictFromValue(v string) (*Verdict, error)

NewVerdictFromValue returns a pointer to a valid Verdict for the value passed as argument, or an error if the value passed is not allowed by the enum

func (Verdict) IsValid ¶

func (v Verdict) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (Verdict) Ptr ¶

func (v Verdict) Ptr() *Verdict

Ptr returns reference to verdict value

func (*Verdict) UnmarshalJSON ¶

func (v *Verdict) UnmarshalJSON(src []byte) error

type VerdictDetected ¶

type VerdictDetected string

VerdictDetected The verdict for the entry.

const (
	VERDICTDETECTED_DETECTED VerdictDetected = "detected"
)

List of verdictDetected

func NewVerdictDetectedFromValue ¶

func NewVerdictDetectedFromValue(v string) (*VerdictDetected, error)

NewVerdictDetectedFromValue returns a pointer to a valid VerdictDetected for the value passed as argument, or an error if the value passed is not allowed by the enum

func (VerdictDetected) IsValid ¶

func (v VerdictDetected) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (VerdictDetected) Ptr ¶

Ptr returns reference to verdictDetected value

func (*VerdictDetected) UnmarshalJSON ¶

func (v *VerdictDetected) UnmarshalJSON(src []byte) error

type WeightedRisk ¶

type WeightedRisk string

WeightedRisk The risk the app poses to the environment.

const (
	WEIGHTEDRISK_VERY_LOW  WeightedRisk = "veryLow"
	WEIGHTEDRISK_LOW       WeightedRisk = "low"
	WEIGHTEDRISK_MEDIUM    WeightedRisk = "medium"
	WEIGHTEDRISK_HIGH      WeightedRisk = "high"
	WEIGHTEDRISK_VERY_HIGH WeightedRisk = "veryHigh"
)

List of WeightedRisk

func NewWeightedRiskFromValue ¶

func NewWeightedRiskFromValue(v string) (*WeightedRisk, error)

NewWeightedRiskFromValue returns a pointer to a valid WeightedRisk for the value passed as argument, or an error if the value passed is not allowed by the enum

func (WeightedRisk) IsValid ¶

func (v WeightedRisk) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (WeightedRisk) Ptr ¶

func (v WeightedRisk) Ptr() *WeightedRisk

Ptr returns reference to WeightedRisk value

func (*WeightedRisk) UnmarshalJSON ¶

func (v *WeightedRisk) UnmarshalJSON(src []byte) error

type ZtnaApplication ¶

type ZtnaApplication struct {
	// id of the application
	Id *int64 `json:"id,omitempty"`
	// label of the application
	Label                *string                  `json:"label,omitempty"`
	Category             *ZtnaApplicationCategory `json:"category,omitempty"`
	AdditionalProperties map[string]interface{}
}

ZtnaApplication struct for ZtnaApplication

func NewZtnaApplication ¶

func NewZtnaApplication() *ZtnaApplication

NewZtnaApplication instantiates a new ZtnaApplication 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 NewZtnaApplicationWithDefaults ¶

func NewZtnaApplicationWithDefaults() *ZtnaApplication

NewZtnaApplicationWithDefaults instantiates a new ZtnaApplication 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 (*ZtnaApplication) GetCategory ¶

func (o *ZtnaApplication) GetCategory() ZtnaApplicationCategory

GetCategory returns the Category field value if set, zero value otherwise.

func (*ZtnaApplication) GetCategoryOk ¶

func (o *ZtnaApplication) GetCategoryOk() (*ZtnaApplicationCategory, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZtnaApplication) GetId ¶

func (o *ZtnaApplication) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*ZtnaApplication) GetIdOk ¶

func (o *ZtnaApplication) GetIdOk() (*int64, 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 (*ZtnaApplication) GetLabel ¶

func (o *ZtnaApplication) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*ZtnaApplication) GetLabelOk ¶

func (o *ZtnaApplication) 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 (*ZtnaApplication) HasCategory ¶

func (o *ZtnaApplication) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*ZtnaApplication) HasId ¶

func (o *ZtnaApplication) HasId() bool

HasId returns a boolean if a field has been set.

func (*ZtnaApplication) HasLabel ¶

func (o *ZtnaApplication) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (ZtnaApplication) MarshalJSON ¶

func (o ZtnaApplication) MarshalJSON() ([]byte, error)

func (*ZtnaApplication) SetCategory ¶

func (o *ZtnaApplication) SetCategory(v ZtnaApplicationCategory)

SetCategory gets a reference to the given ZtnaApplicationCategory and assigns it to the Category field.

func (*ZtnaApplication) SetId ¶

func (o *ZtnaApplication) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*ZtnaApplication) SetLabel ¶

func (o *ZtnaApplication) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (ZtnaApplication) ToMap ¶

func (o ZtnaApplication) ToMap() (map[string]interface{}, error)

func (*ZtnaApplication) UnmarshalJSON ¶

func (o *ZtnaApplication) UnmarshalJSON(data []byte) (err error)

type ZtnaApplicationCategory ¶

type ZtnaApplicationCategory struct {
	// private vs public type
	Type *int64 `json:"type,omitempty"`
	// label of the application category
	Label                *string `json:"label,omitempty"`
	AdditionalProperties map[string]interface{}
}

ZtnaApplicationCategory the category of the application

func NewZtnaApplicationCategory ¶

func NewZtnaApplicationCategory() *ZtnaApplicationCategory

NewZtnaApplicationCategory instantiates a new ZtnaApplicationCategory 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 NewZtnaApplicationCategoryWithDefaults ¶

func NewZtnaApplicationCategoryWithDefaults() *ZtnaApplicationCategory

NewZtnaApplicationCategoryWithDefaults instantiates a new ZtnaApplicationCategory 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 (*ZtnaApplicationCategory) GetLabel ¶

func (o *ZtnaApplicationCategory) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*ZtnaApplicationCategory) GetLabelOk ¶

func (o *ZtnaApplicationCategory) 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 (*ZtnaApplicationCategory) GetType ¶

func (o *ZtnaApplicationCategory) GetType() int64

GetType returns the Type field value if set, zero value otherwise.

func (*ZtnaApplicationCategory) GetTypeOk ¶

func (o *ZtnaApplicationCategory) GetTypeOk() (*int64, 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 (*ZtnaApplicationCategory) HasLabel ¶

func (o *ZtnaApplicationCategory) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*ZtnaApplicationCategory) HasType ¶

func (o *ZtnaApplicationCategory) HasType() bool

HasType returns a boolean if a field has been set.

func (ZtnaApplicationCategory) MarshalJSON ¶

func (o ZtnaApplicationCategory) MarshalJSON() ([]byte, error)

func (*ZtnaApplicationCategory) SetLabel ¶

func (o *ZtnaApplicationCategory) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*ZtnaApplicationCategory) SetType ¶

func (o *ZtnaApplicationCategory) SetType(v int64)

SetType gets a reference to the given int64 and assigns it to the Type field.

func (ZtnaApplicationCategory) ToMap ¶

func (o ZtnaApplicationCategory) ToMap() (map[string]interface{}, error)

func (*ZtnaApplicationCategory) UnmarshalJSON ¶

func (o *ZtnaApplicationCategory) UnmarshalJSON(data []byte) (err error)

type ZtnaPolicy ¶

type ZtnaPolicy struct {
	Ruleset                 ZtnaPolicyRuleset      `json:"ruleset"`
	Privateapplicationgroup *ZtnaPolicyRulesetRule `json:"privateapplicationgroup,omitempty"`
	AdditionalProperties    map[string]interface{}
}

ZtnaPolicy struct for ZtnaPolicy

func NewZtnaPolicy ¶

func NewZtnaPolicy(ruleset ZtnaPolicyRuleset) *ZtnaPolicy

NewZtnaPolicy instantiates a new ZtnaPolicy 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 NewZtnaPolicyWithDefaults ¶

func NewZtnaPolicyWithDefaults() *ZtnaPolicy

NewZtnaPolicyWithDefaults instantiates a new ZtnaPolicy 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 (*ZtnaPolicy) GetPrivateapplicationgroup ¶

func (o *ZtnaPolicy) GetPrivateapplicationgroup() ZtnaPolicyRulesetRule

GetPrivateapplicationgroup returns the Privateapplicationgroup field value if set, zero value otherwise.

func (*ZtnaPolicy) GetPrivateapplicationgroupOk ¶

func (o *ZtnaPolicy) GetPrivateapplicationgroupOk() (*ZtnaPolicyRulesetRule, bool)

GetPrivateapplicationgroupOk returns a tuple with the Privateapplicationgroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZtnaPolicy) GetRuleset ¶

func (o *ZtnaPolicy) GetRuleset() ZtnaPolicyRuleset

GetRuleset returns the Ruleset field value

func (*ZtnaPolicy) GetRulesetOk ¶

func (o *ZtnaPolicy) GetRulesetOk() (*ZtnaPolicyRuleset, bool)

GetRulesetOk returns a tuple with the Ruleset field value and a boolean to check if the value has been set.

func (*ZtnaPolicy) HasPrivateapplicationgroup ¶

func (o *ZtnaPolicy) HasPrivateapplicationgroup() bool

HasPrivateapplicationgroup returns a boolean if a field has been set.

func (ZtnaPolicy) MarshalJSON ¶

func (o ZtnaPolicy) MarshalJSON() ([]byte, error)

func (*ZtnaPolicy) SetPrivateapplicationgroup ¶

func (o *ZtnaPolicy) SetPrivateapplicationgroup(v ZtnaPolicyRulesetRule)

SetPrivateapplicationgroup gets a reference to the given ZtnaPolicyRulesetRule and assigns it to the Privateapplicationgroup field.

func (*ZtnaPolicy) SetRuleset ¶

func (o *ZtnaPolicy) SetRuleset(v ZtnaPolicyRuleset)

SetRuleset sets field value

func (ZtnaPolicy) ToMap ¶

func (o ZtnaPolicy) ToMap() (map[string]interface{}, error)

func (*ZtnaPolicy) UnmarshalJSON ¶

func (o *ZtnaPolicy) UnmarshalJSON(data []byte) (err error)

type ZtnaPolicyRuleset ¶

type ZtnaPolicyRuleset struct {
	Id                   *int64                 `json:"id,omitempty"`
	Label                *string                `json:"label,omitempty"`
	Rule                 *ZtnaPolicyRulesetRule `json:"rule,omitempty"`
	AdditionalProperties map[string]interface{}
}

ZtnaPolicyRuleset struct for ZtnaPolicyRuleset

func NewZtnaPolicyRuleset ¶

func NewZtnaPolicyRuleset() *ZtnaPolicyRuleset

NewZtnaPolicyRuleset instantiates a new ZtnaPolicyRuleset 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 NewZtnaPolicyRulesetWithDefaults ¶

func NewZtnaPolicyRulesetWithDefaults() *ZtnaPolicyRuleset

NewZtnaPolicyRulesetWithDefaults instantiates a new ZtnaPolicyRuleset 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 (*ZtnaPolicyRuleset) GetId ¶

func (o *ZtnaPolicyRuleset) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*ZtnaPolicyRuleset) GetIdOk ¶

func (o *ZtnaPolicyRuleset) GetIdOk() (*int64, 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 (*ZtnaPolicyRuleset) GetLabel ¶

func (o *ZtnaPolicyRuleset) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*ZtnaPolicyRuleset) GetLabelOk ¶

func (o *ZtnaPolicyRuleset) 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 (*ZtnaPolicyRuleset) GetRule ¶

GetRule returns the Rule field value if set, zero value otherwise.

func (*ZtnaPolicyRuleset) GetRuleOk ¶

func (o *ZtnaPolicyRuleset) GetRuleOk() (*ZtnaPolicyRulesetRule, 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 (*ZtnaPolicyRuleset) HasId ¶

func (o *ZtnaPolicyRuleset) HasId() bool

HasId returns a boolean if a field has been set.

func (*ZtnaPolicyRuleset) HasLabel ¶

func (o *ZtnaPolicyRuleset) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*ZtnaPolicyRuleset) HasRule ¶

func (o *ZtnaPolicyRuleset) HasRule() bool

HasRule returns a boolean if a field has been set.

func (ZtnaPolicyRuleset) MarshalJSON ¶

func (o ZtnaPolicyRuleset) MarshalJSON() ([]byte, error)

func (*ZtnaPolicyRuleset) SetId ¶

func (o *ZtnaPolicyRuleset) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*ZtnaPolicyRuleset) SetLabel ¶

func (o *ZtnaPolicyRuleset) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*ZtnaPolicyRuleset) SetRule ¶

SetRule gets a reference to the given ZtnaPolicyRulesetRule and assigns it to the Rule field.

func (ZtnaPolicyRuleset) ToMap ¶

func (o ZtnaPolicyRuleset) ToMap() (map[string]interface{}, error)

func (*ZtnaPolicyRuleset) UnmarshalJSON ¶

func (o *ZtnaPolicyRuleset) UnmarshalJSON(data []byte) (err error)

type ZtnaPolicyRulesetRule ¶

type ZtnaPolicyRulesetRule struct {
	Id                   *int64  `json:"id,omitempty"`
	Label                *string `json:"label,omitempty"`
	AdditionalProperties map[string]interface{}
}

ZtnaPolicyRulesetRule struct for ZtnaPolicyRulesetRule

func NewZtnaPolicyRulesetRule ¶

func NewZtnaPolicyRulesetRule() *ZtnaPolicyRulesetRule

NewZtnaPolicyRulesetRule instantiates a new ZtnaPolicyRulesetRule 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 NewZtnaPolicyRulesetRuleWithDefaults ¶

func NewZtnaPolicyRulesetRuleWithDefaults() *ZtnaPolicyRulesetRule

NewZtnaPolicyRulesetRuleWithDefaults instantiates a new ZtnaPolicyRulesetRule 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 (*ZtnaPolicyRulesetRule) GetId ¶

func (o *ZtnaPolicyRulesetRule) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*ZtnaPolicyRulesetRule) GetIdOk ¶

func (o *ZtnaPolicyRulesetRule) GetIdOk() (*int64, 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 (*ZtnaPolicyRulesetRule) GetLabel ¶

func (o *ZtnaPolicyRulesetRule) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*ZtnaPolicyRulesetRule) GetLabelOk ¶

func (o *ZtnaPolicyRulesetRule) 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 (*ZtnaPolicyRulesetRule) HasId ¶

func (o *ZtnaPolicyRulesetRule) HasId() bool

HasId returns a boolean if a field has been set.

func (*ZtnaPolicyRulesetRule) HasLabel ¶

func (o *ZtnaPolicyRulesetRule) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (ZtnaPolicyRulesetRule) MarshalJSON ¶

func (o ZtnaPolicyRulesetRule) MarshalJSON() ([]byte, error)

func (*ZtnaPolicyRulesetRule) SetId ¶

func (o *ZtnaPolicyRulesetRule) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*ZtnaPolicyRulesetRule) SetLabel ¶

func (o *ZtnaPolicyRulesetRule) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (ZtnaPolicyRulesetRule) ToMap ¶

func (o ZtnaPolicyRulesetRule) ToMap() (map[string]interface{}, error)

func (*ZtnaPolicyRulesetRule) UnmarshalJSON ¶

func (o *ZtnaPolicyRulesetRule) UnmarshalJSON(data []byte) (err error)

type ZtnaSummary ¶

type ZtnaSummary struct {
	// the rule ID for the policy
	Ruleid *int64 `json:"ruleid,omitempty"`
	// the number of requests associated with the rule
	Count                *int64 `json:"count,omitempty"`
	Lasteventat          *int64 `json:"lasteventat,omitempty"`
	AdditionalProperties map[string]interface{}
}

ZtnaSummary struct for ZtnaSummary

func NewZtnaSummary ¶

func NewZtnaSummary() *ZtnaSummary

NewZtnaSummary instantiates a new ZtnaSummary 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 NewZtnaSummaryWithDefaults ¶

func NewZtnaSummaryWithDefaults() *ZtnaSummary

NewZtnaSummaryWithDefaults instantiates a new ZtnaSummary 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 (*ZtnaSummary) GetCount ¶

func (o *ZtnaSummary) GetCount() int64

GetCount returns the Count field value if set, zero value otherwise.

func (*ZtnaSummary) GetCountOk ¶

func (o *ZtnaSummary) GetCountOk() (*int64, 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 (*ZtnaSummary) GetLasteventat ¶

func (o *ZtnaSummary) GetLasteventat() int64

GetLasteventat returns the Lasteventat field value if set, zero value otherwise.

func (*ZtnaSummary) GetLasteventatOk ¶

func (o *ZtnaSummary) GetLasteventatOk() (*int64, bool)

GetLasteventatOk returns a tuple with the Lasteventat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZtnaSummary) GetRuleid ¶

func (o *ZtnaSummary) GetRuleid() int64

GetRuleid returns the Ruleid field value if set, zero value otherwise.

func (*ZtnaSummary) GetRuleidOk ¶

func (o *ZtnaSummary) GetRuleidOk() (*int64, 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 (*ZtnaSummary) HasCount ¶

func (o *ZtnaSummary) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*ZtnaSummary) HasLasteventat ¶

func (o *ZtnaSummary) HasLasteventat() bool

HasLasteventat returns a boolean if a field has been set.

func (*ZtnaSummary) HasRuleid ¶

func (o *ZtnaSummary) HasRuleid() bool

HasRuleid returns a boolean if a field has been set.

func (ZtnaSummary) MarshalJSON ¶

func (o ZtnaSummary) MarshalJSON() ([]byte, error)

func (*ZtnaSummary) SetCount ¶

func (o *ZtnaSummary) SetCount(v int64)

SetCount gets a reference to the given int64 and assigns it to the Count field.

func (*ZtnaSummary) SetLasteventat ¶

func (o *ZtnaSummary) SetLasteventat(v int64)

SetLasteventat gets a reference to the given int64 and assigns it to the Lasteventat field.

func (*ZtnaSummary) SetRuleid ¶

func (o *ZtnaSummary) SetRuleid(v int64)

SetRuleid gets a reference to the given int64 and assigns it to the Ruleid field.

func (ZtnaSummary) ToMap ¶

func (o ZtnaSummary) ToMap() (map[string]interface{}, error)

func (*ZtnaSummary) UnmarshalJSON ¶

func (o *ZtnaSummary) UnmarshalJSON(data []byte) (err error)

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL