Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type APIUsageReportAPIService
- func (a *APIUsageReportAPIService) GetAPIUsageKeys(ctx context.Context) ApiGetAPIUsageKeysRequest
- func (a *APIUsageReportAPIService) GetAPIUsageKeysExecute(r ApiGetAPIUsageKeysRequest) (*Keys, *http.Response, error)
- func (a *APIUsageReportAPIService) GetAPIUsageRequests(ctx context.Context) ApiGetAPIUsageRequestsRequest
- func (a *APIUsageReportAPIService) GetAPIUsageRequestsExecute(r ApiGetAPIUsageRequestsRequest) (*Requests, *http.Response, error)
- func (a *APIUsageReportAPIService) GetAPIUsageResponses(ctx context.Context) ApiGetAPIUsageResponsesRequest
- func (a *APIUsageReportAPIService) GetAPIUsageResponsesExecute(r ApiGetAPIUsageResponsesRequest) (*Responses, *http.Response, error)
- func (a *APIUsageReportAPIService) GetAPIUsageSummary(ctx context.Context) ApiGetAPIUsageSummaryRequest
- func (a *APIUsageReportAPIService) GetAPIUsageSummaryExecute(r ApiGetAPIUsageSummaryRequest) (*Summary, *http.Response, error)
- type ActivityAMPRetro
- func (o *ActivityAMPRetro) GetDisposition() string
- func (o *ActivityAMPRetro) GetDispositionOk() (*string, bool)
- func (o *ActivityAMPRetro) GetFirstseenat() int64
- func (o *ActivityAMPRetro) GetFirstseenatOk() (*int64, bool)
- func (o *ActivityAMPRetro) GetHostname() string
- func (o *ActivityAMPRetro) GetHostnameOk() (*string, bool)
- func (o *ActivityAMPRetro) GetMalwarename() string
- func (o *ActivityAMPRetro) GetMalwarenameOk() (*string, bool)
- func (o *ActivityAMPRetro) GetScore() int64
- func (o *ActivityAMPRetro) GetScoreOk() (*int64, bool)
- func (o *ActivityAMPRetro) GetSha256() string
- func (o *ActivityAMPRetro) GetSha256Ok() (*string, bool)
- func (o *ActivityAMPRetro) GetTimestamp() int64
- func (o *ActivityAMPRetro) GetTimestampOk() (*int64, bool)
- func (o ActivityAMPRetro) MarshalJSON() ([]byte, error)
- func (o *ActivityAMPRetro) SetDisposition(v string)
- func (o *ActivityAMPRetro) SetFirstseenat(v int64)
- func (o *ActivityAMPRetro) SetHostname(v string)
- func (o *ActivityAMPRetro) SetMalwarename(v string)
- func (o *ActivityAMPRetro) SetScore(v int64)
- func (o *ActivityAMPRetro) SetSha256(v string)
- func (o *ActivityAMPRetro) SetTimestamp(v int64)
- func (o ActivityAMPRetro) ToMap() (map[string]interface{}, error)
- func (o *ActivityAMPRetro) UnmarshalJSON(data []byte) (err error)
- type ActivityAPIService
- func (a *ActivityAPIService) GetActivities(ctx context.Context) ApiGetActivitiesRequest
- func (a *ActivityAPIService) GetActivitiesExecute(r ApiGetActivitiesRequest) (*GetActivities200Response, *http.Response, error)
- func (a *ActivityAPIService) GetActivityAmpRetrospective(ctx context.Context) ApiGetActivityAmpRetrospectiveRequest
- func (a *ActivityAPIService) GetActivityAmpRetrospectiveExecute(r ApiGetActivityAmpRetrospectiveRequest) (*GetActivityAmpRetrospective200Response, *http.Response, error)
- func (a *ActivityAPIService) GetActivityDecryption(ctx context.Context) ApiGetActivityDecryptionRequest
- func (a *ActivityAPIService) GetActivityDecryptionExecute(r ApiGetActivityDecryptionRequest) (*GetActivityDecryption200Response, *http.Response, error)
- func (a *ActivityAPIService) GetActivityDns(ctx context.Context) ApiGetActivityDnsRequest
- func (a *ActivityAPIService) GetActivityDnsExecute(r ApiGetActivityDnsRequest) (*GetActivityDns200Response, *http.Response, error)
- func (a *ActivityAPIService) GetActivityFirewall(ctx context.Context) ApiGetActivityFirewallRequest
- func (a *ActivityAPIService) GetActivityFirewallExecute(r ApiGetActivityFirewallRequest) (*GetActivityFirewall200Response, *http.Response, error)
- func (a *ActivityAPIService) GetActivityIP(ctx context.Context) ApiGetActivityIPRequest
- func (a *ActivityAPIService) GetActivityIPExecute(r ApiGetActivityIPRequest) (*GetActivityIP200Response, *http.Response, error)
- func (a *ActivityAPIService) GetActivityIntrusion(ctx context.Context) ApiGetActivityIntrusionRequest
- func (a *ActivityAPIService) GetActivityIntrusionExecute(r ApiGetActivityIntrusionRequest) (*GetActivityIntrusion200Response, *http.Response, error)
- func (a *ActivityAPIService) GetActivityProxy(ctx context.Context) ApiGetActivityProxyRequest
- func (a *ActivityAPIService) GetActivityProxyExecute(r ApiGetActivityProxyRequest) (*GetActivityProxy200Response, *http.Response, error)
- func (a *ActivityAPIService) GetActivityZTNA(ctx context.Context) ApiGetActivityZTNARequest
- func (a *ActivityAPIService) GetActivityZTNAExecute(r ApiGetActivityZTNARequest) (*GetActivityZTNA200Response, *http.Response, error)
- type ActivityDecryption
- func (o *ActivityDecryption) GetDate() string
- func (o *ActivityDecryption) GetDateOk() (*string, bool)
- func (o *ActivityDecryption) GetDecryptAction() string
- func (o *ActivityDecryption) GetDecryptActionOk() (*string, bool)
- func (o *ActivityDecryption) GetIdentities() []Identity
- func (o *ActivityDecryption) GetIdentitiesOk() ([]Identity, bool)
- func (o *ActivityDecryption) GetTime() string
- func (o *ActivityDecryption) GetTimeOk() (*string, bool)
- func (o *ActivityDecryption) GetTimestamp() int64
- func (o *ActivityDecryption) GetTimestampOk() (*int64, bool)
- func (o *ActivityDecryption) GetType() string
- func (o *ActivityDecryption) GetTypeOk() (*string, bool)
- func (o ActivityDecryption) MarshalJSON() ([]byte, error)
- func (o *ActivityDecryption) SetDate(v string)
- func (o *ActivityDecryption) SetDecryptAction(v string)
- func (o *ActivityDecryption) SetIdentities(v []Identity)
- func (o *ActivityDecryption) SetTime(v string)
- func (o *ActivityDecryption) SetTimestamp(v int64)
- func (o *ActivityDecryption) SetType(v string)
- func (o ActivityDecryption) ToMap() (map[string]interface{}, error)
- func (o *ActivityDecryption) UnmarshalJSON(data []byte) (err error)
- type ActivityDns
- func (o *ActivityDns) GetAllapplications() []Application
- func (o *ActivityDns) GetAllapplicationsOk() ([]Application, bool)
- func (o *ActivityDns) GetAllowedapplications() []Application
- func (o *ActivityDns) GetAllowedapplicationsOk() ([]Application, bool)
- func (o *ActivityDns) GetBlockedapplications() []Application
- func (o *ActivityDns) GetBlockedapplicationsOk() ([]Application, bool)
- func (o *ActivityDns) GetCategories() []Category
- func (o *ActivityDns) GetCategoriesOk() ([]Category, bool)
- func (o *ActivityDns) GetDate() string
- func (o *ActivityDns) GetDateOk() (*string, bool)
- func (o *ActivityDns) GetDomain() string
- func (o *ActivityDns) GetDomainOk() (*string, bool)
- func (o *ActivityDns) GetExternalip() string
- func (o *ActivityDns) GetExternalipOk() (*string, bool)
- func (o *ActivityDns) GetIdentities() []Identity
- func (o *ActivityDns) GetIdentitiesOk() ([]Identity, bool)
- func (o *ActivityDns) GetInternalip() string
- func (o *ActivityDns) GetInternalipOk() (*string, bool)
- func (o *ActivityDns) GetPolicycategories() []Category
- func (o *ActivityDns) GetPolicycategoriesOk() ([]Category, bool)
- func (o *ActivityDns) GetQuerytype() string
- func (o *ActivityDns) GetQuerytypeOk() (*string, bool)
- func (o *ActivityDns) GetReturncode() int64
- func (o *ActivityDns) GetReturncodeOk() (*int64, bool)
- func (o *ActivityDns) GetThreats() []Threat
- func (o *ActivityDns) GetThreatsOk() ([]Threat, bool)
- func (o *ActivityDns) GetTime() string
- func (o *ActivityDns) GetTimeOk() (*string, bool)
- func (o *ActivityDns) GetTimestamp() int64
- func (o *ActivityDns) GetTimestampOk() (*int64, bool)
- func (o *ActivityDns) GetType() string
- func (o *ActivityDns) GetTypeOk() (*string, bool)
- func (o *ActivityDns) GetVerdict() Verdict
- func (o *ActivityDns) GetVerdictOk() (*Verdict, bool)
- func (o ActivityDns) MarshalJSON() ([]byte, error)
- func (o *ActivityDns) SetAllapplications(v []Application)
- func (o *ActivityDns) SetAllowedapplications(v []Application)
- func (o *ActivityDns) SetBlockedapplications(v []Application)
- func (o *ActivityDns) SetCategories(v []Category)
- func (o *ActivityDns) SetDate(v string)
- func (o *ActivityDns) SetDomain(v string)
- func (o *ActivityDns) SetExternalip(v string)
- func (o *ActivityDns) SetIdentities(v []Identity)
- func (o *ActivityDns) SetInternalip(v string)
- func (o *ActivityDns) SetPolicycategories(v []Category)
- func (o *ActivityDns) SetQuerytype(v string)
- func (o *ActivityDns) SetReturncode(v int64)
- func (o *ActivityDns) SetThreats(v []Threat)
- func (o *ActivityDns) SetTime(v string)
- func (o *ActivityDns) SetTimestamp(v int64)
- func (o *ActivityDns) SetType(v string)
- func (o *ActivityDns) SetVerdict(v Verdict)
- func (o ActivityDns) ToMap() (map[string]interface{}, error)
- func (o *ActivityDns) UnmarshalJSON(data []byte) (err error)
- type ActivityFirewall
- func (o *ActivityFirewall) GetAllapplications() []Application
- func (o *ActivityFirewall) GetAllapplicationsOk() ([]Application, bool)
- func (o *ActivityFirewall) GetApplicationprotocols() []FirewallApplication
- func (o *ActivityFirewall) GetApplicationprotocolsOk() ([]FirewallApplication, bool)
- func (o *ActivityFirewall) GetCategories() []Category
- func (o *ActivityFirewall) GetCategoriesOk() ([]Category, bool)
- func (o *ActivityFirewall) GetDate() string
- func (o *ActivityFirewall) GetDateOk() (*string, bool)
- func (o *ActivityFirewall) GetDestinationip() string
- func (o *ActivityFirewall) GetDestinationipOk() (*string, bool)
- func (o *ActivityFirewall) GetDestinationport() int64
- func (o *ActivityFirewall) GetDestinationportOk() (*int64, bool)
- func (o *ActivityFirewall) GetDirection() string
- func (o *ActivityFirewall) GetDirectionOk() (*string, bool)
- func (o *ActivityFirewall) GetIdentities() []Identity
- func (o *ActivityFirewall) GetIdentitiesOk() ([]Identity, bool)
- func (o *ActivityFirewall) GetPacketsize() int64
- func (o *ActivityFirewall) GetPacketsizeOk() (*int64, bool)
- func (o *ActivityFirewall) GetProtocol() Protocol
- func (o *ActivityFirewall) GetProtocolOk() (*Protocol, bool)
- func (o *ActivityFirewall) GetRule() Rule
- func (o *ActivityFirewall) GetRuleOk() (*Rule, bool)
- func (o *ActivityFirewall) GetSourceip() string
- func (o *ActivityFirewall) GetSourceipOk() (*string, bool)
- func (o *ActivityFirewall) GetSourceport() int64
- func (o *ActivityFirewall) GetSourceportOk() (*int64, bool)
- func (o *ActivityFirewall) GetTime() string
- func (o *ActivityFirewall) GetTimeOk() (*string, bool)
- func (o *ActivityFirewall) GetTimestamp() int64
- func (o *ActivityFirewall) GetTimestampOk() (*int64, bool)
- func (o *ActivityFirewall) GetType() string
- func (o *ActivityFirewall) GetTypeOk() (*string, bool)
- func (o *ActivityFirewall) GetVerdict() Verdict
- func (o *ActivityFirewall) GetVerdictOk() (*Verdict, bool)
- func (o *ActivityFirewall) HasCategories() bool
- func (o ActivityFirewall) MarshalJSON() ([]byte, error)
- func (o *ActivityFirewall) SetAllapplications(v []Application)
- func (o *ActivityFirewall) SetApplicationprotocols(v []FirewallApplication)
- func (o *ActivityFirewall) SetCategories(v []Category)
- func (o *ActivityFirewall) SetDate(v string)
- func (o *ActivityFirewall) SetDestinationip(v string)
- func (o *ActivityFirewall) SetDestinationport(v int64)
- func (o *ActivityFirewall) SetDirection(v string)
- func (o *ActivityFirewall) SetIdentities(v []Identity)
- func (o *ActivityFirewall) SetPacketsize(v int64)
- func (o *ActivityFirewall) SetProtocol(v Protocol)
- func (o *ActivityFirewall) SetRule(v Rule)
- func (o *ActivityFirewall) SetSourceip(v string)
- func (o *ActivityFirewall) SetSourceport(v int64)
- func (o *ActivityFirewall) SetTime(v string)
- func (o *ActivityFirewall) SetTimestamp(v int64)
- func (o *ActivityFirewall) SetType(v string)
- func (o *ActivityFirewall) SetVerdict(v Verdict)
- func (o ActivityFirewall) ToMap() (map[string]interface{}, error)
- func (o *ActivityFirewall) UnmarshalJSON(data []byte) (err error)
- type ActivityIP
- func (o *ActivityIP) GetCategories() []Category
- func (o *ActivityIP) GetCategoriesOk() ([]Category, bool)
- func (o *ActivityIP) GetDate() string
- func (o *ActivityIP) GetDateOk() (*string, bool)
- func (o *ActivityIP) GetDestinationip() string
- func (o *ActivityIP) GetDestinationipOk() (*string, bool)
- func (o *ActivityIP) GetDestinationport() int64
- func (o *ActivityIP) GetDestinationportOk() (*int64, bool)
- func (o *ActivityIP) GetIdentities() []Identity
- func (o *ActivityIP) GetIdentitiesOk() ([]Identity, bool)
- func (o *ActivityIP) GetSourceip() string
- func (o *ActivityIP) GetSourceipOk() (*string, bool)
- func (o *ActivityIP) GetSourceport() int64
- func (o *ActivityIP) GetSourceportOk() (*int64, bool)
- func (o *ActivityIP) GetTime() string
- func (o *ActivityIP) GetTimeOk() (*string, bool)
- func (o *ActivityIP) GetTimestamp() int64
- func (o *ActivityIP) GetTimestampOk() (*int64, bool)
- func (o *ActivityIP) GetType() string
- func (o *ActivityIP) GetTypeOk() (*string, bool)
- func (o *ActivityIP) GetVerdict() Verdict
- func (o *ActivityIP) GetVerdictOk() (*Verdict, bool)
- func (o ActivityIP) MarshalJSON() ([]byte, error)
- func (o *ActivityIP) SetCategories(v []Category)
- func (o *ActivityIP) SetDate(v string)
- func (o *ActivityIP) SetDestinationip(v string)
- func (o *ActivityIP) SetDestinationport(v int64)
- func (o *ActivityIP) SetIdentities(v []Identity)
- func (o *ActivityIP) SetSourceip(v string)
- func (o *ActivityIP) SetSourceport(v int64)
- func (o *ActivityIP) SetTime(v string)
- func (o *ActivityIP) SetTimestamp(v int64)
- func (o *ActivityIP) SetType(v string)
- func (o *ActivityIP) SetVerdict(v Verdict)
- func (o ActivityIP) ToMap() (map[string]interface{}, error)
- func (o *ActivityIP) UnmarshalJSON(data []byte) (err error)
- type ActivityIntrusion
- func (o *ActivityIntrusion) GetClassification() string
- func (o *ActivityIntrusion) GetClassificationOk() (*string, bool)
- func (o *ActivityIntrusion) GetDate() string
- func (o *ActivityIntrusion) GetDateOk() (*string, bool)
- func (o *ActivityIntrusion) GetDestinationip() string
- func (o *ActivityIntrusion) GetDestinationipOk() (*string, bool)
- func (o *ActivityIntrusion) GetDestinationport() int64
- func (o *ActivityIntrusion) GetDestinationportOk() (*int64, bool)
- func (o *ActivityIntrusion) GetIdentities() []Identity
- func (o *ActivityIntrusion) GetIdentitiesOk() ([]Identity, bool)
- func (o *ActivityIntrusion) GetProtocol() Protocol
- func (o *ActivityIntrusion) GetProtocolOk() (*Protocol, bool)
- func (o *ActivityIntrusion) GetSessionid() int64
- func (o *ActivityIntrusion) GetSessionidOk() (*int64, bool)
- func (o *ActivityIntrusion) GetSeverity() Severity
- func (o *ActivityIntrusion) GetSeverityOk() (*Severity, bool)
- func (o *ActivityIntrusion) GetSignature() Signature
- func (o *ActivityIntrusion) GetSignatureOk() (*Signature, bool)
- func (o *ActivityIntrusion) GetSignaturelist() SignatureList
- func (o *ActivityIntrusion) GetSignaturelistOk() (*SignatureList, bool)
- func (o *ActivityIntrusion) GetSourceip() string
- func (o *ActivityIntrusion) GetSourceipOk() (*string, bool)
- func (o *ActivityIntrusion) GetSourceport() int64
- func (o *ActivityIntrusion) GetSourceportOk() (*int64, bool)
- func (o *ActivityIntrusion) GetTime() string
- func (o *ActivityIntrusion) GetTimeOk() (*string, bool)
- func (o *ActivityIntrusion) GetTimestamp() int64
- func (o *ActivityIntrusion) GetTimestampOk() (*int64, bool)
- func (o *ActivityIntrusion) GetType() string
- func (o *ActivityIntrusion) GetTypeOk() (*string, bool)
- func (o *ActivityIntrusion) GetVerdict() VerdictDetected
- func (o *ActivityIntrusion) GetVerdictOk() (*VerdictDetected, bool)
- func (o ActivityIntrusion) MarshalJSON() ([]byte, error)
- func (o *ActivityIntrusion) SetClassification(v string)
- func (o *ActivityIntrusion) SetDate(v string)
- func (o *ActivityIntrusion) SetDestinationip(v string)
- func (o *ActivityIntrusion) SetDestinationport(v int64)
- func (o *ActivityIntrusion) SetIdentities(v []Identity)
- func (o *ActivityIntrusion) SetProtocol(v Protocol)
- func (o *ActivityIntrusion) SetSessionid(v int64)
- func (o *ActivityIntrusion) SetSeverity(v Severity)
- func (o *ActivityIntrusion) SetSignature(v Signature)
- func (o *ActivityIntrusion) SetSignaturelist(v SignatureList)
- func (o *ActivityIntrusion) SetSourceip(v string)
- func (o *ActivityIntrusion) SetSourceport(v int64)
- func (o *ActivityIntrusion) SetTime(v string)
- func (o *ActivityIntrusion) SetTimestamp(v int64)
- func (o *ActivityIntrusion) SetType(v string)
- func (o *ActivityIntrusion) SetVerdict(v VerdictDetected)
- func (o ActivityIntrusion) ToMap() (map[string]interface{}, error)
- func (o *ActivityIntrusion) UnmarshalJSON(data []byte) (err error)
- type ActivityProxy
- func (o *ActivityProxy) GetAllapplications() []Application
- func (o *ActivityProxy) GetAllapplicationsOk() ([]Application, bool)
- func (o *ActivityProxy) GetAllowedapplications() []Application
- func (o *ActivityProxy) GetAllowedapplicationsOk() ([]Application, bool)
- func (o *ActivityProxy) GetAmp() CiscoAMP
- func (o *ActivityProxy) GetAmpOk() (*CiscoAMP, bool)
- func (o *ActivityProxy) GetAntivirusthreats() AntivirusThreats
- func (o *ActivityProxy) GetAntivirusthreatsOk() (*AntivirusThreats, bool)
- func (o *ActivityProxy) GetBlockedapplications() []Application
- func (o *ActivityProxy) GetBlockedapplicationsOk() ([]Application, bool)
- func (o *ActivityProxy) GetBlockedfiletype() string
- func (o *ActivityProxy) GetBlockedfiletypeOk() (*string, bool)
- func (o *ActivityProxy) GetBundleid() int64
- func (o *ActivityProxy) GetBundleidOk() (*int64, bool)
- func (o *ActivityProxy) GetCategories() []Category
- func (o *ActivityProxy) GetCategoriesOk() ([]Category, bool)
- func (o *ActivityProxy) GetContenttype() string
- func (o *ActivityProxy) GetContenttypeOk() (*string, bool)
- func (o *ActivityProxy) GetDatacenter() DataCenter
- func (o *ActivityProxy) GetDatacenterOk() (*DataCenter, bool)
- func (o *ActivityProxy) GetDatalossprevention() DataLossPreventionState
- func (o *ActivityProxy) GetDatalosspreventionOk() (*DataLossPreventionState, bool)
- func (o *ActivityProxy) GetDate() string
- func (o *ActivityProxy) GetDateOk() (*string, bool)
- func (o *ActivityProxy) GetDestinationip() string
- func (o *ActivityProxy) GetDestinationipOk() (*string, bool)
- func (o *ActivityProxy) GetEgress() Egress
- func (o *ActivityProxy) GetEgressOk() (*Egress, bool)
- func (o *ActivityProxy) GetExternalip() string
- func (o *ActivityProxy) GetExternalipOk() (*string, bool)
- func (o *ActivityProxy) GetForwardingmethod() string
- func (o *ActivityProxy) GetForwardingmethodOk() (*string, bool)
- func (o *ActivityProxy) GetHttperrors() []HttpError
- func (o *ActivityProxy) GetHttperrorsOk() ([]HttpError, bool)
- func (o *ActivityProxy) GetIdentities() []Identity
- func (o *ActivityProxy) GetIdentitiesOk() ([]Identity, bool)
- func (o *ActivityProxy) GetInternalip() string
- func (o *ActivityProxy) GetInternalipOk() (*string, bool)
- func (o *ActivityProxy) GetIsolated() Isolated
- func (o *ActivityProxy) GetIsolatedOk() (*Isolated, bool)
- func (o *ActivityProxy) GetPolicy() Policy
- func (o *ActivityProxy) GetPolicyOk() (*Policy, bool)
- func (o *ActivityProxy) GetPolicycategories() []Category
- func (o *ActivityProxy) GetPolicycategoriesOk() ([]Category, bool)
- func (o *ActivityProxy) GetPort() int64
- func (o *ActivityProxy) GetPortOk() (*int64, bool)
- func (o *ActivityProxy) GetReferer() string
- func (o *ActivityProxy) GetRefererOk() (*string, bool)
- func (o *ActivityProxy) GetRequestmethod() string
- func (o *ActivityProxy) GetRequestmethodOk() (*string, bool)
- func (o *ActivityProxy) GetRequestsize() int64
- func (o *ActivityProxy) GetRequestsizeOk() (*int64, bool)
- func (o *ActivityProxy) GetResponsefilename() string
- func (o *ActivityProxy) GetResponsefilenameOk() (*string, bool)
- func (o *ActivityProxy) GetResponsesize() int64
- func (o *ActivityProxy) GetResponsesizeOk() (*int64, bool)
- func (o *ActivityProxy) GetSecurityoverridden() bool
- func (o *ActivityProxy) GetSecurityoverriddenOk() (*bool, bool)
- func (o *ActivityProxy) GetSha256() string
- func (o *ActivityProxy) GetSha256Ok() (*string, bool)
- func (o *ActivityProxy) GetStatuscode() int64
- func (o *ActivityProxy) GetStatuscodeOk() (*int64, bool)
- func (o *ActivityProxy) GetTenantcontrols() bool
- func (o *ActivityProxy) GetTenantcontrolsOk() (*bool, bool)
- func (o *ActivityProxy) GetThreats() []Threat
- func (o *ActivityProxy) GetThreatsOk() ([]Threat, bool)
- func (o *ActivityProxy) GetTime() string
- func (o *ActivityProxy) GetTimeOk() (*string, bool)
- func (o *ActivityProxy) GetTimestamp() int64
- func (o *ActivityProxy) GetTimestampOk() (*int64, bool)
- func (o *ActivityProxy) GetType() string
- func (o *ActivityProxy) GetTypeOk() (*string, bool)
- func (o *ActivityProxy) GetUrl() string
- func (o *ActivityProxy) GetUrlOk() (*string, bool)
- func (o *ActivityProxy) GetUseragent() string
- func (o *ActivityProxy) GetUseragentOk() (*string, bool)
- func (o *ActivityProxy) GetVerdict() Verdict
- func (o *ActivityProxy) GetVerdictOk() (*Verdict, bool)
- func (o *ActivityProxy) GetWarnstatus() string
- func (o *ActivityProxy) GetWarnstatusOk() (*string, bool)
- func (o *ActivityProxy) HasRequestmethod() bool
- func (o ActivityProxy) MarshalJSON() ([]byte, error)
- func (o *ActivityProxy) SetAllapplications(v []Application)
- func (o *ActivityProxy) SetAllowedapplications(v []Application)
- func (o *ActivityProxy) SetAmp(v CiscoAMP)
- func (o *ActivityProxy) SetAntivirusthreats(v AntivirusThreats)
- func (o *ActivityProxy) SetBlockedapplications(v []Application)
- func (o *ActivityProxy) SetBlockedfiletype(v string)
- func (o *ActivityProxy) SetBundleid(v int64)
- func (o *ActivityProxy) SetCategories(v []Category)
- func (o *ActivityProxy) SetContenttype(v string)
- func (o *ActivityProxy) SetDatacenter(v DataCenter)
- func (o *ActivityProxy) SetDatalossprevention(v DataLossPreventionState)
- func (o *ActivityProxy) SetDate(v string)
- func (o *ActivityProxy) SetDestinationip(v string)
- func (o *ActivityProxy) SetEgress(v Egress)
- func (o *ActivityProxy) SetExternalip(v string)
- func (o *ActivityProxy) SetForwardingmethod(v string)
- func (o *ActivityProxy) SetHttperrors(v []HttpError)
- func (o *ActivityProxy) SetIdentities(v []Identity)
- func (o *ActivityProxy) SetInternalip(v string)
- func (o *ActivityProxy) SetIsolated(v Isolated)
- func (o *ActivityProxy) SetPolicy(v Policy)
- func (o *ActivityProxy) SetPolicycategories(v []Category)
- func (o *ActivityProxy) SetPort(v int64)
- func (o *ActivityProxy) SetReferer(v string)
- func (o *ActivityProxy) SetRequestmethod(v string)
- func (o *ActivityProxy) SetRequestsize(v int64)
- func (o *ActivityProxy) SetResponsefilename(v string)
- func (o *ActivityProxy) SetResponsesize(v int64)
- func (o *ActivityProxy) SetSecurityoverridden(v bool)
- func (o *ActivityProxy) SetSha256(v string)
- func (o *ActivityProxy) SetStatuscode(v int64)
- func (o *ActivityProxy) SetTenantcontrols(v bool)
- func (o *ActivityProxy) SetThreats(v []Threat)
- func (o *ActivityProxy) SetTime(v string)
- func (o *ActivityProxy) SetTimestamp(v int64)
- func (o *ActivityProxy) SetType(v string)
- func (o *ActivityProxy) SetUrl(v string)
- func (o *ActivityProxy) SetUseragent(v string)
- func (o *ActivityProxy) SetVerdict(v Verdict)
- func (o *ActivityProxy) SetWarnstatus(v string)
- func (o ActivityProxy) ToMap() (map[string]interface{}, error)
- func (o *ActivityProxy) UnmarshalJSON(data []byte) (err error)
- type ActivityZTNA
- func (o *ActivityZTNA) GetAllapplications() []ActivityZTNAAllapplicationsInner
- func (o *ActivityZTNA) GetAllapplicationsOk() ([]ActivityZTNAAllapplicationsInner, bool)
- func (o *ActivityZTNA) GetAntimalwareagents() []string
- func (o *ActivityZTNA) GetAntimalwareagentsOk() ([]string, bool)
- func (o *ActivityZTNA) GetClientfirewall() string
- func (o *ActivityZTNA) GetClientfirewallOk() (*string, bool)
- func (o *ActivityZTNA) GetDate() string
- func (o *ActivityZTNA) GetDateOk() (*string, bool)
- func (o *ActivityZTNA) GetDestinationip() string
- func (o *ActivityZTNA) GetDestinationipOk() (*string, bool)
- func (o *ActivityZTNA) GetDevice() Device
- func (o *ActivityZTNA) GetDeviceOk() (*Device, bool)
- func (o *ActivityZTNA) GetDiskencryption() string
- func (o *ActivityZTNA) GetDiskencryptionOk() (*string, bool)
- func (o *ActivityZTNA) GetIdentities() []Identity
- func (o *ActivityZTNA) GetIdentitiesOk() ([]Identity, bool)
- func (o *ActivityZTNA) GetPolicy() PolicyZTNA
- func (o *ActivityZTNA) GetPolicyOk() (*PolicyZTNA, bool)
- func (o *ActivityZTNA) GetSystempassword() string
- func (o *ActivityZTNA) GetSystempasswordOk() (*string, bool)
- func (o *ActivityZTNA) GetTime() string
- func (o *ActivityZTNA) GetTimeOk() (*string, bool)
- func (o *ActivityZTNA) GetTimestamp() int64
- func (o *ActivityZTNA) GetTimestampOk() (*int64, bool)
- func (o *ActivityZTNA) GetType() string
- func (o *ActivityZTNA) GetTypeOk() (*string, bool)
- func (o *ActivityZTNA) GetVerdict() string
- func (o *ActivityZTNA) GetVerdictOk() (*string, bool)
- func (o *ActivityZTNA) HasAllapplications() bool
- func (o *ActivityZTNA) HasAntimalwareagents() bool
- func (o *ActivityZTNA) HasClientfirewall() bool
- func (o *ActivityZTNA) HasDestinationip() bool
- func (o *ActivityZTNA) HasDevice() bool
- func (o *ActivityZTNA) HasDiskencryption() bool
- func (o *ActivityZTNA) HasSystempassword() bool
- func (o ActivityZTNA) MarshalJSON() ([]byte, error)
- func (o *ActivityZTNA) SetAllapplications(v []ActivityZTNAAllapplicationsInner)
- func (o *ActivityZTNA) SetAntimalwareagents(v []string)
- func (o *ActivityZTNA) SetClientfirewall(v string)
- func (o *ActivityZTNA) SetDate(v string)
- func (o *ActivityZTNA) SetDestinationip(v string)
- func (o *ActivityZTNA) SetDevice(v Device)
- func (o *ActivityZTNA) SetDiskencryption(v string)
- func (o *ActivityZTNA) SetIdentities(v []Identity)
- func (o *ActivityZTNA) SetPolicy(v PolicyZTNA)
- func (o *ActivityZTNA) SetSystempassword(v string)
- func (o *ActivityZTNA) SetTime(v string)
- func (o *ActivityZTNA) SetTimestamp(v int64)
- func (o *ActivityZTNA) SetType(v string)
- func (o *ActivityZTNA) SetVerdict(v string)
- func (o ActivityZTNA) ToMap() (map[string]interface{}, error)
- func (o *ActivityZTNA) UnmarshalJSON(data []byte) (err error)
- type ActivityZTNAAllapplicationsInner
- func (o *ActivityZTNAAllapplicationsInner) GetCategory() ActivityZTNAAllapplicationsInnerCategory
- func (o *ActivityZTNAAllapplicationsInner) GetCategoryOk() (*ActivityZTNAAllapplicationsInnerCategory, bool)
- func (o *ActivityZTNAAllapplicationsInner) GetId() int64
- func (o *ActivityZTNAAllapplicationsInner) GetIdOk() (*int64, bool)
- func (o *ActivityZTNAAllapplicationsInner) GetLabel() string
- func (o *ActivityZTNAAllapplicationsInner) GetLabelOk() (*string, bool)
- func (o *ActivityZTNAAllapplicationsInner) GetType() string
- func (o *ActivityZTNAAllapplicationsInner) GetTypeOk() (*string, bool)
- func (o *ActivityZTNAAllapplicationsInner) HasCategory() bool
- func (o *ActivityZTNAAllapplicationsInner) HasId() bool
- func (o *ActivityZTNAAllapplicationsInner) HasLabel() bool
- func (o *ActivityZTNAAllapplicationsInner) HasType() bool
- func (o ActivityZTNAAllapplicationsInner) MarshalJSON() ([]byte, error)
- func (o *ActivityZTNAAllapplicationsInner) SetCategory(v ActivityZTNAAllapplicationsInnerCategory)
- func (o *ActivityZTNAAllapplicationsInner) SetId(v int64)
- func (o *ActivityZTNAAllapplicationsInner) SetLabel(v string)
- func (o *ActivityZTNAAllapplicationsInner) SetType(v string)
- func (o ActivityZTNAAllapplicationsInner) ToMap() (map[string]interface{}, error)
- func (o *ActivityZTNAAllapplicationsInner) UnmarshalJSON(data []byte) (err error)
- type ActivityZTNAAllapplicationsInnerCategory
- func (o *ActivityZTNAAllapplicationsInnerCategory) GetId() int64
- func (o *ActivityZTNAAllapplicationsInnerCategory) GetIdOk() (*int64, bool)
- func (o *ActivityZTNAAllapplicationsInnerCategory) GetLabel() string
- func (o *ActivityZTNAAllapplicationsInnerCategory) GetLabelOk() (*string, bool)
- func (o *ActivityZTNAAllapplicationsInnerCategory) HasId() bool
- func (o *ActivityZTNAAllapplicationsInnerCategory) HasLabel() bool
- func (o ActivityZTNAAllapplicationsInnerCategory) MarshalJSON() ([]byte, error)
- func (o *ActivityZTNAAllapplicationsInnerCategory) SetId(v int64)
- func (o *ActivityZTNAAllapplicationsInnerCategory) SetLabel(v string)
- func (o ActivityZTNAAllapplicationsInnerCategory) ToMap() (map[string]interface{}, error)
- func (o *ActivityZTNAAllapplicationsInnerCategory) UnmarshalJSON(data []byte) (err error)
- type AntivirusThreats
- func (o *AntivirusThreats) GetOthers() []map[string]interface{}
- func (o *AntivirusThreats) GetOthersOk() ([]map[string]interface{}, bool)
- func (o *AntivirusThreats) GetPuas() []map[string]interface{}
- func (o *AntivirusThreats) GetPuasOk() ([]map[string]interface{}, bool)
- func (o *AntivirusThreats) GetViruses() []string
- func (o *AntivirusThreats) GetVirusesOk() ([]string, bool)
- func (o AntivirusThreats) MarshalJSON() ([]byte, error)
- func (o *AntivirusThreats) SetOthers(v []map[string]interface{})
- func (o *AntivirusThreats) SetPuas(v []map[string]interface{})
- func (o *AntivirusThreats) SetViruses(v []string)
- func (o AntivirusThreats) ToMap() (map[string]interface{}, error)
- func (o *AntivirusThreats) UnmarshalJSON(data []byte) (err error)
- type ApiGetAPIUsageKeysRequest
- func (r ApiGetAPIUsageKeysRequest) ApiKeys(apiKeys string) ApiGetAPIUsageKeysRequest
- func (r ApiGetAPIUsageKeysRequest) Execute() (*Keys, *http.Response, error)
- func (r ApiGetAPIUsageKeysRequest) From(from string) ApiGetAPIUsageKeysRequest
- func (r ApiGetAPIUsageKeysRequest) Paths(paths string) ApiGetAPIUsageKeysRequest
- func (r ApiGetAPIUsageKeysRequest) StatusCodes(statusCodes string) ApiGetAPIUsageKeysRequest
- func (r ApiGetAPIUsageKeysRequest) To(to string) ApiGetAPIUsageKeysRequest
- func (r ApiGetAPIUsageKeysRequest) UserAgents(userAgents string) ApiGetAPIUsageKeysRequest
- func (r ApiGetAPIUsageKeysRequest) Verbs(verbs string) ApiGetAPIUsageKeysRequest
- type ApiGetAPIUsageRequestsRequest
- func (r ApiGetAPIUsageRequestsRequest) ApiKeys(apiKeys string) ApiGetAPIUsageRequestsRequest
- func (r ApiGetAPIUsageRequestsRequest) Execute() (*Requests, *http.Response, error)
- func (r ApiGetAPIUsageRequestsRequest) From(from string) ApiGetAPIUsageRequestsRequest
- func (r ApiGetAPIUsageRequestsRequest) Paths(paths string) ApiGetAPIUsageRequestsRequest
- func (r ApiGetAPIUsageRequestsRequest) StatusCodes(statusCodes string) ApiGetAPIUsageRequestsRequest
- func (r ApiGetAPIUsageRequestsRequest) To(to string) ApiGetAPIUsageRequestsRequest
- func (r ApiGetAPIUsageRequestsRequest) UserAgents(userAgents string) ApiGetAPIUsageRequestsRequest
- func (r ApiGetAPIUsageRequestsRequest) Verbs(verbs string) ApiGetAPIUsageRequestsRequest
- type ApiGetAPIUsageResponsesRequest
- func (r ApiGetAPIUsageResponsesRequest) ApiKeys(apiKeys string) ApiGetAPIUsageResponsesRequest
- func (r ApiGetAPIUsageResponsesRequest) Execute() (*Responses, *http.Response, error)
- func (r ApiGetAPIUsageResponsesRequest) From(from string) ApiGetAPIUsageResponsesRequest
- func (r ApiGetAPIUsageResponsesRequest) Paths(paths string) ApiGetAPIUsageResponsesRequest
- func (r ApiGetAPIUsageResponsesRequest) StatusCodes(statusCodes string) ApiGetAPIUsageResponsesRequest
- func (r ApiGetAPIUsageResponsesRequest) To(to string) ApiGetAPIUsageResponsesRequest
- func (r ApiGetAPIUsageResponsesRequest) UserAgents(userAgents string) ApiGetAPIUsageResponsesRequest
- func (r ApiGetAPIUsageResponsesRequest) Verbs(verbs string) ApiGetAPIUsageResponsesRequest
- type ApiGetAPIUsageSummaryRequest
- func (r ApiGetAPIUsageSummaryRequest) ApiKeys(apiKeys string) ApiGetAPIUsageSummaryRequest
- func (r ApiGetAPIUsageSummaryRequest) Execute() (*Summary, *http.Response, error)
- func (r ApiGetAPIUsageSummaryRequest) From(from string) ApiGetAPIUsageSummaryRequest
- func (r ApiGetAPIUsageSummaryRequest) Paths(paths string) ApiGetAPIUsageSummaryRequest
- func (r ApiGetAPIUsageSummaryRequest) StatusCodes(statusCodes string) ApiGetAPIUsageSummaryRequest
- func (r ApiGetAPIUsageSummaryRequest) To(to string) ApiGetAPIUsageSummaryRequest
- func (r ApiGetAPIUsageSummaryRequest) UserAgents(userAgents string) ApiGetAPIUsageSummaryRequest
- func (r ApiGetAPIUsageSummaryRequest) Verbs(verbs string) ApiGetAPIUsageSummaryRequest
- type ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Ampdisposition(ampdisposition string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Antivirusthreats(antivirusthreats string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Applicationid(applicationid string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Bundleid(bundleid int64) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Categories(categories string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Domains(domains string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Execute() (*GetActivities200Response, *http.Response, error)
- func (r ApiGetActivitiesRequest) Exists(exists string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Filename(filename string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Filternoisydomains(filternoisydomains bool) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) From(from string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Httperrors(httperrors string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Identityids(identityids string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Identitytypes(identitytypes string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Ip(ip string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) IsolatedFileAction(isolatedFileAction string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Isolatedstate(isolatedstate string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Limit(limit int64) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Offset(offset int64) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Policycategories(policycategories string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Ports(ports string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Ruleid(ruleid int64) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Securityoverridden(securityoverridden bool) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Threats(threats string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Threattypes(threattypes string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Timezone(timezone string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) To(to string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Urls(urls string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) Verdict(verdict string) ApiGetActivitiesRequest
- func (r ApiGetActivitiesRequest) XTrafficType(xTrafficType string) ApiGetActivitiesRequest
- type ApiGetActivityAmpRetrospectiveRequest
- func (r ApiGetActivityAmpRetrospectiveRequest) Ampdisposition(ampdisposition string) ApiGetActivityAmpRetrospectiveRequest
- func (r ApiGetActivityAmpRetrospectiveRequest) Execute() (*GetActivityAmpRetrospective200Response, *http.Response, error)
- func (r ApiGetActivityAmpRetrospectiveRequest) From(from string) ApiGetActivityAmpRetrospectiveRequest
- func (r ApiGetActivityAmpRetrospectiveRequest) Limit(limit int64) ApiGetActivityAmpRetrospectiveRequest
- func (r ApiGetActivityAmpRetrospectiveRequest) Offset(offset int64) ApiGetActivityAmpRetrospectiveRequest
- func (r ApiGetActivityAmpRetrospectiveRequest) Sha256(sha256 string) ApiGetActivityAmpRetrospectiveRequest
- func (r ApiGetActivityAmpRetrospectiveRequest) Timezone(timezone string) ApiGetActivityAmpRetrospectiveRequest
- func (r ApiGetActivityAmpRetrospectiveRequest) To(to string) ApiGetActivityAmpRetrospectiveRequest
- type ApiGetActivityDecryptionRequest
- func (r ApiGetActivityDecryptionRequest) Decryptaction(decryptaction string) ApiGetActivityDecryptionRequest
- func (r ApiGetActivityDecryptionRequest) Execute() (*GetActivityDecryption200Response, *http.Response, error)
- func (r ApiGetActivityDecryptionRequest) From(from string) ApiGetActivityDecryptionRequest
- func (r ApiGetActivityDecryptionRequest) Limit(limit int64) ApiGetActivityDecryptionRequest
- func (r ApiGetActivityDecryptionRequest) Offset(offset int64) ApiGetActivityDecryptionRequest
- func (r ApiGetActivityDecryptionRequest) Timezone(timezone string) ApiGetActivityDecryptionRequest
- func (r ApiGetActivityDecryptionRequest) To(to string) ApiGetActivityDecryptionRequest
- type ApiGetActivityDnsRequest
- func (r ApiGetActivityDnsRequest) Applicationid(applicationid string) ApiGetActivityDnsRequest
- func (r ApiGetActivityDnsRequest) Categories(categories string) ApiGetActivityDnsRequest
- func (r ApiGetActivityDnsRequest) Domains(domains string) ApiGetActivityDnsRequest
- func (r ApiGetActivityDnsRequest) Execute() (*GetActivityDns200Response, *http.Response, error)
- func (r ApiGetActivityDnsRequest) Filternoisydomains(filternoisydomains bool) ApiGetActivityDnsRequest
- func (r ApiGetActivityDnsRequest) From(from string) ApiGetActivityDnsRequest
- func (r ApiGetActivityDnsRequest) Identityids(identityids string) ApiGetActivityDnsRequest
- func (r ApiGetActivityDnsRequest) Identitytypes(identitytypes string) ApiGetActivityDnsRequest
- func (r ApiGetActivityDnsRequest) Ip(ip string) ApiGetActivityDnsRequest
- func (r ApiGetActivityDnsRequest) Limit(limit int64) ApiGetActivityDnsRequest
- func (r ApiGetActivityDnsRequest) Offset(offset int64) ApiGetActivityDnsRequest
- func (r ApiGetActivityDnsRequest) Order(order string) ApiGetActivityDnsRequest
- func (r ApiGetActivityDnsRequest) Policycategories(policycategories string) ApiGetActivityDnsRequest
- func (r ApiGetActivityDnsRequest) Threats(threats string) ApiGetActivityDnsRequest
- func (r ApiGetActivityDnsRequest) Threattypes(threattypes string) ApiGetActivityDnsRequest
- func (r ApiGetActivityDnsRequest) Timezone(timezone string) ApiGetActivityDnsRequest
- func (r ApiGetActivityDnsRequest) To(to string) ApiGetActivityDnsRequest
- func (r ApiGetActivityDnsRequest) Verdict(verdict string) ApiGetActivityDnsRequest
- type ApiGetActivityFirewallRequest
- func (r ApiGetActivityFirewallRequest) Categories(categories string) ApiGetActivityFirewallRequest
- func (r ApiGetActivityFirewallRequest) Execute() (*GetActivityFirewall200Response, *http.Response, error)
- func (r ApiGetActivityFirewallRequest) From(from string) ApiGetActivityFirewallRequest
- func (r ApiGetActivityFirewallRequest) Identityids(identityids string) ApiGetActivityFirewallRequest
- func (r ApiGetActivityFirewallRequest) Ip(ip string) ApiGetActivityFirewallRequest
- func (r ApiGetActivityFirewallRequest) Limit(limit int64) ApiGetActivityFirewallRequest
- func (r ApiGetActivityFirewallRequest) Offset(offset int64) ApiGetActivityFirewallRequest
- func (r ApiGetActivityFirewallRequest) Ports(ports string) ApiGetActivityFirewallRequest
- func (r ApiGetActivityFirewallRequest) Ruleid(ruleid int64) ApiGetActivityFirewallRequest
- func (r ApiGetActivityFirewallRequest) Timezone(timezone string) ApiGetActivityFirewallRequest
- func (r ApiGetActivityFirewallRequest) To(to string) ApiGetActivityFirewallRequest
- func (r ApiGetActivityFirewallRequest) Verdict(verdict string) ApiGetActivityFirewallRequest
- type ApiGetActivityIPRequest
- func (r ApiGetActivityIPRequest) Categories(categories string) ApiGetActivityIPRequest
- func (r ApiGetActivityIPRequest) Execute() (*GetActivityIP200Response, *http.Response, error)
- func (r ApiGetActivityIPRequest) From(from string) ApiGetActivityIPRequest
- func (r ApiGetActivityIPRequest) Identityids(identityids string) ApiGetActivityIPRequest
- func (r ApiGetActivityIPRequest) Identitytypes(identitytypes string) ApiGetActivityIPRequest
- func (r ApiGetActivityIPRequest) Ip(ip string) ApiGetActivityIPRequest
- func (r ApiGetActivityIPRequest) Limit(limit int64) ApiGetActivityIPRequest
- func (r ApiGetActivityIPRequest) Offset(offset int64) ApiGetActivityIPRequest
- func (r ApiGetActivityIPRequest) Ports(ports string) ApiGetActivityIPRequest
- func (r ApiGetActivityIPRequest) To(to string) ApiGetActivityIPRequest
- func (r ApiGetActivityIPRequest) Verdict(verdict string) ApiGetActivityIPRequest
- type ApiGetActivityIntrusionRequest
- func (r ApiGetActivityIntrusionRequest) Execute() (*GetActivityIntrusion200Response, *http.Response, error)
- func (r ApiGetActivityIntrusionRequest) Filternoisydomains(filternoisydomains bool) ApiGetActivityIntrusionRequest
- func (r ApiGetActivityIntrusionRequest) From(from string) ApiGetActivityIntrusionRequest
- func (r ApiGetActivityIntrusionRequest) Identityids(identityids string) ApiGetActivityIntrusionRequest
- func (r ApiGetActivityIntrusionRequest) Intrusionaction(intrusionaction string) ApiGetActivityIntrusionRequest
- func (r ApiGetActivityIntrusionRequest) Ip(ip string) ApiGetActivityIntrusionRequest
- func (r ApiGetActivityIntrusionRequest) Limit(limit int64) ApiGetActivityIntrusionRequest
- func (r ApiGetActivityIntrusionRequest) Offset(offset int64) ApiGetActivityIntrusionRequest
- func (r ApiGetActivityIntrusionRequest) Ports(ports string) ApiGetActivityIntrusionRequest
- func (r ApiGetActivityIntrusionRequest) Signaturelistids(signaturelistids string) ApiGetActivityIntrusionRequest
- func (r ApiGetActivityIntrusionRequest) Signatures(signatures string) ApiGetActivityIntrusionRequest
- func (r ApiGetActivityIntrusionRequest) Timezone(timezone string) ApiGetActivityIntrusionRequest
- func (r ApiGetActivityIntrusionRequest) To(to string) ApiGetActivityIntrusionRequest
- type ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Ampdisposition(ampdisposition string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Antivirusthreats(antivirusthreats string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Applicationid(applicationid string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Bundleid(bundleid int64) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Categories(categories string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Domains(domains string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Execute() (*GetActivityProxy200Response, *http.Response, error)
- func (r ApiGetActivityProxyRequest) Filename(filename string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) From(from string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Httperrors(httperrors string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Identityids(identityids string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Identitytypes(identitytypes string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Ip(ip string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) IsolatedFileAction(isolatedFileAction string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Isolatedstate(isolatedstate string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Limit(limit int64) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Offset(offset int64) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Order(order string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Policycategories(policycategories string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Ports(ports string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Ruleid(ruleid int64) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Securityoverridden(securityoverridden bool) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Tenantcontrols(tenantcontrols bool) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Threats(threats string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Threattypes(threattypes string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Timezone(timezone string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) To(to string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Urls(urls string) ApiGetActivityProxyRequest
- func (r ApiGetActivityProxyRequest) Verdict(verdict string) ApiGetActivityProxyRequest
- type ApiGetActivityZTNARequest
- func (r ApiGetActivityZTNARequest) Execute() (*GetActivityZTNA200Response, *http.Response, error)
- func (r ApiGetActivityZTNARequest) From(from string) ApiGetActivityZTNARequest
- func (r ApiGetActivityZTNARequest) Limit(limit int64) ApiGetActivityZTNARequest
- func (r ApiGetActivityZTNARequest) Offset(offset int64) ApiGetActivityZTNARequest
- func (r ApiGetActivityZTNARequest) Timezone(timezone string) ApiGetActivityZTNARequest
- func (r ApiGetActivityZTNARequest) To(to string) ApiGetActivityZTNARequest
- func (r ApiGetActivityZTNARequest) Ztnatype(ztnatype string) ApiGetActivityZTNARequest
- type ApiGetApplicationAttributesRequest
- type ApiGetApplicationCategoriesRequest
- func (r ApiGetApplicationCategoriesRequest) Execute() (*ApplicationCategoryList, *http.Response, error)
- func (r ApiGetApplicationCategoriesRequest) Limit(limit int64) ApiGetApplicationCategoriesRequest
- func (r ApiGetApplicationCategoriesRequest) Offset(offset int64) ApiGetApplicationCategoriesRequest
- type ApiGetApplicationIdentitiesRequest
- func (r ApiGetApplicationIdentitiesRequest) Date(date string) ApiGetApplicationIdentitiesRequest
- func (r ApiGetApplicationIdentitiesRequest) Execute() (*ApplicationIdentityList, *http.Response, error)
- func (r ApiGetApplicationIdentitiesRequest) Limit(limit int64) ApiGetApplicationIdentitiesRequest
- func (r ApiGetApplicationIdentitiesRequest) Offset(offset int64) ApiGetApplicationIdentitiesRequest
- func (r ApiGetApplicationIdentitiesRequest) Order(order string) ApiGetApplicationIdentitiesRequest
- func (r ApiGetApplicationIdentitiesRequest) Sort(sort string) ApiGetApplicationIdentitiesRequest
- type ApiGetApplicationRequest
- type ApiGetApplicationRiskRequest
- type ApiGetApplicationsAppDiscoveryRequest
- func (r ApiGetApplicationsAppDiscoveryRequest) AppTypes(appTypes []AppType) ApiGetApplicationsAppDiscoveryRequest
- func (r ApiGetApplicationsAppDiscoveryRequest) Categories(categories []string) ApiGetApplicationsAppDiscoveryRequest
- func (r ApiGetApplicationsAppDiscoveryRequest) Controllable(controllable string) ApiGetApplicationsAppDiscoveryRequest
- func (r ApiGetApplicationsAppDiscoveryRequest) Date(date string) ApiGetApplicationsAppDiscoveryRequest
- func (r ApiGetApplicationsAppDiscoveryRequest) Execute() (*ApplicationList, *http.Response, error)
- func (r ApiGetApplicationsAppDiscoveryRequest) Identity(identity int64) ApiGetApplicationsAppDiscoveryRequest
- func (r ApiGetApplicationsAppDiscoveryRequest) LabelTimestamp(labelTimestamp time.Time) ApiGetApplicationsAppDiscoveryRequest
- func (r ApiGetApplicationsAppDiscoveryRequest) Labels(labels []Label) ApiGetApplicationsAppDiscoveryRequest
- func (r ApiGetApplicationsAppDiscoveryRequest) Limit(limit int64) ApiGetApplicationsAppDiscoveryRequest
- func (r ApiGetApplicationsAppDiscoveryRequest) Offset(offset int64) ApiGetApplicationsAppDiscoveryRequest
- func (r ApiGetApplicationsAppDiscoveryRequest) Order(order string) ApiGetApplicationsAppDiscoveryRequest
- func (r ApiGetApplicationsAppDiscoveryRequest) Sort(sort string) ApiGetApplicationsAppDiscoveryRequest
- func (r ApiGetApplicationsAppDiscoveryRequest) Sources(sources []string) ApiGetApplicationsAppDiscoveryRequest
- func (r ApiGetApplicationsAppDiscoveryRequest) WeightedRisk(weightedRisk []WeightedRisk) ApiGetApplicationsAppDiscoveryRequest
- type ApiGetApplicationsRequest
- type ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) Ampdisposition(ampdisposition string) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) Antivirusthreats(antivirusthreats string) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) Applicationid(applicationid string) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) Bundleid(bundleid int64) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) Categories(categories string) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) Domains(domains string) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) Execute() (*GetBandwidthByHour200Response, *http.Response, error)
- func (r ApiGetBandwidthByHourRequest) Filternoisydomains(filternoisydomains bool) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) From(from string) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) Identityids(identityids string) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) Identitytypes(identitytypes string) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) Ip(ip string) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) Limit(limit int64) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) Offset(offset int64) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) Policycategories(policycategories string) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) Securityoverridden(securityoverridden bool) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) Sha256(sha256 string) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) Timezone(timezone string) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) To(to string) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) Urls(urls string) ApiGetBandwidthByHourRequest
- func (r ApiGetBandwidthByHourRequest) Verdict(verdict string) ApiGetBandwidthByHourRequest
- type ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Ampdisposition(ampdisposition string) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Antivirusthreats(antivirusthreats string) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Applicationid(applicationid string) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Bundleid(bundleid int64) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Categories(categories string) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Domains(domains string) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Execute() (*GetBandwidthByHour200Response, *http.Response, error)
- func (r ApiGetBandwidthByTimerangeRequest) Filternoisydomains(filternoisydomains bool) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) From(from string) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Identityids(identityids string) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Identitytypes(identitytypes string) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Ip(ip string) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Limit(limit int64) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Offset(offset int64) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Policycategories(policycategories string) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Securityoverridden(securityoverridden bool) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Sha256(sha256 string) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Timerange(timerange string) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Timezone(timezone string) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) To(to string) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Urls(urls string) ApiGetBandwidthByTimerangeRequest
- func (r ApiGetBandwidthByTimerangeRequest) Verdict(verdict string) ApiGetBandwidthByTimerangeRequest
- type ApiGetCategoriesRequest
- type ApiGetDeploymentStatusRequest
- func (r ApiGetDeploymentStatusRequest) Execute() (*GetDeploymentStatus200Response, *http.Response, error)
- func (r ApiGetDeploymentStatusRequest) From(from string) ApiGetDeploymentStatusRequest
- func (r ApiGetDeploymentStatusRequest) Threats(threats string) ApiGetDeploymentStatusRequest
- func (r ApiGetDeploymentStatusRequest) Threattypes(threattypes string) ApiGetDeploymentStatusRequest
- func (r ApiGetDeploymentStatusRequest) Timezone(timezone string) ApiGetDeploymentStatusRequest
- func (r ApiGetDeploymentStatusRequest) To(to string) ApiGetDeploymentStatusRequest
- type ApiGetDetailedStatsForAppConnectorGroupsRequest
- func (r ApiGetDetailedStatsForAppConnectorGroupsRequest) Cputhreshold(cputhreshold int64) ApiGetDetailedStatsForAppConnectorGroupsRequest
- func (r ApiGetDetailedStatsForAppConnectorGroupsRequest) Execute() (*GetDetailedStatsForAppConnectorGroups200Response, *http.Response, error)
- func (r ApiGetDetailedStatsForAppConnectorGroupsRequest) From(from string) ApiGetDetailedStatsForAppConnectorGroupsRequest
- func (r ApiGetDetailedStatsForAppConnectorGroupsRequest) Groupids(groupids string) ApiGetDetailedStatsForAppConnectorGroupsRequest
- func (r ApiGetDetailedStatsForAppConnectorGroupsRequest) Timerange(timerange string) ApiGetDetailedStatsForAppConnectorGroupsRequest
- func (r ApiGetDetailedStatsForAppConnectorGroupsRequest) To(to string) ApiGetDetailedStatsForAppConnectorGroupsRequest
- type ApiGetDetailedStatsForAppConnectorRequest
- func (r ApiGetDetailedStatsForAppConnectorRequest) Agentids(agentids string) ApiGetDetailedStatsForAppConnectorRequest
- func (r ApiGetDetailedStatsForAppConnectorRequest) Execute() (*GetDetailedStatsForAppConnector200Response, *http.Response, error)
- func (r ApiGetDetailedStatsForAppConnectorRequest) From(from string) ApiGetDetailedStatsForAppConnectorRequest
- func (r ApiGetDetailedStatsForAppConnectorRequest) Timerange(timerange string) ApiGetDetailedStatsForAppConnectorRequest
- func (r ApiGetDetailedStatsForAppConnectorRequest) To(to string) ApiGetDetailedStatsForAppConnectorRequest
- type ApiGetIdentitiesRequest
- func (r ApiGetIdentitiesRequest) Execute() (*GetIdentities200Response, *http.Response, error)
- func (r ApiGetIdentitiesRequest) Identitytypes(identitytypes string) ApiGetIdentitiesRequest
- func (r ApiGetIdentitiesRequest) Limit(limit int64) ApiGetIdentitiesRequest
- func (r ApiGetIdentitiesRequest) Offset(offset int64) ApiGetIdentitiesRequest
- func (r ApiGetIdentitiesRequest) Search(search string) ApiGetIdentitiesRequest
- type ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Ampdisposition(ampdisposition string) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Antivirusthreats(antivirusthreats string) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Applicationid(applicationid string) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Bundleid(bundleid int64) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Categories(categories string) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Domains(domains string) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Execute() (*GetIdentityDistribution200Response, *http.Response, error)
- func (r ApiGetIdentityDistributionRequest) Filternoisydomains(filternoisydomains bool) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) From(from string) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Identityids(identityids string) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Identitytypes(identitytypes string) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Ip(ip string) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Limit(limit int64) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Offset(offset int64) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Policycategories(policycategories string) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Ports(ports string) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Securityoverridden(securityoverridden bool) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Sha256(sha256 string) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Threats(threats string) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Threattypes(threattypes string) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Timezone(timezone string) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) To(to string) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Urls(urls string) ApiGetIdentityDistributionRequest
- func (r ApiGetIdentityDistributionRequest) Verdict(verdict string) ApiGetIdentityDistributionRequest
- type ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Ampdisposition(ampdisposition string) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Applicationid(applicationid string) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Bundleid(bundleid int64) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Categories(categories string) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Domains(domains string) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Execute() (*GetIdentityDistributionType200Response, *http.Response, error)
- func (r ApiGetIdentityDistributionTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) From(from string) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Identityids(identityids string) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Identitytypes(identitytypes string) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Ip(ip string) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Limit(limit int64) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Offset(offset int64) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Policycategories(policycategories string) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Ports(ports string) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Securityoverridden(securityoverridden bool) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Sha256(sha256 string) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Threats(threats string) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Threattypes(threattypes string) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Timezone(timezone string) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) To(to string) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Urls(urls string) ApiGetIdentityDistributionTypeRequest
- func (r ApiGetIdentityDistributionTypeRequest) Verdict(verdict string) ApiGetIdentityDistributionTypeRequest
- type ApiGetIdentityRequest
- type ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Ampdisposition(ampdisposition string) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Antivirusthreats(antivirusthreats string) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Applicationid(applicationid string) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Bundleid(bundleid int64) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Categories(categories string) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Domains(domains string) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Execute() (*GetRequestsByHour200Response, *http.Response, error)
- func (r ApiGetOrganizationRequestsByHourRequest) Filternoisydomains(filternoisydomains bool) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) From(from string) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Identityids(identityids string) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Identitytypes(identitytypes string) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Ip(ip string) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Limit(limit int64) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Offset(offset int64) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Policycategories(policycategories string) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Ports(ports string) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Securityoverridden(securityoverridden bool) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Sha256(sha256 string) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Threats(threats string) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Threattypes(threattypes string) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Timezone(timezone string) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) To(to string) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Urls(urls string) ApiGetOrganizationRequestsByHourRequest
- func (r ApiGetOrganizationRequestsByHourRequest) Verdict(verdict string) ApiGetOrganizationRequestsByHourRequest
- type ApiGetOverloadedGroupsCountRequest
- func (r ApiGetOverloadedGroupsCountRequest) Cputhreshold(cputhreshold int64) ApiGetOverloadedGroupsCountRequest
- func (r ApiGetOverloadedGroupsCountRequest) Execute() (*GetTotalRequests200Response, *http.Response, error)
- func (r ApiGetOverloadedGroupsCountRequest) From(from string) ApiGetOverloadedGroupsCountRequest
- func (r ApiGetOverloadedGroupsCountRequest) To(to string) ApiGetOverloadedGroupsCountRequest
- type ApiGetPrivateResourceDetailedStatsIdentitiesRequest
- func (r ApiGetPrivateResourceDetailedStatsIdentitiesRequest) Execute() (*GetPrivateResourceDetailedStatsIdentities200Response, *http.Response, error)
- func (r ApiGetPrivateResourceDetailedStatsIdentitiesRequest) From(from string) ApiGetPrivateResourceDetailedStatsIdentitiesRequest
- func (r ApiGetPrivateResourceDetailedStatsIdentitiesRequest) Limit(limit int64) ApiGetPrivateResourceDetailedStatsIdentitiesRequest
- func (r ApiGetPrivateResourceDetailedStatsIdentitiesRequest) Offset(offset int64) ApiGetPrivateResourceDetailedStatsIdentitiesRequest
- func (r ApiGetPrivateResourceDetailedStatsIdentitiesRequest) Privateresourceid(privateresourceid int64) ApiGetPrivateResourceDetailedStatsIdentitiesRequest
- func (r ApiGetPrivateResourceDetailedStatsIdentitiesRequest) Timezone(timezone string) ApiGetPrivateResourceDetailedStatsIdentitiesRequest
- func (r ApiGetPrivateResourceDetailedStatsIdentitiesRequest) To(to string) ApiGetPrivateResourceDetailedStatsIdentitiesRequest
- type ApiGetPrivateResourceDetailedStatsTimerangeRequest
- func (r ApiGetPrivateResourceDetailedStatsTimerangeRequest) Execute() (*GetPrivateResourceDetailedStatsTimerange200Response, *http.Response, error)
- func (r ApiGetPrivateResourceDetailedStatsTimerangeRequest) From(from string) ApiGetPrivateResourceDetailedStatsTimerangeRequest
- func (r ApiGetPrivateResourceDetailedStatsTimerangeRequest) Privateresourceid(privateresourceid int64) ApiGetPrivateResourceDetailedStatsTimerangeRequest
- func (r ApiGetPrivateResourceDetailedStatsTimerangeRequest) Timerange(timerange string) ApiGetPrivateResourceDetailedStatsTimerangeRequest
- func (r ApiGetPrivateResourceDetailedStatsTimerangeRequest) Timezone(timezone string) ApiGetPrivateResourceDetailedStatsTimerangeRequest
- func (r ApiGetPrivateResourceDetailedStatsTimerangeRequest) To(to string) ApiGetPrivateResourceDetailedStatsTimerangeRequest
- type ApiGetPrivateResourceStatsRequest
- func (r ApiGetPrivateResourceStatsRequest) Execute() (*GetPrivateResourceStats200Response, *http.Response, error)
- func (r ApiGetPrivateResourceStatsRequest) From(from string) ApiGetPrivateResourceStatsRequest
- func (r ApiGetPrivateResourceStatsRequest) Limit(limit int64) ApiGetPrivateResourceStatsRequest
- func (r ApiGetPrivateResourceStatsRequest) Offset(offset int64) ApiGetPrivateResourceStatsRequest
- func (r ApiGetPrivateResourceStatsRequest) Privateresourceids(privateresourceids string) ApiGetPrivateResourceStatsRequest
- func (r ApiGetPrivateResourceStatsRequest) To(to string) ApiGetPrivateResourceStatsRequest
- type ApiGetProtocolIdentitiesRequest
- func (r ApiGetProtocolIdentitiesRequest) Date(date string) ApiGetProtocolIdentitiesRequest
- func (r ApiGetProtocolIdentitiesRequest) Execute() (*ProtocolIdentityList, *http.Response, error)
- func (r ApiGetProtocolIdentitiesRequest) Limit(limit int64) ApiGetProtocolIdentitiesRequest
- func (r ApiGetProtocolIdentitiesRequest) Offset(offset int64) ApiGetProtocolIdentitiesRequest
- func (r ApiGetProtocolIdentitiesRequest) Order(order string) ApiGetProtocolIdentitiesRequest
- func (r ApiGetProtocolIdentitiesRequest) Sort(sort string) ApiGetProtocolIdentitiesRequest
- type ApiGetProtocolRequest
- type ApiGetProtocolsRequest
- func (r ApiGetProtocolsRequest) Execute() (*ProtocolList, *http.Response, error)
- func (r ApiGetProtocolsRequest) Identity(identity int64) ApiGetProtocolsRequest
- func (r ApiGetProtocolsRequest) Limit(limit int64) ApiGetProtocolsRequest
- func (r ApiGetProtocolsRequest) Offset(offset int64) ApiGetProtocolsRequest
- func (r ApiGetProtocolsRequest) Order(order string) ApiGetProtocolsRequest
- func (r ApiGetProtocolsRequest) Sort(sort string) ApiGetProtocolsRequest
- type ApiGetRemoteAccessEventsRequest
- func (r ApiGetRemoteAccessEventsRequest) Anyconnectversions(anyconnectversions string) ApiGetRemoteAccessEventsRequest
- func (r ApiGetRemoteAccessEventsRequest) Connectionevent(connectionevent string) ApiGetRemoteAccessEventsRequest
- func (r ApiGetRemoteAccessEventsRequest) Execute() (*GetRemoteAccessEvents200Response, *http.Response, error)
- func (r ApiGetRemoteAccessEventsRequest) From(from string) ApiGetRemoteAccessEventsRequest
- func (r ApiGetRemoteAccessEventsRequest) Identityids(identityids string) ApiGetRemoteAccessEventsRequest
- func (r ApiGetRemoteAccessEventsRequest) Identitytypes(identitytypes string) ApiGetRemoteAccessEventsRequest
- func (r ApiGetRemoteAccessEventsRequest) Ip(ip string) ApiGetRemoteAccessEventsRequest
- func (r ApiGetRemoteAccessEventsRequest) Limit(limit int64) ApiGetRemoteAccessEventsRequest
- func (r ApiGetRemoteAccessEventsRequest) Osversions(osversions string) ApiGetRemoteAccessEventsRequest
- func (r ApiGetRemoteAccessEventsRequest) Timezone(timezone string) ApiGetRemoteAccessEventsRequest
- func (r ApiGetRemoteAccessEventsRequest) To(to string) ApiGetRemoteAccessEventsRequest
- type ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Ampdisposition(ampdisposition string) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Applicationid(applicationid string) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Bundleid(bundleid int64) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Categories(categories string) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Domains(domains string) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Execute() (*GetRequestsByHourAndCategory200Response, *http.Response, error)
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) From(from string) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Identityids(identityids string) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Identitytypes(identitytypes string) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Ip(ip string) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Limit(limit int64) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Offset(offset int64) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Policycategories(policycategories string) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Securityoverridden(securityoverridden bool) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Sha256(sha256 string) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Threats(threats string) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Threattypes(threattypes string) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Timezone(timezone string) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) To(to string) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Urls(urls string) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Verdict(verdict string) ApiGetRequestsByHourAndCategoryAndTypeRequest
- type ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Ampdisposition(ampdisposition string) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Antivirusthreats(antivirusthreats string) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Applicationid(applicationid string) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Bundleid(bundleid int64) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Categories(categories string) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Domains(domains string) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Execute() (*GetRequestsByHourAndCategory200Response, *http.Response, error)
- func (r ApiGetRequestsByHourAndCategoryRequest) Filternoisydomains(filternoisydomains bool) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) From(from string) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Identityids(identityids string) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Identitytypes(identitytypes string) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Ip(ip string) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Limit(limit int64) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Offset(offset int64) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Policycategories(policycategories string) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Securityoverridden(securityoverridden bool) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Sha256(sha256 string) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Threats(threats string) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Threattypes(threattypes string) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Timezone(timezone string) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) To(to string) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Urls(urls string) ApiGetRequestsByHourAndCategoryRequest
- func (r ApiGetRequestsByHourAndCategoryRequest) Verdict(verdict string) ApiGetRequestsByHourAndCategoryRequest
- type ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Ampdisposition(ampdisposition string) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Antivirusthreats(antivirusthreats string) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Applicationid(applicationid string) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Bundleid(bundleid int64) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Categories(categories string) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Domains(domains string) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Execute() (*GetRequestsByHour200Response, *http.Response, error)
- func (r ApiGetRequestsByHourRequest) Filternoisydomains(filternoisydomains bool) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) From(from string) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Identityids(identityids string) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Identitytypes(identitytypes string) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Ip(ip string) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Limit(limit int64) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Offset(offset int64) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Policycategories(policycategories string) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Ports(ports string) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Securityoverridden(securityoverridden bool) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Sha256(sha256 string) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Threats(threats string) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Threattypes(threattypes string) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Timezone(timezone string) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) To(to string) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Urls(urls string) ApiGetRequestsByHourRequest
- func (r ApiGetRequestsByHourRequest) Verdict(verdict string) ApiGetRequestsByHourRequest
- type ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Ampdisposition(ampdisposition string) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Antivirusthreats(antivirusthreats string) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Applicationid(applicationid string) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Bundleid(bundleid int64) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Categories(categories string) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Domains(domains string) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Execute() (*GetRequestsByHourAndCategory200Response, *http.Response, error)
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Filternoisydomains(filternoisydomains bool) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) From(from string) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Identityids(identityids string) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Identitytypes(identitytypes string) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Ip(ip string) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Limit(limit int64) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Offset(offset int64) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Policycategories(policycategories string) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Securityoverridden(securityoverridden bool) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Threats(threats string) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Threattypes(threattypes string) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Timerange(timerange string) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Timezone(timezone string) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) To(to string) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Urls(urls string) ApiGetRequestsByTimerangeAndCategoryRequest
- func (r ApiGetRequestsByTimerangeAndCategoryRequest) Verdict(verdict string) ApiGetRequestsByTimerangeAndCategoryRequest
- type ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Ampdisposition(ampdisposition string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Applicationid(applicationid string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Bundleid(bundleid int64) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Categories(categories string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Domains(domains string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Execute() (*GetRequestsByHourAndCategory200Response, *http.Response, error)
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) From(from string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Identityids(identityids string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Identitytypes(identitytypes string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Ip(ip string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Limit(limit int64) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Offset(offset int64) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Policycategories(policycategories string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Securityoverridden(securityoverridden bool) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Threats(threats string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Threattypes(threattypes string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Timerange(timerange string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Timezone(timezone string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) To(to string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Urls(urls string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Verdict(verdict string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- type ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Ampdisposition(ampdisposition string) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Antivirusthreats(antivirusthreats string) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Applicationid(applicationid string) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Bundleid(bundleid int64) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Categories(categories string) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Domains(domains string) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Execute() (*GetRequestsByTimerange200Response, *http.Response, error)
- func (r ApiGetRequestsByTimerangeRequest) Filternoisydomains(filternoisydomains bool) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) From(from string) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Identityids(identityids string) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Identitytypes(identitytypes string) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Ip(ip string) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Limit(limit int64) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Offset(offset int64) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Policycategories(policycategories string) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Ports(ports string) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Securityoverridden(securityoverridden bool) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Threats(threats string) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Threattypes(threattypes string) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Timerange(timerange string) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Timezone(timezone string) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) To(to string) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Urls(urls string) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) Verdict(verdict string) ApiGetRequestsByTimerangeRequest
- func (r ApiGetRequestsByTimerangeRequest) XTrafficType(xTrafficType string) ApiGetRequestsByTimerangeRequest
- type ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Ampdisposition(ampdisposition string) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Applicationid(applicationid string) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Bundleid(bundleid int64) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Categories(categories string) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Domains(domains string) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Execute() (*GetRequestsByHour200Response, *http.Response, error)
- func (r ApiGetRequestsByTimerangeTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) From(from string) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Identityids(identityids string) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Identitytypes(identitytypes string) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Ip(ip string) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Limit(limit int64) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Offset(offset int64) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Policycategories(policycategories string) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Ports(ports string) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Securityoverridden(securityoverridden bool) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Threats(threats string) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Threattypes(threattypes string) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Timerange(timerange string) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Timezone(timezone string) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) To(to string) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Urls(urls string) ApiGetRequestsByTimerangeTypeRequest
- func (r ApiGetRequestsByTimerangeTypeRequest) Verdict(verdict string) ApiGetRequestsByTimerangeTypeRequest
- type ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Ampdisposition(ampdisposition string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Antivirusthreats(antivirusthreats string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Applicationid(applicationid string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Bundleid(bundleid int64) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Categories(categories string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Domains(domains string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Execute() (*GetRequestsSummaryForAppConnectorGroups200Response, *http.Response, error)
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Filternoisydomains(filternoisydomains bool) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) From(from string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Identityids(identityids string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Identitytypes(identitytypes string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Ip(ip string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Policycategories(policycategories string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Ports(ports string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Ruleid(ruleid int64) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Securityoverridden(securityoverridden bool) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Threats(threats string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Threattypes(threattypes string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Timezone(timezone string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) To(to string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Urls(urls string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Verdict(verdict string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- type ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Ampdisposition(ampdisposition string) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Antivirusthreats(antivirusthreats string) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Applicationid(applicationid string) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Bundleid(bundleid int64) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Categories(categories string) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Domains(domains string) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Execute() (*GetSummariesByCategory200Response, *http.Response, error)
- func (r ApiGetSummariesByCategoryRequest) Filename(filename string) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Filternoisydomains(filternoisydomains bool) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) From(from string) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Identityids(identityids string) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Identitytypes(identitytypes string) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Ip(ip string) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Limit(limit int64) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Offset(offset int64) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Policycategories(policycategories string) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Ruleid(ruleid int64) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Securityoverridden(securityoverridden bool) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Threats(threats string) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Threattypes(threattypes string) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) To(to string) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Urls(urls string) ApiGetSummariesByCategoryRequest
- func (r ApiGetSummariesByCategoryRequest) Verdict(verdict string) ApiGetSummariesByCategoryRequest
- type ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Ampdisposition(ampdisposition string) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Applicationid(applicationid string) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Bundleid(bundleid int64) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Categories(categories string) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Domains(domains string) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Execute() (*GetSummariesByCategory200Response, *http.Response, error)
- func (r ApiGetSummariesByCategoryTypeRequest) Filename(filename string) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) From(from string) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Identityids(identityids string) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Identitytypes(identitytypes string) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Ip(ip string) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Limit(limit int64) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Offset(offset int64) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Policycategories(policycategories string) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Ruleid(ruleid int64) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Securityoverridden(securityoverridden bool) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Threats(threats string) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Threattypes(threattypes string) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) To(to string) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Urls(urls string) ApiGetSummariesByCategoryTypeRequest
- func (r ApiGetSummariesByCategoryTypeRequest) Verdict(verdict string) ApiGetSummariesByCategoryTypeRequest
- type ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Ampdisposition(ampdisposition string) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Antivirusthreats(antivirusthreats string) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Applicationid(applicationid string) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Bundleid(bundleid int64) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Categories(categories string) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Domains(domains string) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Execute() (*GetSummariesByDestination200Response, *http.Response, error)
- func (r ApiGetSummariesByDestinationRequest) Filename(filename string) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Filternoisydomains(filternoisydomains bool) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) From(from string) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Identityids(identityids string) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Identitytypes(identitytypes string) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Ip(ip string) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Limit(limit int64) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Offset(offset int64) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Policycategories(policycategories string) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Ruleid(ruleid int64) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Securityoverridden(securityoverridden bool) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Threats(threats string) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Threattypes(threattypes string) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) To(to string) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Urls(urls string) ApiGetSummariesByDestinationRequest
- func (r ApiGetSummariesByDestinationRequest) Verdict(verdict string) ApiGetSummariesByDestinationRequest
- type ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Ampdisposition(ampdisposition string) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Applicationid(applicationid string) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Bundleid(bundleid int64) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Categories(categories string) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Domains(domains string) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Execute() (*GetSummariesByDestination200Response, *http.Response, error)
- func (r ApiGetSummariesByDestinationTypeRequest) Filename(filename string) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) From(from string) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Identityids(identityids string) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Identitytypes(identitytypes string) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Ip(ip string) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Limit(limit int64) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Offset(offset int64) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Policycategories(policycategories string) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Ruleid(ruleid int64) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Securityoverridden(securityoverridden bool) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Threats(threats string) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Threattypes(threattypes string) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) To(to string) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Urls(urls string) ApiGetSummariesByDestinationTypeRequest
- func (r ApiGetSummariesByDestinationTypeRequest) Verdict(verdict string) ApiGetSummariesByDestinationTypeRequest
- type ApiGetSummariesByRuleFirewallHitcountRequest
- func (r ApiGetSummariesByRuleFirewallHitcountRequest) Execute() (*GetSummariesByRuleFirewallHitcount200Response, *http.Response, error)
- func (r ApiGetSummariesByRuleFirewallHitcountRequest) From(from string) ApiGetSummariesByRuleFirewallHitcountRequest
- func (r ApiGetSummariesByRuleFirewallHitcountRequest) Ruleids(ruleids string) ApiGetSummariesByRuleFirewallHitcountRequest
- func (r ApiGetSummariesByRuleFirewallHitcountRequest) To(to string) ApiGetSummariesByRuleFirewallHitcountRequest
- type ApiGetSummariesByRuleHitcountRequest
- func (r ApiGetSummariesByRuleHitcountRequest) Execute() (*GetSummariesByRuleHitcount200Response, *http.Response, error)
- func (r ApiGetSummariesByRuleHitcountRequest) From(from string) ApiGetSummariesByRuleHitcountRequest
- func (r ApiGetSummariesByRuleHitcountRequest) Ruleids(ruleids string) ApiGetSummariesByRuleHitcountRequest
- func (r ApiGetSummariesByRuleHitcountRequest) To(to string) ApiGetSummariesByRuleHitcountRequest
- type ApiGetSummariesByRuleIntrusionRequest
- func (r ApiGetSummariesByRuleIntrusionRequest) Execute() (*GetSummariesByRuleIntrusion200Response, *http.Response, error)
- func (r ApiGetSummariesByRuleIntrusionRequest) Filternoisydomains(filternoisydomains bool) ApiGetSummariesByRuleIntrusionRequest
- func (r ApiGetSummariesByRuleIntrusionRequest) From(from string) ApiGetSummariesByRuleIntrusionRequest
- func (r ApiGetSummariesByRuleIntrusionRequest) Identityids(identityids string) ApiGetSummariesByRuleIntrusionRequest
- func (r ApiGetSummariesByRuleIntrusionRequest) Identitytypes(identitytypes string) ApiGetSummariesByRuleIntrusionRequest
- func (r ApiGetSummariesByRuleIntrusionRequest) Intrusionaction(intrusionaction string) ApiGetSummariesByRuleIntrusionRequest
- func (r ApiGetSummariesByRuleIntrusionRequest) Ip(ip string) ApiGetSummariesByRuleIntrusionRequest
- func (r ApiGetSummariesByRuleIntrusionRequest) Ipsprofile(ipsprofile string) ApiGetSummariesByRuleIntrusionRequest
- func (r ApiGetSummariesByRuleIntrusionRequest) Limit(limit int64) ApiGetSummariesByRuleIntrusionRequest
- func (r ApiGetSummariesByRuleIntrusionRequest) Offset(offset int64) ApiGetSummariesByRuleIntrusionRequest
- func (r ApiGetSummariesByRuleIntrusionRequest) Ports(ports string) ApiGetSummariesByRuleIntrusionRequest
- func (r ApiGetSummariesByRuleIntrusionRequest) Signaturelistids(signaturelistids string) ApiGetSummariesByRuleIntrusionRequest
- func (r ApiGetSummariesByRuleIntrusionRequest) Signatures(signatures string) ApiGetSummariesByRuleIntrusionRequest
- func (r ApiGetSummariesByRuleIntrusionRequest) To(to string) ApiGetSummariesByRuleIntrusionRequest
- type ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Ampdisposition(ampdisposition string) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Applicationid(applicationid string) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Bundleid(bundleid int64) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Categories(categories string) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Domains(domains string) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Execute() (*GetSummary200Response, *http.Response, error)
- func (r ApiGetSummaryByTypeRequest) Filename(filename string) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) From(from string) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Identityids(identityids string) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Identitytypes(identitytypes string) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Ip(ip string) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Limit(limit int64) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Offset(offset int64) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Policycategories(policycategories string) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Ports(ports string) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Ruleid(ruleid int64) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Securityoverridden(securityoverridden bool) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Threats(threats string) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Threattypes(threattypes string) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Timezone(timezone string) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) To(to string) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Urls(urls string) ApiGetSummaryByTypeRequest
- func (r ApiGetSummaryByTypeRequest) Verdict(verdict string) ApiGetSummaryByTypeRequest
- type ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Ampdisposition(ampdisposition string) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Antivirusthreats(antivirusthreats string) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Applicationid(applicationid string) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Bundleid(bundleid int64) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Categories(categories string) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Domains(domains string) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Execute() (*GetSummary200Response, *http.Response, error)
- func (r ApiGetSummaryRequest) Filename(filename string) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Filternoisydomains(filternoisydomains bool) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) From(from string) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Identityids(identityids string) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Identitytypes(identitytypes string) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Ip(ip string) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Limit(limit int64) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Offset(offset int64) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Policycategories(policycategories string) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Ports(ports string) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Ruleid(ruleid int64) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Securityoverridden(securityoverridden bool) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Threats(threats string) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Threattypes(threattypes string) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Timezone(timezone string) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) To(to string) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Urls(urls string) ApiGetSummaryRequest
- func (r ApiGetSummaryRequest) Verdict(verdict string) ApiGetSummaryRequest
- type ApiGetThreatNameRequest
- type ApiGetThreatNamesRequest
- type ApiGetThreatTypeRequest
- type ApiGetThreatTypesRequest
- type ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Ampdisposition(ampdisposition string) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Antivirusthreats(antivirusthreats string) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Applicationid(applicationid string) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Bundleid(bundleid int64) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Categories(categories string) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Domains(domains string) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Execute() (*GetTopCategories200Response, *http.Response, error)
- func (r ApiGetTopCategoriesRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) From(from string) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Identityids(identityids string) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Identitytypes(identitytypes string) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Ip(ip string) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Limit(limit int64) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Offset(offset int64) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Policycategories(policycategories string) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Securityoverridden(securityoverridden bool) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Sha256(sha256 string) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Threats(threats string) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Threattypes(threattypes string) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Timezone(timezone string) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) To(to string) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Urls(urls string) ApiGetTopCategoriesRequest
- func (r ApiGetTopCategoriesRequest) Verdict(verdict string) ApiGetTopCategoriesRequest
- type ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Ampdisposition(ampdisposition string) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Applicationid(applicationid string) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Bundleid(bundleid int64) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Categories(categories string) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Domains(domains string) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Execute() (*GetTopCategories200Response, *http.Response, error)
- func (r ApiGetTopCategoriesTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) From(from string) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Identityids(identityids string) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Identitytypes(identitytypes string) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Ip(ip string) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Limit(limit int64) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Offset(offset int64) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Policycategories(policycategories string) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Securityoverridden(securityoverridden bool) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Sha256(sha256 string) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Threats(threats string) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Threattypes(threattypes string) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Timezone(timezone string) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) To(to string) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Urls(urls string) ApiGetTopCategoriesTypeRequest
- func (r ApiGetTopCategoriesTypeRequest) Verdict(verdict string) ApiGetTopCategoriesTypeRequest
- type ApiGetTopDNSQueryTypesRequest
- func (r ApiGetTopDNSQueryTypesRequest) Applicationid(applicationid string) ApiGetTopDNSQueryTypesRequest
- func (r ApiGetTopDNSQueryTypesRequest) Categories(categories string) ApiGetTopDNSQueryTypesRequest
- func (r ApiGetTopDNSQueryTypesRequest) Domains(domains string) ApiGetTopDNSQueryTypesRequest
- func (r ApiGetTopDNSQueryTypesRequest) Execute() (*GetTopDNSQueryTypes200Response, *http.Response, error)
- func (r ApiGetTopDNSQueryTypesRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopDNSQueryTypesRequest
- func (r ApiGetTopDNSQueryTypesRequest) From(from string) ApiGetTopDNSQueryTypesRequest
- func (r ApiGetTopDNSQueryTypesRequest) Identityids(identityids string) ApiGetTopDNSQueryTypesRequest
- func (r ApiGetTopDNSQueryTypesRequest) Identitytypes(identitytypes string) ApiGetTopDNSQueryTypesRequest
- func (r ApiGetTopDNSQueryTypesRequest) Ip(ip string) ApiGetTopDNSQueryTypesRequest
- func (r ApiGetTopDNSQueryTypesRequest) Limit(limit int64) ApiGetTopDNSQueryTypesRequest
- func (r ApiGetTopDNSQueryTypesRequest) Offset(offset int64) ApiGetTopDNSQueryTypesRequest
- func (r ApiGetTopDNSQueryTypesRequest) Order(order string) ApiGetTopDNSQueryTypesRequest
- func (r ApiGetTopDNSQueryTypesRequest) Policycategories(policycategories string) ApiGetTopDNSQueryTypesRequest
- func (r ApiGetTopDNSQueryTypesRequest) Threats(threats string) ApiGetTopDNSQueryTypesRequest
- func (r ApiGetTopDNSQueryTypesRequest) Threattypes(threattypes string) ApiGetTopDNSQueryTypesRequest
- func (r ApiGetTopDNSQueryTypesRequest) Timezone(timezone string) ApiGetTopDNSQueryTypesRequest
- func (r ApiGetTopDNSQueryTypesRequest) To(to string) ApiGetTopDNSQueryTypesRequest
- func (r ApiGetTopDNSQueryTypesRequest) Verdict(verdict string) ApiGetTopDNSQueryTypesRequest
- type ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Ampdisposition(ampdisposition string) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Antivirusthreats(antivirusthreats string) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Applicationid(applicationid string) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Bundleid(bundleid int64) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Categories(categories string) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Domains(domains string) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Execute() (*GetTopDestinations200Response, *http.Response, error)
- func (r ApiGetTopDestinationsRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) From(from string) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Identityids(identityids string) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Identitytypes(identitytypes string) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Ip(ip string) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Limit(limit int64) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Offset(offset int64) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Policycategories(policycategories string) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Ports(ports string) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Securityoverridden(securityoverridden bool) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Sha256(sha256 string) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Threats(threats string) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Threattypes(threattypes string) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Timezone(timezone string) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) To(to string) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Urls(urls string) ApiGetTopDestinationsRequest
- func (r ApiGetTopDestinationsRequest) Verdict(verdict string) ApiGetTopDestinationsRequest
- type ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Ampdisposition(ampdisposition string) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Applicationid(applicationid string) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Bundleid(bundleid int64) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Categories(categories string) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Domains(domains string) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Execute() (*GetTopDestinations200Response, *http.Response, error)
- func (r ApiGetTopDestinationsTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) From(from string) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Identityids(identityids string) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Identitytypes(identitytypes string) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Ip(ip string) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Limit(limit int64) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Offset(offset int64) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Policycategories(policycategories string) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Ports(ports string) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Securityoverridden(securityoverridden bool) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Sha256(sha256 string) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Threats(threats string) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Threattypes(threattypes string) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Timezone(timezone string) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) To(to string) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Urls(urls string) ApiGetTopDestinationsTypeRequest
- func (r ApiGetTopDestinationsTypeRequest) Verdict(verdict string) ApiGetTopDestinationsTypeRequest
- type ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) Ampdisposition(ampdisposition string) ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) Antivirusthreats(antivirusthreats string) ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) Applicationid(applicationid string) ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) Bundleid(bundleid int64) ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) Categories(categories string) ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) Domains(domains string) ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) Execute() (*GetTopEventTypes200Response, *http.Response, error)
- func (r ApiGetTopEventTypesRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) From(from string) ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) Identityids(identityids string) ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) Identitytypes(identitytypes string) ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) Ip(ip string) ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) Policycategories(policycategories string) ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) Securityoverridden(securityoverridden bool) ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) Threats(threats string) ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) Threattypes(threattypes string) ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) Timezone(timezone string) ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) To(to string) ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) Urls(urls string) ApiGetTopEventTypesRequest
- func (r ApiGetTopEventTypesRequest) Verdict(verdict string) ApiGetTopEventTypesRequest
- type ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) Ampdisposition(ampdisposition string) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) Antivirusthreats(antivirusthreats string) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) Applicationid(applicationid string) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) Bundleid(bundleid int64) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) Categories(categories string) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) Domains(domains string) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) Execute() (*GetTopFilesProxy200Response, *http.Response, error)
- func (r ApiGetTopFilesProxyRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) From(from string) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) Identityids(identityids string) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) Identitytypes(identitytypes string) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) Ip(ip string) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) Limit(limit int64) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) Offset(offset int64) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) Policycategories(policycategories string) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) Securityoverridden(securityoverridden bool) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) Sha256(sha256 string) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) Timezone(timezone string) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) To(to string) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) Urls(urls string) ApiGetTopFilesProxyRequest
- func (r ApiGetTopFilesProxyRequest) Verdict(verdict string) ApiGetTopFilesProxyRequest
- type ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Ampdisposition(ampdisposition string) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Antivirusthreats(antivirusthreats string) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Applicationid(applicationid string) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Bundleid(bundleid int64) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Categories(categories string) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Domains(domains string) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Execute() (*GetTopIdentities200Response, *http.Response, error)
- func (r ApiGetTopIdentitiesRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) From(from string) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Identityids(identityids string) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Identitytypes(identitytypes string) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Ip(ip string) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Limit(limit int64) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Offset(offset int64) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Policycategories(policycategories string) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Ports(ports string) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Securityoverridden(securityoverridden bool) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Sha256(sha256 string) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Threats(threats string) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Threattypes(threattypes string) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Timezone(timezone string) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) To(to string) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Urls(urls string) ApiGetTopIdentitiesRequest
- func (r ApiGetTopIdentitiesRequest) Verdict(verdict string) ApiGetTopIdentitiesRequest
- type ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Ampdisposition(ampdisposition string) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Applicationid(applicationid string) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Bundleid(bundleid int64) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Categories(categories string) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Domains(domains string) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Execute() (*GetTopIdentities200Response, *http.Response, error)
- func (r ApiGetTopIdentitiesTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) From(from string) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Identityids(identityids string) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Identitytypes(identitytypes string) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Ip(ip string) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Limit(limit int64) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Offset(offset int64) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Policycategories(policycategories string) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Ports(ports string) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Securityoverridden(securityoverridden bool) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Sha256(sha256 string) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Threats(threats string) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Threattypes(threattypes string) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Timezone(timezone string) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) To(to string) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Urls(urls string) ApiGetTopIdentitiesTypeRequest
- func (r ApiGetTopIdentitiesTypeRequest) Verdict(verdict string) ApiGetTopIdentitiesTypeRequest
- type ApiGetTopIpsInternalRequest
- func (r ApiGetTopIpsInternalRequest) Applicationid(applicationid string) ApiGetTopIpsInternalRequest
- func (r ApiGetTopIpsInternalRequest) Categories(categories string) ApiGetTopIpsInternalRequest
- func (r ApiGetTopIpsInternalRequest) Domains(domains string) ApiGetTopIpsInternalRequest
- func (r ApiGetTopIpsInternalRequest) Execute() (*GetTopIps200Response, *http.Response, error)
- func (r ApiGetTopIpsInternalRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopIpsInternalRequest
- func (r ApiGetTopIpsInternalRequest) From(from string) ApiGetTopIpsInternalRequest
- func (r ApiGetTopIpsInternalRequest) Identityids(identityids string) ApiGetTopIpsInternalRequest
- func (r ApiGetTopIpsInternalRequest) Identitytypes(identitytypes string) ApiGetTopIpsInternalRequest
- func (r ApiGetTopIpsInternalRequest) Ip(ip string) ApiGetTopIpsInternalRequest
- func (r ApiGetTopIpsInternalRequest) Policycategories(policycategories string) ApiGetTopIpsInternalRequest
- func (r ApiGetTopIpsInternalRequest) Threats(threats string) ApiGetTopIpsInternalRequest
- func (r ApiGetTopIpsInternalRequest) Threattypes(threattypes string) ApiGetTopIpsInternalRequest
- func (r ApiGetTopIpsInternalRequest) Timezone(timezone string) ApiGetTopIpsInternalRequest
- func (r ApiGetTopIpsInternalRequest) To(to string) ApiGetTopIpsInternalRequest
- func (r ApiGetTopIpsInternalRequest) Verdict(verdict string) ApiGetTopIpsInternalRequest
- type ApiGetTopIpsRequest
- func (r ApiGetTopIpsRequest) Applicationid(applicationid string) ApiGetTopIpsRequest
- func (r ApiGetTopIpsRequest) Categories(categories string) ApiGetTopIpsRequest
- func (r ApiGetTopIpsRequest) Domains(domains string) ApiGetTopIpsRequest
- func (r ApiGetTopIpsRequest) Execute() (*GetTopIps200Response, *http.Response, error)
- func (r ApiGetTopIpsRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopIpsRequest
- func (r ApiGetTopIpsRequest) From(from string) ApiGetTopIpsRequest
- func (r ApiGetTopIpsRequest) Identityids(identityids string) ApiGetTopIpsRequest
- func (r ApiGetTopIpsRequest) Identitytypes(identitytypes string) ApiGetTopIpsRequest
- func (r ApiGetTopIpsRequest) Ip(ip string) ApiGetTopIpsRequest
- func (r ApiGetTopIpsRequest) Policycategories(policycategories string) ApiGetTopIpsRequest
- func (r ApiGetTopIpsRequest) Threats(threats string) ApiGetTopIpsRequest
- func (r ApiGetTopIpsRequest) Threattypes(threattypes string) ApiGetTopIpsRequest
- func (r ApiGetTopIpsRequest) Timezone(timezone string) ApiGetTopIpsRequest
- func (r ApiGetTopIpsRequest) To(to string) ApiGetTopIpsRequest
- func (r ApiGetTopIpsRequest) Verdict(verdict string) ApiGetTopIpsRequest
- type ApiGetTopResourcesRequest
- func (r ApiGetTopResourcesRequest) Execute() (*GetTopResources200Response, *http.Response, error)
- func (r ApiGetTopResourcesRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopResourcesRequest
- func (r ApiGetTopResourcesRequest) From(from string) ApiGetTopResourcesRequest
- func (r ApiGetTopResourcesRequest) Identityids(identityids string) ApiGetTopResourcesRequest
- func (r ApiGetTopResourcesRequest) Identitytypes(identitytypes string) ApiGetTopResourcesRequest
- func (r ApiGetTopResourcesRequest) Ip(ip string) ApiGetTopResourcesRequest
- func (r ApiGetTopResourcesRequest) Limit(limit int64) ApiGetTopResourcesRequest
- func (r ApiGetTopResourcesRequest) Offset(offset int64) ApiGetTopResourcesRequest
- func (r ApiGetTopResourcesRequest) Timezone(timezone string) ApiGetTopResourcesRequest
- func (r ApiGetTopResourcesRequest) To(to string) ApiGetTopResourcesRequest
- func (r ApiGetTopResourcesRequest) Verdict(verdict string) ApiGetTopResourcesRequest
- type ApiGetTopResourcesTypeRequest
- func (r ApiGetTopResourcesTypeRequest) Execute() (*GetTopResources200Response, *http.Response, error)
- func (r ApiGetTopResourcesTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopResourcesTypeRequest
- func (r ApiGetTopResourcesTypeRequest) From(from string) ApiGetTopResourcesTypeRequest
- func (r ApiGetTopResourcesTypeRequest) Identityids(identityids string) ApiGetTopResourcesTypeRequest
- func (r ApiGetTopResourcesTypeRequest) Identitytypes(identitytypes string) ApiGetTopResourcesTypeRequest
- func (r ApiGetTopResourcesTypeRequest) Ip(ip string) ApiGetTopResourcesTypeRequest
- func (r ApiGetTopResourcesTypeRequest) Limit(limit int64) ApiGetTopResourcesTypeRequest
- func (r ApiGetTopResourcesTypeRequest) Offset(offset int64) ApiGetTopResourcesTypeRequest
- func (r ApiGetTopResourcesTypeRequest) Timezone(timezone string) ApiGetTopResourcesTypeRequest
- func (r ApiGetTopResourcesTypeRequest) To(to string) ApiGetTopResourcesTypeRequest
- func (r ApiGetTopResourcesTypeRequest) Verdict(verdict string) ApiGetTopResourcesTypeRequest
- type ApiGetTopThreatTypesByTypeRequest
- func (r ApiGetTopThreatTypesByTypeRequest) Applicationid(applicationid string) ApiGetTopThreatTypesByTypeRequest
- func (r ApiGetTopThreatTypesByTypeRequest) Categories(categories string) ApiGetTopThreatTypesByTypeRequest
- func (r ApiGetTopThreatTypesByTypeRequest) Domains(domains string) ApiGetTopThreatTypesByTypeRequest
- func (r ApiGetTopThreatTypesByTypeRequest) Execute() (*GetTopThreatTypes200Response, *http.Response, error)
- func (r ApiGetTopThreatTypesByTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopThreatTypesByTypeRequest
- func (r ApiGetTopThreatTypesByTypeRequest) From(from string) ApiGetTopThreatTypesByTypeRequest
- func (r ApiGetTopThreatTypesByTypeRequest) Identityids(identityids string) ApiGetTopThreatTypesByTypeRequest
- func (r ApiGetTopThreatTypesByTypeRequest) Identitytypes(identitytypes string) ApiGetTopThreatTypesByTypeRequest
- func (r ApiGetTopThreatTypesByTypeRequest) Ip(ip string) ApiGetTopThreatTypesByTypeRequest
- func (r ApiGetTopThreatTypesByTypeRequest) Limit(limit int64) ApiGetTopThreatTypesByTypeRequest
- func (r ApiGetTopThreatTypesByTypeRequest) Offset(offset int64) ApiGetTopThreatTypesByTypeRequest
- func (r ApiGetTopThreatTypesByTypeRequest) Policycategories(policycategories string) ApiGetTopThreatTypesByTypeRequest
- func (r ApiGetTopThreatTypesByTypeRequest) Threats(threats string) ApiGetTopThreatTypesByTypeRequest
- func (r ApiGetTopThreatTypesByTypeRequest) Threattypes(threattypes string) ApiGetTopThreatTypesByTypeRequest
- func (r ApiGetTopThreatTypesByTypeRequest) Timezone(timezone string) ApiGetTopThreatTypesByTypeRequest
- func (r ApiGetTopThreatTypesByTypeRequest) To(to string) ApiGetTopThreatTypesByTypeRequest
- func (r ApiGetTopThreatTypesByTypeRequest) Verdict(verdict string) ApiGetTopThreatTypesByTypeRequest
- type ApiGetTopThreatTypesRequest
- func (r ApiGetTopThreatTypesRequest) Applicationid(applicationid string) ApiGetTopThreatTypesRequest
- func (r ApiGetTopThreatTypesRequest) Categories(categories string) ApiGetTopThreatTypesRequest
- func (r ApiGetTopThreatTypesRequest) Domains(domains string) ApiGetTopThreatTypesRequest
- func (r ApiGetTopThreatTypesRequest) Execute() (*GetTopThreatTypes200Response, *http.Response, error)
- func (r ApiGetTopThreatTypesRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopThreatTypesRequest
- func (r ApiGetTopThreatTypesRequest) From(from string) ApiGetTopThreatTypesRequest
- func (r ApiGetTopThreatTypesRequest) Identityids(identityids string) ApiGetTopThreatTypesRequest
- func (r ApiGetTopThreatTypesRequest) Identitytypes(identitytypes string) ApiGetTopThreatTypesRequest
- func (r ApiGetTopThreatTypesRequest) Ip(ip string) ApiGetTopThreatTypesRequest
- func (r ApiGetTopThreatTypesRequest) Limit(limit int64) ApiGetTopThreatTypesRequest
- func (r ApiGetTopThreatTypesRequest) Offset(offset int64) ApiGetTopThreatTypesRequest
- func (r ApiGetTopThreatTypesRequest) Policycategories(policycategories string) ApiGetTopThreatTypesRequest
- func (r ApiGetTopThreatTypesRequest) Threats(threats string) ApiGetTopThreatTypesRequest
- func (r ApiGetTopThreatTypesRequest) Threattypes(threattypes string) ApiGetTopThreatTypesRequest
- func (r ApiGetTopThreatTypesRequest) Timezone(timezone string) ApiGetTopThreatTypesRequest
- func (r ApiGetTopThreatTypesRequest) To(to string) ApiGetTopThreatTypesRequest
- func (r ApiGetTopThreatTypesRequest) Verdict(verdict string) ApiGetTopThreatTypesRequest
- type ApiGetTopThreatsByTypeRequest
- func (r ApiGetTopThreatsByTypeRequest) Applicationid(applicationid string) ApiGetTopThreatsByTypeRequest
- func (r ApiGetTopThreatsByTypeRequest) Categories(categories string) ApiGetTopThreatsByTypeRequest
- func (r ApiGetTopThreatsByTypeRequest) Domains(domains string) ApiGetTopThreatsByTypeRequest
- func (r ApiGetTopThreatsByTypeRequest) Execute() (*GetTopThreats200Response, *http.Response, error)
- func (r ApiGetTopThreatsByTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopThreatsByTypeRequest
- func (r ApiGetTopThreatsByTypeRequest) From(from string) ApiGetTopThreatsByTypeRequest
- func (r ApiGetTopThreatsByTypeRequest) Identityids(identityids string) ApiGetTopThreatsByTypeRequest
- func (r ApiGetTopThreatsByTypeRequest) Identitytypes(identitytypes string) ApiGetTopThreatsByTypeRequest
- func (r ApiGetTopThreatsByTypeRequest) Ip(ip string) ApiGetTopThreatsByTypeRequest
- func (r ApiGetTopThreatsByTypeRequest) Limit(limit int64) ApiGetTopThreatsByTypeRequest
- func (r ApiGetTopThreatsByTypeRequest) Offset(offset int64) ApiGetTopThreatsByTypeRequest
- func (r ApiGetTopThreatsByTypeRequest) Policycategories(policycategories string) ApiGetTopThreatsByTypeRequest
- func (r ApiGetTopThreatsByTypeRequest) Threats(threats string) ApiGetTopThreatsByTypeRequest
- func (r ApiGetTopThreatsByTypeRequest) Threattypes(threattypes string) ApiGetTopThreatsByTypeRequest
- func (r ApiGetTopThreatsByTypeRequest) Timezone(timezone string) ApiGetTopThreatsByTypeRequest
- func (r ApiGetTopThreatsByTypeRequest) To(to string) ApiGetTopThreatsByTypeRequest
- func (r ApiGetTopThreatsByTypeRequest) Verdict(verdict string) ApiGetTopThreatsByTypeRequest
- type ApiGetTopThreatsRequest
- func (r ApiGetTopThreatsRequest) Applicationid(applicationid string) ApiGetTopThreatsRequest
- func (r ApiGetTopThreatsRequest) Categories(categories string) ApiGetTopThreatsRequest
- func (r ApiGetTopThreatsRequest) Domains(domains string) ApiGetTopThreatsRequest
- func (r ApiGetTopThreatsRequest) Execute() (*GetTopThreats200Response, *http.Response, error)
- func (r ApiGetTopThreatsRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopThreatsRequest
- func (r ApiGetTopThreatsRequest) From(from string) ApiGetTopThreatsRequest
- func (r ApiGetTopThreatsRequest) Identityids(identityids string) ApiGetTopThreatsRequest
- func (r ApiGetTopThreatsRequest) Identitytypes(identitytypes string) ApiGetTopThreatsRequest
- func (r ApiGetTopThreatsRequest) Ip(ip string) ApiGetTopThreatsRequest
- func (r ApiGetTopThreatsRequest) Limit(limit int64) ApiGetTopThreatsRequest
- func (r ApiGetTopThreatsRequest) Offset(offset int64) ApiGetTopThreatsRequest
- func (r ApiGetTopThreatsRequest) Policycategories(policycategories string) ApiGetTopThreatsRequest
- func (r ApiGetTopThreatsRequest) Threats(threats string) ApiGetTopThreatsRequest
- func (r ApiGetTopThreatsRequest) Threattypes(threattypes string) ApiGetTopThreatsRequest
- func (r ApiGetTopThreatsRequest) Timezone(timezone string) ApiGetTopThreatsRequest
- func (r ApiGetTopThreatsRequest) To(to string) ApiGetTopThreatsRequest
- func (r ApiGetTopThreatsRequest) Verdict(verdict string) ApiGetTopThreatsRequest
- type ApiGetTopUrlsRequest
- func (r ApiGetTopUrlsRequest) Ampdisposition(ampdisposition string) ApiGetTopUrlsRequest
- func (r ApiGetTopUrlsRequest) Antivirusthreats(antivirusthreats string) ApiGetTopUrlsRequest
- func (r ApiGetTopUrlsRequest) Bundleid(bundleid int64) ApiGetTopUrlsRequest
- func (r ApiGetTopUrlsRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTopUrlsRequest
- func (r ApiGetTopUrlsRequest) Domains(domains string) ApiGetTopUrlsRequest
- func (r ApiGetTopUrlsRequest) Execute() (*GetTopUrls200Response, *http.Response, error)
- func (r ApiGetTopUrlsRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopUrlsRequest
- func (r ApiGetTopUrlsRequest) From(from string) ApiGetTopUrlsRequest
- func (r ApiGetTopUrlsRequest) Limit(limit int64) ApiGetTopUrlsRequest
- func (r ApiGetTopUrlsRequest) Offset(offset int64) ApiGetTopUrlsRequest
- func (r ApiGetTopUrlsRequest) Securityoverridden(securityoverridden bool) ApiGetTopUrlsRequest
- func (r ApiGetTopUrlsRequest) Sha256(sha256 string) ApiGetTopUrlsRequest
- func (r ApiGetTopUrlsRequest) Timezone(timezone string) ApiGetTopUrlsRequest
- func (r ApiGetTopUrlsRequest) To(to string) ApiGetTopUrlsRequest
- type ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Ampdisposition(ampdisposition string) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Applicationid(applicationid string) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Bundleid(bundleid int64) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Categories(categories string) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Domains(domains string) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Execute() (*GetTotalRequests200Response, *http.Response, error)
- func (r ApiGetTotalRequestsByTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) From(from string) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Identityids(identityids string) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Identitytypes(identitytypes string) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Ip(ip string) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Policycategories(policycategories string) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Ports(ports string) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Ruleid(ruleid int64) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Securityoverridden(securityoverridden bool) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Threats(threats string) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Threattypes(threattypes string) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Timezone(timezone string) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) To(to string) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Urls(urls string) ApiGetTotalRequestsByTypeRequest
- func (r ApiGetTotalRequestsByTypeRequest) Verdict(verdict string) ApiGetTotalRequestsByTypeRequest
- type ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Ampdisposition(ampdisposition string) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Antivirusthreats(antivirusthreats string) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Applicationid(applicationid string) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Bundleid(bundleid int64) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Categories(categories string) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Domains(domains string) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Execute() (*GetTotalRequestsForAppConnectorGroup200Response, *http.Response, error)
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Filternoisydomains(filternoisydomains bool) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) From(from string) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Identityids(identityids string) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Identitytypes(identitytypes string) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Ip(ip string) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Limit(limit int64) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Offset(offset int64) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Policycategories(policycategories string) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Ports(ports string) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Ruleid(ruleid int64) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Securityoverridden(securityoverridden bool) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Threats(threats string) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Threattypes(threattypes string) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Timezone(timezone string) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) To(to string) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Urls(urls string) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Verdict(verdict string) ApiGetTotalRequestsForAppConnectorGroupRequest
- type ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Ampdisposition(ampdisposition string) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Antivirusthreats(antivirusthreats string) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Applicationid(applicationid string) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Bundleid(bundleid int64) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Categories(categories string) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Domains(domains string) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Execute() (*GetTotalRequestsForAppConnector200Response, *http.Response, error)
- func (r ApiGetTotalRequestsForAppConnectorRequest) Filternoisydomains(filternoisydomains bool) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) From(from string) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Identityids(identityids string) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Identitytypes(identitytypes string) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Ip(ip string) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Limit(limit int64) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Offset(offset int64) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Policycategories(policycategories string) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Ports(ports string) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Ruleid(ruleid int64) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Securityoverridden(securityoverridden bool) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Threats(threats string) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Threattypes(threattypes string) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Timezone(timezone string) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) To(to string) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Urls(urls string) ApiGetTotalRequestsForAppConnectorRequest
- func (r ApiGetTotalRequestsForAppConnectorRequest) Verdict(verdict string) ApiGetTotalRequestsForAppConnectorRequest
- type ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Ampdisposition(ampdisposition string) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Antivirusthreats(antivirusthreats string) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Applicationid(applicationid string) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Bundleid(bundleid int64) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Categories(categories string) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Domains(domains string) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Execute() (*GetTotalRequests200Response, *http.Response, error)
- func (r ApiGetTotalRequestsRequest) Filternoisydomains(filternoisydomains bool) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) From(from string) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Identityids(identityids string) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Identitytypes(identitytypes string) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Ip(ip string) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Policycategories(policycategories string) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Ports(ports string) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Ruleid(ruleid int64) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Securityoverridden(securityoverridden bool) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Sha256(sha256 string) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Threats(threats string) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Threattypes(threattypes string) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Timezone(timezone string) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) To(to string) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Urls(urls string) ApiGetTotalRequestsRequest
- func (r ApiGetTotalRequestsRequest) Verdict(verdict string) ApiGetTotalRequestsRequest
- type ApiGetUniqueResourcesRequest
- func (r ApiGetUniqueResourcesRequest) Execute() (*GetUniqueResources200Response, *http.Response, error)
- func (r ApiGetUniqueResourcesRequest) Exists(exists string) ApiGetUniqueResourcesRequest
- func (r ApiGetUniqueResourcesRequest) From(from string) ApiGetUniqueResourcesRequest
- func (r ApiGetUniqueResourcesRequest) To(to string) ApiGetUniqueResourcesRequest
- type ApiGetUsageMetricsRequest
- func (r ApiGetUsageMetricsRequest) Execute() (*GetUsageMetrics200Response, *http.Response, error)
- func (r ApiGetUsageMetricsRequest) From(from string) ApiGetUsageMetricsRequest
- func (r ApiGetUsageMetricsRequest) OrganizationId(organizationId int64) ApiGetUsageMetricsRequest
- func (r ApiGetUsageMetricsRequest) Page(page string) ApiGetUsageMetricsRequest
- func (r ApiGetUsageMetricsRequest) ProductId(productId string) ApiGetUsageMetricsRequest
- func (r ApiGetUsageMetricsRequest) TimeGroupingInterval(timeGroupingInterval string) ApiGetUsageMetricsRequest
- func (r ApiGetUsageMetricsRequest) To(to string) ApiGetUsageMetricsRequest
- type ApiPatchApplicationsRequest
- type ApiPostIdentitiesRequest
- type ApiRulesActivityRequest
- func (r ApiRulesActivityRequest) Execute() (*RulesActivity200Response, *http.Response, error)
- func (r ApiRulesActivityRequest) From(from string) ApiRulesActivityRequest
- func (r ApiRulesActivityRequest) Limit(limit int64) ApiRulesActivityRequest
- func (r ApiRulesActivityRequest) Offset(offset int64) ApiRulesActivityRequest
- func (r ApiRulesActivityRequest) To(to string) ApiRulesActivityRequest
- type ApiUpdateApplicationRequest
- type AppConnectorAgentDetailedStatsTimerange
- func (o *AppConnectorAgentDetailedStatsTimerange) GetAgentId() int64
- func (o *AppConnectorAgentDetailedStatsTimerange) GetAgentIdOk() (*int64, bool)
- func (o *AppConnectorAgentDetailedStatsTimerange) GetGroupId() int64
- func (o *AppConnectorAgentDetailedStatsTimerange) GetGroupIdOk() (*int64, bool)
- func (o *AppConnectorAgentDetailedStatsTimerange) GetSummaryData() AppConnectorAgentSummaryData
- func (o *AppConnectorAgentDetailedStatsTimerange) GetSummaryDataOk() (*AppConnectorAgentSummaryData, bool)
- func (o *AppConnectorAgentDetailedStatsTimerange) GetTimeSeriesData() []TimeSeriesAppConnectorAgentData
- func (o *AppConnectorAgentDetailedStatsTimerange) GetTimeSeriesDataOk() ([]TimeSeriesAppConnectorAgentData, bool)
- func (o *AppConnectorAgentDetailedStatsTimerange) HasAgentId() bool
- func (o *AppConnectorAgentDetailedStatsTimerange) HasGroupId() bool
- func (o *AppConnectorAgentDetailedStatsTimerange) HasSummaryData() bool
- func (o *AppConnectorAgentDetailedStatsTimerange) HasTimeSeriesData() bool
- func (o AppConnectorAgentDetailedStatsTimerange) MarshalJSON() ([]byte, error)
- func (o *AppConnectorAgentDetailedStatsTimerange) SetAgentId(v int64)
- func (o *AppConnectorAgentDetailedStatsTimerange) SetGroupId(v int64)
- func (o *AppConnectorAgentDetailedStatsTimerange) SetSummaryData(v AppConnectorAgentSummaryData)
- func (o *AppConnectorAgentDetailedStatsTimerange) SetTimeSeriesData(v []TimeSeriesAppConnectorAgentData)
- func (o AppConnectorAgentDetailedStatsTimerange) ToMap() (map[string]interface{}, error)
- func (o *AppConnectorAgentDetailedStatsTimerange) UnmarshalJSON(data []byte) (err error)
- type AppConnectorAgentSummaryData
- func (o *AppConnectorAgentSummaryData) GetCpuUtilization() int64
- func (o *AppConnectorAgentSummaryData) GetCpuUtilizationOk() (*int64, bool)
- func (o *AppConnectorAgentSummaryData) GetRequests() TotalRequest
- func (o *AppConnectorAgentSummaryData) GetRequestsOk() (*TotalRequest, bool)
- func (o *AppConnectorAgentSummaryData) HasCpuUtilization() bool
- func (o *AppConnectorAgentSummaryData) HasRequests() bool
- func (o AppConnectorAgentSummaryData) MarshalJSON() ([]byte, error)
- func (o *AppConnectorAgentSummaryData) SetCpuUtilization(v int64)
- func (o *AppConnectorAgentSummaryData) SetRequests(v TotalRequest)
- func (o AppConnectorAgentSummaryData) ToMap() (map[string]interface{}, error)
- func (o *AppConnectorAgentSummaryData) UnmarshalJSON(data []byte) (err error)
- type AppConnectorGroupDetailedStatsTimerange
- func (o *AppConnectorGroupDetailedStatsTimerange) GetGroupId() int64
- func (o *AppConnectorGroupDetailedStatsTimerange) GetGroupIdOk() (*int64, bool)
- func (o *AppConnectorGroupDetailedStatsTimerange) GetSummaryData() AppConnectorGroupSummaryData
- func (o *AppConnectorGroupDetailedStatsTimerange) GetSummaryDataOk() (*AppConnectorGroupSummaryData, bool)
- func (o *AppConnectorGroupDetailedStatsTimerange) GetTimeSeriesData() []TimeSeriesAppConnectorGroupData
- func (o *AppConnectorGroupDetailedStatsTimerange) GetTimeSeriesDataOk() ([]TimeSeriesAppConnectorGroupData, bool)
- func (o *AppConnectorGroupDetailedStatsTimerange) HasGroupId() bool
- func (o *AppConnectorGroupDetailedStatsTimerange) HasSummaryData() bool
- func (o *AppConnectorGroupDetailedStatsTimerange) HasTimeSeriesData() bool
- func (o AppConnectorGroupDetailedStatsTimerange) MarshalJSON() ([]byte, error)
- func (o *AppConnectorGroupDetailedStatsTimerange) SetGroupId(v int64)
- func (o *AppConnectorGroupDetailedStatsTimerange) SetSummaryData(v AppConnectorGroupSummaryData)
- func (o *AppConnectorGroupDetailedStatsTimerange) SetTimeSeriesData(v []TimeSeriesAppConnectorGroupData)
- func (o AppConnectorGroupDetailedStatsTimerange) ToMap() (map[string]interface{}, error)
- func (o *AppConnectorGroupDetailedStatsTimerange) UnmarshalJSON(data []byte) (err error)
- type AppConnectorGroupSummaryData
- func (o *AppConnectorGroupSummaryData) GetCpuUtilization() int64
- func (o *AppConnectorGroupSummaryData) GetCpuUtilizationOk() (*int64, bool)
- func (o *AppConnectorGroupSummaryData) HasCpuUtilization() bool
- func (o AppConnectorGroupSummaryData) MarshalJSON() ([]byte, error)
- func (o *AppConnectorGroupSummaryData) SetCpuUtilization(v int64)
- func (o AppConnectorGroupSummaryData) ToMap() (map[string]interface{}, error)
- func (o *AppConnectorGroupSummaryData) UnmarshalJSON(data []byte) (err error)
- type AppType
- type Application
- func (o *Application) GetCategory() ApplicationCategory
- func (o *Application) GetCategoryOk() (*ApplicationCategory, bool)
- func (o *Application) GetId() int64
- func (o *Application) GetIdOk() (*int64, bool)
- func (o *Application) GetLabel() string
- func (o *Application) GetLabelOk() (*string, bool)
- func (o *Application) GetType() string
- func (o *Application) GetTypeOk() (*string, bool)
- func (o *Application) HasCategory() bool
- func (o *Application) HasId() bool
- func (o *Application) HasLabel() bool
- func (o *Application) HasType() bool
- func (o Application) MarshalJSON() ([]byte, error)
- func (o *Application) SetCategory(v ApplicationCategory)
- func (o *Application) SetId(v int64)
- func (o *Application) SetLabel(v string)
- func (o *Application) SetType(v string)
- func (o Application) ToMap() (map[string]interface{}, error)
- func (o *Application) UnmarshalJSON(data []byte) (err error)
- type ApplicationAttribute
- func (o *ApplicationAttribute) GetDescription() string
- func (o *ApplicationAttribute) GetDescriptionOk() (*string, bool)
- func (o *ApplicationAttribute) GetId() string
- func (o *ApplicationAttribute) GetIdOk() (*string, bool)
- func (o *ApplicationAttribute) GetName() string
- func (o *ApplicationAttribute) GetNameOk() (*string, bool)
- func (o *ApplicationAttribute) GetValues() []ApplicationAttributeValue
- func (o *ApplicationAttribute) GetValuesOk() ([]ApplicationAttributeValue, bool)
- func (o *ApplicationAttribute) HasDescription() bool
- func (o *ApplicationAttribute) HasId() bool
- func (o *ApplicationAttribute) HasName() bool
- func (o *ApplicationAttribute) HasValues() bool
- func (o ApplicationAttribute) MarshalJSON() ([]byte, error)
- func (o *ApplicationAttribute) SetDescription(v string)
- func (o *ApplicationAttribute) SetId(v string)
- func (o *ApplicationAttribute) SetName(v string)
- func (o *ApplicationAttribute) SetValues(v []ApplicationAttributeValue)
- func (o ApplicationAttribute) ToMap() (map[string]interface{}, error)
- func (o *ApplicationAttribute) UnmarshalJSON(data []byte) (err error)
- type ApplicationAttributeCategory
- func (o *ApplicationAttributeCategory) GetAttributes() []ApplicationAttribute
- func (o *ApplicationAttributeCategory) GetAttributesOk() ([]ApplicationAttribute, bool)
- func (o *ApplicationAttributeCategory) GetId() string
- func (o *ApplicationAttributeCategory) GetIdOk() (*string, bool)
- func (o *ApplicationAttributeCategory) GetName() string
- func (o *ApplicationAttributeCategory) GetNameOk() (*string, bool)
- func (o *ApplicationAttributeCategory) HasAttributes() bool
- func (o *ApplicationAttributeCategory) HasId() bool
- func (o *ApplicationAttributeCategory) HasName() bool
- func (o ApplicationAttributeCategory) MarshalJSON() ([]byte, error)
- func (o *ApplicationAttributeCategory) SetAttributes(v []ApplicationAttribute)
- func (o *ApplicationAttributeCategory) SetId(v string)
- func (o *ApplicationAttributeCategory) SetName(v string)
- func (o ApplicationAttributeCategory) ToMap() (map[string]interface{}, error)
- func (o *ApplicationAttributeCategory) UnmarshalJSON(data []byte) (err error)
- type ApplicationAttributeCategoryList
- func (o *ApplicationAttributeCategoryList) GetAttributesCategories() []ApplicationAttributeCategory
- func (o *ApplicationAttributeCategoryList) GetAttributesCategoriesOk() ([]ApplicationAttributeCategory, bool)
- func (o *ApplicationAttributeCategoryList) HasAttributesCategories() bool
- func (o ApplicationAttributeCategoryList) MarshalJSON() ([]byte, error)
- func (o *ApplicationAttributeCategoryList) SetAttributesCategories(v []ApplicationAttributeCategory)
- func (o ApplicationAttributeCategoryList) ToMap() (map[string]interface{}, error)
- func (o *ApplicationAttributeCategoryList) UnmarshalJSON(data []byte) (err error)
- type ApplicationAttributeValue
- func (o *ApplicationAttributeValue) GetCreatedOn() time.Time
- func (o *ApplicationAttributeValue) GetCreatedOnOk() (*time.Time, bool)
- func (o *ApplicationAttributeValue) GetName() string
- func (o *ApplicationAttributeValue) GetNameOk() (*string, bool)
- func (o *ApplicationAttributeValue) GetUpdatedOn() time.Time
- func (o *ApplicationAttributeValue) GetUpdatedOnOk() (*time.Time, bool)
- func (o *ApplicationAttributeValue) GetValue() string
- func (o *ApplicationAttributeValue) GetValueOk() (*string, bool)
- func (o *ApplicationAttributeValue) HasCreatedOn() bool
- func (o *ApplicationAttributeValue) HasName() bool
- func (o *ApplicationAttributeValue) HasUpdatedOn() bool
- func (o *ApplicationAttributeValue) HasValue() bool
- func (o ApplicationAttributeValue) MarshalJSON() ([]byte, error)
- func (o *ApplicationAttributeValue) SetCreatedOn(v time.Time)
- func (o *ApplicationAttributeValue) SetName(v string)
- func (o *ApplicationAttributeValue) SetUpdatedOn(v time.Time)
- func (o *ApplicationAttributeValue) SetValue(v string)
- func (o ApplicationAttributeValue) ToMap() (map[string]interface{}, error)
- func (o *ApplicationAttributeValue) UnmarshalJSON(data []byte) (err error)
- type ApplicationCategories
- func (o *ApplicationCategories) GetId() int64
- func (o *ApplicationCategories) GetIdOk() (*int64, bool)
- func (o *ApplicationCategories) GetName() string
- func (o *ApplicationCategories) GetNameOk() (*string, bool)
- func (o *ApplicationCategories) HasId() bool
- func (o *ApplicationCategories) HasName() bool
- func (o ApplicationCategories) MarshalJSON() ([]byte, error)
- func (o *ApplicationCategories) SetId(v int64)
- func (o *ApplicationCategories) SetName(v string)
- func (o ApplicationCategories) ToMap() (map[string]interface{}, error)
- func (o *ApplicationCategories) UnmarshalJSON(data []byte) (err error)
- type ApplicationCategoriesAPIService
- type ApplicationCategory
- func (o *ApplicationCategory) GetId() int64
- func (o *ApplicationCategory) GetIdOk() (*int64, bool)
- func (o *ApplicationCategory) GetLabel() string
- func (o *ApplicationCategory) GetLabelOk() (*string, bool)
- func (o *ApplicationCategory) HasId() bool
- func (o *ApplicationCategory) HasLabel() bool
- func (o ApplicationCategory) MarshalJSON() ([]byte, error)
- func (o *ApplicationCategory) SetId(v int64)
- func (o *ApplicationCategory) SetLabel(v string)
- func (o ApplicationCategory) ToMap() (map[string]interface{}, error)
- func (o *ApplicationCategory) UnmarshalJSON(data []byte) (err error)
- type ApplicationCategoryList
- func (o *ApplicationCategoryList) GetItems() []ApplicationCategory
- func (o *ApplicationCategoryList) GetItemsOk() ([]ApplicationCategory, bool)
- func (o *ApplicationCategoryList) HasItems() bool
- func (o ApplicationCategoryList) MarshalJSON() ([]byte, error)
- func (o *ApplicationCategoryList) SetItems(v []ApplicationCategory)
- func (o ApplicationCategoryList) ToMap() (map[string]interface{}, error)
- func (o *ApplicationCategoryList) UnmarshalJSON(data []byte) (err error)
- type ApplicationIdentity
- func (o *ApplicationIdentity) GetFirstDetected() time.Time
- func (o *ApplicationIdentity) GetFirstDetectedOk() (*time.Time, bool)
- func (o *ApplicationIdentity) GetId() int64
- func (o *ApplicationIdentity) GetIdOk() (*int64, bool)
- func (o *ApplicationIdentity) GetLastDetected() time.Time
- func (o *ApplicationIdentity) GetLastDetectedOk() (*time.Time, bool)
- func (o *ApplicationIdentity) GetName() string
- func (o *ApplicationIdentity) GetNameOk() (*string, bool)
- func (o *ApplicationIdentity) GetSources() []SourcesInner
- func (o *ApplicationIdentity) GetSourcesOk() ([]SourcesInner, bool)
- func (o ApplicationIdentity) MarshalJSON() ([]byte, error)
- func (o *ApplicationIdentity) SetFirstDetected(v time.Time)
- func (o *ApplicationIdentity) SetId(v int64)
- func (o *ApplicationIdentity) SetLastDetected(v time.Time)
- func (o *ApplicationIdentity) SetName(v string)
- func (o *ApplicationIdentity) SetSources(v []SourcesInner)
- func (o ApplicationIdentity) ToMap() (map[string]interface{}, error)
- func (o *ApplicationIdentity) UnmarshalJSON(data []byte) (err error)
- type ApplicationIdentityList
- func (o *ApplicationIdentityList) GetItems() []ApplicationIdentity
- func (o *ApplicationIdentityList) GetItemsOk() ([]ApplicationIdentity, bool)
- func (o *ApplicationIdentityList) HasItems() bool
- func (o ApplicationIdentityList) MarshalJSON() ([]byte, error)
- func (o *ApplicationIdentityList) SetItems(v []ApplicationIdentity)
- func (o ApplicationIdentityList) ToMap() (map[string]interface{}, error)
- func (o *ApplicationIdentityList) UnmarshalJSON(data []byte) (err error)
- type ApplicationInList
- func (o *ApplicationInList) GetAppType() AppType
- func (o *ApplicationInList) GetAppTypeOk() (*AppType, bool)
- func (o *ApplicationInList) GetCategory() string
- func (o *ApplicationInList) GetCategoryOk() (*string, bool)
- func (o *ApplicationInList) GetFirstDetected() time.Time
- func (o *ApplicationInList) GetFirstDetectedOk() (*time.Time, bool)
- func (o *ApplicationInList) GetId() string
- func (o *ApplicationInList) GetIdOk() (*string, bool)
- func (o *ApplicationInList) GetLabel() Label
- func (o *ApplicationInList) GetLabelOk() (*Label, bool)
- func (o *ApplicationInList) GetLastDetected() time.Time
- func (o *ApplicationInList) GetLastDetectedOk() (*time.Time, bool)
- func (o *ApplicationInList) GetName() string
- func (o *ApplicationInList) GetNameOk() (*string, bool)
- func (o *ApplicationInList) GetSources() []SourcesInner
- func (o *ApplicationInList) GetSourcesOk() ([]SourcesInner, bool)
- func (o *ApplicationInList) GetWeightedRisk() WeightedRisk
- func (o *ApplicationInList) GetWeightedRiskOk() (*WeightedRisk, bool)
- func (o ApplicationInList) MarshalJSON() ([]byte, error)
- func (o *ApplicationInList) SetAppType(v AppType)
- func (o *ApplicationInList) SetCategory(v string)
- func (o *ApplicationInList) SetFirstDetected(v time.Time)
- func (o *ApplicationInList) SetId(v string)
- func (o *ApplicationInList) SetLabel(v Label)
- func (o *ApplicationInList) SetLastDetected(v time.Time)
- func (o *ApplicationInList) SetName(v string)
- func (o *ApplicationInList) SetSources(v []SourcesInner)
- func (o *ApplicationInList) SetWeightedRisk(v WeightedRisk)
- func (o ApplicationInList) ToMap() (map[string]interface{}, error)
- func (o *ApplicationInList) UnmarshalJSON(data []byte) (err error)
- type ApplicationList
- func (o *ApplicationList) GetItems() []ApplicationInList
- func (o *ApplicationList) GetItemsOk() ([]ApplicationInList, bool)
- func (o *ApplicationList) HasItems() bool
- func (o ApplicationList) MarshalJSON() ([]byte, error)
- func (o *ApplicationList) SetItems(v []ApplicationInList)
- func (o ApplicationList) ToMap() (map[string]interface{}, error)
- func (o *ApplicationList) UnmarshalJSON(data []byte) (err error)
- type ApplicationObject
- func (o *ApplicationObject) GetAppType() AppType
- func (o *ApplicationObject) GetAppTypeOk() (*AppType, bool)
- func (o *ApplicationObject) GetCategory() string
- func (o *ApplicationObject) GetCategoryOk() (*string, bool)
- func (o *ApplicationObject) GetDescription() string
- func (o *ApplicationObject) GetDescriptionOk() (*string, bool)
- func (o *ApplicationObject) GetFirstDetected() time.Time
- func (o *ApplicationObject) GetFirstDetectedOk() (*time.Time, bool)
- func (o *ApplicationObject) GetId() string
- func (o *ApplicationObject) GetIdOk() (*string, bool)
- func (o *ApplicationObject) GetIdentitiesCount() int64
- func (o *ApplicationObject) GetIdentitiesCountOk() (*int64, bool)
- func (o *ApplicationObject) GetLabel() Label
- func (o *ApplicationObject) GetLabelOk() (*Label, bool)
- func (o *ApplicationObject) GetLastDetected() time.Time
- func (o *ApplicationObject) GetLastDetectedOk() (*time.Time, bool)
- func (o *ApplicationObject) GetName() string
- func (o *ApplicationObject) GetNameOk() (*string, bool)
- func (o *ApplicationObject) GetSources() []SourcesInner
- func (o *ApplicationObject) GetSourcesOk() ([]SourcesInner, bool)
- func (o *ApplicationObject) GetUrl() string
- func (o *ApplicationObject) GetUrlOk() (*string, bool)
- func (o *ApplicationObject) GetVendor() string
- func (o *ApplicationObject) GetVendorOk() (*string, bool)
- func (o *ApplicationObject) GetWeightedRisk() WeightedRisk
- func (o *ApplicationObject) GetWeightedRiskOk() (*WeightedRisk, bool)
- func (o ApplicationObject) MarshalJSON() ([]byte, error)
- func (o *ApplicationObject) SetAppType(v AppType)
- func (o *ApplicationObject) SetCategory(v string)
- func (o *ApplicationObject) SetDescription(v string)
- func (o *ApplicationObject) SetFirstDetected(v time.Time)
- func (o *ApplicationObject) SetId(v string)
- func (o *ApplicationObject) SetIdentitiesCount(v int64)
- func (o *ApplicationObject) SetLabel(v Label)
- func (o *ApplicationObject) SetLastDetected(v time.Time)
- func (o *ApplicationObject) SetName(v string)
- func (o *ApplicationObject) SetSources(v []SourcesInner)
- func (o *ApplicationObject) SetUrl(v string)
- func (o *ApplicationObject) SetVendor(v string)
- func (o *ApplicationObject) SetWeightedRisk(v WeightedRisk)
- func (o ApplicationObject) ToMap() (map[string]interface{}, error)
- func (o *ApplicationObject) UnmarshalJSON(data []byte) (err error)
- type ApplicationRisk
- func (o *ApplicationRisk) GetBusinessRisk() BusinessRisk
- func (o *ApplicationRisk) GetBusinessRiskOk() (*BusinessRisk, bool)
- func (o *ApplicationRisk) GetDataStorage() DataStorage
- func (o *ApplicationRisk) GetDataStorageOk() (*DataStorage, bool)
- func (o *ApplicationRisk) GetFinancialViability() FinancialViability
- func (o *ApplicationRisk) GetFinancialViabilityOk() (*FinancialViability, bool)
- func (o *ApplicationRisk) GetId() string
- func (o *ApplicationRisk) GetIdOk() (*string, bool)
- func (o *ApplicationRisk) GetName() string
- func (o *ApplicationRisk) GetNameOk() (*string, bool)
- func (o *ApplicationRisk) GetUsageType() UsageType
- func (o *ApplicationRisk) GetUsageTypeOk() (*UsageType, bool)
- func (o *ApplicationRisk) GetVendorCompliance() []ApplicationRiskVendorComplianceInner
- func (o *ApplicationRisk) GetVendorComplianceOk() ([]ApplicationRiskVendorComplianceInner, bool)
- func (o *ApplicationRisk) GetWebReputation() int64
- func (o *ApplicationRisk) GetWebReputationOk() (*int64, bool)
- func (o *ApplicationRisk) GetWeightedRisk() WeightedRisk
- func (o *ApplicationRisk) GetWeightedRiskOk() (*WeightedRisk, bool)
- func (o *ApplicationRisk) HasBusinessRisk() bool
- func (o *ApplicationRisk) HasDataStorage() bool
- func (o *ApplicationRisk) HasFinancialViability() bool
- func (o *ApplicationRisk) HasId() bool
- func (o *ApplicationRisk) HasName() bool
- func (o *ApplicationRisk) HasUsageType() bool
- func (o *ApplicationRisk) HasVendorCompliance() bool
- func (o *ApplicationRisk) HasWebReputation() bool
- func (o *ApplicationRisk) HasWeightedRisk() bool
- func (o ApplicationRisk) MarshalJSON() ([]byte, error)
- func (o *ApplicationRisk) SetBusinessRisk(v BusinessRisk)
- func (o *ApplicationRisk) SetDataStorage(v DataStorage)
- func (o *ApplicationRisk) SetFinancialViability(v FinancialViability)
- func (o *ApplicationRisk) SetId(v string)
- func (o *ApplicationRisk) SetName(v string)
- func (o *ApplicationRisk) SetUsageType(v UsageType)
- func (o *ApplicationRisk) SetVendorCompliance(v []ApplicationRiskVendorComplianceInner)
- func (o *ApplicationRisk) SetWebReputation(v int64)
- func (o *ApplicationRisk) SetWeightedRisk(v WeightedRisk)
- func (o ApplicationRisk) ToMap() (map[string]interface{}, error)
- func (o *ApplicationRisk) UnmarshalJSON(data []byte) (err error)
- type ApplicationRiskVendorComplianceInner
- func (o *ApplicationRiskVendorComplianceInner) GetDescription() string
- func (o *ApplicationRiskVendorComplianceInner) GetDescriptionOk() (*string, bool)
- func (o *ApplicationRiskVendorComplianceInner) GetName() string
- func (o *ApplicationRiskVendorComplianceInner) GetNameOk() (*string, bool)
- func (o *ApplicationRiskVendorComplianceInner) GetStatus() bool
- func (o *ApplicationRiskVendorComplianceInner) GetStatusOk() (*bool, bool)
- func (o *ApplicationRiskVendorComplianceInner) HasDescription() bool
- func (o *ApplicationRiskVendorComplianceInner) HasName() bool
- func (o *ApplicationRiskVendorComplianceInner) HasStatus() bool
- func (o ApplicationRiskVendorComplianceInner) MarshalJSON() ([]byte, error)
- func (o *ApplicationRiskVendorComplianceInner) SetDescription(v string)
- func (o *ApplicationRiskVendorComplianceInner) SetName(v string)
- func (o *ApplicationRiskVendorComplianceInner) SetStatus(v bool)
- func (o ApplicationRiskVendorComplianceInner) ToMap() (map[string]interface{}, error)
- func (o *ApplicationRiskVendorComplianceInner) UnmarshalJSON(data []byte) (err error)
- type ApplicationsAPIService
- func (a *ApplicationsAPIService) GetApplication(ctx context.Context, applicationId string) ApiGetApplicationRequest
- func (a *ApplicationsAPIService) GetApplicationAttributes(ctx context.Context, applicationId string) ApiGetApplicationAttributesRequest
- func (a *ApplicationsAPIService) GetApplicationAttributesExecute(r ApiGetApplicationAttributesRequest) (*ApplicationAttributeCategoryList, *http.Response, error)
- func (a *ApplicationsAPIService) GetApplicationExecute(r ApiGetApplicationRequest) (*ApplicationObject, *http.Response, error)
- func (a *ApplicationsAPIService) GetApplicationIdentities(ctx context.Context, applicationId string) ApiGetApplicationIdentitiesRequest
- func (a *ApplicationsAPIService) GetApplicationIdentitiesExecute(r ApiGetApplicationIdentitiesRequest) (*ApplicationIdentityList, *http.Response, error)
- func (a *ApplicationsAPIService) GetApplicationRisk(ctx context.Context, applicationId string) ApiGetApplicationRiskRequest
- func (a *ApplicationsAPIService) GetApplicationRiskExecute(r ApiGetApplicationRiskRequest) (*ApplicationRisk, *http.Response, error)
- func (a *ApplicationsAPIService) PatchApplications(ctx context.Context) ApiPatchApplicationsRequest
- func (a *ApplicationsAPIService) PatchApplicationsExecute(r ApiPatchApplicationsRequest) (*BulkLabelApplications, *http.Response, error)
- func (a *ApplicationsAPIService) UpdateApplication(ctx context.Context, applicationId string) ApiUpdateApplicationRequest
- func (a *ApplicationsAPIService) UpdateApplicationExecute(r ApiUpdateApplicationRequest) (*ApplicationObject, *http.Response, error)
- type ApplicationsWithCategories
- func (o *ApplicationsWithCategories) GetApplications() []Application
- func (o *ApplicationsWithCategories) GetApplicationsOk() ([]Application, bool)
- func (o *ApplicationsWithCategories) GetCategories() []ApplicationCategories
- func (o *ApplicationsWithCategories) GetCategoriesOk() ([]ApplicationCategories, bool)
- func (o *ApplicationsWithCategories) HasApplications() bool
- func (o *ApplicationsWithCategories) HasCategories() bool
- func (o ApplicationsWithCategories) MarshalJSON() ([]byte, error)
- func (o *ApplicationsWithCategories) SetApplications(v []Application)
- func (o *ApplicationsWithCategories) SetCategories(v []ApplicationCategories)
- func (o ApplicationsWithCategories) ToMap() (map[string]interface{}, error)
- func (o *ApplicationsWithCategories) UnmarshalJSON(data []byte) (err error)
- type BandwidthByHourAPIService
- type BandwidthByTimerangeAPIService
- type BandwidthbyHour
- func (o *BandwidthbyHour) GetDate() string
- func (o *BandwidthbyHour) GetDateOk() (*string, bool)
- func (o *BandwidthbyHour) GetInboundbytes() int64
- func (o *BandwidthbyHour) GetInboundbytesOk() (*int64, bool)
- func (o *BandwidthbyHour) GetOutboundbytes() int64
- func (o *BandwidthbyHour) GetOutboundbytesOk() (*int64, bool)
- func (o *BandwidthbyHour) GetTime() string
- func (o *BandwidthbyHour) GetTimeOk() (*string, bool)
- func (o *BandwidthbyHour) GetTimestamp() int64
- func (o *BandwidthbyHour) GetTimestampOk() (*int64, bool)
- func (o BandwidthbyHour) MarshalJSON() ([]byte, error)
- func (o *BandwidthbyHour) SetDate(v string)
- func (o *BandwidthbyHour) SetInboundbytes(v int64)
- func (o *BandwidthbyHour) SetOutboundbytes(v int64)
- func (o *BandwidthbyHour) SetTime(v string)
- func (o *BandwidthbyHour) SetTimestamp(v int64)
- func (o BandwidthbyHour) ToMap() (map[string]interface{}, error)
- func (o *BandwidthbyHour) UnmarshalJSON(data []byte) (err error)
- type BasicAuth
- type BulkLabelApplications
- func (o *BulkLabelApplications) GetNumberOfApps() int64
- func (o *BulkLabelApplications) GetNumberOfAppsOk() (*int64, bool)
- func (o *BulkLabelApplications) GetTimestamp() time.Time
- func (o *BulkLabelApplications) GetTimestampOk() (*time.Time, bool)
- func (o *BulkLabelApplications) HasNumberOfApps() bool
- func (o *BulkLabelApplications) HasTimestamp() bool
- func (o BulkLabelApplications) MarshalJSON() ([]byte, error)
- func (o *BulkLabelApplications) SetNumberOfApps(v int64)
- func (o *BulkLabelApplications) SetTimestamp(v time.Time)
- func (o BulkLabelApplications) ToMap() (map[string]interface{}, error)
- func (o *BulkLabelApplications) UnmarshalJSON(data []byte) (err error)
- type BusinessRisk
- type Category
- func (o *Category) GetDeprecated() bool
- func (o *Category) GetDeprecatedOk() (*bool, bool)
- func (o *Category) GetId() int64
- func (o *Category) GetIdOk() (*int64, bool)
- func (o *Category) GetIntegration() bool
- func (o *Category) GetIntegrationOk() (*bool, bool)
- func (o *Category) GetLabel() string
- func (o *Category) GetLabelOk() (*string, bool)
- func (o *Category) GetType() string
- func (o *Category) GetTypeOk() (*string, bool)
- func (o *Category) HasDeprecated() bool
- func (o *Category) HasId() bool
- func (o *Category) HasIntegration() bool
- func (o *Category) HasLabel() bool
- func (o *Category) HasType() bool
- func (o Category) MarshalJSON() ([]byte, error)
- func (o *Category) SetDeprecated(v bool)
- func (o *Category) SetId(v int64)
- func (o *Category) SetIntegration(v bool)
- func (o *Category) SetLabel(v string)
- func (o *Category) SetType(v string)
- func (o Category) ToMap() (map[string]interface{}, error)
- func (o *Category) UnmarshalJSON(data []byte) (err error)
- type CategoryByHour
- func (o *CategoryByHour) GetCounts() []CategoryCount
- func (o *CategoryByHour) GetCountsOk() ([]CategoryCount, bool)
- func (o *CategoryByHour) GetDate() string
- func (o *CategoryByHour) GetDateOk() (*string, bool)
- func (o *CategoryByHour) GetTime() string
- func (o *CategoryByHour) GetTimeOk() (*string, bool)
- func (o *CategoryByHour) GetTimestamp() int64
- func (o *CategoryByHour) GetTimestampOk() (*int64, bool)
- func (o CategoryByHour) MarshalJSON() ([]byte, error)
- func (o *CategoryByHour) SetCounts(v []CategoryCount)
- func (o *CategoryByHour) SetDate(v string)
- func (o *CategoryByHour) SetTime(v string)
- func (o *CategoryByHour) SetTimestamp(v int64)
- func (o CategoryByHour) ToMap() (map[string]interface{}, error)
- func (o *CategoryByHour) UnmarshalJSON(data []byte) (err error)
- type CategoryCount
- func (o *CategoryCount) GetCategory() Category
- func (o *CategoryCount) GetCategoryOk() (*Category, bool)
- func (o *CategoryCount) GetRequests() int64
- func (o *CategoryCount) GetRequestsOk() (*int64, bool)
- func (o CategoryCount) MarshalJSON() ([]byte, error)
- func (o *CategoryCount) SetCategory(v Category)
- func (o *CategoryCount) SetRequests(v int64)
- func (o CategoryCount) ToMap() (map[string]interface{}, error)
- func (o *CategoryCount) UnmarshalJSON(data []byte) (err error)
- type CategoryWithLegacyId
- func (o *CategoryWithLegacyId) GetDeprecated() bool
- func (o *CategoryWithLegacyId) GetDeprecatedOk() (*bool, bool)
- func (o *CategoryWithLegacyId) GetId() int64
- func (o *CategoryWithLegacyId) GetIdOk() (*int64, bool)
- func (o *CategoryWithLegacyId) GetIntegration() bool
- func (o *CategoryWithLegacyId) GetIntegrationOk() (*bool, bool)
- func (o *CategoryWithLegacyId) GetLabel() string
- func (o *CategoryWithLegacyId) GetLabelOk() (*string, bool)
- func (o *CategoryWithLegacyId) GetLegacyid() int64
- func (o *CategoryWithLegacyId) GetLegacyidOk() (*int64, bool)
- func (o *CategoryWithLegacyId) GetType() string
- func (o *CategoryWithLegacyId) GetTypeOk() (*string, bool)
- func (o CategoryWithLegacyId) MarshalJSON() ([]byte, error)
- func (o *CategoryWithLegacyId) SetDeprecated(v bool)
- func (o *CategoryWithLegacyId) SetId(v int64)
- func (o *CategoryWithLegacyId) SetIntegration(v bool)
- func (o *CategoryWithLegacyId) SetLabel(v string)
- func (o *CategoryWithLegacyId) SetLegacyid(v int64)
- func (o *CategoryWithLegacyId) SetType(v string)
- func (o CategoryWithLegacyId) ToMap() (map[string]interface{}, error)
- func (o *CategoryWithLegacyId) UnmarshalJSON(data []byte) (err error)
- type CdfwSource
- func (o *CdfwSource) GetBlockedEvents() int64
- func (o *CdfwSource) GetBlockedEventsOk() (*int64, bool)
- func (o *CdfwSource) GetEvents() int64
- func (o *CdfwSource) GetEventsOk() (*int64, bool)
- func (o *CdfwSource) GetName() string
- func (o *CdfwSource) GetNameOk() (*string, bool)
- func (o *CdfwSource) HasBlockedEvents() bool
- func (o *CdfwSource) HasEvents() bool
- func (o *CdfwSource) HasName() bool
- func (o CdfwSource) MarshalJSON() ([]byte, error)
- func (o *CdfwSource) SetBlockedEvents(v int64)
- func (o *CdfwSource) SetEvents(v int64)
- func (o *CdfwSource) SetName(v string)
- func (o CdfwSource) ToMap() (map[string]interface{}, error)
- func (o *CdfwSource) UnmarshalJSON(data []byte) (err error)
- type CiscoAMP
- func (o *CiscoAMP) GetDisposition() string
- func (o *CiscoAMP) GetDispositionOk() (*string, bool)
- func (o *CiscoAMP) GetMalware() string
- func (o *CiscoAMP) GetMalwareOk() (*string, bool)
- func (o *CiscoAMP) GetScore() int64
- func (o *CiscoAMP) GetScoreOk() (*int64, bool)
- func (o CiscoAMP) MarshalJSON() ([]byte, error)
- func (o *CiscoAMP) SetDisposition(v string)
- func (o *CiscoAMP) SetMalware(v string)
- func (o *CiscoAMP) SetScore(v int64)
- func (o CiscoAMP) ToMap() (map[string]interface{}, error)
- func (o *CiscoAMP) UnmarshalJSON(data []byte) (err error)
- type Configuration
- type DataCenter
- func (o *DataCenter) GetId() string
- func (o *DataCenter) GetIdOk() (*string, bool)
- func (o *DataCenter) GetLabel() string
- func (o *DataCenter) GetLabelOk() (*string, bool)
- func (o DataCenter) MarshalJSON() ([]byte, error)
- func (o *DataCenter) SetId(v string)
- func (o *DataCenter) SetLabel(v string)
- func (o DataCenter) ToMap() (map[string]interface{}, error)
- func (o *DataCenter) UnmarshalJSON(data []byte) (err error)
- type DataLossPreventionState
- func (o *DataLossPreventionState) GetState() string
- func (o *DataLossPreventionState) GetStateOk() (*string, bool)
- func (o DataLossPreventionState) MarshalJSON() ([]byte, error)
- func (o *DataLossPreventionState) SetState(v string)
- func (o DataLossPreventionState) ToMap() (map[string]interface{}, error)
- func (o *DataLossPreventionState) UnmarshalJSON(data []byte) (err error)
- type DataStorage
- type DefaultAPIService
- func (a *DefaultAPIService) GetApplications(ctx context.Context) ApiGetApplicationsRequest
- func (a *DefaultAPIService) GetApplicationsAppDiscovery(ctx context.Context) ApiGetApplicationsAppDiscoveryRequest
- func (a *DefaultAPIService) GetApplicationsAppDiscoveryExecute(r ApiGetApplicationsAppDiscoveryRequest) (*ApplicationList, *http.Response, error)
- func (a *DefaultAPIService) GetApplicationsExecute(r ApiGetApplicationsRequest) (*GetApplications200Response, *http.Response, error)
- type DeploymentStatus
- func (o *DeploymentStatus) GetActivecount() int64
- func (o *DeploymentStatus) GetActivecountOk() (*int64, bool)
- func (o *DeploymentStatus) GetCount() int64
- func (o *DeploymentStatus) GetCountOk() (*int64, bool)
- func (o *DeploymentStatus) GetType() IdentityType
- func (o *DeploymentStatus) GetTypeOk() (*IdentityType, bool)
- func (o DeploymentStatus) MarshalJSON() ([]byte, error)
- func (o *DeploymentStatus) SetActivecount(v int64)
- func (o *DeploymentStatus) SetCount(v int64)
- func (o *DeploymentStatus) SetType(v IdentityType)
- func (o DeploymentStatus) ToMap() (map[string]interface{}, error)
- func (o *DeploymentStatus) UnmarshalJSON(data []byte) (err error)
- type DeploymentStatusAPIService
- type Device
- func (o *Device) GetBrowser() string
- func (o *Device) GetBrowserOk() (*string, bool)
- func (o *Device) GetIp() string
- func (o *Device) GetIpOk() (*string, bool)
- func (o *Device) GetLocation() string
- func (o *Device) GetLocationOk() (*string, bool)
- func (o *Device) GetOs() string
- func (o *Device) GetOsOk() (*string, bool)
- func (o *Device) HasBrowser() bool
- func (o *Device) HasIp() bool
- func (o *Device) HasLocation() bool
- func (o *Device) HasOs() bool
- func (o Device) MarshalJSON() ([]byte, error)
- func (o *Device) SetBrowser(v string)
- func (o *Device) SetIp(v string)
- func (o *Device) SetLocation(v string)
- func (o *Device) SetOs(v string)
- func (o Device) ToMap() (map[string]interface{}, error)
- func (o *Device) UnmarshalJSON(data []byte) (err error)
- type DnsSource
- func (o *DnsSource) GetBlockedRequests() int64
- func (o *DnsSource) GetBlockedRequestsOk() (*int64, bool)
- func (o *DnsSource) GetName() string
- func (o *DnsSource) GetNameOk() (*string, bool)
- func (o *DnsSource) GetRequests() int64
- func (o *DnsSource) GetRequestsOk() (*int64, bool)
- func (o *DnsSource) HasBlockedRequests() bool
- func (o *DnsSource) HasName() bool
- func (o *DnsSource) HasRequests() bool
- func (o DnsSource) MarshalJSON() ([]byte, error)
- func (o *DnsSource) SetBlockedRequests(v int64)
- func (o *DnsSource) SetName(v string)
- func (o *DnsSource) SetRequests(v int64)
- func (o DnsSource) ToMap() (map[string]interface{}, error)
- func (o *DnsSource) UnmarshalJSON(data []byte) (err error)
- type Egress
- func (o *Egress) GetIp() string
- func (o *Egress) GetIpOk() (*string, bool)
- func (o *Egress) GetType() string
- func (o *Egress) GetTypeOk() (*string, bool)
- func (o Egress) MarshalJSON() ([]byte, error)
- func (o *Egress) SetIp(v string)
- func (o *Egress) SetType(v string)
- func (o Egress) ToMap() (map[string]interface{}, error)
- func (o *Egress) UnmarshalJSON(data []byte) (err error)
- type Error
- func (o *Error) GetMessage() string
- func (o *Error) GetMessageOk() (*string, bool)
- func (o *Error) HasMessage() bool
- func (o Error) MarshalJSON() ([]byte, error)
- func (o *Error) SetMessage(v string)
- func (o Error) ToMap() (map[string]interface{}, error)
- func (o *Error) UnmarshalJSON(data []byte) (err error)
- type FinancialViability
- type FirewallApplication
- func (o *FirewallApplication) GetApp() string
- func (o *FirewallApplication) GetAppOk() (*string, bool)
- func (o *FirewallApplication) GetId() int64
- func (o *FirewallApplication) GetIdOk() (*int64, bool)
- func (o *FirewallApplication) GetLabel() string
- func (o *FirewallApplication) GetLabelOk() (*string, bool)
- func (o *FirewallApplication) HasApp() bool
- func (o *FirewallApplication) HasId() bool
- func (o *FirewallApplication) HasLabel() bool
- func (o FirewallApplication) MarshalJSON() ([]byte, error)
- func (o *FirewallApplication) SetApp(v string)
- func (o *FirewallApplication) SetId(v int64)
- func (o *FirewallApplication) SetLabel(v string)
- func (o FirewallApplication) ToMap() (map[string]interface{}, error)
- func (o *FirewallApplication) UnmarshalJSON(data []byte) (err error)
- type FirewallRuleHitcountSummary
- func (o *FirewallRuleHitcountSummary) GetHitcount() int64
- func (o *FirewallRuleHitcountSummary) GetHitcountOk() (*int64, bool)
- func (o *FirewallRuleHitcountSummary) GetLasteventat() int64
- func (o *FirewallRuleHitcountSummary) GetLasteventatOk() (*int64, bool)
- func (o *FirewallRuleHitcountSummary) GetRuleid() int64
- func (o *FirewallRuleHitcountSummary) GetRuleidOk() (*int64, bool)
- func (o *FirewallRuleHitcountSummary) HasHitcount() bool
- func (o *FirewallRuleHitcountSummary) HasLasteventat() bool
- func (o *FirewallRuleHitcountSummary) HasRuleid() bool
- func (o FirewallRuleHitcountSummary) MarshalJSON() ([]byte, error)
- func (o *FirewallRuleHitcountSummary) SetHitcount(v int64)
- func (o *FirewallRuleHitcountSummary) SetLasteventat(v int64)
- func (o *FirewallRuleHitcountSummary) SetRuleid(v int64)
- func (o FirewallRuleHitcountSummary) ToMap() (map[string]interface{}, error)
- func (o *FirewallRuleHitcountSummary) UnmarshalJSON(data []byte) (err error)
- type GenericOpenAPIError
- type GetActivities200Response
- func (o *GetActivities200Response) GetData() []GetActivities200ResponseDataInner
- func (o *GetActivities200Response) GetDataOk() ([]GetActivities200ResponseDataInner, bool)
- func (o *GetActivities200Response) GetMeta() map[string]interface{}
- func (o *GetActivities200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetActivities200Response) MarshalJSON() ([]byte, error)
- func (o *GetActivities200Response) SetData(v []GetActivities200ResponseDataInner)
- func (o *GetActivities200Response) SetMeta(v map[string]interface{})
- func (o GetActivities200Response) ToMap() (map[string]interface{}, error)
- func (o *GetActivities200Response) UnmarshalJSON(data []byte) (err error)
- type GetActivities200ResponseDataInner
- type GetActivities400Response
- func (o *GetActivities400Response) GetCode() int64
- func (o *GetActivities400Response) GetCodeOk() (*int64, bool)
- func (o *GetActivities400Response) GetMessage() string
- func (o *GetActivities400Response) GetMessageOk() (*string, bool)
- func (o *GetActivities400Response) HasCode() bool
- func (o *GetActivities400Response) HasMessage() bool
- func (o GetActivities400Response) MarshalJSON() ([]byte, error)
- func (o *GetActivities400Response) SetCode(v int64)
- func (o *GetActivities400Response) SetMessage(v string)
- func (o GetActivities400Response) ToMap() (map[string]interface{}, error)
- func (o *GetActivities400Response) UnmarshalJSON(data []byte) (err error)
- type GetActivities401Response
- func (o *GetActivities401Response) GetCode() int64
- func (o *GetActivities401Response) GetCodeOk() (*int64, bool)
- func (o *GetActivities401Response) GetMessage() string
- func (o *GetActivities401Response) GetMessageOk() (*string, bool)
- func (o *GetActivities401Response) HasCode() bool
- func (o *GetActivities401Response) HasMessage() bool
- func (o GetActivities401Response) MarshalJSON() ([]byte, error)
- func (o *GetActivities401Response) SetCode(v int64)
- func (o *GetActivities401Response) SetMessage(v string)
- func (o GetActivities401Response) ToMap() (map[string]interface{}, error)
- func (o *GetActivities401Response) UnmarshalJSON(data []byte) (err error)
- type GetActivities403Response
- func (o *GetActivities403Response) GetCode() int64
- func (o *GetActivities403Response) GetCodeOk() (*int64, bool)
- func (o *GetActivities403Response) GetMessage() string
- func (o *GetActivities403Response) GetMessageOk() (*string, bool)
- func (o *GetActivities403Response) HasCode() bool
- func (o *GetActivities403Response) HasMessage() bool
- func (o GetActivities403Response) MarshalJSON() ([]byte, error)
- func (o *GetActivities403Response) SetCode(v int64)
- func (o *GetActivities403Response) SetMessage(v string)
- func (o GetActivities403Response) ToMap() (map[string]interface{}, error)
- func (o *GetActivities403Response) UnmarshalJSON(data []byte) (err error)
- type GetActivities404Response
- func (o *GetActivities404Response) GetCode() int64
- func (o *GetActivities404Response) GetCodeOk() (*int64, bool)
- func (o *GetActivities404Response) GetMessage() string
- func (o *GetActivities404Response) GetMessageOk() (*string, bool)
- func (o *GetActivities404Response) HasCode() bool
- func (o *GetActivities404Response) HasMessage() bool
- func (o GetActivities404Response) MarshalJSON() ([]byte, error)
- func (o *GetActivities404Response) SetCode(v int64)
- func (o *GetActivities404Response) SetMessage(v string)
- func (o GetActivities404Response) ToMap() (map[string]interface{}, error)
- func (o *GetActivities404Response) UnmarshalJSON(data []byte) (err error)
- type GetActivities500Response
- func (o *GetActivities500Response) GetCode() int64
- func (o *GetActivities500Response) GetCodeOk() (*int64, bool)
- func (o *GetActivities500Response) GetMessage() string
- func (o *GetActivities500Response) GetMessageOk() (*string, bool)
- func (o *GetActivities500Response) HasCode() bool
- func (o *GetActivities500Response) HasMessage() bool
- func (o GetActivities500Response) MarshalJSON() ([]byte, error)
- func (o *GetActivities500Response) SetCode(v int64)
- func (o *GetActivities500Response) SetMessage(v string)
- func (o GetActivities500Response) ToMap() (map[string]interface{}, error)
- func (o *GetActivities500Response) UnmarshalJSON(data []byte) (err error)
- type GetActivityAmpRetrospective200Response
- func (o *GetActivityAmpRetrospective200Response) GetData() []ActivityAMPRetro
- func (o *GetActivityAmpRetrospective200Response) GetDataOk() ([]ActivityAMPRetro, bool)
- func (o *GetActivityAmpRetrospective200Response) GetMeta() map[string]interface{}
- func (o *GetActivityAmpRetrospective200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetActivityAmpRetrospective200Response) MarshalJSON() ([]byte, error)
- func (o *GetActivityAmpRetrospective200Response) SetData(v []ActivityAMPRetro)
- func (o *GetActivityAmpRetrospective200Response) SetMeta(v map[string]interface{})
- func (o GetActivityAmpRetrospective200Response) ToMap() (map[string]interface{}, error)
- func (o *GetActivityAmpRetrospective200Response) UnmarshalJSON(data []byte) (err error)
- type GetActivityDecryption200Response
- func (o *GetActivityDecryption200Response) GetData() []ActivityDecryption
- func (o *GetActivityDecryption200Response) GetDataOk() ([]ActivityDecryption, bool)
- func (o *GetActivityDecryption200Response) GetMeta() map[string]interface{}
- func (o *GetActivityDecryption200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetActivityDecryption200Response) MarshalJSON() ([]byte, error)
- func (o *GetActivityDecryption200Response) SetData(v []ActivityDecryption)
- func (o *GetActivityDecryption200Response) SetMeta(v map[string]interface{})
- func (o GetActivityDecryption200Response) ToMap() (map[string]interface{}, error)
- func (o *GetActivityDecryption200Response) UnmarshalJSON(data []byte) (err error)
- type GetActivityDns200Response
- func (o *GetActivityDns200Response) GetData() []ActivityDns
- func (o *GetActivityDns200Response) GetDataOk() ([]ActivityDns, bool)
- func (o *GetActivityDns200Response) GetMeta() map[string]interface{}
- func (o *GetActivityDns200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetActivityDns200Response) MarshalJSON() ([]byte, error)
- func (o *GetActivityDns200Response) SetData(v []ActivityDns)
- func (o *GetActivityDns200Response) SetMeta(v map[string]interface{})
- func (o GetActivityDns200Response) ToMap() (map[string]interface{}, error)
- func (o *GetActivityDns200Response) UnmarshalJSON(data []byte) (err error)
- type GetActivityFirewall200Response
- func (o *GetActivityFirewall200Response) GetData() []ActivityFirewall
- func (o *GetActivityFirewall200Response) GetDataOk() ([]ActivityFirewall, bool)
- func (o *GetActivityFirewall200Response) GetMeta() map[string]interface{}
- func (o *GetActivityFirewall200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetActivityFirewall200Response) MarshalJSON() ([]byte, error)
- func (o *GetActivityFirewall200Response) SetData(v []ActivityFirewall)
- func (o *GetActivityFirewall200Response) SetMeta(v map[string]interface{})
- func (o GetActivityFirewall200Response) ToMap() (map[string]interface{}, error)
- func (o *GetActivityFirewall200Response) UnmarshalJSON(data []byte) (err error)
- type GetActivityIP200Response
- func (o *GetActivityIP200Response) GetData() []interface{}
- func (o *GetActivityIP200Response) GetDataOk() ([]interface{}, bool)
- func (o *GetActivityIP200Response) GetMeta() map[string]interface{}
- func (o *GetActivityIP200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetActivityIP200Response) MarshalJSON() ([]byte, error)
- func (o *GetActivityIP200Response) SetData(v []interface{})
- func (o *GetActivityIP200Response) SetMeta(v map[string]interface{})
- func (o GetActivityIP200Response) ToMap() (map[string]interface{}, error)
- func (o *GetActivityIP200Response) UnmarshalJSON(data []byte) (err error)
- type GetActivityIntrusion200Response
- func (o *GetActivityIntrusion200Response) GetData() []ActivityIntrusion
- func (o *GetActivityIntrusion200Response) GetDataOk() ([]ActivityIntrusion, bool)
- func (o *GetActivityIntrusion200Response) GetMeta() map[string]interface{}
- func (o *GetActivityIntrusion200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetActivityIntrusion200Response) MarshalJSON() ([]byte, error)
- func (o *GetActivityIntrusion200Response) SetData(v []ActivityIntrusion)
- func (o *GetActivityIntrusion200Response) SetMeta(v map[string]interface{})
- func (o GetActivityIntrusion200Response) ToMap() (map[string]interface{}, error)
- func (o *GetActivityIntrusion200Response) UnmarshalJSON(data []byte) (err error)
- type GetActivityProxy200Response
- func (o *GetActivityProxy200Response) GetData() []ActivityProxy
- func (o *GetActivityProxy200Response) GetDataOk() ([]ActivityProxy, bool)
- func (o *GetActivityProxy200Response) GetMeta() map[string]interface{}
- func (o *GetActivityProxy200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetActivityProxy200Response) MarshalJSON() ([]byte, error)
- func (o *GetActivityProxy200Response) SetData(v []ActivityProxy)
- func (o *GetActivityProxy200Response) SetMeta(v map[string]interface{})
- func (o GetActivityProxy200Response) ToMap() (map[string]interface{}, error)
- func (o *GetActivityProxy200Response) UnmarshalJSON(data []byte) (err error)
- type GetActivityZTNA200Response
- func (o *GetActivityZTNA200Response) GetData() []ActivityZTNA
- func (o *GetActivityZTNA200Response) GetDataOk() ([]ActivityZTNA, bool)
- func (o *GetActivityZTNA200Response) GetMeta() map[string]interface{}
- func (o *GetActivityZTNA200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetActivityZTNA200Response) MarshalJSON() ([]byte, error)
- func (o *GetActivityZTNA200Response) SetData(v []ActivityZTNA)
- func (o *GetActivityZTNA200Response) SetMeta(v map[string]interface{})
- func (o GetActivityZTNA200Response) ToMap() (map[string]interface{}, error)
- func (o *GetActivityZTNA200Response) UnmarshalJSON(data []byte) (err error)
- type GetApplications200Response
- func (o *GetApplications200Response) GetData() ApplicationsWithCategories
- func (o *GetApplications200Response) GetDataOk() (*ApplicationsWithCategories, bool)
- func (o *GetApplications200Response) GetMeta() map[string]interface{}
- func (o *GetApplications200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetApplications200Response) MarshalJSON() ([]byte, error)
- func (o *GetApplications200Response) SetData(v ApplicationsWithCategories)
- func (o *GetApplications200Response) SetMeta(v map[string]interface{})
- func (o GetApplications200Response) ToMap() (map[string]interface{}, error)
- func (o *GetApplications200Response) UnmarshalJSON(data []byte) (err error)
- type GetBandwidthByHour200Response
- func (o *GetBandwidthByHour200Response) GetData() []BandwidthbyHour
- func (o *GetBandwidthByHour200Response) GetDataOk() ([]BandwidthbyHour, bool)
- func (o *GetBandwidthByHour200Response) GetMeta() map[string]interface{}
- func (o *GetBandwidthByHour200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetBandwidthByHour200Response) MarshalJSON() ([]byte, error)
- func (o *GetBandwidthByHour200Response) SetData(v []BandwidthbyHour)
- func (o *GetBandwidthByHour200Response) SetMeta(v map[string]interface{})
- func (o GetBandwidthByHour200Response) ToMap() (map[string]interface{}, error)
- func (o *GetBandwidthByHour200Response) UnmarshalJSON(data []byte) (err error)
- type GetCategories200Response
- func (o *GetCategories200Response) GetData() []CategoryWithLegacyId
- func (o *GetCategories200Response) GetDataOk() ([]CategoryWithLegacyId, bool)
- func (o *GetCategories200Response) GetMeta() map[string]interface{}
- func (o *GetCategories200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetCategories200Response) MarshalJSON() ([]byte, error)
- func (o *GetCategories200Response) SetData(v []CategoryWithLegacyId)
- func (o *GetCategories200Response) SetMeta(v map[string]interface{})
- func (o GetCategories200Response) ToMap() (map[string]interface{}, error)
- func (o *GetCategories200Response) UnmarshalJSON(data []byte) (err error)
- type GetDeploymentStatus200Response
- func (o *GetDeploymentStatus200Response) GetData() []DeploymentStatus
- func (o *GetDeploymentStatus200Response) GetDataOk() ([]DeploymentStatus, bool)
- func (o *GetDeploymentStatus200Response) GetMeta() map[string]interface{}
- func (o *GetDeploymentStatus200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetDeploymentStatus200Response) MarshalJSON() ([]byte, error)
- func (o *GetDeploymentStatus200Response) SetData(v []DeploymentStatus)
- func (o *GetDeploymentStatus200Response) SetMeta(v map[string]interface{})
- func (o GetDeploymentStatus200Response) ToMap() (map[string]interface{}, error)
- func (o *GetDeploymentStatus200Response) UnmarshalJSON(data []byte) (err error)
- type GetDetailedStatsForAppConnector200Response
- func (o *GetDetailedStatsForAppConnector200Response) GetData() []AppConnectorAgentDetailedStatsTimerange
- func (o *GetDetailedStatsForAppConnector200Response) GetDataOk() ([]AppConnectorAgentDetailedStatsTimerange, bool)
- func (o *GetDetailedStatsForAppConnector200Response) GetMeta() map[string]interface{}
- func (o *GetDetailedStatsForAppConnector200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetDetailedStatsForAppConnector200Response) MarshalJSON() ([]byte, error)
- func (o *GetDetailedStatsForAppConnector200Response) SetData(v []AppConnectorAgentDetailedStatsTimerange)
- func (o *GetDetailedStatsForAppConnector200Response) SetMeta(v map[string]interface{})
- func (o GetDetailedStatsForAppConnector200Response) ToMap() (map[string]interface{}, error)
- func (o *GetDetailedStatsForAppConnector200Response) UnmarshalJSON(data []byte) (err error)
- type GetDetailedStatsForAppConnectorGroups200Response
- func NewGetDetailedStatsForAppConnectorGroups200Response(data []AppConnectorGroupDetailedStatsTimerange, meta map[string]interface{}) *GetDetailedStatsForAppConnectorGroups200Response
- func NewGetDetailedStatsForAppConnectorGroups200ResponseWithDefaults() *GetDetailedStatsForAppConnectorGroups200Response
- func (o *GetDetailedStatsForAppConnectorGroups200Response) GetData() []AppConnectorGroupDetailedStatsTimerange
- func (o *GetDetailedStatsForAppConnectorGroups200Response) GetDataOk() ([]AppConnectorGroupDetailedStatsTimerange, bool)
- func (o *GetDetailedStatsForAppConnectorGroups200Response) GetMeta() map[string]interface{}
- func (o *GetDetailedStatsForAppConnectorGroups200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetDetailedStatsForAppConnectorGroups200Response) MarshalJSON() ([]byte, error)
- func (o *GetDetailedStatsForAppConnectorGroups200Response) SetData(v []AppConnectorGroupDetailedStatsTimerange)
- func (o *GetDetailedStatsForAppConnectorGroups200Response) SetMeta(v map[string]interface{})
- func (o GetDetailedStatsForAppConnectorGroups200Response) ToMap() (map[string]interface{}, error)
- func (o *GetDetailedStatsForAppConnectorGroups200Response) UnmarshalJSON(data []byte) (err error)
- type GetIdentities200Response
- func (o *GetIdentities200Response) GetData() []Identity
- func (o *GetIdentities200Response) GetDataOk() ([]Identity, bool)
- func (o *GetIdentities200Response) GetMeta() map[string]interface{}
- func (o *GetIdentities200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetIdentities200Response) MarshalJSON() ([]byte, error)
- func (o *GetIdentities200Response) SetData(v []Identity)
- func (o *GetIdentities200Response) SetMeta(v map[string]interface{})
- func (o GetIdentities200Response) ToMap() (map[string]interface{}, error)
- func (o *GetIdentities200Response) UnmarshalJSON(data []byte) (err error)
- type GetIdentity200Response
- func (o *GetIdentity200Response) GetData() Identity
- func (o *GetIdentity200Response) GetDataOk() (*Identity, bool)
- func (o *GetIdentity200Response) GetMeta() map[string]interface{}
- func (o *GetIdentity200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetIdentity200Response) MarshalJSON() ([]byte, error)
- func (o *GetIdentity200Response) SetData(v Identity)
- func (o *GetIdentity200Response) SetMeta(v map[string]interface{})
- func (o GetIdentity200Response) ToMap() (map[string]interface{}, error)
- func (o *GetIdentity200Response) UnmarshalJSON(data []byte) (err error)
- type GetIdentityDistribution200Response
- func (o *GetIdentityDistribution200Response) GetData() []IdentityDistribution
- func (o *GetIdentityDistribution200Response) GetDataOk() ([]IdentityDistribution, bool)
- func (o *GetIdentityDistribution200Response) GetMeta() map[string]interface{}
- func (o *GetIdentityDistribution200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetIdentityDistribution200Response) MarshalJSON() ([]byte, error)
- func (o *GetIdentityDistribution200Response) SetData(v []IdentityDistribution)
- func (o *GetIdentityDistribution200Response) SetMeta(v map[string]interface{})
- func (o GetIdentityDistribution200Response) ToMap() (map[string]interface{}, error)
- func (o *GetIdentityDistribution200Response) UnmarshalJSON(data []byte) (err error)
- type GetIdentityDistributionType200Response
- func (o *GetIdentityDistributionType200Response) GetData() []IdentityDistribution
- func (o *GetIdentityDistributionType200Response) GetDataOk() ([]IdentityDistribution, bool)
- func (o *GetIdentityDistributionType200Response) GetMeta() map[string]interface{}
- func (o *GetIdentityDistributionType200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetIdentityDistributionType200Response) MarshalJSON() ([]byte, error)
- func (o *GetIdentityDistributionType200Response) SetData(v []IdentityDistribution)
- func (o *GetIdentityDistributionType200Response) SetMeta(v map[string]interface{})
- func (o GetIdentityDistributionType200Response) ToMap() (map[string]interface{}, error)
- func (o *GetIdentityDistributionType200Response) UnmarshalJSON(data []byte) (err error)
- type GetPrivateResourceDetailedStatsIdentities200Response
- func NewGetPrivateResourceDetailedStatsIdentities200Response(data PrivateResourceDetailedStatsIdentities, meta map[string]interface{}) *GetPrivateResourceDetailedStatsIdentities200Response
- func NewGetPrivateResourceDetailedStatsIdentities200ResponseWithDefaults() *GetPrivateResourceDetailedStatsIdentities200Response
- func (o *GetPrivateResourceDetailedStatsIdentities200Response) GetData() PrivateResourceDetailedStatsIdentities
- func (o *GetPrivateResourceDetailedStatsIdentities200Response) GetDataOk() (*PrivateResourceDetailedStatsIdentities, bool)
- func (o *GetPrivateResourceDetailedStatsIdentities200Response) GetMeta() map[string]interface{}
- func (o *GetPrivateResourceDetailedStatsIdentities200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetPrivateResourceDetailedStatsIdentities200Response) MarshalJSON() ([]byte, error)
- func (o *GetPrivateResourceDetailedStatsIdentities200Response) SetData(v PrivateResourceDetailedStatsIdentities)
- func (o *GetPrivateResourceDetailedStatsIdentities200Response) SetMeta(v map[string]interface{})
- func (o GetPrivateResourceDetailedStatsIdentities200Response) ToMap() (map[string]interface{}, error)
- func (o *GetPrivateResourceDetailedStatsIdentities200Response) UnmarshalJSON(data []byte) (err error)
- type GetPrivateResourceDetailedStatsTimerange200Response
- func NewGetPrivateResourceDetailedStatsTimerange200Response(data PrivateResourceDetailedStatsTimerange, meta map[string]interface{}) *GetPrivateResourceDetailedStatsTimerange200Response
- func NewGetPrivateResourceDetailedStatsTimerange200ResponseWithDefaults() *GetPrivateResourceDetailedStatsTimerange200Response
- func (o *GetPrivateResourceDetailedStatsTimerange200Response) GetData() PrivateResourceDetailedStatsTimerange
- func (o *GetPrivateResourceDetailedStatsTimerange200Response) GetDataOk() (*PrivateResourceDetailedStatsTimerange, bool)
- func (o *GetPrivateResourceDetailedStatsTimerange200Response) GetMeta() map[string]interface{}
- func (o *GetPrivateResourceDetailedStatsTimerange200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetPrivateResourceDetailedStatsTimerange200Response) MarshalJSON() ([]byte, error)
- func (o *GetPrivateResourceDetailedStatsTimerange200Response) SetData(v PrivateResourceDetailedStatsTimerange)
- func (o *GetPrivateResourceDetailedStatsTimerange200Response) SetMeta(v map[string]interface{})
- func (o GetPrivateResourceDetailedStatsTimerange200Response) ToMap() (map[string]interface{}, error)
- func (o *GetPrivateResourceDetailedStatsTimerange200Response) UnmarshalJSON(data []byte) (err error)
- type GetPrivateResourceStats200Response
- func (o *GetPrivateResourceStats200Response) GetData() []PrivateResourceStats
- func (o *GetPrivateResourceStats200Response) GetDataOk() ([]PrivateResourceStats, bool)
- func (o *GetPrivateResourceStats200Response) GetMeta() map[string]interface{}
- func (o *GetPrivateResourceStats200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetPrivateResourceStats200Response) MarshalJSON() ([]byte, error)
- func (o *GetPrivateResourceStats200Response) SetData(v []PrivateResourceStats)
- func (o *GetPrivateResourceStats200Response) SetMeta(v map[string]interface{})
- func (o GetPrivateResourceStats200Response) ToMap() (map[string]interface{}, error)
- func (o *GetPrivateResourceStats200Response) UnmarshalJSON(data []byte) (err error)
- type GetRemoteAccessEvents200Response
- func (o *GetRemoteAccessEvents200Response) GetData() []RemoteAccess
- func (o *GetRemoteAccessEvents200Response) GetDataOk() ([]RemoteAccess, bool)
- func (o *GetRemoteAccessEvents200Response) GetMeta() map[string]interface{}
- func (o *GetRemoteAccessEvents200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetRemoteAccessEvents200Response) MarshalJSON() ([]byte, error)
- func (o *GetRemoteAccessEvents200Response) SetData(v []RemoteAccess)
- func (o *GetRemoteAccessEvents200Response) SetMeta(v map[string]interface{})
- func (o GetRemoteAccessEvents200Response) ToMap() (map[string]interface{}, error)
- func (o *GetRemoteAccessEvents200Response) UnmarshalJSON(data []byte) (err error)
- type GetRequestsByHour200Response
- func (o *GetRequestsByHour200Response) GetData() []RequestsbyHour
- func (o *GetRequestsByHour200Response) GetDataOk() ([]RequestsbyHour, bool)
- func (o *GetRequestsByHour200Response) GetMeta() map[string]interface{}
- func (o *GetRequestsByHour200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetRequestsByHour200Response) MarshalJSON() ([]byte, error)
- func (o *GetRequestsByHour200Response) SetData(v []RequestsbyHour)
- func (o *GetRequestsByHour200Response) SetMeta(v map[string]interface{})
- func (o GetRequestsByHour200Response) ToMap() (map[string]interface{}, error)
- func (o *GetRequestsByHour200Response) UnmarshalJSON(data []byte) (err error)
- type GetRequestsByHourAndCategory200Response
- func (o *GetRequestsByHourAndCategory200Response) GetData() []CategoryByHour
- func (o *GetRequestsByHourAndCategory200Response) GetDataOk() ([]CategoryByHour, bool)
- func (o *GetRequestsByHourAndCategory200Response) GetMeta() map[string]interface{}
- func (o *GetRequestsByHourAndCategory200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetRequestsByHourAndCategory200Response) MarshalJSON() ([]byte, error)
- func (o *GetRequestsByHourAndCategory200Response) SetData(v []CategoryByHour)
- func (o *GetRequestsByHourAndCategory200Response) SetMeta(v map[string]interface{})
- func (o GetRequestsByHourAndCategory200Response) ToMap() (map[string]interface{}, error)
- func (o *GetRequestsByHourAndCategory200Response) UnmarshalJSON(data []byte) (err error)
- type GetRequestsByTimerange200Response
- func (o *GetRequestsByTimerange200Response) GetData() []RequestsbyHour
- func (o *GetRequestsByTimerange200Response) GetDataOk() ([]RequestsbyHour, bool)
- func (o *GetRequestsByTimerange200Response) GetMeta() map[string]interface{}
- func (o *GetRequestsByTimerange200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetRequestsByTimerange200Response) MarshalJSON() ([]byte, error)
- func (o *GetRequestsByTimerange200Response) SetData(v []RequestsbyHour)
- func (o *GetRequestsByTimerange200Response) SetMeta(v map[string]interface{})
- func (o GetRequestsByTimerange200Response) ToMap() (map[string]interface{}, error)
- func (o *GetRequestsByTimerange200Response) UnmarshalJSON(data []byte) (err error)
- type GetRequestsSummaryForAppConnectorGroups200Response
- func NewGetRequestsSummaryForAppConnectorGroups200Response(data RequestSummaryAppConnectorGroup, meta map[string]interface{}) *GetRequestsSummaryForAppConnectorGroups200Response
- func NewGetRequestsSummaryForAppConnectorGroups200ResponseWithDefaults() *GetRequestsSummaryForAppConnectorGroups200Response
- func (o *GetRequestsSummaryForAppConnectorGroups200Response) GetData() RequestSummaryAppConnectorGroup
- func (o *GetRequestsSummaryForAppConnectorGroups200Response) GetDataOk() (*RequestSummaryAppConnectorGroup, bool)
- func (o *GetRequestsSummaryForAppConnectorGroups200Response) GetMeta() map[string]interface{}
- func (o *GetRequestsSummaryForAppConnectorGroups200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetRequestsSummaryForAppConnectorGroups200Response) MarshalJSON() ([]byte, error)
- func (o *GetRequestsSummaryForAppConnectorGroups200Response) SetData(v RequestSummaryAppConnectorGroup)
- func (o *GetRequestsSummaryForAppConnectorGroups200Response) SetMeta(v map[string]interface{})
- func (o GetRequestsSummaryForAppConnectorGroups200Response) ToMap() (map[string]interface{}, error)
- func (o *GetRequestsSummaryForAppConnectorGroups200Response) UnmarshalJSON(data []byte) (err error)
- type GetSummariesByCategory200Response
- func (o *GetSummariesByCategory200Response) GetData() []SummaryWithCategory
- func (o *GetSummariesByCategory200Response) GetDataOk() ([]SummaryWithCategory, bool)
- func (o *GetSummariesByCategory200Response) GetMeta() map[string]interface{}
- func (o *GetSummariesByCategory200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetSummariesByCategory200Response) MarshalJSON() ([]byte, error)
- func (o *GetSummariesByCategory200Response) SetData(v []SummaryWithCategory)
- func (o *GetSummariesByCategory200Response) SetMeta(v map[string]interface{})
- func (o GetSummariesByCategory200Response) ToMap() (map[string]interface{}, error)
- func (o *GetSummariesByCategory200Response) UnmarshalJSON(data []byte) (err error)
- type GetSummariesByDestination200Response
- func (o *GetSummariesByDestination200Response) GetData() []SummaryWithDestination
- func (o *GetSummariesByDestination200Response) GetDataOk() ([]SummaryWithDestination, bool)
- func (o *GetSummariesByDestination200Response) GetMeta() map[string]interface{}
- func (o *GetSummariesByDestination200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetSummariesByDestination200Response) MarshalJSON() ([]byte, error)
- func (o *GetSummariesByDestination200Response) SetData(v []SummaryWithDestination)
- func (o *GetSummariesByDestination200Response) SetMeta(v map[string]interface{})
- func (o GetSummariesByDestination200Response) ToMap() (map[string]interface{}, error)
- func (o *GetSummariesByDestination200Response) UnmarshalJSON(data []byte) (err error)
- type GetSummariesByRuleFirewallHitcount200Response
- func (o *GetSummariesByRuleFirewallHitcount200Response) GetData() []FirewallRuleHitcountSummary
- func (o *GetSummariesByRuleFirewallHitcount200Response) GetDataOk() ([]FirewallRuleHitcountSummary, bool)
- func (o *GetSummariesByRuleFirewallHitcount200Response) GetMeta() map[string]interface{}
- func (o *GetSummariesByRuleFirewallHitcount200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetSummariesByRuleFirewallHitcount200Response) MarshalJSON() ([]byte, error)
- func (o *GetSummariesByRuleFirewallHitcount200Response) SetData(v []FirewallRuleHitcountSummary)
- func (o *GetSummariesByRuleFirewallHitcount200Response) SetMeta(v map[string]interface{})
- func (o GetSummariesByRuleFirewallHitcount200Response) ToMap() (map[string]interface{}, error)
- func (o *GetSummariesByRuleFirewallHitcount200Response) UnmarshalJSON(data []byte) (err error)
- type GetSummariesByRuleHitcount200Response
- func (o *GetSummariesByRuleHitcount200Response) GetData() []RuleHitcountSummary
- func (o *GetSummariesByRuleHitcount200Response) GetDataOk() ([]RuleHitcountSummary, bool)
- func (o *GetSummariesByRuleHitcount200Response) GetMeta() map[string]interface{}
- func (o *GetSummariesByRuleHitcount200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetSummariesByRuleHitcount200Response) MarshalJSON() ([]byte, error)
- func (o *GetSummariesByRuleHitcount200Response) SetData(v []RuleHitcountSummary)
- func (o *GetSummariesByRuleHitcount200Response) SetMeta(v map[string]interface{})
- func (o GetSummariesByRuleHitcount200Response) ToMap() (map[string]interface{}, error)
- func (o *GetSummariesByRuleHitcount200Response) UnmarshalJSON(data []byte) (err error)
- type GetSummariesByRuleIntrusion200Response
- func (o *GetSummariesByRuleIntrusion200Response) GetData() []SignatureListSummary
- func (o *GetSummariesByRuleIntrusion200Response) GetDataOk() ([]SignatureListSummary, bool)
- func (o *GetSummariesByRuleIntrusion200Response) GetMeta() map[string]interface{}
- func (o *GetSummariesByRuleIntrusion200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetSummariesByRuleIntrusion200Response) MarshalJSON() ([]byte, error)
- func (o *GetSummariesByRuleIntrusion200Response) SetData(v []SignatureListSummary)
- func (o *GetSummariesByRuleIntrusion200Response) SetMeta(v map[string]interface{})
- func (o GetSummariesByRuleIntrusion200Response) ToMap() (map[string]interface{}, error)
- func (o *GetSummariesByRuleIntrusion200Response) UnmarshalJSON(data []byte) (err error)
- type GetSummary200Response
- func (o *GetSummary200Response) GetData() Summary
- func (o *GetSummary200Response) GetDataOk() (*Summary, bool)
- func (o *GetSummary200Response) GetMeta() map[string]interface{}
- func (o *GetSummary200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetSummary200Response) MarshalJSON() ([]byte, error)
- func (o *GetSummary200Response) SetData(v Summary)
- func (o *GetSummary200Response) SetMeta(v map[string]interface{})
- func (o GetSummary200Response) ToMap() (map[string]interface{}, error)
- func (o *GetSummary200Response) UnmarshalJSON(data []byte) (err error)
- type GetThreatName200Response
- func (o *GetThreatName200Response) GetData() ThreatName
- func (o *GetThreatName200Response) GetDataOk() (*ThreatName, bool)
- func (o *GetThreatName200Response) GetMeta() map[string]interface{}
- func (o *GetThreatName200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetThreatName200Response) MarshalJSON() ([]byte, error)
- func (o *GetThreatName200Response) SetData(v ThreatName)
- func (o *GetThreatName200Response) SetMeta(v map[string]interface{})
- func (o GetThreatName200Response) ToMap() (map[string]interface{}, error)
- func (o *GetThreatName200Response) UnmarshalJSON(data []byte) (err error)
- type GetThreatNames200Response
- func (o *GetThreatNames200Response) GetData() []ThreatName
- func (o *GetThreatNames200Response) GetDataOk() ([]ThreatName, bool)
- func (o *GetThreatNames200Response) GetMeta() map[string]interface{}
- func (o *GetThreatNames200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetThreatNames200Response) MarshalJSON() ([]byte, error)
- func (o *GetThreatNames200Response) SetData(v []ThreatName)
- func (o *GetThreatNames200Response) SetMeta(v map[string]interface{})
- func (o GetThreatNames200Response) ToMap() (map[string]interface{}, error)
- func (o *GetThreatNames200Response) UnmarshalJSON(data []byte) (err error)
- type GetThreatType200Response
- func (o *GetThreatType200Response) GetData() ThreatType
- func (o *GetThreatType200Response) GetDataOk() (*ThreatType, bool)
- func (o *GetThreatType200Response) GetMeta() map[string]interface{}
- func (o *GetThreatType200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetThreatType200Response) MarshalJSON() ([]byte, error)
- func (o *GetThreatType200Response) SetData(v ThreatType)
- func (o *GetThreatType200Response) SetMeta(v map[string]interface{})
- func (o GetThreatType200Response) ToMap() (map[string]interface{}, error)
- func (o *GetThreatType200Response) UnmarshalJSON(data []byte) (err error)
- type GetThreatTypes200Response
- func (o *GetThreatTypes200Response) GetData() []ThreatType
- func (o *GetThreatTypes200Response) GetDataOk() ([]ThreatType, bool)
- func (o *GetThreatTypes200Response) GetMeta() map[string]interface{}
- func (o *GetThreatTypes200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetThreatTypes200Response) MarshalJSON() ([]byte, error)
- func (o *GetThreatTypes200Response) SetData(v []ThreatType)
- func (o *GetThreatTypes200Response) SetMeta(v map[string]interface{})
- func (o GetThreatTypes200Response) ToMap() (map[string]interface{}, error)
- func (o *GetThreatTypes200Response) UnmarshalJSON(data []byte) (err error)
- type GetTopCategories200Response
- func (o *GetTopCategories200Response) GetData() []TopCategory
- func (o *GetTopCategories200Response) GetDataOk() ([]TopCategory, bool)
- func (o *GetTopCategories200Response) GetMeta() map[string]interface{}
- func (o *GetTopCategories200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetTopCategories200Response) MarshalJSON() ([]byte, error)
- func (o *GetTopCategories200Response) SetData(v []TopCategory)
- func (o *GetTopCategories200Response) SetMeta(v map[string]interface{})
- func (o GetTopCategories200Response) ToMap() (map[string]interface{}, error)
- func (o *GetTopCategories200Response) UnmarshalJSON(data []byte) (err error)
- type GetTopDNSQueryTypes200Response
- func (o *GetTopDNSQueryTypes200Response) GetData() []TopDnsQueryType
- func (o *GetTopDNSQueryTypes200Response) GetDataOk() ([]TopDnsQueryType, bool)
- func (o *GetTopDNSQueryTypes200Response) GetMeta() map[string]interface{}
- func (o *GetTopDNSQueryTypes200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetTopDNSQueryTypes200Response) MarshalJSON() ([]byte, error)
- func (o *GetTopDNSQueryTypes200Response) SetData(v []TopDnsQueryType)
- func (o *GetTopDNSQueryTypes200Response) SetMeta(v map[string]interface{})
- func (o GetTopDNSQueryTypes200Response) ToMap() (map[string]interface{}, error)
- func (o *GetTopDNSQueryTypes200Response) UnmarshalJSON(data []byte) (err error)
- type GetTopDestinations200Response
- func (o *GetTopDestinations200Response) GetData() []TopDestination
- func (o *GetTopDestinations200Response) GetDataOk() ([]TopDestination, bool)
- func (o *GetTopDestinations200Response) GetMeta() map[string]interface{}
- func (o *GetTopDestinations200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetTopDestinations200Response) MarshalJSON() ([]byte, error)
- func (o *GetTopDestinations200Response) SetData(v []TopDestination)
- func (o *GetTopDestinations200Response) SetMeta(v map[string]interface{})
- func (o GetTopDestinations200Response) ToMap() (map[string]interface{}, error)
- func (o *GetTopDestinations200Response) UnmarshalJSON(data []byte) (err error)
- type GetTopEventTypes200Response
- func (o *GetTopEventTypes200Response) GetData() []TopEventType
- func (o *GetTopEventTypes200Response) GetDataOk() ([]TopEventType, bool)
- func (o *GetTopEventTypes200Response) GetMeta() map[string]interface{}
- func (o *GetTopEventTypes200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetTopEventTypes200Response) MarshalJSON() ([]byte, error)
- func (o *GetTopEventTypes200Response) SetData(v []TopEventType)
- func (o *GetTopEventTypes200Response) SetMeta(v map[string]interface{})
- func (o GetTopEventTypes200Response) ToMap() (map[string]interface{}, error)
- func (o *GetTopEventTypes200Response) UnmarshalJSON(data []byte) (err error)
- type GetTopFilesProxy200Response
- func (o *GetTopFilesProxy200Response) GetData() []TopFile
- func (o *GetTopFilesProxy200Response) GetDataOk() ([]TopFile, bool)
- func (o *GetTopFilesProxy200Response) GetMeta() map[string]interface{}
- func (o *GetTopFilesProxy200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetTopFilesProxy200Response) MarshalJSON() ([]byte, error)
- func (o *GetTopFilesProxy200Response) SetData(v []TopFile)
- func (o *GetTopFilesProxy200Response) SetMeta(v map[string]interface{})
- func (o GetTopFilesProxy200Response) ToMap() (map[string]interface{}, error)
- func (o *GetTopFilesProxy200Response) UnmarshalJSON(data []byte) (err error)
- type GetTopIdentities200Response
- func (o *GetTopIdentities200Response) GetData() []TopIdentity
- func (o *GetTopIdentities200Response) GetDataOk() ([]TopIdentity, bool)
- func (o *GetTopIdentities200Response) GetMeta() map[string]interface{}
- func (o *GetTopIdentities200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetTopIdentities200Response) MarshalJSON() ([]byte, error)
- func (o *GetTopIdentities200Response) SetData(v []TopIdentity)
- func (o *GetTopIdentities200Response) SetMeta(v map[string]interface{})
- func (o GetTopIdentities200Response) ToMap() (map[string]interface{}, error)
- func (o *GetTopIdentities200Response) UnmarshalJSON(data []byte) (err error)
- type GetTopIps200Response
- func (o *GetTopIps200Response) GetData() []TopIP
- func (o *GetTopIps200Response) GetDataOk() ([]TopIP, bool)
- func (o *GetTopIps200Response) GetMeta() map[string]interface{}
- func (o *GetTopIps200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetTopIps200Response) MarshalJSON() ([]byte, error)
- func (o *GetTopIps200Response) SetData(v []TopIP)
- func (o *GetTopIps200Response) SetMeta(v map[string]interface{})
- func (o GetTopIps200Response) ToMap() (map[string]interface{}, error)
- func (o *GetTopIps200Response) UnmarshalJSON(data []byte) (err error)
- type GetTopResources200Response
- func (o *GetTopResources200Response) GetData() []TopResource
- func (o *GetTopResources200Response) GetDataOk() ([]TopResource, bool)
- func (o *GetTopResources200Response) GetMeta() map[string]interface{}
- func (o *GetTopResources200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetTopResources200Response) MarshalJSON() ([]byte, error)
- func (o *GetTopResources200Response) SetData(v []TopResource)
- func (o *GetTopResources200Response) SetMeta(v map[string]interface{})
- func (o GetTopResources200Response) ToMap() (map[string]interface{}, error)
- func (o *GetTopResources200Response) UnmarshalJSON(data []byte) (err error)
- type GetTopThreatTypes200Response
- func (o *GetTopThreatTypes200Response) GetData() []TopThreatTypes
- func (o *GetTopThreatTypes200Response) GetDataOk() ([]TopThreatTypes, bool)
- func (o *GetTopThreatTypes200Response) GetMeta() map[string]interface{}
- func (o *GetTopThreatTypes200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetTopThreatTypes200Response) MarshalJSON() ([]byte, error)
- func (o *GetTopThreatTypes200Response) SetData(v []TopThreatTypes)
- func (o *GetTopThreatTypes200Response) SetMeta(v map[string]interface{})
- func (o GetTopThreatTypes200Response) ToMap() (map[string]interface{}, error)
- func (o *GetTopThreatTypes200Response) UnmarshalJSON(data []byte) (err error)
- type GetTopThreats200Response
- func (o *GetTopThreats200Response) GetData() []TopThreats
- func (o *GetTopThreats200Response) GetDataOk() ([]TopThreats, bool)
- func (o *GetTopThreats200Response) GetMeta() map[string]interface{}
- func (o *GetTopThreats200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetTopThreats200Response) MarshalJSON() ([]byte, error)
- func (o *GetTopThreats200Response) SetData(v []TopThreats)
- func (o *GetTopThreats200Response) SetMeta(v map[string]interface{})
- func (o GetTopThreats200Response) ToMap() (map[string]interface{}, error)
- func (o *GetTopThreats200Response) UnmarshalJSON(data []byte) (err error)
- type GetTopUrls200Response
- func (o *GetTopUrls200Response) GetData() []TopURL
- func (o *GetTopUrls200Response) GetDataOk() ([]TopURL, bool)
- func (o *GetTopUrls200Response) GetMeta() map[string]interface{}
- func (o *GetTopUrls200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetTopUrls200Response) MarshalJSON() ([]byte, error)
- func (o *GetTopUrls200Response) SetData(v []TopURL)
- func (o *GetTopUrls200Response) SetMeta(v map[string]interface{})
- func (o GetTopUrls200Response) ToMap() (map[string]interface{}, error)
- func (o *GetTopUrls200Response) UnmarshalJSON(data []byte) (err error)
- type GetTotalRequests200Response
- func (o *GetTotalRequests200Response) GetData() TotalRequest
- func (o *GetTotalRequests200Response) GetDataOk() (*TotalRequest, bool)
- func (o *GetTotalRequests200Response) GetMeta() map[string]interface{}
- func (o *GetTotalRequests200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetTotalRequests200Response) MarshalJSON() ([]byte, error)
- func (o *GetTotalRequests200Response) SetData(v TotalRequest)
- func (o *GetTotalRequests200Response) SetMeta(v map[string]interface{})
- func (o GetTotalRequests200Response) ToMap() (map[string]interface{}, error)
- func (o *GetTotalRequests200Response) UnmarshalJSON(data []byte) (err error)
- type GetTotalRequestsForAppConnector200Response
- func (o *GetTotalRequestsForAppConnector200Response) GetData() RequestsByAppConnector
- func (o *GetTotalRequestsForAppConnector200Response) GetDataOk() (*RequestsByAppConnector, bool)
- func (o *GetTotalRequestsForAppConnector200Response) GetMeta() map[string]interface{}
- func (o *GetTotalRequestsForAppConnector200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetTotalRequestsForAppConnector200Response) MarshalJSON() ([]byte, error)
- func (o *GetTotalRequestsForAppConnector200Response) SetData(v RequestsByAppConnector)
- func (o *GetTotalRequestsForAppConnector200Response) SetMeta(v map[string]interface{})
- func (o GetTotalRequestsForAppConnector200Response) ToMap() (map[string]interface{}, error)
- func (o *GetTotalRequestsForAppConnector200Response) UnmarshalJSON(data []byte) (err error)
- type GetTotalRequestsForAppConnectorGroup200Response
- func (o *GetTotalRequestsForAppConnectorGroup200Response) GetData() RequestsByAppConnectorGroup
- func (o *GetTotalRequestsForAppConnectorGroup200Response) GetDataOk() (*RequestsByAppConnectorGroup, bool)
- func (o *GetTotalRequestsForAppConnectorGroup200Response) GetMeta() map[string]interface{}
- func (o *GetTotalRequestsForAppConnectorGroup200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetTotalRequestsForAppConnectorGroup200Response) MarshalJSON() ([]byte, error)
- func (o *GetTotalRequestsForAppConnectorGroup200Response) SetData(v RequestsByAppConnectorGroup)
- func (o *GetTotalRequestsForAppConnectorGroup200Response) SetMeta(v map[string]interface{})
- func (o GetTotalRequestsForAppConnectorGroup200Response) ToMap() (map[string]interface{}, error)
- func (o *GetTotalRequestsForAppConnectorGroup200Response) UnmarshalJSON(data []byte) (err error)
- type GetUniqueResources200Response
- func (o *GetUniqueResources200Response) GetData() UniqueResources
- func (o *GetUniqueResources200Response) GetDataOk() (*UniqueResources, bool)
- func (o *GetUniqueResources200Response) GetMeta() map[string]interface{}
- func (o *GetUniqueResources200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o GetUniqueResources200Response) MarshalJSON() ([]byte, error)
- func (o *GetUniqueResources200Response) SetData(v UniqueResources)
- func (o *GetUniqueResources200Response) SetMeta(v map[string]interface{})
- func (o GetUniqueResources200Response) ToMap() (map[string]interface{}, error)
- func (o *GetUniqueResources200Response) UnmarshalJSON(data []byte) (err error)
- type GetUsageMetrics200Response
- func (o *GetUsageMetrics200Response) GetBody() GetUsageMetrics200ResponseBody
- func (o *GetUsageMetrics200Response) GetBodyOk() (*GetUsageMetrics200ResponseBody, bool)
- func (o *GetUsageMetrics200Response) GetNext() string
- func (o *GetUsageMetrics200Response) GetNextOk() (*string, bool)
- func (o *GetUsageMetrics200Response) GetStatusCode() int64
- func (o *GetUsageMetrics200Response) GetStatusCodeOk() (*int64, bool)
- func (o *GetUsageMetrics200Response) HasNext() bool
- func (o GetUsageMetrics200Response) MarshalJSON() ([]byte, error)
- func (o *GetUsageMetrics200Response) SetBody(v GetUsageMetrics200ResponseBody)
- func (o *GetUsageMetrics200Response) SetNext(v string)
- func (o *GetUsageMetrics200Response) SetStatusCode(v int64)
- func (o GetUsageMetrics200Response) ToMap() (map[string]interface{}, error)
- func (o *GetUsageMetrics200Response) UnmarshalJSON(data []byte) (err error)
- type GetUsageMetrics200ResponseBody
- func (o *GetUsageMetrics200ResponseBody) GetUsages() []Usage
- func (o *GetUsageMetrics200ResponseBody) GetUsagesOk() ([]Usage, bool)
- func (o GetUsageMetrics200ResponseBody) MarshalJSON() ([]byte, error)
- func (o *GetUsageMetrics200ResponseBody) SetUsages(v []Usage)
- func (o GetUsageMetrics200ResponseBody) ToMap() (map[string]interface{}, error)
- func (o *GetUsageMetrics200ResponseBody) UnmarshalJSON(data []byte) (err error)
- type HttpError
- func (o *HttpError) GetAttributes() map[string]interface{}
- func (o *HttpError) GetAttributesOk() (map[string]interface{}, bool)
- func (o *HttpError) GetCode() int64
- func (o *HttpError) GetCodeOk() (*int64, bool)
- func (o *HttpError) GetReason() string
- func (o *HttpError) GetReasonOk() (*string, bool)
- func (o *HttpError) GetType() string
- func (o *HttpError) GetTypeOk() (*string, bool)
- func (o *HttpError) HasAttributes() bool
- func (o *HttpError) HasCode() bool
- func (o *HttpError) HasReason() bool
- func (o *HttpError) HasType() bool
- func (o HttpError) MarshalJSON() ([]byte, error)
- func (o *HttpError) SetAttributes(v map[string]interface{})
- func (o *HttpError) SetCode(v int64)
- func (o *HttpError) SetReason(v string)
- func (o *HttpError) SetType(v string)
- func (o HttpError) ToMap() (map[string]interface{}, error)
- func (o *HttpError) UnmarshalJSON(data []byte) (err error)
- type IdentitiesAPIService
- type Identity
- func (o *Identity) GetDeleted() bool
- func (o *Identity) GetDeletedOk() (*bool, bool)
- func (o *Identity) GetId() int64
- func (o *Identity) GetIdOk() (*int64, bool)
- func (o *Identity) GetLabel() string
- func (o *Identity) GetLabelOk() (*string, bool)
- func (o *Identity) GetType() IdentityType
- func (o *Identity) GetTypeOk() (*IdentityType, bool)
- func (o Identity) MarshalJSON() ([]byte, error)
- func (o *Identity) SetDeleted(v bool)
- func (o *Identity) SetId(v int64)
- func (o *Identity) SetLabel(v string)
- func (o *Identity) SetType(v IdentityType)
- func (o Identity) ToMap() (map[string]interface{}, error)
- func (o *Identity) UnmarshalJSON(data []byte) (err error)
- type IdentityDistribution
- func (o *IdentityDistribution) GetCounts() RequestCounts
- func (o *IdentityDistribution) GetCountsOk() (*RequestCounts, bool)
- func (o *IdentityDistribution) GetIdentitytype() IdentityType
- func (o *IdentityDistribution) GetIdentitytypeOk() (*IdentityType, bool)
- func (o *IdentityDistribution) GetRequests() int64
- func (o *IdentityDistribution) GetRequestsOk() (*int64, bool)
- func (o *IdentityDistribution) GetUniqueIdentityCount() int64
- func (o *IdentityDistribution) GetUniqueIdentityCountOk() (*int64, bool)
- func (o IdentityDistribution) MarshalJSON() ([]byte, error)
- func (o *IdentityDistribution) SetCounts(v RequestCounts)
- func (o *IdentityDistribution) SetIdentitytype(v IdentityType)
- func (o *IdentityDistribution) SetRequests(v int64)
- func (o *IdentityDistribution) SetUniqueIdentityCount(v int64)
- func (o IdentityDistribution) ToMap() (map[string]interface{}, error)
- func (o *IdentityDistribution) UnmarshalJSON(data []byte) (err error)
- type IdentityDistributionAPIService
- func (a *IdentityDistributionAPIService) GetIdentityDistribution(ctx context.Context) ApiGetIdentityDistributionRequest
- func (a *IdentityDistributionAPIService) GetIdentityDistributionExecute(r ApiGetIdentityDistributionRequest) (*GetIdentityDistribution200Response, *http.Response, error)
- func (a *IdentityDistributionAPIService) GetIdentityDistributionType(ctx context.Context, type_ string) ApiGetIdentityDistributionTypeRequest
- func (a *IdentityDistributionAPIService) GetIdentityDistributionTypeExecute(r ApiGetIdentityDistributionTypeRequest) (*GetIdentityDistributionType200Response, *http.Response, error)
- type IdentityType
- func (o *IdentityType) GetId() int64
- func (o *IdentityType) GetIdOk() (*int64, bool)
- func (o *IdentityType) GetLabel() string
- func (o *IdentityType) GetLabelOk() (*string, bool)
- func (o *IdentityType) GetType() string
- func (o *IdentityType) GetTypeOk() (*string, bool)
- func (o *IdentityType) HasId() bool
- func (o *IdentityType) HasLabel() bool
- func (o *IdentityType) HasType() bool
- func (o IdentityType) MarshalJSON() ([]byte, error)
- func (o *IdentityType) SetId(v int64)
- func (o *IdentityType) SetLabel(v string)
- func (o *IdentityType) SetType(v string)
- func (o IdentityType) ToMap() (map[string]interface{}, error)
- func (o *IdentityType) UnmarshalJSON(data []byte) (err error)
- type IdentityWithStats
- func (o *IdentityWithStats) GetBlocked() int64
- func (o *IdentityWithStats) GetBlockedOk() (*int64, bool)
- func (o *IdentityWithStats) GetDeleted() bool
- func (o *IdentityWithStats) GetDeletedOk() (*bool, bool)
- func (o *IdentityWithStats) GetHitscount() int64
- func (o *IdentityWithStats) GetHitscountOk() (*int64, bool)
- func (o *IdentityWithStats) GetId() int64
- func (o *IdentityWithStats) GetIdOk() (*int64, bool)
- func (o *IdentityWithStats) GetLabel() string
- func (o *IdentityWithStats) GetLabelOk() (*string, bool)
- func (o *IdentityWithStats) GetSuccess() int64
- func (o *IdentityWithStats) GetSuccessOk() (*int64, bool)
- func (o *IdentityWithStats) GetType() IdentityType
- func (o *IdentityWithStats) GetTypeOk() (*IdentityType, bool)
- func (o IdentityWithStats) MarshalJSON() ([]byte, error)
- func (o *IdentityWithStats) SetBlocked(v int64)
- func (o *IdentityWithStats) SetDeleted(v bool)
- func (o *IdentityWithStats) SetHitscount(v int64)
- func (o *IdentityWithStats) SetId(v int64)
- func (o *IdentityWithStats) SetLabel(v string)
- func (o *IdentityWithStats) SetSuccess(v int64)
- func (o *IdentityWithStats) SetType(v IdentityType)
- func (o IdentityWithStats) ToMap() (map[string]interface{}, error)
- func (o *IdentityWithStats) UnmarshalJSON(data []byte) (err error)
- type Isolated
- func (o *Isolated) GetFileaction() string
- func (o *Isolated) GetFileactionOk() (*string, bool)
- func (o *Isolated) GetState() string
- func (o *Isolated) GetStateOk() (*string, bool)
- func (o Isolated) MarshalJSON() ([]byte, error)
- func (o *Isolated) SetFileaction(v string)
- func (o *Isolated) SetState(v string)
- func (o Isolated) ToMap() (map[string]interface{}, error)
- func (o *Isolated) UnmarshalJSON(data []byte) (err error)
- type Keys
- func (o *Keys) GetCount() int64
- func (o *Keys) GetCountOk() (*int64, bool)
- func (o *Keys) GetFrom() string
- func (o *Keys) GetFromOk() (*string, bool)
- func (o *Keys) GetItems() []KeysInformationInner
- func (o *Keys) GetItemsOk() ([]KeysInformationInner, bool)
- func (o *Keys) GetTo() string
- func (o *Keys) GetToOk() (*string, bool)
- func (o Keys) MarshalJSON() ([]byte, error)
- func (o *Keys) SetCount(v int64)
- func (o *Keys) SetFrom(v string)
- func (o *Keys) SetItems(v []KeysInformationInner)
- func (o *Keys) SetTo(v string)
- func (o Keys) ToMap() (map[string]interface{}, error)
- func (o *Keys) UnmarshalJSON(data []byte) (err error)
- type KeysInformationInner
- func (o *KeysInformationInner) GetCount() int64
- func (o *KeysInformationInner) GetCountOk() (*int64, bool)
- func (o *KeysInformationInner) GetKeyId() string
- func (o *KeysInformationInner) GetKeyIdOk() (*string, bool)
- func (o *KeysInformationInner) GetKeyName() string
- func (o *KeysInformationInner) GetKeyNameOk() (*string, bool)
- func (o *KeysInformationInner) GetRequests() []RequestDetailsListInner
- func (o *KeysInformationInner) GetRequestsOk() ([]RequestDetailsListInner, bool)
- func (o KeysInformationInner) MarshalJSON() ([]byte, error)
- func (o *KeysInformationInner) SetCount(v int64)
- func (o *KeysInformationInner) SetKeyId(v string)
- func (o *KeysInformationInner) SetKeyName(v string)
- func (o *KeysInformationInner) SetRequests(v []RequestDetailsListInner)
- func (o KeysInformationInner) ToMap() (map[string]interface{}, error)
- func (o *KeysInformationInner) UnmarshalJSON(data []byte) (err error)
- type Label
- type MappedNullable
- type NullableActivityAMPRetro
- func (v NullableActivityAMPRetro) Get() *ActivityAMPRetro
- func (v NullableActivityAMPRetro) IsSet() bool
- func (v NullableActivityAMPRetro) MarshalJSON() ([]byte, error)
- func (v *NullableActivityAMPRetro) Set(val *ActivityAMPRetro)
- func (v *NullableActivityAMPRetro) UnmarshalJSON(src []byte) error
- func (v *NullableActivityAMPRetro) Unset()
- type NullableActivityDecryption
- func (v NullableActivityDecryption) Get() *ActivityDecryption
- func (v NullableActivityDecryption) IsSet() bool
- func (v NullableActivityDecryption) MarshalJSON() ([]byte, error)
- func (v *NullableActivityDecryption) Set(val *ActivityDecryption)
- func (v *NullableActivityDecryption) UnmarshalJSON(src []byte) error
- func (v *NullableActivityDecryption) Unset()
- type NullableActivityDns
- func (v NullableActivityDns) Get() *ActivityDns
- func (v NullableActivityDns) IsSet() bool
- func (v NullableActivityDns) MarshalJSON() ([]byte, error)
- func (v *NullableActivityDns) Set(val *ActivityDns)
- func (v *NullableActivityDns) UnmarshalJSON(src []byte) error
- func (v *NullableActivityDns) Unset()
- type NullableActivityFirewall
- func (v NullableActivityFirewall) Get() *ActivityFirewall
- func (v NullableActivityFirewall) IsSet() bool
- func (v NullableActivityFirewall) MarshalJSON() ([]byte, error)
- func (v *NullableActivityFirewall) Set(val *ActivityFirewall)
- func (v *NullableActivityFirewall) UnmarshalJSON(src []byte) error
- func (v *NullableActivityFirewall) Unset()
- type NullableActivityIP
- type NullableActivityIntrusion
- func (v NullableActivityIntrusion) Get() *ActivityIntrusion
- func (v NullableActivityIntrusion) IsSet() bool
- func (v NullableActivityIntrusion) MarshalJSON() ([]byte, error)
- func (v *NullableActivityIntrusion) Set(val *ActivityIntrusion)
- func (v *NullableActivityIntrusion) UnmarshalJSON(src []byte) error
- func (v *NullableActivityIntrusion) Unset()
- type NullableActivityProxy
- func (v NullableActivityProxy) Get() *ActivityProxy
- func (v NullableActivityProxy) IsSet() bool
- func (v NullableActivityProxy) MarshalJSON() ([]byte, error)
- func (v *NullableActivityProxy) Set(val *ActivityProxy)
- func (v *NullableActivityProxy) UnmarshalJSON(src []byte) error
- func (v *NullableActivityProxy) Unset()
- type NullableActivityZTNA
- func (v NullableActivityZTNA) Get() *ActivityZTNA
- func (v NullableActivityZTNA) IsSet() bool
- func (v NullableActivityZTNA) MarshalJSON() ([]byte, error)
- func (v *NullableActivityZTNA) Set(val *ActivityZTNA)
- func (v *NullableActivityZTNA) UnmarshalJSON(src []byte) error
- func (v *NullableActivityZTNA) Unset()
- type NullableActivityZTNAAllapplicationsInner
- func (v NullableActivityZTNAAllapplicationsInner) Get() *ActivityZTNAAllapplicationsInner
- func (v NullableActivityZTNAAllapplicationsInner) IsSet() bool
- func (v NullableActivityZTNAAllapplicationsInner) MarshalJSON() ([]byte, error)
- func (v *NullableActivityZTNAAllapplicationsInner) Set(val *ActivityZTNAAllapplicationsInner)
- func (v *NullableActivityZTNAAllapplicationsInner) UnmarshalJSON(src []byte) error
- func (v *NullableActivityZTNAAllapplicationsInner) Unset()
- type NullableActivityZTNAAllapplicationsInnerCategory
- func (v NullableActivityZTNAAllapplicationsInnerCategory) Get() *ActivityZTNAAllapplicationsInnerCategory
- func (v NullableActivityZTNAAllapplicationsInnerCategory) IsSet() bool
- func (v NullableActivityZTNAAllapplicationsInnerCategory) MarshalJSON() ([]byte, error)
- func (v *NullableActivityZTNAAllapplicationsInnerCategory) Set(val *ActivityZTNAAllapplicationsInnerCategory)
- func (v *NullableActivityZTNAAllapplicationsInnerCategory) UnmarshalJSON(src []byte) error
- func (v *NullableActivityZTNAAllapplicationsInnerCategory) Unset()
- type NullableAntivirusThreats
- func (v NullableAntivirusThreats) Get() *AntivirusThreats
- func (v NullableAntivirusThreats) IsSet() bool
- func (v NullableAntivirusThreats) MarshalJSON() ([]byte, error)
- func (v *NullableAntivirusThreats) Set(val *AntivirusThreats)
- func (v *NullableAntivirusThreats) UnmarshalJSON(src []byte) error
- func (v *NullableAntivirusThreats) Unset()
- type NullableAppConnectorAgentDetailedStatsTimerange
- func (v NullableAppConnectorAgentDetailedStatsTimerange) Get() *AppConnectorAgentDetailedStatsTimerange
- func (v NullableAppConnectorAgentDetailedStatsTimerange) IsSet() bool
- func (v NullableAppConnectorAgentDetailedStatsTimerange) MarshalJSON() ([]byte, error)
- func (v *NullableAppConnectorAgentDetailedStatsTimerange) Set(val *AppConnectorAgentDetailedStatsTimerange)
- func (v *NullableAppConnectorAgentDetailedStatsTimerange) UnmarshalJSON(src []byte) error
- func (v *NullableAppConnectorAgentDetailedStatsTimerange) Unset()
- type NullableAppConnectorAgentSummaryData
- func (v NullableAppConnectorAgentSummaryData) Get() *AppConnectorAgentSummaryData
- func (v NullableAppConnectorAgentSummaryData) IsSet() bool
- func (v NullableAppConnectorAgentSummaryData) MarshalJSON() ([]byte, error)
- func (v *NullableAppConnectorAgentSummaryData) Set(val *AppConnectorAgentSummaryData)
- func (v *NullableAppConnectorAgentSummaryData) UnmarshalJSON(src []byte) error
- func (v *NullableAppConnectorAgentSummaryData) Unset()
- type NullableAppConnectorGroupDetailedStatsTimerange
- func (v NullableAppConnectorGroupDetailedStatsTimerange) Get() *AppConnectorGroupDetailedStatsTimerange
- func (v NullableAppConnectorGroupDetailedStatsTimerange) IsSet() bool
- func (v NullableAppConnectorGroupDetailedStatsTimerange) MarshalJSON() ([]byte, error)
- func (v *NullableAppConnectorGroupDetailedStatsTimerange) Set(val *AppConnectorGroupDetailedStatsTimerange)
- func (v *NullableAppConnectorGroupDetailedStatsTimerange) UnmarshalJSON(src []byte) error
- func (v *NullableAppConnectorGroupDetailedStatsTimerange) Unset()
- type NullableAppConnectorGroupSummaryData
- func (v NullableAppConnectorGroupSummaryData) Get() *AppConnectorGroupSummaryData
- func (v NullableAppConnectorGroupSummaryData) IsSet() bool
- func (v NullableAppConnectorGroupSummaryData) MarshalJSON() ([]byte, error)
- func (v *NullableAppConnectorGroupSummaryData) Set(val *AppConnectorGroupSummaryData)
- func (v *NullableAppConnectorGroupSummaryData) UnmarshalJSON(src []byte) error
- func (v *NullableAppConnectorGroupSummaryData) Unset()
- type NullableAppType
- type NullableApplication
- func (v NullableApplication) Get() *Application
- func (v NullableApplication) IsSet() bool
- func (v NullableApplication) MarshalJSON() ([]byte, error)
- func (v *NullableApplication) Set(val *Application)
- func (v *NullableApplication) UnmarshalJSON(src []byte) error
- func (v *NullableApplication) Unset()
- type NullableApplicationAttribute
- func (v NullableApplicationAttribute) Get() *ApplicationAttribute
- func (v NullableApplicationAttribute) IsSet() bool
- func (v NullableApplicationAttribute) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationAttribute) Set(val *ApplicationAttribute)
- func (v *NullableApplicationAttribute) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationAttribute) Unset()
- type NullableApplicationAttributeCategory
- func (v NullableApplicationAttributeCategory) Get() *ApplicationAttributeCategory
- func (v NullableApplicationAttributeCategory) IsSet() bool
- func (v NullableApplicationAttributeCategory) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationAttributeCategory) Set(val *ApplicationAttributeCategory)
- func (v *NullableApplicationAttributeCategory) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationAttributeCategory) Unset()
- type NullableApplicationAttributeCategoryList
- func (v NullableApplicationAttributeCategoryList) Get() *ApplicationAttributeCategoryList
- func (v NullableApplicationAttributeCategoryList) IsSet() bool
- func (v NullableApplicationAttributeCategoryList) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationAttributeCategoryList) Set(val *ApplicationAttributeCategoryList)
- func (v *NullableApplicationAttributeCategoryList) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationAttributeCategoryList) Unset()
- type NullableApplicationAttributeValue
- func (v NullableApplicationAttributeValue) Get() *ApplicationAttributeValue
- func (v NullableApplicationAttributeValue) IsSet() bool
- func (v NullableApplicationAttributeValue) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationAttributeValue) Set(val *ApplicationAttributeValue)
- func (v *NullableApplicationAttributeValue) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationAttributeValue) Unset()
- type NullableApplicationCategories
- func (v NullableApplicationCategories) Get() *ApplicationCategories
- func (v NullableApplicationCategories) IsSet() bool
- func (v NullableApplicationCategories) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationCategories) Set(val *ApplicationCategories)
- func (v *NullableApplicationCategories) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationCategories) Unset()
- type NullableApplicationCategory
- func (v NullableApplicationCategory) Get() *ApplicationCategory
- func (v NullableApplicationCategory) IsSet() bool
- func (v NullableApplicationCategory) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationCategory) Set(val *ApplicationCategory)
- func (v *NullableApplicationCategory) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationCategory) Unset()
- type NullableApplicationCategoryList
- func (v NullableApplicationCategoryList) Get() *ApplicationCategoryList
- func (v NullableApplicationCategoryList) IsSet() bool
- func (v NullableApplicationCategoryList) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationCategoryList) Set(val *ApplicationCategoryList)
- func (v *NullableApplicationCategoryList) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationCategoryList) Unset()
- type NullableApplicationIdentity
- func (v NullableApplicationIdentity) Get() *ApplicationIdentity
- func (v NullableApplicationIdentity) IsSet() bool
- func (v NullableApplicationIdentity) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationIdentity) Set(val *ApplicationIdentity)
- func (v *NullableApplicationIdentity) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationIdentity) Unset()
- type NullableApplicationIdentityList
- func (v NullableApplicationIdentityList) Get() *ApplicationIdentityList
- func (v NullableApplicationIdentityList) IsSet() bool
- func (v NullableApplicationIdentityList) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationIdentityList) Set(val *ApplicationIdentityList)
- func (v *NullableApplicationIdentityList) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationIdentityList) Unset()
- type NullableApplicationInList
- func (v NullableApplicationInList) Get() *ApplicationInList
- func (v NullableApplicationInList) IsSet() bool
- func (v NullableApplicationInList) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationInList) Set(val *ApplicationInList)
- func (v *NullableApplicationInList) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationInList) Unset()
- type NullableApplicationList
- func (v NullableApplicationList) Get() *ApplicationList
- func (v NullableApplicationList) IsSet() bool
- func (v NullableApplicationList) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationList) Set(val *ApplicationList)
- func (v *NullableApplicationList) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationList) Unset()
- type NullableApplicationObject
- func (v NullableApplicationObject) Get() *ApplicationObject
- func (v NullableApplicationObject) IsSet() bool
- func (v NullableApplicationObject) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationObject) Set(val *ApplicationObject)
- func (v *NullableApplicationObject) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationObject) Unset()
- type NullableApplicationRisk
- func (v NullableApplicationRisk) Get() *ApplicationRisk
- func (v NullableApplicationRisk) IsSet() bool
- func (v NullableApplicationRisk) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationRisk) Set(val *ApplicationRisk)
- func (v *NullableApplicationRisk) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationRisk) Unset()
- type NullableApplicationRiskVendorComplianceInner
- func (v NullableApplicationRiskVendorComplianceInner) Get() *ApplicationRiskVendorComplianceInner
- func (v NullableApplicationRiskVendorComplianceInner) IsSet() bool
- func (v NullableApplicationRiskVendorComplianceInner) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationRiskVendorComplianceInner) Set(val *ApplicationRiskVendorComplianceInner)
- func (v *NullableApplicationRiskVendorComplianceInner) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationRiskVendorComplianceInner) Unset()
- type NullableApplicationsWithCategories
- func (v NullableApplicationsWithCategories) Get() *ApplicationsWithCategories
- func (v NullableApplicationsWithCategories) IsSet() bool
- func (v NullableApplicationsWithCategories) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationsWithCategories) Set(val *ApplicationsWithCategories)
- func (v *NullableApplicationsWithCategories) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationsWithCategories) Unset()
- type NullableBandwidthbyHour
- func (v NullableBandwidthbyHour) Get() *BandwidthbyHour
- func (v NullableBandwidthbyHour) IsSet() bool
- func (v NullableBandwidthbyHour) MarshalJSON() ([]byte, error)
- func (v *NullableBandwidthbyHour) Set(val *BandwidthbyHour)
- func (v *NullableBandwidthbyHour) UnmarshalJSON(src []byte) error
- func (v *NullableBandwidthbyHour) Unset()
- type NullableBool
- type NullableBulkLabelApplications
- func (v NullableBulkLabelApplications) Get() *BulkLabelApplications
- func (v NullableBulkLabelApplications) IsSet() bool
- func (v NullableBulkLabelApplications) MarshalJSON() ([]byte, error)
- func (v *NullableBulkLabelApplications) Set(val *BulkLabelApplications)
- func (v *NullableBulkLabelApplications) UnmarshalJSON(src []byte) error
- func (v *NullableBulkLabelApplications) Unset()
- type NullableBusinessRisk
- func (v NullableBusinessRisk) Get() *BusinessRisk
- func (v NullableBusinessRisk) IsSet() bool
- func (v NullableBusinessRisk) MarshalJSON() ([]byte, error)
- func (v *NullableBusinessRisk) Set(val *BusinessRisk)
- func (v *NullableBusinessRisk) UnmarshalJSON(src []byte) error
- func (v *NullableBusinessRisk) Unset()
- type NullableCategory
- type NullableCategoryByHour
- func (v NullableCategoryByHour) Get() *CategoryByHour
- func (v NullableCategoryByHour) IsSet() bool
- func (v NullableCategoryByHour) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryByHour) Set(val *CategoryByHour)
- func (v *NullableCategoryByHour) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryByHour) Unset()
- type NullableCategoryCount
- func (v NullableCategoryCount) Get() *CategoryCount
- func (v NullableCategoryCount) IsSet() bool
- func (v NullableCategoryCount) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryCount) Set(val *CategoryCount)
- func (v *NullableCategoryCount) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryCount) Unset()
- type NullableCategoryWithLegacyId
- func (v NullableCategoryWithLegacyId) Get() *CategoryWithLegacyId
- func (v NullableCategoryWithLegacyId) IsSet() bool
- func (v NullableCategoryWithLegacyId) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryWithLegacyId) Set(val *CategoryWithLegacyId)
- func (v *NullableCategoryWithLegacyId) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryWithLegacyId) Unset()
- type NullableCdfwSource
- type NullableCiscoAMP
- type NullableDataCenter
- type NullableDataLossPreventionState
- func (v NullableDataLossPreventionState) Get() *DataLossPreventionState
- func (v NullableDataLossPreventionState) IsSet() bool
- func (v NullableDataLossPreventionState) MarshalJSON() ([]byte, error)
- func (v *NullableDataLossPreventionState) Set(val *DataLossPreventionState)
- func (v *NullableDataLossPreventionState) UnmarshalJSON(src []byte) error
- func (v *NullableDataLossPreventionState) Unset()
- type NullableDataStorage
- func (v NullableDataStorage) Get() *DataStorage
- func (v NullableDataStorage) IsSet() bool
- func (v NullableDataStorage) MarshalJSON() ([]byte, error)
- func (v *NullableDataStorage) Set(val *DataStorage)
- func (v *NullableDataStorage) UnmarshalJSON(src []byte) error
- func (v *NullableDataStorage) Unset()
- type NullableDeploymentStatus
- func (v NullableDeploymentStatus) Get() *DeploymentStatus
- func (v NullableDeploymentStatus) IsSet() bool
- func (v NullableDeploymentStatus) MarshalJSON() ([]byte, error)
- func (v *NullableDeploymentStatus) Set(val *DeploymentStatus)
- func (v *NullableDeploymentStatus) UnmarshalJSON(src []byte) error
- func (v *NullableDeploymentStatus) Unset()
- type NullableDevice
- type NullableDnsSource
- type NullableEgress
- type NullableError
- type NullableFinancialViability
- func (v NullableFinancialViability) Get() *FinancialViability
- func (v NullableFinancialViability) IsSet() bool
- func (v NullableFinancialViability) MarshalJSON() ([]byte, error)
- func (v *NullableFinancialViability) Set(val *FinancialViability)
- func (v *NullableFinancialViability) UnmarshalJSON(src []byte) error
- func (v *NullableFinancialViability) Unset()
- type NullableFirewallApplication
- func (v NullableFirewallApplication) Get() *FirewallApplication
- func (v NullableFirewallApplication) IsSet() bool
- func (v NullableFirewallApplication) MarshalJSON() ([]byte, error)
- func (v *NullableFirewallApplication) Set(val *FirewallApplication)
- func (v *NullableFirewallApplication) UnmarshalJSON(src []byte) error
- func (v *NullableFirewallApplication) Unset()
- type NullableFirewallRuleHitcountSummary
- func (v NullableFirewallRuleHitcountSummary) Get() *FirewallRuleHitcountSummary
- func (v NullableFirewallRuleHitcountSummary) IsSet() bool
- func (v NullableFirewallRuleHitcountSummary) MarshalJSON() ([]byte, error)
- func (v *NullableFirewallRuleHitcountSummary) Set(val *FirewallRuleHitcountSummary)
- func (v *NullableFirewallRuleHitcountSummary) UnmarshalJSON(src []byte) error
- func (v *NullableFirewallRuleHitcountSummary) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGetActivities200Response
- func (v NullableGetActivities200Response) Get() *GetActivities200Response
- func (v NullableGetActivities200Response) IsSet() bool
- func (v NullableGetActivities200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetActivities200Response) Set(val *GetActivities200Response)
- func (v *NullableGetActivities200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetActivities200Response) Unset()
- type NullableGetActivities200ResponseDataInner
- func (v NullableGetActivities200ResponseDataInner) Get() *GetActivities200ResponseDataInner
- func (v NullableGetActivities200ResponseDataInner) IsSet() bool
- func (v NullableGetActivities200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetActivities200ResponseDataInner) Set(val *GetActivities200ResponseDataInner)
- func (v *NullableGetActivities200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetActivities200ResponseDataInner) Unset()
- type NullableGetActivities400Response
- func (v NullableGetActivities400Response) Get() *GetActivities400Response
- func (v NullableGetActivities400Response) IsSet() bool
- func (v NullableGetActivities400Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetActivities400Response) Set(val *GetActivities400Response)
- func (v *NullableGetActivities400Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetActivities400Response) Unset()
- type NullableGetActivities401Response
- func (v NullableGetActivities401Response) Get() *GetActivities401Response
- func (v NullableGetActivities401Response) IsSet() bool
- func (v NullableGetActivities401Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetActivities401Response) Set(val *GetActivities401Response)
- func (v *NullableGetActivities401Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetActivities401Response) Unset()
- type NullableGetActivities403Response
- func (v NullableGetActivities403Response) Get() *GetActivities403Response
- func (v NullableGetActivities403Response) IsSet() bool
- func (v NullableGetActivities403Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetActivities403Response) Set(val *GetActivities403Response)
- func (v *NullableGetActivities403Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetActivities403Response) Unset()
- type NullableGetActivities404Response
- func (v NullableGetActivities404Response) Get() *GetActivities404Response
- func (v NullableGetActivities404Response) IsSet() bool
- func (v NullableGetActivities404Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetActivities404Response) Set(val *GetActivities404Response)
- func (v *NullableGetActivities404Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetActivities404Response) Unset()
- type NullableGetActivities500Response
- func (v NullableGetActivities500Response) Get() *GetActivities500Response
- func (v NullableGetActivities500Response) IsSet() bool
- func (v NullableGetActivities500Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetActivities500Response) Set(val *GetActivities500Response)
- func (v *NullableGetActivities500Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetActivities500Response) Unset()
- type NullableGetActivityAmpRetrospective200Response
- func (v NullableGetActivityAmpRetrospective200Response) Get() *GetActivityAmpRetrospective200Response
- func (v NullableGetActivityAmpRetrospective200Response) IsSet() bool
- func (v NullableGetActivityAmpRetrospective200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetActivityAmpRetrospective200Response) Set(val *GetActivityAmpRetrospective200Response)
- func (v *NullableGetActivityAmpRetrospective200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetActivityAmpRetrospective200Response) Unset()
- type NullableGetActivityDecryption200Response
- func (v NullableGetActivityDecryption200Response) Get() *GetActivityDecryption200Response
- func (v NullableGetActivityDecryption200Response) IsSet() bool
- func (v NullableGetActivityDecryption200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetActivityDecryption200Response) Set(val *GetActivityDecryption200Response)
- func (v *NullableGetActivityDecryption200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetActivityDecryption200Response) Unset()
- type NullableGetActivityDns200Response
- func (v NullableGetActivityDns200Response) Get() *GetActivityDns200Response
- func (v NullableGetActivityDns200Response) IsSet() bool
- func (v NullableGetActivityDns200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetActivityDns200Response) Set(val *GetActivityDns200Response)
- func (v *NullableGetActivityDns200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetActivityDns200Response) Unset()
- type NullableGetActivityFirewall200Response
- func (v NullableGetActivityFirewall200Response) Get() *GetActivityFirewall200Response
- func (v NullableGetActivityFirewall200Response) IsSet() bool
- func (v NullableGetActivityFirewall200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetActivityFirewall200Response) Set(val *GetActivityFirewall200Response)
- func (v *NullableGetActivityFirewall200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetActivityFirewall200Response) Unset()
- type NullableGetActivityIP200Response
- func (v NullableGetActivityIP200Response) Get() *GetActivityIP200Response
- func (v NullableGetActivityIP200Response) IsSet() bool
- func (v NullableGetActivityIP200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetActivityIP200Response) Set(val *GetActivityIP200Response)
- func (v *NullableGetActivityIP200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetActivityIP200Response) Unset()
- type NullableGetActivityIntrusion200Response
- func (v NullableGetActivityIntrusion200Response) Get() *GetActivityIntrusion200Response
- func (v NullableGetActivityIntrusion200Response) IsSet() bool
- func (v NullableGetActivityIntrusion200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetActivityIntrusion200Response) Set(val *GetActivityIntrusion200Response)
- func (v *NullableGetActivityIntrusion200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetActivityIntrusion200Response) Unset()
- type NullableGetActivityProxy200Response
- func (v NullableGetActivityProxy200Response) Get() *GetActivityProxy200Response
- func (v NullableGetActivityProxy200Response) IsSet() bool
- func (v NullableGetActivityProxy200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetActivityProxy200Response) Set(val *GetActivityProxy200Response)
- func (v *NullableGetActivityProxy200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetActivityProxy200Response) Unset()
- type NullableGetActivityZTNA200Response
- func (v NullableGetActivityZTNA200Response) Get() *GetActivityZTNA200Response
- func (v NullableGetActivityZTNA200Response) IsSet() bool
- func (v NullableGetActivityZTNA200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetActivityZTNA200Response) Set(val *GetActivityZTNA200Response)
- func (v *NullableGetActivityZTNA200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetActivityZTNA200Response) Unset()
- type NullableGetApplications200Response
- func (v NullableGetApplications200Response) Get() *GetApplications200Response
- func (v NullableGetApplications200Response) IsSet() bool
- func (v NullableGetApplications200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetApplications200Response) Set(val *GetApplications200Response)
- func (v *NullableGetApplications200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetApplications200Response) Unset()
- type NullableGetBandwidthByHour200Response
- func (v NullableGetBandwidthByHour200Response) Get() *GetBandwidthByHour200Response
- func (v NullableGetBandwidthByHour200Response) IsSet() bool
- func (v NullableGetBandwidthByHour200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetBandwidthByHour200Response) Set(val *GetBandwidthByHour200Response)
- func (v *NullableGetBandwidthByHour200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetBandwidthByHour200Response) Unset()
- type NullableGetCategories200Response
- func (v NullableGetCategories200Response) Get() *GetCategories200Response
- func (v NullableGetCategories200Response) IsSet() bool
- func (v NullableGetCategories200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetCategories200Response) Set(val *GetCategories200Response)
- func (v *NullableGetCategories200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetCategories200Response) Unset()
- type NullableGetDeploymentStatus200Response
- func (v NullableGetDeploymentStatus200Response) Get() *GetDeploymentStatus200Response
- func (v NullableGetDeploymentStatus200Response) IsSet() bool
- func (v NullableGetDeploymentStatus200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetDeploymentStatus200Response) Set(val *GetDeploymentStatus200Response)
- func (v *NullableGetDeploymentStatus200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetDeploymentStatus200Response) Unset()
- type NullableGetDetailedStatsForAppConnector200Response
- func (v NullableGetDetailedStatsForAppConnector200Response) Get() *GetDetailedStatsForAppConnector200Response
- func (v NullableGetDetailedStatsForAppConnector200Response) IsSet() bool
- func (v NullableGetDetailedStatsForAppConnector200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetDetailedStatsForAppConnector200Response) Set(val *GetDetailedStatsForAppConnector200Response)
- func (v *NullableGetDetailedStatsForAppConnector200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetDetailedStatsForAppConnector200Response) Unset()
- type NullableGetDetailedStatsForAppConnectorGroups200Response
- func (v NullableGetDetailedStatsForAppConnectorGroups200Response) Get() *GetDetailedStatsForAppConnectorGroups200Response
- func (v NullableGetDetailedStatsForAppConnectorGroups200Response) IsSet() bool
- func (v NullableGetDetailedStatsForAppConnectorGroups200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetDetailedStatsForAppConnectorGroups200Response) Set(val *GetDetailedStatsForAppConnectorGroups200Response)
- func (v *NullableGetDetailedStatsForAppConnectorGroups200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetDetailedStatsForAppConnectorGroups200Response) Unset()
- type NullableGetIdentities200Response
- func (v NullableGetIdentities200Response) Get() *GetIdentities200Response
- func (v NullableGetIdentities200Response) IsSet() bool
- func (v NullableGetIdentities200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetIdentities200Response) Set(val *GetIdentities200Response)
- func (v *NullableGetIdentities200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetIdentities200Response) Unset()
- type NullableGetIdentity200Response
- func (v NullableGetIdentity200Response) Get() *GetIdentity200Response
- func (v NullableGetIdentity200Response) IsSet() bool
- func (v NullableGetIdentity200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetIdentity200Response) Set(val *GetIdentity200Response)
- func (v *NullableGetIdentity200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetIdentity200Response) Unset()
- type NullableGetIdentityDistribution200Response
- func (v NullableGetIdentityDistribution200Response) Get() *GetIdentityDistribution200Response
- func (v NullableGetIdentityDistribution200Response) IsSet() bool
- func (v NullableGetIdentityDistribution200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetIdentityDistribution200Response) Set(val *GetIdentityDistribution200Response)
- func (v *NullableGetIdentityDistribution200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetIdentityDistribution200Response) Unset()
- type NullableGetIdentityDistributionType200Response
- func (v NullableGetIdentityDistributionType200Response) Get() *GetIdentityDistributionType200Response
- func (v NullableGetIdentityDistributionType200Response) IsSet() bool
- func (v NullableGetIdentityDistributionType200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetIdentityDistributionType200Response) Set(val *GetIdentityDistributionType200Response)
- func (v *NullableGetIdentityDistributionType200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetIdentityDistributionType200Response) Unset()
- type NullableGetPrivateResourceDetailedStatsIdentities200Response
- func (v NullableGetPrivateResourceDetailedStatsIdentities200Response) Get() *GetPrivateResourceDetailedStatsIdentities200Response
- func (v NullableGetPrivateResourceDetailedStatsIdentities200Response) IsSet() bool
- func (v NullableGetPrivateResourceDetailedStatsIdentities200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetPrivateResourceDetailedStatsIdentities200Response) Set(val *GetPrivateResourceDetailedStatsIdentities200Response)
- func (v *NullableGetPrivateResourceDetailedStatsIdentities200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetPrivateResourceDetailedStatsIdentities200Response) Unset()
- type NullableGetPrivateResourceDetailedStatsTimerange200Response
- func (v NullableGetPrivateResourceDetailedStatsTimerange200Response) Get() *GetPrivateResourceDetailedStatsTimerange200Response
- func (v NullableGetPrivateResourceDetailedStatsTimerange200Response) IsSet() bool
- func (v NullableGetPrivateResourceDetailedStatsTimerange200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetPrivateResourceDetailedStatsTimerange200Response) Set(val *GetPrivateResourceDetailedStatsTimerange200Response)
- func (v *NullableGetPrivateResourceDetailedStatsTimerange200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetPrivateResourceDetailedStatsTimerange200Response) Unset()
- type NullableGetPrivateResourceStats200Response
- func (v NullableGetPrivateResourceStats200Response) Get() *GetPrivateResourceStats200Response
- func (v NullableGetPrivateResourceStats200Response) IsSet() bool
- func (v NullableGetPrivateResourceStats200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetPrivateResourceStats200Response) Set(val *GetPrivateResourceStats200Response)
- func (v *NullableGetPrivateResourceStats200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetPrivateResourceStats200Response) Unset()
- type NullableGetRemoteAccessEvents200Response
- func (v NullableGetRemoteAccessEvents200Response) Get() *GetRemoteAccessEvents200Response
- func (v NullableGetRemoteAccessEvents200Response) IsSet() bool
- func (v NullableGetRemoteAccessEvents200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetRemoteAccessEvents200Response) Set(val *GetRemoteAccessEvents200Response)
- func (v *NullableGetRemoteAccessEvents200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetRemoteAccessEvents200Response) Unset()
- type NullableGetRequestsByHour200Response
- func (v NullableGetRequestsByHour200Response) Get() *GetRequestsByHour200Response
- func (v NullableGetRequestsByHour200Response) IsSet() bool
- func (v NullableGetRequestsByHour200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetRequestsByHour200Response) Set(val *GetRequestsByHour200Response)
- func (v *NullableGetRequestsByHour200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetRequestsByHour200Response) Unset()
- type NullableGetRequestsByHourAndCategory200Response
- func (v NullableGetRequestsByHourAndCategory200Response) Get() *GetRequestsByHourAndCategory200Response
- func (v NullableGetRequestsByHourAndCategory200Response) IsSet() bool
- func (v NullableGetRequestsByHourAndCategory200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetRequestsByHourAndCategory200Response) Set(val *GetRequestsByHourAndCategory200Response)
- func (v *NullableGetRequestsByHourAndCategory200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetRequestsByHourAndCategory200Response) Unset()
- type NullableGetRequestsByTimerange200Response
- func (v NullableGetRequestsByTimerange200Response) Get() *GetRequestsByTimerange200Response
- func (v NullableGetRequestsByTimerange200Response) IsSet() bool
- func (v NullableGetRequestsByTimerange200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetRequestsByTimerange200Response) Set(val *GetRequestsByTimerange200Response)
- func (v *NullableGetRequestsByTimerange200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetRequestsByTimerange200Response) Unset()
- type NullableGetRequestsSummaryForAppConnectorGroups200Response
- func (v NullableGetRequestsSummaryForAppConnectorGroups200Response) Get() *GetRequestsSummaryForAppConnectorGroups200Response
- func (v NullableGetRequestsSummaryForAppConnectorGroups200Response) IsSet() bool
- func (v NullableGetRequestsSummaryForAppConnectorGroups200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetRequestsSummaryForAppConnectorGroups200Response) Set(val *GetRequestsSummaryForAppConnectorGroups200Response)
- func (v *NullableGetRequestsSummaryForAppConnectorGroups200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetRequestsSummaryForAppConnectorGroups200Response) Unset()
- type NullableGetSummariesByCategory200Response
- func (v NullableGetSummariesByCategory200Response) Get() *GetSummariesByCategory200Response
- func (v NullableGetSummariesByCategory200Response) IsSet() bool
- func (v NullableGetSummariesByCategory200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetSummariesByCategory200Response) Set(val *GetSummariesByCategory200Response)
- func (v *NullableGetSummariesByCategory200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetSummariesByCategory200Response) Unset()
- type NullableGetSummariesByDestination200Response
- func (v NullableGetSummariesByDestination200Response) Get() *GetSummariesByDestination200Response
- func (v NullableGetSummariesByDestination200Response) IsSet() bool
- func (v NullableGetSummariesByDestination200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetSummariesByDestination200Response) Set(val *GetSummariesByDestination200Response)
- func (v *NullableGetSummariesByDestination200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetSummariesByDestination200Response) Unset()
- type NullableGetSummariesByRuleFirewallHitcount200Response
- func (v NullableGetSummariesByRuleFirewallHitcount200Response) Get() *GetSummariesByRuleFirewallHitcount200Response
- func (v NullableGetSummariesByRuleFirewallHitcount200Response) IsSet() bool
- func (v NullableGetSummariesByRuleFirewallHitcount200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetSummariesByRuleFirewallHitcount200Response) Set(val *GetSummariesByRuleFirewallHitcount200Response)
- func (v *NullableGetSummariesByRuleFirewallHitcount200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetSummariesByRuleFirewallHitcount200Response) Unset()
- type NullableGetSummariesByRuleHitcount200Response
- func (v NullableGetSummariesByRuleHitcount200Response) Get() *GetSummariesByRuleHitcount200Response
- func (v NullableGetSummariesByRuleHitcount200Response) IsSet() bool
- func (v NullableGetSummariesByRuleHitcount200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetSummariesByRuleHitcount200Response) Set(val *GetSummariesByRuleHitcount200Response)
- func (v *NullableGetSummariesByRuleHitcount200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetSummariesByRuleHitcount200Response) Unset()
- type NullableGetSummariesByRuleIntrusion200Response
- func (v NullableGetSummariesByRuleIntrusion200Response) Get() *GetSummariesByRuleIntrusion200Response
- func (v NullableGetSummariesByRuleIntrusion200Response) IsSet() bool
- func (v NullableGetSummariesByRuleIntrusion200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetSummariesByRuleIntrusion200Response) Set(val *GetSummariesByRuleIntrusion200Response)
- func (v *NullableGetSummariesByRuleIntrusion200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetSummariesByRuleIntrusion200Response) Unset()
- type NullableGetSummary200Response
- func (v NullableGetSummary200Response) Get() *GetSummary200Response
- func (v NullableGetSummary200Response) IsSet() bool
- func (v NullableGetSummary200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetSummary200Response) Set(val *GetSummary200Response)
- func (v *NullableGetSummary200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetSummary200Response) Unset()
- type NullableGetThreatName200Response
- func (v NullableGetThreatName200Response) Get() *GetThreatName200Response
- func (v NullableGetThreatName200Response) IsSet() bool
- func (v NullableGetThreatName200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetThreatName200Response) Set(val *GetThreatName200Response)
- func (v *NullableGetThreatName200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetThreatName200Response) Unset()
- type NullableGetThreatNames200Response
- func (v NullableGetThreatNames200Response) Get() *GetThreatNames200Response
- func (v NullableGetThreatNames200Response) IsSet() bool
- func (v NullableGetThreatNames200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetThreatNames200Response) Set(val *GetThreatNames200Response)
- func (v *NullableGetThreatNames200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetThreatNames200Response) Unset()
- type NullableGetThreatType200Response
- func (v NullableGetThreatType200Response) Get() *GetThreatType200Response
- func (v NullableGetThreatType200Response) IsSet() bool
- func (v NullableGetThreatType200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetThreatType200Response) Set(val *GetThreatType200Response)
- func (v *NullableGetThreatType200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetThreatType200Response) Unset()
- type NullableGetThreatTypes200Response
- func (v NullableGetThreatTypes200Response) Get() *GetThreatTypes200Response
- func (v NullableGetThreatTypes200Response) IsSet() bool
- func (v NullableGetThreatTypes200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetThreatTypes200Response) Set(val *GetThreatTypes200Response)
- func (v *NullableGetThreatTypes200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetThreatTypes200Response) Unset()
- type NullableGetTopCategories200Response
- func (v NullableGetTopCategories200Response) Get() *GetTopCategories200Response
- func (v NullableGetTopCategories200Response) IsSet() bool
- func (v NullableGetTopCategories200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetTopCategories200Response) Set(val *GetTopCategories200Response)
- func (v *NullableGetTopCategories200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetTopCategories200Response) Unset()
- type NullableGetTopDNSQueryTypes200Response
- func (v NullableGetTopDNSQueryTypes200Response) Get() *GetTopDNSQueryTypes200Response
- func (v NullableGetTopDNSQueryTypes200Response) IsSet() bool
- func (v NullableGetTopDNSQueryTypes200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetTopDNSQueryTypes200Response) Set(val *GetTopDNSQueryTypes200Response)
- func (v *NullableGetTopDNSQueryTypes200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetTopDNSQueryTypes200Response) Unset()
- type NullableGetTopDestinations200Response
- func (v NullableGetTopDestinations200Response) Get() *GetTopDestinations200Response
- func (v NullableGetTopDestinations200Response) IsSet() bool
- func (v NullableGetTopDestinations200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetTopDestinations200Response) Set(val *GetTopDestinations200Response)
- func (v *NullableGetTopDestinations200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetTopDestinations200Response) Unset()
- type NullableGetTopEventTypes200Response
- func (v NullableGetTopEventTypes200Response) Get() *GetTopEventTypes200Response
- func (v NullableGetTopEventTypes200Response) IsSet() bool
- func (v NullableGetTopEventTypes200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetTopEventTypes200Response) Set(val *GetTopEventTypes200Response)
- func (v *NullableGetTopEventTypes200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetTopEventTypes200Response) Unset()
- type NullableGetTopFilesProxy200Response
- func (v NullableGetTopFilesProxy200Response) Get() *GetTopFilesProxy200Response
- func (v NullableGetTopFilesProxy200Response) IsSet() bool
- func (v NullableGetTopFilesProxy200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetTopFilesProxy200Response) Set(val *GetTopFilesProxy200Response)
- func (v *NullableGetTopFilesProxy200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetTopFilesProxy200Response) Unset()
- type NullableGetTopIdentities200Response
- func (v NullableGetTopIdentities200Response) Get() *GetTopIdentities200Response
- func (v NullableGetTopIdentities200Response) IsSet() bool
- func (v NullableGetTopIdentities200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetTopIdentities200Response) Set(val *GetTopIdentities200Response)
- func (v *NullableGetTopIdentities200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetTopIdentities200Response) Unset()
- type NullableGetTopIps200Response
- func (v NullableGetTopIps200Response) Get() *GetTopIps200Response
- func (v NullableGetTopIps200Response) IsSet() bool
- func (v NullableGetTopIps200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetTopIps200Response) Set(val *GetTopIps200Response)
- func (v *NullableGetTopIps200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetTopIps200Response) Unset()
- type NullableGetTopResources200Response
- func (v NullableGetTopResources200Response) Get() *GetTopResources200Response
- func (v NullableGetTopResources200Response) IsSet() bool
- func (v NullableGetTopResources200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetTopResources200Response) Set(val *GetTopResources200Response)
- func (v *NullableGetTopResources200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetTopResources200Response) Unset()
- type NullableGetTopThreatTypes200Response
- func (v NullableGetTopThreatTypes200Response) Get() *GetTopThreatTypes200Response
- func (v NullableGetTopThreatTypes200Response) IsSet() bool
- func (v NullableGetTopThreatTypes200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetTopThreatTypes200Response) Set(val *GetTopThreatTypes200Response)
- func (v *NullableGetTopThreatTypes200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetTopThreatTypes200Response) Unset()
- type NullableGetTopThreats200Response
- func (v NullableGetTopThreats200Response) Get() *GetTopThreats200Response
- func (v NullableGetTopThreats200Response) IsSet() bool
- func (v NullableGetTopThreats200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetTopThreats200Response) Set(val *GetTopThreats200Response)
- func (v *NullableGetTopThreats200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetTopThreats200Response) Unset()
- type NullableGetTopUrls200Response
- func (v NullableGetTopUrls200Response) Get() *GetTopUrls200Response
- func (v NullableGetTopUrls200Response) IsSet() bool
- func (v NullableGetTopUrls200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetTopUrls200Response) Set(val *GetTopUrls200Response)
- func (v *NullableGetTopUrls200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetTopUrls200Response) Unset()
- type NullableGetTotalRequests200Response
- func (v NullableGetTotalRequests200Response) Get() *GetTotalRequests200Response
- func (v NullableGetTotalRequests200Response) IsSet() bool
- func (v NullableGetTotalRequests200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetTotalRequests200Response) Set(val *GetTotalRequests200Response)
- func (v *NullableGetTotalRequests200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetTotalRequests200Response) Unset()
- type NullableGetTotalRequestsForAppConnector200Response
- func (v NullableGetTotalRequestsForAppConnector200Response) Get() *GetTotalRequestsForAppConnector200Response
- func (v NullableGetTotalRequestsForAppConnector200Response) IsSet() bool
- func (v NullableGetTotalRequestsForAppConnector200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetTotalRequestsForAppConnector200Response) Set(val *GetTotalRequestsForAppConnector200Response)
- func (v *NullableGetTotalRequestsForAppConnector200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetTotalRequestsForAppConnector200Response) Unset()
- type NullableGetTotalRequestsForAppConnectorGroup200Response
- func (v NullableGetTotalRequestsForAppConnectorGroup200Response) Get() *GetTotalRequestsForAppConnectorGroup200Response
- func (v NullableGetTotalRequestsForAppConnectorGroup200Response) IsSet() bool
- func (v NullableGetTotalRequestsForAppConnectorGroup200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetTotalRequestsForAppConnectorGroup200Response) Set(val *GetTotalRequestsForAppConnectorGroup200Response)
- func (v *NullableGetTotalRequestsForAppConnectorGroup200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetTotalRequestsForAppConnectorGroup200Response) Unset()
- type NullableGetUniqueResources200Response
- func (v NullableGetUniqueResources200Response) Get() *GetUniqueResources200Response
- func (v NullableGetUniqueResources200Response) IsSet() bool
- func (v NullableGetUniqueResources200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetUniqueResources200Response) Set(val *GetUniqueResources200Response)
- func (v *NullableGetUniqueResources200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetUniqueResources200Response) Unset()
- type NullableGetUsageMetrics200Response
- func (v NullableGetUsageMetrics200Response) Get() *GetUsageMetrics200Response
- func (v NullableGetUsageMetrics200Response) IsSet() bool
- func (v NullableGetUsageMetrics200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetUsageMetrics200Response) Set(val *GetUsageMetrics200Response)
- func (v *NullableGetUsageMetrics200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetUsageMetrics200Response) Unset()
- type NullableGetUsageMetrics200ResponseBody
- func (v NullableGetUsageMetrics200ResponseBody) Get() *GetUsageMetrics200ResponseBody
- func (v NullableGetUsageMetrics200ResponseBody) IsSet() bool
- func (v NullableGetUsageMetrics200ResponseBody) MarshalJSON() ([]byte, error)
- func (v *NullableGetUsageMetrics200ResponseBody) Set(val *GetUsageMetrics200ResponseBody)
- func (v *NullableGetUsageMetrics200ResponseBody) UnmarshalJSON(src []byte) error
- func (v *NullableGetUsageMetrics200ResponseBody) Unset()
- type NullableHttpError
- type NullableIdentity
- type NullableIdentityDistribution
- func (v NullableIdentityDistribution) Get() *IdentityDistribution
- func (v NullableIdentityDistribution) IsSet() bool
- func (v NullableIdentityDistribution) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityDistribution) Set(val *IdentityDistribution)
- func (v *NullableIdentityDistribution) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityDistribution) Unset()
- type NullableIdentityType
- func (v NullableIdentityType) Get() *IdentityType
- func (v NullableIdentityType) IsSet() bool
- func (v NullableIdentityType) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityType) Set(val *IdentityType)
- func (v *NullableIdentityType) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityType) Unset()
- type NullableIdentityWithStats
- func (v NullableIdentityWithStats) Get() *IdentityWithStats
- func (v NullableIdentityWithStats) IsSet() bool
- func (v NullableIdentityWithStats) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityWithStats) Set(val *IdentityWithStats)
- func (v *NullableIdentityWithStats) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityWithStats) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableIsolated
- type NullableKeys
- type NullableKeysInformationInner
- func (v NullableKeysInformationInner) Get() *KeysInformationInner
- func (v NullableKeysInformationInner) IsSet() bool
- func (v NullableKeysInformationInner) MarshalJSON() ([]byte, error)
- func (v *NullableKeysInformationInner) Set(val *KeysInformationInner)
- func (v *NullableKeysInformationInner) UnmarshalJSON(src []byte) error
- func (v *NullableKeysInformationInner) Unset()
- type NullableLabel
- type NullablePatchApplicationsRequest
- func (v NullablePatchApplicationsRequest) Get() *PatchApplicationsRequest
- func (v NullablePatchApplicationsRequest) IsSet() bool
- func (v NullablePatchApplicationsRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePatchApplicationsRequest) Set(val *PatchApplicationsRequest)
- func (v *NullablePatchApplicationsRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePatchApplicationsRequest) Unset()
- type NullablePolicy
- type NullablePolicyZTNA
- type NullablePostIdentitiesRequest
- func (v NullablePostIdentitiesRequest) Get() *PostIdentitiesRequest
- func (v NullablePostIdentitiesRequest) IsSet() bool
- func (v NullablePostIdentitiesRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostIdentitiesRequest) Set(val *PostIdentitiesRequest)
- func (v *NullablePostIdentitiesRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostIdentitiesRequest) Unset()
- type NullablePrivateApplicationGroup
- func (v NullablePrivateApplicationGroup) Get() *PrivateApplicationGroup
- func (v NullablePrivateApplicationGroup) IsSet() bool
- func (v NullablePrivateApplicationGroup) MarshalJSON() ([]byte, error)
- func (v *NullablePrivateApplicationGroup) Set(val *PrivateApplicationGroup)
- func (v *NullablePrivateApplicationGroup) UnmarshalJSON(src []byte) error
- func (v *NullablePrivateApplicationGroup) Unset()
- type NullablePrivateResourceDetailedStatsIdentities
- func (v NullablePrivateResourceDetailedStatsIdentities) Get() *PrivateResourceDetailedStatsIdentities
- func (v NullablePrivateResourceDetailedStatsIdentities) IsSet() bool
- func (v NullablePrivateResourceDetailedStatsIdentities) MarshalJSON() ([]byte, error)
- func (v *NullablePrivateResourceDetailedStatsIdentities) Set(val *PrivateResourceDetailedStatsIdentities)
- func (v *NullablePrivateResourceDetailedStatsIdentities) UnmarshalJSON(src []byte) error
- func (v *NullablePrivateResourceDetailedStatsIdentities) Unset()
- type NullablePrivateResourceDetailedStatsTimerange
- func (v NullablePrivateResourceDetailedStatsTimerange) Get() *PrivateResourceDetailedStatsTimerange
- func (v NullablePrivateResourceDetailedStatsTimerange) IsSet() bool
- func (v NullablePrivateResourceDetailedStatsTimerange) MarshalJSON() ([]byte, error)
- func (v *NullablePrivateResourceDetailedStatsTimerange) Set(val *PrivateResourceDetailedStatsTimerange)
- func (v *NullablePrivateResourceDetailedStatsTimerange) UnmarshalJSON(src []byte) error
- func (v *NullablePrivateResourceDetailedStatsTimerange) Unset()
- type NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount
- func (v NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) Get() *PrivateResourceDetailedStatsTimerangeTotalHitsCount
- func (v NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) IsSet() bool
- func (v NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) MarshalJSON() ([]byte, error)
- func (v *NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) Set(val *PrivateResourceDetailedStatsTimerangeTotalHitsCount)
- func (v *NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) UnmarshalJSON(src []byte) error
- func (v *NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) Unset()
- type NullablePrivateResourceStats
- func (v NullablePrivateResourceStats) Get() *PrivateResourceStats
- func (v NullablePrivateResourceStats) IsSet() bool
- func (v NullablePrivateResourceStats) MarshalJSON() ([]byte, error)
- func (v *NullablePrivateResourceStats) Set(val *PrivateResourceStats)
- func (v *NullablePrivateResourceStats) UnmarshalJSON(src []byte) error
- func (v *NullablePrivateResourceStats) Unset()
- type NullableProtocol
- type NullableProtocolIdentity
- func (v NullableProtocolIdentity) Get() *ProtocolIdentity
- func (v NullableProtocolIdentity) IsSet() bool
- func (v NullableProtocolIdentity) MarshalJSON() ([]byte, error)
- func (v *NullableProtocolIdentity) Set(val *ProtocolIdentity)
- func (v *NullableProtocolIdentity) UnmarshalJSON(src []byte) error
- func (v *NullableProtocolIdentity) Unset()
- type NullableProtocolIdentityList
- func (v NullableProtocolIdentityList) Get() *ProtocolIdentityList
- func (v NullableProtocolIdentityList) IsSet() bool
- func (v NullableProtocolIdentityList) MarshalJSON() ([]byte, error)
- func (v *NullableProtocolIdentityList) Set(val *ProtocolIdentityList)
- func (v *NullableProtocolIdentityList) UnmarshalJSON(src []byte) error
- func (v *NullableProtocolIdentityList) Unset()
- type NullableProtocolList
- func (v NullableProtocolList) Get() *ProtocolList
- func (v NullableProtocolList) IsSet() bool
- func (v NullableProtocolList) MarshalJSON() ([]byte, error)
- func (v *NullableProtocolList) Set(val *ProtocolList)
- func (v *NullableProtocolList) UnmarshalJSON(src []byte) error
- func (v *NullableProtocolList) Unset()
- type NullableProtocolObject
- func (v NullableProtocolObject) Get() *ProtocolObject
- func (v NullableProtocolObject) IsSet() bool
- func (v NullableProtocolObject) MarshalJSON() ([]byte, error)
- func (v *NullableProtocolObject) Set(val *ProtocolObject)
- func (v *NullableProtocolObject) UnmarshalJSON(src []byte) error
- func (v *NullableProtocolObject) Unset()
- type NullableProtocolObjectInList
- func (v NullableProtocolObjectInList) Get() *ProtocolObjectInList
- func (v NullableProtocolObjectInList) IsSet() bool
- func (v NullableProtocolObjectInList) MarshalJSON() ([]byte, error)
- func (v *NullableProtocolObjectInList) Set(val *ProtocolObjectInList)
- func (v *NullableProtocolObjectInList) UnmarshalJSON(src []byte) error
- func (v *NullableProtocolObjectInList) Unset()
- type NullableRemoteAccess
- func (v NullableRemoteAccess) Get() *RemoteAccess
- func (v NullableRemoteAccess) IsSet() bool
- func (v NullableRemoteAccess) MarshalJSON() ([]byte, error)
- func (v *NullableRemoteAccess) Set(val *RemoteAccess)
- func (v *NullableRemoteAccess) UnmarshalJSON(src []byte) error
- func (v *NullableRemoteAccess) Unset()
- type NullableRemoteAccessIdentitiesInner
- func (v NullableRemoteAccessIdentitiesInner) Get() *RemoteAccessIdentitiesInner
- func (v NullableRemoteAccessIdentitiesInner) IsSet() bool
- func (v NullableRemoteAccessIdentitiesInner) MarshalJSON() ([]byte, error)
- func (v *NullableRemoteAccessIdentitiesInner) Set(val *RemoteAccessIdentitiesInner)
- func (v *NullableRemoteAccessIdentitiesInner) UnmarshalJSON(src []byte) error
- func (v *NullableRemoteAccessIdentitiesInner) Unset()
- type NullableRemoteAccessIdentitiesInnerType
- func (v NullableRemoteAccessIdentitiesInnerType) Get() *RemoteAccessIdentitiesInnerType
- func (v NullableRemoteAccessIdentitiesInnerType) IsSet() bool
- func (v NullableRemoteAccessIdentitiesInnerType) MarshalJSON() ([]byte, error)
- func (v *NullableRemoteAccessIdentitiesInnerType) Set(val *RemoteAccessIdentitiesInnerType)
- func (v *NullableRemoteAccessIdentitiesInnerType) UnmarshalJSON(src []byte) error
- func (v *NullableRemoteAccessIdentitiesInnerType) Unset()
- type NullableRequestAndConnectionCounts
- func (v NullableRequestAndConnectionCounts) Get() *RequestAndConnectionCounts
- func (v NullableRequestAndConnectionCounts) IsSet() bool
- func (v NullableRequestAndConnectionCounts) MarshalJSON() ([]byte, error)
- func (v *NullableRequestAndConnectionCounts) Set(val *RequestAndConnectionCounts)
- func (v *NullableRequestAndConnectionCounts) UnmarshalJSON(src []byte) error
- func (v *NullableRequestAndConnectionCounts) Unset()
- type NullableRequestCounts
- func (v NullableRequestCounts) Get() *RequestCounts
- func (v NullableRequestCounts) IsSet() bool
- func (v NullableRequestCounts) MarshalJSON() ([]byte, error)
- func (v *NullableRequestCounts) Set(val *RequestCounts)
- func (v *NullableRequestCounts) UnmarshalJSON(src []byte) error
- func (v *NullableRequestCounts) Unset()
- type NullableRequestDetailsListInner
- func (v NullableRequestDetailsListInner) Get() *RequestDetailsListInner
- func (v NullableRequestDetailsListInner) IsSet() bool
- func (v NullableRequestDetailsListInner) MarshalJSON() ([]byte, error)
- func (v *NullableRequestDetailsListInner) Set(val *RequestDetailsListInner)
- func (v *NullableRequestDetailsListInner) UnmarshalJSON(src []byte) error
- func (v *NullableRequestDetailsListInner) Unset()
- type NullableRequestSummaryAppConnector
- func (v NullableRequestSummaryAppConnector) Get() *RequestSummaryAppConnector
- func (v NullableRequestSummaryAppConnector) IsSet() bool
- func (v NullableRequestSummaryAppConnector) MarshalJSON() ([]byte, error)
- func (v *NullableRequestSummaryAppConnector) Set(val *RequestSummaryAppConnector)
- func (v *NullableRequestSummaryAppConnector) UnmarshalJSON(src []byte) error
- func (v *NullableRequestSummaryAppConnector) Unset()
- type NullableRequestSummaryAppConnectorGroup
- func (v NullableRequestSummaryAppConnectorGroup) Get() *RequestSummaryAppConnectorGroup
- func (v NullableRequestSummaryAppConnectorGroup) IsSet() bool
- func (v NullableRequestSummaryAppConnectorGroup) MarshalJSON() ([]byte, error)
- func (v *NullableRequestSummaryAppConnectorGroup) Set(val *RequestSummaryAppConnectorGroup)
- func (v *NullableRequestSummaryAppConnectorGroup) UnmarshalJSON(src []byte) error
- func (v *NullableRequestSummaryAppConnectorGroup) Unset()
- type NullableRequests
- type NullableRequestsByAppConnector
- func (v NullableRequestsByAppConnector) Get() *RequestsByAppConnector
- func (v NullableRequestsByAppConnector) IsSet() bool
- func (v NullableRequestsByAppConnector) MarshalJSON() ([]byte, error)
- func (v *NullableRequestsByAppConnector) Set(val *RequestsByAppConnector)
- func (v *NullableRequestsByAppConnector) UnmarshalJSON(src []byte) error
- func (v *NullableRequestsByAppConnector) Unset()
- type NullableRequestsByAppConnectorGroup
- func (v NullableRequestsByAppConnectorGroup) Get() *RequestsByAppConnectorGroup
- func (v NullableRequestsByAppConnectorGroup) IsSet() bool
- func (v NullableRequestsByAppConnectorGroup) MarshalJSON() ([]byte, error)
- func (v *NullableRequestsByAppConnectorGroup) Set(val *RequestsByAppConnectorGroup)
- func (v *NullableRequestsByAppConnectorGroup) UnmarshalJSON(src []byte) error
- func (v *NullableRequestsByAppConnectorGroup) Unset()
- type NullableRequestsInformationInner
- func (v NullableRequestsInformationInner) Get() *RequestsInformationInner
- func (v NullableRequestsInformationInner) IsSet() bool
- func (v NullableRequestsInformationInner) MarshalJSON() ([]byte, error)
- func (v *NullableRequestsInformationInner) Set(val *RequestsInformationInner)
- func (v *NullableRequestsInformationInner) UnmarshalJSON(src []byte) error
- func (v *NullableRequestsInformationInner) Unset()
- type NullableRequestsbyHour
- func (v NullableRequestsbyHour) Get() *RequestsbyHour
- func (v NullableRequestsbyHour) IsSet() bool
- func (v NullableRequestsbyHour) MarshalJSON() ([]byte, error)
- func (v *NullableRequestsbyHour) Set(val *RequestsbyHour)
- func (v *NullableRequestsbyHour) UnmarshalJSON(src []byte) error
- func (v *NullableRequestsbyHour) Unset()
- type NullableResponse
- type NullableResponseData
- func (v NullableResponseData) Get() *ResponseData
- func (v NullableResponseData) IsSet() bool
- func (v NullableResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableResponseData) Set(val *ResponseData)
- func (v *NullableResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableResponseData) Unset()
- type NullableResponses
- type NullableResponsesInformationInner
- func (v NullableResponsesInformationInner) Get() *ResponsesInformationInner
- func (v NullableResponsesInformationInner) IsSet() bool
- func (v NullableResponsesInformationInner) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesInformationInner) Set(val *ResponsesInformationInner)
- func (v *NullableResponsesInformationInner) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesInformationInner) Unset()
- type NullableRule
- type NullableRuleHitcountSummary
- func (v NullableRuleHitcountSummary) Get() *RuleHitcountSummary
- func (v NullableRuleHitcountSummary) IsSet() bool
- func (v NullableRuleHitcountSummary) MarshalJSON() ([]byte, error)
- func (v *NullableRuleHitcountSummary) Set(val *RuleHitcountSummary)
- func (v *NullableRuleHitcountSummary) UnmarshalJSON(src []byte) error
- func (v *NullableRuleHitcountSummary) Unset()
- type NullableRuleParam
- type NullableRulesActivity
- func (v NullableRulesActivity) Get() *RulesActivity
- func (v NullableRulesActivity) IsSet() bool
- func (v NullableRulesActivity) MarshalJSON() ([]byte, error)
- func (v *NullableRulesActivity) Set(val *RulesActivity)
- func (v *NullableRulesActivity) UnmarshalJSON(src []byte) error
- func (v *NullableRulesActivity) Unset()
- type NullableRulesActivity200Response
- func (v NullableRulesActivity200Response) Get() *RulesActivity200Response
- func (v NullableRulesActivity200Response) IsSet() bool
- func (v NullableRulesActivity200Response) MarshalJSON() ([]byte, error)
- func (v *NullableRulesActivity200Response) Set(val *RulesActivity200Response)
- func (v *NullableRulesActivity200Response) UnmarshalJSON(src []byte) error
- func (v *NullableRulesActivity200Response) Unset()
- type NullableRuleset
- type NullableSeverity
- type NullableSignature
- type NullableSignatureList
- func (v NullableSignatureList) Get() *SignatureList
- func (v NullableSignatureList) IsSet() bool
- func (v NullableSignatureList) MarshalJSON() ([]byte, error)
- func (v *NullableSignatureList) Set(val *SignatureList)
- func (v *NullableSignatureList) UnmarshalJSON(src []byte) error
- func (v *NullableSignatureList) Unset()
- type NullableSignatureListSummary
- func (v NullableSignatureListSummary) Get() *SignatureListSummary
- func (v NullableSignatureListSummary) IsSet() bool
- func (v NullableSignatureListSummary) MarshalJSON() ([]byte, error)
- func (v *NullableSignatureListSummary) Set(val *SignatureListSummary)
- func (v *NullableSignatureListSummary) UnmarshalJSON(src []byte) error
- func (v *NullableSignatureListSummary) Unset()
- type NullableSignatureListSummarySignaturesInner
- func (v NullableSignatureListSummarySignaturesInner) Get() *SignatureListSummarySignaturesInner
- func (v NullableSignatureListSummarySignaturesInner) IsSet() bool
- func (v NullableSignatureListSummarySignaturesInner) MarshalJSON() ([]byte, error)
- func (v *NullableSignatureListSummarySignaturesInner) Set(val *SignatureListSummarySignaturesInner)
- func (v *NullableSignatureListSummarySignaturesInner) UnmarshalJSON(src []byte) error
- func (v *NullableSignatureListSummarySignaturesInner) Unset()
- type NullableSignatureListSummarySignaturesInnerCounts
- func (v NullableSignatureListSummarySignaturesInnerCounts) Get() *SignatureListSummarySignaturesInnerCounts
- func (v NullableSignatureListSummarySignaturesInnerCounts) IsSet() bool
- func (v NullableSignatureListSummarySignaturesInnerCounts) MarshalJSON() ([]byte, error)
- func (v *NullableSignatureListSummarySignaturesInnerCounts) Set(val *SignatureListSummarySignaturesInnerCounts)
- func (v *NullableSignatureListSummarySignaturesInnerCounts) UnmarshalJSON(src []byte) error
- func (v *NullableSignatureListSummarySignaturesInnerCounts) Unset()
- type NullableSourcesInner
- func (v NullableSourcesInner) Get() *SourcesInner
- func (v NullableSourcesInner) IsSet() bool
- func (v NullableSourcesInner) MarshalJSON() ([]byte, error)
- func (v *NullableSourcesInner) Set(val *SourcesInner)
- func (v *NullableSourcesInner) UnmarshalJSON(src []byte) error
- func (v *NullableSourcesInner) Unset()
- type NullableStatusCode
- type NullableStatusCodeBody
- func (v NullableStatusCodeBody) Get() *StatusCodeBody
- func (v NullableStatusCodeBody) IsSet() bool
- func (v NullableStatusCodeBody) MarshalJSON() ([]byte, error)
- func (v *NullableStatusCodeBody) Set(val *StatusCodeBody)
- func (v *NullableStatusCodeBody) UnmarshalJSON(src []byte) error
- func (v *NullableStatusCodeBody) Unset()
- type NullableString
- type NullableSummary
- type NullableSummaryData
- func (v NullableSummaryData) Get() *SummaryData
- func (v NullableSummaryData) IsSet() bool
- func (v NullableSummaryData) MarshalJSON() ([]byte, error)
- func (v *NullableSummaryData) Set(val *SummaryData)
- func (v *NullableSummaryData) UnmarshalJSON(src []byte) error
- func (v *NullableSummaryData) Unset()
- type NullableSummaryWithCategory
- func (v NullableSummaryWithCategory) Get() *SummaryWithCategory
- func (v NullableSummaryWithCategory) IsSet() bool
- func (v NullableSummaryWithCategory) MarshalJSON() ([]byte, error)
- func (v *NullableSummaryWithCategory) Set(val *SummaryWithCategory)
- func (v *NullableSummaryWithCategory) UnmarshalJSON(src []byte) error
- func (v *NullableSummaryWithCategory) Unset()
- type NullableSummaryWithDestination
- func (v NullableSummaryWithDestination) Get() *SummaryWithDestination
- func (v NullableSummaryWithDestination) IsSet() bool
- func (v NullableSummaryWithDestination) MarshalJSON() ([]byte, error)
- func (v *NullableSummaryWithDestination) Set(val *SummaryWithDestination)
- func (v *NullableSummaryWithDestination) UnmarshalJSON(src []byte) error
- func (v *NullableSummaryWithDestination) Unset()
- type NullableSwgSource
- type NullableThreat
- type NullableThreatName
- type NullableThreatType
- type NullableTime
- type NullableTimeSeriesAppConnectorAgentData
- func (v NullableTimeSeriesAppConnectorAgentData) Get() *TimeSeriesAppConnectorAgentData
- func (v NullableTimeSeriesAppConnectorAgentData) IsSet() bool
- func (v NullableTimeSeriesAppConnectorAgentData) MarshalJSON() ([]byte, error)
- func (v *NullableTimeSeriesAppConnectorAgentData) Set(val *TimeSeriesAppConnectorAgentData)
- func (v *NullableTimeSeriesAppConnectorAgentData) UnmarshalJSON(src []byte) error
- func (v *NullableTimeSeriesAppConnectorAgentData) Unset()
- type NullableTimeSeriesAppConnectorGroupData
- func (v NullableTimeSeriesAppConnectorGroupData) Get() *TimeSeriesAppConnectorGroupData
- func (v NullableTimeSeriesAppConnectorGroupData) IsSet() bool
- func (v NullableTimeSeriesAppConnectorGroupData) MarshalJSON() ([]byte, error)
- func (v *NullableTimeSeriesAppConnectorGroupData) Set(val *TimeSeriesAppConnectorGroupData)
- func (v *NullableTimeSeriesAppConnectorGroupData) UnmarshalJSON(src []byte) error
- func (v *NullableTimeSeriesAppConnectorGroupData) Unset()
- type NullableTimeSeriesHitsCount
- func (v NullableTimeSeriesHitsCount) Get() *TimeSeriesHitsCount
- func (v NullableTimeSeriesHitsCount) IsSet() bool
- func (v NullableTimeSeriesHitsCount) MarshalJSON() ([]byte, error)
- func (v *NullableTimeSeriesHitsCount) Set(val *TimeSeriesHitsCount)
- func (v *NullableTimeSeriesHitsCount) UnmarshalJSON(src []byte) error
- func (v *NullableTimeSeriesHitsCount) Unset()
- type NullableTopCategory
- func (v NullableTopCategory) Get() *TopCategory
- func (v NullableTopCategory) IsSet() bool
- func (v NullableTopCategory) MarshalJSON() ([]byte, error)
- func (v *NullableTopCategory) Set(val *TopCategory)
- func (v *NullableTopCategory) UnmarshalJSON(src []byte) error
- func (v *NullableTopCategory) Unset()
- type NullableTopDestination
- func (v NullableTopDestination) Get() *TopDestination
- func (v NullableTopDestination) IsSet() bool
- func (v NullableTopDestination) MarshalJSON() ([]byte, error)
- func (v *NullableTopDestination) Set(val *TopDestination)
- func (v *NullableTopDestination) UnmarshalJSON(src []byte) error
- func (v *NullableTopDestination) Unset()
- type NullableTopDnsQueryType
- func (v NullableTopDnsQueryType) Get() *TopDnsQueryType
- func (v NullableTopDnsQueryType) IsSet() bool
- func (v NullableTopDnsQueryType) MarshalJSON() ([]byte, error)
- func (v *NullableTopDnsQueryType) Set(val *TopDnsQueryType)
- func (v *NullableTopDnsQueryType) UnmarshalJSON(src []byte) error
- func (v *NullableTopDnsQueryType) Unset()
- type NullableTopEventType
- func (v NullableTopEventType) Get() *TopEventType
- func (v NullableTopEventType) IsSet() bool
- func (v NullableTopEventType) MarshalJSON() ([]byte, error)
- func (v *NullableTopEventType) Set(val *TopEventType)
- func (v *NullableTopEventType) UnmarshalJSON(src []byte) error
- func (v *NullableTopEventType) Unset()
- type NullableTopFile
- type NullableTopIP
- type NullableTopIdentity
- func (v NullableTopIdentity) Get() *TopIdentity
- func (v NullableTopIdentity) IsSet() bool
- func (v NullableTopIdentity) MarshalJSON() ([]byte, error)
- func (v *NullableTopIdentity) Set(val *TopIdentity)
- func (v *NullableTopIdentity) UnmarshalJSON(src []byte) error
- func (v *NullableTopIdentity) Unset()
- type NullableTopResource
- func (v NullableTopResource) Get() *TopResource
- func (v NullableTopResource) IsSet() bool
- func (v NullableTopResource) MarshalJSON() ([]byte, error)
- func (v *NullableTopResource) Set(val *TopResource)
- func (v *NullableTopResource) UnmarshalJSON(src []byte) error
- func (v *NullableTopResource) Unset()
- type NullableTopResourceApplication
- func (v NullableTopResourceApplication) Get() *TopResourceApplication
- func (v NullableTopResourceApplication) IsSet() bool
- func (v NullableTopResourceApplication) MarshalJSON() ([]byte, error)
- func (v *NullableTopResourceApplication) Set(val *TopResourceApplication)
- func (v *NullableTopResourceApplication) UnmarshalJSON(src []byte) error
- func (v *NullableTopResourceApplication) Unset()
- type NullableTopThreatTypes
- func (v NullableTopThreatTypes) Get() *TopThreatTypes
- func (v NullableTopThreatTypes) IsSet() bool
- func (v NullableTopThreatTypes) MarshalJSON() ([]byte, error)
- func (v *NullableTopThreatTypes) Set(val *TopThreatTypes)
- func (v *NullableTopThreatTypes) UnmarshalJSON(src []byte) error
- func (v *NullableTopThreatTypes) Unset()
- type NullableTopThreats
- type NullableTopURL
- type NullableTotalRequest
- func (v NullableTotalRequest) Get() *TotalRequest
- func (v NullableTotalRequest) IsSet() bool
- func (v NullableTotalRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTotalRequest) Set(val *TotalRequest)
- func (v *NullableTotalRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTotalRequest) Unset()
- type NullableTunnelStatus
- func (v NullableTunnelStatus) Get() *TunnelStatus
- func (v NullableTunnelStatus) IsSet() bool
- func (v NullableTunnelStatus) MarshalJSON() ([]byte, error)
- func (v *NullableTunnelStatus) Set(val *TunnelStatus)
- func (v *NullableTunnelStatus) UnmarshalJSON(src []byte) error
- func (v *NullableTunnelStatus) Unset()
- type NullableUniqueResources
- func (v NullableUniqueResources) Get() *UniqueResources
- func (v NullableUniqueResources) IsSet() bool
- func (v NullableUniqueResources) MarshalJSON() ([]byte, error)
- func (v *NullableUniqueResources) Set(val *UniqueResources)
- func (v *NullableUniqueResources) UnmarshalJSON(src []byte) error
- func (v *NullableUniqueResources) Unset()
- type NullableUpdateApplicationRequest
- func (v NullableUpdateApplicationRequest) Get() *UpdateApplicationRequest
- func (v NullableUpdateApplicationRequest) IsSet() bool
- func (v NullableUpdateApplicationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateApplicationRequest) Set(val *UpdateApplicationRequest)
- func (v *NullableUpdateApplicationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateApplicationRequest) Unset()
- type NullableUsage
- type NullableUsageMeterItem
- func (v NullableUsageMeterItem) Get() *UsageMeterItem
- func (v NullableUsageMeterItem) IsSet() bool
- func (v NullableUsageMeterItem) MarshalJSON() ([]byte, error)
- func (v *NullableUsageMeterItem) Set(val *UsageMeterItem)
- func (v *NullableUsageMeterItem) UnmarshalJSON(src []byte) error
- func (v *NullableUsageMeterItem) Unset()
- type NullableUsageType
- type NullableVerdict
- type NullableVerdictDetected
- func (v NullableVerdictDetected) Get() *VerdictDetected
- func (v NullableVerdictDetected) IsSet() bool
- func (v NullableVerdictDetected) MarshalJSON() ([]byte, error)
- func (v *NullableVerdictDetected) Set(val *VerdictDetected)
- func (v *NullableVerdictDetected) UnmarshalJSON(src []byte) error
- func (v *NullableVerdictDetected) Unset()
- type NullableWeightedRisk
- func (v NullableWeightedRisk) Get() *WeightedRisk
- func (v NullableWeightedRisk) IsSet() bool
- func (v NullableWeightedRisk) MarshalJSON() ([]byte, error)
- func (v *NullableWeightedRisk) Set(val *WeightedRisk)
- func (v *NullableWeightedRisk) UnmarshalJSON(src []byte) error
- func (v *NullableWeightedRisk) Unset()
- type NullableZtnaApplication
- func (v NullableZtnaApplication) Get() *ZtnaApplication
- func (v NullableZtnaApplication) IsSet() bool
- func (v NullableZtnaApplication) MarshalJSON() ([]byte, error)
- func (v *NullableZtnaApplication) Set(val *ZtnaApplication)
- func (v *NullableZtnaApplication) UnmarshalJSON(src []byte) error
- func (v *NullableZtnaApplication) Unset()
- type NullableZtnaApplicationCategory
- func (v NullableZtnaApplicationCategory) Get() *ZtnaApplicationCategory
- func (v NullableZtnaApplicationCategory) IsSet() bool
- func (v NullableZtnaApplicationCategory) MarshalJSON() ([]byte, error)
- func (v *NullableZtnaApplicationCategory) Set(val *ZtnaApplicationCategory)
- func (v *NullableZtnaApplicationCategory) UnmarshalJSON(src []byte) error
- func (v *NullableZtnaApplicationCategory) Unset()
- type NullableZtnaPolicy
- type NullableZtnaPolicyRuleset
- func (v NullableZtnaPolicyRuleset) Get() *ZtnaPolicyRuleset
- func (v NullableZtnaPolicyRuleset) IsSet() bool
- func (v NullableZtnaPolicyRuleset) MarshalJSON() ([]byte, error)
- func (v *NullableZtnaPolicyRuleset) Set(val *ZtnaPolicyRuleset)
- func (v *NullableZtnaPolicyRuleset) UnmarshalJSON(src []byte) error
- func (v *NullableZtnaPolicyRuleset) Unset()
- type NullableZtnaPolicyRulesetRule
- func (v NullableZtnaPolicyRulesetRule) Get() *ZtnaPolicyRulesetRule
- func (v NullableZtnaPolicyRulesetRule) IsSet() bool
- func (v NullableZtnaPolicyRulesetRule) MarshalJSON() ([]byte, error)
- func (v *NullableZtnaPolicyRulesetRule) Set(val *ZtnaPolicyRulesetRule)
- func (v *NullableZtnaPolicyRulesetRule) UnmarshalJSON(src []byte) error
- func (v *NullableZtnaPolicyRulesetRule) Unset()
- type NullableZtnaSummary
- func (v NullableZtnaSummary) Get() *ZtnaSummary
- func (v NullableZtnaSummary) IsSet() bool
- func (v NullableZtnaSummary) MarshalJSON() ([]byte, error)
- func (v *NullableZtnaSummary) Set(val *ZtnaSummary)
- func (v *NullableZtnaSummary) UnmarshalJSON(src []byte) error
- func (v *NullableZtnaSummary) Unset()
- type OrganizationRequestsByHourAPIService
- func (a *OrganizationRequestsByHourAPIService) GetOrganizationRequestsByHour(ctx context.Context, type_ string) ApiGetOrganizationRequestsByHourRequest
- func (a *OrganizationRequestsByHourAPIService) GetOrganizationRequestsByHourExecute(r ApiGetOrganizationRequestsByHourRequest) (*GetRequestsByHour200Response, *http.Response, error)
- func (a *OrganizationRequestsByHourAPIService) GetRequestsByHour(ctx context.Context) ApiGetRequestsByHourRequest
- func (a *OrganizationRequestsByHourAPIService) GetRequestsByHourExecute(r ApiGetRequestsByHourRequest) (*GetRequestsByHour200Response, *http.Response, error)
- type OrganizationRequestsByHourAndCategoryAPIService
- func (a *OrganizationRequestsByHourAndCategoryAPIService) GetRequestsByHourAndCategory(ctx context.Context) ApiGetRequestsByHourAndCategoryRequest
- func (a *OrganizationRequestsByHourAndCategoryAPIService) GetRequestsByHourAndCategoryAndType(ctx context.Context, type_ string) ApiGetRequestsByHourAndCategoryAndTypeRequest
- func (a *OrganizationRequestsByHourAndCategoryAPIService) GetRequestsByHourAndCategoryAndTypeExecute(r ApiGetRequestsByHourAndCategoryAndTypeRequest) (*GetRequestsByHourAndCategory200Response, *http.Response, error)
- func (a *OrganizationRequestsByHourAndCategoryAPIService) GetRequestsByHourAndCategoryExecute(r ApiGetRequestsByHourAndCategoryRequest) (*GetRequestsByHourAndCategory200Response, *http.Response, error)
- type OrganizationRequestsByTimerangeAPIService
- func (a *OrganizationRequestsByTimerangeAPIService) GetRequestsByTimerange(ctx context.Context) ApiGetRequestsByTimerangeRequest
- func (a *OrganizationRequestsByTimerangeAPIService) GetRequestsByTimerangeExecute(r ApiGetRequestsByTimerangeRequest) (*GetRequestsByTimerange200Response, *http.Response, error)
- func (a *OrganizationRequestsByTimerangeAPIService) GetRequestsByTimerangeType(ctx context.Context, type_ string) ApiGetRequestsByTimerangeTypeRequest
- func (a *OrganizationRequestsByTimerangeAPIService) GetRequestsByTimerangeTypeExecute(r ApiGetRequestsByTimerangeTypeRequest) (*GetRequestsByHour200Response, *http.Response, error)
- type OrganizationRequestsByTimerangeAndCategoryAPIService
- func (a *OrganizationRequestsByTimerangeAndCategoryAPIService) GetRequestsByTimerangeAndCategory(ctx context.Context) ApiGetRequestsByTimerangeAndCategoryRequest
- func (a *OrganizationRequestsByTimerangeAndCategoryAPIService) GetRequestsByTimerangeAndCategoryExecute(r ApiGetRequestsByTimerangeAndCategoryRequest) (*GetRequestsByHourAndCategory200Response, *http.Response, error)
- func (a *OrganizationRequestsByTimerangeAndCategoryAPIService) GetRequestsByTimerangeAndCategoryType(ctx context.Context, type_ string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
- func (a *OrganizationRequestsByTimerangeAndCategoryAPIService) GetRequestsByTimerangeAndCategoryTypeExecute(r ApiGetRequestsByTimerangeAndCategoryTypeRequest) (*GetRequestsByHourAndCategory200Response, *http.Response, error)
- type PatchApplicationsRequest
- func (o *PatchApplicationsRequest) GetApplicationsList() []string
- func (o *PatchApplicationsRequest) GetApplicationsListOk() ([]string, bool)
- func (o *PatchApplicationsRequest) GetLabel() Label
- func (o *PatchApplicationsRequest) GetLabelOk() (*Label, bool)
- func (o *PatchApplicationsRequest) HasApplicationsList() bool
- func (o *PatchApplicationsRequest) HasLabel() bool
- func (o PatchApplicationsRequest) MarshalJSON() ([]byte, error)
- func (o *PatchApplicationsRequest) SetApplicationsList(v []string)
- func (o *PatchApplicationsRequest) SetLabel(v Label)
- func (o PatchApplicationsRequest) ToMap() (map[string]interface{}, error)
- func (o *PatchApplicationsRequest) UnmarshalJSON(data []byte) (err error)
- type Policy
- func (o *Policy) GetDestinationlistids() []int64
- func (o *Policy) GetDestinationlistidsOk() ([]int64, bool)
- func (o *Policy) GetRuleid() int64
- func (o *Policy) GetRuleidOk() (*int64, bool)
- func (o *Policy) GetRulesetid() int64
- func (o *Policy) GetRulesetidOk() (*int64, bool)
- func (o *Policy) GetTimebasedrule() bool
- func (o *Policy) GetTimebasedruleOk() (*bool, bool)
- func (o Policy) MarshalJSON() ([]byte, error)
- func (o *Policy) SetDestinationlistids(v []int64)
- func (o *Policy) SetRuleid(v int64)
- func (o *Policy) SetRulesetid(v int64)
- func (o *Policy) SetTimebasedrule(v bool)
- func (o Policy) ToMap() (map[string]interface{}, error)
- func (o *Policy) UnmarshalJSON(data []byte) (err error)
- type PolicyZTNA
- func (o *PolicyZTNA) GetPrivateapplicationgroup() PrivateApplicationGroup
- func (o *PolicyZTNA) GetPrivateapplicationgroupOk() (*PrivateApplicationGroup, bool)
- func (o *PolicyZTNA) GetRuleset() Ruleset
- func (o *PolicyZTNA) GetRulesetOk() (*Ruleset, bool)
- func (o PolicyZTNA) MarshalJSON() ([]byte, error)
- func (o *PolicyZTNA) SetPrivateapplicationgroup(v PrivateApplicationGroup)
- func (o *PolicyZTNA) SetRuleset(v Ruleset)
- func (o PolicyZTNA) ToMap() (map[string]interface{}, error)
- func (o *PolicyZTNA) UnmarshalJSON(data []byte) (err error)
- type PostIdentitiesRequest
- func (o *PostIdentitiesRequest) GetIdentityids() []int64
- func (o *PostIdentitiesRequest) GetIdentityidsOk() ([]int64, bool)
- func (o *PostIdentitiesRequest) HasIdentityids() bool
- func (o PostIdentitiesRequest) MarshalJSON() ([]byte, error)
- func (o *PostIdentitiesRequest) SetIdentityids(v []int64)
- func (o PostIdentitiesRequest) ToMap() (map[string]interface{}, error)
- func (o *PostIdentitiesRequest) UnmarshalJSON(data []byte) (err error)
- type PrivateApplicationGroup
- func (o *PrivateApplicationGroup) GetId() int64
- func (o *PrivateApplicationGroup) GetIdOk() (*int64, bool)
- func (o *PrivateApplicationGroup) GetLabel() string
- func (o *PrivateApplicationGroup) GetLabelOk() (*string, bool)
- func (o *PrivateApplicationGroup) HasId() bool
- func (o *PrivateApplicationGroup) HasLabel() bool
- func (o PrivateApplicationGroup) MarshalJSON() ([]byte, error)
- func (o *PrivateApplicationGroup) SetId(v int64)
- func (o *PrivateApplicationGroup) SetIdNil()
- func (o *PrivateApplicationGroup) SetLabel(v string)
- func (o *PrivateApplicationGroup) SetLabelNil()
- func (o PrivateApplicationGroup) ToMap() (map[string]interface{}, error)
- func (o *PrivateApplicationGroup) UnmarshalJSON(data []byte) (err error)
- func (o *PrivateApplicationGroup) UnsetId()
- func (o *PrivateApplicationGroup) UnsetLabel()
- type PrivateResourceAPIService
- func (a *PrivateResourceAPIService) GetPrivateResourceDetailedStatsIdentities(ctx context.Context) ApiGetPrivateResourceDetailedStatsIdentitiesRequest
- func (a *PrivateResourceAPIService) GetPrivateResourceDetailedStatsIdentitiesExecute(r ApiGetPrivateResourceDetailedStatsIdentitiesRequest) (*GetPrivateResourceDetailedStatsIdentities200Response, *http.Response, error)
- func (a *PrivateResourceAPIService) GetPrivateResourceDetailedStatsTimerange(ctx context.Context) ApiGetPrivateResourceDetailedStatsTimerangeRequest
- func (a *PrivateResourceAPIService) GetPrivateResourceDetailedStatsTimerangeExecute(r ApiGetPrivateResourceDetailedStatsTimerangeRequest) (*GetPrivateResourceDetailedStatsTimerange200Response, *http.Response, error)
- func (a *PrivateResourceAPIService) GetPrivateResourceStats(ctx context.Context) ApiGetPrivateResourceStatsRequest
- func (a *PrivateResourceAPIService) GetPrivateResourceStatsExecute(r ApiGetPrivateResourceStatsRequest) (*GetPrivateResourceStats200Response, *http.Response, error)
- type PrivateResourceDetailedStatsIdentities
- func (o *PrivateResourceDetailedStatsIdentities) GetIdentities() []IdentityWithStats
- func (o *PrivateResourceDetailedStatsIdentities) GetIdentitiesOk() ([]IdentityWithStats, bool)
- func (o *PrivateResourceDetailedStatsIdentities) GetPrivateresourceid() int64
- func (o *PrivateResourceDetailedStatsIdentities) GetPrivateresourceidOk() (*int64, bool)
- func (o *PrivateResourceDetailedStatsIdentities) HasIdentities() bool
- func (o *PrivateResourceDetailedStatsIdentities) HasPrivateresourceid() bool
- func (o PrivateResourceDetailedStatsIdentities) MarshalJSON() ([]byte, error)
- func (o *PrivateResourceDetailedStatsIdentities) SetIdentities(v []IdentityWithStats)
- func (o *PrivateResourceDetailedStatsIdentities) SetPrivateresourceid(v int64)
- func (o PrivateResourceDetailedStatsIdentities) ToMap() (map[string]interface{}, error)
- func (o *PrivateResourceDetailedStatsIdentities) UnmarshalJSON(data []byte) (err error)
- type PrivateResourceDetailedStatsTimerange
- func (o *PrivateResourceDetailedStatsTimerange) GetPrivateresourceid() int64
- func (o *PrivateResourceDetailedStatsTimerange) GetPrivateresourceidOk() (*int64, bool)
- func (o *PrivateResourceDetailedStatsTimerange) GetTimeSeriesHitsCount() []TimeSeriesHitsCount
- func (o *PrivateResourceDetailedStatsTimerange) GetTimeSeriesHitsCountOk() ([]TimeSeriesHitsCount, bool)
- func (o *PrivateResourceDetailedStatsTimerange) GetTotalHitsCount() PrivateResourceDetailedStatsTimerangeTotalHitsCount
- func (o *PrivateResourceDetailedStatsTimerange) GetTotalHitsCountOk() (*PrivateResourceDetailedStatsTimerangeTotalHitsCount, bool)
- func (o *PrivateResourceDetailedStatsTimerange) HasPrivateresourceid() bool
- func (o *PrivateResourceDetailedStatsTimerange) HasTimeSeriesHitsCount() bool
- func (o *PrivateResourceDetailedStatsTimerange) HasTotalHitsCount() bool
- func (o PrivateResourceDetailedStatsTimerange) MarshalJSON() ([]byte, error)
- func (o *PrivateResourceDetailedStatsTimerange) SetPrivateresourceid(v int64)
- func (o *PrivateResourceDetailedStatsTimerange) SetTimeSeriesHitsCount(v []TimeSeriesHitsCount)
- func (o *PrivateResourceDetailedStatsTimerange) SetTotalHitsCount(v PrivateResourceDetailedStatsTimerangeTotalHitsCount)
- func (o PrivateResourceDetailedStatsTimerange) ToMap() (map[string]interface{}, error)
- func (o *PrivateResourceDetailedStatsTimerange) UnmarshalJSON(data []byte) (err error)
- type PrivateResourceDetailedStatsTimerangeTotalHitsCount
- func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetBlocked() int64
- func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetBlockedOk() (*int64, bool)
- func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetSuccess() int64
- func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetSuccessOk() (*int64, bool)
- func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetTotal() int64
- func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetTotalOk() (*int64, bool)
- func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) HasBlocked() bool
- func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) HasSuccess() bool
- func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) HasTotal() bool
- func (o PrivateResourceDetailedStatsTimerangeTotalHitsCount) MarshalJSON() ([]byte, error)
- func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) SetBlocked(v int64)
- func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) SetSuccess(v int64)
- func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) SetTotal(v int64)
- func (o PrivateResourceDetailedStatsTimerangeTotalHitsCount) ToMap() (map[string]interface{}, error)
- func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) UnmarshalJSON(data []byte) (err error)
- type PrivateResourceStats
- func (o *PrivateResourceStats) GetHitscount() int64
- func (o *PrivateResourceStats) GetHitscountOk() (*int64, bool)
- func (o *PrivateResourceStats) GetIdscount() int64
- func (o *PrivateResourceStats) GetIdscountOk() (*int64, bool)
- func (o *PrivateResourceStats) GetLasteventat() int64
- func (o *PrivateResourceStats) GetLasteventatOk() (*int64, bool)
- func (o *PrivateResourceStats) GetPrivateresourceid() int64
- func (o *PrivateResourceStats) GetPrivateresourceidOk() (*int64, bool)
- func (o *PrivateResourceStats) HasHitscount() bool
- func (o *PrivateResourceStats) HasIdscount() bool
- func (o *PrivateResourceStats) HasLasteventat() bool
- func (o *PrivateResourceStats) HasPrivateresourceid() bool
- func (o PrivateResourceStats) MarshalJSON() ([]byte, error)
- func (o *PrivateResourceStats) SetHitscount(v int64)
- func (o *PrivateResourceStats) SetIdscount(v int64)
- func (o *PrivateResourceStats) SetLasteventat(v int64)
- func (o *PrivateResourceStats) SetPrivateresourceid(v int64)
- func (o PrivateResourceStats) ToMap() (map[string]interface{}, error)
- func (o *PrivateResourceStats) UnmarshalJSON(data []byte) (err error)
- type Protocol
- func (o *Protocol) GetId() int64
- func (o *Protocol) GetIdOk() (*int64, bool)
- func (o *Protocol) GetLabel() string
- func (o *Protocol) GetLabelOk() (*string, bool)
- func (o Protocol) MarshalJSON() ([]byte, error)
- func (o *Protocol) SetId(v int64)
- func (o *Protocol) SetLabel(v string)
- func (o Protocol) ToMap() (map[string]interface{}, error)
- func (o *Protocol) UnmarshalJSON(data []byte) (err error)
- type ProtocolIdentity
- func (o *ProtocolIdentity) GetBlockedEvents() int64
- func (o *ProtocolIdentity) GetBlockedEventsOk() (*int64, bool)
- func (o *ProtocolIdentity) GetEvents() int64
- func (o *ProtocolIdentity) GetEventsOk() (*int64, bool)
- func (o *ProtocolIdentity) GetFirstDetected() time.Time
- func (o *ProtocolIdentity) GetFirstDetectedOk() (*time.Time, bool)
- func (o *ProtocolIdentity) GetId() int64
- func (o *ProtocolIdentity) GetIdOk() (*int64, bool)
- func (o *ProtocolIdentity) GetLastDetected() time.Time
- func (o *ProtocolIdentity) GetLastDetectedOk() (*time.Time, bool)
- func (o *ProtocolIdentity) GetName() string
- func (o *ProtocolIdentity) GetNameOk() (*string, bool)
- func (o *ProtocolIdentity) HasBlockedEvents() bool
- func (o *ProtocolIdentity) HasEvents() bool
- func (o *ProtocolIdentity) HasFirstDetected() bool
- func (o *ProtocolIdentity) HasId() bool
- func (o *ProtocolIdentity) HasLastDetected() bool
- func (o *ProtocolIdentity) HasName() bool
- func (o ProtocolIdentity) MarshalJSON() ([]byte, error)
- func (o *ProtocolIdentity) SetBlockedEvents(v int64)
- func (o *ProtocolIdentity) SetEvents(v int64)
- func (o *ProtocolIdentity) SetFirstDetected(v time.Time)
- func (o *ProtocolIdentity) SetId(v int64)
- func (o *ProtocolIdentity) SetLastDetected(v time.Time)
- func (o *ProtocolIdentity) SetName(v string)
- func (o ProtocolIdentity) ToMap() (map[string]interface{}, error)
- func (o *ProtocolIdentity) UnmarshalJSON(data []byte) (err error)
- type ProtocolIdentityList
- func (o *ProtocolIdentityList) GetItems() []ProtocolIdentity
- func (o *ProtocolIdentityList) GetItemsOk() ([]ProtocolIdentity, bool)
- func (o *ProtocolIdentityList) HasItems() bool
- func (o ProtocolIdentityList) MarshalJSON() ([]byte, error)
- func (o *ProtocolIdentityList) SetItems(v []ProtocolIdentity)
- func (o ProtocolIdentityList) ToMap() (map[string]interface{}, error)
- func (o *ProtocolIdentityList) UnmarshalJSON(data []byte) (err error)
- type ProtocolList
- func (o *ProtocolList) GetItems() []ProtocolObjectInList
- func (o *ProtocolList) GetItemsOk() ([]ProtocolObjectInList, bool)
- func (o *ProtocolList) HasItems() bool
- func (o ProtocolList) MarshalJSON() ([]byte, error)
- func (o *ProtocolList) SetItems(v []ProtocolObjectInList)
- func (o ProtocolList) ToMap() (map[string]interface{}, error)
- func (o *ProtocolList) UnmarshalJSON(data []byte) (err error)
- type ProtocolObject
- func (o *ProtocolObject) GetBlockedEvents() int64
- func (o *ProtocolObject) GetBlockedEventsOk() (*int64, bool)
- func (o *ProtocolObject) GetDescription() string
- func (o *ProtocolObject) GetDescriptionOk() (*string, bool)
- func (o *ProtocolObject) GetEvents() int64
- func (o *ProtocolObject) GetEventsOk() (*int64, bool)
- func (o *ProtocolObject) GetFirstDetected() time.Time
- func (o *ProtocolObject) GetFirstDetectedOk() (*time.Time, bool)
- func (o *ProtocolObject) GetId() string
- func (o *ProtocolObject) GetIdOk() (*string, bool)
- func (o *ProtocolObject) GetIdentitiesCount() int64
- func (o *ProtocolObject) GetIdentitiesCountOk() (*int64, bool)
- func (o *ProtocolObject) GetLastDetected() time.Time
- func (o *ProtocolObject) GetLastDetectedOk() (*time.Time, bool)
- func (o *ProtocolObject) GetName() string
- func (o *ProtocolObject) GetNameOk() (*string, bool)
- func (o *ProtocolObject) HasBlockedEvents() bool
- func (o *ProtocolObject) HasDescription() bool
- func (o *ProtocolObject) HasEvents() bool
- func (o *ProtocolObject) HasFirstDetected() bool
- func (o *ProtocolObject) HasId() bool
- func (o *ProtocolObject) HasIdentitiesCount() bool
- func (o *ProtocolObject) HasLastDetected() bool
- func (o *ProtocolObject) HasName() bool
- func (o ProtocolObject) MarshalJSON() ([]byte, error)
- func (o *ProtocolObject) SetBlockedEvents(v int64)
- func (o *ProtocolObject) SetDescription(v string)
- func (o *ProtocolObject) SetEvents(v int64)
- func (o *ProtocolObject) SetFirstDetected(v time.Time)
- func (o *ProtocolObject) SetId(v string)
- func (o *ProtocolObject) SetIdentitiesCount(v int64)
- func (o *ProtocolObject) SetLastDetected(v time.Time)
- func (o *ProtocolObject) SetName(v string)
- func (o ProtocolObject) ToMap() (map[string]interface{}, error)
- func (o *ProtocolObject) UnmarshalJSON(data []byte) (err error)
- type ProtocolObjectInList
- func (o *ProtocolObjectInList) GetBlockedEvents() int64
- func (o *ProtocolObjectInList) GetBlockedEventsOk() (*int64, bool)
- func (o *ProtocolObjectInList) GetDescription() string
- func (o *ProtocolObjectInList) GetDescriptionOk() (*string, bool)
- func (o *ProtocolObjectInList) GetEvents() int64
- func (o *ProtocolObjectInList) GetEventsOk() (*int64, bool)
- func (o *ProtocolObjectInList) GetFirstDetected() time.Time
- func (o *ProtocolObjectInList) GetFirstDetectedOk() (*time.Time, bool)
- func (o *ProtocolObjectInList) GetId() string
- func (o *ProtocolObjectInList) GetIdOk() (*string, bool)
- func (o *ProtocolObjectInList) GetLastDetected() time.Time
- func (o *ProtocolObjectInList) GetLastDetectedOk() (*time.Time, bool)
- func (o *ProtocolObjectInList) GetName() string
- func (o *ProtocolObjectInList) GetNameOk() (*string, bool)
- func (o ProtocolObjectInList) MarshalJSON() ([]byte, error)
- func (o *ProtocolObjectInList) SetBlockedEvents(v int64)
- func (o *ProtocolObjectInList) SetDescription(v string)
- func (o *ProtocolObjectInList) SetEvents(v int64)
- func (o *ProtocolObjectInList) SetFirstDetected(v time.Time)
- func (o *ProtocolObjectInList) SetId(v string)
- func (o *ProtocolObjectInList) SetLastDetected(v time.Time)
- func (o *ProtocolObjectInList) SetName(v string)
- func (o ProtocolObjectInList) ToMap() (map[string]interface{}, error)
- func (o *ProtocolObjectInList) UnmarshalJSON(data []byte) (err error)
- type ProtocolsAPIService
- func (a *ProtocolsAPIService) GetProtocol(ctx context.Context, protocolId string) ApiGetProtocolRequest
- func (a *ProtocolsAPIService) GetProtocolExecute(r ApiGetProtocolRequest) (*ProtocolObject, *http.Response, error)
- func (a *ProtocolsAPIService) GetProtocols(ctx context.Context) ApiGetProtocolsRequest
- func (a *ProtocolsAPIService) GetProtocolsExecute(r ApiGetProtocolsRequest) (*ProtocolList, *http.Response, error)
- type RemoteAccess
- func (o *RemoteAccess) GetAnyconnectversion() string
- func (o *RemoteAccess) GetAnyconnectversionOk() (*string, bool)
- func (o *RemoteAccess) GetConnectionevent() string
- func (o *RemoteAccess) GetConnectioneventOk() (*string, bool)
- func (o *RemoteAccess) GetConnecttimestamp() int64
- func (o *RemoteAccess) GetConnecttimestampOk() (*int64, bool)
- func (o *RemoteAccess) GetFailedreasons() []string
- func (o *RemoteAccess) GetFailedreasonsOk() ([]string, bool)
- func (o *RemoteAccess) GetIdentities() []RemoteAccessIdentitiesInner
- func (o *RemoteAccess) GetIdentitiesOk() ([]RemoteAccessIdentitiesInner, bool)
- func (o *RemoteAccess) GetInternalip() string
- func (o *RemoteAccess) GetInternalipOk() (*string, bool)
- func (o *RemoteAccess) GetOsversion() string
- func (o *RemoteAccess) GetOsversionOk() (*string, bool)
- func (o *RemoteAccess) GetPublicip() string
- func (o *RemoteAccess) GetPublicipOk() (*string, bool)
- func (o *RemoteAccess) GetReason() string
- func (o *RemoteAccess) GetReasonOk() (*string, bool)
- func (o *RemoteAccess) GetSessiontype() string
- func (o *RemoteAccess) GetSessiontypeOk() (*string, bool)
- func (o *RemoteAccess) GetTimestamp() int64
- func (o *RemoteAccess) GetTimestampOk() (*int64, bool)
- func (o *RemoteAccess) GetVpnprofile() string
- func (o *RemoteAccess) GetVpnprofileOk() (*string, bool)
- func (o RemoteAccess) MarshalJSON() ([]byte, error)
- func (o *RemoteAccess) SetAnyconnectversion(v string)
- func (o *RemoteAccess) SetConnectionevent(v string)
- func (o *RemoteAccess) SetConnecttimestamp(v int64)
- func (o *RemoteAccess) SetFailedreasons(v []string)
- func (o *RemoteAccess) SetIdentities(v []RemoteAccessIdentitiesInner)
- func (o *RemoteAccess) SetInternalip(v string)
- func (o *RemoteAccess) SetOsversion(v string)
- func (o *RemoteAccess) SetPublicip(v string)
- func (o *RemoteAccess) SetReason(v string)
- func (o *RemoteAccess) SetSessiontype(v string)
- func (o *RemoteAccess) SetTimestamp(v int64)
- func (o *RemoteAccess) SetVpnprofile(v string)
- func (o RemoteAccess) ToMap() (map[string]interface{}, error)
- func (o *RemoteAccess) UnmarshalJSON(data []byte) (err error)
- type RemoteAccessAPIService
- type RemoteAccessIdentitiesInner
- func (o *RemoteAccessIdentitiesInner) GetDeleted() bool
- func (o *RemoteAccessIdentitiesInner) GetDeletedOk() (*bool, bool)
- func (o *RemoteAccessIdentitiesInner) GetId() int64
- func (o *RemoteAccessIdentitiesInner) GetIdOk() (*int64, bool)
- func (o *RemoteAccessIdentitiesInner) GetLabel() string
- func (o *RemoteAccessIdentitiesInner) GetLabelOk() (*string, bool)
- func (o *RemoteAccessIdentitiesInner) GetType() RemoteAccessIdentitiesInnerType
- func (o *RemoteAccessIdentitiesInner) GetTypeOk() (*RemoteAccessIdentitiesInnerType, bool)
- func (o *RemoteAccessIdentitiesInner) HasDeleted() bool
- func (o *RemoteAccessIdentitiesInner) HasId() bool
- func (o *RemoteAccessIdentitiesInner) HasLabel() bool
- func (o *RemoteAccessIdentitiesInner) HasType() bool
- func (o RemoteAccessIdentitiesInner) MarshalJSON() ([]byte, error)
- func (o *RemoteAccessIdentitiesInner) SetDeleted(v bool)
- func (o *RemoteAccessIdentitiesInner) SetId(v int64)
- func (o *RemoteAccessIdentitiesInner) SetLabel(v string)
- func (o *RemoteAccessIdentitiesInner) SetType(v RemoteAccessIdentitiesInnerType)
- func (o RemoteAccessIdentitiesInner) ToMap() (map[string]interface{}, error)
- func (o *RemoteAccessIdentitiesInner) UnmarshalJSON(data []byte) (err error)
- type RemoteAccessIdentitiesInnerType
- func (o *RemoteAccessIdentitiesInnerType) GetId() int64
- func (o *RemoteAccessIdentitiesInnerType) GetIdOk() (*int64, bool)
- func (o *RemoteAccessIdentitiesInnerType) GetLabel() string
- func (o *RemoteAccessIdentitiesInnerType) GetLabelOk() (*string, bool)
- func (o *RemoteAccessIdentitiesInnerType) GetType() string
- func (o *RemoteAccessIdentitiesInnerType) GetTypeOk() (*string, bool)
- func (o *RemoteAccessIdentitiesInnerType) HasId() bool
- func (o *RemoteAccessIdentitiesInnerType) HasLabel() bool
- func (o *RemoteAccessIdentitiesInnerType) HasType() bool
- func (o RemoteAccessIdentitiesInnerType) MarshalJSON() ([]byte, error)
- func (o *RemoteAccessIdentitiesInnerType) SetId(v int64)
- func (o *RemoteAccessIdentitiesInnerType) SetLabel(v string)
- func (o *RemoteAccessIdentitiesInnerType) SetType(v string)
- func (o RemoteAccessIdentitiesInnerType) ToMap() (map[string]interface{}, error)
- func (o *RemoteAccessIdentitiesInnerType) UnmarshalJSON(data []byte) (err error)
- type RequestAndConnectionCounts
- func (o *RequestAndConnectionCounts) GetAllowedrequests() int64
- func (o *RequestAndConnectionCounts) GetAllowedrequestsOk() (*int64, bool)
- func (o *RequestAndConnectionCounts) GetBlockedrequests() int64
- func (o *RequestAndConnectionCounts) GetBlockedrequestsOk() (*int64, bool)
- func (o *RequestAndConnectionCounts) GetConnectionevents() int64
- func (o *RequestAndConnectionCounts) GetConnectioneventsOk() (*int64, bool)
- func (o *RequestAndConnectionCounts) GetDisconnectionevents() int64
- func (o *RequestAndConnectionCounts) GetDisconnectioneventsOk() (*int64, bool)
- func (o *RequestAndConnectionCounts) GetRequests() Requests
- func (o *RequestAndConnectionCounts) GetRequestsOk() (*Requests, bool)
- func (o *RequestAndConnectionCounts) HasAllowedrequests() bool
- func (o *RequestAndConnectionCounts) HasBlockedrequests() bool
- func (o *RequestAndConnectionCounts) HasConnectionevents() bool
- func (o *RequestAndConnectionCounts) HasDisconnectionevents() bool
- func (o *RequestAndConnectionCounts) HasRequests() bool
- func (o RequestAndConnectionCounts) MarshalJSON() ([]byte, error)
- func (o *RequestAndConnectionCounts) SetAllowedrequests(v int64)
- func (o *RequestAndConnectionCounts) SetBlockedrequests(v int64)
- func (o *RequestAndConnectionCounts) SetConnectionevents(v int64)
- func (o *RequestAndConnectionCounts) SetDisconnectionevents(v int64)
- func (o *RequestAndConnectionCounts) SetRequests(v Requests)
- func (o RequestAndConnectionCounts) ToMap() (map[string]interface{}, error)
- func (o *RequestAndConnectionCounts) UnmarshalJSON(data []byte) (err error)
- type RequestCounts
- func (o *RequestCounts) GetAllowedrequests() int64
- func (o *RequestCounts) GetAllowedrequestsOk() (*int64, bool)
- func (o *RequestCounts) GetBlockedrequests() int64
- func (o *RequestCounts) GetBlockedrequestsOk() (*int64, bool)
- func (o *RequestCounts) GetRequests() int64
- func (o *RequestCounts) GetRequestsOk() (*int64, bool)
- func (o *RequestCounts) HasAllowedrequests() bool
- func (o *RequestCounts) HasBlockedrequests() bool
- func (o *RequestCounts) HasRequests() bool
- func (o RequestCounts) MarshalJSON() ([]byte, error)
- func (o *RequestCounts) SetAllowedrequests(v int64)
- func (o *RequestCounts) SetBlockedrequests(v int64)
- func (o *RequestCounts) SetRequests(v int64)
- func (o RequestCounts) ToMap() (map[string]interface{}, error)
- func (o *RequestCounts) UnmarshalJSON(data []byte) (err error)
- type RequestDetailsListInner
- func (o *RequestDetailsListInner) GetCount() int64
- func (o *RequestDetailsListInner) GetCountOk() (*int64, bool)
- func (o *RequestDetailsListInner) GetPath() string
- func (o *RequestDetailsListInner) GetPathOk() (*string, bool)
- func (o *RequestDetailsListInner) GetVerb() string
- func (o *RequestDetailsListInner) GetVerbOk() (*string, bool)
- func (o RequestDetailsListInner) MarshalJSON() ([]byte, error)
- func (o *RequestDetailsListInner) SetCount(v int64)
- func (o *RequestDetailsListInner) SetPath(v string)
- func (o *RequestDetailsListInner) SetVerb(v string)
- func (o RequestDetailsListInner) ToMap() (map[string]interface{}, error)
- func (o *RequestDetailsListInner) UnmarshalJSON(data []byte) (err error)
- type RequestSummaryAppConnector
- func (o *RequestSummaryAppConnector) GetCount() int64
- func (o *RequestSummaryAppConnector) GetCountOk() (*int64, bool)
- func (o RequestSummaryAppConnector) MarshalJSON() ([]byte, error)
- func (o *RequestSummaryAppConnector) SetCount(v int64)
- func (o RequestSummaryAppConnector) ToMap() (map[string]interface{}, error)
- func (o *RequestSummaryAppConnector) UnmarshalJSON(data []byte) (err error)
- type RequestSummaryAppConnectorGroup
- func (o *RequestSummaryAppConnectorGroup) GetCount() int64
- func (o *RequestSummaryAppConnectorGroup) GetCountOk() (*int64, bool)
- func (o *RequestSummaryAppConnectorGroup) GetUnresolved() int64
- func (o *RequestSummaryAppConnectorGroup) GetUnresolvedOk() (*int64, bool)
- func (o RequestSummaryAppConnectorGroup) MarshalJSON() ([]byte, error)
- func (o *RequestSummaryAppConnectorGroup) SetCount(v int64)
- func (o *RequestSummaryAppConnectorGroup) SetUnresolved(v int64)
- func (o RequestSummaryAppConnectorGroup) ToMap() (map[string]interface{}, error)
- func (o *RequestSummaryAppConnectorGroup) UnmarshalJSON(data []byte) (err error)
- type Requests
- func (o *Requests) GetCount() int64
- func (o *Requests) GetCountOk() (*int64, bool)
- func (o *Requests) GetFrom() string
- func (o *Requests) GetFromOk() (*string, bool)
- func (o *Requests) GetItems() []RequestsInformationInner
- func (o *Requests) GetItemsOk() ([]RequestsInformationInner, bool)
- func (o *Requests) GetTo() string
- func (o *Requests) GetToOk() (*string, bool)
- func (o Requests) MarshalJSON() ([]byte, error)
- func (o *Requests) SetCount(v int64)
- func (o *Requests) SetFrom(v string)
- func (o *Requests) SetItems(v []RequestsInformationInner)
- func (o *Requests) SetTo(v string)
- func (o Requests) ToMap() (map[string]interface{}, error)
- func (o *Requests) UnmarshalJSON(data []byte) (err error)
- type RequestsByAppConnector
- func (o *RequestsByAppConnector) GetId() int64
- func (o *RequestsByAppConnector) GetIdOk() (*int64, bool)
- func (o *RequestsByAppConnector) GetRequests() RequestSummaryAppConnector
- func (o *RequestsByAppConnector) GetRequestsOk() (*RequestSummaryAppConnector, bool)
- func (o RequestsByAppConnector) MarshalJSON() ([]byte, error)
- func (o *RequestsByAppConnector) SetId(v int64)
- func (o *RequestsByAppConnector) SetRequests(v RequestSummaryAppConnector)
- func (o RequestsByAppConnector) ToMap() (map[string]interface{}, error)
- func (o *RequestsByAppConnector) UnmarshalJSON(data []byte) (err error)
- type RequestsByAppConnectorGroup
- func (o *RequestsByAppConnectorGroup) GetId() int64
- func (o *RequestsByAppConnectorGroup) GetIdOk() (*int64, bool)
- func (o *RequestsByAppConnectorGroup) GetRequests() RequestSummaryAppConnectorGroup
- func (o *RequestsByAppConnectorGroup) GetRequestsOk() (*RequestSummaryAppConnectorGroup, bool)
- func (o RequestsByAppConnectorGroup) MarshalJSON() ([]byte, error)
- func (o *RequestsByAppConnectorGroup) SetId(v int64)
- func (o *RequestsByAppConnectorGroup) SetRequests(v RequestSummaryAppConnectorGroup)
- func (o RequestsByAppConnectorGroup) ToMap() (map[string]interface{}, error)
- func (o *RequestsByAppConnectorGroup) UnmarshalJSON(data []byte) (err error)
- type RequestsInformationInner
- func (o *RequestsInformationInner) GetCount() int64
- func (o *RequestsInformationInner) GetCountOk() (*int64, bool)
- func (o *RequestsInformationInner) GetRequests() []RequestDetailsListInner
- func (o *RequestsInformationInner) GetRequestsOk() ([]RequestDetailsListInner, bool)
- func (o *RequestsInformationInner) GetUserAgent() string
- func (o *RequestsInformationInner) GetUserAgentOk() (*string, bool)
- func (o RequestsInformationInner) MarshalJSON() ([]byte, error)
- func (o *RequestsInformationInner) SetCount(v int64)
- func (o *RequestsInformationInner) SetRequests(v []RequestDetailsListInner)
- func (o *RequestsInformationInner) SetUserAgent(v string)
- func (o RequestsInformationInner) ToMap() (map[string]interface{}, error)
- func (o *RequestsInformationInner) UnmarshalJSON(data []byte) (err error)
- type RequestsResourceConnectorAPIService
- func (a *RequestsResourceConnectorAPIService) GetTotalRequestsForAppConnector(ctx context.Context) ApiGetTotalRequestsForAppConnectorRequest
- func (a *RequestsResourceConnectorAPIService) GetTotalRequestsForAppConnectorExecute(r ApiGetTotalRequestsForAppConnectorRequest) (*GetTotalRequestsForAppConnector200Response, *http.Response, error)
- func (a *RequestsResourceConnectorAPIService) GetTotalRequestsForAppConnectorGroup(ctx context.Context) ApiGetTotalRequestsForAppConnectorGroupRequest
- func (a *RequestsResourceConnectorAPIService) GetTotalRequestsForAppConnectorGroupExecute(r ApiGetTotalRequestsForAppConnectorGroupRequest) (*GetTotalRequestsForAppConnectorGroup200Response, *http.Response, error)
- type RequestsSummaryResourceConnectorGroupsAPIService
- func (a *RequestsSummaryResourceConnectorGroupsAPIService) GetRequestsSummaryForAppConnectorGroups(ctx context.Context) ApiGetRequestsSummaryForAppConnectorGroupsRequest
- func (a *RequestsSummaryResourceConnectorGroupsAPIService) GetRequestsSummaryForAppConnectorGroupsExecute(r ApiGetRequestsSummaryForAppConnectorGroupsRequest) (*GetRequestsSummaryForAppConnectorGroups200Response, *http.Response, error)
- type RequestsbyHour
- func (o *RequestsbyHour) GetCount() int64
- func (o *RequestsbyHour) GetCountOk() (*int64, bool)
- func (o *RequestsbyHour) GetCounts() RequestAndConnectionCounts
- func (o *RequestsbyHour) GetCountsOk() (*RequestAndConnectionCounts, bool)
- func (o *RequestsbyHour) GetDate() string
- func (o *RequestsbyHour) GetDateOk() (*string, bool)
- func (o *RequestsbyHour) GetTime() string
- func (o *RequestsbyHour) GetTimeOk() (*string, bool)
- func (o *RequestsbyHour) GetTimestamp() int64
- func (o *RequestsbyHour) GetTimestampOk() (*int64, bool)
- func (o RequestsbyHour) MarshalJSON() ([]byte, error)
- func (o *RequestsbyHour) SetCount(v int64)
- func (o *RequestsbyHour) SetCounts(v RequestAndConnectionCounts)
- func (o *RequestsbyHour) SetDate(v string)
- func (o *RequestsbyHour) SetTime(v string)
- func (o *RequestsbyHour) SetTimestamp(v int64)
- func (o RequestsbyHour) ToMap() (map[string]interface{}, error)
- func (o *RequestsbyHour) UnmarshalJSON(data []byte) (err error)
- type ResourceConnectorsAPIService
- func (a *ResourceConnectorsAPIService) GetDetailedStatsForAppConnector(ctx context.Context) ApiGetDetailedStatsForAppConnectorRequest
- func (a *ResourceConnectorsAPIService) GetDetailedStatsForAppConnectorExecute(r ApiGetDetailedStatsForAppConnectorRequest) (*GetDetailedStatsForAppConnector200Response, *http.Response, error)
- func (a *ResourceConnectorsAPIService) GetDetailedStatsForAppConnectorGroups(ctx context.Context) ApiGetDetailedStatsForAppConnectorGroupsRequest
- func (a *ResourceConnectorsAPIService) GetDetailedStatsForAppConnectorGroupsExecute(r ApiGetDetailedStatsForAppConnectorGroupsRequest) (*GetDetailedStatsForAppConnectorGroups200Response, *http.Response, error)
- func (a *ResourceConnectorsAPIService) GetOverloadedGroupsCount(ctx context.Context) ApiGetOverloadedGroupsCountRequest
- func (a *ResourceConnectorsAPIService) GetOverloadedGroupsCountExecute(r ApiGetOverloadedGroupsCountRequest) (*GetTotalRequests200Response, *http.Response, error)
- type Response
- func (o *Response) GetData() ResponseData
- func (o *Response) GetDataOk() (*ResponseData, bool)
- func (o *Response) GetMeta() map[string]interface{}
- func (o *Response) GetMetaOk() (map[string]interface{}, bool)
- func (o *Response) HasData() bool
- func (o *Response) HasMeta() bool
- func (o Response) MarshalJSON() ([]byte, error)
- func (o *Response) SetData(v ResponseData)
- func (o *Response) SetMeta(v map[string]interface{})
- func (o Response) ToMap() (map[string]interface{}, error)
- func (o *Response) UnmarshalJSON(data []byte) (err error)
- type ResponseData
- func (o *ResponseData) GetErrors() string
- func (o *ResponseData) GetErrorsOk() (*string, bool)
- func (o *ResponseData) GetRequiredParameters() []string
- func (o *ResponseData) GetRequiredParametersOk() ([]string, bool)
- func (o *ResponseData) HasErrors() bool
- func (o *ResponseData) HasRequiredParameters() bool
- func (o ResponseData) MarshalJSON() ([]byte, error)
- func (o *ResponseData) SetErrors(v string)
- func (o *ResponseData) SetRequiredParameters(v []string)
- func (o ResponseData) ToMap() (map[string]interface{}, error)
- func (o *ResponseData) UnmarshalJSON(data []byte) (err error)
- type Responses
- func (o *Responses) GetCount() int64
- func (o *Responses) GetCountOk() (*int64, bool)
- func (o *Responses) GetFrom() string
- func (o *Responses) GetFromOk() (*string, bool)
- func (o *Responses) GetItems() []ResponsesInformationInner
- func (o *Responses) GetItemsOk() ([]ResponsesInformationInner, bool)
- func (o *Responses) GetTo() string
- func (o *Responses) GetToOk() (*string, bool)
- func (o Responses) MarshalJSON() ([]byte, error)
- func (o *Responses) SetCount(v int64)
- func (o *Responses) SetFrom(v string)
- func (o *Responses) SetItems(v []ResponsesInformationInner)
- func (o *Responses) SetTo(v string)
- func (o Responses) ToMap() (map[string]interface{}, error)
- func (o *Responses) UnmarshalJSON(data []byte) (err error)
- type ResponsesInformationInner
- func (o *ResponsesInformationInner) GetCount() int64
- func (o *ResponsesInformationInner) GetCountOk() (*int64, bool)
- func (o *ResponsesInformationInner) GetRequests() []RequestDetailsListInner
- func (o *ResponsesInformationInner) GetRequestsOk() ([]RequestDetailsListInner, bool)
- func (o *ResponsesInformationInner) GetStatusCode() string
- func (o *ResponsesInformationInner) GetStatusCodeOk() (*string, bool)
- func (o ResponsesInformationInner) MarshalJSON() ([]byte, error)
- func (o *ResponsesInformationInner) SetCount(v int64)
- func (o *ResponsesInformationInner) SetRequests(v []RequestDetailsListInner)
- func (o *ResponsesInformationInner) SetStatusCode(v string)
- func (o ResponsesInformationInner) ToMap() (map[string]interface{}, error)
- func (o *ResponsesInformationInner) UnmarshalJSON(data []byte) (err error)
- type Rule
- func (o *Rule) GetId() int64
- func (o *Rule) GetIdOk() (*int64, bool)
- func (o *Rule) GetLabel() string
- func (o *Rule) GetLabelOk() (*string, bool)
- func (o *Rule) GetPrivateapplicationgroup() PrivateApplicationGroup
- func (o *Rule) GetPrivateapplicationgroupOk() (*PrivateApplicationGroup, bool)
- func (o *Rule) HasPrivateapplicationgroup() bool
- func (o Rule) MarshalJSON() ([]byte, error)
- func (o *Rule) SetId(v int64)
- func (o *Rule) SetLabel(v string)
- func (o *Rule) SetPrivateapplicationgroup(v PrivateApplicationGroup)
- func (o Rule) ToMap() (map[string]interface{}, error)
- func (o *Rule) UnmarshalJSON(data []byte) (err error)
- type RuleHitcountSummary
- func (o *RuleHitcountSummary) GetHitcount() int64
- func (o *RuleHitcountSummary) GetHitcountOk() (*int64, bool)
- func (o *RuleHitcountSummary) GetLasteventat() int64
- func (o *RuleHitcountSummary) GetLasteventatOk() (*int64, bool)
- func (o *RuleHitcountSummary) GetRuleid() int64
- func (o *RuleHitcountSummary) GetRuleidOk() (*int64, bool)
- func (o *RuleHitcountSummary) HasHitcount() bool
- func (o *RuleHitcountSummary) HasLasteventat() bool
- func (o *RuleHitcountSummary) HasRuleid() bool
- func (o RuleHitcountSummary) MarshalJSON() ([]byte, error)
- func (o *RuleHitcountSummary) SetHitcount(v int64)
- func (o *RuleHitcountSummary) SetLasteventat(v int64)
- func (o *RuleHitcountSummary) SetRuleid(v int64)
- func (o RuleHitcountSummary) ToMap() (map[string]interface{}, error)
- func (o *RuleHitcountSummary) UnmarshalJSON(data []byte) (err error)
- type RuleParam
- func (o *RuleParam) GetId() int64
- func (o *RuleParam) GetIdOk() (*int64, bool)
- func (o *RuleParam) HasId() bool
- func (o RuleParam) MarshalJSON() ([]byte, error)
- func (o *RuleParam) SetId(v int64)
- func (o RuleParam) ToMap() (map[string]interface{}, error)
- func (o *RuleParam) UnmarshalJSON(data []byte) (err error)
- type RulesActivity
- func (o *RulesActivity) GetResource() PrivateApplicationGroup
- func (o *RulesActivity) GetResourceOk() (*PrivateApplicationGroup, bool)
- func (o *RulesActivity) GetRule() Rule
- func (o *RulesActivity) GetRuleOk() (*Rule, bool)
- func (o *RulesActivity) GetTimestamp() int64
- func (o *RulesActivity) GetTimestampOk() (*int64, bool)
- func (o *RulesActivity) GetVerdict() Verdict
- func (o *RulesActivity) GetVerdictOk() (*Verdict, bool)
- func (o *RulesActivity) HasResource() bool
- func (o RulesActivity) MarshalJSON() ([]byte, error)
- func (o *RulesActivity) SetResource(v PrivateApplicationGroup)
- func (o *RulesActivity) SetRule(v Rule)
- func (o *RulesActivity) SetTimestamp(v int64)
- func (o *RulesActivity) SetVerdict(v Verdict)
- func (o RulesActivity) ToMap() (map[string]interface{}, error)
- func (o *RulesActivity) UnmarshalJSON(data []byte) (err error)
- type RulesActivity200Response
- func (o *RulesActivity200Response) GetData() []RulesActivity
- func (o *RulesActivity200Response) GetDataOk() ([]RulesActivity, bool)
- func (o *RulesActivity200Response) GetMeta() map[string]interface{}
- func (o *RulesActivity200Response) GetMetaOk() (map[string]interface{}, bool)
- func (o RulesActivity200Response) MarshalJSON() ([]byte, error)
- func (o *RulesActivity200Response) SetData(v []RulesActivity)
- func (o *RulesActivity200Response) SetMeta(v map[string]interface{})
- func (o RulesActivity200Response) ToMap() (map[string]interface{}, error)
- func (o *RulesActivity200Response) UnmarshalJSON(data []byte) (err error)
- type RulesActivityAPIService
- type Ruleset
- func (o *Ruleset) GetId() int64
- func (o *Ruleset) GetIdOk() (*int64, bool)
- func (o *Ruleset) GetLabel() string
- func (o *Ruleset) GetLabelOk() (*string, bool)
- func (o *Ruleset) GetRule() Rule
- func (o *Ruleset) GetRuleOk() (*Rule, bool)
- func (o *Ruleset) HasId() bool
- func (o *Ruleset) HasLabel() bool
- func (o *Ruleset) HasRule() bool
- func (o Ruleset) MarshalJSON() ([]byte, error)
- func (o *Ruleset) SetId(v int64)
- func (o *Ruleset) SetLabel(v string)
- func (o *Ruleset) SetRule(v Rule)
- func (o Ruleset) ToMap() (map[string]interface{}, error)
- func (o *Ruleset) UnmarshalJSON(data []byte) (err error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type Severity
- type Signature
- func (o *Signature) GetCves() []string
- func (o *Signature) GetCvesOk() ([]string, bool)
- func (o *Signature) GetGeneratorid() int64
- func (o *Signature) GetGeneratoridOk() (*int64, bool)
- func (o *Signature) GetId() int64
- func (o *Signature) GetIdOk() (*int64, bool)
- func (o *Signature) GetLabel() string
- func (o *Signature) GetLabelOk() (*string, bool)
- func (o Signature) MarshalJSON() ([]byte, error)
- func (o *Signature) SetCves(v []string)
- func (o *Signature) SetGeneratorid(v int64)
- func (o *Signature) SetId(v int64)
- func (o *Signature) SetLabel(v string)
- func (o Signature) ToMap() (map[string]interface{}, error)
- func (o *Signature) UnmarshalJSON(data []byte) (err error)
- type SignatureList
- func (o *SignatureList) GetId() int64
- func (o *SignatureList) GetIdOk() (*int64, bool)
- func (o SignatureList) MarshalJSON() ([]byte, error)
- func (o *SignatureList) SetId(v int64)
- func (o SignatureList) ToMap() (map[string]interface{}, error)
- func (o *SignatureList) UnmarshalJSON(data []byte) (err error)
- type SignatureListSummary
- func (o *SignatureListSummary) GetRule() RuleParam
- func (o *SignatureListSummary) GetRuleOk() (*RuleParam, bool)
- func (o *SignatureListSummary) GetSignaturelist() SignatureList
- func (o *SignatureListSummary) GetSignaturelistOk() (*SignatureList, bool)
- func (o *SignatureListSummary) GetSignatures() []SignatureListSummarySignaturesInner
- func (o *SignatureListSummary) GetSignaturesOk() ([]SignatureListSummarySignaturesInner, bool)
- func (o *SignatureListSummary) HasRule() bool
- func (o *SignatureListSummary) HasSignaturelist() bool
- func (o *SignatureListSummary) HasSignatures() bool
- func (o SignatureListSummary) MarshalJSON() ([]byte, error)
- func (o *SignatureListSummary) SetRule(v RuleParam)
- func (o *SignatureListSummary) SetSignaturelist(v SignatureList)
- func (o *SignatureListSummary) SetSignatures(v []SignatureListSummarySignaturesInner)
- func (o SignatureListSummary) ToMap() (map[string]interface{}, error)
- func (o *SignatureListSummary) UnmarshalJSON(data []byte) (err error)
- type SignatureListSummarySignaturesInner
- func (o *SignatureListSummarySignaturesInner) GetCounts() SignatureListSummarySignaturesInnerCounts
- func (o *SignatureListSummarySignaturesInner) GetCountsOk() (*SignatureListSummarySignaturesInnerCounts, bool)
- func (o *SignatureListSummarySignaturesInner) GetGeneratorid() int64
- func (o *SignatureListSummarySignaturesInner) GetGeneratoridOk() (*int64, bool)
- func (o *SignatureListSummarySignaturesInner) GetId() int64
- func (o *SignatureListSummarySignaturesInner) GetIdOk() (*int64, bool)
- func (o *SignatureListSummarySignaturesInner) GetLasteventat() int64
- func (o *SignatureListSummarySignaturesInner) GetLasteventatOk() (*int64, bool)
- func (o *SignatureListSummarySignaturesInner) HasCounts() bool
- func (o *SignatureListSummarySignaturesInner) HasGeneratorid() bool
- func (o *SignatureListSummarySignaturesInner) HasId() bool
- func (o *SignatureListSummarySignaturesInner) HasLasteventat() bool
- func (o SignatureListSummarySignaturesInner) MarshalJSON() ([]byte, error)
- func (o *SignatureListSummarySignaturesInner) SetCounts(v SignatureListSummarySignaturesInnerCounts)
- func (o *SignatureListSummarySignaturesInner) SetGeneratorid(v int64)
- func (o *SignatureListSummarySignaturesInner) SetId(v int64)
- func (o *SignatureListSummarySignaturesInner) SetLasteventat(v int64)
- func (o SignatureListSummarySignaturesInner) ToMap() (map[string]interface{}, error)
- func (o *SignatureListSummarySignaturesInner) UnmarshalJSON(data []byte) (err error)
- type SignatureListSummarySignaturesInnerCounts
- func (o *SignatureListSummarySignaturesInnerCounts) GetBlocked() int64
- func (o *SignatureListSummarySignaturesInnerCounts) GetBlockedOk() (*int64, bool)
- func (o *SignatureListSummarySignaturesInnerCounts) GetDetected() int64
- func (o *SignatureListSummarySignaturesInnerCounts) GetDetectedOk() (*int64, bool)
- func (o *SignatureListSummarySignaturesInnerCounts) GetWouldblock() int64
- func (o *SignatureListSummarySignaturesInnerCounts) GetWouldblockOk() (*int64, bool)
- func (o SignatureListSummarySignaturesInnerCounts) MarshalJSON() ([]byte, error)
- func (o *SignatureListSummarySignaturesInnerCounts) SetBlocked(v int64)
- func (o *SignatureListSummarySignaturesInnerCounts) SetDetected(v int64)
- func (o *SignatureListSummarySignaturesInnerCounts) SetWouldblock(v int64)
- func (o SignatureListSummarySignaturesInnerCounts) ToMap() (map[string]interface{}, error)
- func (o *SignatureListSummarySignaturesInnerCounts) UnmarshalJSON(data []byte) (err error)
- type SourcesInner
- type StatusCode
- func (o *StatusCode) GetBody() StatusCodeBody
- func (o *StatusCode) GetBodyOk() (*StatusCodeBody, bool)
- func (o *StatusCode) GetStatusCode() int64
- func (o *StatusCode) GetStatusCodeOk() (*int64, bool)
- func (o StatusCode) MarshalJSON() ([]byte, error)
- func (o *StatusCode) SetBody(v StatusCodeBody)
- func (o *StatusCode) SetStatusCode(v int64)
- func (o StatusCode) ToMap() (map[string]interface{}, error)
- func (o *StatusCode) UnmarshalJSON(data []byte) (err error)
- type StatusCodeBody
- func (o *StatusCodeBody) GetParamError() string
- func (o *StatusCodeBody) GetParamErrorOk() (*string, bool)
- func (o *StatusCodeBody) HasParamError() bool
- func (o StatusCodeBody) MarshalJSON() ([]byte, error)
- func (o *StatusCodeBody) SetParamError(v string)
- func (o StatusCodeBody) ToMap() (map[string]interface{}, error)
- func (o *StatusCodeBody) UnmarshalJSON(data []byte) (err error)
- type SummariesByCategoryAPIService
- func (a *SummariesByCategoryAPIService) GetSummariesByCategory(ctx context.Context) ApiGetSummariesByCategoryRequest
- func (a *SummariesByCategoryAPIService) GetSummariesByCategoryExecute(r ApiGetSummariesByCategoryRequest) (*GetSummariesByCategory200Response, *http.Response, error)
- func (a *SummariesByCategoryAPIService) GetSummariesByCategoryType(ctx context.Context, type_ string) ApiGetSummariesByCategoryTypeRequest
- func (a *SummariesByCategoryAPIService) GetSummariesByCategoryTypeExecute(r ApiGetSummariesByCategoryTypeRequest) (*GetSummariesByCategory200Response, *http.Response, error)
- type SummariesByDestinationAPIService
- func (a *SummariesByDestinationAPIService) GetSummariesByDestination(ctx context.Context) ApiGetSummariesByDestinationRequest
- func (a *SummariesByDestinationAPIService) GetSummariesByDestinationExecute(r ApiGetSummariesByDestinationRequest) (*GetSummariesByDestination200Response, *http.Response, error)
- func (a *SummariesByDestinationAPIService) GetSummariesByDestinationType(ctx context.Context, type_ string) ApiGetSummariesByDestinationTypeRequest
- func (a *SummariesByDestinationAPIService) GetSummariesByDestinationTypeExecute(r ApiGetSummariesByDestinationTypeRequest) (*GetSummariesByDestination200Response, *http.Response, error)
- type SummariesByRuleAPIService
- func (a *SummariesByRuleAPIService) GetSummariesByRuleFirewallHitcount(ctx context.Context) ApiGetSummariesByRuleFirewallHitcountRequest
- func (a *SummariesByRuleAPIService) GetSummariesByRuleFirewallHitcountExecute(r ApiGetSummariesByRuleFirewallHitcountRequest) (*GetSummariesByRuleFirewallHitcount200Response, *http.Response, error)
- func (a *SummariesByRuleAPIService) GetSummariesByRuleHitcount(ctx context.Context) ApiGetSummariesByRuleHitcountRequest
- func (a *SummariesByRuleAPIService) GetSummariesByRuleHitcountExecute(r ApiGetSummariesByRuleHitcountRequest) (*GetSummariesByRuleHitcount200Response, *http.Response, error)
- func (a *SummariesByRuleAPIService) GetSummariesByRuleIntrusion(ctx context.Context) ApiGetSummariesByRuleIntrusionRequest
- func (a *SummariesByRuleAPIService) GetSummariesByRuleIntrusionExecute(r ApiGetSummariesByRuleIntrusionRequest) (*GetSummariesByRuleIntrusion200Response, *http.Response, error)
- type Summary
- type SummaryAPIService
- func (a *SummaryAPIService) GetSummary(ctx context.Context) ApiGetSummaryRequest
- func (a *SummaryAPIService) GetSummaryByType(ctx context.Context, type_ string) ApiGetSummaryByTypeRequest
- func (a *SummaryAPIService) GetSummaryByTypeExecute(r ApiGetSummaryByTypeRequest) (*GetSummary200Response, *http.Response, error)
- func (a *SummaryAPIService) GetSummaryExecute(r ApiGetSummaryRequest) (*GetSummary200Response, *http.Response, error)
- type SummaryData
- func (o *SummaryData) GetFailedRequests() int64
- func (o *SummaryData) GetFailedRequestsOk() (*int64, bool)
- func (o *SummaryData) GetSuccessfulRequests() int64
- func (o *SummaryData) GetSuccessfulRequestsOk() (*int64, bool)
- func (o *SummaryData) GetTotal() int64
- func (o *SummaryData) GetTotalOk() (*int64, bool)
- func (o SummaryData) MarshalJSON() ([]byte, error)
- func (o *SummaryData) SetFailedRequests(v int64)
- func (o *SummaryData) SetSuccessfulRequests(v int64)
- func (o *SummaryData) SetTotal(v int64)
- func (o SummaryData) ToMap() (map[string]interface{}, error)
- func (o *SummaryData) UnmarshalJSON(data []byte) (err error)
- type SummaryWithCategory
- func (o *SummaryWithCategory) GetCategory() Category
- func (o *SummaryWithCategory) GetCategoryOk() (*Category, bool)
- func (o *SummaryWithCategory) GetSummary() Summary
- func (o *SummaryWithCategory) GetSummaryOk() (*Summary, bool)
- func (o SummaryWithCategory) MarshalJSON() ([]byte, error)
- func (o *SummaryWithCategory) SetCategory(v Category)
- func (o *SummaryWithCategory) SetSummary(v Summary)
- func (o SummaryWithCategory) ToMap() (map[string]interface{}, error)
- func (o *SummaryWithCategory) UnmarshalJSON(data []byte) (err error)
- type SummaryWithDestination
- func (o *SummaryWithDestination) GetDomain() string
- func (o *SummaryWithDestination) GetDomainOk() (*string, bool)
- func (o *SummaryWithDestination) GetSummary() Summary
- func (o *SummaryWithDestination) GetSummaryOk() (*Summary, bool)
- func (o SummaryWithDestination) MarshalJSON() ([]byte, error)
- func (o *SummaryWithDestination) SetDomain(v string)
- func (o *SummaryWithDestination) SetSummary(v Summary)
- func (o SummaryWithDestination) ToMap() (map[string]interface{}, error)
- func (o *SummaryWithDestination) UnmarshalJSON(data []byte) (err error)
- type SwgSource
- func (o *SwgSource) GetBlockedBytesOut() int64
- func (o *SwgSource) GetBlockedBytesOutOk() (*int64, bool)
- func (o *SwgSource) GetBytesIn() int64
- func (o *SwgSource) GetBytesInOk() (*int64, bool)
- func (o *SwgSource) GetBytesOut() int64
- func (o *SwgSource) GetBytesOutOk() (*int64, bool)
- func (o *SwgSource) GetName() string
- func (o *SwgSource) GetNameOk() (*string, bool)
- func (o *SwgSource) GetTotalTraffic() int64
- func (o *SwgSource) GetTotalTrafficOk() (*int64, bool)
- func (o *SwgSource) HasBlockedBytesOut() bool
- func (o *SwgSource) HasBytesIn() bool
- func (o *SwgSource) HasBytesOut() bool
- func (o *SwgSource) HasName() bool
- func (o *SwgSource) HasTotalTraffic() bool
- func (o SwgSource) MarshalJSON() ([]byte, error)
- func (o *SwgSource) SetBlockedBytesOut(v int64)
- func (o *SwgSource) SetBytesIn(v int64)
- func (o *SwgSource) SetBytesOut(v int64)
- func (o *SwgSource) SetName(v string)
- func (o *SwgSource) SetTotalTraffic(v int64)
- func (o SwgSource) ToMap() (map[string]interface{}, error)
- func (o *SwgSource) UnmarshalJSON(data []byte) (err error)
- type Threat
- func (o *Threat) GetLabel() string
- func (o *Threat) GetLabelOk() (*string, bool)
- func (o *Threat) GetType() string
- func (o *Threat) GetTypeOk() (*string, bool)
- func (o *Threat) HasLabel() bool
- func (o *Threat) HasType() bool
- func (o Threat) MarshalJSON() ([]byte, error)
- func (o *Threat) SetLabel(v string)
- func (o *Threat) SetType(v string)
- func (o Threat) ToMap() (map[string]interface{}, error)
- func (o *Threat) UnmarshalJSON(data []byte) (err error)
- type ThreatName
- func (o *ThreatName) GetDescription() string
- func (o *ThreatName) GetDescriptionOk() (*string, bool)
- func (o *ThreatName) GetName() string
- func (o *ThreatName) GetNameOk() (*string, bool)
- func (o ThreatName) MarshalJSON() ([]byte, error)
- func (o *ThreatName) SetDescription(v string)
- func (o *ThreatName) SetName(v string)
- func (o ThreatName) ToMap() (map[string]interface{}, error)
- func (o *ThreatName) UnmarshalJSON(data []byte) (err error)
- type ThreatType
- func (o *ThreatType) GetDescription() string
- func (o *ThreatType) GetDescriptionOk() (*string, bool)
- func (o *ThreatType) GetName() string
- func (o *ThreatType) GetNameOk() (*string, bool)
- func (o ThreatType) MarshalJSON() ([]byte, error)
- func (o *ThreatType) SetDescription(v string)
- func (o *ThreatType) SetName(v string)
- func (o ThreatType) ToMap() (map[string]interface{}, error)
- func (o *ThreatType) UnmarshalJSON(data []byte) (err error)
- type TimeSeriesAppConnectorAgentData
- func (o *TimeSeriesAppConnectorAgentData) GetCpuUtilization() int64
- func (o *TimeSeriesAppConnectorAgentData) GetCpuUtilizationOk() (*int64, bool)
- func (o *TimeSeriesAppConnectorAgentData) GetRequests() TotalRequest
- func (o *TimeSeriesAppConnectorAgentData) GetRequestsOk() (*TotalRequest, bool)
- func (o *TimeSeriesAppConnectorAgentData) GetTimestamp() int64
- func (o *TimeSeriesAppConnectorAgentData) GetTimestampOk() (*int64, bool)
- func (o *TimeSeriesAppConnectorAgentData) GetTunnelStatus() TunnelStatus
- func (o *TimeSeriesAppConnectorAgentData) GetTunnelStatusOk() (*TunnelStatus, bool)
- func (o *TimeSeriesAppConnectorAgentData) HasCpuUtilization() bool
- func (o *TimeSeriesAppConnectorAgentData) HasRequests() bool
- func (o *TimeSeriesAppConnectorAgentData) HasTimestamp() bool
- func (o *TimeSeriesAppConnectorAgentData) HasTunnelStatus() bool
- func (o TimeSeriesAppConnectorAgentData) MarshalJSON() ([]byte, error)
- func (o *TimeSeriesAppConnectorAgentData) SetCpuUtilization(v int64)
- func (o *TimeSeriesAppConnectorAgentData) SetRequests(v TotalRequest)
- func (o *TimeSeriesAppConnectorAgentData) SetTimestamp(v int64)
- func (o *TimeSeriesAppConnectorAgentData) SetTunnelStatus(v TunnelStatus)
- func (o TimeSeriesAppConnectorAgentData) ToMap() (map[string]interface{}, error)
- func (o *TimeSeriesAppConnectorAgentData) UnmarshalJSON(data []byte) (err error)
- type TimeSeriesAppConnectorGroupData
- func (o *TimeSeriesAppConnectorGroupData) GetCpuUtilization() int64
- func (o *TimeSeriesAppConnectorGroupData) GetCpuUtilizationOk() (*int64, bool)
- func (o *TimeSeriesAppConnectorGroupData) GetTimestamp() int64
- func (o *TimeSeriesAppConnectorGroupData) GetTimestampOk() (*int64, bool)
- func (o *TimeSeriesAppConnectorGroupData) HasCpuUtilization() bool
- func (o *TimeSeriesAppConnectorGroupData) HasTimestamp() bool
- func (o TimeSeriesAppConnectorGroupData) MarshalJSON() ([]byte, error)
- func (o *TimeSeriesAppConnectorGroupData) SetCpuUtilization(v int64)
- func (o *TimeSeriesAppConnectorGroupData) SetTimestamp(v int64)
- func (o TimeSeriesAppConnectorGroupData) ToMap() (map[string]interface{}, error)
- func (o *TimeSeriesAppConnectorGroupData) UnmarshalJSON(data []byte) (err error)
- type TimeSeriesHitsCount
- func (o *TimeSeriesHitsCount) GetBlocked() int64
- func (o *TimeSeriesHitsCount) GetBlockedOk() (*int64, bool)
- func (o *TimeSeriesHitsCount) GetDate() string
- func (o *TimeSeriesHitsCount) GetDateOk() (*string, bool)
- func (o *TimeSeriesHitsCount) GetHitscount() int64
- func (o *TimeSeriesHitsCount) GetHitscountOk() (*int64, bool)
- func (o *TimeSeriesHitsCount) GetSuccess() int64
- func (o *TimeSeriesHitsCount) GetSuccessOk() (*int64, bool)
- func (o *TimeSeriesHitsCount) GetTime() string
- func (o *TimeSeriesHitsCount) GetTimeOk() (*string, bool)
- func (o *TimeSeriesHitsCount) GetTimestamp() int64
- func (o *TimeSeriesHitsCount) GetTimestampOk() (*int64, bool)
- func (o *TimeSeriesHitsCount) HasBlocked() bool
- func (o *TimeSeriesHitsCount) HasDate() bool
- func (o *TimeSeriesHitsCount) HasHitscount() bool
- func (o *TimeSeriesHitsCount) HasSuccess() bool
- func (o *TimeSeriesHitsCount) HasTime() bool
- func (o *TimeSeriesHitsCount) HasTimestamp() bool
- func (o TimeSeriesHitsCount) MarshalJSON() ([]byte, error)
- func (o *TimeSeriesHitsCount) SetBlocked(v int64)
- func (o *TimeSeriesHitsCount) SetDate(v string)
- func (o *TimeSeriesHitsCount) SetHitscount(v int64)
- func (o *TimeSeriesHitsCount) SetSuccess(v int64)
- func (o *TimeSeriesHitsCount) SetTime(v string)
- func (o *TimeSeriesHitsCount) SetTimestamp(v int64)
- func (o TimeSeriesHitsCount) ToMap() (map[string]interface{}, error)
- func (o *TimeSeriesHitsCount) UnmarshalJSON(data []byte) (err error)
- type TopCategoriesAPIService
- func (a *TopCategoriesAPIService) GetTopCategories(ctx context.Context) ApiGetTopCategoriesRequest
- func (a *TopCategoriesAPIService) GetTopCategoriesExecute(r ApiGetTopCategoriesRequest) (*GetTopCategories200Response, *http.Response, error)
- func (a *TopCategoriesAPIService) GetTopCategoriesType(ctx context.Context, type_ string) ApiGetTopCategoriesTypeRequest
- func (a *TopCategoriesAPIService) GetTopCategoriesTypeExecute(r ApiGetTopCategoriesTypeRequest) (*GetTopCategories200Response, *http.Response, error)
- type TopCategory
- func (o *TopCategory) GetBandwidth() int64
- func (o *TopCategory) GetBandwidthOk() (*int64, bool)
- func (o *TopCategory) GetCategory() Category
- func (o *TopCategory) GetCategoryOk() (*Category, bool)
- func (o *TopCategory) GetCount() int64
- func (o *TopCategory) GetCountOk() (*int64, bool)
- func (o *TopCategory) GetRank() int64
- func (o *TopCategory) GetRankOk() (*int64, bool)
- func (o *TopCategory) HasBandwidth() bool
- func (o TopCategory) MarshalJSON() ([]byte, error)
- func (o *TopCategory) SetBandwidth(v int64)
- func (o *TopCategory) SetBandwidthNil()
- func (o *TopCategory) SetCategory(v Category)
- func (o *TopCategory) SetCount(v int64)
- func (o *TopCategory) SetRank(v int64)
- func (o TopCategory) ToMap() (map[string]interface{}, error)
- func (o *TopCategory) UnmarshalJSON(data []byte) (err error)
- func (o *TopCategory) UnsetBandwidth()
- type TopDNSQueryTypesAPIService
- type TopDestination
- func (o *TopDestination) GetBandwidth() int64
- func (o *TopDestination) GetBandwidthOk() (*int64, bool)
- func (o *TopDestination) GetCategories() []Category
- func (o *TopDestination) GetCategoriesOk() ([]Category, bool)
- func (o *TopDestination) GetCount() int64
- func (o *TopDestination) GetCountOk() (*int64, bool)
- func (o *TopDestination) GetCounts() RequestCounts
- func (o *TopDestination) GetCountsOk() (*RequestCounts, bool)
- func (o *TopDestination) GetDomain() string
- func (o *TopDestination) GetDomainOk() (*string, bool)
- func (o *TopDestination) GetPolicycategories() []Category
- func (o *TopDestination) GetPolicycategoriesOk() ([]Category, bool)
- func (o *TopDestination) GetRank() int64
- func (o *TopDestination) GetRankOk() (*int64, bool)
- func (o TopDestination) MarshalJSON() ([]byte, error)
- func (o *TopDestination) SetBandwidth(v int64)
- func (o *TopDestination) SetCategories(v []Category)
- func (o *TopDestination) SetCount(v int64)
- func (o *TopDestination) SetCounts(v RequestCounts)
- func (o *TopDestination) SetDomain(v string)
- func (o *TopDestination) SetPolicycategories(v []Category)
- func (o *TopDestination) SetRank(v int64)
- func (o TopDestination) ToMap() (map[string]interface{}, error)
- func (o *TopDestination) UnmarshalJSON(data []byte) (err error)
- type TopDestinationsAPIService
- func (a *TopDestinationsAPIService) GetTopDestinations(ctx context.Context) ApiGetTopDestinationsRequest
- func (a *TopDestinationsAPIService) GetTopDestinationsExecute(r ApiGetTopDestinationsRequest) (*GetTopDestinations200Response, *http.Response, error)
- func (a *TopDestinationsAPIService) GetTopDestinationsType(ctx context.Context, type_ string) ApiGetTopDestinationsTypeRequest
- func (a *TopDestinationsAPIService) GetTopDestinationsTypeExecute(r ApiGetTopDestinationsTypeRequest) (*GetTopDestinations200Response, *http.Response, error)
- func (a *TopDestinationsAPIService) GetTopUrls(ctx context.Context) ApiGetTopUrlsRequest
- func (a *TopDestinationsAPIService) GetTopUrlsExecute(r ApiGetTopUrlsRequest) (*GetTopUrls200Response, *http.Response, error)
- type TopDnsQueryType
- func (o *TopDnsQueryType) GetQuerytype() string
- func (o *TopDnsQueryType) GetQuerytypeOk() (*string, bool)
- func (o *TopDnsQueryType) GetRequests() Requests
- func (o *TopDnsQueryType) GetRequestsOk() (*Requests, bool)
- func (o TopDnsQueryType) MarshalJSON() ([]byte, error)
- func (o *TopDnsQueryType) SetQuerytype(v string)
- func (o *TopDnsQueryType) SetRequests(v Requests)
- func (o TopDnsQueryType) ToMap() (map[string]interface{}, error)
- func (o *TopDnsQueryType) UnmarshalJSON(data []byte) (err error)
- type TopEventType
- func (o *TopEventType) GetCount() int64
- func (o *TopEventType) GetCountOk() (*int64, bool)
- func (o *TopEventType) GetEventtype() string
- func (o *TopEventType) GetEventtypeOk() (*string, bool)
- func (o TopEventType) MarshalJSON() ([]byte, error)
- func (o *TopEventType) SetCount(v int64)
- func (o *TopEventType) SetEventtype(v string)
- func (o TopEventType) ToMap() (map[string]interface{}, error)
- func (o *TopEventType) UnmarshalJSON(data []byte) (err error)
- type TopEventTypesAPIService
- type TopFile
- func (o *TopFile) GetCategories() []Category
- func (o *TopFile) GetCategoriesOk() ([]Category, bool)
- func (o *TopFile) GetFilenames() []string
- func (o *TopFile) GetFilenamesOk() ([]string, bool)
- func (o *TopFile) GetFiletypes() []string
- func (o *TopFile) GetFiletypesOk() ([]string, bool)
- func (o *TopFile) GetIdentitycount() int64
- func (o *TopFile) GetIdentitycountOk() (*int64, bool)
- func (o *TopFile) GetRequests() int64
- func (o *TopFile) GetRequestsOk() (*int64, bool)
- func (o *TopFile) GetSha256() string
- func (o *TopFile) GetSha256Ok() (*string, bool)
- func (o TopFile) MarshalJSON() ([]byte, error)
- func (o *TopFile) SetCategories(v []Category)
- func (o *TopFile) SetFilenames(v []string)
- func (o *TopFile) SetFiletypes(v []string)
- func (o *TopFile) SetIdentitycount(v int64)
- func (o *TopFile) SetRequests(v int64)
- func (o *TopFile) SetSha256(v string)
- func (o TopFile) ToMap() (map[string]interface{}, error)
- func (o *TopFile) UnmarshalJSON(data []byte) (err error)
- type TopFilesAPIService
- type TopIP
- func (o *TopIP) GetCount() int64
- func (o *TopIP) GetCountOk() (*int64, bool)
- func (o *TopIP) GetIp() string
- func (o *TopIP) GetIpOk() (*string, bool)
- func (o TopIP) MarshalJSON() ([]byte, error)
- func (o *TopIP) SetCount(v int64)
- func (o *TopIP) SetIp(v string)
- func (o TopIP) ToMap() (map[string]interface{}, error)
- func (o *TopIP) UnmarshalJSON(data []byte) (err error)
- type TopIPsAPIService
- func (a *TopIPsAPIService) GetTopIps(ctx context.Context) ApiGetTopIpsRequest
- func (a *TopIPsAPIService) GetTopIpsExecute(r ApiGetTopIpsRequest) (*GetTopIps200Response, *http.Response, error)
- func (a *TopIPsAPIService) GetTopIpsInternal(ctx context.Context) ApiGetTopIpsInternalRequest
- func (a *TopIPsAPIService) GetTopIpsInternalExecute(r ApiGetTopIpsInternalRequest) (*GetTopIps200Response, *http.Response, error)
- type TopIdentitiesAPIService
- func (a *TopIdentitiesAPIService) GetTopIdentities(ctx context.Context) ApiGetTopIdentitiesRequest
- func (a *TopIdentitiesAPIService) GetTopIdentitiesExecute(r ApiGetTopIdentitiesRequest) (*GetTopIdentities200Response, *http.Response, error)
- func (a *TopIdentitiesAPIService) GetTopIdentitiesType(ctx context.Context, type_ string) ApiGetTopIdentitiesTypeRequest
- func (a *TopIdentitiesAPIService) GetTopIdentitiesTypeExecute(r ApiGetTopIdentitiesTypeRequest) (*GetTopIdentities200Response, *http.Response, error)
- type TopIdentity
- func (o *TopIdentity) GetBandwidth() int64
- func (o *TopIdentity) GetBandwidthOk() (*int64, bool)
- func (o *TopIdentity) GetCounts() RequestAndConnectionCounts
- func (o *TopIdentity) GetCountsOk() (*RequestAndConnectionCounts, bool)
- func (o *TopIdentity) GetIdentity() Identity
- func (o *TopIdentity) GetIdentityOk() (*Identity, bool)
- func (o *TopIdentity) GetRank() int64
- func (o *TopIdentity) GetRankOk() (*int64, bool)
- func (o *TopIdentity) GetRequests() int64
- func (o *TopIdentity) GetRequestsOk() (*int64, bool)
- func (o TopIdentity) MarshalJSON() ([]byte, error)
- func (o *TopIdentity) SetBandwidth(v int64)
- func (o *TopIdentity) SetCounts(v RequestAndConnectionCounts)
- func (o *TopIdentity) SetIdentity(v Identity)
- func (o *TopIdentity) SetRank(v int64)
- func (o *TopIdentity) SetRequests(v int64)
- func (o TopIdentity) ToMap() (map[string]interface{}, error)
- func (o *TopIdentity) UnmarshalJSON(data []byte) (err error)
- type TopResource
- func (o *TopResource) GetApplication() TopResourceApplication
- func (o *TopResource) GetApplicationOk() (*TopResourceApplication, bool)
- func (o *TopResource) GetCount() int64
- func (o *TopResource) GetCountOk() (*int64, bool)
- func (o *TopResource) GetRank() int64
- func (o *TopResource) GetRankOk() (*int64, bool)
- func (o *TopResource) HasApplication() bool
- func (o *TopResource) HasCount() bool
- func (o *TopResource) HasRank() bool
- func (o TopResource) MarshalJSON() ([]byte, error)
- func (o *TopResource) SetApplication(v TopResourceApplication)
- func (o *TopResource) SetCount(v int64)
- func (o *TopResource) SetRank(v int64)
- func (o TopResource) ToMap() (map[string]interface{}, error)
- func (o *TopResource) UnmarshalJSON(data []byte) (err error)
- type TopResourceApplication
- func (o *TopResourceApplication) GetCategory() string
- func (o *TopResourceApplication) GetCategoryOk() (*string, bool)
- func (o *TopResourceApplication) GetId() int64
- func (o *TopResourceApplication) GetIdOk() (*int64, bool)
- func (o *TopResourceApplication) GetLabel() string
- func (o *TopResourceApplication) GetLabelOk() (*string, bool)
- func (o *TopResourceApplication) HasCategory() bool
- func (o *TopResourceApplication) HasId() bool
- func (o *TopResourceApplication) HasLabel() bool
- func (o TopResourceApplication) MarshalJSON() ([]byte, error)
- func (o *TopResourceApplication) SetCategory(v string)
- func (o *TopResourceApplication) SetId(v int64)
- func (o *TopResourceApplication) SetLabel(v string)
- func (o TopResourceApplication) ToMap() (map[string]interface{}, error)
- func (o *TopResourceApplication) UnmarshalJSON(data []byte) (err error)
- type TopResourcesAPIService
- func (a *TopResourcesAPIService) GetTopResources(ctx context.Context) ApiGetTopResourcesRequest
- func (a *TopResourcesAPIService) GetTopResourcesExecute(r ApiGetTopResourcesRequest) (*GetTopResources200Response, *http.Response, error)
- func (a *TopResourcesAPIService) GetTopResourcesType(ctx context.Context, type_ string) ApiGetTopResourcesTypeRequest
- func (a *TopResourcesAPIService) GetTopResourcesTypeExecute(r ApiGetTopResourcesTypeRequest) (*GetTopResources200Response, *http.Response, error)
- type TopThreatTypes
- func (o *TopThreatTypes) GetCount() int64
- func (o *TopThreatTypes) GetCountOk() (*int64, bool)
- func (o *TopThreatTypes) GetThreatscount() int64
- func (o *TopThreatTypes) GetThreatscountOk() (*int64, bool)
- func (o *TopThreatTypes) GetThreattype() string
- func (o *TopThreatTypes) GetThreattypeOk() (*string, bool)
- func (o TopThreatTypes) MarshalJSON() ([]byte, error)
- func (o *TopThreatTypes) SetCount(v int64)
- func (o *TopThreatTypes) SetThreatscount(v int64)
- func (o *TopThreatTypes) SetThreattype(v string)
- func (o TopThreatTypes) ToMap() (map[string]interface{}, error)
- func (o *TopThreatTypes) UnmarshalJSON(data []byte) (err error)
- type TopThreatTypesAPIService
- func (a *TopThreatTypesAPIService) GetTopThreatTypes(ctx context.Context) ApiGetTopThreatTypesRequest
- func (a *TopThreatTypesAPIService) GetTopThreatTypesByType(ctx context.Context, type_ string) ApiGetTopThreatTypesByTypeRequest
- func (a *TopThreatTypesAPIService) GetTopThreatTypesByTypeExecute(r ApiGetTopThreatTypesByTypeRequest) (*GetTopThreatTypes200Response, *http.Response, error)
- func (a *TopThreatTypesAPIService) GetTopThreatTypesExecute(r ApiGetTopThreatTypesRequest) (*GetTopThreatTypes200Response, *http.Response, error)
- type TopThreats
- func (o *TopThreats) GetCount() int64
- func (o *TopThreats) GetCountOk() (*int64, bool)
- func (o *TopThreats) GetThreat() string
- func (o *TopThreats) GetThreatOk() (*string, bool)
- func (o *TopThreats) GetThreattype() string
- func (o *TopThreats) GetThreattypeOk() (*string, bool)
- func (o TopThreats) MarshalJSON() ([]byte, error)
- func (o *TopThreats) SetCount(v int64)
- func (o *TopThreats) SetThreat(v string)
- func (o *TopThreats) SetThreattype(v string)
- func (o TopThreats) ToMap() (map[string]interface{}, error)
- func (o *TopThreats) UnmarshalJSON(data []byte) (err error)
- type TopThreatsAPIService
- func (a *TopThreatsAPIService) GetTopThreats(ctx context.Context) ApiGetTopThreatsRequest
- func (a *TopThreatsAPIService) GetTopThreatsByType(ctx context.Context, type_ string) ApiGetTopThreatsByTypeRequest
- func (a *TopThreatsAPIService) GetTopThreatsByTypeExecute(r ApiGetTopThreatsByTypeRequest) (*GetTopThreats200Response, *http.Response, error)
- func (a *TopThreatsAPIService) GetTopThreatsExecute(r ApiGetTopThreatsRequest) (*GetTopThreats200Response, *http.Response, error)
- type TopURL
- func (o *TopURL) GetCategories() []Category
- func (o *TopURL) GetCategoriesOk() ([]Category, bool)
- func (o *TopURL) GetCount() int64
- func (o *TopURL) GetCountOk() (*int64, bool)
- func (o *TopURL) GetPath() string
- func (o *TopURL) GetPathOk() (*string, bool)
- func (o *TopURL) GetRank() int64
- func (o *TopURL) GetRankOk() (*int64, bool)
- func (o TopURL) MarshalJSON() ([]byte, error)
- func (o *TopURL) SetCategories(v []Category)
- func (o *TopURL) SetCount(v int64)
- func (o *TopURL) SetPath(v string)
- func (o *TopURL) SetRank(v int64)
- func (o TopURL) ToMap() (map[string]interface{}, error)
- func (o *TopURL) UnmarshalJSON(data []byte) (err error)
- type TotalRequest
- func (o *TotalRequest) GetCount() int64
- func (o *TotalRequest) GetCountOk() (*int64, bool)
- func (o TotalRequest) MarshalJSON() ([]byte, error)
- func (o *TotalRequest) SetCount(v int64)
- func (o TotalRequest) ToMap() (map[string]interface{}, error)
- func (o *TotalRequest) UnmarshalJSON(data []byte) (err error)
- type TotalRequestsAPIService
- func (a *TotalRequestsAPIService) GetTotalRequests(ctx context.Context) ApiGetTotalRequestsRequest
- func (a *TotalRequestsAPIService) GetTotalRequestsByType(ctx context.Context, type_ string) ApiGetTotalRequestsByTypeRequest
- func (a *TotalRequestsAPIService) GetTotalRequestsByTypeExecute(r ApiGetTotalRequestsByTypeRequest) (*GetTotalRequests200Response, *http.Response, error)
- func (a *TotalRequestsAPIService) GetTotalRequestsExecute(r ApiGetTotalRequestsRequest) (*GetTotalRequests200Response, *http.Response, error)
- type TunnelStatus
- type UniqueResources
- func (o *UniqueResources) GetCount() int64
- func (o *UniqueResources) GetCountOk() (*int64, bool)
- func (o UniqueResources) MarshalJSON() ([]byte, error)
- func (o *UniqueResources) SetCount(v int64)
- func (o UniqueResources) ToMap() (map[string]interface{}, error)
- func (o *UniqueResources) UnmarshalJSON(data []byte) (err error)
- type UniqueResourcesAPIService
- type UpdateApplicationRequest
- func (o *UpdateApplicationRequest) GetLabel() Label
- func (o *UpdateApplicationRequest) GetLabelOk() (*Label, bool)
- func (o UpdateApplicationRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateApplicationRequest) SetLabel(v Label)
- func (o UpdateApplicationRequest) ToMap() (map[string]interface{}, error)
- func (o *UpdateApplicationRequest) UnmarshalJSON(data []byte) (err error)
- type Usage
- func (o *Usage) GetOrganizationId() int64
- func (o *Usage) GetOrganizationIdOk() (*int64, bool)
- func (o *Usage) GetProduct() string
- func (o *Usage) GetProductOk() (*string, bool)
- func (o *Usage) GetRegisteredAt() time.Time
- func (o *Usage) GetRegisteredAtOk() (*time.Time, bool)
- func (o *Usage) GetUsageMeterItems() UsageMeterItem
- func (o *Usage) GetUsageMeterItemsOk() (*UsageMeterItem, bool)
- func (o Usage) MarshalJSON() ([]byte, error)
- func (o *Usage) SetOrganizationId(v int64)
- func (o *Usage) SetProduct(v string)
- func (o *Usage) SetRegisteredAt(v time.Time)
- func (o *Usage) SetUsageMeterItems(v UsageMeterItem)
- func (o Usage) ToMap() (map[string]interface{}, error)
- func (o *Usage) UnmarshalJSON(data []byte) (err error)
- type UsageMeterItem
- func (o *UsageMeterItem) GetBytesInDelta() int64
- func (o *UsageMeterItem) GetBytesInDeltaOk() (*int64, bool)
- func (o *UsageMeterItem) GetBytesOutDelta() int64
- func (o *UsageMeterItem) GetBytesOutDeltaOk() (*int64, bool)
- func (o UsageMeterItem) MarshalJSON() ([]byte, error)
- func (o *UsageMeterItem) SetBytesInDelta(v int64)
- func (o *UsageMeterItem) SetBytesOutDelta(v int64)
- func (o UsageMeterItem) ToMap() (map[string]interface{}, error)
- func (o *UsageMeterItem) UnmarshalJSON(data []byte) (err error)
- type UsageMetricsAPIService
- type UsageType
- type UtilityAPIService
- func (a *UtilityAPIService) GetCategories(ctx context.Context) ApiGetCategoriesRequest
- func (a *UtilityAPIService) GetCategoriesExecute(r ApiGetCategoriesRequest) (*GetCategories200Response, *http.Response, error)
- func (a *UtilityAPIService) GetIdentities(ctx context.Context) ApiGetIdentitiesRequest
- func (a *UtilityAPIService) GetIdentitiesExecute(r ApiGetIdentitiesRequest) (*GetIdentities200Response, *http.Response, error)
- func (a *UtilityAPIService) GetIdentity(ctx context.Context, identityid int64) ApiGetIdentityRequest
- func (a *UtilityAPIService) GetIdentityExecute(r ApiGetIdentityRequest) (*GetIdentity200Response, *http.Response, error)
- func (a *UtilityAPIService) GetThreatName(ctx context.Context, threatnameid string) ApiGetThreatNameRequest
- func (a *UtilityAPIService) GetThreatNameExecute(r ApiGetThreatNameRequest) (*GetThreatName200Response, *http.Response, error)
- func (a *UtilityAPIService) GetThreatNames(ctx context.Context) ApiGetThreatNamesRequest
- func (a *UtilityAPIService) GetThreatNamesExecute(r ApiGetThreatNamesRequest) (*GetThreatNames200Response, *http.Response, error)
- func (a *UtilityAPIService) GetThreatType(ctx context.Context, threattypeid string) ApiGetThreatTypeRequest
- func (a *UtilityAPIService) GetThreatTypeExecute(r ApiGetThreatTypeRequest) (*GetThreatType200Response, *http.Response, error)
- func (a *UtilityAPIService) GetThreatTypes(ctx context.Context) ApiGetThreatTypesRequest
- func (a *UtilityAPIService) GetThreatTypesExecute(r ApiGetThreatTypesRequest) (*GetThreatTypes200Response, *http.Response, error)
- func (a *UtilityAPIService) PostIdentities(ctx context.Context) ApiPostIdentitiesRequest
- func (a *UtilityAPIService) PostIdentitiesExecute(r ApiPostIdentitiesRequest) (*GetIdentities200Response, *http.Response, error)
- type Verdict
- type VerdictDetected
- type WeightedRisk
- type ZtnaApplication
- func (o *ZtnaApplication) GetCategory() ZtnaApplicationCategory
- func (o *ZtnaApplication) GetCategoryOk() (*ZtnaApplicationCategory, bool)
- func (o *ZtnaApplication) GetId() int64
- func (o *ZtnaApplication) GetIdOk() (*int64, bool)
- func (o *ZtnaApplication) GetLabel() string
- func (o *ZtnaApplication) GetLabelOk() (*string, bool)
- func (o *ZtnaApplication) HasCategory() bool
- func (o *ZtnaApplication) HasId() bool
- func (o *ZtnaApplication) HasLabel() bool
- func (o ZtnaApplication) MarshalJSON() ([]byte, error)
- func (o *ZtnaApplication) SetCategory(v ZtnaApplicationCategory)
- func (o *ZtnaApplication) SetId(v int64)
- func (o *ZtnaApplication) SetLabel(v string)
- func (o ZtnaApplication) ToMap() (map[string]interface{}, error)
- func (o *ZtnaApplication) UnmarshalJSON(data []byte) (err error)
- type ZtnaApplicationCategory
- func (o *ZtnaApplicationCategory) GetLabel() string
- func (o *ZtnaApplicationCategory) GetLabelOk() (*string, bool)
- func (o *ZtnaApplicationCategory) GetType() int64
- func (o *ZtnaApplicationCategory) GetTypeOk() (*int64, bool)
- func (o *ZtnaApplicationCategory) HasLabel() bool
- func (o *ZtnaApplicationCategory) HasType() bool
- func (o ZtnaApplicationCategory) MarshalJSON() ([]byte, error)
- func (o *ZtnaApplicationCategory) SetLabel(v string)
- func (o *ZtnaApplicationCategory) SetType(v int64)
- func (o ZtnaApplicationCategory) ToMap() (map[string]interface{}, error)
- func (o *ZtnaApplicationCategory) UnmarshalJSON(data []byte) (err error)
- type ZtnaPolicy
- func (o *ZtnaPolicy) GetPrivateapplicationgroup() ZtnaPolicyRulesetRule
- func (o *ZtnaPolicy) GetPrivateapplicationgroupOk() (*ZtnaPolicyRulesetRule, bool)
- func (o *ZtnaPolicy) GetRuleset() ZtnaPolicyRuleset
- func (o *ZtnaPolicy) GetRulesetOk() (*ZtnaPolicyRuleset, bool)
- func (o *ZtnaPolicy) HasPrivateapplicationgroup() bool
- func (o ZtnaPolicy) MarshalJSON() ([]byte, error)
- func (o *ZtnaPolicy) SetPrivateapplicationgroup(v ZtnaPolicyRulesetRule)
- func (o *ZtnaPolicy) SetRuleset(v ZtnaPolicyRuleset)
- func (o ZtnaPolicy) ToMap() (map[string]interface{}, error)
- func (o *ZtnaPolicy) UnmarshalJSON(data []byte) (err error)
- type ZtnaPolicyRuleset
- func (o *ZtnaPolicyRuleset) GetId() int64
- func (o *ZtnaPolicyRuleset) GetIdOk() (*int64, bool)
- func (o *ZtnaPolicyRuleset) GetLabel() string
- func (o *ZtnaPolicyRuleset) GetLabelOk() (*string, bool)
- func (o *ZtnaPolicyRuleset) GetRule() ZtnaPolicyRulesetRule
- func (o *ZtnaPolicyRuleset) GetRuleOk() (*ZtnaPolicyRulesetRule, bool)
- func (o *ZtnaPolicyRuleset) HasId() bool
- func (o *ZtnaPolicyRuleset) HasLabel() bool
- func (o *ZtnaPolicyRuleset) HasRule() bool
- func (o ZtnaPolicyRuleset) MarshalJSON() ([]byte, error)
- func (o *ZtnaPolicyRuleset) SetId(v int64)
- func (o *ZtnaPolicyRuleset) SetLabel(v string)
- func (o *ZtnaPolicyRuleset) SetRule(v ZtnaPolicyRulesetRule)
- func (o ZtnaPolicyRuleset) ToMap() (map[string]interface{}, error)
- func (o *ZtnaPolicyRuleset) UnmarshalJSON(data []byte) (err error)
- type ZtnaPolicyRulesetRule
- func (o *ZtnaPolicyRulesetRule) GetId() int64
- func (o *ZtnaPolicyRulesetRule) GetIdOk() (*int64, bool)
- func (o *ZtnaPolicyRulesetRule) GetLabel() string
- func (o *ZtnaPolicyRulesetRule) GetLabelOk() (*string, bool)
- func (o *ZtnaPolicyRulesetRule) HasId() bool
- func (o *ZtnaPolicyRulesetRule) HasLabel() bool
- func (o ZtnaPolicyRulesetRule) MarshalJSON() ([]byte, error)
- func (o *ZtnaPolicyRulesetRule) SetId(v int64)
- func (o *ZtnaPolicyRulesetRule) SetLabel(v string)
- func (o ZtnaPolicyRulesetRule) ToMap() (map[string]interface{}, error)
- func (o *ZtnaPolicyRulesetRule) UnmarshalJSON(data []byte) (err error)
- type ZtnaSummary
- func (o *ZtnaSummary) GetCount() int64
- func (o *ZtnaSummary) GetCountOk() (*int64, bool)
- func (o *ZtnaSummary) GetLasteventat() int64
- func (o *ZtnaSummary) GetLasteventatOk() (*int64, bool)
- func (o *ZtnaSummary) GetRuleid() int64
- func (o *ZtnaSummary) GetRuleidOk() (*int64, bool)
- func (o *ZtnaSummary) HasCount() bool
- func (o *ZtnaSummary) HasLasteventat() bool
- func (o *ZtnaSummary) HasRuleid() bool
- func (o ZtnaSummary) MarshalJSON() ([]byte, error)
- func (o *ZtnaSummary) SetCount(v int64)
- func (o *ZtnaSummary) SetLasteventat(v int64)
- func (o *ZtnaSummary) SetRuleid(v int64)
- func (o ZtnaSummary) ToMap() (map[string]interface{}, error)
- func (o *ZtnaSummary) UnmarshalJSON(data []byte) (err error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
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") )
var AllowedAppTypeEnumValues = []AppType{
"saas",
"paas",
"iaas",
}
All allowed values of AppType enum
var AllowedBusinessRiskEnumValues = []BusinessRisk{
"veryLow",
"low",
"medium",
"high",
"veryHigh",
"na",
}
All allowed values of BusinessRisk enum
var AllowedDataStorageEnumValues = []DataStorage{
"noStorage",
"structured",
"unstructured",
"na",
}
All allowed values of DataStorage enum
var AllowedFinancialViabilityEnumValues = []FinancialViability{
"low",
"medium",
"high",
"veryHigh",
"na",
}
All allowed values of FinancialViability enum
var AllowedLabelEnumValues = []Label{
"unreviewed",
"approved",
"notApproved",
"underAudit",
}
All allowed values of Label enum
var AllowedSeverityEnumValues = []Severity{
"HIGH",
"MEDIUM",
"LOW",
"VERY LOW",
}
All allowed values of Severity enum
var AllowedTunnelStatusEnumValues = []TunnelStatus{
"UP",
"DOWN",
}
All allowed values of TunnelStatus enum
var AllowedUsageTypeEnumValues = []UsageType{
"indirect",
"personal",
"corporate",
"na",
}
All allowed values of UsageType enum
var AllowedVerdictDetectedEnumValues = []VerdictDetected{
"detected",
}
All allowed values of VerdictDetected enum
var AllowedVerdictEnumValues = []Verdict{
"allowed",
"blocked",
}
All allowed values of Verdict enum
var AllowedWeightedRiskEnumValues = []WeightedRisk{
"veryLow",
"low",
"medium",
"high",
"veryHigh",
}
All allowed values of WeightedRisk enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct {
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 ¶
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 ¶
func (a *APIUsageReportAPIService) GetAPIUsageKeys(ctx context.Context) ApiGetAPIUsageKeysRequest
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 ¶
func (a *APIUsageReportAPIService) GetAPIUsageRequests(ctx context.Context) ApiGetAPIUsageRequestsRequest
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 ¶
func (a *APIUsageReportAPIService) GetAPIUsageResponses(ctx context.Context) ApiGetAPIUsageResponsesRequest
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 ¶
func (a *APIUsageReportAPIService) GetAPIUsageSummary(ctx context.Context) ApiGetAPIUsageSummaryRequest
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 ¶
func (a *ActivityAPIService) GetActivities(ctx context.Context) ApiGetActivitiesRequest
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 ¶
func (a *ActivityAPIService) GetActivitiesExecute(r ApiGetActivitiesRequest) (*GetActivities200Response, *http.Response, error)
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 ¶
func (a *ActivityAPIService) GetActivityAmpRetrospectiveExecute(r ApiGetActivityAmpRetrospectiveRequest) (*GetActivityAmpRetrospective200Response, *http.Response, error)
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 ¶
func (a *ActivityAPIService) GetActivityDecryptionExecute(r ApiGetActivityDecryptionRequest) (*GetActivityDecryption200Response, *http.Response, error)
Execute executes the request
@return GetActivityDecryption200Response
func (*ActivityAPIService) GetActivityDns ¶
func (a *ActivityAPIService) GetActivityDns(ctx context.Context) ApiGetActivityDnsRequest
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 ¶
func (a *ActivityAPIService) GetActivityDnsExecute(r ApiGetActivityDnsRequest) (*GetActivityDns200Response, *http.Response, error)
Execute executes the request
@return GetActivityDns200Response
func (*ActivityAPIService) GetActivityFirewall ¶
func (a *ActivityAPIService) GetActivityFirewall(ctx context.Context) ApiGetActivityFirewallRequest
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 ¶
func (a *ActivityAPIService) GetActivityFirewallExecute(r ApiGetActivityFirewallRequest) (*GetActivityFirewall200Response, *http.Response, error)
Execute executes the request
@return GetActivityFirewall200Response
func (*ActivityAPIService) GetActivityIP ¶
func (a *ActivityAPIService) GetActivityIP(ctx context.Context) ApiGetActivityIPRequest
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 ¶
func (a *ActivityAPIService) GetActivityIPExecute(r ApiGetActivityIPRequest) (*GetActivityIP200Response, *http.Response, error)
Execute executes the request
@return GetActivityIP200Response
func (*ActivityAPIService) GetActivityIntrusion ¶
func (a *ActivityAPIService) GetActivityIntrusion(ctx context.Context) ApiGetActivityIntrusionRequest
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 ¶
func (a *ActivityAPIService) GetActivityIntrusionExecute(r ApiGetActivityIntrusionRequest) (*GetActivityIntrusion200Response, *http.Response, error)
Execute executes the request
@return GetActivityIntrusion200Response
func (*ActivityAPIService) GetActivityProxy ¶
func (a *ActivityAPIService) GetActivityProxy(ctx context.Context) ApiGetActivityProxyRequest
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 ¶
func (a *ActivityAPIService) GetActivityProxyExecute(r ApiGetActivityProxyRequest) (*GetActivityProxy200Response, *http.Response, error)
Execute executes the request
@return GetActivityProxy200Response
func (*ActivityAPIService) GetActivityZTNA ¶
func (a *ActivityAPIService) GetActivityZTNA(ctx context.Context) ApiGetActivityZTNARequest
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 ¶
func (a *ActivityAPIService) GetActivityZTNAExecute(r ApiGetActivityZTNARequest) (*GetActivityZTNA200Response, *http.Response, error)
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) 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) SetTimestamp ¶
func (o *ActivityDns) SetTimestamp(v int64)
SetTimestamp 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) 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) SetTimestamp ¶
func (o *ActivityIP) SetTimestamp(v int64)
SetTimestamp 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) 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) 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) 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) SetTimestamp ¶
func (o *ActivityProxy) SetTimestamp(v int64)
SetTimestamp 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) 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) SetTimestamp ¶
func (o *ActivityZTNA) SetTimestamp(v int64)
SetTimestamp 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 ¶
func (o *ActivityZTNAAllapplicationsInner) GetCategory() ActivityZTNAAllapplicationsInnerCategory
GetCategory returns the Category field value if set, zero value otherwise.
func (*ActivityZTNAAllapplicationsInner) GetCategoryOk ¶
func (o *ActivityZTNAAllapplicationsInner) GetCategoryOk() (*ActivityZTNAAllapplicationsInnerCategory, 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 (*ActivityZTNAAllapplicationsInner) GetId ¶
func (o *ActivityZTNAAllapplicationsInner) GetId() int64
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 ¶
func (o *ActivityZTNAAllapplicationsInner) GetLabel() string
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 ¶
func (o *ActivityZTNAAllapplicationsInner) GetType() string
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 ¶
func (o *ActivityZTNAAllapplicationsInner) HasId() bool
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 ¶
func (o *ActivityZTNAAllapplicationsInner) HasType() bool
HasType returns a boolean if a field has been set.
func (ActivityZTNAAllapplicationsInner) MarshalJSON ¶
func (o ActivityZTNAAllapplicationsInner) MarshalJSON() ([]byte, error)
func (*ActivityZTNAAllapplicationsInner) SetCategory ¶
func (o *ActivityZTNAAllapplicationsInner) SetCategory(v ActivityZTNAAllapplicationsInnerCategory)
SetCategory gets a reference to the given ActivityZTNAAllapplicationsInnerCategory and assigns it to the Category field.
func (*ActivityZTNAAllapplicationsInner) SetId ¶
func (o *ActivityZTNAAllapplicationsInner) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*ActivityZTNAAllapplicationsInner) SetLabel ¶
func (o *ActivityZTNAAllapplicationsInner) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*ActivityZTNAAllapplicationsInner) SetType ¶
func (o *ActivityZTNAAllapplicationsInner) SetType(v string)
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 ¶
func (o *ActivityZTNAAllapplicationsInnerCategory) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*ActivityZTNAAllapplicationsInnerCategory) GetIdOk ¶
func (o *ActivityZTNAAllapplicationsInnerCategory) 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 (*ActivityZTNAAllapplicationsInnerCategory) GetLabel ¶
func (o *ActivityZTNAAllapplicationsInnerCategory) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*ActivityZTNAAllapplicationsInnerCategory) GetLabelOk ¶
func (o *ActivityZTNAAllapplicationsInnerCategory) 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 (*ActivityZTNAAllapplicationsInnerCategory) HasId ¶
func (o *ActivityZTNAAllapplicationsInnerCategory) HasId() bool
HasId returns a boolean if a field has been set.
func (*ActivityZTNAAllapplicationsInnerCategory) HasLabel ¶
func (o *ActivityZTNAAllapplicationsInnerCategory) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (ActivityZTNAAllapplicationsInnerCategory) MarshalJSON ¶
func (o ActivityZTNAAllapplicationsInnerCategory) MarshalJSON() ([]byte, error)
func (*ActivityZTNAAllapplicationsInnerCategory) SetId ¶
func (o *ActivityZTNAAllapplicationsInnerCategory) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*ActivityZTNAAllapplicationsInnerCategory) SetLabel ¶
func (o *ActivityZTNAAllapplicationsInnerCategory) SetLabel(v string)
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 ¶
func (r ApiGetAPIUsageKeysRequest) ApiKeys(apiKeys string) ApiGetAPIUsageKeysRequest
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 ¶
func (r ApiGetAPIUsageKeysRequest) From(from string) ApiGetAPIUsageKeysRequest
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 ¶
func (r ApiGetAPIUsageKeysRequest) Paths(paths string) ApiGetAPIUsageKeysRequest
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 ¶
func (r ApiGetAPIUsageKeysRequest) To(to string) ApiGetAPIUsageKeysRequest
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 ¶
func (r ApiGetAPIUsageKeysRequest) UserAgents(userAgents string) ApiGetAPIUsageKeysRequest
Sort the collection using a list of comma-separated labels that describe the HTTP client programs.
func (ApiGetAPIUsageKeysRequest) Verbs ¶
func (r ApiGetAPIUsageKeysRequest) Verbs(verbs string) ApiGetAPIUsageKeysRequest
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 ¶
func (r ApiGetAPIUsageRequestsRequest) ApiKeys(apiKeys string) ApiGetAPIUsageRequestsRequest
Sort the collection using a list of comma-separated API key IDs.
func (ApiGetAPIUsageRequestsRequest) Execute ¶
func (r ApiGetAPIUsageRequestsRequest) Execute() (*Requests, *http.Response, error)
func (ApiGetAPIUsageRequestsRequest) From ¶
func (r ApiGetAPIUsageRequestsRequest) From(from string) ApiGetAPIUsageRequestsRequest
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 ¶
func (r ApiGetAPIUsageRequestsRequest) Paths(paths string) ApiGetAPIUsageRequestsRequest
Sort the collection using a list of comma-separated API resource paths.
func (ApiGetAPIUsageRequestsRequest) StatusCodes ¶
func (r ApiGetAPIUsageRequestsRequest) StatusCodes(statusCodes string) ApiGetAPIUsageRequestsRequest
Sort the collection using a list of comma-separated HTTP status codes.
func (ApiGetAPIUsageRequestsRequest) To ¶
func (r ApiGetAPIUsageRequestsRequest) To(to string) ApiGetAPIUsageRequestsRequest
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 ¶
func (r ApiGetAPIUsageRequestsRequest) UserAgents(userAgents string) ApiGetAPIUsageRequestsRequest
Sort the collection using a list of comma-separated labels that describe the HTTP client programs.
func (ApiGetAPIUsageRequestsRequest) Verbs ¶
func (r ApiGetAPIUsageRequestsRequest) Verbs(verbs string) ApiGetAPIUsageRequestsRequest
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 ¶
func (r ApiGetAPIUsageResponsesRequest) ApiKeys(apiKeys string) ApiGetAPIUsageResponsesRequest
Sort the collection using a list of comma-separated API key IDs.
func (ApiGetAPIUsageResponsesRequest) Execute ¶
func (r ApiGetAPIUsageResponsesRequest) Execute() (*Responses, *http.Response, error)
func (ApiGetAPIUsageResponsesRequest) From ¶
func (r ApiGetAPIUsageResponsesRequest) From(from string) ApiGetAPIUsageResponsesRequest
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 ¶
func (r ApiGetAPIUsageResponsesRequest) Paths(paths string) ApiGetAPIUsageResponsesRequest
Sort the collection using a list of comma-separated API resource paths.
func (ApiGetAPIUsageResponsesRequest) StatusCodes ¶
func (r ApiGetAPIUsageResponsesRequest) StatusCodes(statusCodes string) ApiGetAPIUsageResponsesRequest
Sort the collection using a list of comma-separated HTTP status codes.
func (ApiGetAPIUsageResponsesRequest) To ¶
func (r ApiGetAPIUsageResponsesRequest) To(to string) ApiGetAPIUsageResponsesRequest
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 ¶
func (r ApiGetAPIUsageResponsesRequest) UserAgents(userAgents string) ApiGetAPIUsageResponsesRequest
Sort the collection using a list of comma-separated labels that describe the HTTP client programs.
func (ApiGetAPIUsageResponsesRequest) Verbs ¶
func (r ApiGetAPIUsageResponsesRequest) Verbs(verbs string) ApiGetAPIUsageResponsesRequest
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 ¶
func (r ApiGetAPIUsageSummaryRequest) ApiKeys(apiKeys string) ApiGetAPIUsageSummaryRequest
Sort the collection using a list of comma-separated API key IDs.
func (ApiGetAPIUsageSummaryRequest) Execute ¶
func (r ApiGetAPIUsageSummaryRequest) Execute() (*Summary, *http.Response, error)
func (ApiGetAPIUsageSummaryRequest) From ¶
func (r ApiGetAPIUsageSummaryRequest) From(from string) ApiGetAPIUsageSummaryRequest
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 ¶
func (r ApiGetAPIUsageSummaryRequest) Paths(paths string) ApiGetAPIUsageSummaryRequest
Sort the collection using a list of comma-separated API resource paths.
func (ApiGetAPIUsageSummaryRequest) StatusCodes ¶
func (r ApiGetAPIUsageSummaryRequest) StatusCodes(statusCodes string) ApiGetAPIUsageSummaryRequest
Sort the collection using a list of comma-separated HTTP status codes.
func (ApiGetAPIUsageSummaryRequest) To ¶
func (r ApiGetAPIUsageSummaryRequest) To(to string) ApiGetAPIUsageSummaryRequest
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 ¶
func (r ApiGetAPIUsageSummaryRequest) UserAgents(userAgents string) ApiGetAPIUsageSummaryRequest
Sort the collection using a list of comma-separated labels that describe the HTTP client programs.
func (ApiGetAPIUsageSummaryRequest) Verbs ¶
func (r ApiGetAPIUsageSummaryRequest) Verbs(verbs string) ApiGetAPIUsageSummaryRequest
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 ¶
func (r ApiGetActivitiesRequest) Bundleid(bundleid int64) ApiGetActivitiesRequest
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 ¶
func (r ApiGetActivitiesRequest) Domains(domains string) ApiGetActivitiesRequest
A domain name or comma-delimited list of domain name.
func (ApiGetActivitiesRequest) Execute ¶
func (r ApiGetActivitiesRequest) Execute() (*GetActivities200Response, *http.Response, error)
func (ApiGetActivitiesRequest) Exists ¶
func (r ApiGetActivitiesRequest) Exists(exists string) ApiGetActivitiesRequest
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 ¶
func (r ApiGetActivitiesRequest) Filename(filename string) ApiGetActivitiesRequest
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 ¶
func (r ApiGetActivitiesRequest) From(from string) ApiGetActivitiesRequest
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 ¶
func (r ApiGetActivitiesRequest) Ip(ip string) ApiGetActivitiesRequest
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 ¶
func (r ApiGetActivitiesRequest) Limit(limit int64) ApiGetActivitiesRequest
The maximum number of records to return from the collection.
func (ApiGetActivitiesRequest) Offset ¶
func (r ApiGetActivitiesRequest) Offset(offset int64) ApiGetActivitiesRequest
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 ¶
func (r ApiGetActivitiesRequest) Ports(ports string) ApiGetActivitiesRequest
A port number or comma-delimited list of port numbers.
func (ApiGetActivitiesRequest) Ruleid ¶
func (r ApiGetActivitiesRequest) Ruleid(ruleid int64) ApiGetActivitiesRequest
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 ¶
func (r ApiGetActivitiesRequest) Threats(threats string) ApiGetActivitiesRequest
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 ¶
func (r ApiGetActivitiesRequest) Timezone(timezone string) ApiGetActivitiesRequest
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 ¶
func (r ApiGetActivitiesRequest) To(to string) ApiGetActivitiesRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetActivitiesRequest) Urls ¶
func (r ApiGetActivitiesRequest) Urls(urls string) ApiGetActivitiesRequest
A URL or comma-delimited list of URL.
func (ApiGetActivitiesRequest) Verdict ¶
func (r ApiGetActivitiesRequest) Verdict(verdict string) ApiGetActivitiesRequest
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 ¶
func (r ApiGetActivityAmpRetrospectiveRequest) Ampdisposition(ampdisposition string) ApiGetActivityAmpRetrospectiveRequest
An AMP disposition string or a comma-delimited list of AMP disposition strings.
func (ApiGetActivityAmpRetrospectiveRequest) Execute ¶
func (r ApiGetActivityAmpRetrospectiveRequest) Execute() (*GetActivityAmpRetrospective200Response, *http.Response, error)
func (ApiGetActivityAmpRetrospectiveRequest) From ¶
func (r ApiGetActivityAmpRetrospectiveRequest) From(from string) ApiGetActivityAmpRetrospectiveRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetActivityAmpRetrospectiveRequest) Limit ¶
func (r ApiGetActivityAmpRetrospectiveRequest) Limit(limit int64) ApiGetActivityAmpRetrospectiveRequest
The maximum number of records to return from the collection.
func (ApiGetActivityAmpRetrospectiveRequest) Offset ¶
func (r ApiGetActivityAmpRetrospectiveRequest) Offset(offset int64) ApiGetActivityAmpRetrospectiveRequest
A number that represents an index in the collection.
func (ApiGetActivityAmpRetrospectiveRequest) Sha256 ¶
func (r ApiGetActivityAmpRetrospectiveRequest) Sha256(sha256 string) ApiGetActivityAmpRetrospectiveRequest
A SHA-256 hash.
func (ApiGetActivityAmpRetrospectiveRequest) Timezone ¶
func (r ApiGetActivityAmpRetrospectiveRequest) Timezone(timezone string) ApiGetActivityAmpRetrospectiveRequest
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'.
type ApiGetActivityDecryptionRequest ¶
type ApiGetActivityDecryptionRequest struct {
ApiService *ActivityAPIService
// contains filtered or unexported fields
}
func (ApiGetActivityDecryptionRequest) Decryptaction ¶
func (r ApiGetActivityDecryptionRequest) Decryptaction(decryptaction string) ApiGetActivityDecryptionRequest
The list of comma-separated decryption actions. Valid values are: `decryptinbound`, `decryptoutbound`, `donotdecrypt`, and `decrypterror`.
func (ApiGetActivityDecryptionRequest) Execute ¶
func (r ApiGetActivityDecryptionRequest) Execute() (*GetActivityDecryption200Response, *http.Response, error)
func (ApiGetActivityDecryptionRequest) From ¶
func (r ApiGetActivityDecryptionRequest) From(from string) ApiGetActivityDecryptionRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetActivityDecryptionRequest) Limit ¶
func (r ApiGetActivityDecryptionRequest) Limit(limit int64) ApiGetActivityDecryptionRequest
The maximum number of records to return from the collection.
func (ApiGetActivityDecryptionRequest) Offset ¶
func (r ApiGetActivityDecryptionRequest) Offset(offset int64) ApiGetActivityDecryptionRequest
A number that represents an index in the collection.
func (ApiGetActivityDecryptionRequest) Timezone ¶
func (r ApiGetActivityDecryptionRequest) Timezone(timezone string) ApiGetActivityDecryptionRequest
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 ¶
func (r ApiGetActivityDecryptionRequest) To(to string) ApiGetActivityDecryptionRequest
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 ¶
func (r ApiGetActivityDnsRequest) Domains(domains string) ApiGetActivityDnsRequest
A domain name or comma-delimited list of domain name.
func (ApiGetActivityDnsRequest) Execute ¶
func (r ApiGetActivityDnsRequest) Execute() (*GetActivityDns200Response, *http.Response, error)
func (ApiGetActivityDnsRequest) Filternoisydomains ¶
func (r ApiGetActivityDnsRequest) Filternoisydomains(filternoisydomains bool) ApiGetActivityDnsRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetActivityDnsRequest) From ¶
func (r ApiGetActivityDnsRequest) From(from string) ApiGetActivityDnsRequest
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 ¶
func (r ApiGetActivityDnsRequest) Ip(ip string) ApiGetActivityDnsRequest
An IP address.
func (ApiGetActivityDnsRequest) Limit ¶
func (r ApiGetActivityDnsRequest) Limit(limit int64) ApiGetActivityDnsRequest
The maximum number of records to return from the collection.
func (ApiGetActivityDnsRequest) Offset ¶
func (r ApiGetActivityDnsRequest) Offset(offset int64) ApiGetActivityDnsRequest
A number that represents an index in the collection.
func (ApiGetActivityDnsRequest) Order ¶
func (r ApiGetActivityDnsRequest) Order(order string) ApiGetActivityDnsRequest
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 ¶
func (r ApiGetActivityDnsRequest) Threats(threats string) ApiGetActivityDnsRequest
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 ¶
func (r ApiGetActivityDnsRequest) Timezone(timezone string) ApiGetActivityDnsRequest
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 ¶
func (r ApiGetActivityDnsRequest) To(to string) ApiGetActivityDnsRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetActivityDnsRequest) Verdict ¶
func (r ApiGetActivityDnsRequest) Verdict(verdict string) ApiGetActivityDnsRequest
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 ¶
func (r ApiGetActivityFirewallRequest) Categories(categories string) ApiGetActivityFirewallRequest
A category ID or comma-delimited list of category ID.
func (ApiGetActivityFirewallRequest) Execute ¶
func (r ApiGetActivityFirewallRequest) Execute() (*GetActivityFirewall200Response, *http.Response, error)
func (ApiGetActivityFirewallRequest) From ¶
func (r ApiGetActivityFirewallRequest) From(from string) ApiGetActivityFirewallRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetActivityFirewallRequest) Identityids ¶
func (r ApiGetActivityFirewallRequest) Identityids(identityids string) ApiGetActivityFirewallRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetActivityFirewallRequest) Ip ¶
func (r ApiGetActivityFirewallRequest) Ip(ip string) ApiGetActivityFirewallRequest
An IP address.
func (ApiGetActivityFirewallRequest) Limit ¶
func (r ApiGetActivityFirewallRequest) Limit(limit int64) ApiGetActivityFirewallRequest
The maximum number of records to return from the collection.
func (ApiGetActivityFirewallRequest) Offset ¶
func (r ApiGetActivityFirewallRequest) Offset(offset int64) ApiGetActivityFirewallRequest
A number that represents an index in the collection.
func (ApiGetActivityFirewallRequest) Ports ¶
func (r ApiGetActivityFirewallRequest) Ports(ports string) ApiGetActivityFirewallRequest
A port number or comma-delimited list of port numbers.
func (ApiGetActivityFirewallRequest) Ruleid ¶
func (r ApiGetActivityFirewallRequest) Ruleid(ruleid int64) ApiGetActivityFirewallRequest
The firewall policy rule ID.
func (ApiGetActivityFirewallRequest) Timezone ¶
func (r ApiGetActivityFirewallRequest) Timezone(timezone string) ApiGetActivityFirewallRequest
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 ¶
func (r ApiGetActivityFirewallRequest) To(to string) ApiGetActivityFirewallRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetActivityFirewallRequest) Verdict ¶
func (r ApiGetActivityFirewallRequest) Verdict(verdict string) ApiGetActivityFirewallRequest
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 (r ApiGetActivityIPRequest) Execute() (*GetActivityIP200Response, *http.Response, error)
func (ApiGetActivityIPRequest) From ¶
func (r ApiGetActivityIPRequest) From(from string) ApiGetActivityIPRequest
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 ¶
func (r ApiGetActivityIPRequest) Ip(ip string) ApiGetActivityIPRequest
An IP address.
func (ApiGetActivityIPRequest) Limit ¶
func (r ApiGetActivityIPRequest) Limit(limit int64) ApiGetActivityIPRequest
The maximum number of records to return from the collection.
func (ApiGetActivityIPRequest) Offset ¶
func (r ApiGetActivityIPRequest) Offset(offset int64) ApiGetActivityIPRequest
A number that represents an index in the collection.
func (ApiGetActivityIPRequest) Ports ¶
func (r ApiGetActivityIPRequest) Ports(ports string) ApiGetActivityIPRequest
A port number or comma-delimited list of port numbers.
func (ApiGetActivityIPRequest) To ¶
func (r ApiGetActivityIPRequest) To(to string) ApiGetActivityIPRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetActivityIPRequest) Verdict ¶
func (r ApiGetActivityIPRequest) Verdict(verdict string) ApiGetActivityIPRequest
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 (r ApiGetActivityIntrusionRequest) Execute() (*GetActivityIntrusion200Response, *http.Response, error)
func (ApiGetActivityIntrusionRequest) Filternoisydomains ¶
func (r ApiGetActivityIntrusionRequest) Filternoisydomains(filternoisydomains bool) ApiGetActivityIntrusionRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetActivityIntrusionRequest) From ¶
func (r ApiGetActivityIntrusionRequest) From(from string) ApiGetActivityIntrusionRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetActivityIntrusionRequest) Identityids ¶
func (r ApiGetActivityIntrusionRequest) Identityids(identityids string) ApiGetActivityIntrusionRequest
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 ¶
func (r ApiGetActivityIntrusionRequest) Ip(ip string) ApiGetActivityIntrusionRequest
An IP address.
func (ApiGetActivityIntrusionRequest) Limit ¶
func (r ApiGetActivityIntrusionRequest) Limit(limit int64) ApiGetActivityIntrusionRequest
The maximum number of records to return from the collection.
func (ApiGetActivityIntrusionRequest) Offset ¶
func (r ApiGetActivityIntrusionRequest) Offset(offset int64) ApiGetActivityIntrusionRequest
A number that represents an index in the collection.
func (ApiGetActivityIntrusionRequest) Ports ¶
func (r ApiGetActivityIntrusionRequest) Ports(ports string) ApiGetActivityIntrusionRequest
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 ¶
func (r ApiGetActivityIntrusionRequest) Signatures(signatures string) ApiGetActivityIntrusionRequest
The signature or comma-separated list of <signatureid>-<generatorid> signatures.
func (ApiGetActivityIntrusionRequest) Timezone ¶
func (r ApiGetActivityIntrusionRequest) Timezone(timezone string) ApiGetActivityIntrusionRequest
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 ¶
func (r ApiGetActivityIntrusionRequest) To(to string) ApiGetActivityIntrusionRequest
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 ¶
func (r ApiGetActivityProxyRequest) Bundleid(bundleid int64) ApiGetActivityProxyRequest
A proxy bundle ID.
func (ApiGetActivityProxyRequest) Categories ¶
func (r ApiGetActivityProxyRequest) Categories(categories string) ApiGetActivityProxyRequest
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 ¶
func (r ApiGetActivityProxyRequest) Domains(domains string) ApiGetActivityProxyRequest
A domain name or comma-delimited list of domain name.
func (ApiGetActivityProxyRequest) Execute ¶
func (r ApiGetActivityProxyRequest) Execute() (*GetActivityProxy200Response, *http.Response, error)
func (ApiGetActivityProxyRequest) Filename ¶
func (r ApiGetActivityProxyRequest) Filename(filename string) ApiGetActivityProxyRequest
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 ¶
func (r ApiGetActivityProxyRequest) From(from string) ApiGetActivityProxyRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetActivityProxyRequest) Httperrors ¶
func (r ApiGetActivityProxyRequest) Httperrors(httperrors string) ApiGetActivityProxyRequest
Filter data for requests that resulted in a TLS error or a certificate error.
func (ApiGetActivityProxyRequest) Identityids ¶
func (r ApiGetActivityProxyRequest) Identityids(identityids string) ApiGetActivityProxyRequest
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 ¶
func (r ApiGetActivityProxyRequest) Ip(ip string) ApiGetActivityProxyRequest
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 ¶
func (r ApiGetActivityProxyRequest) Limit(limit int64) ApiGetActivityProxyRequest
The maximum number of records to return from the collection.
func (ApiGetActivityProxyRequest) Offset ¶
func (r ApiGetActivityProxyRequest) Offset(offset int64) ApiGetActivityProxyRequest
A number that represents an index in the collection.
func (ApiGetActivityProxyRequest) Order ¶
func (r ApiGetActivityProxyRequest) Order(order string) ApiGetActivityProxyRequest
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 ¶
func (r ApiGetActivityProxyRequest) Ports(ports string) ApiGetActivityProxyRequest
A port number or comma-delimited list of port numbers.
func (ApiGetActivityProxyRequest) Ruleid ¶
func (r ApiGetActivityProxyRequest) Ruleid(ruleid int64) ApiGetActivityProxyRequest
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 ¶
func (r ApiGetActivityProxyRequest) Threats(threats string) ApiGetActivityProxyRequest
A threat name or comma-delimited list of threat names.
func (ApiGetActivityProxyRequest) Threattypes ¶
func (r ApiGetActivityProxyRequest) Threattypes(threattypes string) ApiGetActivityProxyRequest
A threat type or comma-delimited list of threat types.
func (ApiGetActivityProxyRequest) Timezone ¶
func (r ApiGetActivityProxyRequest) Timezone(timezone string) ApiGetActivityProxyRequest
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 ¶
func (r ApiGetActivityProxyRequest) To(to string) ApiGetActivityProxyRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetActivityProxyRequest) Urls ¶
func (r ApiGetActivityProxyRequest) Urls(urls string) ApiGetActivityProxyRequest
A URL or comma-delimited list of URL.
func (ApiGetActivityProxyRequest) Verdict ¶
func (r ApiGetActivityProxyRequest) Verdict(verdict string) ApiGetActivityProxyRequest
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 (r ApiGetActivityZTNARequest) Execute() (*GetActivityZTNA200Response, *http.Response, error)
func (ApiGetActivityZTNARequest) From ¶
func (r ApiGetActivityZTNARequest) From(from string) ApiGetActivityZTNARequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetActivityZTNARequest) Limit ¶
func (r ApiGetActivityZTNARequest) Limit(limit int64) ApiGetActivityZTNARequest
The maximum number of records to return from the collection.
func (ApiGetActivityZTNARequest) Offset ¶
func (r ApiGetActivityZTNARequest) Offset(offset int64) ApiGetActivityZTNARequest
A number that represents an index in the collection.
func (ApiGetActivityZTNARequest) Timezone ¶
func (r ApiGetActivityZTNARequest) Timezone(timezone string) ApiGetActivityZTNARequest
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 ¶
func (r ApiGetActivityZTNARequest) To(to string) ApiGetActivityZTNARequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetActivityZTNARequest) Ztnatype ¶
func (r ApiGetActivityZTNARequest) Ztnatype(ztnatype string) ApiGetActivityZTNARequest
Specify the Zero Trust Network Access (ZTNA) session type.
type ApiGetApplicationAttributesRequest ¶
type ApiGetApplicationAttributesRequest struct {
ApiService *ApplicationsAPIService
// contains filtered or unexported fields
}
func (ApiGetApplicationAttributesRequest) Categories ¶
func (r ApiGetApplicationAttributesRequest) Categories(categories []string) ApiGetApplicationAttributesRequest
The attributes' categories to filter the collection.
func (ApiGetApplicationAttributesRequest) Execute ¶
func (r ApiGetApplicationAttributesRequest) Execute() (*ApplicationAttributeCategoryList, *http.Response, error)
type ApiGetApplicationCategoriesRequest ¶
type ApiGetApplicationCategoriesRequest struct {
ApiService *ApplicationCategoriesAPIService
// contains filtered or unexported fields
}
func (ApiGetApplicationCategoriesRequest) Execute ¶
func (r ApiGetApplicationCategoriesRequest) Execute() (*ApplicationCategoryList, *http.Response, error)
func (ApiGetApplicationCategoriesRequest) Limit ¶
func (r ApiGetApplicationCategoriesRequest) Limit(limit int64) ApiGetApplicationCategoriesRequest
The maximum number of items to return in the collection.
func (ApiGetApplicationCategoriesRequest) Offset ¶
func (r ApiGetApplicationCategoriesRequest) Offset(offset int64) ApiGetApplicationCategoriesRequest
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 ¶
func (r ApiGetApplicationIdentitiesRequest) Date(date string) ApiGetApplicationIdentitiesRequest
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 (r ApiGetApplicationIdentitiesRequest) Execute() (*ApplicationIdentityList, *http.Response, error)
func (ApiGetApplicationIdentitiesRequest) Limit ¶
func (r ApiGetApplicationIdentitiesRequest) Limit(limit int64) ApiGetApplicationIdentitiesRequest
The maximum number of items to return in the collection.
func (ApiGetApplicationIdentitiesRequest) Offset ¶
func (r ApiGetApplicationIdentitiesRequest) Offset(offset int64) ApiGetApplicationIdentitiesRequest
The number of items to skip before starting to collect the result set.
func (ApiGetApplicationIdentitiesRequest) Order ¶
func (r ApiGetApplicationIdentitiesRequest) Order(order string) ApiGetApplicationIdentitiesRequest
Specify the order to sort the collection. Valid values are: `asc` (ascending) or `desc` (descending).
func (ApiGetApplicationIdentitiesRequest) Sort ¶
func (r ApiGetApplicationIdentitiesRequest) Sort(sort string) ApiGetApplicationIdentitiesRequest
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 ¶
func (r ApiGetApplicationRequest) Execute() (*ApplicationObject, *http.Response, error)
type ApiGetApplicationRiskRequest ¶
type ApiGetApplicationRiskRequest struct {
ApiService *ApplicationsAPIService
// contains filtered or unexported fields
}
func (ApiGetApplicationRiskRequest) Execute ¶
func (r ApiGetApplicationRiskRequest) Execute() (*ApplicationRisk, *http.Response, error)
type ApiGetApplicationsAppDiscoveryRequest ¶
type ApiGetApplicationsAppDiscoveryRequest struct {
ApiService *DefaultAPIService
// contains filtered or unexported fields
}
func (ApiGetApplicationsAppDiscoveryRequest) AppTypes ¶
func (r ApiGetApplicationsAppDiscoveryRequest) AppTypes(appTypes []AppType) ApiGetApplicationsAppDiscoveryRequest
Specify the types of application to filter the collection. Valid values are: `saas`, `paas`, and `iaas`.
func (ApiGetApplicationsAppDiscoveryRequest) Categories ¶
func (r ApiGetApplicationsAppDiscoveryRequest) Categories(categories []string) ApiGetApplicationsAppDiscoveryRequest
Specify the list of application category to filter the collection.
func (ApiGetApplicationsAppDiscoveryRequest) Controllable ¶
func (r ApiGetApplicationsAppDiscoveryRequest) Controllable(controllable string) ApiGetApplicationsAppDiscoveryRequest
Specify the type of controllable applications to filter the collection. Valid values are: `all`, `advanced`.
func (ApiGetApplicationsAppDiscoveryRequest) Date ¶
func (r ApiGetApplicationsAppDiscoveryRequest) Date(date string) ApiGetApplicationsAppDiscoveryRequest
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 (r ApiGetApplicationsAppDiscoveryRequest) Execute() (*ApplicationList, *http.Response, error)
func (ApiGetApplicationsAppDiscoveryRequest) Identity ¶
func (r ApiGetApplicationsAppDiscoveryRequest) Identity(identity int64) ApiGetApplicationsAppDiscoveryRequest
Specify the entity ID to filter the collection.
func (ApiGetApplicationsAppDiscoveryRequest) LabelTimestamp ¶
func (r ApiGetApplicationsAppDiscoveryRequest) LabelTimestamp(labelTimestamp time.Time) ApiGetApplicationsAppDiscoveryRequest
Filter the result set on the time when the label was updated.
func (ApiGetApplicationsAppDiscoveryRequest) Labels ¶
func (r ApiGetApplicationsAppDiscoveryRequest) Labels(labels []Label) ApiGetApplicationsAppDiscoveryRequest
Specify the types of application classification to filter the collection. Valid values are: `unreviewed`, `approved`, `notApproved`, `underAudit`.
func (ApiGetApplicationsAppDiscoveryRequest) Limit ¶
func (r ApiGetApplicationsAppDiscoveryRequest) Limit(limit int64) ApiGetApplicationsAppDiscoveryRequest
The maximum number of items to return in the collection.
func (ApiGetApplicationsAppDiscoveryRequest) Offset ¶
func (r ApiGetApplicationsAppDiscoveryRequest) Offset(offset int64) ApiGetApplicationsAppDiscoveryRequest
The number of items to skip before starting to collect the result set.
func (ApiGetApplicationsAppDiscoveryRequest) Order ¶
func (r ApiGetApplicationsAppDiscoveryRequest) Order(order string) ApiGetApplicationsAppDiscoveryRequest
Specify the order to sort the collection. Valid values are: `asc` (ascending) or `desc` (descending).
func (ApiGetApplicationsAppDiscoveryRequest) Sort ¶
func (r ApiGetApplicationsAppDiscoveryRequest) Sort(sort string) ApiGetApplicationsAppDiscoveryRequest
Specify the name of a field to sort the applications.
func (ApiGetApplicationsAppDiscoveryRequest) Sources ¶
func (r ApiGetApplicationsAppDiscoveryRequest) Sources(sources []string) ApiGetApplicationsAppDiscoveryRequest
Specify the types of log source to filter the collection. Valid values are: `dns`, `swg`, `cdfw`.
func (ApiGetApplicationsAppDiscoveryRequest) WeightedRisk ¶
func (r ApiGetApplicationsAppDiscoveryRequest) WeightedRisk(weightedRisk []WeightedRisk) ApiGetApplicationsAppDiscoveryRequest
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 ¶
func (r ApiGetApplicationsRequest) Execute() (*GetApplications200Response, *http.Response, error)
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 ¶
func (r ApiGetBandwidthByHourRequest) Bundleid(bundleid int64) ApiGetBandwidthByHourRequest
A proxy bundle ID.
func (ApiGetBandwidthByHourRequest) Categories ¶
func (r ApiGetBandwidthByHourRequest) Categories(categories string) ApiGetBandwidthByHourRequest
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 ¶
func (r ApiGetBandwidthByHourRequest) Domains(domains string) ApiGetBandwidthByHourRequest
A domain name or comma-delimited list of domain name.
func (ApiGetBandwidthByHourRequest) Execute ¶
func (r ApiGetBandwidthByHourRequest) Execute() (*GetBandwidthByHour200Response, *http.Response, error)
func (ApiGetBandwidthByHourRequest) Filternoisydomains ¶
func (r ApiGetBandwidthByHourRequest) Filternoisydomains(filternoisydomains bool) ApiGetBandwidthByHourRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetBandwidthByHourRequest) From ¶
func (r ApiGetBandwidthByHourRequest) From(from string) ApiGetBandwidthByHourRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetBandwidthByHourRequest) Identityids ¶
func (r ApiGetBandwidthByHourRequest) Identityids(identityids string) ApiGetBandwidthByHourRequest
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 ¶
func (r ApiGetBandwidthByHourRequest) Ip(ip string) ApiGetBandwidthByHourRequest
An IP address.
func (ApiGetBandwidthByHourRequest) Limit ¶
func (r ApiGetBandwidthByHourRequest) Limit(limit int64) ApiGetBandwidthByHourRequest
The maximum number of records to return from the collection.
func (ApiGetBandwidthByHourRequest) Offset ¶
func (r ApiGetBandwidthByHourRequest) Offset(offset int64) ApiGetBandwidthByHourRequest
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 ¶
func (r ApiGetBandwidthByHourRequest) Sha256(sha256 string) ApiGetBandwidthByHourRequest
A SHA-256 hash.
func (ApiGetBandwidthByHourRequest) Timezone ¶
func (r ApiGetBandwidthByHourRequest) Timezone(timezone string) ApiGetBandwidthByHourRequest
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 ¶
func (r ApiGetBandwidthByHourRequest) To(to string) ApiGetBandwidthByHourRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetBandwidthByHourRequest) Urls ¶
func (r ApiGetBandwidthByHourRequest) Urls(urls string) ApiGetBandwidthByHourRequest
A URL or comma-delimited list of URL.
func (ApiGetBandwidthByHourRequest) Verdict ¶
func (r ApiGetBandwidthByHourRequest) Verdict(verdict string) ApiGetBandwidthByHourRequest
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 ¶
func (r ApiGetBandwidthByTimerangeRequest) Ampdisposition(ampdisposition string) ApiGetBandwidthByTimerangeRequest
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 ¶
func (r ApiGetBandwidthByTimerangeRequest) Applicationid(applicationid string) ApiGetBandwidthByTimerangeRequest
The ID of the application.
func (ApiGetBandwidthByTimerangeRequest) Bundleid ¶
func (r ApiGetBandwidthByTimerangeRequest) Bundleid(bundleid int64) ApiGetBandwidthByTimerangeRequest
A proxy bundle ID.
func (ApiGetBandwidthByTimerangeRequest) Categories ¶
func (r ApiGetBandwidthByTimerangeRequest) Categories(categories string) ApiGetBandwidthByTimerangeRequest
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 ¶
func (r ApiGetBandwidthByTimerangeRequest) Domains(domains string) ApiGetBandwidthByTimerangeRequest
A domain name or comma-delimited list of domain name.
func (ApiGetBandwidthByTimerangeRequest) Execute ¶
func (r ApiGetBandwidthByTimerangeRequest) Execute() (*GetBandwidthByHour200Response, *http.Response, error)
func (ApiGetBandwidthByTimerangeRequest) Filternoisydomains ¶
func (r ApiGetBandwidthByTimerangeRequest) Filternoisydomains(filternoisydomains bool) ApiGetBandwidthByTimerangeRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetBandwidthByTimerangeRequest) From ¶
func (r ApiGetBandwidthByTimerangeRequest) From(from string) ApiGetBandwidthByTimerangeRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetBandwidthByTimerangeRequest) Identityids ¶
func (r ApiGetBandwidthByTimerangeRequest) Identityids(identityids string) ApiGetBandwidthByTimerangeRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetBandwidthByTimerangeRequest) Identitytypes ¶
func (r ApiGetBandwidthByTimerangeRequest) Identitytypes(identitytypes string) ApiGetBandwidthByTimerangeRequest
An identity type or comma-delimited list of identity types.
func (ApiGetBandwidthByTimerangeRequest) Ip ¶
func (r ApiGetBandwidthByTimerangeRequest) Ip(ip string) ApiGetBandwidthByTimerangeRequest
An IP address.
func (ApiGetBandwidthByTimerangeRequest) Limit ¶
func (r ApiGetBandwidthByTimerangeRequest) Limit(limit int64) ApiGetBandwidthByTimerangeRequest
The maximum number of records to return from the collection.
func (ApiGetBandwidthByTimerangeRequest) Offset ¶
func (r ApiGetBandwidthByTimerangeRequest) Offset(offset int64) ApiGetBandwidthByTimerangeRequest
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 ¶
func (r ApiGetBandwidthByTimerangeRequest) Sha256(sha256 string) ApiGetBandwidthByTimerangeRequest
A SHA-256 hash.
func (ApiGetBandwidthByTimerangeRequest) Timerange ¶
func (r ApiGetBandwidthByTimerangeRequest) Timerange(timerange string) ApiGetBandwidthByTimerangeRequest
A string that represents a range of time. If the header is not set, the header value defaults to `hour`.
func (ApiGetBandwidthByTimerangeRequest) Timezone ¶
func (r ApiGetBandwidthByTimerangeRequest) Timezone(timezone string) ApiGetBandwidthByTimerangeRequest
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 ¶
func (r ApiGetBandwidthByTimerangeRequest) To(to string) ApiGetBandwidthByTimerangeRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetBandwidthByTimerangeRequest) Urls ¶
func (r ApiGetBandwidthByTimerangeRequest) Urls(urls string) ApiGetBandwidthByTimerangeRequest
A URL or comma-delimited list of URL.
func (ApiGetBandwidthByTimerangeRequest) Verdict ¶
func (r ApiGetBandwidthByTimerangeRequest) Verdict(verdict string) ApiGetBandwidthByTimerangeRequest
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 ¶
func (r ApiGetCategoriesRequest) Execute() (*GetCategories200Response, *http.Response, error)
type ApiGetDeploymentStatusRequest ¶
type ApiGetDeploymentStatusRequest struct {
ApiService *DeploymentStatusAPIService
// contains filtered or unexported fields
}
func (ApiGetDeploymentStatusRequest) Execute ¶
func (r ApiGetDeploymentStatusRequest) Execute() (*GetDeploymentStatus200Response, *http.Response, error)
func (ApiGetDeploymentStatusRequest) From ¶
func (r ApiGetDeploymentStatusRequest) From(from string) ApiGetDeploymentStatusRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetDeploymentStatusRequest) Threats ¶
func (r ApiGetDeploymentStatusRequest) Threats(threats string) ApiGetDeploymentStatusRequest
A threat name or comma-delimited list of threat names.
func (ApiGetDeploymentStatusRequest) Threattypes ¶
func (r ApiGetDeploymentStatusRequest) Threattypes(threattypes string) ApiGetDeploymentStatusRequest
A threat type or comma-delimited list of threat types.
func (ApiGetDeploymentStatusRequest) Timezone ¶
func (r ApiGetDeploymentStatusRequest) Timezone(timezone string) ApiGetDeploymentStatusRequest
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 ¶
func (r ApiGetDeploymentStatusRequest) To(to string) ApiGetDeploymentStatusRequest
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 ¶
func (r ApiGetDetailedStatsForAppConnectorGroupsRequest) Cputhreshold(cputhreshold int64) ApiGetDetailedStatsForAppConnectorGroupsRequest
The CPU threshold (`cputhreshold`) percentage that is used to filter overloaded groups.
func (ApiGetDetailedStatsForAppConnectorGroupsRequest) Execute ¶
func (r ApiGetDetailedStatsForAppConnectorGroupsRequest) Execute() (*GetDetailedStatsForAppConnectorGroups200Response, *http.Response, error)
func (ApiGetDetailedStatsForAppConnectorGroupsRequest) From ¶
func (r ApiGetDetailedStatsForAppConnectorGroupsRequest) From(from string) ApiGetDetailedStatsForAppConnectorGroupsRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetDetailedStatsForAppConnectorGroupsRequest) Groupids ¶
func (r ApiGetDetailedStatsForAppConnectorGroupsRequest) Groupids(groupids string) ApiGetDetailedStatsForAppConnectorGroupsRequest
A comma-delimited list of resource connector group IDs.
func (ApiGetDetailedStatsForAppConnectorGroupsRequest) Timerange ¶
func (r ApiGetDetailedStatsForAppConnectorGroupsRequest) Timerange(timerange string) ApiGetDetailedStatsForAppConnectorGroupsRequest
A string that represents a range of time. If the header is not set, the header value defaults to `hour`.
func (ApiGetDetailedStatsForAppConnectorGroupsRequest) To ¶
func (r ApiGetDetailedStatsForAppConnectorGroupsRequest) To(to string) ApiGetDetailedStatsForAppConnectorGroupsRequest
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 ¶
func (r ApiGetDetailedStatsForAppConnectorRequest) Agentids(agentids string) ApiGetDetailedStatsForAppConnectorRequest
A comma-delimited list of resource connector IDs.
func (ApiGetDetailedStatsForAppConnectorRequest) Execute ¶
func (r ApiGetDetailedStatsForAppConnectorRequest) Execute() (*GetDetailedStatsForAppConnector200Response, *http.Response, error)
func (ApiGetDetailedStatsForAppConnectorRequest) From ¶
func (r ApiGetDetailedStatsForAppConnectorRequest) From(from string) ApiGetDetailedStatsForAppConnectorRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetDetailedStatsForAppConnectorRequest) Timerange ¶
func (r ApiGetDetailedStatsForAppConnectorRequest) Timerange(timerange string) ApiGetDetailedStatsForAppConnectorRequest
A string that represents a range of time. If the header is not set, the header value defaults to `hour`.
func (ApiGetDetailedStatsForAppConnectorRequest) To ¶
func (r ApiGetDetailedStatsForAppConnectorRequest) To(to string) ApiGetDetailedStatsForAppConnectorRequest
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 (r ApiGetIdentitiesRequest) Execute() (*GetIdentities200Response, *http.Response, error)
func (ApiGetIdentitiesRequest) Identitytypes ¶
func (r ApiGetIdentitiesRequest) Identitytypes(identitytypes string) ApiGetIdentitiesRequest
An identity type or comma-delimited list of identity types.
func (ApiGetIdentitiesRequest) Limit ¶
func (r ApiGetIdentitiesRequest) Limit(limit int64) ApiGetIdentitiesRequest
(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 ¶
func (r ApiGetIdentitiesRequest) Offset(offset int64) ApiGetIdentitiesRequest
A number that represents an index in the collection.
func (ApiGetIdentitiesRequest) Search ¶
func (r ApiGetIdentitiesRequest) Search(search string) ApiGetIdentitiesRequest
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 ¶
func (r ApiGetIdentityDistributionRequest) Ampdisposition(ampdisposition string) ApiGetIdentityDistributionRequest
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 ¶
func (r ApiGetIdentityDistributionRequest) Applicationid(applicationid string) ApiGetIdentityDistributionRequest
The ID of the application.
func (ApiGetIdentityDistributionRequest) Bundleid ¶
func (r ApiGetIdentityDistributionRequest) Bundleid(bundleid int64) ApiGetIdentityDistributionRequest
A proxy bundle ID.
func (ApiGetIdentityDistributionRequest) Categories ¶
func (r ApiGetIdentityDistributionRequest) Categories(categories string) ApiGetIdentityDistributionRequest
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 ¶
func (r ApiGetIdentityDistributionRequest) Domains(domains string) ApiGetIdentityDistributionRequest
A domain name or comma-delimited list of domain name.
func (ApiGetIdentityDistributionRequest) Execute ¶
func (r ApiGetIdentityDistributionRequest) Execute() (*GetIdentityDistribution200Response, *http.Response, error)
func (ApiGetIdentityDistributionRequest) Filternoisydomains ¶
func (r ApiGetIdentityDistributionRequest) Filternoisydomains(filternoisydomains bool) ApiGetIdentityDistributionRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetIdentityDistributionRequest) From ¶
func (r ApiGetIdentityDistributionRequest) From(from string) ApiGetIdentityDistributionRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetIdentityDistributionRequest) Identityids ¶
func (r ApiGetIdentityDistributionRequest) Identityids(identityids string) ApiGetIdentityDistributionRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetIdentityDistributionRequest) Identitytypes ¶
func (r ApiGetIdentityDistributionRequest) Identitytypes(identitytypes string) ApiGetIdentityDistributionRequest
An identity type or comma-delimited list of identity types.
func (ApiGetIdentityDistributionRequest) Ip ¶
func (r ApiGetIdentityDistributionRequest) Ip(ip string) ApiGetIdentityDistributionRequest
An IP address.
func (ApiGetIdentityDistributionRequest) Limit ¶
func (r ApiGetIdentityDistributionRequest) Limit(limit int64) ApiGetIdentityDistributionRequest
The maximum number of records to return from the collection.
func (ApiGetIdentityDistributionRequest) Offset ¶
func (r ApiGetIdentityDistributionRequest) Offset(offset int64) ApiGetIdentityDistributionRequest
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 ¶
func (r ApiGetIdentityDistributionRequest) Ports(ports string) ApiGetIdentityDistributionRequest
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 ¶
func (r ApiGetIdentityDistributionRequest) Sha256(sha256 string) ApiGetIdentityDistributionRequest
A SHA-256 hash.
func (ApiGetIdentityDistributionRequest) Threats ¶
func (r ApiGetIdentityDistributionRequest) Threats(threats string) ApiGetIdentityDistributionRequest
A threat name or comma-delimited list of threat names.
func (ApiGetIdentityDistributionRequest) Threattypes ¶
func (r ApiGetIdentityDistributionRequest) Threattypes(threattypes string) ApiGetIdentityDistributionRequest
A threat type or comma-delimited list of threat types.
func (ApiGetIdentityDistributionRequest) Timezone ¶
func (r ApiGetIdentityDistributionRequest) Timezone(timezone string) ApiGetIdentityDistributionRequest
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 ¶
func (r ApiGetIdentityDistributionRequest) To(to string) ApiGetIdentityDistributionRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetIdentityDistributionRequest) Urls ¶
func (r ApiGetIdentityDistributionRequest) Urls(urls string) ApiGetIdentityDistributionRequest
A URL or comma-delimited list of URL.
func (ApiGetIdentityDistributionRequest) Verdict ¶
func (r ApiGetIdentityDistributionRequest) Verdict(verdict string) ApiGetIdentityDistributionRequest
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 ¶
func (r ApiGetIdentityDistributionTypeRequest) Ampdisposition(ampdisposition string) ApiGetIdentityDistributionTypeRequest
An AMP disposition string or a comma-delimited list of AMP disposition strings.
func (ApiGetIdentityDistributionTypeRequest) Antivirusthreats ¶
func (r ApiGetIdentityDistributionTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetIdentityDistributionTypeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetIdentityDistributionTypeRequest) Applicationid ¶
func (r ApiGetIdentityDistributionTypeRequest) Applicationid(applicationid string) ApiGetIdentityDistributionTypeRequest
The ID of the application.
func (ApiGetIdentityDistributionTypeRequest) Bundleid ¶
func (r ApiGetIdentityDistributionTypeRequest) Bundleid(bundleid int64) ApiGetIdentityDistributionTypeRequest
A proxy bundle ID.
func (ApiGetIdentityDistributionTypeRequest) Categories ¶
func (r ApiGetIdentityDistributionTypeRequest) Categories(categories string) ApiGetIdentityDistributionTypeRequest
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 ¶
func (r ApiGetIdentityDistributionTypeRequest) Domains(domains string) ApiGetIdentityDistributionTypeRequest
A domain name or comma-delimited list of domain name.
func (ApiGetIdentityDistributionTypeRequest) Execute ¶
func (r ApiGetIdentityDistributionTypeRequest) Execute() (*GetIdentityDistributionType200Response, *http.Response, error)
func (ApiGetIdentityDistributionTypeRequest) Filternoisydomains ¶
func (r ApiGetIdentityDistributionTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetIdentityDistributionTypeRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetIdentityDistributionTypeRequest) From ¶
func (r ApiGetIdentityDistributionTypeRequest) From(from string) ApiGetIdentityDistributionTypeRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetIdentityDistributionTypeRequest) Identityids ¶
func (r ApiGetIdentityDistributionTypeRequest) Identityids(identityids string) ApiGetIdentityDistributionTypeRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetIdentityDistributionTypeRequest) Identitytypes ¶
func (r ApiGetIdentityDistributionTypeRequest) Identitytypes(identitytypes string) ApiGetIdentityDistributionTypeRequest
An identity type or comma-delimited list of identity types.
func (ApiGetIdentityDistributionTypeRequest) Limit ¶
func (r ApiGetIdentityDistributionTypeRequest) Limit(limit int64) ApiGetIdentityDistributionTypeRequest
The maximum number of records to return from the collection.
func (ApiGetIdentityDistributionTypeRequest) Offset ¶
func (r ApiGetIdentityDistributionTypeRequest) Offset(offset int64) ApiGetIdentityDistributionTypeRequest
A number that represents an index in the collection.
func (ApiGetIdentityDistributionTypeRequest) Policycategories ¶
func (r ApiGetIdentityDistributionTypeRequest) Policycategories(policycategories string) ApiGetIdentityDistributionTypeRequest
A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.
func (ApiGetIdentityDistributionTypeRequest) Ports ¶
func (r ApiGetIdentityDistributionTypeRequest) Ports(ports string) ApiGetIdentityDistributionTypeRequest
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 ¶
func (r ApiGetIdentityDistributionTypeRequest) Sha256(sha256 string) ApiGetIdentityDistributionTypeRequest
A SHA-256 hash.
func (ApiGetIdentityDistributionTypeRequest) Threats ¶
func (r ApiGetIdentityDistributionTypeRequest) Threats(threats string) ApiGetIdentityDistributionTypeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetIdentityDistributionTypeRequest) Threattypes ¶
func (r ApiGetIdentityDistributionTypeRequest) Threattypes(threattypes string) ApiGetIdentityDistributionTypeRequest
A threat type or comma-delimited list of threat types.
func (ApiGetIdentityDistributionTypeRequest) Timezone ¶
func (r ApiGetIdentityDistributionTypeRequest) Timezone(timezone string) ApiGetIdentityDistributionTypeRequest
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 ¶
func (r ApiGetIdentityDistributionTypeRequest) Urls(urls string) ApiGetIdentityDistributionTypeRequest
A URL or comma-delimited list of URL.
func (ApiGetIdentityDistributionTypeRequest) Verdict ¶
func (r ApiGetIdentityDistributionTypeRequest) Verdict(verdict string) ApiGetIdentityDistributionTypeRequest
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 ¶
func (r ApiGetIdentityRequest) Execute() (*GetIdentity200Response, *http.Response, error)
type ApiGetOrganizationRequestsByHourRequest ¶
type ApiGetOrganizationRequestsByHourRequest struct {
ApiService *OrganizationRequestsByHourAPIService
// contains filtered or unexported fields
}
func (ApiGetOrganizationRequestsByHourRequest) Ampdisposition ¶
func (r ApiGetOrganizationRequestsByHourRequest) Ampdisposition(ampdisposition string) ApiGetOrganizationRequestsByHourRequest
An AMP disposition string or a comma-delimited list of AMP disposition strings.
func (ApiGetOrganizationRequestsByHourRequest) Antivirusthreats ¶
func (r ApiGetOrganizationRequestsByHourRequest) Antivirusthreats(antivirusthreats string) ApiGetOrganizationRequestsByHourRequest
A threat name or comma-delimited list of threat names.
func (ApiGetOrganizationRequestsByHourRequest) Applicationid ¶
func (r ApiGetOrganizationRequestsByHourRequest) Applicationid(applicationid string) ApiGetOrganizationRequestsByHourRequest
The ID of the application.
func (ApiGetOrganizationRequestsByHourRequest) Bundleid ¶
func (r ApiGetOrganizationRequestsByHourRequest) Bundleid(bundleid int64) ApiGetOrganizationRequestsByHourRequest
A proxy bundle ID.
func (ApiGetOrganizationRequestsByHourRequest) Categories ¶
func (r ApiGetOrganizationRequestsByHourRequest) Categories(categories string) ApiGetOrganizationRequestsByHourRequest
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 ¶
func (r ApiGetOrganizationRequestsByHourRequest) Domains(domains string) ApiGetOrganizationRequestsByHourRequest
A domain name or comma-delimited list of domain name.
func (ApiGetOrganizationRequestsByHourRequest) Execute ¶
func (r ApiGetOrganizationRequestsByHourRequest) Execute() (*GetRequestsByHour200Response, *http.Response, error)
func (ApiGetOrganizationRequestsByHourRequest) Filternoisydomains ¶
func (r ApiGetOrganizationRequestsByHourRequest) Filternoisydomains(filternoisydomains bool) ApiGetOrganizationRequestsByHourRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetOrganizationRequestsByHourRequest) From ¶
func (r ApiGetOrganizationRequestsByHourRequest) From(from string) ApiGetOrganizationRequestsByHourRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetOrganizationRequestsByHourRequest) Identityids ¶
func (r ApiGetOrganizationRequestsByHourRequest) Identityids(identityids string) ApiGetOrganizationRequestsByHourRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetOrganizationRequestsByHourRequest) Identitytypes ¶
func (r ApiGetOrganizationRequestsByHourRequest) Identitytypes(identitytypes string) ApiGetOrganizationRequestsByHourRequest
An identity type or comma-delimited list of identity types.
func (ApiGetOrganizationRequestsByHourRequest) Ip ¶
func (r ApiGetOrganizationRequestsByHourRequest) Ip(ip string) ApiGetOrganizationRequestsByHourRequest
An IP address.
func (ApiGetOrganizationRequestsByHourRequest) Limit ¶
func (r ApiGetOrganizationRequestsByHourRequest) Limit(limit int64) ApiGetOrganizationRequestsByHourRequest
The maximum number of records to return from the collection.
func (ApiGetOrganizationRequestsByHourRequest) Offset ¶
func (r ApiGetOrganizationRequestsByHourRequest) Offset(offset int64) ApiGetOrganizationRequestsByHourRequest
A number that represents an index in the collection.
func (ApiGetOrganizationRequestsByHourRequest) Policycategories ¶
func (r ApiGetOrganizationRequestsByHourRequest) Policycategories(policycategories string) ApiGetOrganizationRequestsByHourRequest
A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.
func (ApiGetOrganizationRequestsByHourRequest) Ports ¶
func (r ApiGetOrganizationRequestsByHourRequest) Ports(ports string) ApiGetOrganizationRequestsByHourRequest
A port number or comma-delimited list of port numbers.
func (ApiGetOrganizationRequestsByHourRequest) Securityoverridden ¶
func (r ApiGetOrganizationRequestsByHourRequest) Securityoverridden(securityoverridden bool) ApiGetOrganizationRequestsByHourRequest
Specify whether to filter on requests that override security.
func (ApiGetOrganizationRequestsByHourRequest) Sha256 ¶
func (r ApiGetOrganizationRequestsByHourRequest) Sha256(sha256 string) ApiGetOrganizationRequestsByHourRequest
A SHA-256 hash.
func (ApiGetOrganizationRequestsByHourRequest) Threats ¶
func (r ApiGetOrganizationRequestsByHourRequest) Threats(threats string) ApiGetOrganizationRequestsByHourRequest
A threat name or comma-delimited list of threat names.
func (ApiGetOrganizationRequestsByHourRequest) Threattypes ¶
func (r ApiGetOrganizationRequestsByHourRequest) Threattypes(threattypes string) ApiGetOrganizationRequestsByHourRequest
A threat type or comma-delimited list of threat types.
func (ApiGetOrganizationRequestsByHourRequest) Timezone ¶
func (r ApiGetOrganizationRequestsByHourRequest) Timezone(timezone string) ApiGetOrganizationRequestsByHourRequest
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 ¶
func (r ApiGetOrganizationRequestsByHourRequest) To(to string) ApiGetOrganizationRequestsByHourRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetOrganizationRequestsByHourRequest) Urls ¶
func (r ApiGetOrganizationRequestsByHourRequest) Urls(urls string) ApiGetOrganizationRequestsByHourRequest
A URL or comma-delimited list of URL.
func (ApiGetOrganizationRequestsByHourRequest) Verdict ¶
func (r ApiGetOrganizationRequestsByHourRequest) Verdict(verdict string) ApiGetOrganizationRequestsByHourRequest
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 ¶
func (r ApiGetOverloadedGroupsCountRequest) Cputhreshold(cputhreshold int64) ApiGetOverloadedGroupsCountRequest
The CPU threshold (`cputhreshold`) percentage that is used to filter overloaded groups.
func (ApiGetOverloadedGroupsCountRequest) Execute ¶
func (r ApiGetOverloadedGroupsCountRequest) Execute() (*GetTotalRequests200Response, *http.Response, error)
func (ApiGetOverloadedGroupsCountRequest) From ¶
func (r ApiGetOverloadedGroupsCountRequest) From(from string) ApiGetOverloadedGroupsCountRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
type ApiGetPrivateResourceDetailedStatsIdentitiesRequest ¶
type ApiGetPrivateResourceDetailedStatsIdentitiesRequest struct {
ApiService *PrivateResourceAPIService
// contains filtered or unexported fields
}
func (ApiGetPrivateResourceDetailedStatsIdentitiesRequest) From ¶
func (r ApiGetPrivateResourceDetailedStatsIdentitiesRequest) From(from string) ApiGetPrivateResourceDetailedStatsIdentitiesRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetPrivateResourceDetailedStatsIdentitiesRequest) Limit ¶
func (r ApiGetPrivateResourceDetailedStatsIdentitiesRequest) Limit(limit int64) ApiGetPrivateResourceDetailedStatsIdentitiesRequest
The maximum number of records to return from the collection.
func (ApiGetPrivateResourceDetailedStatsIdentitiesRequest) Offset ¶
func (r ApiGetPrivateResourceDetailedStatsIdentitiesRequest) Offset(offset int64) ApiGetPrivateResourceDetailedStatsIdentitiesRequest
A number that represents an index in the collection.
func (ApiGetPrivateResourceDetailedStatsIdentitiesRequest) Privateresourceid ¶
func (r ApiGetPrivateResourceDetailedStatsIdentitiesRequest) Privateresourceid(privateresourceid int64) ApiGetPrivateResourceDetailedStatsIdentitiesRequest
A private resource ID.
func (ApiGetPrivateResourceDetailedStatsIdentitiesRequest) Timezone ¶
func (r ApiGetPrivateResourceDetailedStatsIdentitiesRequest) Timezone(timezone string) ApiGetPrivateResourceDetailedStatsIdentitiesRequest
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 ¶
func (r ApiGetPrivateResourceDetailedStatsIdentitiesRequest) To(to string) ApiGetPrivateResourceDetailedStatsIdentitiesRequest
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) From ¶
func (r ApiGetPrivateResourceDetailedStatsTimerangeRequest) From(from string) ApiGetPrivateResourceDetailedStatsTimerangeRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetPrivateResourceDetailedStatsTimerangeRequest) Privateresourceid ¶
func (r ApiGetPrivateResourceDetailedStatsTimerangeRequest) Privateresourceid(privateresourceid int64) ApiGetPrivateResourceDetailedStatsTimerangeRequest
A private resource ID.
func (ApiGetPrivateResourceDetailedStatsTimerangeRequest) Timerange ¶
func (r ApiGetPrivateResourceDetailedStatsTimerangeRequest) Timerange(timerange string) ApiGetPrivateResourceDetailedStatsTimerangeRequest
A string that represents a range of time. If the header is not set, the header value defaults to `hour`.
func (ApiGetPrivateResourceDetailedStatsTimerangeRequest) Timezone ¶
func (r ApiGetPrivateResourceDetailedStatsTimerangeRequest) Timezone(timezone string) ApiGetPrivateResourceDetailedStatsTimerangeRequest
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 ¶
func (r ApiGetPrivateResourceDetailedStatsTimerangeRequest) To(to string) ApiGetPrivateResourceDetailedStatsTimerangeRequest
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 (r ApiGetPrivateResourceStatsRequest) Execute() (*GetPrivateResourceStats200Response, *http.Response, error)
func (ApiGetPrivateResourceStatsRequest) From ¶
func (r ApiGetPrivateResourceStatsRequest) From(from string) ApiGetPrivateResourceStatsRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetPrivateResourceStatsRequest) Limit ¶
func (r ApiGetPrivateResourceStatsRequest) Limit(limit int64) ApiGetPrivateResourceStatsRequest
The maximum number of records to return from the collection.
func (ApiGetPrivateResourceStatsRequest) Offset ¶
func (r ApiGetPrivateResourceStatsRequest) Offset(offset int64) ApiGetPrivateResourceStatsRequest
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 ¶
func (r ApiGetPrivateResourceStatsRequest) To(to string) ApiGetPrivateResourceStatsRequest
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 ¶
func (r ApiGetProtocolIdentitiesRequest) Date(date string) ApiGetProtocolIdentitiesRequest
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 (r ApiGetProtocolIdentitiesRequest) Execute() (*ProtocolIdentityList, *http.Response, error)
func (ApiGetProtocolIdentitiesRequest) Limit ¶
func (r ApiGetProtocolIdentitiesRequest) Limit(limit int64) ApiGetProtocolIdentitiesRequest
The maximum number of items to return in the collection.
func (ApiGetProtocolIdentitiesRequest) Offset ¶
func (r ApiGetProtocolIdentitiesRequest) Offset(offset int64) ApiGetProtocolIdentitiesRequest
The number of items to skip before starting to collect the result set.
func (ApiGetProtocolIdentitiesRequest) Order ¶
func (r ApiGetProtocolIdentitiesRequest) Order(order string) ApiGetProtocolIdentitiesRequest
Specify the order to sort the collection. Valid values are: `asc` (ascending) or `desc` (descending).
func (ApiGetProtocolIdentitiesRequest) Sort ¶
func (r ApiGetProtocolIdentitiesRequest) Sort(sort string) ApiGetProtocolIdentitiesRequest
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 ¶
func (r ApiGetProtocolRequest) Date(date string) ApiGetProtocolRequest
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 ¶
func (r ApiGetProtocolRequest) Execute() (*ProtocolObject, *http.Response, error)
type ApiGetProtocolsRequest ¶
type ApiGetProtocolsRequest struct {
ApiService *ProtocolsAPIService
// contains filtered or unexported fields
}
func (ApiGetProtocolsRequest) Execute ¶
func (r ApiGetProtocolsRequest) Execute() (*ProtocolList, *http.Response, error)
func (ApiGetProtocolsRequest) Identity ¶
func (r ApiGetProtocolsRequest) Identity(identity int64) ApiGetProtocolsRequest
Specify the entity ID to filter the collection.
func (ApiGetProtocolsRequest) Limit ¶
func (r ApiGetProtocolsRequest) Limit(limit int64) ApiGetProtocolsRequest
The maximum number of items to return in the collection.
func (ApiGetProtocolsRequest) Offset ¶
func (r ApiGetProtocolsRequest) Offset(offset int64) ApiGetProtocolsRequest
The number of items to skip before starting to collect the result set.
func (ApiGetProtocolsRequest) Order ¶
func (r ApiGetProtocolsRequest) Order(order string) ApiGetProtocolsRequest
Specify the order to sort the collection. Valid values are: `asc` (ascending) or `desc` (descending).
func (ApiGetProtocolsRequest) Sort ¶
func (r ApiGetProtocolsRequest) Sort(sort string) ApiGetProtocolsRequest
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 (r ApiGetRemoteAccessEventsRequest) Execute() (*GetRemoteAccessEvents200Response, *http.Response, error)
func (ApiGetRemoteAccessEventsRequest) From ¶
func (r ApiGetRemoteAccessEventsRequest) From(from string) ApiGetRemoteAccessEventsRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetRemoteAccessEventsRequest) Identityids ¶
func (r ApiGetRemoteAccessEventsRequest) Identityids(identityids string) ApiGetRemoteAccessEventsRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetRemoteAccessEventsRequest) Identitytypes ¶
func (r ApiGetRemoteAccessEventsRequest) Identitytypes(identitytypes string) ApiGetRemoteAccessEventsRequest
An identity type or comma-delimited list of identity types.
func (ApiGetRemoteAccessEventsRequest) Ip ¶
func (r ApiGetRemoteAccessEventsRequest) Ip(ip string) ApiGetRemoteAccessEventsRequest
An IP address.
func (ApiGetRemoteAccessEventsRequest) Limit ¶
func (r ApiGetRemoteAccessEventsRequest) Limit(limit int64) ApiGetRemoteAccessEventsRequest
The maximum number of records to return from the collection.
func (ApiGetRemoteAccessEventsRequest) Osversions ¶
func (r ApiGetRemoteAccessEventsRequest) Osversions(osversions string) ApiGetRemoteAccessEventsRequest
Specify a comma-separated list of OS versions.
func (ApiGetRemoteAccessEventsRequest) Timezone ¶
func (r ApiGetRemoteAccessEventsRequest) Timezone(timezone string) ApiGetRemoteAccessEventsRequest
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 ¶
func (r ApiGetRemoteAccessEventsRequest) To(to string) ApiGetRemoteAccessEventsRequest
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 ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Ampdisposition(ampdisposition string) ApiGetRequestsByHourAndCategoryAndTypeRequest
An AMP disposition string or a comma-delimited list of AMP disposition strings.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Antivirusthreats ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetRequestsByHourAndCategoryAndTypeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Applicationid ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Applicationid(applicationid string) ApiGetRequestsByHourAndCategoryAndTypeRequest
The ID of the application.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Bundleid ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Bundleid(bundleid int64) ApiGetRequestsByHourAndCategoryAndTypeRequest
A proxy bundle ID.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Categories ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Categories(categories string) ApiGetRequestsByHourAndCategoryAndTypeRequest
A category ID or comma-delimited list of category ID.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Datalosspreventionstate ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetRequestsByHourAndCategoryAndTypeRequest
A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Domains ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Domains(domains string) ApiGetRequestsByHourAndCategoryAndTypeRequest
A domain name or comma-delimited list of domain name.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Execute ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Execute() (*GetRequestsByHourAndCategory200Response, *http.Response, error)
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Filternoisydomains ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetRequestsByHourAndCategoryAndTypeRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) From ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) From(from string) ApiGetRequestsByHourAndCategoryAndTypeRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Identityids ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Identityids(identityids string) ApiGetRequestsByHourAndCategoryAndTypeRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Identitytypes ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Identitytypes(identitytypes string) ApiGetRequestsByHourAndCategoryAndTypeRequest
An identity type or comma-delimited list of identity types.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Ip ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Ip(ip string) ApiGetRequestsByHourAndCategoryAndTypeRequest
An IP address.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Limit ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Limit(limit int64) ApiGetRequestsByHourAndCategoryAndTypeRequest
The maximum number of records to return from the collection.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Offset ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Offset(offset int64) ApiGetRequestsByHourAndCategoryAndTypeRequest
A number that represents an index in the collection.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Policycategories ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Policycategories(policycategories string) ApiGetRequestsByHourAndCategoryAndTypeRequest
A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Securityoverridden ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Securityoverridden(securityoverridden bool) ApiGetRequestsByHourAndCategoryAndTypeRequest
Specify whether to filter on requests that override security.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Sha256 ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Sha256(sha256 string) ApiGetRequestsByHourAndCategoryAndTypeRequest
A SHA-256 hash.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Threats ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Threats(threats string) ApiGetRequestsByHourAndCategoryAndTypeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Threattypes ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Threattypes(threattypes string) ApiGetRequestsByHourAndCategoryAndTypeRequest
A threat type or comma-delimited list of threat types.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Timezone ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Timezone(timezone string) ApiGetRequestsByHourAndCategoryAndTypeRequest
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 ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) To(to string) ApiGetRequestsByHourAndCategoryAndTypeRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Urls ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Urls(urls string) ApiGetRequestsByHourAndCategoryAndTypeRequest
A URL or comma-delimited list of URL.
func (ApiGetRequestsByHourAndCategoryAndTypeRequest) Verdict ¶
func (r ApiGetRequestsByHourAndCategoryAndTypeRequest) Verdict(verdict string) ApiGetRequestsByHourAndCategoryAndTypeRequest
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 ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Ampdisposition(ampdisposition string) ApiGetRequestsByHourAndCategoryRequest
An AMP disposition string or a comma-delimited list of AMP disposition strings.
func (ApiGetRequestsByHourAndCategoryRequest) Antivirusthreats ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Antivirusthreats(antivirusthreats string) ApiGetRequestsByHourAndCategoryRequest
A threat name or comma-delimited list of threat names.
func (ApiGetRequestsByHourAndCategoryRequest) Applicationid ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Applicationid(applicationid string) ApiGetRequestsByHourAndCategoryRequest
The ID of the application.
func (ApiGetRequestsByHourAndCategoryRequest) Bundleid ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Bundleid(bundleid int64) ApiGetRequestsByHourAndCategoryRequest
A proxy bundle ID.
func (ApiGetRequestsByHourAndCategoryRequest) Categories ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Categories(categories string) ApiGetRequestsByHourAndCategoryRequest
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 ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Domains(domains string) ApiGetRequestsByHourAndCategoryRequest
A domain name or comma-delimited list of domain name.
func (ApiGetRequestsByHourAndCategoryRequest) Execute ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Execute() (*GetRequestsByHourAndCategory200Response, *http.Response, error)
func (ApiGetRequestsByHourAndCategoryRequest) Filternoisydomains ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Filternoisydomains(filternoisydomains bool) ApiGetRequestsByHourAndCategoryRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetRequestsByHourAndCategoryRequest) From ¶
func (r ApiGetRequestsByHourAndCategoryRequest) From(from string) ApiGetRequestsByHourAndCategoryRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetRequestsByHourAndCategoryRequest) Identityids ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Identityids(identityids string) ApiGetRequestsByHourAndCategoryRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetRequestsByHourAndCategoryRequest) Identitytypes ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Identitytypes(identitytypes string) ApiGetRequestsByHourAndCategoryRequest
An identity type or comma-delimited list of identity types.
func (ApiGetRequestsByHourAndCategoryRequest) Ip ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Ip(ip string) ApiGetRequestsByHourAndCategoryRequest
An IP address.
func (ApiGetRequestsByHourAndCategoryRequest) Limit ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Limit(limit int64) ApiGetRequestsByHourAndCategoryRequest
The maximum number of records to return from the collection.
func (ApiGetRequestsByHourAndCategoryRequest) Offset ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Offset(offset int64) ApiGetRequestsByHourAndCategoryRequest
A number that represents an index in the collection.
func (ApiGetRequestsByHourAndCategoryRequest) Policycategories ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Policycategories(policycategories string) ApiGetRequestsByHourAndCategoryRequest
A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.
func (ApiGetRequestsByHourAndCategoryRequest) Securityoverridden ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Securityoverridden(securityoverridden bool) ApiGetRequestsByHourAndCategoryRequest
Specify whether to filter on requests that override security.
func (ApiGetRequestsByHourAndCategoryRequest) Sha256 ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Sha256(sha256 string) ApiGetRequestsByHourAndCategoryRequest
A SHA-256 hash.
func (ApiGetRequestsByHourAndCategoryRequest) Threats ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Threats(threats string) ApiGetRequestsByHourAndCategoryRequest
A threat name or comma-delimited list of threat names.
func (ApiGetRequestsByHourAndCategoryRequest) Threattypes ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Threattypes(threattypes string) ApiGetRequestsByHourAndCategoryRequest
A threat type or comma-delimited list of threat types.
func (ApiGetRequestsByHourAndCategoryRequest) Timezone ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Timezone(timezone string) ApiGetRequestsByHourAndCategoryRequest
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 ¶
func (r ApiGetRequestsByHourAndCategoryRequest) To(to string) ApiGetRequestsByHourAndCategoryRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetRequestsByHourAndCategoryRequest) Urls ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Urls(urls string) ApiGetRequestsByHourAndCategoryRequest
A URL or comma-delimited list of URL.
func (ApiGetRequestsByHourAndCategoryRequest) Verdict ¶
func (r ApiGetRequestsByHourAndCategoryRequest) Verdict(verdict string) ApiGetRequestsByHourAndCategoryRequest
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 ¶
func (r ApiGetRequestsByHourRequest) Bundleid(bundleid int64) ApiGetRequestsByHourRequest
A proxy bundle ID.
func (ApiGetRequestsByHourRequest) Categories ¶
func (r ApiGetRequestsByHourRequest) Categories(categories string) ApiGetRequestsByHourRequest
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 ¶
func (r ApiGetRequestsByHourRequest) Domains(domains string) ApiGetRequestsByHourRequest
A domain name or comma-delimited list of domain name.
func (ApiGetRequestsByHourRequest) Execute ¶
func (r ApiGetRequestsByHourRequest) Execute() (*GetRequestsByHour200Response, *http.Response, error)
func (ApiGetRequestsByHourRequest) Filternoisydomains ¶
func (r ApiGetRequestsByHourRequest) Filternoisydomains(filternoisydomains bool) ApiGetRequestsByHourRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetRequestsByHourRequest) From ¶
func (r ApiGetRequestsByHourRequest) From(from string) ApiGetRequestsByHourRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetRequestsByHourRequest) Identityids ¶
func (r ApiGetRequestsByHourRequest) Identityids(identityids string) ApiGetRequestsByHourRequest
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 ¶
func (r ApiGetRequestsByHourRequest) Ip(ip string) ApiGetRequestsByHourRequest
An IP address.
func (ApiGetRequestsByHourRequest) Limit ¶
func (r ApiGetRequestsByHourRequest) Limit(limit int64) ApiGetRequestsByHourRequest
The maximum number of records to return from the collection.
func (ApiGetRequestsByHourRequest) Offset ¶
func (r ApiGetRequestsByHourRequest) Offset(offset int64) ApiGetRequestsByHourRequest
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 ¶
func (r ApiGetRequestsByHourRequest) Ports(ports string) ApiGetRequestsByHourRequest
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 ¶
func (r ApiGetRequestsByHourRequest) Sha256(sha256 string) ApiGetRequestsByHourRequest
A SHA-256 hash.
func (ApiGetRequestsByHourRequest) Threats ¶
func (r ApiGetRequestsByHourRequest) Threats(threats string) ApiGetRequestsByHourRequest
A threat name or comma-delimited list of threat names.
func (ApiGetRequestsByHourRequest) Threattypes ¶
func (r ApiGetRequestsByHourRequest) Threattypes(threattypes string) ApiGetRequestsByHourRequest
A threat type or comma-delimited list of threat types.
func (ApiGetRequestsByHourRequest) Timezone ¶
func (r ApiGetRequestsByHourRequest) Timezone(timezone string) ApiGetRequestsByHourRequest
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 ¶
func (r ApiGetRequestsByHourRequest) To(to string) ApiGetRequestsByHourRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetRequestsByHourRequest) Urls ¶
func (r ApiGetRequestsByHourRequest) Urls(urls string) ApiGetRequestsByHourRequest
A URL or comma-delimited list of URL.
func (ApiGetRequestsByHourRequest) Verdict ¶
func (r ApiGetRequestsByHourRequest) Verdict(verdict string) ApiGetRequestsByHourRequest
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 ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Ampdisposition(ampdisposition string) ApiGetRequestsByTimerangeAndCategoryRequest
An AMP disposition string or a comma-delimited list of AMP disposition strings.
func (ApiGetRequestsByTimerangeAndCategoryRequest) Antivirusthreats ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Antivirusthreats(antivirusthreats string) ApiGetRequestsByTimerangeAndCategoryRequest
A threat name or comma-delimited list of threat names.
func (ApiGetRequestsByTimerangeAndCategoryRequest) Applicationid ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Applicationid(applicationid string) ApiGetRequestsByTimerangeAndCategoryRequest
The ID of the application.
func (ApiGetRequestsByTimerangeAndCategoryRequest) Bundleid ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Bundleid(bundleid int64) ApiGetRequestsByTimerangeAndCategoryRequest
A proxy bundle ID.
func (ApiGetRequestsByTimerangeAndCategoryRequest) Categories ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Categories(categories string) ApiGetRequestsByTimerangeAndCategoryRequest
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 ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Domains(domains string) ApiGetRequestsByTimerangeAndCategoryRequest
A domain name or comma-delimited list of domain name.
func (ApiGetRequestsByTimerangeAndCategoryRequest) Execute ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Execute() (*GetRequestsByHourAndCategory200Response, *http.Response, error)
func (ApiGetRequestsByTimerangeAndCategoryRequest) Filternoisydomains ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Filternoisydomains(filternoisydomains bool) ApiGetRequestsByTimerangeAndCategoryRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetRequestsByTimerangeAndCategoryRequest) From ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) From(from string) ApiGetRequestsByTimerangeAndCategoryRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetRequestsByTimerangeAndCategoryRequest) Identityids ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Identityids(identityids string) ApiGetRequestsByTimerangeAndCategoryRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetRequestsByTimerangeAndCategoryRequest) Identitytypes ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Identitytypes(identitytypes string) ApiGetRequestsByTimerangeAndCategoryRequest
An identity type or comma-delimited list of identity types.
func (ApiGetRequestsByTimerangeAndCategoryRequest) Ip ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Ip(ip string) ApiGetRequestsByTimerangeAndCategoryRequest
An IP address.
func (ApiGetRequestsByTimerangeAndCategoryRequest) Limit ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Limit(limit int64) ApiGetRequestsByTimerangeAndCategoryRequest
The maximum number of records to return from the collection.
func (ApiGetRequestsByTimerangeAndCategoryRequest) Offset ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Offset(offset int64) ApiGetRequestsByTimerangeAndCategoryRequest
A number that represents an index in the collection.
func (ApiGetRequestsByTimerangeAndCategoryRequest) Policycategories ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Policycategories(policycategories string) ApiGetRequestsByTimerangeAndCategoryRequest
A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.
func (ApiGetRequestsByTimerangeAndCategoryRequest) Securityoverridden ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Securityoverridden(securityoverridden bool) ApiGetRequestsByTimerangeAndCategoryRequest
Specify whether to filter on requests that override security.
func (ApiGetRequestsByTimerangeAndCategoryRequest) Threats ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Threats(threats string) ApiGetRequestsByTimerangeAndCategoryRequest
A threat name or comma-delimited list of threat names.
func (ApiGetRequestsByTimerangeAndCategoryRequest) Threattypes ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Threattypes(threattypes string) ApiGetRequestsByTimerangeAndCategoryRequest
A threat type or comma-delimited list of threat types.
func (ApiGetRequestsByTimerangeAndCategoryRequest) Timerange ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Timerange(timerange string) ApiGetRequestsByTimerangeAndCategoryRequest
A string that represents a range of time. If the header is not set, the header value defaults to `hour`.
func (ApiGetRequestsByTimerangeAndCategoryRequest) Timezone ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Timezone(timezone string) ApiGetRequestsByTimerangeAndCategoryRequest
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 ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) To(to string) ApiGetRequestsByTimerangeAndCategoryRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetRequestsByTimerangeAndCategoryRequest) Urls ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Urls(urls string) ApiGetRequestsByTimerangeAndCategoryRequest
A URL or comma-delimited list of URL.
func (ApiGetRequestsByTimerangeAndCategoryRequest) Verdict ¶
func (r ApiGetRequestsByTimerangeAndCategoryRequest) Verdict(verdict string) ApiGetRequestsByTimerangeAndCategoryRequest
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 ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Ampdisposition(ampdisposition string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
An AMP disposition string or a comma-delimited list of AMP disposition strings.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Antivirusthreats ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Applicationid ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Applicationid(applicationid string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
The ID of the application.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Bundleid ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Bundleid(bundleid int64) ApiGetRequestsByTimerangeAndCategoryTypeRequest
A proxy bundle ID.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Categories ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Categories(categories string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
A category ID or comma-delimited list of category ID.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Datalosspreventionstate ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Domains ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Domains(domains string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
A domain name or comma-delimited list of domain name.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Execute ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Execute() (*GetRequestsByHourAndCategory200Response, *http.Response, error)
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Filternoisydomains ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetRequestsByTimerangeAndCategoryTypeRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) From ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) From(from string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Identityids ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Identityids(identityids string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Identitytypes ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Identitytypes(identitytypes string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
An identity type or comma-delimited list of identity types.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Ip ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Ip(ip string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
An IP address.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Limit ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Limit(limit int64) ApiGetRequestsByTimerangeAndCategoryTypeRequest
The maximum number of records to return from the collection.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Offset ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Offset(offset int64) ApiGetRequestsByTimerangeAndCategoryTypeRequest
A number that represents an index in the collection.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Policycategories ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Policycategories(policycategories string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Securityoverridden ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Securityoverridden(securityoverridden bool) ApiGetRequestsByTimerangeAndCategoryTypeRequest
Specify whether to filter on requests that override security.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Threats ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Threats(threats string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Threattypes ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Threattypes(threattypes string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
A threat type or comma-delimited list of threat types.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Timerange ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Timerange(timerange string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
A string that represents a range of time. If the header is not set, the header value defaults to `hour`.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Timezone ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Timezone(timezone string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
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 ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) To(to string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Urls ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Urls(urls string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
A URL or comma-delimited list of URL.
func (ApiGetRequestsByTimerangeAndCategoryTypeRequest) Verdict ¶
func (r ApiGetRequestsByTimerangeAndCategoryTypeRequest) Verdict(verdict string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
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 ¶
func (r ApiGetRequestsByTimerangeRequest) Ampdisposition(ampdisposition string) ApiGetRequestsByTimerangeRequest
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 ¶
func (r ApiGetRequestsByTimerangeRequest) Applicationid(applicationid string) ApiGetRequestsByTimerangeRequest
The ID of the application.
func (ApiGetRequestsByTimerangeRequest) Bundleid ¶
func (r ApiGetRequestsByTimerangeRequest) Bundleid(bundleid int64) ApiGetRequestsByTimerangeRequest
A proxy bundle ID.
func (ApiGetRequestsByTimerangeRequest) Categories ¶
func (r ApiGetRequestsByTimerangeRequest) Categories(categories string) ApiGetRequestsByTimerangeRequest
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 ¶
func (r ApiGetRequestsByTimerangeRequest) Domains(domains string) ApiGetRequestsByTimerangeRequest
A domain name or comma-delimited list of domain name.
func (ApiGetRequestsByTimerangeRequest) Execute ¶
func (r ApiGetRequestsByTimerangeRequest) Execute() (*GetRequestsByTimerange200Response, *http.Response, error)
func (ApiGetRequestsByTimerangeRequest) Filternoisydomains ¶
func (r ApiGetRequestsByTimerangeRequest) Filternoisydomains(filternoisydomains bool) ApiGetRequestsByTimerangeRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetRequestsByTimerangeRequest) From ¶
func (r ApiGetRequestsByTimerangeRequest) From(from string) ApiGetRequestsByTimerangeRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetRequestsByTimerangeRequest) Identityids ¶
func (r ApiGetRequestsByTimerangeRequest) Identityids(identityids string) ApiGetRequestsByTimerangeRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetRequestsByTimerangeRequest) Identitytypes ¶
func (r ApiGetRequestsByTimerangeRequest) Identitytypes(identitytypes string) ApiGetRequestsByTimerangeRequest
An identity type or comma-delimited list of identity types.
func (ApiGetRequestsByTimerangeRequest) Ip ¶
func (r ApiGetRequestsByTimerangeRequest) Ip(ip string) ApiGetRequestsByTimerangeRequest
An IP address.
func (ApiGetRequestsByTimerangeRequest) Limit ¶
func (r ApiGetRequestsByTimerangeRequest) Limit(limit int64) ApiGetRequestsByTimerangeRequest
The maximum number of records to return from the collection.
func (ApiGetRequestsByTimerangeRequest) Offset ¶
func (r ApiGetRequestsByTimerangeRequest) Offset(offset int64) ApiGetRequestsByTimerangeRequest
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 ¶
func (r ApiGetRequestsByTimerangeRequest) Ports(ports string) ApiGetRequestsByTimerangeRequest
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 ¶
func (r ApiGetRequestsByTimerangeRequest) Threats(threats string) ApiGetRequestsByTimerangeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetRequestsByTimerangeRequest) Threattypes ¶
func (r ApiGetRequestsByTimerangeRequest) Threattypes(threattypes string) ApiGetRequestsByTimerangeRequest
A threat type or comma-delimited list of threat types.
func (ApiGetRequestsByTimerangeRequest) Timerange ¶
func (r ApiGetRequestsByTimerangeRequest) Timerange(timerange string) ApiGetRequestsByTimerangeRequest
A string that represents a range of time. If the header is not set, the header value defaults to `hour`.
func (ApiGetRequestsByTimerangeRequest) Timezone ¶
func (r ApiGetRequestsByTimerangeRequest) Timezone(timezone string) ApiGetRequestsByTimerangeRequest
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 ¶
func (r ApiGetRequestsByTimerangeRequest) To(to string) ApiGetRequestsByTimerangeRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetRequestsByTimerangeRequest) Urls ¶
func (r ApiGetRequestsByTimerangeRequest) Urls(urls string) ApiGetRequestsByTimerangeRequest
A URL or comma-delimited list of URL.
func (ApiGetRequestsByTimerangeRequest) Verdict ¶
func (r ApiGetRequestsByTimerangeRequest) Verdict(verdict string) ApiGetRequestsByTimerangeRequest
A string or comma-delimited string that describes whether the traffic can reach the destination.
func (ApiGetRequestsByTimerangeRequest) XTrafficType ¶
func (r ApiGetRequestsByTimerangeRequest) XTrafficType(xTrafficType string) ApiGetRequestsByTimerangeRequest
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 ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Ampdisposition(ampdisposition string) ApiGetRequestsByTimerangeTypeRequest
An AMP disposition string or a comma-delimited list of AMP disposition strings.
func (ApiGetRequestsByTimerangeTypeRequest) Antivirusthreats ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetRequestsByTimerangeTypeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetRequestsByTimerangeTypeRequest) Applicationid ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Applicationid(applicationid string) ApiGetRequestsByTimerangeTypeRequest
The ID of the application.
func (ApiGetRequestsByTimerangeTypeRequest) Bundleid ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Bundleid(bundleid int64) ApiGetRequestsByTimerangeTypeRequest
A proxy bundle ID.
func (ApiGetRequestsByTimerangeTypeRequest) Categories ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Categories(categories string) ApiGetRequestsByTimerangeTypeRequest
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 ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Domains(domains string) ApiGetRequestsByTimerangeTypeRequest
A domain name or comma-delimited list of domain name.
func (ApiGetRequestsByTimerangeTypeRequest) Execute ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Execute() (*GetRequestsByHour200Response, *http.Response, error)
func (ApiGetRequestsByTimerangeTypeRequest) Filternoisydomains ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetRequestsByTimerangeTypeRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetRequestsByTimerangeTypeRequest) From ¶
func (r ApiGetRequestsByTimerangeTypeRequest) From(from string) ApiGetRequestsByTimerangeTypeRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetRequestsByTimerangeTypeRequest) Identityids ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Identityids(identityids string) ApiGetRequestsByTimerangeTypeRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetRequestsByTimerangeTypeRequest) Identitytypes ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Identitytypes(identitytypes string) ApiGetRequestsByTimerangeTypeRequest
An identity type or comma-delimited list of identity types.
func (ApiGetRequestsByTimerangeTypeRequest) Limit ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Limit(limit int64) ApiGetRequestsByTimerangeTypeRequest
The maximum number of records to return from the collection.
func (ApiGetRequestsByTimerangeTypeRequest) Offset ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Offset(offset int64) ApiGetRequestsByTimerangeTypeRequest
A number that represents an index in the collection.
func (ApiGetRequestsByTimerangeTypeRequest) Policycategories ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Policycategories(policycategories string) ApiGetRequestsByTimerangeTypeRequest
A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.
func (ApiGetRequestsByTimerangeTypeRequest) Ports ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Ports(ports string) ApiGetRequestsByTimerangeTypeRequest
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 ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Threats(threats string) ApiGetRequestsByTimerangeTypeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetRequestsByTimerangeTypeRequest) Threattypes ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Threattypes(threattypes string) ApiGetRequestsByTimerangeTypeRequest
A threat type or comma-delimited list of threat types.
func (ApiGetRequestsByTimerangeTypeRequest) Timerange ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Timerange(timerange string) ApiGetRequestsByTimerangeTypeRequest
A string that represents a range of time. If the header is not set, the header value defaults to `hour`.
func (ApiGetRequestsByTimerangeTypeRequest) Timezone ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Timezone(timezone string) ApiGetRequestsByTimerangeTypeRequest
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 ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Urls(urls string) ApiGetRequestsByTimerangeTypeRequest
A URL or comma-delimited list of URL.
func (ApiGetRequestsByTimerangeTypeRequest) Verdict ¶
func (r ApiGetRequestsByTimerangeTypeRequest) Verdict(verdict string) ApiGetRequestsByTimerangeTypeRequest
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 ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Ampdisposition(ampdisposition string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
An AMP disposition string or a comma-delimited list of AMP disposition strings.
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Antivirusthreats ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Antivirusthreats(antivirusthreats string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
A threat name or comma-delimited list of threat names.
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Applicationid ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Applicationid(applicationid string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
The ID of the application.
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Bundleid ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Bundleid(bundleid int64) ApiGetRequestsSummaryForAppConnectorGroupsRequest
A proxy bundle ID.
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Categories ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Categories(categories string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
A category ID or comma-delimited list of category ID.
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Datalosspreventionstate ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Domains ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Domains(domains string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
A domain name or comma-delimited list of domain name.
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Execute ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Execute() (*GetRequestsSummaryForAppConnectorGroups200Response, *http.Response, error)
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Filternoisydomains ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Filternoisydomains(filternoisydomains bool) ApiGetRequestsSummaryForAppConnectorGroupsRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) From ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) From(from string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Identityids ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Identityids(identityids string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Identitytypes ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Identitytypes(identitytypes string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
An identity type or comma-delimited list of identity types.
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Ip ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Ip(ip string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
An IP address.
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Policycategories ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Policycategories(policycategories string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Ports ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Ports(ports string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
A port number or comma-delimited list of port numbers.
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Ruleid ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Ruleid(ruleid int64) ApiGetRequestsSummaryForAppConnectorGroupsRequest
The firewall policy rule ID.
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Securityoverridden ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Securityoverridden(securityoverridden bool) ApiGetRequestsSummaryForAppConnectorGroupsRequest
Specify whether to filter on requests that override security.
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Threats ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Threats(threats string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
A threat name or comma-delimited list of threat names.
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Threattypes ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Threattypes(threattypes string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
A threat type or comma-delimited list of threat types.
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Timezone ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Timezone(timezone string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
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 ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) To(to string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Urls ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Urls(urls string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
A URL or comma-delimited list of URL.
func (ApiGetRequestsSummaryForAppConnectorGroupsRequest) Verdict ¶
func (r ApiGetRequestsSummaryForAppConnectorGroupsRequest) Verdict(verdict string) ApiGetRequestsSummaryForAppConnectorGroupsRequest
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 ¶
func (r ApiGetSummariesByCategoryRequest) Ampdisposition(ampdisposition string) ApiGetSummariesByCategoryRequest
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 ¶
func (r ApiGetSummariesByCategoryRequest) Applicationid(applicationid string) ApiGetSummariesByCategoryRequest
The ID of the application.
func (ApiGetSummariesByCategoryRequest) Bundleid ¶
func (r ApiGetSummariesByCategoryRequest) Bundleid(bundleid int64) ApiGetSummariesByCategoryRequest
A proxy bundle ID.
func (ApiGetSummariesByCategoryRequest) Categories ¶
func (r ApiGetSummariesByCategoryRequest) Categories(categories string) ApiGetSummariesByCategoryRequest
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 ¶
func (r ApiGetSummariesByCategoryRequest) Domains(domains string) ApiGetSummariesByCategoryRequest
A domain name or comma-delimited list of domain name.
func (ApiGetSummariesByCategoryRequest) Execute ¶
func (r ApiGetSummariesByCategoryRequest) Execute() (*GetSummariesByCategory200Response, *http.Response, error)
func (ApiGetSummariesByCategoryRequest) Filename ¶
func (r ApiGetSummariesByCategoryRequest) Filename(filename string) ApiGetSummariesByCategoryRequest
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 ¶
func (r ApiGetSummariesByCategoryRequest) From(from string) ApiGetSummariesByCategoryRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetSummariesByCategoryRequest) Identityids ¶
func (r ApiGetSummariesByCategoryRequest) Identityids(identityids string) ApiGetSummariesByCategoryRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetSummariesByCategoryRequest) Identitytypes ¶
func (r ApiGetSummariesByCategoryRequest) Identitytypes(identitytypes string) ApiGetSummariesByCategoryRequest
An identity type or comma-delimited list of identity types.
func (ApiGetSummariesByCategoryRequest) Ip ¶
func (r ApiGetSummariesByCategoryRequest) Ip(ip string) ApiGetSummariesByCategoryRequest
An IP address.
func (ApiGetSummariesByCategoryRequest) Limit ¶
func (r ApiGetSummariesByCategoryRequest) Limit(limit int64) ApiGetSummariesByCategoryRequest
The maximum number of records to return from the collection.
func (ApiGetSummariesByCategoryRequest) Offset ¶
func (r ApiGetSummariesByCategoryRequest) Offset(offset int64) ApiGetSummariesByCategoryRequest
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 ¶
func (r ApiGetSummariesByCategoryRequest) Ruleid(ruleid int64) ApiGetSummariesByCategoryRequest
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 ¶
func (r ApiGetSummariesByCategoryRequest) Threats(threats string) ApiGetSummariesByCategoryRequest
A threat name or comma-delimited list of threat names.
func (ApiGetSummariesByCategoryRequest) Threattypes ¶
func (r ApiGetSummariesByCategoryRequest) Threattypes(threattypes string) ApiGetSummariesByCategoryRequest
A threat type or comma-delimited list of threat types.
func (ApiGetSummariesByCategoryRequest) To ¶
func (r ApiGetSummariesByCategoryRequest) To(to string) ApiGetSummariesByCategoryRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetSummariesByCategoryRequest) Urls ¶
func (r ApiGetSummariesByCategoryRequest) Urls(urls string) ApiGetSummariesByCategoryRequest
A URL or comma-delimited list of URL.
func (ApiGetSummariesByCategoryRequest) Verdict ¶
func (r ApiGetSummariesByCategoryRequest) Verdict(verdict string) ApiGetSummariesByCategoryRequest
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 ¶
func (r ApiGetSummariesByCategoryTypeRequest) Ampdisposition(ampdisposition string) ApiGetSummariesByCategoryTypeRequest
An AMP disposition string or a comma-delimited list of AMP disposition strings.
func (ApiGetSummariesByCategoryTypeRequest) Antivirusthreats ¶
func (r ApiGetSummariesByCategoryTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetSummariesByCategoryTypeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetSummariesByCategoryTypeRequest) Applicationid ¶
func (r ApiGetSummariesByCategoryTypeRequest) Applicationid(applicationid string) ApiGetSummariesByCategoryTypeRequest
The ID of the application.
func (ApiGetSummariesByCategoryTypeRequest) Bundleid ¶
func (r ApiGetSummariesByCategoryTypeRequest) Bundleid(bundleid int64) ApiGetSummariesByCategoryTypeRequest
A proxy bundle ID.
func (ApiGetSummariesByCategoryTypeRequest) Categories ¶
func (r ApiGetSummariesByCategoryTypeRequest) Categories(categories string) ApiGetSummariesByCategoryTypeRequest
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 ¶
func (r ApiGetSummariesByCategoryTypeRequest) Domains(domains string) ApiGetSummariesByCategoryTypeRequest
A domain name or comma-delimited list of domain name.
func (ApiGetSummariesByCategoryTypeRequest) Execute ¶
func (r ApiGetSummariesByCategoryTypeRequest) Execute() (*GetSummariesByCategory200Response, *http.Response, error)
func (ApiGetSummariesByCategoryTypeRequest) Filename ¶
func (r ApiGetSummariesByCategoryTypeRequest) Filename(filename string) ApiGetSummariesByCategoryTypeRequest
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 ¶
func (r ApiGetSummariesByCategoryTypeRequest) From(from string) ApiGetSummariesByCategoryTypeRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetSummariesByCategoryTypeRequest) Identityids ¶
func (r ApiGetSummariesByCategoryTypeRequest) Identityids(identityids string) ApiGetSummariesByCategoryTypeRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetSummariesByCategoryTypeRequest) Identitytypes ¶
func (r ApiGetSummariesByCategoryTypeRequest) Identitytypes(identitytypes string) ApiGetSummariesByCategoryTypeRequest
An identity type or comma-delimited list of identity types.
func (ApiGetSummariesByCategoryTypeRequest) Limit ¶
func (r ApiGetSummariesByCategoryTypeRequest) Limit(limit int64) ApiGetSummariesByCategoryTypeRequest
The maximum number of records to return from the collection.
func (ApiGetSummariesByCategoryTypeRequest) Offset ¶
func (r ApiGetSummariesByCategoryTypeRequest) Offset(offset int64) ApiGetSummariesByCategoryTypeRequest
A number that represents an index in the collection.
func (ApiGetSummariesByCategoryTypeRequest) Policycategories ¶
func (r ApiGetSummariesByCategoryTypeRequest) Policycategories(policycategories string) ApiGetSummariesByCategoryTypeRequest
A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.
func (ApiGetSummariesByCategoryTypeRequest) Ruleid ¶
func (r ApiGetSummariesByCategoryTypeRequest) Ruleid(ruleid int64) ApiGetSummariesByCategoryTypeRequest
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 ¶
func (r ApiGetSummariesByCategoryTypeRequest) Threats(threats string) ApiGetSummariesByCategoryTypeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetSummariesByCategoryTypeRequest) Threattypes ¶
func (r ApiGetSummariesByCategoryTypeRequest) Threattypes(threattypes string) ApiGetSummariesByCategoryTypeRequest
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 ¶
func (r ApiGetSummariesByCategoryTypeRequest) Urls(urls string) ApiGetSummariesByCategoryTypeRequest
A URL or comma-delimited list of URL.
func (ApiGetSummariesByCategoryTypeRequest) Verdict ¶
func (r ApiGetSummariesByCategoryTypeRequest) Verdict(verdict string) ApiGetSummariesByCategoryTypeRequest
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 ¶
func (r ApiGetSummariesByDestinationRequest) Ampdisposition(ampdisposition string) ApiGetSummariesByDestinationRequest
An AMP disposition string or a comma-delimited list of AMP disposition strings.
func (ApiGetSummariesByDestinationRequest) Antivirusthreats ¶
func (r ApiGetSummariesByDestinationRequest) Antivirusthreats(antivirusthreats string) ApiGetSummariesByDestinationRequest
A threat name or comma-delimited list of threat names.
func (ApiGetSummariesByDestinationRequest) Applicationid ¶
func (r ApiGetSummariesByDestinationRequest) Applicationid(applicationid string) ApiGetSummariesByDestinationRequest
The ID of the application.
func (ApiGetSummariesByDestinationRequest) Bundleid ¶
func (r ApiGetSummariesByDestinationRequest) Bundleid(bundleid int64) ApiGetSummariesByDestinationRequest
A proxy bundle ID.
func (ApiGetSummariesByDestinationRequest) Categories ¶
func (r ApiGetSummariesByDestinationRequest) Categories(categories string) ApiGetSummariesByDestinationRequest
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 ¶
func (r ApiGetSummariesByDestinationRequest) Domains(domains string) ApiGetSummariesByDestinationRequest
A domain name or comma-delimited list of domain name.
func (ApiGetSummariesByDestinationRequest) Execute ¶
func (r ApiGetSummariesByDestinationRequest) Execute() (*GetSummariesByDestination200Response, *http.Response, error)
func (ApiGetSummariesByDestinationRequest) Filename ¶
func (r ApiGetSummariesByDestinationRequest) Filename(filename string) ApiGetSummariesByDestinationRequest
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 ¶
func (r ApiGetSummariesByDestinationRequest) From(from string) ApiGetSummariesByDestinationRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetSummariesByDestinationRequest) Identityids ¶
func (r ApiGetSummariesByDestinationRequest) Identityids(identityids string) ApiGetSummariesByDestinationRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetSummariesByDestinationRequest) Identitytypes ¶
func (r ApiGetSummariesByDestinationRequest) Identitytypes(identitytypes string) ApiGetSummariesByDestinationRequest
An identity type or comma-delimited list of identity types.
func (ApiGetSummariesByDestinationRequest) Limit ¶
func (r ApiGetSummariesByDestinationRequest) Limit(limit int64) ApiGetSummariesByDestinationRequest
The maximum number of records to return from the collection.
func (ApiGetSummariesByDestinationRequest) Offset ¶
func (r ApiGetSummariesByDestinationRequest) Offset(offset int64) ApiGetSummariesByDestinationRequest
A number that represents an index in the collection.
func (ApiGetSummariesByDestinationRequest) Policycategories ¶
func (r ApiGetSummariesByDestinationRequest) Policycategories(policycategories string) ApiGetSummariesByDestinationRequest
A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.
func (ApiGetSummariesByDestinationRequest) Ruleid ¶
func (r ApiGetSummariesByDestinationRequest) Ruleid(ruleid int64) ApiGetSummariesByDestinationRequest
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 ¶
func (r ApiGetSummariesByDestinationRequest) Threats(threats string) ApiGetSummariesByDestinationRequest
A threat name or comma-delimited list of threat names.
func (ApiGetSummariesByDestinationRequest) Threattypes ¶
func (r ApiGetSummariesByDestinationRequest) Threattypes(threattypes string) ApiGetSummariesByDestinationRequest
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 ¶
func (r ApiGetSummariesByDestinationRequest) Urls(urls string) ApiGetSummariesByDestinationRequest
A URL or comma-delimited list of URL.
func (ApiGetSummariesByDestinationRequest) Verdict ¶
func (r ApiGetSummariesByDestinationRequest) Verdict(verdict string) ApiGetSummariesByDestinationRequest
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 ¶
func (r ApiGetSummariesByDestinationTypeRequest) Ampdisposition(ampdisposition string) ApiGetSummariesByDestinationTypeRequest
An AMP disposition string or a comma-delimited list of AMP disposition strings.
func (ApiGetSummariesByDestinationTypeRequest) Antivirusthreats ¶
func (r ApiGetSummariesByDestinationTypeRequest) Antivirusthreats(antivirusthreats string) ApiGetSummariesByDestinationTypeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetSummariesByDestinationTypeRequest) Applicationid ¶
func (r ApiGetSummariesByDestinationTypeRequest) Applicationid(applicationid string) ApiGetSummariesByDestinationTypeRequest
The ID of the application.
func (ApiGetSummariesByDestinationTypeRequest) Bundleid ¶
func (r ApiGetSummariesByDestinationTypeRequest) Bundleid(bundleid int64) ApiGetSummariesByDestinationTypeRequest
A proxy bundle ID.
func (ApiGetSummariesByDestinationTypeRequest) Categories ¶
func (r ApiGetSummariesByDestinationTypeRequest) Categories(categories string) ApiGetSummariesByDestinationTypeRequest
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 ¶
func (r ApiGetSummariesByDestinationTypeRequest) Domains(domains string) ApiGetSummariesByDestinationTypeRequest
A domain name or comma-delimited list of domain name.
func (ApiGetSummariesByDestinationTypeRequest) Execute ¶
func (r ApiGetSummariesByDestinationTypeRequest) Execute() (*GetSummariesByDestination200Response, *http.Response, error)
func (ApiGetSummariesByDestinationTypeRequest) Filename ¶
func (r ApiGetSummariesByDestinationTypeRequest) Filename(filename string) ApiGetSummariesByDestinationTypeRequest
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 ¶
func (r ApiGetSummariesByDestinationTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetSummariesByDestinationTypeRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetSummariesByDestinationTypeRequest) From ¶
func (r ApiGetSummariesByDestinationTypeRequest) From(from string) ApiGetSummariesByDestinationTypeRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetSummariesByDestinationTypeRequest) Identityids ¶
func (r ApiGetSummariesByDestinationTypeRequest) Identityids(identityids string) ApiGetSummariesByDestinationTypeRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetSummariesByDestinationTypeRequest) Identitytypes ¶
func (r ApiGetSummariesByDestinationTypeRequest) Identitytypes(identitytypes string) ApiGetSummariesByDestinationTypeRequest
An identity type or comma-delimited list of identity types.
func (ApiGetSummariesByDestinationTypeRequest) Ip ¶
func (r ApiGetSummariesByDestinationTypeRequest) Ip(ip string) ApiGetSummariesByDestinationTypeRequest
An IP address.
func (ApiGetSummariesByDestinationTypeRequest) Limit ¶
func (r ApiGetSummariesByDestinationTypeRequest) Limit(limit int64) ApiGetSummariesByDestinationTypeRequest
The maximum number of records to return from the collection.
func (ApiGetSummariesByDestinationTypeRequest) Offset ¶
func (r ApiGetSummariesByDestinationTypeRequest) Offset(offset int64) ApiGetSummariesByDestinationTypeRequest
A number that represents an index in the collection.
func (ApiGetSummariesByDestinationTypeRequest) Policycategories ¶
func (r ApiGetSummariesByDestinationTypeRequest) Policycategories(policycategories string) ApiGetSummariesByDestinationTypeRequest
A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.
func (ApiGetSummariesByDestinationTypeRequest) Ruleid ¶
func (r ApiGetSummariesByDestinationTypeRequest) Ruleid(ruleid int64) ApiGetSummariesByDestinationTypeRequest
The firewall policy rule ID.
func (ApiGetSummariesByDestinationTypeRequest) Securityoverridden ¶
func (r ApiGetSummariesByDestinationTypeRequest) Securityoverridden(securityoverridden bool) ApiGetSummariesByDestinationTypeRequest
Specify whether to filter on requests that override security.
func (ApiGetSummariesByDestinationTypeRequest) Threats ¶
func (r ApiGetSummariesByDestinationTypeRequest) Threats(threats string) ApiGetSummariesByDestinationTypeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetSummariesByDestinationTypeRequest) Threattypes ¶
func (r ApiGetSummariesByDestinationTypeRequest) Threattypes(threattypes string) ApiGetSummariesByDestinationTypeRequest
A threat type or comma-delimited list of threat types.
func (ApiGetSummariesByDestinationTypeRequest) To ¶
func (r ApiGetSummariesByDestinationTypeRequest) To(to string) ApiGetSummariesByDestinationTypeRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetSummariesByDestinationTypeRequest) Urls ¶
func (r ApiGetSummariesByDestinationTypeRequest) Urls(urls string) ApiGetSummariesByDestinationTypeRequest
A URL or comma-delimited list of URL.
func (ApiGetSummariesByDestinationTypeRequest) Verdict ¶
func (r ApiGetSummariesByDestinationTypeRequest) Verdict(verdict string) ApiGetSummariesByDestinationTypeRequest
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 (r ApiGetSummariesByRuleFirewallHitcountRequest) Execute() (*GetSummariesByRuleFirewallHitcount200Response, *http.Response, error)
func (ApiGetSummariesByRuleFirewallHitcountRequest) From ¶
func (r ApiGetSummariesByRuleFirewallHitcountRequest) From(from string) ApiGetSummariesByRuleFirewallHitcountRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetSummariesByRuleFirewallHitcountRequest) Ruleids ¶
func (r ApiGetSummariesByRuleFirewallHitcountRequest) Ruleids(ruleids string) ApiGetSummariesByRuleFirewallHitcountRequest
A comma-delimited list of firewall policy rule IDs.
func (ApiGetSummariesByRuleFirewallHitcountRequest) To ¶
func (r ApiGetSummariesByRuleFirewallHitcountRequest) To(to string) ApiGetSummariesByRuleFirewallHitcountRequest
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 (r ApiGetSummariesByRuleHitcountRequest) Execute() (*GetSummariesByRuleHitcount200Response, *http.Response, error)
func (ApiGetSummariesByRuleHitcountRequest) From ¶
func (r ApiGetSummariesByRuleHitcountRequest) From(from string) ApiGetSummariesByRuleHitcountRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetSummariesByRuleHitcountRequest) Ruleids ¶
func (r ApiGetSummariesByRuleHitcountRequest) Ruleids(ruleids string) ApiGetSummariesByRuleHitcountRequest
A comma-delimited list of firewall policy rule IDs.
type ApiGetSummariesByRuleIntrusionRequest ¶
type ApiGetSummariesByRuleIntrusionRequest struct {
ApiService *SummariesByRuleAPIService
// contains filtered or unexported fields
}
func (ApiGetSummariesByRuleIntrusionRequest) Execute ¶
func (r ApiGetSummariesByRuleIntrusionRequest) Execute() (*GetSummariesByRuleIntrusion200Response, *http.Response, error)
func (ApiGetSummariesByRuleIntrusionRequest) Filternoisydomains ¶
func (r ApiGetSummariesByRuleIntrusionRequest) Filternoisydomains(filternoisydomains bool) ApiGetSummariesByRuleIntrusionRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetSummariesByRuleIntrusionRequest) From ¶
func (r ApiGetSummariesByRuleIntrusionRequest) From(from string) ApiGetSummariesByRuleIntrusionRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetSummariesByRuleIntrusionRequest) Identityids ¶
func (r ApiGetSummariesByRuleIntrusionRequest) Identityids(identityids string) ApiGetSummariesByRuleIntrusionRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetSummariesByRuleIntrusionRequest) Identitytypes ¶
func (r ApiGetSummariesByRuleIntrusionRequest) Identitytypes(identitytypes string) ApiGetSummariesByRuleIntrusionRequest
An identity type or comma-delimited list of identity types.
func (ApiGetSummariesByRuleIntrusionRequest) Intrusionaction ¶
func (r ApiGetSummariesByRuleIntrusionRequest) Intrusionaction(intrusionaction string) ApiGetSummariesByRuleIntrusionRequest
An action or list of comma-separated intrusion actions. Valid values are: `would_block`, `blocked`, and `detected`.
func (ApiGetSummariesByRuleIntrusionRequest) Ipsprofile ¶
func (r ApiGetSummariesByRuleIntrusionRequest) Ipsprofile(ipsprofile string) ApiGetSummariesByRuleIntrusionRequest
An IPS profile string or comma-delimited list of IPS profile string.
func (ApiGetSummariesByRuleIntrusionRequest) Limit ¶
func (r ApiGetSummariesByRuleIntrusionRequest) Limit(limit int64) ApiGetSummariesByRuleIntrusionRequest
The maximum number of records to return from the collection.
func (ApiGetSummariesByRuleIntrusionRequest) Offset ¶
func (r ApiGetSummariesByRuleIntrusionRequest) Offset(offset int64) ApiGetSummariesByRuleIntrusionRequest
A number that represents an index in the collection.
func (ApiGetSummariesByRuleIntrusionRequest) Ports ¶
func (r ApiGetSummariesByRuleIntrusionRequest) Ports(ports string) ApiGetSummariesByRuleIntrusionRequest
A port number or comma-delimited list of port numbers.
func (ApiGetSummariesByRuleIntrusionRequest) Signaturelistids ¶
func (r ApiGetSummariesByRuleIntrusionRequest) Signaturelistids(signaturelistids string) ApiGetSummariesByRuleIntrusionRequest
The signature ID or comma-separated list of signature list IDs.
func (ApiGetSummariesByRuleIntrusionRequest) Signatures ¶
func (r ApiGetSummariesByRuleIntrusionRequest) Signatures(signatures string) ApiGetSummariesByRuleIntrusionRequest
The signature or comma-separated list of <signatureid>-<generatorid> signatures.
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 ¶
func (r ApiGetSummaryByTypeRequest) Bundleid(bundleid int64) ApiGetSummaryByTypeRequest
A proxy bundle ID.
func (ApiGetSummaryByTypeRequest) Categories ¶
func (r ApiGetSummaryByTypeRequest) Categories(categories string) ApiGetSummaryByTypeRequest
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 ¶
func (r ApiGetSummaryByTypeRequest) Domains(domains string) ApiGetSummaryByTypeRequest
A domain name or comma-delimited list of domain name.
func (ApiGetSummaryByTypeRequest) Execute ¶
func (r ApiGetSummaryByTypeRequest) Execute() (*GetSummary200Response, *http.Response, error)
func (ApiGetSummaryByTypeRequest) Filename ¶
func (r ApiGetSummaryByTypeRequest) Filename(filename string) ApiGetSummaryByTypeRequest
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 ¶
func (r ApiGetSummaryByTypeRequest) From(from string) ApiGetSummaryByTypeRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetSummaryByTypeRequest) Identityids ¶
func (r ApiGetSummaryByTypeRequest) Identityids(identityids string) ApiGetSummaryByTypeRequest
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 ¶
func (r ApiGetSummaryByTypeRequest) Ip(ip string) ApiGetSummaryByTypeRequest
An IP address.
func (ApiGetSummaryByTypeRequest) Limit ¶
func (r ApiGetSummaryByTypeRequest) Limit(limit int64) ApiGetSummaryByTypeRequest
The maximum number of records to return from the collection.
func (ApiGetSummaryByTypeRequest) Offset ¶
func (r ApiGetSummaryByTypeRequest) Offset(offset int64) ApiGetSummaryByTypeRequest
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 ¶
func (r ApiGetSummaryByTypeRequest) Ports(ports string) ApiGetSummaryByTypeRequest
A port number or comma-delimited list of port numbers.
func (ApiGetSummaryByTypeRequest) Ruleid ¶
func (r ApiGetSummaryByTypeRequest) Ruleid(ruleid int64) ApiGetSummaryByTypeRequest
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 ¶
func (r ApiGetSummaryByTypeRequest) Threats(threats string) ApiGetSummaryByTypeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetSummaryByTypeRequest) Threattypes ¶
func (r ApiGetSummaryByTypeRequest) Threattypes(threattypes string) ApiGetSummaryByTypeRequest
A threat type or comma-delimited list of threat types.
func (ApiGetSummaryByTypeRequest) Timezone ¶
func (r ApiGetSummaryByTypeRequest) Timezone(timezone string) ApiGetSummaryByTypeRequest
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 ¶
func (r ApiGetSummaryByTypeRequest) To(to string) ApiGetSummaryByTypeRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetSummaryByTypeRequest) Urls ¶
func (r ApiGetSummaryByTypeRequest) Urls(urls string) ApiGetSummaryByTypeRequest
A URL or comma-delimited list of URL.
func (ApiGetSummaryByTypeRequest) Verdict ¶
func (r ApiGetSummaryByTypeRequest) Verdict(verdict string) ApiGetSummaryByTypeRequest
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 ¶
func (r ApiGetSummaryRequest) Domains(domains string) ApiGetSummaryRequest
A domain name or comma-delimited list of domain name.
func (ApiGetSummaryRequest) Execute ¶
func (r ApiGetSummaryRequest) Execute() (*GetSummary200Response, *http.Response, error)
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 ¶
func (r ApiGetSummaryRequest) From(from string) ApiGetSummaryRequest
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 ¶
func (r ApiGetSummaryRequest) Ip(ip string) ApiGetSummaryRequest
An IP address.
func (ApiGetSummaryRequest) Limit ¶
func (r ApiGetSummaryRequest) Limit(limit int64) ApiGetSummaryRequest
The maximum number of records to return from the collection.
func (ApiGetSummaryRequest) Offset ¶
func (r ApiGetSummaryRequest) Offset(offset int64) ApiGetSummaryRequest
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 ¶
func (r ApiGetSummaryRequest) Ports(ports string) ApiGetSummaryRequest
A port number or comma-delimited list of port numbers.
func (ApiGetSummaryRequest) Ruleid ¶
func (r ApiGetSummaryRequest) Ruleid(ruleid int64) ApiGetSummaryRequest
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 ¶
func (r ApiGetSummaryRequest) Threats(threats string) ApiGetSummaryRequest
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 ¶
func (r ApiGetSummaryRequest) To(to string) ApiGetSummaryRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetSummaryRequest) Urls ¶
func (r ApiGetSummaryRequest) Urls(urls string) ApiGetSummaryRequest
A URL or comma-delimited list of URL.
func (ApiGetSummaryRequest) Verdict ¶
func (r ApiGetSummaryRequest) Verdict(verdict string) ApiGetSummaryRequest
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 ¶
func (r ApiGetThreatNameRequest) Execute() (*GetThreatName200Response, *http.Response, error)
type ApiGetThreatNamesRequest ¶
type ApiGetThreatNamesRequest struct {
ApiService *UtilityAPIService
// contains filtered or unexported fields
}
func (ApiGetThreatNamesRequest) Execute ¶
func (r ApiGetThreatNamesRequest) Execute() (*GetThreatNames200Response, *http.Response, error)
type ApiGetThreatTypeRequest ¶
type ApiGetThreatTypeRequest struct {
ApiService *UtilityAPIService
// contains filtered or unexported fields
}
func (ApiGetThreatTypeRequest) Execute ¶
func (r ApiGetThreatTypeRequest) Execute() (*GetThreatType200Response, *http.Response, error)
type ApiGetThreatTypesRequest ¶
type ApiGetThreatTypesRequest struct {
ApiService *UtilityAPIService
// contains filtered or unexported fields
}
func (ApiGetThreatTypesRequest) Execute ¶
func (r ApiGetThreatTypesRequest) Execute() (*GetThreatTypes200Response, *http.Response, error)
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 ¶
func (r ApiGetTopCategoriesRequest) Bundleid(bundleid int64) ApiGetTopCategoriesRequest
A proxy bundle ID.
func (ApiGetTopCategoriesRequest) Categories ¶
func (r ApiGetTopCategoriesRequest) Categories(categories string) ApiGetTopCategoriesRequest
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 ¶
func (r ApiGetTopCategoriesRequest) Domains(domains string) ApiGetTopCategoriesRequest
A domain name or comma-delimited list of domain name.
func (ApiGetTopCategoriesRequest) Execute ¶
func (r ApiGetTopCategoriesRequest) Execute() (*GetTopCategories200Response, *http.Response, error)
func (ApiGetTopCategoriesRequest) Filternoisydomains ¶
func (r ApiGetTopCategoriesRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopCategoriesRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTopCategoriesRequest) From ¶
func (r ApiGetTopCategoriesRequest) From(from string) ApiGetTopCategoriesRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetTopCategoriesRequest) Identityids ¶
func (r ApiGetTopCategoriesRequest) Identityids(identityids string) ApiGetTopCategoriesRequest
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 ¶
func (r ApiGetTopCategoriesRequest) Ip(ip string) ApiGetTopCategoriesRequest
An IP address.
func (ApiGetTopCategoriesRequest) Limit ¶
func (r ApiGetTopCategoriesRequest) Limit(limit int64) ApiGetTopCategoriesRequest
The maximum number of records to return from the collection.
func (ApiGetTopCategoriesRequest) Offset ¶
func (r ApiGetTopCategoriesRequest) Offset(offset int64) ApiGetTopCategoriesRequest
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 ¶
func (r ApiGetTopCategoriesRequest) Sha256(sha256 string) ApiGetTopCategoriesRequest
A SHA-256 hash.
func (ApiGetTopCategoriesRequest) Threats ¶
func (r ApiGetTopCategoriesRequest) Threats(threats string) ApiGetTopCategoriesRequest
A threat name or comma-delimited list of threat names.
func (ApiGetTopCategoriesRequest) Threattypes ¶
func (r ApiGetTopCategoriesRequest) Threattypes(threattypes string) ApiGetTopCategoriesRequest
A threat type or comma-delimited list of threat types.
func (ApiGetTopCategoriesRequest) Timezone ¶
func (r ApiGetTopCategoriesRequest) Timezone(timezone string) ApiGetTopCategoriesRequest
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 ¶
func (r ApiGetTopCategoriesRequest) To(to string) ApiGetTopCategoriesRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTopCategoriesRequest) Urls ¶
func (r ApiGetTopCategoriesRequest) Urls(urls string) ApiGetTopCategoriesRequest
A URL or comma-delimited list of URL.
func (ApiGetTopCategoriesRequest) Verdict ¶
func (r ApiGetTopCategoriesRequest) Verdict(verdict string) ApiGetTopCategoriesRequest
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 ¶
func (r ApiGetTopCategoriesTypeRequest) Applicationid(applicationid string) ApiGetTopCategoriesTypeRequest
The ID of the application.
func (ApiGetTopCategoriesTypeRequest) Bundleid ¶
func (r ApiGetTopCategoriesTypeRequest) Bundleid(bundleid int64) ApiGetTopCategoriesTypeRequest
A proxy bundle ID.
func (ApiGetTopCategoriesTypeRequest) Categories ¶
func (r ApiGetTopCategoriesTypeRequest) Categories(categories string) ApiGetTopCategoriesTypeRequest
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 ¶
func (r ApiGetTopCategoriesTypeRequest) Domains(domains string) ApiGetTopCategoriesTypeRequest
A domain name or comma-delimited list of domain name.
func (ApiGetTopCategoriesTypeRequest) Execute ¶
func (r ApiGetTopCategoriesTypeRequest) Execute() (*GetTopCategories200Response, *http.Response, error)
func (ApiGetTopCategoriesTypeRequest) Filternoisydomains ¶
func (r ApiGetTopCategoriesTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopCategoriesTypeRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTopCategoriesTypeRequest) From ¶
func (r ApiGetTopCategoriesTypeRequest) From(from string) ApiGetTopCategoriesTypeRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetTopCategoriesTypeRequest) Identityids ¶
func (r ApiGetTopCategoriesTypeRequest) Identityids(identityids string) ApiGetTopCategoriesTypeRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetTopCategoriesTypeRequest) Identitytypes ¶
func (r ApiGetTopCategoriesTypeRequest) Identitytypes(identitytypes string) ApiGetTopCategoriesTypeRequest
An identity type or comma-delimited list of identity types.
func (ApiGetTopCategoriesTypeRequest) Ip ¶
func (r ApiGetTopCategoriesTypeRequest) Ip(ip string) ApiGetTopCategoriesTypeRequest
An IP address.
func (ApiGetTopCategoriesTypeRequest) Limit ¶
func (r ApiGetTopCategoriesTypeRequest) Limit(limit int64) ApiGetTopCategoriesTypeRequest
The maximum number of records to return from the collection.
func (ApiGetTopCategoriesTypeRequest) Offset ¶
func (r ApiGetTopCategoriesTypeRequest) Offset(offset int64) ApiGetTopCategoriesTypeRequest
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 ¶
func (r ApiGetTopCategoriesTypeRequest) Sha256(sha256 string) ApiGetTopCategoriesTypeRequest
A SHA-256 hash.
func (ApiGetTopCategoriesTypeRequest) Threats ¶
func (r ApiGetTopCategoriesTypeRequest) Threats(threats string) ApiGetTopCategoriesTypeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetTopCategoriesTypeRequest) Threattypes ¶
func (r ApiGetTopCategoriesTypeRequest) Threattypes(threattypes string) ApiGetTopCategoriesTypeRequest
A threat type or comma-delimited list of threat types.
func (ApiGetTopCategoriesTypeRequest) Timezone ¶
func (r ApiGetTopCategoriesTypeRequest) Timezone(timezone string) ApiGetTopCategoriesTypeRequest
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 ¶
func (r ApiGetTopCategoriesTypeRequest) To(to string) ApiGetTopCategoriesTypeRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTopCategoriesTypeRequest) Urls ¶
func (r ApiGetTopCategoriesTypeRequest) Urls(urls string) ApiGetTopCategoriesTypeRequest
A URL or comma-delimited list of URL.
func (ApiGetTopCategoriesTypeRequest) Verdict ¶
func (r ApiGetTopCategoriesTypeRequest) Verdict(verdict string) ApiGetTopCategoriesTypeRequest
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 ¶
func (r ApiGetTopDNSQueryTypesRequest) Applicationid(applicationid string) ApiGetTopDNSQueryTypesRequest
The ID of the application.
func (ApiGetTopDNSQueryTypesRequest) Categories ¶
func (r ApiGetTopDNSQueryTypesRequest) Categories(categories string) ApiGetTopDNSQueryTypesRequest
A category ID or comma-delimited list of category ID.
func (ApiGetTopDNSQueryTypesRequest) Domains ¶
func (r ApiGetTopDNSQueryTypesRequest) Domains(domains string) ApiGetTopDNSQueryTypesRequest
A domain name or comma-delimited list of domain name.
func (ApiGetTopDNSQueryTypesRequest) Execute ¶
func (r ApiGetTopDNSQueryTypesRequest) Execute() (*GetTopDNSQueryTypes200Response, *http.Response, error)
func (ApiGetTopDNSQueryTypesRequest) Filternoisydomains ¶
func (r ApiGetTopDNSQueryTypesRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopDNSQueryTypesRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTopDNSQueryTypesRequest) From ¶
func (r ApiGetTopDNSQueryTypesRequest) From(from string) ApiGetTopDNSQueryTypesRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetTopDNSQueryTypesRequest) Identityids ¶
func (r ApiGetTopDNSQueryTypesRequest) Identityids(identityids string) ApiGetTopDNSQueryTypesRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetTopDNSQueryTypesRequest) Identitytypes ¶
func (r ApiGetTopDNSQueryTypesRequest) Identitytypes(identitytypes string) ApiGetTopDNSQueryTypesRequest
An identity type or comma-delimited list of identity types.
func (ApiGetTopDNSQueryTypesRequest) Ip ¶
func (r ApiGetTopDNSQueryTypesRequest) Ip(ip string) ApiGetTopDNSQueryTypesRequest
An IP address.
func (ApiGetTopDNSQueryTypesRequest) Limit ¶
func (r ApiGetTopDNSQueryTypesRequest) Limit(limit int64) ApiGetTopDNSQueryTypesRequest
The maximum number of records to return from the collection.
func (ApiGetTopDNSQueryTypesRequest) Offset ¶
func (r ApiGetTopDNSQueryTypesRequest) Offset(offset int64) ApiGetTopDNSQueryTypesRequest
A number that represents an index in the collection.
func (ApiGetTopDNSQueryTypesRequest) Order ¶
func (r ApiGetTopDNSQueryTypesRequest) Order(order string) ApiGetTopDNSQueryTypesRequest
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 ¶
func (r ApiGetTopDNSQueryTypesRequest) Threats(threats string) ApiGetTopDNSQueryTypesRequest
A threat name or comma-delimited list of threat names.
func (ApiGetTopDNSQueryTypesRequest) Threattypes ¶
func (r ApiGetTopDNSQueryTypesRequest) Threattypes(threattypes string) ApiGetTopDNSQueryTypesRequest
A threat type or comma-delimited list of threat types.
func (ApiGetTopDNSQueryTypesRequest) Timezone ¶
func (r ApiGetTopDNSQueryTypesRequest) Timezone(timezone string) ApiGetTopDNSQueryTypesRequest
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 ¶
func (r ApiGetTopDNSQueryTypesRequest) To(to string) ApiGetTopDNSQueryTypesRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTopDNSQueryTypesRequest) Verdict ¶
func (r ApiGetTopDNSQueryTypesRequest) Verdict(verdict string) ApiGetTopDNSQueryTypesRequest
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 ¶
func (r ApiGetTopDestinationsRequest) Bundleid(bundleid int64) ApiGetTopDestinationsRequest
A proxy bundle ID.
func (ApiGetTopDestinationsRequest) Categories ¶
func (r ApiGetTopDestinationsRequest) Categories(categories string) ApiGetTopDestinationsRequest
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 ¶
func (r ApiGetTopDestinationsRequest) Domains(domains string) ApiGetTopDestinationsRequest
A domain name or comma-delimited list of domain name.
func (ApiGetTopDestinationsRequest) Execute ¶
func (r ApiGetTopDestinationsRequest) Execute() (*GetTopDestinations200Response, *http.Response, error)
func (ApiGetTopDestinationsRequest) Filternoisydomains ¶
func (r ApiGetTopDestinationsRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopDestinationsRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTopDestinationsRequest) From ¶
func (r ApiGetTopDestinationsRequest) From(from string) ApiGetTopDestinationsRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetTopDestinationsRequest) Identityids ¶
func (r ApiGetTopDestinationsRequest) Identityids(identityids string) ApiGetTopDestinationsRequest
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 ¶
func (r ApiGetTopDestinationsRequest) Ip(ip string) ApiGetTopDestinationsRequest
An IP address.
func (ApiGetTopDestinationsRequest) Limit ¶
func (r ApiGetTopDestinationsRequest) Limit(limit int64) ApiGetTopDestinationsRequest
The maximum number of records to return from the collection.
func (ApiGetTopDestinationsRequest) Offset ¶
func (r ApiGetTopDestinationsRequest) Offset(offset int64) ApiGetTopDestinationsRequest
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 ¶
func (r ApiGetTopDestinationsRequest) Ports(ports string) ApiGetTopDestinationsRequest
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 ¶
func (r ApiGetTopDestinationsRequest) Sha256(sha256 string) ApiGetTopDestinationsRequest
A SHA-256 hash.
func (ApiGetTopDestinationsRequest) Threats ¶
func (r ApiGetTopDestinationsRequest) Threats(threats string) ApiGetTopDestinationsRequest
A threat name or comma-delimited list of threat names.
func (ApiGetTopDestinationsRequest) Threattypes ¶
func (r ApiGetTopDestinationsRequest) Threattypes(threattypes string) ApiGetTopDestinationsRequest
A threat type or comma-delimited list of threat types.
func (ApiGetTopDestinationsRequest) Timezone ¶
func (r ApiGetTopDestinationsRequest) Timezone(timezone string) ApiGetTopDestinationsRequest
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 ¶
func (r ApiGetTopDestinationsRequest) To(to string) ApiGetTopDestinationsRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTopDestinationsRequest) Urls ¶
func (r ApiGetTopDestinationsRequest) Urls(urls string) ApiGetTopDestinationsRequest
A URL or comma-delimited list of URL.
func (ApiGetTopDestinationsRequest) Verdict ¶
func (r ApiGetTopDestinationsRequest) Verdict(verdict string) ApiGetTopDestinationsRequest
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 ¶
func (r ApiGetTopDestinationsTypeRequest) Ampdisposition(ampdisposition string) ApiGetTopDestinationsTypeRequest
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 ¶
func (r ApiGetTopDestinationsTypeRequest) Applicationid(applicationid string) ApiGetTopDestinationsTypeRequest
The ID of the application.
func (ApiGetTopDestinationsTypeRequest) Bundleid ¶
func (r ApiGetTopDestinationsTypeRequest) Bundleid(bundleid int64) ApiGetTopDestinationsTypeRequest
A proxy bundle ID.
func (ApiGetTopDestinationsTypeRequest) Categories ¶
func (r ApiGetTopDestinationsTypeRequest) Categories(categories string) ApiGetTopDestinationsTypeRequest
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 ¶
func (r ApiGetTopDestinationsTypeRequest) Domains(domains string) ApiGetTopDestinationsTypeRequest
A domain name or comma-delimited list of domain name.
func (ApiGetTopDestinationsTypeRequest) Execute ¶
func (r ApiGetTopDestinationsTypeRequest) Execute() (*GetTopDestinations200Response, *http.Response, error)
func (ApiGetTopDestinationsTypeRequest) Filternoisydomains ¶
func (r ApiGetTopDestinationsTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopDestinationsTypeRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTopDestinationsTypeRequest) From ¶
func (r ApiGetTopDestinationsTypeRequest) From(from string) ApiGetTopDestinationsTypeRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetTopDestinationsTypeRequest) Identityids ¶
func (r ApiGetTopDestinationsTypeRequest) Identityids(identityids string) ApiGetTopDestinationsTypeRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetTopDestinationsTypeRequest) Identitytypes ¶
func (r ApiGetTopDestinationsTypeRequest) Identitytypes(identitytypes string) ApiGetTopDestinationsTypeRequest
An identity type or comma-delimited list of identity types.
func (ApiGetTopDestinationsTypeRequest) Ip ¶
func (r ApiGetTopDestinationsTypeRequest) Ip(ip string) ApiGetTopDestinationsTypeRequest
An IP address.
func (ApiGetTopDestinationsTypeRequest) Limit ¶
func (r ApiGetTopDestinationsTypeRequest) Limit(limit int64) ApiGetTopDestinationsTypeRequest
The maximum number of records to return from the collection.
func (ApiGetTopDestinationsTypeRequest) Offset ¶
func (r ApiGetTopDestinationsTypeRequest) Offset(offset int64) ApiGetTopDestinationsTypeRequest
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 ¶
func (r ApiGetTopDestinationsTypeRequest) Ports(ports string) ApiGetTopDestinationsTypeRequest
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 ¶
func (r ApiGetTopDestinationsTypeRequest) Sha256(sha256 string) ApiGetTopDestinationsTypeRequest
A SHA-256 hash.
func (ApiGetTopDestinationsTypeRequest) Threats ¶
func (r ApiGetTopDestinationsTypeRequest) Threats(threats string) ApiGetTopDestinationsTypeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetTopDestinationsTypeRequest) Threattypes ¶
func (r ApiGetTopDestinationsTypeRequest) Threattypes(threattypes string) ApiGetTopDestinationsTypeRequest
A threat type or comma-delimited list of threat types.
func (ApiGetTopDestinationsTypeRequest) Timezone ¶
func (r ApiGetTopDestinationsTypeRequest) Timezone(timezone string) ApiGetTopDestinationsTypeRequest
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 ¶
func (r ApiGetTopDestinationsTypeRequest) To(to string) ApiGetTopDestinationsTypeRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTopDestinationsTypeRequest) Urls ¶
func (r ApiGetTopDestinationsTypeRequest) Urls(urls string) ApiGetTopDestinationsTypeRequest
A URL or comma-delimited list of URL.
func (ApiGetTopDestinationsTypeRequest) Verdict ¶
func (r ApiGetTopDestinationsTypeRequest) Verdict(verdict string) ApiGetTopDestinationsTypeRequest
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 ¶
func (r ApiGetTopEventTypesRequest) Bundleid(bundleid int64) ApiGetTopEventTypesRequest
A proxy bundle ID.
func (ApiGetTopEventTypesRequest) Categories ¶
func (r ApiGetTopEventTypesRequest) Categories(categories string) ApiGetTopEventTypesRequest
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 ¶
func (r ApiGetTopEventTypesRequest) Domains(domains string) ApiGetTopEventTypesRequest
A domain name or comma-delimited list of domain name.
func (ApiGetTopEventTypesRequest) Execute ¶
func (r ApiGetTopEventTypesRequest) Execute() (*GetTopEventTypes200Response, *http.Response, error)
func (ApiGetTopEventTypesRequest) Filternoisydomains ¶
func (r ApiGetTopEventTypesRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopEventTypesRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTopEventTypesRequest) From ¶
func (r ApiGetTopEventTypesRequest) From(from string) ApiGetTopEventTypesRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetTopEventTypesRequest) Identityids ¶
func (r ApiGetTopEventTypesRequest) Identityids(identityids string) ApiGetTopEventTypesRequest
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 ¶
func (r ApiGetTopEventTypesRequest) Ip(ip string) ApiGetTopEventTypesRequest
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 ¶
func (r ApiGetTopEventTypesRequest) Threats(threats string) ApiGetTopEventTypesRequest
A threat name or comma-delimited list of threat names.
func (ApiGetTopEventTypesRequest) Threattypes ¶
func (r ApiGetTopEventTypesRequest) Threattypes(threattypes string) ApiGetTopEventTypesRequest
A threat type or comma-delimited list of threat types.
func (ApiGetTopEventTypesRequest) Timezone ¶
func (r ApiGetTopEventTypesRequest) Timezone(timezone string) ApiGetTopEventTypesRequest
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 ¶
func (r ApiGetTopEventTypesRequest) To(to string) ApiGetTopEventTypesRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTopEventTypesRequest) Urls ¶
func (r ApiGetTopEventTypesRequest) Urls(urls string) ApiGetTopEventTypesRequest
A URL or comma-delimited list of URL.
func (ApiGetTopEventTypesRequest) Verdict ¶
func (r ApiGetTopEventTypesRequest) Verdict(verdict string) ApiGetTopEventTypesRequest
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 ¶
func (r ApiGetTopFilesProxyRequest) Bundleid(bundleid int64) ApiGetTopFilesProxyRequest
A proxy bundle ID.
func (ApiGetTopFilesProxyRequest) Categories ¶
func (r ApiGetTopFilesProxyRequest) Categories(categories string) ApiGetTopFilesProxyRequest
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 ¶
func (r ApiGetTopFilesProxyRequest) Domains(domains string) ApiGetTopFilesProxyRequest
A domain name or comma-delimited list of domain name.
func (ApiGetTopFilesProxyRequest) Execute ¶
func (r ApiGetTopFilesProxyRequest) Execute() (*GetTopFilesProxy200Response, *http.Response, error)
func (ApiGetTopFilesProxyRequest) Filternoisydomains ¶
func (r ApiGetTopFilesProxyRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopFilesProxyRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTopFilesProxyRequest) From ¶
func (r ApiGetTopFilesProxyRequest) From(from string) ApiGetTopFilesProxyRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetTopFilesProxyRequest) Identityids ¶
func (r ApiGetTopFilesProxyRequest) Identityids(identityids string) ApiGetTopFilesProxyRequest
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 ¶
func (r ApiGetTopFilesProxyRequest) Ip(ip string) ApiGetTopFilesProxyRequest
An IP address.
func (ApiGetTopFilesProxyRequest) Limit ¶
func (r ApiGetTopFilesProxyRequest) Limit(limit int64) ApiGetTopFilesProxyRequest
The maximum number of records to return from the collection.
func (ApiGetTopFilesProxyRequest) Offset ¶
func (r ApiGetTopFilesProxyRequest) Offset(offset int64) ApiGetTopFilesProxyRequest
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 ¶
func (r ApiGetTopFilesProxyRequest) Sha256(sha256 string) ApiGetTopFilesProxyRequest
A SHA-256 hash.
func (ApiGetTopFilesProxyRequest) Timezone ¶
func (r ApiGetTopFilesProxyRequest) Timezone(timezone string) ApiGetTopFilesProxyRequest
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 ¶
func (r ApiGetTopFilesProxyRequest) To(to string) ApiGetTopFilesProxyRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTopFilesProxyRequest) Urls ¶
func (r ApiGetTopFilesProxyRequest) Urls(urls string) ApiGetTopFilesProxyRequest
A URL or comma-delimited list of URL.
func (ApiGetTopFilesProxyRequest) Verdict ¶
func (r ApiGetTopFilesProxyRequest) Verdict(verdict string) ApiGetTopFilesProxyRequest
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 ¶
func (r ApiGetTopIdentitiesRequest) Bundleid(bundleid int64) ApiGetTopIdentitiesRequest
A proxy bundle ID.
func (ApiGetTopIdentitiesRequest) Categories ¶
func (r ApiGetTopIdentitiesRequest) Categories(categories string) ApiGetTopIdentitiesRequest
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 ¶
func (r ApiGetTopIdentitiesRequest) Domains(domains string) ApiGetTopIdentitiesRequest
A domain name or comma-delimited list of domain name.
func (ApiGetTopIdentitiesRequest) Execute ¶
func (r ApiGetTopIdentitiesRequest) Execute() (*GetTopIdentities200Response, *http.Response, error)
func (ApiGetTopIdentitiesRequest) Filternoisydomains ¶
func (r ApiGetTopIdentitiesRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopIdentitiesRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTopIdentitiesRequest) From ¶
func (r ApiGetTopIdentitiesRequest) From(from string) ApiGetTopIdentitiesRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetTopIdentitiesRequest) Identityids ¶
func (r ApiGetTopIdentitiesRequest) Identityids(identityids string) ApiGetTopIdentitiesRequest
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 ¶
func (r ApiGetTopIdentitiesRequest) Ip(ip string) ApiGetTopIdentitiesRequest
An IP address.
func (ApiGetTopIdentitiesRequest) Limit ¶
func (r ApiGetTopIdentitiesRequest) Limit(limit int64) ApiGetTopIdentitiesRequest
The maximum number of records to return from the collection.
func (ApiGetTopIdentitiesRequest) Offset ¶
func (r ApiGetTopIdentitiesRequest) Offset(offset int64) ApiGetTopIdentitiesRequest
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 ¶
func (r ApiGetTopIdentitiesRequest) Ports(ports string) ApiGetTopIdentitiesRequest
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 ¶
func (r ApiGetTopIdentitiesRequest) Sha256(sha256 string) ApiGetTopIdentitiesRequest
A SHA-256 hash.
func (ApiGetTopIdentitiesRequest) Threats ¶
func (r ApiGetTopIdentitiesRequest) Threats(threats string) ApiGetTopIdentitiesRequest
A threat name or comma-delimited list of threat names.
func (ApiGetTopIdentitiesRequest) Threattypes ¶
func (r ApiGetTopIdentitiesRequest) Threattypes(threattypes string) ApiGetTopIdentitiesRequest
A threat type or comma-delimited list of threat types.
func (ApiGetTopIdentitiesRequest) Timezone ¶
func (r ApiGetTopIdentitiesRequest) Timezone(timezone string) ApiGetTopIdentitiesRequest
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 ¶
func (r ApiGetTopIdentitiesRequest) To(to string) ApiGetTopIdentitiesRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTopIdentitiesRequest) Urls ¶
func (r ApiGetTopIdentitiesRequest) Urls(urls string) ApiGetTopIdentitiesRequest
A URL or comma-delimited list of URL.
func (ApiGetTopIdentitiesRequest) Verdict ¶
func (r ApiGetTopIdentitiesRequest) Verdict(verdict string) ApiGetTopIdentitiesRequest
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 ¶
func (r ApiGetTopIdentitiesTypeRequest) Applicationid(applicationid string) ApiGetTopIdentitiesTypeRequest
The ID of the application.
func (ApiGetTopIdentitiesTypeRequest) Bundleid ¶
func (r ApiGetTopIdentitiesTypeRequest) Bundleid(bundleid int64) ApiGetTopIdentitiesTypeRequest
A proxy bundle ID.
func (ApiGetTopIdentitiesTypeRequest) Categories ¶
func (r ApiGetTopIdentitiesTypeRequest) Categories(categories string) ApiGetTopIdentitiesTypeRequest
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 ¶
func (r ApiGetTopIdentitiesTypeRequest) Domains(domains string) ApiGetTopIdentitiesTypeRequest
A domain name or comma-delimited list of domain name.
func (ApiGetTopIdentitiesTypeRequest) Execute ¶
func (r ApiGetTopIdentitiesTypeRequest) Execute() (*GetTopIdentities200Response, *http.Response, error)
func (ApiGetTopIdentitiesTypeRequest) Filternoisydomains ¶
func (r ApiGetTopIdentitiesTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopIdentitiesTypeRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTopIdentitiesTypeRequest) From ¶
func (r ApiGetTopIdentitiesTypeRequest) From(from string) ApiGetTopIdentitiesTypeRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetTopIdentitiesTypeRequest) Identityids ¶
func (r ApiGetTopIdentitiesTypeRequest) Identityids(identityids string) ApiGetTopIdentitiesTypeRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetTopIdentitiesTypeRequest) Identitytypes ¶
func (r ApiGetTopIdentitiesTypeRequest) Identitytypes(identitytypes string) ApiGetTopIdentitiesTypeRequest
An identity type or comma-delimited list of identity types.
func (ApiGetTopIdentitiesTypeRequest) Ip ¶
func (r ApiGetTopIdentitiesTypeRequest) Ip(ip string) ApiGetTopIdentitiesTypeRequest
An IP address.
func (ApiGetTopIdentitiesTypeRequest) Limit ¶
func (r ApiGetTopIdentitiesTypeRequest) Limit(limit int64) ApiGetTopIdentitiesTypeRequest
The maximum number of records to return from the collection.
func (ApiGetTopIdentitiesTypeRequest) Offset ¶
func (r ApiGetTopIdentitiesTypeRequest) Offset(offset int64) ApiGetTopIdentitiesTypeRequest
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 ¶
func (r ApiGetTopIdentitiesTypeRequest) Ports(ports string) ApiGetTopIdentitiesTypeRequest
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 ¶
func (r ApiGetTopIdentitiesTypeRequest) Sha256(sha256 string) ApiGetTopIdentitiesTypeRequest
A SHA-256 hash.
func (ApiGetTopIdentitiesTypeRequest) Threats ¶
func (r ApiGetTopIdentitiesTypeRequest) Threats(threats string) ApiGetTopIdentitiesTypeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetTopIdentitiesTypeRequest) Threattypes ¶
func (r ApiGetTopIdentitiesTypeRequest) Threattypes(threattypes string) ApiGetTopIdentitiesTypeRequest
A threat type or comma-delimited list of threat types.
func (ApiGetTopIdentitiesTypeRequest) Timezone ¶
func (r ApiGetTopIdentitiesTypeRequest) Timezone(timezone string) ApiGetTopIdentitiesTypeRequest
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 ¶
func (r ApiGetTopIdentitiesTypeRequest) To(to string) ApiGetTopIdentitiesTypeRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTopIdentitiesTypeRequest) Urls ¶
func (r ApiGetTopIdentitiesTypeRequest) Urls(urls string) ApiGetTopIdentitiesTypeRequest
A URL or comma-delimited list of URL.
func (ApiGetTopIdentitiesTypeRequest) Verdict ¶
func (r ApiGetTopIdentitiesTypeRequest) Verdict(verdict string) ApiGetTopIdentitiesTypeRequest
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 ¶
func (r ApiGetTopIpsInternalRequest) Categories(categories string) ApiGetTopIpsInternalRequest
A category ID or comma-delimited list of category ID.
func (ApiGetTopIpsInternalRequest) Domains ¶
func (r ApiGetTopIpsInternalRequest) Domains(domains string) ApiGetTopIpsInternalRequest
A domain name or comma-delimited list of domain name.
func (ApiGetTopIpsInternalRequest) Execute ¶
func (r ApiGetTopIpsInternalRequest) Execute() (*GetTopIps200Response, *http.Response, error)
func (ApiGetTopIpsInternalRequest) Filternoisydomains ¶
func (r ApiGetTopIpsInternalRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopIpsInternalRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTopIpsInternalRequest) From ¶
func (r ApiGetTopIpsInternalRequest) From(from string) ApiGetTopIpsInternalRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetTopIpsInternalRequest) Identityids ¶
func (r ApiGetTopIpsInternalRequest) Identityids(identityids string) ApiGetTopIpsInternalRequest
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 ¶
func (r ApiGetTopIpsInternalRequest) Ip(ip string) ApiGetTopIpsInternalRequest
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 ¶
func (r ApiGetTopIpsInternalRequest) Threats(threats string) ApiGetTopIpsInternalRequest
A threat name or comma-delimited list of threat names.
func (ApiGetTopIpsInternalRequest) Threattypes ¶
func (r ApiGetTopIpsInternalRequest) Threattypes(threattypes string) ApiGetTopIpsInternalRequest
A threat type or comma-delimited list of threat types.
func (ApiGetTopIpsInternalRequest) Timezone ¶
func (r ApiGetTopIpsInternalRequest) Timezone(timezone string) ApiGetTopIpsInternalRequest
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 ¶
func (r ApiGetTopIpsInternalRequest) To(to string) ApiGetTopIpsInternalRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTopIpsInternalRequest) Verdict ¶
func (r ApiGetTopIpsInternalRequest) Verdict(verdict string) ApiGetTopIpsInternalRequest
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 (r ApiGetTopIpsRequest) Execute() (*GetTopIps200Response, *http.Response, error)
func (ApiGetTopIpsRequest) Filternoisydomains ¶
func (r ApiGetTopIpsRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopIpsRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTopIpsRequest) From ¶
func (r ApiGetTopIpsRequest) From(from string) ApiGetTopIpsRequest
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 ¶
func (r ApiGetTopIpsRequest) Ip(ip string) ApiGetTopIpsRequest
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 ¶
func (r ApiGetTopIpsRequest) To(to string) ApiGetTopIpsRequest
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 (r ApiGetTopResourcesRequest) Execute() (*GetTopResources200Response, *http.Response, error)
func (ApiGetTopResourcesRequest) Filternoisydomains ¶
func (r ApiGetTopResourcesRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopResourcesRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTopResourcesRequest) From ¶
func (r ApiGetTopResourcesRequest) From(from string) ApiGetTopResourcesRequest
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 ¶
func (r ApiGetTopResourcesRequest) Ip(ip string) ApiGetTopResourcesRequest
An IP address.
func (ApiGetTopResourcesRequest) Limit ¶
func (r ApiGetTopResourcesRequest) Limit(limit int64) ApiGetTopResourcesRequest
The maximum number of records to return from the collection.
func (ApiGetTopResourcesRequest) Offset ¶
func (r ApiGetTopResourcesRequest) Offset(offset int64) ApiGetTopResourcesRequest
A number that represents an index in the collection.
func (ApiGetTopResourcesRequest) Timezone ¶
func (r ApiGetTopResourcesRequest) Timezone(timezone string) ApiGetTopResourcesRequest
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 ¶
func (r ApiGetTopResourcesRequest) To(to string) ApiGetTopResourcesRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTopResourcesRequest) Verdict ¶
func (r ApiGetTopResourcesRequest) Verdict(verdict string) ApiGetTopResourcesRequest
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 (r ApiGetTopResourcesTypeRequest) Execute() (*GetTopResources200Response, *http.Response, error)
func (ApiGetTopResourcesTypeRequest) Filternoisydomains ¶
func (r ApiGetTopResourcesTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopResourcesTypeRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTopResourcesTypeRequest) From ¶
func (r ApiGetTopResourcesTypeRequest) From(from string) ApiGetTopResourcesTypeRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetTopResourcesTypeRequest) Identityids ¶
func (r ApiGetTopResourcesTypeRequest) Identityids(identityids string) ApiGetTopResourcesTypeRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetTopResourcesTypeRequest) Identitytypes ¶
func (r ApiGetTopResourcesTypeRequest) Identitytypes(identitytypes string) ApiGetTopResourcesTypeRequest
An identity type or comma-delimited list of identity types.
func (ApiGetTopResourcesTypeRequest) Ip ¶
func (r ApiGetTopResourcesTypeRequest) Ip(ip string) ApiGetTopResourcesTypeRequest
An IP address.
func (ApiGetTopResourcesTypeRequest) Limit ¶
func (r ApiGetTopResourcesTypeRequest) Limit(limit int64) ApiGetTopResourcesTypeRequest
The maximum number of records to return from the collection.
func (ApiGetTopResourcesTypeRequest) Offset ¶
func (r ApiGetTopResourcesTypeRequest) Offset(offset int64) ApiGetTopResourcesTypeRequest
A number that represents an index in the collection.
func (ApiGetTopResourcesTypeRequest) Timezone ¶
func (r ApiGetTopResourcesTypeRequest) Timezone(timezone string) ApiGetTopResourcesTypeRequest
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 ¶
func (r ApiGetTopResourcesTypeRequest) To(to string) ApiGetTopResourcesTypeRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTopResourcesTypeRequest) Verdict ¶
func (r ApiGetTopResourcesTypeRequest) Verdict(verdict string) ApiGetTopResourcesTypeRequest
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 ¶
func (r ApiGetTopThreatTypesByTypeRequest) Applicationid(applicationid string) ApiGetTopThreatTypesByTypeRequest
The ID of the application.
func (ApiGetTopThreatTypesByTypeRequest) Categories ¶
func (r ApiGetTopThreatTypesByTypeRequest) Categories(categories string) ApiGetTopThreatTypesByTypeRequest
A category ID or comma-delimited list of category ID.
func (ApiGetTopThreatTypesByTypeRequest) Domains ¶
func (r ApiGetTopThreatTypesByTypeRequest) Domains(domains string) ApiGetTopThreatTypesByTypeRequest
A domain name or comma-delimited list of domain name.
func (ApiGetTopThreatTypesByTypeRequest) Execute ¶
func (r ApiGetTopThreatTypesByTypeRequest) Execute() (*GetTopThreatTypes200Response, *http.Response, error)
func (ApiGetTopThreatTypesByTypeRequest) Filternoisydomains ¶
func (r ApiGetTopThreatTypesByTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopThreatTypesByTypeRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTopThreatTypesByTypeRequest) From ¶
func (r ApiGetTopThreatTypesByTypeRequest) From(from string) ApiGetTopThreatTypesByTypeRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetTopThreatTypesByTypeRequest) Identityids ¶
func (r ApiGetTopThreatTypesByTypeRequest) Identityids(identityids string) ApiGetTopThreatTypesByTypeRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetTopThreatTypesByTypeRequest) Identitytypes ¶
func (r ApiGetTopThreatTypesByTypeRequest) Identitytypes(identitytypes string) ApiGetTopThreatTypesByTypeRequest
An identity type or comma-delimited list of identity types.
func (ApiGetTopThreatTypesByTypeRequest) Ip ¶
func (r ApiGetTopThreatTypesByTypeRequest) Ip(ip string) ApiGetTopThreatTypesByTypeRequest
An IP address.
func (ApiGetTopThreatTypesByTypeRequest) Limit ¶
func (r ApiGetTopThreatTypesByTypeRequest) Limit(limit int64) ApiGetTopThreatTypesByTypeRequest
The maximum number of records to return from the collection.
func (ApiGetTopThreatTypesByTypeRequest) Offset ¶
func (r ApiGetTopThreatTypesByTypeRequest) Offset(offset int64) ApiGetTopThreatTypesByTypeRequest
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 ¶
func (r ApiGetTopThreatTypesByTypeRequest) Threats(threats string) ApiGetTopThreatTypesByTypeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetTopThreatTypesByTypeRequest) Threattypes ¶
func (r ApiGetTopThreatTypesByTypeRequest) Threattypes(threattypes string) ApiGetTopThreatTypesByTypeRequest
A threat type or comma-delimited list of threat types.
func (ApiGetTopThreatTypesByTypeRequest) Timezone ¶
func (r ApiGetTopThreatTypesByTypeRequest) Timezone(timezone string) ApiGetTopThreatTypesByTypeRequest
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 ¶
func (r ApiGetTopThreatTypesByTypeRequest) To(to string) ApiGetTopThreatTypesByTypeRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTopThreatTypesByTypeRequest) Verdict ¶
func (r ApiGetTopThreatTypesByTypeRequest) Verdict(verdict string) ApiGetTopThreatTypesByTypeRequest
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 ¶
func (r ApiGetTopThreatTypesRequest) Categories(categories string) ApiGetTopThreatTypesRequest
A category ID or comma-delimited list of category ID.
func (ApiGetTopThreatTypesRequest) Domains ¶
func (r ApiGetTopThreatTypesRequest) Domains(domains string) ApiGetTopThreatTypesRequest
A domain name or comma-delimited list of domain name.
func (ApiGetTopThreatTypesRequest) Execute ¶
func (r ApiGetTopThreatTypesRequest) Execute() (*GetTopThreatTypes200Response, *http.Response, error)
func (ApiGetTopThreatTypesRequest) Filternoisydomains ¶
func (r ApiGetTopThreatTypesRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopThreatTypesRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTopThreatTypesRequest) From ¶
func (r ApiGetTopThreatTypesRequest) From(from string) ApiGetTopThreatTypesRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetTopThreatTypesRequest) Identityids ¶
func (r ApiGetTopThreatTypesRequest) Identityids(identityids string) ApiGetTopThreatTypesRequest
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 ¶
func (r ApiGetTopThreatTypesRequest) Ip(ip string) ApiGetTopThreatTypesRequest
An IP address.
func (ApiGetTopThreatTypesRequest) Limit ¶
func (r ApiGetTopThreatTypesRequest) Limit(limit int64) ApiGetTopThreatTypesRequest
The maximum number of records to return from the collection.
func (ApiGetTopThreatTypesRequest) Offset ¶
func (r ApiGetTopThreatTypesRequest) Offset(offset int64) ApiGetTopThreatTypesRequest
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 ¶
func (r ApiGetTopThreatTypesRequest) Threats(threats string) ApiGetTopThreatTypesRequest
A threat name or comma-delimited list of threat names.
func (ApiGetTopThreatTypesRequest) Threattypes ¶
func (r ApiGetTopThreatTypesRequest) Threattypes(threattypes string) ApiGetTopThreatTypesRequest
A threat type or comma-delimited list of threat types.
func (ApiGetTopThreatTypesRequest) Timezone ¶
func (r ApiGetTopThreatTypesRequest) Timezone(timezone string) ApiGetTopThreatTypesRequest
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 ¶
func (r ApiGetTopThreatTypesRequest) To(to string) ApiGetTopThreatTypesRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTopThreatTypesRequest) Verdict ¶
func (r ApiGetTopThreatTypesRequest) Verdict(verdict string) ApiGetTopThreatTypesRequest
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 ¶
func (r ApiGetTopThreatsByTypeRequest) Applicationid(applicationid string) ApiGetTopThreatsByTypeRequest
The ID of the application.
func (ApiGetTopThreatsByTypeRequest) Categories ¶
func (r ApiGetTopThreatsByTypeRequest) Categories(categories string) ApiGetTopThreatsByTypeRequest
A category ID or comma-delimited list of category ID.
func (ApiGetTopThreatsByTypeRequest) Domains ¶
func (r ApiGetTopThreatsByTypeRequest) Domains(domains string) ApiGetTopThreatsByTypeRequest
A domain name or comma-delimited list of domain name.
func (ApiGetTopThreatsByTypeRequest) Execute ¶
func (r ApiGetTopThreatsByTypeRequest) Execute() (*GetTopThreats200Response, *http.Response, error)
func (ApiGetTopThreatsByTypeRequest) Filternoisydomains ¶
func (r ApiGetTopThreatsByTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopThreatsByTypeRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTopThreatsByTypeRequest) From ¶
func (r ApiGetTopThreatsByTypeRequest) From(from string) ApiGetTopThreatsByTypeRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetTopThreatsByTypeRequest) Identityids ¶
func (r ApiGetTopThreatsByTypeRequest) Identityids(identityids string) ApiGetTopThreatsByTypeRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetTopThreatsByTypeRequest) Identitytypes ¶
func (r ApiGetTopThreatsByTypeRequest) Identitytypes(identitytypes string) ApiGetTopThreatsByTypeRequest
An identity type or comma-delimited list of identity types.
func (ApiGetTopThreatsByTypeRequest) Ip ¶
func (r ApiGetTopThreatsByTypeRequest) Ip(ip string) ApiGetTopThreatsByTypeRequest
An IP address.
func (ApiGetTopThreatsByTypeRequest) Limit ¶
func (r ApiGetTopThreatsByTypeRequest) Limit(limit int64) ApiGetTopThreatsByTypeRequest
The maximum number of records to return from the collection.
func (ApiGetTopThreatsByTypeRequest) Offset ¶
func (r ApiGetTopThreatsByTypeRequest) Offset(offset int64) ApiGetTopThreatsByTypeRequest
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 ¶
func (r ApiGetTopThreatsByTypeRequest) Threats(threats string) ApiGetTopThreatsByTypeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetTopThreatsByTypeRequest) Threattypes ¶
func (r ApiGetTopThreatsByTypeRequest) Threattypes(threattypes string) ApiGetTopThreatsByTypeRequest
A threat type or comma-delimited list of threat types.
func (ApiGetTopThreatsByTypeRequest) Timezone ¶
func (r ApiGetTopThreatsByTypeRequest) Timezone(timezone string) ApiGetTopThreatsByTypeRequest
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 ¶
func (r ApiGetTopThreatsByTypeRequest) To(to string) ApiGetTopThreatsByTypeRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTopThreatsByTypeRequest) Verdict ¶
func (r ApiGetTopThreatsByTypeRequest) Verdict(verdict string) ApiGetTopThreatsByTypeRequest
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 ¶
func (r ApiGetTopThreatsRequest) Domains(domains string) ApiGetTopThreatsRequest
A domain name or comma-delimited list of domain name.
func (ApiGetTopThreatsRequest) Execute ¶
func (r ApiGetTopThreatsRequest) Execute() (*GetTopThreats200Response, *http.Response, error)
func (ApiGetTopThreatsRequest) Filternoisydomains ¶
func (r ApiGetTopThreatsRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopThreatsRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTopThreatsRequest) From ¶
func (r ApiGetTopThreatsRequest) From(from string) ApiGetTopThreatsRequest
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 ¶
func (r ApiGetTopThreatsRequest) Ip(ip string) ApiGetTopThreatsRequest
An IP address.
func (ApiGetTopThreatsRequest) Limit ¶
func (r ApiGetTopThreatsRequest) Limit(limit int64) ApiGetTopThreatsRequest
The maximum number of records to return from the collection.
func (ApiGetTopThreatsRequest) Offset ¶
func (r ApiGetTopThreatsRequest) Offset(offset int64) ApiGetTopThreatsRequest
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 ¶
func (r ApiGetTopThreatsRequest) Threats(threats string) ApiGetTopThreatsRequest
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 ¶
func (r ApiGetTopThreatsRequest) Timezone(timezone string) ApiGetTopThreatsRequest
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 ¶
func (r ApiGetTopThreatsRequest) To(to string) ApiGetTopThreatsRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTopThreatsRequest) Verdict ¶
func (r ApiGetTopThreatsRequest) Verdict(verdict string) ApiGetTopThreatsRequest
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 ¶
func (r ApiGetTopUrlsRequest) Domains(domains string) ApiGetTopUrlsRequest
A domain name or comma-delimited list of domain name.
func (ApiGetTopUrlsRequest) Execute ¶
func (r ApiGetTopUrlsRequest) Execute() (*GetTopUrls200Response, *http.Response, error)
func (ApiGetTopUrlsRequest) Filternoisydomains ¶
func (r ApiGetTopUrlsRequest) Filternoisydomains(filternoisydomains bool) ApiGetTopUrlsRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTopUrlsRequest) From ¶
func (r ApiGetTopUrlsRequest) From(from string) ApiGetTopUrlsRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetTopUrlsRequest) Limit ¶
func (r ApiGetTopUrlsRequest) Limit(limit int64) ApiGetTopUrlsRequest
The maximum number of records to return from the collection.
func (ApiGetTopUrlsRequest) Offset ¶
func (r ApiGetTopUrlsRequest) Offset(offset int64) ApiGetTopUrlsRequest
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 ¶
func (r ApiGetTopUrlsRequest) Sha256(sha256 string) ApiGetTopUrlsRequest
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 ¶
func (r ApiGetTopUrlsRequest) To(to string) ApiGetTopUrlsRequest
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 ¶
func (r ApiGetTotalRequestsByTypeRequest) Ampdisposition(ampdisposition string) ApiGetTotalRequestsByTypeRequest
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 ¶
func (r ApiGetTotalRequestsByTypeRequest) Applicationid(applicationid string) ApiGetTotalRequestsByTypeRequest
The ID of the application.
func (ApiGetTotalRequestsByTypeRequest) Bundleid ¶
func (r ApiGetTotalRequestsByTypeRequest) Bundleid(bundleid int64) ApiGetTotalRequestsByTypeRequest
A proxy bundle ID.
func (ApiGetTotalRequestsByTypeRequest) Categories ¶
func (r ApiGetTotalRequestsByTypeRequest) Categories(categories string) ApiGetTotalRequestsByTypeRequest
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 ¶
func (r ApiGetTotalRequestsByTypeRequest) Domains(domains string) ApiGetTotalRequestsByTypeRequest
A domain name or comma-delimited list of domain name.
func (ApiGetTotalRequestsByTypeRequest) Execute ¶
func (r ApiGetTotalRequestsByTypeRequest) Execute() (*GetTotalRequests200Response, *http.Response, error)
func (ApiGetTotalRequestsByTypeRequest) Filternoisydomains ¶
func (r ApiGetTotalRequestsByTypeRequest) Filternoisydomains(filternoisydomains bool) ApiGetTotalRequestsByTypeRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTotalRequestsByTypeRequest) From ¶
func (r ApiGetTotalRequestsByTypeRequest) From(from string) ApiGetTotalRequestsByTypeRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetTotalRequestsByTypeRequest) Identityids ¶
func (r ApiGetTotalRequestsByTypeRequest) Identityids(identityids string) ApiGetTotalRequestsByTypeRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetTotalRequestsByTypeRequest) Identitytypes ¶
func (r ApiGetTotalRequestsByTypeRequest) Identitytypes(identitytypes string) ApiGetTotalRequestsByTypeRequest
An identity type or comma-delimited list of identity types.
func (ApiGetTotalRequestsByTypeRequest) Ip ¶
func (r ApiGetTotalRequestsByTypeRequest) Ip(ip string) ApiGetTotalRequestsByTypeRequest
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 ¶
func (r ApiGetTotalRequestsByTypeRequest) Ports(ports string) ApiGetTotalRequestsByTypeRequest
A port number or comma-delimited list of port numbers.
func (ApiGetTotalRequestsByTypeRequest) Ruleid ¶
func (r ApiGetTotalRequestsByTypeRequest) Ruleid(ruleid int64) ApiGetTotalRequestsByTypeRequest
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 ¶
func (r ApiGetTotalRequestsByTypeRequest) Threats(threats string) ApiGetTotalRequestsByTypeRequest
A threat name or comma-delimited list of threat names.
func (ApiGetTotalRequestsByTypeRequest) Threattypes ¶
func (r ApiGetTotalRequestsByTypeRequest) Threattypes(threattypes string) ApiGetTotalRequestsByTypeRequest
A threat type or comma-delimited list of threat types.
func (ApiGetTotalRequestsByTypeRequest) Timezone ¶
func (r ApiGetTotalRequestsByTypeRequest) Timezone(timezone string) ApiGetTotalRequestsByTypeRequest
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 ¶
func (r ApiGetTotalRequestsByTypeRequest) To(to string) ApiGetTotalRequestsByTypeRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTotalRequestsByTypeRequest) Urls ¶
func (r ApiGetTotalRequestsByTypeRequest) Urls(urls string) ApiGetTotalRequestsByTypeRequest
A URL or comma-delimited list of URL.
func (ApiGetTotalRequestsByTypeRequest) Verdict ¶
func (r ApiGetTotalRequestsByTypeRequest) Verdict(verdict string) ApiGetTotalRequestsByTypeRequest
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 ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Ampdisposition(ampdisposition string) ApiGetTotalRequestsForAppConnectorGroupRequest
An AMP disposition string or a comma-delimited list of AMP disposition strings.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Antivirusthreats ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Antivirusthreats(antivirusthreats string) ApiGetTotalRequestsForAppConnectorGroupRequest
A threat name or comma-delimited list of threat names.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Applicationid ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Applicationid(applicationid string) ApiGetTotalRequestsForAppConnectorGroupRequest
The ID of the application.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Bundleid ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Bundleid(bundleid int64) ApiGetTotalRequestsForAppConnectorGroupRequest
A proxy bundle ID.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Categories ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Categories(categories string) ApiGetTotalRequestsForAppConnectorGroupRequest
A category ID or comma-delimited list of category ID.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Datalosspreventionstate ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Datalosspreventionstate(datalosspreventionstate string) ApiGetTotalRequestsForAppConnectorGroupRequest
A string that describes the status of a destination. Filter for requests that are blocked by the DLP layer security.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Domains ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Domains(domains string) ApiGetTotalRequestsForAppConnectorGroupRequest
A domain name or comma-delimited list of domain name.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Execute ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Execute() (*GetTotalRequestsForAppConnectorGroup200Response, *http.Response, error)
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Filternoisydomains ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Filternoisydomains(filternoisydomains bool) ApiGetTotalRequestsForAppConnectorGroupRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTotalRequestsForAppConnectorGroupRequest) From ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) From(from string) ApiGetTotalRequestsForAppConnectorGroupRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Identityids ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Identityids(identityids string) ApiGetTotalRequestsForAppConnectorGroupRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Identitytypes ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Identitytypes(identitytypes string) ApiGetTotalRequestsForAppConnectorGroupRequest
An identity type or comma-delimited list of identity types.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Ip ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Ip(ip string) ApiGetTotalRequestsForAppConnectorGroupRequest
An IP address.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Limit ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Limit(limit int64) ApiGetTotalRequestsForAppConnectorGroupRequest
The maximum number of records to return from the collection.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Offset ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Offset(offset int64) ApiGetTotalRequestsForAppConnectorGroupRequest
A number that represents an index in the collection.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Policycategories ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Policycategories(policycategories string) ApiGetTotalRequestsForAppConnectorGroupRequest
A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Ports ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Ports(ports string) ApiGetTotalRequestsForAppConnectorGroupRequest
A port number or comma-delimited list of port numbers.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Ruleid ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Ruleid(ruleid int64) ApiGetTotalRequestsForAppConnectorGroupRequest
The firewall policy rule ID.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Securityoverridden ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Securityoverridden(securityoverridden bool) ApiGetTotalRequestsForAppConnectorGroupRequest
Specify whether to filter on requests that override security.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Threats ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Threats(threats string) ApiGetTotalRequestsForAppConnectorGroupRequest
A threat name or comma-delimited list of threat names.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Threattypes ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Threattypes(threattypes string) ApiGetTotalRequestsForAppConnectorGroupRequest
A threat type or comma-delimited list of threat types.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Timezone ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Timezone(timezone string) ApiGetTotalRequestsForAppConnectorGroupRequest
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 ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) To(to string) ApiGetTotalRequestsForAppConnectorGroupRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Urls ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Urls(urls string) ApiGetTotalRequestsForAppConnectorGroupRequest
A URL or comma-delimited list of URL.
func (ApiGetTotalRequestsForAppConnectorGroupRequest) Verdict ¶
func (r ApiGetTotalRequestsForAppConnectorGroupRequest) Verdict(verdict string) ApiGetTotalRequestsForAppConnectorGroupRequest
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 ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Ampdisposition(ampdisposition string) ApiGetTotalRequestsForAppConnectorRequest
An AMP disposition string or a comma-delimited list of AMP disposition strings.
func (ApiGetTotalRequestsForAppConnectorRequest) Antivirusthreats ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Antivirusthreats(antivirusthreats string) ApiGetTotalRequestsForAppConnectorRequest
A threat name or comma-delimited list of threat names.
func (ApiGetTotalRequestsForAppConnectorRequest) Applicationid ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Applicationid(applicationid string) ApiGetTotalRequestsForAppConnectorRequest
The ID of the application.
func (ApiGetTotalRequestsForAppConnectorRequest) Bundleid ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Bundleid(bundleid int64) ApiGetTotalRequestsForAppConnectorRequest
A proxy bundle ID.
func (ApiGetTotalRequestsForAppConnectorRequest) Categories ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Categories(categories string) ApiGetTotalRequestsForAppConnectorRequest
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 ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Domains(domains string) ApiGetTotalRequestsForAppConnectorRequest
A domain name or comma-delimited list of domain name.
func (ApiGetTotalRequestsForAppConnectorRequest) Execute ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Execute() (*GetTotalRequestsForAppConnector200Response, *http.Response, error)
func (ApiGetTotalRequestsForAppConnectorRequest) Filternoisydomains ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Filternoisydomains(filternoisydomains bool) ApiGetTotalRequestsForAppConnectorRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTotalRequestsForAppConnectorRequest) From ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) From(from string) ApiGetTotalRequestsForAppConnectorRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetTotalRequestsForAppConnectorRequest) Identityids ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Identityids(identityids string) ApiGetTotalRequestsForAppConnectorRequest
An identity ID or comma-delimited list of identity IDs.
func (ApiGetTotalRequestsForAppConnectorRequest) Identitytypes ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Identitytypes(identitytypes string) ApiGetTotalRequestsForAppConnectorRequest
An identity type or comma-delimited list of identity types.
func (ApiGetTotalRequestsForAppConnectorRequest) Ip ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Ip(ip string) ApiGetTotalRequestsForAppConnectorRequest
An IP address.
func (ApiGetTotalRequestsForAppConnectorRequest) Limit ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Limit(limit int64) ApiGetTotalRequestsForAppConnectorRequest
The maximum number of records to return from the collection.
func (ApiGetTotalRequestsForAppConnectorRequest) Offset ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Offset(offset int64) ApiGetTotalRequestsForAppConnectorRequest
A number that represents an index in the collection.
func (ApiGetTotalRequestsForAppConnectorRequest) Policycategories ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Policycategories(policycategories string) ApiGetTotalRequestsForAppConnectorRequest
A category ID or comma-delimited list of category ID. Filter the request by the categories that trigger a policy.
func (ApiGetTotalRequestsForAppConnectorRequest) Ports ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Ports(ports string) ApiGetTotalRequestsForAppConnectorRequest
A port number or comma-delimited list of port numbers.
func (ApiGetTotalRequestsForAppConnectorRequest) Ruleid ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Ruleid(ruleid int64) ApiGetTotalRequestsForAppConnectorRequest
The firewall policy rule ID.
func (ApiGetTotalRequestsForAppConnectorRequest) Securityoverridden ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Securityoverridden(securityoverridden bool) ApiGetTotalRequestsForAppConnectorRequest
Specify whether to filter on requests that override security.
func (ApiGetTotalRequestsForAppConnectorRequest) Threats ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Threats(threats string) ApiGetTotalRequestsForAppConnectorRequest
A threat name or comma-delimited list of threat names.
func (ApiGetTotalRequestsForAppConnectorRequest) Threattypes ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Threattypes(threattypes string) ApiGetTotalRequestsForAppConnectorRequest
A threat type or comma-delimited list of threat types.
func (ApiGetTotalRequestsForAppConnectorRequest) Timezone ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Timezone(timezone string) ApiGetTotalRequestsForAppConnectorRequest
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 ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) To(to string) ApiGetTotalRequestsForAppConnectorRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTotalRequestsForAppConnectorRequest) Urls ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Urls(urls string) ApiGetTotalRequestsForAppConnectorRequest
A URL or comma-delimited list of URL.
func (ApiGetTotalRequestsForAppConnectorRequest) Verdict ¶
func (r ApiGetTotalRequestsForAppConnectorRequest) Verdict(verdict string) ApiGetTotalRequestsForAppConnectorRequest
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 ¶
func (r ApiGetTotalRequestsRequest) Bundleid(bundleid int64) ApiGetTotalRequestsRequest
A proxy bundle ID.
func (ApiGetTotalRequestsRequest) Categories ¶
func (r ApiGetTotalRequestsRequest) Categories(categories string) ApiGetTotalRequestsRequest
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 ¶
func (r ApiGetTotalRequestsRequest) Domains(domains string) ApiGetTotalRequestsRequest
A domain name or comma-delimited list of domain name.
func (ApiGetTotalRequestsRequest) Execute ¶
func (r ApiGetTotalRequestsRequest) Execute() (*GetTotalRequests200Response, *http.Response, error)
func (ApiGetTotalRequestsRequest) Filternoisydomains ¶
func (r ApiGetTotalRequestsRequest) Filternoisydomains(filternoisydomains bool) ApiGetTotalRequestsRequest
Filter out domains that generate a lot of insignificant traffic (noise).
func (ApiGetTotalRequestsRequest) From ¶
func (r ApiGetTotalRequestsRequest) From(from string) ApiGetTotalRequestsRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetTotalRequestsRequest) Identityids ¶
func (r ApiGetTotalRequestsRequest) Identityids(identityids string) ApiGetTotalRequestsRequest
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 ¶
func (r ApiGetTotalRequestsRequest) Ip(ip string) ApiGetTotalRequestsRequest
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 ¶
func (r ApiGetTotalRequestsRequest) Ports(ports string) ApiGetTotalRequestsRequest
A port number or comma-delimited list of port numbers.
func (ApiGetTotalRequestsRequest) Ruleid ¶
func (r ApiGetTotalRequestsRequest) Ruleid(ruleid int64) ApiGetTotalRequestsRequest
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 ¶
func (r ApiGetTotalRequestsRequest) Sha256(sha256 string) ApiGetTotalRequestsRequest
A SHA-256 hash.
func (ApiGetTotalRequestsRequest) Threats ¶
func (r ApiGetTotalRequestsRequest) Threats(threats string) ApiGetTotalRequestsRequest
A threat name or comma-delimited list of threat names.
func (ApiGetTotalRequestsRequest) Threattypes ¶
func (r ApiGetTotalRequestsRequest) Threattypes(threattypes string) ApiGetTotalRequestsRequest
A threat type or comma-delimited list of threat types.
func (ApiGetTotalRequestsRequest) Timezone ¶
func (r ApiGetTotalRequestsRequest) Timezone(timezone string) ApiGetTotalRequestsRequest
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 ¶
func (r ApiGetTotalRequestsRequest) To(to string) ApiGetTotalRequestsRequest
A timestamp or relative time string (for example: 'now'). Filter for data that appears before this time.
func (ApiGetTotalRequestsRequest) Urls ¶
func (r ApiGetTotalRequestsRequest) Urls(urls string) ApiGetTotalRequestsRequest
A URL or comma-delimited list of URL.
func (ApiGetTotalRequestsRequest) Verdict ¶
func (r ApiGetTotalRequestsRequest) Verdict(verdict string) ApiGetTotalRequestsRequest
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 (r ApiGetUniqueResourcesRequest) Execute() (*GetUniqueResources200Response, *http.Response, error)
func (ApiGetUniqueResourcesRequest) Exists ¶
func (r ApiGetUniqueResourcesRequest) Exists(exists string) ApiGetUniqueResourcesRequest
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 ¶
func (r ApiGetUniqueResourcesRequest) From(from string) ApiGetUniqueResourcesRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiGetUniqueResourcesRequest) To ¶
func (r ApiGetUniqueResourcesRequest) To(to string) ApiGetUniqueResourcesRequest
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 (r ApiGetUsageMetricsRequest) Execute() (*GetUsageMetrics200Response, *http.Response, error)
func (ApiGetUsageMetricsRequest) From ¶
func (r ApiGetUsageMetricsRequest) From(from string) ApiGetUsageMetricsRequest
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 ¶
func (r ApiGetUsageMetricsRequest) Page(page string) ApiGetUsageMetricsRequest
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 ¶
func (r ApiGetUsageMetricsRequest) ProductId(productId string) ApiGetUsageMetricsRequest
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 ¶
func (r ApiGetUsageMetricsRequest) To(to string) ApiGetUsageMetricsRequest
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 (r ApiPatchApplicationsRequest) Execute() (*BulkLabelApplications, *http.Response, error)
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 (r ApiPostIdentitiesRequest) Execute() (*GetIdentities200Response, *http.Response, error)
func (ApiPostIdentitiesRequest) Limit ¶
func (r ApiPostIdentitiesRequest) Limit(limit int64) ApiPostIdentitiesRequest
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 (r ApiRulesActivityRequest) Execute() (*RulesActivity200Response, *http.Response, error)
func (ApiRulesActivityRequest) From ¶
func (r ApiRulesActivityRequest) From(from string) ApiRulesActivityRequest
A timestamp or relative time string (for example: '-1days'). Filter for data that appears after this time.
func (ApiRulesActivityRequest) Limit ¶
func (r ApiRulesActivityRequest) Limit(limit int64) ApiRulesActivityRequest
The maximum number of records to return from the collection.
func (ApiRulesActivityRequest) Offset ¶
func (r ApiRulesActivityRequest) Offset(offset int64) ApiRulesActivityRequest
A number that represents an index in the collection.
func (ApiRulesActivityRequest) To ¶
func (r ApiRulesActivityRequest) To(to string) ApiRulesActivityRequest
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 (r ApiUpdateApplicationRequest) Execute() (*ApplicationObject, *http.Response, error)
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 ¶
func (o *AppConnectorAgentDetailedStatsTimerange) GetAgentId() int64
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 ¶
func (o *AppConnectorAgentDetailedStatsTimerange) GetGroupId() int64
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 ¶
func (o *AppConnectorAgentDetailedStatsTimerange) GetSummaryData() AppConnectorAgentSummaryData
GetSummaryData returns the SummaryData field value if set, zero value otherwise.
func (*AppConnectorAgentDetailedStatsTimerange) GetSummaryDataOk ¶
func (o *AppConnectorAgentDetailedStatsTimerange) GetSummaryDataOk() (*AppConnectorAgentSummaryData, bool)
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 ¶
func (o *AppConnectorAgentDetailedStatsTimerange) GetTimeSeriesData() []TimeSeriesAppConnectorAgentData
GetTimeSeriesData returns the TimeSeriesData field value if set, zero value otherwise.
func (*AppConnectorAgentDetailedStatsTimerange) GetTimeSeriesDataOk ¶
func (o *AppConnectorAgentDetailedStatsTimerange) GetTimeSeriesDataOk() ([]TimeSeriesAppConnectorAgentData, bool)
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 ¶
func (o *AppConnectorAgentDetailedStatsTimerange) HasAgentId() bool
HasAgentId returns a boolean if a field has been set.
func (*AppConnectorAgentDetailedStatsTimerange) HasGroupId ¶
func (o *AppConnectorAgentDetailedStatsTimerange) HasGroupId() bool
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 ¶
func (o *AppConnectorAgentDetailedStatsTimerange) SetAgentId(v int64)
SetAgentId gets a reference to the given int64 and assigns it to the AgentId field.
func (*AppConnectorAgentDetailedStatsTimerange) SetGroupId ¶
func (o *AppConnectorAgentDetailedStatsTimerange) SetGroupId(v int64)
SetGroupId gets a reference to the given int64 and assigns it to the GroupId field.
func (*AppConnectorAgentDetailedStatsTimerange) SetSummaryData ¶
func (o *AppConnectorAgentDetailedStatsTimerange) SetSummaryData(v AppConnectorAgentSummaryData)
SetSummaryData gets a reference to the given AppConnectorAgentSummaryData and assigns it to the SummaryData field.
func (*AppConnectorAgentDetailedStatsTimerange) SetTimeSeriesData ¶
func (o *AppConnectorAgentDetailedStatsTimerange) SetTimeSeriesData(v []TimeSeriesAppConnectorAgentData)
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 ¶
func (o *AppConnectorGroupDetailedStatsTimerange) GetGroupId() int64
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 ¶
func (o *AppConnectorGroupDetailedStatsTimerange) GetSummaryData() AppConnectorGroupSummaryData
GetSummaryData returns the SummaryData field value if set, zero value otherwise.
func (*AppConnectorGroupDetailedStatsTimerange) GetSummaryDataOk ¶
func (o *AppConnectorGroupDetailedStatsTimerange) GetSummaryDataOk() (*AppConnectorGroupSummaryData, bool)
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 ¶
func (o *AppConnectorGroupDetailedStatsTimerange) GetTimeSeriesData() []TimeSeriesAppConnectorGroupData
GetTimeSeriesData returns the TimeSeriesData field value if set, zero value otherwise.
func (*AppConnectorGroupDetailedStatsTimerange) GetTimeSeriesDataOk ¶
func (o *AppConnectorGroupDetailedStatsTimerange) GetTimeSeriesDataOk() ([]TimeSeriesAppConnectorGroupData, bool)
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 ¶
func (o *AppConnectorGroupDetailedStatsTimerange) HasGroupId() bool
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 ¶
func (o *AppConnectorGroupDetailedStatsTimerange) SetGroupId(v int64)
SetGroupId gets a reference to the given int64 and assigns it to the GroupId field.
func (*AppConnectorGroupDetailedStatsTimerange) SetSummaryData ¶
func (o *AppConnectorGroupDetailedStatsTimerange) SetSummaryData(v AppConnectorGroupSummaryData)
SetSummaryData gets a reference to the given AppConnectorGroupSummaryData and assigns it to the SummaryData field.
func (*AppConnectorGroupDetailedStatsTimerange) SetTimeSeriesData ¶
func (o *AppConnectorGroupDetailedStatsTimerange) SetTimeSeriesData(v []TimeSeriesAppConnectorGroupData)
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.
List of AppType
func NewAppTypeFromValue ¶
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) UnmarshalJSON ¶
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 ¶
func (o *ApplicationAttribute) GetValues() []ApplicationAttributeValue
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 ¶
func (o *ApplicationAttribute) SetValues(v []ApplicationAttributeValue)
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 ¶
func (o *ApplicationAttributeCategory) GetAttributes() []ApplicationAttribute
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 ¶
func (o *ApplicationAttributeCategory) GetId() string
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 ¶
func (o *ApplicationAttributeCategory) HasId() bool
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 ¶
func (o *ApplicationAttributeCategory) SetId(v string)
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 ¶
func (a *ApplicationCategoriesAPIService) GetApplicationCategories(ctx context.Context) ApiGetApplicationCategoriesRequest
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 ¶
func (a *ApplicationCategoriesAPIService) GetApplicationCategoriesExecute(r ApiGetApplicationCategoriesRequest) (*ApplicationCategoryList, *http.Response, error)
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 ¶
func (o *ApplicationCategoryList) GetItems() []ApplicationCategory
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 ¶
func (o *ApplicationCategoryList) SetItems(v []ApplicationCategory)
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 ¶
func (o *ApplicationIdentityList) GetItems() []ApplicationIdentity
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 ¶
func (o *ApplicationIdentityList) SetItems(v []ApplicationIdentity)
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 ¶
func (o *ApplicationRiskVendorComplianceInner) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ApplicationRiskVendorComplianceInner) GetNameOk ¶
func (o *ApplicationRiskVendorComplianceInner) 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 (*ApplicationRiskVendorComplianceInner) GetStatus ¶
func (o *ApplicationRiskVendorComplianceInner) GetStatus() bool
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 ¶
func (o *ApplicationRiskVendorComplianceInner) HasName() bool
HasName returns a boolean if a field has been set.
func (*ApplicationRiskVendorComplianceInner) HasStatus ¶
func (o *ApplicationRiskVendorComplianceInner) HasStatus() bool
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 ¶
func (o *ApplicationRiskVendorComplianceInner) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ApplicationRiskVendorComplianceInner) SetStatus ¶
func (o *ApplicationRiskVendorComplianceInner) SetStatus(v bool)
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 ¶
func (a *ApplicationsAPIService) GetApplicationAttributesExecute(r ApiGetApplicationAttributesRequest) (*ApplicationAttributeCategoryList, *http.Response, error)
Execute executes the request
@return ApplicationAttributeCategoryList
func (*ApplicationsAPIService) GetApplicationExecute ¶
func (a *ApplicationsAPIService) GetApplicationExecute(r ApiGetApplicationRequest) (*ApplicationObject, *http.Response, error)
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 ¶
func (a *ApplicationsAPIService) GetApplicationIdentitiesExecute(r ApiGetApplicationIdentitiesRequest) (*ApplicationIdentityList, *http.Response, error)
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 ¶
func (a *ApplicationsAPIService) GetApplicationRiskExecute(r ApiGetApplicationRiskRequest) (*ApplicationRisk, *http.Response, error)
Execute executes the request
@return ApplicationRisk
func (*ApplicationsAPIService) PatchApplications ¶
func (a *ApplicationsAPIService) PatchApplications(ctx context.Context) ApiPatchApplicationsRequest
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 ¶
func (a *ApplicationsAPIService) PatchApplicationsExecute(r ApiPatchApplicationsRequest) (*BulkLabelApplications, *http.Response, error)
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 ¶
func (a *ApplicationsAPIService) UpdateApplicationExecute(r ApiUpdateApplicationRequest) (*ApplicationObject, *http.Response, error)
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 ¶
func (o *ApplicationsWithCategories) GetCategories() []ApplicationCategories
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 ¶
func (a *BandwidthByHourAPIService) GetBandwidthByHour(ctx context.Context) ApiGetBandwidthByHourRequest
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 ¶
func (a *BandwidthByHourAPIService) GetBandwidthByHourExecute(r ApiGetBandwidthByHourRequest) (*GetBandwidthByHour200Response, *http.Response, error)
Execute executes the request
@return GetBandwidthByHour200Response
type BandwidthByTimerangeAPIService ¶
type BandwidthByTimerangeAPIService service
BandwidthByTimerangeAPIService BandwidthByTimerangeAPI service
func (*BandwidthByTimerangeAPIService) GetBandwidthByTimerange ¶
func (a *BandwidthByTimerangeAPIService) GetBandwidthByTimerange(ctx context.Context) ApiGetBandwidthByTimerangeRequest
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 ¶
func (a *BandwidthByTimerangeAPIService) GetBandwidthByTimerangeExecute(r ApiGetBandwidthByTimerangeRequest) (*GetBandwidthByHour200Response, *http.Response, error)
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 ¶
GetDeprecated returns the Deprecated field value if set, zero value otherwise.
func (*Category) GetDeprecatedOk ¶
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) 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 (*Category) GetIntegration ¶
GetIntegration returns the Integration field value if set, zero value otherwise.
func (*Category) GetIntegrationOk ¶
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) 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 (*Category) 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 (*Category) HasDeprecated ¶
HasDeprecated returns a boolean if a field has been set.
func (*Category) HasIntegration ¶
HasIntegration returns a boolean if a field has been set.
func (Category) MarshalJSON ¶
func (*Category) SetDeprecated ¶
SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.
func (*Category) SetIntegration ¶
SetIntegration gets a reference to the given bool and assigns it to the Integration field.
func (*Category) SetLabel ¶
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*Category) SetType ¶
SetType gets a reference to the given string and assigns it to the Type field.
func (*Category) UnmarshalJSON ¶
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 ¶
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 ¶
GetDisposition returns the Disposition field value
func (*CiscoAMP) GetDispositionOk ¶
GetDispositionOk returns a tuple with the Disposition field value and a boolean to check if the value has been set.
func (*CiscoAMP) GetMalware ¶
GetMalware returns the Malware field value
func (*CiscoAMP) GetMalwareOk ¶
GetMalwareOk returns a tuple with the Malware field value and a boolean to check if the value has been set.
func (*CiscoAMP) GetScoreOk ¶
GetScoreOk returns a tuple with the Score field value and a boolean to check if the value has been set.
func (CiscoAMP) MarshalJSON ¶
func (*CiscoAMP) SetDisposition ¶
SetDisposition sets field value
func (*CiscoAMP) UnmarshalJSON ¶
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) ServerURLWithContext ¶
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) 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) 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 ¶
func (a *DefaultAPIService) GetApplications(ctx context.Context) ApiGetApplicationsRequest
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 ¶
func (a *DefaultAPIService) GetApplicationsExecute(r ApiGetApplicationsRequest) (*GetApplications200Response, *http.Response, error)
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 ¶
func (a *DeploymentStatusAPIService) GetDeploymentStatus(ctx context.Context) ApiGetDeploymentStatusRequest
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 ¶
func (a *DeploymentStatusAPIService) GetDeploymentStatusExecute(r ApiGetDeploymentStatusRequest) (*GetDeploymentStatus200Response, *http.Response, error)
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 ¶
GetBrowser returns the Browser field value if set, zero value otherwise.
func (*Device) GetBrowserOk ¶
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) GetIpOk ¶
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 ¶
GetLocation returns the Location field value if set, zero value otherwise.
func (*Device) GetLocationOk ¶
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) GetOsOk ¶
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 ¶
HasBrowser returns a boolean if a field has been set.
func (*Device) HasLocation ¶
HasLocation returns a boolean if a field has been set.
func (Device) MarshalJSON ¶
func (*Device) SetBrowser ¶
SetBrowser gets a reference to the given string and assigns it to the Browser field.
func (*Device) SetLocation ¶
SetLocation gets a reference to the given string and assigns it to the Location field.
func (*Device) UnmarshalJSON ¶
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 ¶
GetBlockedRequests returns the BlockedRequests field value if set, zero value otherwise.
func (*DnsSource) GetBlockedRequestsOk ¶
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) 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 (*DnsSource) GetRequests ¶
GetRequests returns the Requests field value if set, zero value otherwise.
func (*DnsSource) GetRequestsOk ¶
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 ¶
HasBlockedRequests returns a boolean if a field has been set.
func (*DnsSource) HasRequests ¶
HasRequests returns a boolean if a field has been set.
func (DnsSource) MarshalJSON ¶
func (*DnsSource) SetBlockedRequests ¶
SetBlockedRequests gets a reference to the given int64 and assigns it to the BlockedRequests field.
func (*DnsSource) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*DnsSource) SetRequests ¶
SetRequests gets a reference to the given int64 and assigns it to the Requests field.
func (*DnsSource) UnmarshalJSON ¶
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 ¶
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) GetIpOk ¶
GetIpOk returns a tuple with the Ip field value and a boolean to check if the value has been set.
func (*Egress) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (Egress) MarshalJSON ¶
func (*Egress) UnmarshalJSON ¶
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 ¶
GetMessage returns the Message field value if set, zero value otherwise.
func (*Error) GetMessageOk ¶
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) HasMessage ¶
HasMessage returns a boolean if a field has been set.
func (Error) MarshalJSON ¶
func (*Error) SetMessage ¶
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*Error) UnmarshalJSON ¶
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 ¶
func (v FinancialViability) Ptr() *FinancialViability
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 ¶
func (o *GetActivities200Response) GetData() []GetActivities200ResponseDataInner
GetData returns the Data field value
func (*GetActivities200Response) GetDataOk ¶
func (o *GetActivities200Response) GetDataOk() ([]GetActivities200ResponseDataInner, bool)
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 ¶
func (o *GetActivities200Response) SetData(v []GetActivities200ResponseDataInner)
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 ¶
func (o *GetActivityAmpRetrospective200Response) GetData() []ActivityAMPRetro
GetData returns the Data field value
func (*GetActivityAmpRetrospective200Response) GetDataOk ¶
func (o *GetActivityAmpRetrospective200Response) GetDataOk() ([]ActivityAMPRetro, bool)
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 ¶
func (o *GetActivityAmpRetrospective200Response) SetData(v []ActivityAMPRetro)
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 ¶
func (o *GetActivityDecryption200Response) GetData() []ActivityDecryption
GetData returns the Data field value
func (*GetActivityDecryption200Response) GetDataOk ¶
func (o *GetActivityDecryption200Response) GetDataOk() ([]ActivityDecryption, bool)
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 ¶
func (o *GetActivityDecryption200Response) SetData(v []ActivityDecryption)
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 ¶
func (o *GetActivityFirewall200Response) GetData() []ActivityFirewall
GetData returns the Data field value
func (*GetActivityFirewall200Response) GetDataOk ¶
func (o *GetActivityFirewall200Response) GetDataOk() ([]ActivityFirewall, bool)
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 ¶
func (o *GetActivityFirewall200Response) SetData(v []ActivityFirewall)
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 ¶
func (o *GetActivityIntrusion200Response) GetData() []ActivityIntrusion
GetData returns the Data field value
func (*GetActivityIntrusion200Response) GetDataOk ¶
func (o *GetActivityIntrusion200Response) GetDataOk() ([]ActivityIntrusion, bool)
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 ¶
func (o *GetActivityIntrusion200Response) SetData(v []ActivityIntrusion)
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 ¶
func (o *GetActivityProxy200Response) GetData() []ActivityProxy
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 ¶
func (o *GetActivityProxy200Response) SetData(v []ActivityProxy)
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 ¶
func (o *GetActivityZTNA200Response) GetData() []ActivityZTNA
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 ¶
func (o *GetApplications200Response) GetData() ApplicationsWithCategories
GetData returns the Data field value
func (*GetApplications200Response) GetDataOk ¶
func (o *GetApplications200Response) GetDataOk() (*ApplicationsWithCategories, bool)
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 ¶
func (o *GetApplications200Response) SetData(v ApplicationsWithCategories)
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 ¶
func (o *GetBandwidthByHour200Response) GetData() []BandwidthbyHour
GetData returns the Data field value
func (*GetBandwidthByHour200Response) GetDataOk ¶
func (o *GetBandwidthByHour200Response) GetDataOk() ([]BandwidthbyHour, bool)
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 ¶
func (o *GetBandwidthByHour200Response) SetData(v []BandwidthbyHour)
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 ¶
func (o *GetCategories200Response) GetData() []CategoryWithLegacyId
GetData returns the Data field value
func (*GetCategories200Response) GetDataOk ¶
func (o *GetCategories200Response) GetDataOk() ([]CategoryWithLegacyId, bool)
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 ¶
func (o *GetCategories200Response) SetData(v []CategoryWithLegacyId)
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 ¶
func (o *GetDeploymentStatus200Response) GetData() []DeploymentStatus
GetData returns the Data field value
func (*GetDeploymentStatus200Response) GetDataOk ¶
func (o *GetDeploymentStatus200Response) GetDataOk() ([]DeploymentStatus, bool)
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 ¶
func (o *GetDeploymentStatus200Response) SetData(v []DeploymentStatus)
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 ¶
func (o *GetDetailedStatsForAppConnector200Response) GetData() []AppConnectorAgentDetailedStatsTimerange
GetData returns the Data field value
func (*GetDetailedStatsForAppConnector200Response) GetDataOk ¶
func (o *GetDetailedStatsForAppConnector200Response) GetDataOk() ([]AppConnectorAgentDetailedStatsTimerange, bool)
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 (o GetDetailedStatsForAppConnector200Response) MarshalJSON() ([]byte, error)
func (*GetDetailedStatsForAppConnector200Response) SetData ¶
func (o *GetDetailedStatsForAppConnector200Response) SetData(v []AppConnectorAgentDetailedStatsTimerange)
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 ¶
func (o *GetDetailedStatsForAppConnectorGroups200Response) GetData() []AppConnectorGroupDetailedStatsTimerange
GetData returns the Data field value
func (*GetDetailedStatsForAppConnectorGroups200Response) GetDataOk ¶
func (o *GetDetailedStatsForAppConnectorGroups200Response) GetDataOk() ([]AppConnectorGroupDetailedStatsTimerange, bool)
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 (o GetDetailedStatsForAppConnectorGroups200Response) MarshalJSON() ([]byte, error)
func (*GetDetailedStatsForAppConnectorGroups200Response) SetData ¶
func (o *GetDetailedStatsForAppConnectorGroups200Response) SetData(v []AppConnectorGroupDetailedStatsTimerange)
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 ¶
func (o *GetIdentityDistribution200Response) GetData() []IdentityDistribution
GetData returns the Data field value
func (*GetIdentityDistribution200Response) GetDataOk ¶
func (o *GetIdentityDistribution200Response) GetDataOk() ([]IdentityDistribution, bool)
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 ¶
func (o *GetIdentityDistribution200Response) SetData(v []IdentityDistribution)
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 ¶
func (o *GetIdentityDistributionType200Response) GetData() []IdentityDistribution
GetData returns the Data field value
func (*GetIdentityDistributionType200Response) GetDataOk ¶
func (o *GetIdentityDistributionType200Response) GetDataOk() ([]IdentityDistribution, bool)
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 ¶
func (o *GetIdentityDistributionType200Response) SetData(v []IdentityDistribution)
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 ¶
func (o *GetPrivateResourceDetailedStatsIdentities200Response) GetData() PrivateResourceDetailedStatsIdentities
GetData returns the Data field value
func (*GetPrivateResourceDetailedStatsIdentities200Response) GetDataOk ¶
func (o *GetPrivateResourceDetailedStatsIdentities200Response) GetDataOk() (*PrivateResourceDetailedStatsIdentities, bool)
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 (o GetPrivateResourceDetailedStatsIdentities200Response) MarshalJSON() ([]byte, error)
func (*GetPrivateResourceDetailedStatsIdentities200Response) SetData ¶
func (o *GetPrivateResourceDetailedStatsIdentities200Response) SetData(v PrivateResourceDetailedStatsIdentities)
SetData sets field value
func (*GetPrivateResourceDetailedStatsIdentities200Response) SetMeta ¶
func (o *GetPrivateResourceDetailedStatsIdentities200Response) SetMeta(v map[string]interface{})
SetMeta sets field value
func (GetPrivateResourceDetailedStatsIdentities200Response) ToMap ¶
func (o GetPrivateResourceDetailedStatsIdentities200Response) ToMap() (map[string]interface{}, error)
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 ¶
func (o *GetPrivateResourceDetailedStatsTimerange200Response) GetData() PrivateResourceDetailedStatsTimerange
GetData returns the Data field value
func (*GetPrivateResourceDetailedStatsTimerange200Response) GetDataOk ¶
func (o *GetPrivateResourceDetailedStatsTimerange200Response) GetDataOk() (*PrivateResourceDetailedStatsTimerange, bool)
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 (o GetPrivateResourceDetailedStatsTimerange200Response) MarshalJSON() ([]byte, error)
func (*GetPrivateResourceDetailedStatsTimerange200Response) SetData ¶
func (o *GetPrivateResourceDetailedStatsTimerange200Response) SetData(v PrivateResourceDetailedStatsTimerange)
SetData sets field value
func (*GetPrivateResourceDetailedStatsTimerange200Response) SetMeta ¶
func (o *GetPrivateResourceDetailedStatsTimerange200Response) SetMeta(v map[string]interface{})
SetMeta sets field value
func (GetPrivateResourceDetailedStatsTimerange200Response) ToMap ¶
func (o GetPrivateResourceDetailedStatsTimerange200Response) ToMap() (map[string]interface{}, error)
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 ¶
func (o *GetPrivateResourceStats200Response) GetData() []PrivateResourceStats
GetData returns the Data field value
func (*GetPrivateResourceStats200Response) GetDataOk ¶
func (o *GetPrivateResourceStats200Response) GetDataOk() ([]PrivateResourceStats, bool)
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 ¶
func (o *GetPrivateResourceStats200Response) SetData(v []PrivateResourceStats)
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 ¶
func (o *GetRemoteAccessEvents200Response) GetData() []RemoteAccess
GetData returns the Data field value
func (*GetRemoteAccessEvents200Response) GetDataOk ¶
func (o *GetRemoteAccessEvents200Response) GetDataOk() ([]RemoteAccess, bool)
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 ¶
func (o *GetRemoteAccessEvents200Response) SetData(v []RemoteAccess)
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 ¶
func (o *GetRequestsByHour200Response) GetData() []RequestsbyHour
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 ¶
func (o *GetRequestsByHour200Response) SetData(v []RequestsbyHour)
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 ¶
func (o *GetRequestsByHourAndCategory200Response) GetData() []CategoryByHour
GetData returns the Data field value
func (*GetRequestsByHourAndCategory200Response) GetDataOk ¶
func (o *GetRequestsByHourAndCategory200Response) GetDataOk() ([]CategoryByHour, bool)
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 ¶
func (o *GetRequestsByHourAndCategory200Response) SetData(v []CategoryByHour)
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 ¶
func (o *GetRequestsByTimerange200Response) GetData() []RequestsbyHour
GetData returns the Data field value
func (*GetRequestsByTimerange200Response) GetDataOk ¶
func (o *GetRequestsByTimerange200Response) GetDataOk() ([]RequestsbyHour, bool)
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 ¶
func (o *GetRequestsByTimerange200Response) SetData(v []RequestsbyHour)
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 ¶
func (o *GetRequestsSummaryForAppConnectorGroups200Response) GetData() RequestSummaryAppConnectorGroup
GetData returns the Data field value
func (*GetRequestsSummaryForAppConnectorGroups200Response) GetDataOk ¶
func (o *GetRequestsSummaryForAppConnectorGroups200Response) GetDataOk() (*RequestSummaryAppConnectorGroup, bool)
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 (o GetRequestsSummaryForAppConnectorGroups200Response) MarshalJSON() ([]byte, error)
func (*GetRequestsSummaryForAppConnectorGroups200Response) SetData ¶
func (o *GetRequestsSummaryForAppConnectorGroups200Response) SetData(v RequestSummaryAppConnectorGroup)
SetData sets field value
func (*GetRequestsSummaryForAppConnectorGroups200Response) SetMeta ¶
func (o *GetRequestsSummaryForAppConnectorGroups200Response) SetMeta(v map[string]interface{})
SetMeta sets field value
func (GetRequestsSummaryForAppConnectorGroups200Response) ToMap ¶
func (o GetRequestsSummaryForAppConnectorGroups200Response) ToMap() (map[string]interface{}, error)
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 ¶
func (o *GetSummariesByCategory200Response) GetData() []SummaryWithCategory
GetData returns the Data field value
func (*GetSummariesByCategory200Response) GetDataOk ¶
func (o *GetSummariesByCategory200Response) GetDataOk() ([]SummaryWithCategory, bool)
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 ¶
func (o *GetSummariesByCategory200Response) SetData(v []SummaryWithCategory)
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 ¶
func (o *GetSummariesByDestination200Response) GetData() []SummaryWithDestination
GetData returns the Data field value
func (*GetSummariesByDestination200Response) GetDataOk ¶
func (o *GetSummariesByDestination200Response) GetDataOk() ([]SummaryWithDestination, bool)
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 ¶
func (o *GetSummariesByDestination200Response) SetData(v []SummaryWithDestination)
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 ¶
func (o *GetSummariesByRuleFirewallHitcount200Response) GetData() []FirewallRuleHitcountSummary
GetData returns the Data field value
func (*GetSummariesByRuleFirewallHitcount200Response) GetDataOk ¶
func (o *GetSummariesByRuleFirewallHitcount200Response) GetDataOk() ([]FirewallRuleHitcountSummary, bool)
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 (o GetSummariesByRuleFirewallHitcount200Response) MarshalJSON() ([]byte, error)
func (*GetSummariesByRuleFirewallHitcount200Response) SetData ¶
func (o *GetSummariesByRuleFirewallHitcount200Response) SetData(v []FirewallRuleHitcountSummary)
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 ¶
func (o *GetSummariesByRuleHitcount200Response) GetData() []RuleHitcountSummary
GetData returns the Data field value
func (*GetSummariesByRuleHitcount200Response) GetDataOk ¶
func (o *GetSummariesByRuleHitcount200Response) GetDataOk() ([]RuleHitcountSummary, bool)
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 ¶
func (o *GetSummariesByRuleHitcount200Response) SetData(v []RuleHitcountSummary)
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 ¶
func (o *GetSummariesByRuleIntrusion200Response) GetData() []SignatureListSummary
GetData returns the Data field value
func (*GetSummariesByRuleIntrusion200Response) GetDataOk ¶
func (o *GetSummariesByRuleIntrusion200Response) GetDataOk() ([]SignatureListSummary, bool)
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 ¶
func (o *GetSummariesByRuleIntrusion200Response) SetData(v []SignatureListSummary)
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 ¶
func (o *GetTopCategories200Response) GetData() []TopCategory
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 ¶
func (o *GetTopDNSQueryTypes200Response) GetData() []TopDnsQueryType
GetData returns the Data field value
func (*GetTopDNSQueryTypes200Response) GetDataOk ¶
func (o *GetTopDNSQueryTypes200Response) GetDataOk() ([]TopDnsQueryType, bool)
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 ¶
func (o *GetTopDNSQueryTypes200Response) SetData(v []TopDnsQueryType)
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 ¶
func (o *GetTopDestinations200Response) GetData() []TopDestination
GetData returns the Data field value
func (*GetTopDestinations200Response) GetDataOk ¶
func (o *GetTopDestinations200Response) GetDataOk() ([]TopDestination, bool)
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 ¶
func (o *GetTopDestinations200Response) SetData(v []TopDestination)
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 ¶
func (o *GetTopEventTypes200Response) GetData() []TopEventType
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 ¶
func (o *GetTopIdentities200Response) GetData() []TopIdentity
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 ¶
func (o *GetTopThreatTypes200Response) GetData() []TopThreatTypes
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 ¶
func (o *GetTopThreatTypes200Response) SetData(v []TopThreatTypes)
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 ¶
func (o *GetTotalRequests200Response) GetData() TotalRequest
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 ¶
func (o *GetTotalRequests200Response) SetData(v TotalRequest)
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 ¶
func (o *GetTotalRequestsForAppConnector200Response) GetData() RequestsByAppConnector
GetData returns the Data field value
func (*GetTotalRequestsForAppConnector200Response) GetDataOk ¶
func (o *GetTotalRequestsForAppConnector200Response) GetDataOk() (*RequestsByAppConnector, bool)
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 (o GetTotalRequestsForAppConnector200Response) MarshalJSON() ([]byte, error)
func (*GetTotalRequestsForAppConnector200Response) SetData ¶
func (o *GetTotalRequestsForAppConnector200Response) SetData(v RequestsByAppConnector)
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 ¶
func (o *GetTotalRequestsForAppConnectorGroup200Response) GetData() RequestsByAppConnectorGroup
GetData returns the Data field value
func (*GetTotalRequestsForAppConnectorGroup200Response) GetDataOk ¶
func (o *GetTotalRequestsForAppConnectorGroup200Response) GetDataOk() (*RequestsByAppConnectorGroup, bool)
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 (o GetTotalRequestsForAppConnectorGroup200Response) MarshalJSON() ([]byte, error)
func (*GetTotalRequestsForAppConnectorGroup200Response) SetData ¶
func (o *GetTotalRequestsForAppConnectorGroup200Response) SetData(v RequestsByAppConnectorGroup)
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 ¶
func (o *GetUniqueResources200Response) GetData() UniqueResources
GetData returns the Data field value
func (*GetUniqueResources200Response) GetDataOk ¶
func (o *GetUniqueResources200Response) GetDataOk() (*UniqueResources, bool)
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 ¶
func (o *GetUniqueResources200Response) SetData(v UniqueResources)
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 ¶
func (o *GetUsageMetrics200Response) GetBody() GetUsageMetrics200ResponseBody
GetBody returns the Body field value
func (*GetUsageMetrics200Response) GetBodyOk ¶
func (o *GetUsageMetrics200Response) GetBodyOk() (*GetUsageMetrics200ResponseBody, bool)
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 ¶
func (o *GetUsageMetrics200Response) SetBody(v GetUsageMetrics200ResponseBody)
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 ¶
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*HttpError) GetAttributesOk ¶
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) GetCodeOk ¶
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HttpError) GetReason ¶
GetReason returns the Reason field value if set, zero value otherwise.
func (*HttpError) GetReasonOk ¶
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) 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 (*HttpError) HasAttributes ¶
HasAttributes returns a boolean if a field has been set.
func (HttpError) MarshalJSON ¶
func (*HttpError) SetAttributes ¶
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*HttpError) SetCode ¶
SetCode gets a reference to the given int64 and assigns it to the Code field.
func (*HttpError) SetReason ¶
SetReason gets a reference to the given string and assigns it to the Reason field.
func (*HttpError) SetType ¶
SetType gets a reference to the given string and assigns it to the Type field.
func (*HttpError) UnmarshalJSON ¶
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 ¶
func (a *IdentitiesAPIService) GetProtocolIdentitiesExecute(r ApiGetProtocolIdentitiesRequest) (*ProtocolIdentityList, *http.Response, error)
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 ¶
GetDeleted returns the Deleted field value
func (*Identity) GetDeletedOk ¶
GetDeletedOk returns a tuple with the Deleted field value and a boolean to check if the value has been set.
func (*Identity) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Identity) GetLabelOk ¶
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 (*Identity) UnmarshalJSON ¶
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 ¶
func (a *IdentityDistributionAPIService) GetIdentityDistribution(ctx context.Context) ApiGetIdentityDistributionRequest
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 ¶
func (a *IdentityDistributionAPIService) GetIdentityDistributionExecute(r ApiGetIdentityDistributionRequest) (*GetIdentityDistribution200Response, *http.Response, error)
Execute executes the request
@return GetIdentityDistribution200Response
func (*IdentityDistributionAPIService) GetIdentityDistributionType ¶
func (a *IdentityDistributionAPIService) GetIdentityDistributionType(ctx context.Context, type_ string) ApiGetIdentityDistributionTypeRequest
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 ¶
func (a *IdentityDistributionAPIService) GetIdentityDistributionTypeExecute(r ApiGetIdentityDistributionTypeRequest) (*GetIdentityDistributionType200Response, *http.Response, error)
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 ¶
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 ¶
GetFileaction returns the Fileaction field value
func (*Isolated) GetFileactionOk ¶
GetFileactionOk returns a tuple with the Fileaction field value and a boolean to check if the value has been set.
func (*Isolated) GetStateOk ¶
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (Isolated) MarshalJSON ¶
func (*Isolated) SetFileaction ¶
SetFileaction sets field value
func (*Isolated) UnmarshalJSON ¶
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) GetCountOk ¶
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*Keys) GetFromOk ¶
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) GetToOk ¶
GetToOk returns a tuple with the To field value and a boolean to check if the value has been set.
func (Keys) MarshalJSON ¶
func (*Keys) SetItems ¶
func (o *Keys) SetItems(v []KeysInformationInner)
SetItems sets field value
func (*Keys) UnmarshalJSON ¶
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 ¶
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) UnmarshalJSON ¶
type MappedNullable ¶
type NullableActivityAMPRetro ¶
type NullableActivityAMPRetro struct {
// contains filtered or unexported fields
}
func NewNullableActivityAMPRetro ¶
func NewNullableActivityAMPRetro(val *ActivityAMPRetro) *NullableActivityAMPRetro
func (NullableActivityAMPRetro) Get ¶
func (v NullableActivityAMPRetro) Get() *ActivityAMPRetro
func (NullableActivityAMPRetro) IsSet ¶
func (v NullableActivityAMPRetro) IsSet() bool
func (NullableActivityAMPRetro) MarshalJSON ¶
func (v NullableActivityAMPRetro) MarshalJSON() ([]byte, error)
func (*NullableActivityAMPRetro) Set ¶
func (v *NullableActivityAMPRetro) Set(val *ActivityAMPRetro)
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 (v NullableActivityDecryption) Get() *ActivityDecryption
func (NullableActivityDecryption) IsSet ¶
func (v NullableActivityDecryption) IsSet() bool
func (NullableActivityDecryption) MarshalJSON ¶
func (v NullableActivityDecryption) MarshalJSON() ([]byte, error)
func (*NullableActivityDecryption) Set ¶
func (v *NullableActivityDecryption) Set(val *ActivityDecryption)
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 (v NullableActivityDns) Get() *ActivityDns
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 (v NullableActivityFirewall) Get() *ActivityFirewall
func (NullableActivityFirewall) IsSet ¶
func (v NullableActivityFirewall) IsSet() bool
func (NullableActivityFirewall) MarshalJSON ¶
func (v NullableActivityFirewall) MarshalJSON() ([]byte, error)
func (*NullableActivityFirewall) Set ¶
func (v *NullableActivityFirewall) Set(val *ActivityFirewall)
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 (v NullableActivityIntrusion) Get() *ActivityIntrusion
func (NullableActivityIntrusion) IsSet ¶
func (v NullableActivityIntrusion) IsSet() bool
func (NullableActivityIntrusion) MarshalJSON ¶
func (v NullableActivityIntrusion) MarshalJSON() ([]byte, error)
func (*NullableActivityIntrusion) Set ¶
func (v *NullableActivityIntrusion) Set(val *ActivityIntrusion)
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 (v NullableActivityProxy) Get() *ActivityProxy
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 (v NullableActivityZTNA) Get() *ActivityZTNA
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 NewNullableActivityZTNAAllapplicationsInner ¶
func NewNullableActivityZTNAAllapplicationsInner(val *ActivityZTNAAllapplicationsInner) *NullableActivityZTNAAllapplicationsInner
func (NullableActivityZTNAAllapplicationsInner) IsSet ¶
func (v NullableActivityZTNAAllapplicationsInner) IsSet() bool
func (NullableActivityZTNAAllapplicationsInner) MarshalJSON ¶
func (v NullableActivityZTNAAllapplicationsInner) MarshalJSON() ([]byte, error)
func (*NullableActivityZTNAAllapplicationsInner) Set ¶
func (v *NullableActivityZTNAAllapplicationsInner) Set(val *ActivityZTNAAllapplicationsInner)
func (*NullableActivityZTNAAllapplicationsInner) UnmarshalJSON ¶
func (v *NullableActivityZTNAAllapplicationsInner) UnmarshalJSON(src []byte) error
func (*NullableActivityZTNAAllapplicationsInner) Unset ¶
func (v *NullableActivityZTNAAllapplicationsInner) Unset()
type NullableActivityZTNAAllapplicationsInnerCategory ¶
type NullableActivityZTNAAllapplicationsInnerCategory struct {
// contains filtered or unexported fields
}
func NewNullableActivityZTNAAllapplicationsInnerCategory ¶
func NewNullableActivityZTNAAllapplicationsInnerCategory(val *ActivityZTNAAllapplicationsInnerCategory) *NullableActivityZTNAAllapplicationsInnerCategory
func (NullableActivityZTNAAllapplicationsInnerCategory) IsSet ¶
func (v NullableActivityZTNAAllapplicationsInnerCategory) IsSet() bool
func (NullableActivityZTNAAllapplicationsInnerCategory) MarshalJSON ¶
func (v NullableActivityZTNAAllapplicationsInnerCategory) MarshalJSON() ([]byte, error)
func (*NullableActivityZTNAAllapplicationsInnerCategory) UnmarshalJSON ¶
func (v *NullableActivityZTNAAllapplicationsInnerCategory) UnmarshalJSON(src []byte) error
func (*NullableActivityZTNAAllapplicationsInnerCategory) Unset ¶
func (v *NullableActivityZTNAAllapplicationsInnerCategory) Unset()
type NullableAntivirusThreats ¶
type NullableAntivirusThreats struct {
// contains filtered or unexported fields
}
func NewNullableAntivirusThreats ¶
func NewNullableAntivirusThreats(val *AntivirusThreats) *NullableAntivirusThreats
func (NullableAntivirusThreats) Get ¶
func (v NullableAntivirusThreats) Get() *AntivirusThreats
func (NullableAntivirusThreats) IsSet ¶
func (v NullableAntivirusThreats) IsSet() bool
func (NullableAntivirusThreats) MarshalJSON ¶
func (v NullableAntivirusThreats) MarshalJSON() ([]byte, error)
func (*NullableAntivirusThreats) Set ¶
func (v *NullableAntivirusThreats) Set(val *AntivirusThreats)
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 NewNullableAppConnectorAgentDetailedStatsTimerange ¶
func NewNullableAppConnectorAgentDetailedStatsTimerange(val *AppConnectorAgentDetailedStatsTimerange) *NullableAppConnectorAgentDetailedStatsTimerange
func (NullableAppConnectorAgentDetailedStatsTimerange) IsSet ¶
func (v NullableAppConnectorAgentDetailedStatsTimerange) IsSet() bool
func (NullableAppConnectorAgentDetailedStatsTimerange) MarshalJSON ¶
func (v NullableAppConnectorAgentDetailedStatsTimerange) MarshalJSON() ([]byte, error)
func (*NullableAppConnectorAgentDetailedStatsTimerange) UnmarshalJSON ¶
func (v *NullableAppConnectorAgentDetailedStatsTimerange) UnmarshalJSON(src []byte) error
func (*NullableAppConnectorAgentDetailedStatsTimerange) Unset ¶
func (v *NullableAppConnectorAgentDetailedStatsTimerange) Unset()
type NullableAppConnectorAgentSummaryData ¶
type NullableAppConnectorAgentSummaryData struct {
// contains filtered or unexported fields
}
func NewNullableAppConnectorAgentSummaryData ¶
func NewNullableAppConnectorAgentSummaryData(val *AppConnectorAgentSummaryData) *NullableAppConnectorAgentSummaryData
func (NullableAppConnectorAgentSummaryData) Get ¶
func (v NullableAppConnectorAgentSummaryData) Get() *AppConnectorAgentSummaryData
func (NullableAppConnectorAgentSummaryData) IsSet ¶
func (v NullableAppConnectorAgentSummaryData) IsSet() bool
func (NullableAppConnectorAgentSummaryData) MarshalJSON ¶
func (v NullableAppConnectorAgentSummaryData) MarshalJSON() ([]byte, error)
func (*NullableAppConnectorAgentSummaryData) Set ¶
func (v *NullableAppConnectorAgentSummaryData) Set(val *AppConnectorAgentSummaryData)
func (*NullableAppConnectorAgentSummaryData) UnmarshalJSON ¶
func (v *NullableAppConnectorAgentSummaryData) UnmarshalJSON(src []byte) error
func (*NullableAppConnectorAgentSummaryData) Unset ¶
func (v *NullableAppConnectorAgentSummaryData) Unset()
type NullableAppConnectorGroupDetailedStatsTimerange ¶
type NullableAppConnectorGroupDetailedStatsTimerange struct {
// contains filtered or unexported fields
}
func NewNullableAppConnectorGroupDetailedStatsTimerange ¶
func NewNullableAppConnectorGroupDetailedStatsTimerange(val *AppConnectorGroupDetailedStatsTimerange) *NullableAppConnectorGroupDetailedStatsTimerange
func (NullableAppConnectorGroupDetailedStatsTimerange) IsSet ¶
func (v NullableAppConnectorGroupDetailedStatsTimerange) IsSet() bool
func (NullableAppConnectorGroupDetailedStatsTimerange) MarshalJSON ¶
func (v NullableAppConnectorGroupDetailedStatsTimerange) MarshalJSON() ([]byte, error)
func (*NullableAppConnectorGroupDetailedStatsTimerange) UnmarshalJSON ¶
func (v *NullableAppConnectorGroupDetailedStatsTimerange) UnmarshalJSON(src []byte) error
func (*NullableAppConnectorGroupDetailedStatsTimerange) Unset ¶
func (v *NullableAppConnectorGroupDetailedStatsTimerange) Unset()
type NullableAppConnectorGroupSummaryData ¶
type NullableAppConnectorGroupSummaryData struct {
// contains filtered or unexported fields
}
func NewNullableAppConnectorGroupSummaryData ¶
func NewNullableAppConnectorGroupSummaryData(val *AppConnectorGroupSummaryData) *NullableAppConnectorGroupSummaryData
func (NullableAppConnectorGroupSummaryData) Get ¶
func (v NullableAppConnectorGroupSummaryData) Get() *AppConnectorGroupSummaryData
func (NullableAppConnectorGroupSummaryData) IsSet ¶
func (v NullableAppConnectorGroupSummaryData) IsSet() bool
func (NullableAppConnectorGroupSummaryData) MarshalJSON ¶
func (v NullableAppConnectorGroupSummaryData) MarshalJSON() ([]byte, error)
func (*NullableAppConnectorGroupSummaryData) Set ¶
func (v *NullableAppConnectorGroupSummaryData) Set(val *AppConnectorGroupSummaryData)
func (*NullableAppConnectorGroupSummaryData) UnmarshalJSON ¶
func (v *NullableAppConnectorGroupSummaryData) UnmarshalJSON(src []byte) error
func (*NullableAppConnectorGroupSummaryData) Unset ¶
func (v *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 (v NullableApplication) Get() *Application
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 NewNullableApplicationAttribute ¶
func NewNullableApplicationAttribute(val *ApplicationAttribute) *NullableApplicationAttribute
func (NullableApplicationAttribute) Get ¶
func (v NullableApplicationAttribute) Get() *ApplicationAttribute
func (NullableApplicationAttribute) IsSet ¶
func (v NullableApplicationAttribute) IsSet() bool
func (NullableApplicationAttribute) MarshalJSON ¶
func (v NullableApplicationAttribute) MarshalJSON() ([]byte, error)
func (*NullableApplicationAttribute) Set ¶
func (v *NullableApplicationAttribute) Set(val *ApplicationAttribute)
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 NewNullableApplicationAttributeCategory ¶
func NewNullableApplicationAttributeCategory(val *ApplicationAttributeCategory) *NullableApplicationAttributeCategory
func (NullableApplicationAttributeCategory) Get ¶
func (v NullableApplicationAttributeCategory) Get() *ApplicationAttributeCategory
func (NullableApplicationAttributeCategory) IsSet ¶
func (v NullableApplicationAttributeCategory) IsSet() bool
func (NullableApplicationAttributeCategory) MarshalJSON ¶
func (v NullableApplicationAttributeCategory) MarshalJSON() ([]byte, error)
func (*NullableApplicationAttributeCategory) Set ¶
func (v *NullableApplicationAttributeCategory) Set(val *ApplicationAttributeCategory)
func (*NullableApplicationAttributeCategory) UnmarshalJSON ¶
func (v *NullableApplicationAttributeCategory) UnmarshalJSON(src []byte) error
func (*NullableApplicationAttributeCategory) Unset ¶
func (v *NullableApplicationAttributeCategory) Unset()
type NullableApplicationAttributeCategoryList ¶
type NullableApplicationAttributeCategoryList struct {
// contains filtered or unexported fields
}
func NewNullableApplicationAttributeCategoryList ¶
func NewNullableApplicationAttributeCategoryList(val *ApplicationAttributeCategoryList) *NullableApplicationAttributeCategoryList
func (NullableApplicationAttributeCategoryList) IsSet ¶
func (v NullableApplicationAttributeCategoryList) IsSet() bool
func (NullableApplicationAttributeCategoryList) MarshalJSON ¶
func (v NullableApplicationAttributeCategoryList) MarshalJSON() ([]byte, error)
func (*NullableApplicationAttributeCategoryList) Set ¶
func (v *NullableApplicationAttributeCategoryList) Set(val *ApplicationAttributeCategoryList)
func (*NullableApplicationAttributeCategoryList) UnmarshalJSON ¶
func (v *NullableApplicationAttributeCategoryList) UnmarshalJSON(src []byte) error
func (*NullableApplicationAttributeCategoryList) Unset ¶
func (v *NullableApplicationAttributeCategoryList) Unset()
type NullableApplicationAttributeValue ¶
type NullableApplicationAttributeValue struct {
// contains filtered or unexported fields
}
func NewNullableApplicationAttributeValue ¶
func NewNullableApplicationAttributeValue(val *ApplicationAttributeValue) *NullableApplicationAttributeValue
func (NullableApplicationAttributeValue) Get ¶
func (v NullableApplicationAttributeValue) Get() *ApplicationAttributeValue
func (NullableApplicationAttributeValue) IsSet ¶
func (v NullableApplicationAttributeValue) IsSet() bool
func (NullableApplicationAttributeValue) MarshalJSON ¶
func (v NullableApplicationAttributeValue) MarshalJSON() ([]byte, error)
func (*NullableApplicationAttributeValue) Set ¶
func (v *NullableApplicationAttributeValue) Set(val *ApplicationAttributeValue)
func (*NullableApplicationAttributeValue) UnmarshalJSON ¶
func (v *NullableApplicationAttributeValue) UnmarshalJSON(src []byte) error
func (*NullableApplicationAttributeValue) Unset ¶
func (v *NullableApplicationAttributeValue) Unset()
type NullableApplicationCategories ¶
type NullableApplicationCategories struct {
// contains filtered or unexported fields
}
func NewNullableApplicationCategories ¶
func NewNullableApplicationCategories(val *ApplicationCategories) *NullableApplicationCategories
func (NullableApplicationCategories) Get ¶
func (v NullableApplicationCategories) Get() *ApplicationCategories
func (NullableApplicationCategories) IsSet ¶
func (v NullableApplicationCategories) IsSet() bool
func (NullableApplicationCategories) MarshalJSON ¶
func (v NullableApplicationCategories) MarshalJSON() ([]byte, error)
func (*NullableApplicationCategories) Set ¶
func (v *NullableApplicationCategories) Set(val *ApplicationCategories)
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 NewNullableApplicationCategory ¶
func NewNullableApplicationCategory(val *ApplicationCategory) *NullableApplicationCategory
func (NullableApplicationCategory) Get ¶
func (v NullableApplicationCategory) Get() *ApplicationCategory
func (NullableApplicationCategory) IsSet ¶
func (v NullableApplicationCategory) IsSet() bool
func (NullableApplicationCategory) MarshalJSON ¶
func (v NullableApplicationCategory) MarshalJSON() ([]byte, error)
func (*NullableApplicationCategory) Set ¶
func (v *NullableApplicationCategory) Set(val *ApplicationCategory)
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 NewNullableApplicationCategoryList ¶
func NewNullableApplicationCategoryList(val *ApplicationCategoryList) *NullableApplicationCategoryList
func (NullableApplicationCategoryList) Get ¶
func (v NullableApplicationCategoryList) Get() *ApplicationCategoryList
func (NullableApplicationCategoryList) IsSet ¶
func (v NullableApplicationCategoryList) IsSet() bool
func (NullableApplicationCategoryList) MarshalJSON ¶
func (v NullableApplicationCategoryList) MarshalJSON() ([]byte, error)
func (*NullableApplicationCategoryList) Set ¶
func (v *NullableApplicationCategoryList) Set(val *ApplicationCategoryList)
func (*NullableApplicationCategoryList) UnmarshalJSON ¶
func (v *NullableApplicationCategoryList) UnmarshalJSON(src []byte) error
func (*NullableApplicationCategoryList) Unset ¶
func (v *NullableApplicationCategoryList) Unset()
type NullableApplicationIdentity ¶
type NullableApplicationIdentity struct {
// contains filtered or unexported fields
}
func NewNullableApplicationIdentity ¶
func NewNullableApplicationIdentity(val *ApplicationIdentity) *NullableApplicationIdentity
func (NullableApplicationIdentity) Get ¶
func (v NullableApplicationIdentity) Get() *ApplicationIdentity
func (NullableApplicationIdentity) IsSet ¶
func (v NullableApplicationIdentity) IsSet() bool
func (NullableApplicationIdentity) MarshalJSON ¶
func (v NullableApplicationIdentity) MarshalJSON() ([]byte, error)
func (*NullableApplicationIdentity) Set ¶
func (v *NullableApplicationIdentity) Set(val *ApplicationIdentity)
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 NewNullableApplicationIdentityList ¶
func NewNullableApplicationIdentityList(val *ApplicationIdentityList) *NullableApplicationIdentityList
func (NullableApplicationIdentityList) Get ¶
func (v NullableApplicationIdentityList) Get() *ApplicationIdentityList
func (NullableApplicationIdentityList) IsSet ¶
func (v NullableApplicationIdentityList) IsSet() bool
func (NullableApplicationIdentityList) MarshalJSON ¶
func (v NullableApplicationIdentityList) MarshalJSON() ([]byte, error)
func (*NullableApplicationIdentityList) Set ¶
func (v *NullableApplicationIdentityList) Set(val *ApplicationIdentityList)
func (*NullableApplicationIdentityList) UnmarshalJSON ¶
func (v *NullableApplicationIdentityList) UnmarshalJSON(src []byte) error
func (*NullableApplicationIdentityList) Unset ¶
func (v *NullableApplicationIdentityList) Unset()
type NullableApplicationInList ¶
type NullableApplicationInList struct {
// contains filtered or unexported fields
}
func NewNullableApplicationInList ¶
func NewNullableApplicationInList(val *ApplicationInList) *NullableApplicationInList
func (NullableApplicationInList) Get ¶
func (v NullableApplicationInList) Get() *ApplicationInList
func (NullableApplicationInList) IsSet ¶
func (v NullableApplicationInList) IsSet() bool
func (NullableApplicationInList) MarshalJSON ¶
func (v NullableApplicationInList) MarshalJSON() ([]byte, error)
func (*NullableApplicationInList) Set ¶
func (v *NullableApplicationInList) Set(val *ApplicationInList)
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 (v NullableApplicationList) Get() *ApplicationList
func (NullableApplicationList) IsSet ¶
func (v NullableApplicationList) IsSet() bool
func (NullableApplicationList) MarshalJSON ¶
func (v NullableApplicationList) MarshalJSON() ([]byte, error)
func (*NullableApplicationList) Set ¶
func (v *NullableApplicationList) Set(val *ApplicationList)
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 (v NullableApplicationObject) Get() *ApplicationObject
func (NullableApplicationObject) IsSet ¶
func (v NullableApplicationObject) IsSet() bool
func (NullableApplicationObject) MarshalJSON ¶
func (v NullableApplicationObject) MarshalJSON() ([]byte, error)
func (*NullableApplicationObject) Set ¶
func (v *NullableApplicationObject) Set(val *ApplicationObject)
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 (v NullableApplicationRisk) Get() *ApplicationRisk
func (NullableApplicationRisk) IsSet ¶
func (v NullableApplicationRisk) IsSet() bool
func (NullableApplicationRisk) MarshalJSON ¶
func (v NullableApplicationRisk) MarshalJSON() ([]byte, error)
func (*NullableApplicationRisk) Set ¶
func (v *NullableApplicationRisk) Set(val *ApplicationRisk)
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 NewNullableApplicationRiskVendorComplianceInner ¶
func NewNullableApplicationRiskVendorComplianceInner(val *ApplicationRiskVendorComplianceInner) *NullableApplicationRiskVendorComplianceInner
func (NullableApplicationRiskVendorComplianceInner) IsSet ¶
func (v NullableApplicationRiskVendorComplianceInner) IsSet() bool
func (NullableApplicationRiskVendorComplianceInner) MarshalJSON ¶
func (v NullableApplicationRiskVendorComplianceInner) MarshalJSON() ([]byte, error)
func (*NullableApplicationRiskVendorComplianceInner) Set ¶
func (v *NullableApplicationRiskVendorComplianceInner) Set(val *ApplicationRiskVendorComplianceInner)
func (*NullableApplicationRiskVendorComplianceInner) UnmarshalJSON ¶
func (v *NullableApplicationRiskVendorComplianceInner) UnmarshalJSON(src []byte) error
func (*NullableApplicationRiskVendorComplianceInner) Unset ¶
func (v *NullableApplicationRiskVendorComplianceInner) Unset()
type NullableApplicationsWithCategories ¶
type NullableApplicationsWithCategories struct {
// contains filtered or unexported fields
}
func NewNullableApplicationsWithCategories ¶
func NewNullableApplicationsWithCategories(val *ApplicationsWithCategories) *NullableApplicationsWithCategories
func (NullableApplicationsWithCategories) Get ¶
func (v NullableApplicationsWithCategories) Get() *ApplicationsWithCategories
func (NullableApplicationsWithCategories) IsSet ¶
func (v NullableApplicationsWithCategories) IsSet() bool
func (NullableApplicationsWithCategories) MarshalJSON ¶
func (v NullableApplicationsWithCategories) MarshalJSON() ([]byte, error)
func (*NullableApplicationsWithCategories) Set ¶
func (v *NullableApplicationsWithCategories) Set(val *ApplicationsWithCategories)
func (*NullableApplicationsWithCategories) UnmarshalJSON ¶
func (v *NullableApplicationsWithCategories) UnmarshalJSON(src []byte) error
func (*NullableApplicationsWithCategories) Unset ¶
func (v *NullableApplicationsWithCategories) Unset()
type NullableBandwidthbyHour ¶
type NullableBandwidthbyHour struct {
// contains filtered or unexported fields
}
func NewNullableBandwidthbyHour ¶
func NewNullableBandwidthbyHour(val *BandwidthbyHour) *NullableBandwidthbyHour
func (NullableBandwidthbyHour) Get ¶
func (v NullableBandwidthbyHour) Get() *BandwidthbyHour
func (NullableBandwidthbyHour) IsSet ¶
func (v NullableBandwidthbyHour) IsSet() bool
func (NullableBandwidthbyHour) MarshalJSON ¶
func (v NullableBandwidthbyHour) MarshalJSON() ([]byte, error)
func (*NullableBandwidthbyHour) Set ¶
func (v *NullableBandwidthbyHour) Set(val *BandwidthbyHour)
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 NewNullableBulkLabelApplications ¶
func NewNullableBulkLabelApplications(val *BulkLabelApplications) *NullableBulkLabelApplications
func (NullableBulkLabelApplications) Get ¶
func (v NullableBulkLabelApplications) Get() *BulkLabelApplications
func (NullableBulkLabelApplications) IsSet ¶
func (v NullableBulkLabelApplications) IsSet() bool
func (NullableBulkLabelApplications) MarshalJSON ¶
func (v NullableBulkLabelApplications) MarshalJSON() ([]byte, error)
func (*NullableBulkLabelApplications) Set ¶
func (v *NullableBulkLabelApplications) Set(val *BulkLabelApplications)
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 (v NullableBusinessRisk) Get() *BusinessRisk
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 (v NullableCategoryByHour) Get() *CategoryByHour
func (NullableCategoryByHour) IsSet ¶
func (v NullableCategoryByHour) IsSet() bool
func (NullableCategoryByHour) MarshalJSON ¶
func (v NullableCategoryByHour) MarshalJSON() ([]byte, error)
func (*NullableCategoryByHour) Set ¶
func (v *NullableCategoryByHour) Set(val *CategoryByHour)
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 (v NullableCategoryCount) Get() *CategoryCount
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 NewNullableCategoryWithLegacyId ¶
func NewNullableCategoryWithLegacyId(val *CategoryWithLegacyId) *NullableCategoryWithLegacyId
func (NullableCategoryWithLegacyId) Get ¶
func (v NullableCategoryWithLegacyId) Get() *CategoryWithLegacyId
func (NullableCategoryWithLegacyId) IsSet ¶
func (v NullableCategoryWithLegacyId) IsSet() bool
func (NullableCategoryWithLegacyId) MarshalJSON ¶
func (v NullableCategoryWithLegacyId) MarshalJSON() ([]byte, error)
func (*NullableCategoryWithLegacyId) Set ¶
func (v *NullableCategoryWithLegacyId) Set(val *CategoryWithLegacyId)
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 NewNullableDataLossPreventionState ¶
func NewNullableDataLossPreventionState(val *DataLossPreventionState) *NullableDataLossPreventionState
func (NullableDataLossPreventionState) Get ¶
func (v NullableDataLossPreventionState) Get() *DataLossPreventionState
func (NullableDataLossPreventionState) IsSet ¶
func (v NullableDataLossPreventionState) IsSet() bool
func (NullableDataLossPreventionState) MarshalJSON ¶
func (v NullableDataLossPreventionState) MarshalJSON() ([]byte, error)
func (*NullableDataLossPreventionState) Set ¶
func (v *NullableDataLossPreventionState) Set(val *DataLossPreventionState)
func (*NullableDataLossPreventionState) UnmarshalJSON ¶
func (v *NullableDataLossPreventionState) UnmarshalJSON(src []byte) error
func (*NullableDataLossPreventionState) Unset ¶
func (v *NullableDataLossPreventionState) Unset()
type NullableDataStorage ¶
type NullableDataStorage struct {
// contains filtered or unexported fields
}
func NewNullableDataStorage ¶
func NewNullableDataStorage(val *DataStorage) *NullableDataStorage
func (NullableDataStorage) Get ¶
func (v NullableDataStorage) Get() *DataStorage
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 (v NullableDeploymentStatus) Get() *DeploymentStatus
func (NullableDeploymentStatus) IsSet ¶
func (v NullableDeploymentStatus) IsSet() bool
func (NullableDeploymentStatus) MarshalJSON ¶
func (v NullableDeploymentStatus) MarshalJSON() ([]byte, error)
func (*NullableDeploymentStatus) Set ¶
func (v *NullableDeploymentStatus) Set(val *DeploymentStatus)
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 (v NullableFinancialViability) Get() *FinancialViability
func (NullableFinancialViability) IsSet ¶
func (v NullableFinancialViability) IsSet() bool
func (NullableFinancialViability) MarshalJSON ¶
func (v NullableFinancialViability) MarshalJSON() ([]byte, error)
func (*NullableFinancialViability) Set ¶
func (v *NullableFinancialViability) Set(val *FinancialViability)
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 NewNullableFirewallApplication ¶
func NewNullableFirewallApplication(val *FirewallApplication) *NullableFirewallApplication
func (NullableFirewallApplication) Get ¶
func (v NullableFirewallApplication) Get() *FirewallApplication
func (NullableFirewallApplication) IsSet ¶
func (v NullableFirewallApplication) IsSet() bool
func (NullableFirewallApplication) MarshalJSON ¶
func (v NullableFirewallApplication) MarshalJSON() ([]byte, error)
func (*NullableFirewallApplication) Set ¶
func (v *NullableFirewallApplication) Set(val *FirewallApplication)
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 NewNullableFirewallRuleHitcountSummary ¶
func NewNullableFirewallRuleHitcountSummary(val *FirewallRuleHitcountSummary) *NullableFirewallRuleHitcountSummary
func (NullableFirewallRuleHitcountSummary) Get ¶
func (v NullableFirewallRuleHitcountSummary) Get() *FirewallRuleHitcountSummary
func (NullableFirewallRuleHitcountSummary) IsSet ¶
func (v NullableFirewallRuleHitcountSummary) IsSet() bool
func (NullableFirewallRuleHitcountSummary) MarshalJSON ¶
func (v NullableFirewallRuleHitcountSummary) MarshalJSON() ([]byte, error)
func (*NullableFirewallRuleHitcountSummary) Set ¶
func (v *NullableFirewallRuleHitcountSummary) Set(val *FirewallRuleHitcountSummary)
func (*NullableFirewallRuleHitcountSummary) UnmarshalJSON ¶
func (v *NullableFirewallRuleHitcountSummary) UnmarshalJSON(src []byte) error
func (*NullableFirewallRuleHitcountSummary) Unset ¶
func (v *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 NewNullableGetActivities200Response ¶
func NewNullableGetActivities200Response(val *GetActivities200Response) *NullableGetActivities200Response
func (NullableGetActivities200Response) Get ¶
func (v NullableGetActivities200Response) Get() *GetActivities200Response
func (NullableGetActivities200Response) IsSet ¶
func (v NullableGetActivities200Response) IsSet() bool
func (NullableGetActivities200Response) MarshalJSON ¶
func (v NullableGetActivities200Response) MarshalJSON() ([]byte, error)
func (*NullableGetActivities200Response) Set ¶
func (v *NullableGetActivities200Response) Set(val *GetActivities200Response)
func (*NullableGetActivities200Response) UnmarshalJSON ¶
func (v *NullableGetActivities200Response) UnmarshalJSON(src []byte) error
func (*NullableGetActivities200Response) Unset ¶
func (v *NullableGetActivities200Response) Unset()
type NullableGetActivities200ResponseDataInner ¶
type NullableGetActivities200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableGetActivities200ResponseDataInner ¶
func NewNullableGetActivities200ResponseDataInner(val *GetActivities200ResponseDataInner) *NullableGetActivities200ResponseDataInner
func (NullableGetActivities200ResponseDataInner) IsSet ¶
func (v NullableGetActivities200ResponseDataInner) IsSet() bool
func (NullableGetActivities200ResponseDataInner) MarshalJSON ¶
func (v NullableGetActivities200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableGetActivities200ResponseDataInner) Set ¶
func (v *NullableGetActivities200ResponseDataInner) Set(val *GetActivities200ResponseDataInner)
func (*NullableGetActivities200ResponseDataInner) UnmarshalJSON ¶
func (v *NullableGetActivities200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableGetActivities200ResponseDataInner) Unset ¶
func (v *NullableGetActivities200ResponseDataInner) Unset()
type NullableGetActivities400Response ¶
type NullableGetActivities400Response struct {
// contains filtered or unexported fields
}
func NewNullableGetActivities400Response ¶
func NewNullableGetActivities400Response(val *GetActivities400Response) *NullableGetActivities400Response
func (NullableGetActivities400Response) Get ¶
func (v NullableGetActivities400Response) Get() *GetActivities400Response
func (NullableGetActivities400Response) IsSet ¶
func (v NullableGetActivities400Response) IsSet() bool
func (NullableGetActivities400Response) MarshalJSON ¶
func (v NullableGetActivities400Response) MarshalJSON() ([]byte, error)
func (*NullableGetActivities400Response) Set ¶
func (v *NullableGetActivities400Response) Set(val *GetActivities400Response)
func (*NullableGetActivities400Response) UnmarshalJSON ¶
func (v *NullableGetActivities400Response) UnmarshalJSON(src []byte) error
func (*NullableGetActivities400Response) Unset ¶
func (v *NullableGetActivities400Response) Unset()
type NullableGetActivities401Response ¶
type NullableGetActivities401Response struct {
// contains filtered or unexported fields
}
func NewNullableGetActivities401Response ¶
func NewNullableGetActivities401Response(val *GetActivities401Response) *NullableGetActivities401Response
func (NullableGetActivities401Response) Get ¶
func (v NullableGetActivities401Response) Get() *GetActivities401Response
func (NullableGetActivities401Response) IsSet ¶
func (v NullableGetActivities401Response) IsSet() bool
func (NullableGetActivities401Response) MarshalJSON ¶
func (v NullableGetActivities401Response) MarshalJSON() ([]byte, error)
func (*NullableGetActivities401Response) Set ¶
func (v *NullableGetActivities401Response) Set(val *GetActivities401Response)
func (*NullableGetActivities401Response) UnmarshalJSON ¶
func (v *NullableGetActivities401Response) UnmarshalJSON(src []byte) error
func (*NullableGetActivities401Response) Unset ¶
func (v *NullableGetActivities401Response) Unset()
type NullableGetActivities403Response ¶
type NullableGetActivities403Response struct {
// contains filtered or unexported fields
}
func NewNullableGetActivities403Response ¶
func NewNullableGetActivities403Response(val *GetActivities403Response) *NullableGetActivities403Response
func (NullableGetActivities403Response) Get ¶
func (v NullableGetActivities403Response) Get() *GetActivities403Response
func (NullableGetActivities403Response) IsSet ¶
func (v NullableGetActivities403Response) IsSet() bool
func (NullableGetActivities403Response) MarshalJSON ¶
func (v NullableGetActivities403Response) MarshalJSON() ([]byte, error)
func (*NullableGetActivities403Response) Set ¶
func (v *NullableGetActivities403Response) Set(val *GetActivities403Response)
func (*NullableGetActivities403Response) UnmarshalJSON ¶
func (v *NullableGetActivities403Response) UnmarshalJSON(src []byte) error
func (*NullableGetActivities403Response) Unset ¶
func (v *NullableGetActivities403Response) Unset()
type NullableGetActivities404Response ¶
type NullableGetActivities404Response struct {
// contains filtered or unexported fields
}
func NewNullableGetActivities404Response ¶
func NewNullableGetActivities404Response(val *GetActivities404Response) *NullableGetActivities404Response
func (NullableGetActivities404Response) Get ¶
func (v NullableGetActivities404Response) Get() *GetActivities404Response
func (NullableGetActivities404Response) IsSet ¶
func (v NullableGetActivities404Response) IsSet() bool
func (NullableGetActivities404Response) MarshalJSON ¶
func (v NullableGetActivities404Response) MarshalJSON() ([]byte, error)
func (*NullableGetActivities404Response) Set ¶
func (v *NullableGetActivities404Response) Set(val *GetActivities404Response)
func (*NullableGetActivities404Response) UnmarshalJSON ¶
func (v *NullableGetActivities404Response) UnmarshalJSON(src []byte) error
func (*NullableGetActivities404Response) Unset ¶
func (v *NullableGetActivities404Response) Unset()
type NullableGetActivities500Response ¶
type NullableGetActivities500Response struct {
// contains filtered or unexported fields
}
func NewNullableGetActivities500Response ¶
func NewNullableGetActivities500Response(val *GetActivities500Response) *NullableGetActivities500Response
func (NullableGetActivities500Response) Get ¶
func (v NullableGetActivities500Response) Get() *GetActivities500Response
func (NullableGetActivities500Response) IsSet ¶
func (v NullableGetActivities500Response) IsSet() bool
func (NullableGetActivities500Response) MarshalJSON ¶
func (v NullableGetActivities500Response) MarshalJSON() ([]byte, error)
func (*NullableGetActivities500Response) Set ¶
func (v *NullableGetActivities500Response) Set(val *GetActivities500Response)
func (*NullableGetActivities500Response) UnmarshalJSON ¶
func (v *NullableGetActivities500Response) UnmarshalJSON(src []byte) error
func (*NullableGetActivities500Response) Unset ¶
func (v *NullableGetActivities500Response) Unset()
type NullableGetActivityAmpRetrospective200Response ¶
type NullableGetActivityAmpRetrospective200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetActivityAmpRetrospective200Response ¶
func NewNullableGetActivityAmpRetrospective200Response(val *GetActivityAmpRetrospective200Response) *NullableGetActivityAmpRetrospective200Response
func (NullableGetActivityAmpRetrospective200Response) IsSet ¶
func (v NullableGetActivityAmpRetrospective200Response) IsSet() bool
func (NullableGetActivityAmpRetrospective200Response) MarshalJSON ¶
func (v NullableGetActivityAmpRetrospective200Response) MarshalJSON() ([]byte, error)
func (*NullableGetActivityAmpRetrospective200Response) Set ¶
func (v *NullableGetActivityAmpRetrospective200Response) Set(val *GetActivityAmpRetrospective200Response)
func (*NullableGetActivityAmpRetrospective200Response) UnmarshalJSON ¶
func (v *NullableGetActivityAmpRetrospective200Response) UnmarshalJSON(src []byte) error
func (*NullableGetActivityAmpRetrospective200Response) Unset ¶
func (v *NullableGetActivityAmpRetrospective200Response) Unset()
type NullableGetActivityDecryption200Response ¶
type NullableGetActivityDecryption200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetActivityDecryption200Response ¶
func NewNullableGetActivityDecryption200Response(val *GetActivityDecryption200Response) *NullableGetActivityDecryption200Response
func (NullableGetActivityDecryption200Response) IsSet ¶
func (v NullableGetActivityDecryption200Response) IsSet() bool
func (NullableGetActivityDecryption200Response) MarshalJSON ¶
func (v NullableGetActivityDecryption200Response) MarshalJSON() ([]byte, error)
func (*NullableGetActivityDecryption200Response) Set ¶
func (v *NullableGetActivityDecryption200Response) Set(val *GetActivityDecryption200Response)
func (*NullableGetActivityDecryption200Response) UnmarshalJSON ¶
func (v *NullableGetActivityDecryption200Response) UnmarshalJSON(src []byte) error
func (*NullableGetActivityDecryption200Response) Unset ¶
func (v *NullableGetActivityDecryption200Response) Unset()
type NullableGetActivityDns200Response ¶
type NullableGetActivityDns200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetActivityDns200Response ¶
func NewNullableGetActivityDns200Response(val *GetActivityDns200Response) *NullableGetActivityDns200Response
func (NullableGetActivityDns200Response) Get ¶
func (v NullableGetActivityDns200Response) Get() *GetActivityDns200Response
func (NullableGetActivityDns200Response) IsSet ¶
func (v NullableGetActivityDns200Response) IsSet() bool
func (NullableGetActivityDns200Response) MarshalJSON ¶
func (v NullableGetActivityDns200Response) MarshalJSON() ([]byte, error)
func (*NullableGetActivityDns200Response) Set ¶
func (v *NullableGetActivityDns200Response) Set(val *GetActivityDns200Response)
func (*NullableGetActivityDns200Response) UnmarshalJSON ¶
func (v *NullableGetActivityDns200Response) UnmarshalJSON(src []byte) error
func (*NullableGetActivityDns200Response) Unset ¶
func (v *NullableGetActivityDns200Response) Unset()
type NullableGetActivityFirewall200Response ¶
type NullableGetActivityFirewall200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetActivityFirewall200Response ¶
func NewNullableGetActivityFirewall200Response(val *GetActivityFirewall200Response) *NullableGetActivityFirewall200Response
func (NullableGetActivityFirewall200Response) Get ¶
func (v NullableGetActivityFirewall200Response) Get() *GetActivityFirewall200Response
func (NullableGetActivityFirewall200Response) IsSet ¶
func (v NullableGetActivityFirewall200Response) IsSet() bool
func (NullableGetActivityFirewall200Response) MarshalJSON ¶
func (v NullableGetActivityFirewall200Response) MarshalJSON() ([]byte, error)
func (*NullableGetActivityFirewall200Response) Set ¶
func (v *NullableGetActivityFirewall200Response) Set(val *GetActivityFirewall200Response)
func (*NullableGetActivityFirewall200Response) UnmarshalJSON ¶
func (v *NullableGetActivityFirewall200Response) UnmarshalJSON(src []byte) error
func (*NullableGetActivityFirewall200Response) Unset ¶
func (v *NullableGetActivityFirewall200Response) Unset()
type NullableGetActivityIP200Response ¶
type NullableGetActivityIP200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetActivityIP200Response ¶
func NewNullableGetActivityIP200Response(val *GetActivityIP200Response) *NullableGetActivityIP200Response
func (NullableGetActivityIP200Response) Get ¶
func (v NullableGetActivityIP200Response) Get() *GetActivityIP200Response
func (NullableGetActivityIP200Response) IsSet ¶
func (v NullableGetActivityIP200Response) IsSet() bool
func (NullableGetActivityIP200Response) MarshalJSON ¶
func (v NullableGetActivityIP200Response) MarshalJSON() ([]byte, error)
func (*NullableGetActivityIP200Response) Set ¶
func (v *NullableGetActivityIP200Response) Set(val *GetActivityIP200Response)
func (*NullableGetActivityIP200Response) UnmarshalJSON ¶
func (v *NullableGetActivityIP200Response) UnmarshalJSON(src []byte) error
func (*NullableGetActivityIP200Response) Unset ¶
func (v *NullableGetActivityIP200Response) Unset()
type NullableGetActivityIntrusion200Response ¶
type NullableGetActivityIntrusion200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetActivityIntrusion200Response ¶
func NewNullableGetActivityIntrusion200Response(val *GetActivityIntrusion200Response) *NullableGetActivityIntrusion200Response
func (NullableGetActivityIntrusion200Response) IsSet ¶
func (v NullableGetActivityIntrusion200Response) IsSet() bool
func (NullableGetActivityIntrusion200Response) MarshalJSON ¶
func (v NullableGetActivityIntrusion200Response) MarshalJSON() ([]byte, error)
func (*NullableGetActivityIntrusion200Response) Set ¶
func (v *NullableGetActivityIntrusion200Response) Set(val *GetActivityIntrusion200Response)
func (*NullableGetActivityIntrusion200Response) UnmarshalJSON ¶
func (v *NullableGetActivityIntrusion200Response) UnmarshalJSON(src []byte) error
func (*NullableGetActivityIntrusion200Response) Unset ¶
func (v *NullableGetActivityIntrusion200Response) Unset()
type NullableGetActivityProxy200Response ¶
type NullableGetActivityProxy200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetActivityProxy200Response ¶
func NewNullableGetActivityProxy200Response(val *GetActivityProxy200Response) *NullableGetActivityProxy200Response
func (NullableGetActivityProxy200Response) Get ¶
func (v NullableGetActivityProxy200Response) Get() *GetActivityProxy200Response
func (NullableGetActivityProxy200Response) IsSet ¶
func (v NullableGetActivityProxy200Response) IsSet() bool
func (NullableGetActivityProxy200Response) MarshalJSON ¶
func (v NullableGetActivityProxy200Response) MarshalJSON() ([]byte, error)
func (*NullableGetActivityProxy200Response) Set ¶
func (v *NullableGetActivityProxy200Response) Set(val *GetActivityProxy200Response)
func (*NullableGetActivityProxy200Response) UnmarshalJSON ¶
func (v *NullableGetActivityProxy200Response) UnmarshalJSON(src []byte) error
func (*NullableGetActivityProxy200Response) Unset ¶
func (v *NullableGetActivityProxy200Response) Unset()
type NullableGetActivityZTNA200Response ¶
type NullableGetActivityZTNA200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetActivityZTNA200Response ¶
func NewNullableGetActivityZTNA200Response(val *GetActivityZTNA200Response) *NullableGetActivityZTNA200Response
func (NullableGetActivityZTNA200Response) Get ¶
func (v NullableGetActivityZTNA200Response) Get() *GetActivityZTNA200Response
func (NullableGetActivityZTNA200Response) IsSet ¶
func (v NullableGetActivityZTNA200Response) IsSet() bool
func (NullableGetActivityZTNA200Response) MarshalJSON ¶
func (v NullableGetActivityZTNA200Response) MarshalJSON() ([]byte, error)
func (*NullableGetActivityZTNA200Response) Set ¶
func (v *NullableGetActivityZTNA200Response) Set(val *GetActivityZTNA200Response)
func (*NullableGetActivityZTNA200Response) UnmarshalJSON ¶
func (v *NullableGetActivityZTNA200Response) UnmarshalJSON(src []byte) error
func (*NullableGetActivityZTNA200Response) Unset ¶
func (v *NullableGetActivityZTNA200Response) Unset()
type NullableGetApplications200Response ¶
type NullableGetApplications200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetApplications200Response ¶
func NewNullableGetApplications200Response(val *GetApplications200Response) *NullableGetApplications200Response
func (NullableGetApplications200Response) Get ¶
func (v NullableGetApplications200Response) Get() *GetApplications200Response
func (NullableGetApplications200Response) IsSet ¶
func (v NullableGetApplications200Response) IsSet() bool
func (NullableGetApplications200Response) MarshalJSON ¶
func (v NullableGetApplications200Response) MarshalJSON() ([]byte, error)
func (*NullableGetApplications200Response) Set ¶
func (v *NullableGetApplications200Response) Set(val *GetApplications200Response)
func (*NullableGetApplications200Response) UnmarshalJSON ¶
func (v *NullableGetApplications200Response) UnmarshalJSON(src []byte) error
func (*NullableGetApplications200Response) Unset ¶
func (v *NullableGetApplications200Response) Unset()
type NullableGetBandwidthByHour200Response ¶
type NullableGetBandwidthByHour200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetBandwidthByHour200Response ¶
func NewNullableGetBandwidthByHour200Response(val *GetBandwidthByHour200Response) *NullableGetBandwidthByHour200Response
func (NullableGetBandwidthByHour200Response) Get ¶
func (v NullableGetBandwidthByHour200Response) Get() *GetBandwidthByHour200Response
func (NullableGetBandwidthByHour200Response) IsSet ¶
func (v NullableGetBandwidthByHour200Response) IsSet() bool
func (NullableGetBandwidthByHour200Response) MarshalJSON ¶
func (v NullableGetBandwidthByHour200Response) MarshalJSON() ([]byte, error)
func (*NullableGetBandwidthByHour200Response) Set ¶
func (v *NullableGetBandwidthByHour200Response) Set(val *GetBandwidthByHour200Response)
func (*NullableGetBandwidthByHour200Response) UnmarshalJSON ¶
func (v *NullableGetBandwidthByHour200Response) UnmarshalJSON(src []byte) error
func (*NullableGetBandwidthByHour200Response) Unset ¶
func (v *NullableGetBandwidthByHour200Response) Unset()
type NullableGetCategories200Response ¶
type NullableGetCategories200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetCategories200Response ¶
func NewNullableGetCategories200Response(val *GetCategories200Response) *NullableGetCategories200Response
func (NullableGetCategories200Response) Get ¶
func (v NullableGetCategories200Response) Get() *GetCategories200Response
func (NullableGetCategories200Response) IsSet ¶
func (v NullableGetCategories200Response) IsSet() bool
func (NullableGetCategories200Response) MarshalJSON ¶
func (v NullableGetCategories200Response) MarshalJSON() ([]byte, error)
func (*NullableGetCategories200Response) Set ¶
func (v *NullableGetCategories200Response) Set(val *GetCategories200Response)
func (*NullableGetCategories200Response) UnmarshalJSON ¶
func (v *NullableGetCategories200Response) UnmarshalJSON(src []byte) error
func (*NullableGetCategories200Response) Unset ¶
func (v *NullableGetCategories200Response) Unset()
type NullableGetDeploymentStatus200Response ¶
type NullableGetDeploymentStatus200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetDeploymentStatus200Response ¶
func NewNullableGetDeploymentStatus200Response(val *GetDeploymentStatus200Response) *NullableGetDeploymentStatus200Response
func (NullableGetDeploymentStatus200Response) Get ¶
func (v NullableGetDeploymentStatus200Response) Get() *GetDeploymentStatus200Response
func (NullableGetDeploymentStatus200Response) IsSet ¶
func (v NullableGetDeploymentStatus200Response) IsSet() bool
func (NullableGetDeploymentStatus200Response) MarshalJSON ¶
func (v NullableGetDeploymentStatus200Response) MarshalJSON() ([]byte, error)
func (*NullableGetDeploymentStatus200Response) Set ¶
func (v *NullableGetDeploymentStatus200Response) Set(val *GetDeploymentStatus200Response)
func (*NullableGetDeploymentStatus200Response) UnmarshalJSON ¶
func (v *NullableGetDeploymentStatus200Response) UnmarshalJSON(src []byte) error
func (*NullableGetDeploymentStatus200Response) Unset ¶
func (v *NullableGetDeploymentStatus200Response) Unset()
type NullableGetDetailedStatsForAppConnector200Response ¶
type NullableGetDetailedStatsForAppConnector200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetDetailedStatsForAppConnector200Response ¶
func NewNullableGetDetailedStatsForAppConnector200Response(val *GetDetailedStatsForAppConnector200Response) *NullableGetDetailedStatsForAppConnector200Response
func (NullableGetDetailedStatsForAppConnector200Response) IsSet ¶
func (v NullableGetDetailedStatsForAppConnector200Response) IsSet() bool
func (NullableGetDetailedStatsForAppConnector200Response) MarshalJSON ¶
func (v NullableGetDetailedStatsForAppConnector200Response) MarshalJSON() ([]byte, error)
func (*NullableGetDetailedStatsForAppConnector200Response) UnmarshalJSON ¶
func (v *NullableGetDetailedStatsForAppConnector200Response) UnmarshalJSON(src []byte) error
func (*NullableGetDetailedStatsForAppConnector200Response) Unset ¶
func (v *NullableGetDetailedStatsForAppConnector200Response) Unset()
type NullableGetDetailedStatsForAppConnectorGroups200Response ¶
type NullableGetDetailedStatsForAppConnectorGroups200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetDetailedStatsForAppConnectorGroups200Response ¶
func NewNullableGetDetailedStatsForAppConnectorGroups200Response(val *GetDetailedStatsForAppConnectorGroups200Response) *NullableGetDetailedStatsForAppConnectorGroups200Response
func (NullableGetDetailedStatsForAppConnectorGroups200Response) IsSet ¶
func (v NullableGetDetailedStatsForAppConnectorGroups200Response) IsSet() bool
func (NullableGetDetailedStatsForAppConnectorGroups200Response) MarshalJSON ¶
func (v NullableGetDetailedStatsForAppConnectorGroups200Response) MarshalJSON() ([]byte, error)
func (*NullableGetDetailedStatsForAppConnectorGroups200Response) UnmarshalJSON ¶
func (v *NullableGetDetailedStatsForAppConnectorGroups200Response) UnmarshalJSON(src []byte) error
func (*NullableGetDetailedStatsForAppConnectorGroups200Response) Unset ¶
func (v *NullableGetDetailedStatsForAppConnectorGroups200Response) Unset()
type NullableGetIdentities200Response ¶
type NullableGetIdentities200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetIdentities200Response ¶
func NewNullableGetIdentities200Response(val *GetIdentities200Response) *NullableGetIdentities200Response
func (NullableGetIdentities200Response) Get ¶
func (v NullableGetIdentities200Response) Get() *GetIdentities200Response
func (NullableGetIdentities200Response) IsSet ¶
func (v NullableGetIdentities200Response) IsSet() bool
func (NullableGetIdentities200Response) MarshalJSON ¶
func (v NullableGetIdentities200Response) MarshalJSON() ([]byte, error)
func (*NullableGetIdentities200Response) Set ¶
func (v *NullableGetIdentities200Response) Set(val *GetIdentities200Response)
func (*NullableGetIdentities200Response) UnmarshalJSON ¶
func (v *NullableGetIdentities200Response) UnmarshalJSON(src []byte) error
func (*NullableGetIdentities200Response) Unset ¶
func (v *NullableGetIdentities200Response) Unset()
type NullableGetIdentity200Response ¶
type NullableGetIdentity200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetIdentity200Response ¶
func NewNullableGetIdentity200Response(val *GetIdentity200Response) *NullableGetIdentity200Response
func (NullableGetIdentity200Response) Get ¶
func (v NullableGetIdentity200Response) Get() *GetIdentity200Response
func (NullableGetIdentity200Response) IsSet ¶
func (v NullableGetIdentity200Response) IsSet() bool
func (NullableGetIdentity200Response) MarshalJSON ¶
func (v NullableGetIdentity200Response) MarshalJSON() ([]byte, error)
func (*NullableGetIdentity200Response) Set ¶
func (v *NullableGetIdentity200Response) Set(val *GetIdentity200Response)
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 NewNullableGetIdentityDistribution200Response ¶
func NewNullableGetIdentityDistribution200Response(val *GetIdentityDistribution200Response) *NullableGetIdentityDistribution200Response
func (NullableGetIdentityDistribution200Response) IsSet ¶
func (v NullableGetIdentityDistribution200Response) IsSet() bool
func (NullableGetIdentityDistribution200Response) MarshalJSON ¶
func (v NullableGetIdentityDistribution200Response) MarshalJSON() ([]byte, error)
func (*NullableGetIdentityDistribution200Response) Set ¶
func (v *NullableGetIdentityDistribution200Response) Set(val *GetIdentityDistribution200Response)
func (*NullableGetIdentityDistribution200Response) UnmarshalJSON ¶
func (v *NullableGetIdentityDistribution200Response) UnmarshalJSON(src []byte) error
func (*NullableGetIdentityDistribution200Response) Unset ¶
func (v *NullableGetIdentityDistribution200Response) Unset()
type NullableGetIdentityDistributionType200Response ¶
type NullableGetIdentityDistributionType200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetIdentityDistributionType200Response ¶
func NewNullableGetIdentityDistributionType200Response(val *GetIdentityDistributionType200Response) *NullableGetIdentityDistributionType200Response
func (NullableGetIdentityDistributionType200Response) IsSet ¶
func (v NullableGetIdentityDistributionType200Response) IsSet() bool
func (NullableGetIdentityDistributionType200Response) MarshalJSON ¶
func (v NullableGetIdentityDistributionType200Response) MarshalJSON() ([]byte, error)
func (*NullableGetIdentityDistributionType200Response) Set ¶
func (v *NullableGetIdentityDistributionType200Response) Set(val *GetIdentityDistributionType200Response)
func (*NullableGetIdentityDistributionType200Response) UnmarshalJSON ¶
func (v *NullableGetIdentityDistributionType200Response) UnmarshalJSON(src []byte) error
func (*NullableGetIdentityDistributionType200Response) Unset ¶
func (v *NullableGetIdentityDistributionType200Response) Unset()
type NullableGetPrivateResourceDetailedStatsIdentities200Response ¶
type NullableGetPrivateResourceDetailedStatsIdentities200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetPrivateResourceDetailedStatsIdentities200Response ¶
func NewNullableGetPrivateResourceDetailedStatsIdentities200Response(val *GetPrivateResourceDetailedStatsIdentities200Response) *NullableGetPrivateResourceDetailedStatsIdentities200Response
func (NullableGetPrivateResourceDetailedStatsIdentities200Response) IsSet ¶
func (v NullableGetPrivateResourceDetailedStatsIdentities200Response) IsSet() bool
func (NullableGetPrivateResourceDetailedStatsIdentities200Response) MarshalJSON ¶
func (v NullableGetPrivateResourceDetailedStatsIdentities200Response) MarshalJSON() ([]byte, error)
func (*NullableGetPrivateResourceDetailedStatsIdentities200Response) UnmarshalJSON ¶
func (v *NullableGetPrivateResourceDetailedStatsIdentities200Response) UnmarshalJSON(src []byte) error
func (*NullableGetPrivateResourceDetailedStatsIdentities200Response) Unset ¶
func (v *NullableGetPrivateResourceDetailedStatsIdentities200Response) Unset()
type NullableGetPrivateResourceDetailedStatsTimerange200Response ¶
type NullableGetPrivateResourceDetailedStatsTimerange200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetPrivateResourceDetailedStatsTimerange200Response ¶
func NewNullableGetPrivateResourceDetailedStatsTimerange200Response(val *GetPrivateResourceDetailedStatsTimerange200Response) *NullableGetPrivateResourceDetailedStatsTimerange200Response
func (NullableGetPrivateResourceDetailedStatsTimerange200Response) IsSet ¶
func (v NullableGetPrivateResourceDetailedStatsTimerange200Response) IsSet() bool
func (NullableGetPrivateResourceDetailedStatsTimerange200Response) MarshalJSON ¶
func (v NullableGetPrivateResourceDetailedStatsTimerange200Response) MarshalJSON() ([]byte, error)
func (*NullableGetPrivateResourceDetailedStatsTimerange200Response) UnmarshalJSON ¶
func (v *NullableGetPrivateResourceDetailedStatsTimerange200Response) UnmarshalJSON(src []byte) error
func (*NullableGetPrivateResourceDetailedStatsTimerange200Response) Unset ¶
func (v *NullableGetPrivateResourceDetailedStatsTimerange200Response) Unset()
type NullableGetPrivateResourceStats200Response ¶
type NullableGetPrivateResourceStats200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetPrivateResourceStats200Response ¶
func NewNullableGetPrivateResourceStats200Response(val *GetPrivateResourceStats200Response) *NullableGetPrivateResourceStats200Response
func (NullableGetPrivateResourceStats200Response) IsSet ¶
func (v NullableGetPrivateResourceStats200Response) IsSet() bool
func (NullableGetPrivateResourceStats200Response) MarshalJSON ¶
func (v NullableGetPrivateResourceStats200Response) MarshalJSON() ([]byte, error)
func (*NullableGetPrivateResourceStats200Response) Set ¶
func (v *NullableGetPrivateResourceStats200Response) Set(val *GetPrivateResourceStats200Response)
func (*NullableGetPrivateResourceStats200Response) UnmarshalJSON ¶
func (v *NullableGetPrivateResourceStats200Response) UnmarshalJSON(src []byte) error
func (*NullableGetPrivateResourceStats200Response) Unset ¶
func (v *NullableGetPrivateResourceStats200Response) Unset()
type NullableGetRemoteAccessEvents200Response ¶
type NullableGetRemoteAccessEvents200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetRemoteAccessEvents200Response ¶
func NewNullableGetRemoteAccessEvents200Response(val *GetRemoteAccessEvents200Response) *NullableGetRemoteAccessEvents200Response
func (NullableGetRemoteAccessEvents200Response) IsSet ¶
func (v NullableGetRemoteAccessEvents200Response) IsSet() bool
func (NullableGetRemoteAccessEvents200Response) MarshalJSON ¶
func (v NullableGetRemoteAccessEvents200Response) MarshalJSON() ([]byte, error)
func (*NullableGetRemoteAccessEvents200Response) Set ¶
func (v *NullableGetRemoteAccessEvents200Response) Set(val *GetRemoteAccessEvents200Response)
func (*NullableGetRemoteAccessEvents200Response) UnmarshalJSON ¶
func (v *NullableGetRemoteAccessEvents200Response) UnmarshalJSON(src []byte) error
func (*NullableGetRemoteAccessEvents200Response) Unset ¶
func (v *NullableGetRemoteAccessEvents200Response) Unset()
type NullableGetRequestsByHour200Response ¶
type NullableGetRequestsByHour200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetRequestsByHour200Response ¶
func NewNullableGetRequestsByHour200Response(val *GetRequestsByHour200Response) *NullableGetRequestsByHour200Response
func (NullableGetRequestsByHour200Response) Get ¶
func (v NullableGetRequestsByHour200Response) Get() *GetRequestsByHour200Response
func (NullableGetRequestsByHour200Response) IsSet ¶
func (v NullableGetRequestsByHour200Response) IsSet() bool
func (NullableGetRequestsByHour200Response) MarshalJSON ¶
func (v NullableGetRequestsByHour200Response) MarshalJSON() ([]byte, error)
func (*NullableGetRequestsByHour200Response) Set ¶
func (v *NullableGetRequestsByHour200Response) Set(val *GetRequestsByHour200Response)
func (*NullableGetRequestsByHour200Response) UnmarshalJSON ¶
func (v *NullableGetRequestsByHour200Response) UnmarshalJSON(src []byte) error
func (*NullableGetRequestsByHour200Response) Unset ¶
func (v *NullableGetRequestsByHour200Response) Unset()
type NullableGetRequestsByHourAndCategory200Response ¶
type NullableGetRequestsByHourAndCategory200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetRequestsByHourAndCategory200Response ¶
func NewNullableGetRequestsByHourAndCategory200Response(val *GetRequestsByHourAndCategory200Response) *NullableGetRequestsByHourAndCategory200Response
func (NullableGetRequestsByHourAndCategory200Response) IsSet ¶
func (v NullableGetRequestsByHourAndCategory200Response) IsSet() bool
func (NullableGetRequestsByHourAndCategory200Response) MarshalJSON ¶
func (v NullableGetRequestsByHourAndCategory200Response) MarshalJSON() ([]byte, error)
func (*NullableGetRequestsByHourAndCategory200Response) UnmarshalJSON ¶
func (v *NullableGetRequestsByHourAndCategory200Response) UnmarshalJSON(src []byte) error
func (*NullableGetRequestsByHourAndCategory200Response) Unset ¶
func (v *NullableGetRequestsByHourAndCategory200Response) Unset()
type NullableGetRequestsByTimerange200Response ¶
type NullableGetRequestsByTimerange200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetRequestsByTimerange200Response ¶
func NewNullableGetRequestsByTimerange200Response(val *GetRequestsByTimerange200Response) *NullableGetRequestsByTimerange200Response
func (NullableGetRequestsByTimerange200Response) IsSet ¶
func (v NullableGetRequestsByTimerange200Response) IsSet() bool
func (NullableGetRequestsByTimerange200Response) MarshalJSON ¶
func (v NullableGetRequestsByTimerange200Response) MarshalJSON() ([]byte, error)
func (*NullableGetRequestsByTimerange200Response) Set ¶
func (v *NullableGetRequestsByTimerange200Response) Set(val *GetRequestsByTimerange200Response)
func (*NullableGetRequestsByTimerange200Response) UnmarshalJSON ¶
func (v *NullableGetRequestsByTimerange200Response) UnmarshalJSON(src []byte) error
func (*NullableGetRequestsByTimerange200Response) Unset ¶
func (v *NullableGetRequestsByTimerange200Response) Unset()
type NullableGetRequestsSummaryForAppConnectorGroups200Response ¶
type NullableGetRequestsSummaryForAppConnectorGroups200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetRequestsSummaryForAppConnectorGroups200Response ¶
func NewNullableGetRequestsSummaryForAppConnectorGroups200Response(val *GetRequestsSummaryForAppConnectorGroups200Response) *NullableGetRequestsSummaryForAppConnectorGroups200Response
func (NullableGetRequestsSummaryForAppConnectorGroups200Response) IsSet ¶
func (v NullableGetRequestsSummaryForAppConnectorGroups200Response) IsSet() bool
func (NullableGetRequestsSummaryForAppConnectorGroups200Response) MarshalJSON ¶
func (v NullableGetRequestsSummaryForAppConnectorGroups200Response) MarshalJSON() ([]byte, error)
func (*NullableGetRequestsSummaryForAppConnectorGroups200Response) UnmarshalJSON ¶
func (v *NullableGetRequestsSummaryForAppConnectorGroups200Response) UnmarshalJSON(src []byte) error
func (*NullableGetRequestsSummaryForAppConnectorGroups200Response) Unset ¶
func (v *NullableGetRequestsSummaryForAppConnectorGroups200Response) Unset()
type NullableGetSummariesByCategory200Response ¶
type NullableGetSummariesByCategory200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetSummariesByCategory200Response ¶
func NewNullableGetSummariesByCategory200Response(val *GetSummariesByCategory200Response) *NullableGetSummariesByCategory200Response
func (NullableGetSummariesByCategory200Response) IsSet ¶
func (v NullableGetSummariesByCategory200Response) IsSet() bool
func (NullableGetSummariesByCategory200Response) MarshalJSON ¶
func (v NullableGetSummariesByCategory200Response) MarshalJSON() ([]byte, error)
func (*NullableGetSummariesByCategory200Response) Set ¶
func (v *NullableGetSummariesByCategory200Response) Set(val *GetSummariesByCategory200Response)
func (*NullableGetSummariesByCategory200Response) UnmarshalJSON ¶
func (v *NullableGetSummariesByCategory200Response) UnmarshalJSON(src []byte) error
func (*NullableGetSummariesByCategory200Response) Unset ¶
func (v *NullableGetSummariesByCategory200Response) Unset()
type NullableGetSummariesByDestination200Response ¶
type NullableGetSummariesByDestination200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetSummariesByDestination200Response ¶
func NewNullableGetSummariesByDestination200Response(val *GetSummariesByDestination200Response) *NullableGetSummariesByDestination200Response
func (NullableGetSummariesByDestination200Response) IsSet ¶
func (v NullableGetSummariesByDestination200Response) IsSet() bool
func (NullableGetSummariesByDestination200Response) MarshalJSON ¶
func (v NullableGetSummariesByDestination200Response) MarshalJSON() ([]byte, error)
func (*NullableGetSummariesByDestination200Response) Set ¶
func (v *NullableGetSummariesByDestination200Response) Set(val *GetSummariesByDestination200Response)
func (*NullableGetSummariesByDestination200Response) UnmarshalJSON ¶
func (v *NullableGetSummariesByDestination200Response) UnmarshalJSON(src []byte) error
func (*NullableGetSummariesByDestination200Response) Unset ¶
func (v *NullableGetSummariesByDestination200Response) Unset()
type NullableGetSummariesByRuleFirewallHitcount200Response ¶
type NullableGetSummariesByRuleFirewallHitcount200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetSummariesByRuleFirewallHitcount200Response ¶
func NewNullableGetSummariesByRuleFirewallHitcount200Response(val *GetSummariesByRuleFirewallHitcount200Response) *NullableGetSummariesByRuleFirewallHitcount200Response
func (NullableGetSummariesByRuleFirewallHitcount200Response) IsSet ¶
func (v NullableGetSummariesByRuleFirewallHitcount200Response) IsSet() bool
func (NullableGetSummariesByRuleFirewallHitcount200Response) MarshalJSON ¶
func (v NullableGetSummariesByRuleFirewallHitcount200Response) MarshalJSON() ([]byte, error)
func (*NullableGetSummariesByRuleFirewallHitcount200Response) UnmarshalJSON ¶
func (v *NullableGetSummariesByRuleFirewallHitcount200Response) UnmarshalJSON(src []byte) error
func (*NullableGetSummariesByRuleFirewallHitcount200Response) Unset ¶
func (v *NullableGetSummariesByRuleFirewallHitcount200Response) Unset()
type NullableGetSummariesByRuleHitcount200Response ¶
type NullableGetSummariesByRuleHitcount200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetSummariesByRuleHitcount200Response ¶
func NewNullableGetSummariesByRuleHitcount200Response(val *GetSummariesByRuleHitcount200Response) *NullableGetSummariesByRuleHitcount200Response
func (NullableGetSummariesByRuleHitcount200Response) IsSet ¶
func (v NullableGetSummariesByRuleHitcount200Response) IsSet() bool
func (NullableGetSummariesByRuleHitcount200Response) MarshalJSON ¶
func (v NullableGetSummariesByRuleHitcount200Response) MarshalJSON() ([]byte, error)
func (*NullableGetSummariesByRuleHitcount200Response) Set ¶
func (v *NullableGetSummariesByRuleHitcount200Response) Set(val *GetSummariesByRuleHitcount200Response)
func (*NullableGetSummariesByRuleHitcount200Response) UnmarshalJSON ¶
func (v *NullableGetSummariesByRuleHitcount200Response) UnmarshalJSON(src []byte) error
func (*NullableGetSummariesByRuleHitcount200Response) Unset ¶
func (v *NullableGetSummariesByRuleHitcount200Response) Unset()
type NullableGetSummariesByRuleIntrusion200Response ¶
type NullableGetSummariesByRuleIntrusion200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetSummariesByRuleIntrusion200Response ¶
func NewNullableGetSummariesByRuleIntrusion200Response(val *GetSummariesByRuleIntrusion200Response) *NullableGetSummariesByRuleIntrusion200Response
func (NullableGetSummariesByRuleIntrusion200Response) IsSet ¶
func (v NullableGetSummariesByRuleIntrusion200Response) IsSet() bool
func (NullableGetSummariesByRuleIntrusion200Response) MarshalJSON ¶
func (v NullableGetSummariesByRuleIntrusion200Response) MarshalJSON() ([]byte, error)
func (*NullableGetSummariesByRuleIntrusion200Response) Set ¶
func (v *NullableGetSummariesByRuleIntrusion200Response) Set(val *GetSummariesByRuleIntrusion200Response)
func (*NullableGetSummariesByRuleIntrusion200Response) UnmarshalJSON ¶
func (v *NullableGetSummariesByRuleIntrusion200Response) UnmarshalJSON(src []byte) error
func (*NullableGetSummariesByRuleIntrusion200Response) Unset ¶
func (v *NullableGetSummariesByRuleIntrusion200Response) Unset()
type NullableGetSummary200Response ¶
type NullableGetSummary200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetSummary200Response ¶
func NewNullableGetSummary200Response(val *GetSummary200Response) *NullableGetSummary200Response
func (NullableGetSummary200Response) Get ¶
func (v NullableGetSummary200Response) Get() *GetSummary200Response
func (NullableGetSummary200Response) IsSet ¶
func (v NullableGetSummary200Response) IsSet() bool
func (NullableGetSummary200Response) MarshalJSON ¶
func (v NullableGetSummary200Response) MarshalJSON() ([]byte, error)
func (*NullableGetSummary200Response) Set ¶
func (v *NullableGetSummary200Response) Set(val *GetSummary200Response)
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 NewNullableGetThreatName200Response ¶
func NewNullableGetThreatName200Response(val *GetThreatName200Response) *NullableGetThreatName200Response
func (NullableGetThreatName200Response) Get ¶
func (v NullableGetThreatName200Response) Get() *GetThreatName200Response
func (NullableGetThreatName200Response) IsSet ¶
func (v NullableGetThreatName200Response) IsSet() bool
func (NullableGetThreatName200Response) MarshalJSON ¶
func (v NullableGetThreatName200Response) MarshalJSON() ([]byte, error)
func (*NullableGetThreatName200Response) Set ¶
func (v *NullableGetThreatName200Response) Set(val *GetThreatName200Response)
func (*NullableGetThreatName200Response) UnmarshalJSON ¶
func (v *NullableGetThreatName200Response) UnmarshalJSON(src []byte) error
func (*NullableGetThreatName200Response) Unset ¶
func (v *NullableGetThreatName200Response) Unset()
type NullableGetThreatNames200Response ¶
type NullableGetThreatNames200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetThreatNames200Response ¶
func NewNullableGetThreatNames200Response(val *GetThreatNames200Response) *NullableGetThreatNames200Response
func (NullableGetThreatNames200Response) Get ¶
func (v NullableGetThreatNames200Response) Get() *GetThreatNames200Response
func (NullableGetThreatNames200Response) IsSet ¶
func (v NullableGetThreatNames200Response) IsSet() bool
func (NullableGetThreatNames200Response) MarshalJSON ¶
func (v NullableGetThreatNames200Response) MarshalJSON() ([]byte, error)
func (*NullableGetThreatNames200Response) Set ¶
func (v *NullableGetThreatNames200Response) Set(val *GetThreatNames200Response)
func (*NullableGetThreatNames200Response) UnmarshalJSON ¶
func (v *NullableGetThreatNames200Response) UnmarshalJSON(src []byte) error
func (*NullableGetThreatNames200Response) Unset ¶
func (v *NullableGetThreatNames200Response) Unset()
type NullableGetThreatType200Response ¶
type NullableGetThreatType200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetThreatType200Response ¶
func NewNullableGetThreatType200Response(val *GetThreatType200Response) *NullableGetThreatType200Response
func (NullableGetThreatType200Response) Get ¶
func (v NullableGetThreatType200Response) Get() *GetThreatType200Response
func (NullableGetThreatType200Response) IsSet ¶
func (v NullableGetThreatType200Response) IsSet() bool
func (NullableGetThreatType200Response) MarshalJSON ¶
func (v NullableGetThreatType200Response) MarshalJSON() ([]byte, error)
func (*NullableGetThreatType200Response) Set ¶
func (v *NullableGetThreatType200Response) Set(val *GetThreatType200Response)
func (*NullableGetThreatType200Response) UnmarshalJSON ¶
func (v *NullableGetThreatType200Response) UnmarshalJSON(src []byte) error
func (*NullableGetThreatType200Response) Unset ¶
func (v *NullableGetThreatType200Response) Unset()
type NullableGetThreatTypes200Response ¶
type NullableGetThreatTypes200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetThreatTypes200Response ¶
func NewNullableGetThreatTypes200Response(val *GetThreatTypes200Response) *NullableGetThreatTypes200Response
func (NullableGetThreatTypes200Response) Get ¶
func (v NullableGetThreatTypes200Response) Get() *GetThreatTypes200Response
func (NullableGetThreatTypes200Response) IsSet ¶
func (v NullableGetThreatTypes200Response) IsSet() bool
func (NullableGetThreatTypes200Response) MarshalJSON ¶
func (v NullableGetThreatTypes200Response) MarshalJSON() ([]byte, error)
func (*NullableGetThreatTypes200Response) Set ¶
func (v *NullableGetThreatTypes200Response) Set(val *GetThreatTypes200Response)
func (*NullableGetThreatTypes200Response) UnmarshalJSON ¶
func (v *NullableGetThreatTypes200Response) UnmarshalJSON(src []byte) error
func (*NullableGetThreatTypes200Response) Unset ¶
func (v *NullableGetThreatTypes200Response) Unset()
type NullableGetTopCategories200Response ¶
type NullableGetTopCategories200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetTopCategories200Response ¶
func NewNullableGetTopCategories200Response(val *GetTopCategories200Response) *NullableGetTopCategories200Response
func (NullableGetTopCategories200Response) Get ¶
func (v NullableGetTopCategories200Response) Get() *GetTopCategories200Response
func (NullableGetTopCategories200Response) IsSet ¶
func (v NullableGetTopCategories200Response) IsSet() bool
func (NullableGetTopCategories200Response) MarshalJSON ¶
func (v NullableGetTopCategories200Response) MarshalJSON() ([]byte, error)
func (*NullableGetTopCategories200Response) Set ¶
func (v *NullableGetTopCategories200Response) Set(val *GetTopCategories200Response)
func (*NullableGetTopCategories200Response) UnmarshalJSON ¶
func (v *NullableGetTopCategories200Response) UnmarshalJSON(src []byte) error
func (*NullableGetTopCategories200Response) Unset ¶
func (v *NullableGetTopCategories200Response) Unset()
type NullableGetTopDNSQueryTypes200Response ¶
type NullableGetTopDNSQueryTypes200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetTopDNSQueryTypes200Response ¶
func NewNullableGetTopDNSQueryTypes200Response(val *GetTopDNSQueryTypes200Response) *NullableGetTopDNSQueryTypes200Response
func (NullableGetTopDNSQueryTypes200Response) Get ¶
func (v NullableGetTopDNSQueryTypes200Response) Get() *GetTopDNSQueryTypes200Response
func (NullableGetTopDNSQueryTypes200Response) IsSet ¶
func (v NullableGetTopDNSQueryTypes200Response) IsSet() bool
func (NullableGetTopDNSQueryTypes200Response) MarshalJSON ¶
func (v NullableGetTopDNSQueryTypes200Response) MarshalJSON() ([]byte, error)
func (*NullableGetTopDNSQueryTypes200Response) Set ¶
func (v *NullableGetTopDNSQueryTypes200Response) Set(val *GetTopDNSQueryTypes200Response)
func (*NullableGetTopDNSQueryTypes200Response) UnmarshalJSON ¶
func (v *NullableGetTopDNSQueryTypes200Response) UnmarshalJSON(src []byte) error
func (*NullableGetTopDNSQueryTypes200Response) Unset ¶
func (v *NullableGetTopDNSQueryTypes200Response) Unset()
type NullableGetTopDestinations200Response ¶
type NullableGetTopDestinations200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetTopDestinations200Response ¶
func NewNullableGetTopDestinations200Response(val *GetTopDestinations200Response) *NullableGetTopDestinations200Response
func (NullableGetTopDestinations200Response) Get ¶
func (v NullableGetTopDestinations200Response) Get() *GetTopDestinations200Response
func (NullableGetTopDestinations200Response) IsSet ¶
func (v NullableGetTopDestinations200Response) IsSet() bool
func (NullableGetTopDestinations200Response) MarshalJSON ¶
func (v NullableGetTopDestinations200Response) MarshalJSON() ([]byte, error)
func (*NullableGetTopDestinations200Response) Set ¶
func (v *NullableGetTopDestinations200Response) Set(val *GetTopDestinations200Response)
func (*NullableGetTopDestinations200Response) UnmarshalJSON ¶
func (v *NullableGetTopDestinations200Response) UnmarshalJSON(src []byte) error
func (*NullableGetTopDestinations200Response) Unset ¶
func (v *NullableGetTopDestinations200Response) Unset()
type NullableGetTopEventTypes200Response ¶
type NullableGetTopEventTypes200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetTopEventTypes200Response ¶
func NewNullableGetTopEventTypes200Response(val *GetTopEventTypes200Response) *NullableGetTopEventTypes200Response
func (NullableGetTopEventTypes200Response) Get ¶
func (v NullableGetTopEventTypes200Response) Get() *GetTopEventTypes200Response
func (NullableGetTopEventTypes200Response) IsSet ¶
func (v NullableGetTopEventTypes200Response) IsSet() bool
func (NullableGetTopEventTypes200Response) MarshalJSON ¶
func (v NullableGetTopEventTypes200Response) MarshalJSON() ([]byte, error)
func (*NullableGetTopEventTypes200Response) Set ¶
func (v *NullableGetTopEventTypes200Response) Set(val *GetTopEventTypes200Response)
func (*NullableGetTopEventTypes200Response) UnmarshalJSON ¶
func (v *NullableGetTopEventTypes200Response) UnmarshalJSON(src []byte) error
func (*NullableGetTopEventTypes200Response) Unset ¶
func (v *NullableGetTopEventTypes200Response) Unset()
type NullableGetTopFilesProxy200Response ¶
type NullableGetTopFilesProxy200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetTopFilesProxy200Response ¶
func NewNullableGetTopFilesProxy200Response(val *GetTopFilesProxy200Response) *NullableGetTopFilesProxy200Response
func (NullableGetTopFilesProxy200Response) Get ¶
func (v NullableGetTopFilesProxy200Response) Get() *GetTopFilesProxy200Response
func (NullableGetTopFilesProxy200Response) IsSet ¶
func (v NullableGetTopFilesProxy200Response) IsSet() bool
func (NullableGetTopFilesProxy200Response) MarshalJSON ¶
func (v NullableGetTopFilesProxy200Response) MarshalJSON() ([]byte, error)
func (*NullableGetTopFilesProxy200Response) Set ¶
func (v *NullableGetTopFilesProxy200Response) Set(val *GetTopFilesProxy200Response)
func (*NullableGetTopFilesProxy200Response) UnmarshalJSON ¶
func (v *NullableGetTopFilesProxy200Response) UnmarshalJSON(src []byte) error
func (*NullableGetTopFilesProxy200Response) Unset ¶
func (v *NullableGetTopFilesProxy200Response) Unset()
type NullableGetTopIdentities200Response ¶
type NullableGetTopIdentities200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetTopIdentities200Response ¶
func NewNullableGetTopIdentities200Response(val *GetTopIdentities200Response) *NullableGetTopIdentities200Response
func (NullableGetTopIdentities200Response) Get ¶
func (v NullableGetTopIdentities200Response) Get() *GetTopIdentities200Response
func (NullableGetTopIdentities200Response) IsSet ¶
func (v NullableGetTopIdentities200Response) IsSet() bool
func (NullableGetTopIdentities200Response) MarshalJSON ¶
func (v NullableGetTopIdentities200Response) MarshalJSON() ([]byte, error)
func (*NullableGetTopIdentities200Response) Set ¶
func (v *NullableGetTopIdentities200Response) Set(val *GetTopIdentities200Response)
func (*NullableGetTopIdentities200Response) UnmarshalJSON ¶
func (v *NullableGetTopIdentities200Response) UnmarshalJSON(src []byte) error
func (*NullableGetTopIdentities200Response) Unset ¶
func (v *NullableGetTopIdentities200Response) Unset()
type NullableGetTopIps200Response ¶
type NullableGetTopIps200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetTopIps200Response ¶
func NewNullableGetTopIps200Response(val *GetTopIps200Response) *NullableGetTopIps200Response
func (NullableGetTopIps200Response) Get ¶
func (v NullableGetTopIps200Response) Get() *GetTopIps200Response
func (NullableGetTopIps200Response) IsSet ¶
func (v NullableGetTopIps200Response) IsSet() bool
func (NullableGetTopIps200Response) MarshalJSON ¶
func (v NullableGetTopIps200Response) MarshalJSON() ([]byte, error)
func (*NullableGetTopIps200Response) Set ¶
func (v *NullableGetTopIps200Response) Set(val *GetTopIps200Response)
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 NewNullableGetTopResources200Response ¶
func NewNullableGetTopResources200Response(val *GetTopResources200Response) *NullableGetTopResources200Response
func (NullableGetTopResources200Response) Get ¶
func (v NullableGetTopResources200Response) Get() *GetTopResources200Response
func (NullableGetTopResources200Response) IsSet ¶
func (v NullableGetTopResources200Response) IsSet() bool
func (NullableGetTopResources200Response) MarshalJSON ¶
func (v NullableGetTopResources200Response) MarshalJSON() ([]byte, error)
func (*NullableGetTopResources200Response) Set ¶
func (v *NullableGetTopResources200Response) Set(val *GetTopResources200Response)
func (*NullableGetTopResources200Response) UnmarshalJSON ¶
func (v *NullableGetTopResources200Response) UnmarshalJSON(src []byte) error
func (*NullableGetTopResources200Response) Unset ¶
func (v *NullableGetTopResources200Response) Unset()
type NullableGetTopThreatTypes200Response ¶
type NullableGetTopThreatTypes200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetTopThreatTypes200Response ¶
func NewNullableGetTopThreatTypes200Response(val *GetTopThreatTypes200Response) *NullableGetTopThreatTypes200Response
func (NullableGetTopThreatTypes200Response) Get ¶
func (v NullableGetTopThreatTypes200Response) Get() *GetTopThreatTypes200Response
func (NullableGetTopThreatTypes200Response) IsSet ¶
func (v NullableGetTopThreatTypes200Response) IsSet() bool
func (NullableGetTopThreatTypes200Response) MarshalJSON ¶
func (v NullableGetTopThreatTypes200Response) MarshalJSON() ([]byte, error)
func (*NullableGetTopThreatTypes200Response) Set ¶
func (v *NullableGetTopThreatTypes200Response) Set(val *GetTopThreatTypes200Response)
func (*NullableGetTopThreatTypes200Response) UnmarshalJSON ¶
func (v *NullableGetTopThreatTypes200Response) UnmarshalJSON(src []byte) error
func (*NullableGetTopThreatTypes200Response) Unset ¶
func (v *NullableGetTopThreatTypes200Response) Unset()
type NullableGetTopThreats200Response ¶
type NullableGetTopThreats200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetTopThreats200Response ¶
func NewNullableGetTopThreats200Response(val *GetTopThreats200Response) *NullableGetTopThreats200Response
func (NullableGetTopThreats200Response) Get ¶
func (v NullableGetTopThreats200Response) Get() *GetTopThreats200Response
func (NullableGetTopThreats200Response) IsSet ¶
func (v NullableGetTopThreats200Response) IsSet() bool
func (NullableGetTopThreats200Response) MarshalJSON ¶
func (v NullableGetTopThreats200Response) MarshalJSON() ([]byte, error)
func (*NullableGetTopThreats200Response) Set ¶
func (v *NullableGetTopThreats200Response) Set(val *GetTopThreats200Response)
func (*NullableGetTopThreats200Response) UnmarshalJSON ¶
func (v *NullableGetTopThreats200Response) UnmarshalJSON(src []byte) error
func (*NullableGetTopThreats200Response) Unset ¶
func (v *NullableGetTopThreats200Response) Unset()
type NullableGetTopUrls200Response ¶
type NullableGetTopUrls200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetTopUrls200Response ¶
func NewNullableGetTopUrls200Response(val *GetTopUrls200Response) *NullableGetTopUrls200Response
func (NullableGetTopUrls200Response) Get ¶
func (v NullableGetTopUrls200Response) Get() *GetTopUrls200Response
func (NullableGetTopUrls200Response) IsSet ¶
func (v NullableGetTopUrls200Response) IsSet() bool
func (NullableGetTopUrls200Response) MarshalJSON ¶
func (v NullableGetTopUrls200Response) MarshalJSON() ([]byte, error)
func (*NullableGetTopUrls200Response) Set ¶
func (v *NullableGetTopUrls200Response) Set(val *GetTopUrls200Response)
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 NewNullableGetTotalRequests200Response ¶
func NewNullableGetTotalRequests200Response(val *GetTotalRequests200Response) *NullableGetTotalRequests200Response
func (NullableGetTotalRequests200Response) Get ¶
func (v NullableGetTotalRequests200Response) Get() *GetTotalRequests200Response
func (NullableGetTotalRequests200Response) IsSet ¶
func (v NullableGetTotalRequests200Response) IsSet() bool
func (NullableGetTotalRequests200Response) MarshalJSON ¶
func (v NullableGetTotalRequests200Response) MarshalJSON() ([]byte, error)
func (*NullableGetTotalRequests200Response) Set ¶
func (v *NullableGetTotalRequests200Response) Set(val *GetTotalRequests200Response)
func (*NullableGetTotalRequests200Response) UnmarshalJSON ¶
func (v *NullableGetTotalRequests200Response) UnmarshalJSON(src []byte) error
func (*NullableGetTotalRequests200Response) Unset ¶
func (v *NullableGetTotalRequests200Response) Unset()
type NullableGetTotalRequestsForAppConnector200Response ¶
type NullableGetTotalRequestsForAppConnector200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetTotalRequestsForAppConnector200Response ¶
func NewNullableGetTotalRequestsForAppConnector200Response(val *GetTotalRequestsForAppConnector200Response) *NullableGetTotalRequestsForAppConnector200Response
func (NullableGetTotalRequestsForAppConnector200Response) IsSet ¶
func (v NullableGetTotalRequestsForAppConnector200Response) IsSet() bool
func (NullableGetTotalRequestsForAppConnector200Response) MarshalJSON ¶
func (v NullableGetTotalRequestsForAppConnector200Response) MarshalJSON() ([]byte, error)
func (*NullableGetTotalRequestsForAppConnector200Response) UnmarshalJSON ¶
func (v *NullableGetTotalRequestsForAppConnector200Response) UnmarshalJSON(src []byte) error
func (*NullableGetTotalRequestsForAppConnector200Response) Unset ¶
func (v *NullableGetTotalRequestsForAppConnector200Response) Unset()
type NullableGetTotalRequestsForAppConnectorGroup200Response ¶
type NullableGetTotalRequestsForAppConnectorGroup200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetTotalRequestsForAppConnectorGroup200Response ¶
func NewNullableGetTotalRequestsForAppConnectorGroup200Response(val *GetTotalRequestsForAppConnectorGroup200Response) *NullableGetTotalRequestsForAppConnectorGroup200Response
func (NullableGetTotalRequestsForAppConnectorGroup200Response) IsSet ¶
func (v NullableGetTotalRequestsForAppConnectorGroup200Response) IsSet() bool
func (NullableGetTotalRequestsForAppConnectorGroup200Response) MarshalJSON ¶
func (v NullableGetTotalRequestsForAppConnectorGroup200Response) MarshalJSON() ([]byte, error)
func (*NullableGetTotalRequestsForAppConnectorGroup200Response) UnmarshalJSON ¶
func (v *NullableGetTotalRequestsForAppConnectorGroup200Response) UnmarshalJSON(src []byte) error
func (*NullableGetTotalRequestsForAppConnectorGroup200Response) Unset ¶
func (v *NullableGetTotalRequestsForAppConnectorGroup200Response) Unset()
type NullableGetUniqueResources200Response ¶
type NullableGetUniqueResources200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetUniqueResources200Response ¶
func NewNullableGetUniqueResources200Response(val *GetUniqueResources200Response) *NullableGetUniqueResources200Response
func (NullableGetUniqueResources200Response) Get ¶
func (v NullableGetUniqueResources200Response) Get() *GetUniqueResources200Response
func (NullableGetUniqueResources200Response) IsSet ¶
func (v NullableGetUniqueResources200Response) IsSet() bool
func (NullableGetUniqueResources200Response) MarshalJSON ¶
func (v NullableGetUniqueResources200Response) MarshalJSON() ([]byte, error)
func (*NullableGetUniqueResources200Response) Set ¶
func (v *NullableGetUniqueResources200Response) Set(val *GetUniqueResources200Response)
func (*NullableGetUniqueResources200Response) UnmarshalJSON ¶
func (v *NullableGetUniqueResources200Response) UnmarshalJSON(src []byte) error
func (*NullableGetUniqueResources200Response) Unset ¶
func (v *NullableGetUniqueResources200Response) Unset()
type NullableGetUsageMetrics200Response ¶
type NullableGetUsageMetrics200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetUsageMetrics200Response ¶
func NewNullableGetUsageMetrics200Response(val *GetUsageMetrics200Response) *NullableGetUsageMetrics200Response
func (NullableGetUsageMetrics200Response) Get ¶
func (v NullableGetUsageMetrics200Response) Get() *GetUsageMetrics200Response
func (NullableGetUsageMetrics200Response) IsSet ¶
func (v NullableGetUsageMetrics200Response) IsSet() bool
func (NullableGetUsageMetrics200Response) MarshalJSON ¶
func (v NullableGetUsageMetrics200Response) MarshalJSON() ([]byte, error)
func (*NullableGetUsageMetrics200Response) Set ¶
func (v *NullableGetUsageMetrics200Response) Set(val *GetUsageMetrics200Response)
func (*NullableGetUsageMetrics200Response) UnmarshalJSON ¶
func (v *NullableGetUsageMetrics200Response) UnmarshalJSON(src []byte) error
func (*NullableGetUsageMetrics200Response) Unset ¶
func (v *NullableGetUsageMetrics200Response) Unset()
type NullableGetUsageMetrics200ResponseBody ¶
type NullableGetUsageMetrics200ResponseBody struct {
// contains filtered or unexported fields
}
func NewNullableGetUsageMetrics200ResponseBody ¶
func NewNullableGetUsageMetrics200ResponseBody(val *GetUsageMetrics200ResponseBody) *NullableGetUsageMetrics200ResponseBody
func (NullableGetUsageMetrics200ResponseBody) Get ¶
func (v NullableGetUsageMetrics200ResponseBody) Get() *GetUsageMetrics200ResponseBody
func (NullableGetUsageMetrics200ResponseBody) IsSet ¶
func (v NullableGetUsageMetrics200ResponseBody) IsSet() bool
func (NullableGetUsageMetrics200ResponseBody) MarshalJSON ¶
func (v NullableGetUsageMetrics200ResponseBody) MarshalJSON() ([]byte, error)
func (*NullableGetUsageMetrics200ResponseBody) Set ¶
func (v *NullableGetUsageMetrics200ResponseBody) Set(val *GetUsageMetrics200ResponseBody)
func (*NullableGetUsageMetrics200ResponseBody) UnmarshalJSON ¶
func (v *NullableGetUsageMetrics200ResponseBody) UnmarshalJSON(src []byte) error
func (*NullableGetUsageMetrics200ResponseBody) Unset ¶
func (v *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 NewNullableIdentityDistribution ¶
func NewNullableIdentityDistribution(val *IdentityDistribution) *NullableIdentityDistribution
func (NullableIdentityDistribution) Get ¶
func (v NullableIdentityDistribution) Get() *IdentityDistribution
func (NullableIdentityDistribution) IsSet ¶
func (v NullableIdentityDistribution) IsSet() bool
func (NullableIdentityDistribution) MarshalJSON ¶
func (v NullableIdentityDistribution) MarshalJSON() ([]byte, error)
func (*NullableIdentityDistribution) Set ¶
func (v *NullableIdentityDistribution) Set(val *IdentityDistribution)
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 (v NullableIdentityType) Get() *IdentityType
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 (v NullableIdentityWithStats) Get() *IdentityWithStats
func (NullableIdentityWithStats) IsSet ¶
func (v NullableIdentityWithStats) IsSet() bool
func (NullableIdentityWithStats) MarshalJSON ¶
func (v NullableIdentityWithStats) MarshalJSON() ([]byte, error)
func (*NullableIdentityWithStats) Set ¶
func (v *NullableIdentityWithStats) Set(val *IdentityWithStats)
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 NewNullableKeysInformationInner ¶
func NewNullableKeysInformationInner(val *KeysInformationInner) *NullableKeysInformationInner
func (NullableKeysInformationInner) Get ¶
func (v NullableKeysInformationInner) Get() *KeysInformationInner
func (NullableKeysInformationInner) IsSet ¶
func (v NullableKeysInformationInner) IsSet() bool
func (NullableKeysInformationInner) MarshalJSON ¶
func (v NullableKeysInformationInner) MarshalJSON() ([]byte, error)
func (*NullableKeysInformationInner) Set ¶
func (v *NullableKeysInformationInner) Set(val *KeysInformationInner)
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 NewNullablePatchApplicationsRequest ¶
func NewNullablePatchApplicationsRequest(val *PatchApplicationsRequest) *NullablePatchApplicationsRequest
func (NullablePatchApplicationsRequest) Get ¶
func (v NullablePatchApplicationsRequest) Get() *PatchApplicationsRequest
func (NullablePatchApplicationsRequest) IsSet ¶
func (v NullablePatchApplicationsRequest) IsSet() bool
func (NullablePatchApplicationsRequest) MarshalJSON ¶
func (v NullablePatchApplicationsRequest) MarshalJSON() ([]byte, error)
func (*NullablePatchApplicationsRequest) Set ¶
func (v *NullablePatchApplicationsRequest) Set(val *PatchApplicationsRequest)
func (*NullablePatchApplicationsRequest) UnmarshalJSON ¶
func (v *NullablePatchApplicationsRequest) UnmarshalJSON(src []byte) error
func (*NullablePatchApplicationsRequest) Unset ¶
func (v *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 NewNullablePostIdentitiesRequest ¶
func NewNullablePostIdentitiesRequest(val *PostIdentitiesRequest) *NullablePostIdentitiesRequest
func (NullablePostIdentitiesRequest) Get ¶
func (v NullablePostIdentitiesRequest) Get() *PostIdentitiesRequest
func (NullablePostIdentitiesRequest) IsSet ¶
func (v NullablePostIdentitiesRequest) IsSet() bool
func (NullablePostIdentitiesRequest) MarshalJSON ¶
func (v NullablePostIdentitiesRequest) MarshalJSON() ([]byte, error)
func (*NullablePostIdentitiesRequest) Set ¶
func (v *NullablePostIdentitiesRequest) Set(val *PostIdentitiesRequest)
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 NewNullablePrivateApplicationGroup ¶
func NewNullablePrivateApplicationGroup(val *PrivateApplicationGroup) *NullablePrivateApplicationGroup
func (NullablePrivateApplicationGroup) Get ¶
func (v NullablePrivateApplicationGroup) Get() *PrivateApplicationGroup
func (NullablePrivateApplicationGroup) IsSet ¶
func (v NullablePrivateApplicationGroup) IsSet() bool
func (NullablePrivateApplicationGroup) MarshalJSON ¶
func (v NullablePrivateApplicationGroup) MarshalJSON() ([]byte, error)
func (*NullablePrivateApplicationGroup) Set ¶
func (v *NullablePrivateApplicationGroup) Set(val *PrivateApplicationGroup)
func (*NullablePrivateApplicationGroup) UnmarshalJSON ¶
func (v *NullablePrivateApplicationGroup) UnmarshalJSON(src []byte) error
func (*NullablePrivateApplicationGroup) Unset ¶
func (v *NullablePrivateApplicationGroup) Unset()
type NullablePrivateResourceDetailedStatsIdentities ¶
type NullablePrivateResourceDetailedStatsIdentities struct {
// contains filtered or unexported fields
}
func NewNullablePrivateResourceDetailedStatsIdentities ¶
func NewNullablePrivateResourceDetailedStatsIdentities(val *PrivateResourceDetailedStatsIdentities) *NullablePrivateResourceDetailedStatsIdentities
func (NullablePrivateResourceDetailedStatsIdentities) IsSet ¶
func (v NullablePrivateResourceDetailedStatsIdentities) IsSet() bool
func (NullablePrivateResourceDetailedStatsIdentities) MarshalJSON ¶
func (v NullablePrivateResourceDetailedStatsIdentities) MarshalJSON() ([]byte, error)
func (*NullablePrivateResourceDetailedStatsIdentities) Set ¶
func (v *NullablePrivateResourceDetailedStatsIdentities) Set(val *PrivateResourceDetailedStatsIdentities)
func (*NullablePrivateResourceDetailedStatsIdentities) UnmarshalJSON ¶
func (v *NullablePrivateResourceDetailedStatsIdentities) UnmarshalJSON(src []byte) error
func (*NullablePrivateResourceDetailedStatsIdentities) Unset ¶
func (v *NullablePrivateResourceDetailedStatsIdentities) Unset()
type NullablePrivateResourceDetailedStatsTimerange ¶
type NullablePrivateResourceDetailedStatsTimerange struct {
// contains filtered or unexported fields
}
func NewNullablePrivateResourceDetailedStatsTimerange ¶
func NewNullablePrivateResourceDetailedStatsTimerange(val *PrivateResourceDetailedStatsTimerange) *NullablePrivateResourceDetailedStatsTimerange
func (NullablePrivateResourceDetailedStatsTimerange) IsSet ¶
func (v NullablePrivateResourceDetailedStatsTimerange) IsSet() bool
func (NullablePrivateResourceDetailedStatsTimerange) MarshalJSON ¶
func (v NullablePrivateResourceDetailedStatsTimerange) MarshalJSON() ([]byte, error)
func (*NullablePrivateResourceDetailedStatsTimerange) Set ¶
func (v *NullablePrivateResourceDetailedStatsTimerange) Set(val *PrivateResourceDetailedStatsTimerange)
func (*NullablePrivateResourceDetailedStatsTimerange) UnmarshalJSON ¶
func (v *NullablePrivateResourceDetailedStatsTimerange) UnmarshalJSON(src []byte) error
func (*NullablePrivateResourceDetailedStatsTimerange) Unset ¶
func (v *NullablePrivateResourceDetailedStatsTimerange) Unset()
type NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount ¶
type NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount struct {
// contains filtered or unexported fields
}
func NewNullablePrivateResourceDetailedStatsTimerangeTotalHitsCount ¶
func NewNullablePrivateResourceDetailedStatsTimerangeTotalHitsCount(val *PrivateResourceDetailedStatsTimerangeTotalHitsCount) *NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount
func (NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) IsSet ¶
func (v NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) IsSet() bool
func (NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) MarshalJSON ¶
func (v NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) MarshalJSON() ([]byte, error)
func (*NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) UnmarshalJSON ¶
func (v *NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) UnmarshalJSON(src []byte) error
func (*NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) Unset ¶
func (v *NullablePrivateResourceDetailedStatsTimerangeTotalHitsCount) Unset()
type NullablePrivateResourceStats ¶
type NullablePrivateResourceStats struct {
// contains filtered or unexported fields
}
func NewNullablePrivateResourceStats ¶
func NewNullablePrivateResourceStats(val *PrivateResourceStats) *NullablePrivateResourceStats
func (NullablePrivateResourceStats) Get ¶
func (v NullablePrivateResourceStats) Get() *PrivateResourceStats
func (NullablePrivateResourceStats) IsSet ¶
func (v NullablePrivateResourceStats) IsSet() bool
func (NullablePrivateResourceStats) MarshalJSON ¶
func (v NullablePrivateResourceStats) MarshalJSON() ([]byte, error)
func (*NullablePrivateResourceStats) Set ¶
func (v *NullablePrivateResourceStats) Set(val *PrivateResourceStats)
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 (v NullableProtocolIdentity) Get() *ProtocolIdentity
func (NullableProtocolIdentity) IsSet ¶
func (v NullableProtocolIdentity) IsSet() bool
func (NullableProtocolIdentity) MarshalJSON ¶
func (v NullableProtocolIdentity) MarshalJSON() ([]byte, error)
func (*NullableProtocolIdentity) Set ¶
func (v *NullableProtocolIdentity) Set(val *ProtocolIdentity)
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 NewNullableProtocolIdentityList ¶
func NewNullableProtocolIdentityList(val *ProtocolIdentityList) *NullableProtocolIdentityList
func (NullableProtocolIdentityList) Get ¶
func (v NullableProtocolIdentityList) Get() *ProtocolIdentityList
func (NullableProtocolIdentityList) IsSet ¶
func (v NullableProtocolIdentityList) IsSet() bool
func (NullableProtocolIdentityList) MarshalJSON ¶
func (v NullableProtocolIdentityList) MarshalJSON() ([]byte, error)
func (*NullableProtocolIdentityList) Set ¶
func (v *NullableProtocolIdentityList) Set(val *ProtocolIdentityList)
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 (v NullableProtocolList) Get() *ProtocolList
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 (v NullableProtocolObject) Get() *ProtocolObject
func (NullableProtocolObject) IsSet ¶
func (v NullableProtocolObject) IsSet() bool
func (NullableProtocolObject) MarshalJSON ¶
func (v NullableProtocolObject) MarshalJSON() ([]byte, error)
func (*NullableProtocolObject) Set ¶
func (v *NullableProtocolObject) Set(val *ProtocolObject)
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 NewNullableProtocolObjectInList ¶
func NewNullableProtocolObjectInList(val *ProtocolObjectInList) *NullableProtocolObjectInList
func (NullableProtocolObjectInList) Get ¶
func (v NullableProtocolObjectInList) Get() *ProtocolObjectInList
func (NullableProtocolObjectInList) IsSet ¶
func (v NullableProtocolObjectInList) IsSet() bool
func (NullableProtocolObjectInList) MarshalJSON ¶
func (v NullableProtocolObjectInList) MarshalJSON() ([]byte, error)
func (*NullableProtocolObjectInList) Set ¶
func (v *NullableProtocolObjectInList) Set(val *ProtocolObjectInList)
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 (v NullableRemoteAccess) Get() *RemoteAccess
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 NewNullableRemoteAccessIdentitiesInner ¶
func NewNullableRemoteAccessIdentitiesInner(val *RemoteAccessIdentitiesInner) *NullableRemoteAccessIdentitiesInner
func (NullableRemoteAccessIdentitiesInner) Get ¶
func (v NullableRemoteAccessIdentitiesInner) Get() *RemoteAccessIdentitiesInner
func (NullableRemoteAccessIdentitiesInner) IsSet ¶
func (v NullableRemoteAccessIdentitiesInner) IsSet() bool
func (NullableRemoteAccessIdentitiesInner) MarshalJSON ¶
func (v NullableRemoteAccessIdentitiesInner) MarshalJSON() ([]byte, error)
func (*NullableRemoteAccessIdentitiesInner) Set ¶
func (v *NullableRemoteAccessIdentitiesInner) Set(val *RemoteAccessIdentitiesInner)
func (*NullableRemoteAccessIdentitiesInner) UnmarshalJSON ¶
func (v *NullableRemoteAccessIdentitiesInner) UnmarshalJSON(src []byte) error
func (*NullableRemoteAccessIdentitiesInner) Unset ¶
func (v *NullableRemoteAccessIdentitiesInner) Unset()
type NullableRemoteAccessIdentitiesInnerType ¶
type NullableRemoteAccessIdentitiesInnerType struct {
// contains filtered or unexported fields
}
func NewNullableRemoteAccessIdentitiesInnerType ¶
func NewNullableRemoteAccessIdentitiesInnerType(val *RemoteAccessIdentitiesInnerType) *NullableRemoteAccessIdentitiesInnerType
func (NullableRemoteAccessIdentitiesInnerType) IsSet ¶
func (v NullableRemoteAccessIdentitiesInnerType) IsSet() bool
func (NullableRemoteAccessIdentitiesInnerType) MarshalJSON ¶
func (v NullableRemoteAccessIdentitiesInnerType) MarshalJSON() ([]byte, error)
func (*NullableRemoteAccessIdentitiesInnerType) Set ¶
func (v *NullableRemoteAccessIdentitiesInnerType) Set(val *RemoteAccessIdentitiesInnerType)
func (*NullableRemoteAccessIdentitiesInnerType) UnmarshalJSON ¶
func (v *NullableRemoteAccessIdentitiesInnerType) UnmarshalJSON(src []byte) error
func (*NullableRemoteAccessIdentitiesInnerType) Unset ¶
func (v *NullableRemoteAccessIdentitiesInnerType) Unset()
type NullableRequestAndConnectionCounts ¶
type NullableRequestAndConnectionCounts struct {
// contains filtered or unexported fields
}
func NewNullableRequestAndConnectionCounts ¶
func NewNullableRequestAndConnectionCounts(val *RequestAndConnectionCounts) *NullableRequestAndConnectionCounts
func (NullableRequestAndConnectionCounts) Get ¶
func (v NullableRequestAndConnectionCounts) Get() *RequestAndConnectionCounts
func (NullableRequestAndConnectionCounts) IsSet ¶
func (v NullableRequestAndConnectionCounts) IsSet() bool
func (NullableRequestAndConnectionCounts) MarshalJSON ¶
func (v NullableRequestAndConnectionCounts) MarshalJSON() ([]byte, error)
func (*NullableRequestAndConnectionCounts) Set ¶
func (v *NullableRequestAndConnectionCounts) Set(val *RequestAndConnectionCounts)
func (*NullableRequestAndConnectionCounts) UnmarshalJSON ¶
func (v *NullableRequestAndConnectionCounts) UnmarshalJSON(src []byte) error
func (*NullableRequestAndConnectionCounts) Unset ¶
func (v *NullableRequestAndConnectionCounts) Unset()
type NullableRequestCounts ¶
type NullableRequestCounts struct {
// contains filtered or unexported fields
}
func NewNullableRequestCounts ¶
func NewNullableRequestCounts(val *RequestCounts) *NullableRequestCounts
func (NullableRequestCounts) Get ¶
func (v NullableRequestCounts) Get() *RequestCounts
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 NewNullableRequestDetailsListInner ¶
func NewNullableRequestDetailsListInner(val *RequestDetailsListInner) *NullableRequestDetailsListInner
func (NullableRequestDetailsListInner) Get ¶
func (v NullableRequestDetailsListInner) Get() *RequestDetailsListInner
func (NullableRequestDetailsListInner) IsSet ¶
func (v NullableRequestDetailsListInner) IsSet() bool
func (NullableRequestDetailsListInner) MarshalJSON ¶
func (v NullableRequestDetailsListInner) MarshalJSON() ([]byte, error)
func (*NullableRequestDetailsListInner) Set ¶
func (v *NullableRequestDetailsListInner) Set(val *RequestDetailsListInner)
func (*NullableRequestDetailsListInner) UnmarshalJSON ¶
func (v *NullableRequestDetailsListInner) UnmarshalJSON(src []byte) error
func (*NullableRequestDetailsListInner) Unset ¶
func (v *NullableRequestDetailsListInner) Unset()
type NullableRequestSummaryAppConnector ¶
type NullableRequestSummaryAppConnector struct {
// contains filtered or unexported fields
}
func NewNullableRequestSummaryAppConnector ¶
func NewNullableRequestSummaryAppConnector(val *RequestSummaryAppConnector) *NullableRequestSummaryAppConnector
func (NullableRequestSummaryAppConnector) Get ¶
func (v NullableRequestSummaryAppConnector) Get() *RequestSummaryAppConnector
func (NullableRequestSummaryAppConnector) IsSet ¶
func (v NullableRequestSummaryAppConnector) IsSet() bool
func (NullableRequestSummaryAppConnector) MarshalJSON ¶
func (v NullableRequestSummaryAppConnector) MarshalJSON() ([]byte, error)
func (*NullableRequestSummaryAppConnector) Set ¶
func (v *NullableRequestSummaryAppConnector) Set(val *RequestSummaryAppConnector)
func (*NullableRequestSummaryAppConnector) UnmarshalJSON ¶
func (v *NullableRequestSummaryAppConnector) UnmarshalJSON(src []byte) error
func (*NullableRequestSummaryAppConnector) Unset ¶
func (v *NullableRequestSummaryAppConnector) Unset()
type NullableRequestSummaryAppConnectorGroup ¶
type NullableRequestSummaryAppConnectorGroup struct {
// contains filtered or unexported fields
}
func NewNullableRequestSummaryAppConnectorGroup ¶
func NewNullableRequestSummaryAppConnectorGroup(val *RequestSummaryAppConnectorGroup) *NullableRequestSummaryAppConnectorGroup
func (NullableRequestSummaryAppConnectorGroup) IsSet ¶
func (v NullableRequestSummaryAppConnectorGroup) IsSet() bool
func (NullableRequestSummaryAppConnectorGroup) MarshalJSON ¶
func (v NullableRequestSummaryAppConnectorGroup) MarshalJSON() ([]byte, error)
func (*NullableRequestSummaryAppConnectorGroup) Set ¶
func (v *NullableRequestSummaryAppConnectorGroup) Set(val *RequestSummaryAppConnectorGroup)
func (*NullableRequestSummaryAppConnectorGroup) UnmarshalJSON ¶
func (v *NullableRequestSummaryAppConnectorGroup) UnmarshalJSON(src []byte) error
func (*NullableRequestSummaryAppConnectorGroup) Unset ¶
func (v *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 NewNullableRequestsByAppConnector ¶
func NewNullableRequestsByAppConnector(val *RequestsByAppConnector) *NullableRequestsByAppConnector
func (NullableRequestsByAppConnector) Get ¶
func (v NullableRequestsByAppConnector) Get() *RequestsByAppConnector
func (NullableRequestsByAppConnector) IsSet ¶
func (v NullableRequestsByAppConnector) IsSet() bool
func (NullableRequestsByAppConnector) MarshalJSON ¶
func (v NullableRequestsByAppConnector) MarshalJSON() ([]byte, error)
func (*NullableRequestsByAppConnector) Set ¶
func (v *NullableRequestsByAppConnector) Set(val *RequestsByAppConnector)
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 NewNullableRequestsByAppConnectorGroup ¶
func NewNullableRequestsByAppConnectorGroup(val *RequestsByAppConnectorGroup) *NullableRequestsByAppConnectorGroup
func (NullableRequestsByAppConnectorGroup) Get ¶
func (v NullableRequestsByAppConnectorGroup) Get() *RequestsByAppConnectorGroup
func (NullableRequestsByAppConnectorGroup) IsSet ¶
func (v NullableRequestsByAppConnectorGroup) IsSet() bool
func (NullableRequestsByAppConnectorGroup) MarshalJSON ¶
func (v NullableRequestsByAppConnectorGroup) MarshalJSON() ([]byte, error)
func (*NullableRequestsByAppConnectorGroup) Set ¶
func (v *NullableRequestsByAppConnectorGroup) Set(val *RequestsByAppConnectorGroup)
func (*NullableRequestsByAppConnectorGroup) UnmarshalJSON ¶
func (v *NullableRequestsByAppConnectorGroup) UnmarshalJSON(src []byte) error
func (*NullableRequestsByAppConnectorGroup) Unset ¶
func (v *NullableRequestsByAppConnectorGroup) Unset()
type NullableRequestsInformationInner ¶
type NullableRequestsInformationInner struct {
// contains filtered or unexported fields
}
func NewNullableRequestsInformationInner ¶
func NewNullableRequestsInformationInner(val *RequestsInformationInner) *NullableRequestsInformationInner
func (NullableRequestsInformationInner) Get ¶
func (v NullableRequestsInformationInner) Get() *RequestsInformationInner
func (NullableRequestsInformationInner) IsSet ¶
func (v NullableRequestsInformationInner) IsSet() bool
func (NullableRequestsInformationInner) MarshalJSON ¶
func (v NullableRequestsInformationInner) MarshalJSON() ([]byte, error)
func (*NullableRequestsInformationInner) Set ¶
func (v *NullableRequestsInformationInner) Set(val *RequestsInformationInner)
func (*NullableRequestsInformationInner) UnmarshalJSON ¶
func (v *NullableRequestsInformationInner) UnmarshalJSON(src []byte) error
func (*NullableRequestsInformationInner) Unset ¶
func (v *NullableRequestsInformationInner) Unset()
type NullableRequestsbyHour ¶
type NullableRequestsbyHour struct {
// contains filtered or unexported fields
}
func NewNullableRequestsbyHour ¶
func NewNullableRequestsbyHour(val *RequestsbyHour) *NullableRequestsbyHour
func (NullableRequestsbyHour) Get ¶
func (v NullableRequestsbyHour) Get() *RequestsbyHour
func (NullableRequestsbyHour) IsSet ¶
func (v NullableRequestsbyHour) IsSet() bool
func (NullableRequestsbyHour) MarshalJSON ¶
func (v NullableRequestsbyHour) MarshalJSON() ([]byte, error)
func (*NullableRequestsbyHour) Set ¶
func (v *NullableRequestsbyHour) Set(val *RequestsbyHour)
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 (v NullableResponseData) Get() *ResponseData
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 NewNullableResponsesInformationInner ¶
func NewNullableResponsesInformationInner(val *ResponsesInformationInner) *NullableResponsesInformationInner
func (NullableResponsesInformationInner) Get ¶
func (v NullableResponsesInformationInner) Get() *ResponsesInformationInner
func (NullableResponsesInformationInner) IsSet ¶
func (v NullableResponsesInformationInner) IsSet() bool
func (NullableResponsesInformationInner) MarshalJSON ¶
func (v NullableResponsesInformationInner) MarshalJSON() ([]byte, error)
func (*NullableResponsesInformationInner) Set ¶
func (v *NullableResponsesInformationInner) Set(val *ResponsesInformationInner)
func (*NullableResponsesInformationInner) UnmarshalJSON ¶
func (v *NullableResponsesInformationInner) UnmarshalJSON(src []byte) error
func (*NullableResponsesInformationInner) Unset ¶
func (v *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 NewNullableRuleHitcountSummary ¶
func NewNullableRuleHitcountSummary(val *RuleHitcountSummary) *NullableRuleHitcountSummary
func (NullableRuleHitcountSummary) Get ¶
func (v NullableRuleHitcountSummary) Get() *RuleHitcountSummary
func (NullableRuleHitcountSummary) IsSet ¶
func (v NullableRuleHitcountSummary) IsSet() bool
func (NullableRuleHitcountSummary) MarshalJSON ¶
func (v NullableRuleHitcountSummary) MarshalJSON() ([]byte, error)
func (*NullableRuleHitcountSummary) Set ¶
func (v *NullableRuleHitcountSummary) Set(val *RuleHitcountSummary)
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 (v NullableRulesActivity) Get() *RulesActivity
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 NewNullableRulesActivity200Response ¶
func NewNullableRulesActivity200Response(val *RulesActivity200Response) *NullableRulesActivity200Response
func (NullableRulesActivity200Response) Get ¶
func (v NullableRulesActivity200Response) Get() *RulesActivity200Response
func (NullableRulesActivity200Response) IsSet ¶
func (v NullableRulesActivity200Response) IsSet() bool
func (NullableRulesActivity200Response) MarshalJSON ¶
func (v NullableRulesActivity200Response) MarshalJSON() ([]byte, error)
func (*NullableRulesActivity200Response) Set ¶
func (v *NullableRulesActivity200Response) Set(val *RulesActivity200Response)
func (*NullableRulesActivity200Response) UnmarshalJSON ¶
func (v *NullableRulesActivity200Response) UnmarshalJSON(src []byte) error
func (*NullableRulesActivity200Response) Unset ¶
func (v *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 (v NullableSignatureList) Get() *SignatureList
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 NewNullableSignatureListSummary ¶
func NewNullableSignatureListSummary(val *SignatureListSummary) *NullableSignatureListSummary
func (NullableSignatureListSummary) Get ¶
func (v NullableSignatureListSummary) Get() *SignatureListSummary
func (NullableSignatureListSummary) IsSet ¶
func (v NullableSignatureListSummary) IsSet() bool
func (NullableSignatureListSummary) MarshalJSON ¶
func (v NullableSignatureListSummary) MarshalJSON() ([]byte, error)
func (*NullableSignatureListSummary) Set ¶
func (v *NullableSignatureListSummary) Set(val *SignatureListSummary)
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 NewNullableSignatureListSummarySignaturesInner ¶
func NewNullableSignatureListSummarySignaturesInner(val *SignatureListSummarySignaturesInner) *NullableSignatureListSummarySignaturesInner
func (NullableSignatureListSummarySignaturesInner) IsSet ¶
func (v NullableSignatureListSummarySignaturesInner) IsSet() bool
func (NullableSignatureListSummarySignaturesInner) MarshalJSON ¶
func (v NullableSignatureListSummarySignaturesInner) MarshalJSON() ([]byte, error)
func (*NullableSignatureListSummarySignaturesInner) Set ¶
func (v *NullableSignatureListSummarySignaturesInner) Set(val *SignatureListSummarySignaturesInner)
func (*NullableSignatureListSummarySignaturesInner) UnmarshalJSON ¶
func (v *NullableSignatureListSummarySignaturesInner) UnmarshalJSON(src []byte) error
func (*NullableSignatureListSummarySignaturesInner) Unset ¶
func (v *NullableSignatureListSummarySignaturesInner) Unset()
type NullableSignatureListSummarySignaturesInnerCounts ¶
type NullableSignatureListSummarySignaturesInnerCounts struct {
// contains filtered or unexported fields
}
func NewNullableSignatureListSummarySignaturesInnerCounts ¶
func NewNullableSignatureListSummarySignaturesInnerCounts(val *SignatureListSummarySignaturesInnerCounts) *NullableSignatureListSummarySignaturesInnerCounts
func (NullableSignatureListSummarySignaturesInnerCounts) IsSet ¶
func (v NullableSignatureListSummarySignaturesInnerCounts) IsSet() bool
func (NullableSignatureListSummarySignaturesInnerCounts) MarshalJSON ¶
func (v NullableSignatureListSummarySignaturesInnerCounts) MarshalJSON() ([]byte, error)
func (*NullableSignatureListSummarySignaturesInnerCounts) UnmarshalJSON ¶
func (v *NullableSignatureListSummarySignaturesInnerCounts) UnmarshalJSON(src []byte) error
func (*NullableSignatureListSummarySignaturesInnerCounts) Unset ¶
func (v *NullableSignatureListSummarySignaturesInnerCounts) Unset()
type NullableSourcesInner ¶
type NullableSourcesInner struct {
// contains filtered or unexported fields
}
func NewNullableSourcesInner ¶
func NewNullableSourcesInner(val *SourcesInner) *NullableSourcesInner
func (NullableSourcesInner) Get ¶
func (v NullableSourcesInner) Get() *SourcesInner
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 (v NullableStatusCodeBody) Get() *StatusCodeBody
func (NullableStatusCodeBody) IsSet ¶
func (v NullableStatusCodeBody) IsSet() bool
func (NullableStatusCodeBody) MarshalJSON ¶
func (v NullableStatusCodeBody) MarshalJSON() ([]byte, error)
func (*NullableStatusCodeBody) Set ¶
func (v *NullableStatusCodeBody) Set(val *StatusCodeBody)
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 (v NullableSummaryData) Get() *SummaryData
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 NewNullableSummaryWithCategory ¶
func NewNullableSummaryWithCategory(val *SummaryWithCategory) *NullableSummaryWithCategory
func (NullableSummaryWithCategory) Get ¶
func (v NullableSummaryWithCategory) Get() *SummaryWithCategory
func (NullableSummaryWithCategory) IsSet ¶
func (v NullableSummaryWithCategory) IsSet() bool
func (NullableSummaryWithCategory) MarshalJSON ¶
func (v NullableSummaryWithCategory) MarshalJSON() ([]byte, error)
func (*NullableSummaryWithCategory) Set ¶
func (v *NullableSummaryWithCategory) Set(val *SummaryWithCategory)
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 NewNullableSummaryWithDestination ¶
func NewNullableSummaryWithDestination(val *SummaryWithDestination) *NullableSummaryWithDestination
func (NullableSummaryWithDestination) Get ¶
func (v NullableSummaryWithDestination) Get() *SummaryWithDestination
func (NullableSummaryWithDestination) IsSet ¶
func (v NullableSummaryWithDestination) IsSet() bool
func (NullableSummaryWithDestination) MarshalJSON ¶
func (v NullableSummaryWithDestination) MarshalJSON() ([]byte, error)
func (*NullableSummaryWithDestination) Set ¶
func (v *NullableSummaryWithDestination) Set(val *SummaryWithDestination)
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 NewNullableTimeSeriesAppConnectorAgentData ¶
func NewNullableTimeSeriesAppConnectorAgentData(val *TimeSeriesAppConnectorAgentData) *NullableTimeSeriesAppConnectorAgentData
func (NullableTimeSeriesAppConnectorAgentData) IsSet ¶
func (v NullableTimeSeriesAppConnectorAgentData) IsSet() bool
func (NullableTimeSeriesAppConnectorAgentData) MarshalJSON ¶
func (v NullableTimeSeriesAppConnectorAgentData) MarshalJSON() ([]byte, error)
func (*NullableTimeSeriesAppConnectorAgentData) Set ¶
func (v *NullableTimeSeriesAppConnectorAgentData) Set(val *TimeSeriesAppConnectorAgentData)
func (*NullableTimeSeriesAppConnectorAgentData) UnmarshalJSON ¶
func (v *NullableTimeSeriesAppConnectorAgentData) UnmarshalJSON(src []byte) error
func (*NullableTimeSeriesAppConnectorAgentData) Unset ¶
func (v *NullableTimeSeriesAppConnectorAgentData) Unset()
type NullableTimeSeriesAppConnectorGroupData ¶
type NullableTimeSeriesAppConnectorGroupData struct {
// contains filtered or unexported fields
}
func NewNullableTimeSeriesAppConnectorGroupData ¶
func NewNullableTimeSeriesAppConnectorGroupData(val *TimeSeriesAppConnectorGroupData) *NullableTimeSeriesAppConnectorGroupData
func (NullableTimeSeriesAppConnectorGroupData) IsSet ¶
func (v NullableTimeSeriesAppConnectorGroupData) IsSet() bool
func (NullableTimeSeriesAppConnectorGroupData) MarshalJSON ¶
func (v NullableTimeSeriesAppConnectorGroupData) MarshalJSON() ([]byte, error)
func (*NullableTimeSeriesAppConnectorGroupData) Set ¶
func (v *NullableTimeSeriesAppConnectorGroupData) Set(val *TimeSeriesAppConnectorGroupData)
func (*NullableTimeSeriesAppConnectorGroupData) UnmarshalJSON ¶
func (v *NullableTimeSeriesAppConnectorGroupData) UnmarshalJSON(src []byte) error
func (*NullableTimeSeriesAppConnectorGroupData) Unset ¶
func (v *NullableTimeSeriesAppConnectorGroupData) Unset()
type NullableTimeSeriesHitsCount ¶
type NullableTimeSeriesHitsCount struct {
// contains filtered or unexported fields
}
func NewNullableTimeSeriesHitsCount ¶
func NewNullableTimeSeriesHitsCount(val *TimeSeriesHitsCount) *NullableTimeSeriesHitsCount
func (NullableTimeSeriesHitsCount) Get ¶
func (v NullableTimeSeriesHitsCount) Get() *TimeSeriesHitsCount
func (NullableTimeSeriesHitsCount) IsSet ¶
func (v NullableTimeSeriesHitsCount) IsSet() bool
func (NullableTimeSeriesHitsCount) MarshalJSON ¶
func (v NullableTimeSeriesHitsCount) MarshalJSON() ([]byte, error)
func (*NullableTimeSeriesHitsCount) Set ¶
func (v *NullableTimeSeriesHitsCount) Set(val *TimeSeriesHitsCount)
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 (v NullableTopCategory) Get() *TopCategory
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 (v NullableTopDestination) Get() *TopDestination
func (NullableTopDestination) IsSet ¶
func (v NullableTopDestination) IsSet() bool
func (NullableTopDestination) MarshalJSON ¶
func (v NullableTopDestination) MarshalJSON() ([]byte, error)
func (*NullableTopDestination) Set ¶
func (v *NullableTopDestination) Set(val *TopDestination)
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 (v NullableTopDnsQueryType) Get() *TopDnsQueryType
func (NullableTopDnsQueryType) IsSet ¶
func (v NullableTopDnsQueryType) IsSet() bool
func (NullableTopDnsQueryType) MarshalJSON ¶
func (v NullableTopDnsQueryType) MarshalJSON() ([]byte, error)
func (*NullableTopDnsQueryType) Set ¶
func (v *NullableTopDnsQueryType) Set(val *TopDnsQueryType)
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 (v NullableTopEventType) Get() *TopEventType
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 (v NullableTopIdentity) Get() *TopIdentity
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 (v NullableTopResource) Get() *TopResource
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 NewNullableTopResourceApplication ¶
func NewNullableTopResourceApplication(val *TopResourceApplication) *NullableTopResourceApplication
func (NullableTopResourceApplication) Get ¶
func (v NullableTopResourceApplication) Get() *TopResourceApplication
func (NullableTopResourceApplication) IsSet ¶
func (v NullableTopResourceApplication) IsSet() bool
func (NullableTopResourceApplication) MarshalJSON ¶
func (v NullableTopResourceApplication) MarshalJSON() ([]byte, error)
func (*NullableTopResourceApplication) Set ¶
func (v *NullableTopResourceApplication) Set(val *TopResourceApplication)
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 (v NullableTopThreatTypes) Get() *TopThreatTypes
func (NullableTopThreatTypes) IsSet ¶
func (v NullableTopThreatTypes) IsSet() bool
func (NullableTopThreatTypes) MarshalJSON ¶
func (v NullableTopThreatTypes) MarshalJSON() ([]byte, error)
func (*NullableTopThreatTypes) Set ¶
func (v *NullableTopThreatTypes) Set(val *TopThreatTypes)
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 (v NullableTotalRequest) Get() *TotalRequest
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 (v NullableTunnelStatus) Get() *TunnelStatus
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 (v NullableUniqueResources) Get() *UniqueResources
func (NullableUniqueResources) IsSet ¶
func (v NullableUniqueResources) IsSet() bool
func (NullableUniqueResources) MarshalJSON ¶
func (v NullableUniqueResources) MarshalJSON() ([]byte, error)
func (*NullableUniqueResources) Set ¶
func (v *NullableUniqueResources) Set(val *UniqueResources)
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 NewNullableUpdateApplicationRequest ¶
func NewNullableUpdateApplicationRequest(val *UpdateApplicationRequest) *NullableUpdateApplicationRequest
func (NullableUpdateApplicationRequest) Get ¶
func (v NullableUpdateApplicationRequest) Get() *UpdateApplicationRequest
func (NullableUpdateApplicationRequest) IsSet ¶
func (v NullableUpdateApplicationRequest) IsSet() bool
func (NullableUpdateApplicationRequest) MarshalJSON ¶
func (v NullableUpdateApplicationRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateApplicationRequest) Set ¶
func (v *NullableUpdateApplicationRequest) Set(val *UpdateApplicationRequest)
func (*NullableUpdateApplicationRequest) UnmarshalJSON ¶
func (v *NullableUpdateApplicationRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateApplicationRequest) Unset ¶
func (v *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 (v NullableUsageMeterItem) Get() *UsageMeterItem
func (NullableUsageMeterItem) IsSet ¶
func (v NullableUsageMeterItem) IsSet() bool
func (NullableUsageMeterItem) MarshalJSON ¶
func (v NullableUsageMeterItem) MarshalJSON() ([]byte, error)
func (*NullableUsageMeterItem) Set ¶
func (v *NullableUsageMeterItem) Set(val *UsageMeterItem)
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 (v NullableVerdictDetected) Get() *VerdictDetected
func (NullableVerdictDetected) IsSet ¶
func (v NullableVerdictDetected) IsSet() bool
func (NullableVerdictDetected) MarshalJSON ¶
func (v NullableVerdictDetected) MarshalJSON() ([]byte, error)
func (*NullableVerdictDetected) Set ¶
func (v *NullableVerdictDetected) Set(val *VerdictDetected)
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 (v NullableWeightedRisk) Get() *WeightedRisk
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 (v NullableZtnaApplication) Get() *ZtnaApplication
func (NullableZtnaApplication) IsSet ¶
func (v NullableZtnaApplication) IsSet() bool
func (NullableZtnaApplication) MarshalJSON ¶
func (v NullableZtnaApplication) MarshalJSON() ([]byte, error)
func (*NullableZtnaApplication) Set ¶
func (v *NullableZtnaApplication) Set(val *ZtnaApplication)
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 NewNullableZtnaApplicationCategory ¶
func NewNullableZtnaApplicationCategory(val *ZtnaApplicationCategory) *NullableZtnaApplicationCategory
func (NullableZtnaApplicationCategory) Get ¶
func (v NullableZtnaApplicationCategory) Get() *ZtnaApplicationCategory
func (NullableZtnaApplicationCategory) IsSet ¶
func (v NullableZtnaApplicationCategory) IsSet() bool
func (NullableZtnaApplicationCategory) MarshalJSON ¶
func (v NullableZtnaApplicationCategory) MarshalJSON() ([]byte, error)
func (*NullableZtnaApplicationCategory) Set ¶
func (v *NullableZtnaApplicationCategory) Set(val *ZtnaApplicationCategory)
func (*NullableZtnaApplicationCategory) UnmarshalJSON ¶
func (v *NullableZtnaApplicationCategory) UnmarshalJSON(src []byte) error
func (*NullableZtnaApplicationCategory) Unset ¶
func (v *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 (v NullableZtnaPolicyRuleset) Get() *ZtnaPolicyRuleset
func (NullableZtnaPolicyRuleset) IsSet ¶
func (v NullableZtnaPolicyRuleset) IsSet() bool
func (NullableZtnaPolicyRuleset) MarshalJSON ¶
func (v NullableZtnaPolicyRuleset) MarshalJSON() ([]byte, error)
func (*NullableZtnaPolicyRuleset) Set ¶
func (v *NullableZtnaPolicyRuleset) Set(val *ZtnaPolicyRuleset)
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 NewNullableZtnaPolicyRulesetRule ¶
func NewNullableZtnaPolicyRulesetRule(val *ZtnaPolicyRulesetRule) *NullableZtnaPolicyRulesetRule
func (NullableZtnaPolicyRulesetRule) Get ¶
func (v NullableZtnaPolicyRulesetRule) Get() *ZtnaPolicyRulesetRule
func (NullableZtnaPolicyRulesetRule) IsSet ¶
func (v NullableZtnaPolicyRulesetRule) IsSet() bool
func (NullableZtnaPolicyRulesetRule) MarshalJSON ¶
func (v NullableZtnaPolicyRulesetRule) MarshalJSON() ([]byte, error)
func (*NullableZtnaPolicyRulesetRule) Set ¶
func (v *NullableZtnaPolicyRulesetRule) Set(val *ZtnaPolicyRulesetRule)
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 (v NullableZtnaSummary) Get() *ZtnaSummary
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 ¶
func (a *OrganizationRequestsByHourAPIService) GetOrganizationRequestsByHour(ctx context.Context, type_ string) ApiGetOrganizationRequestsByHourRequest
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 ¶
func (a *OrganizationRequestsByHourAPIService) GetOrganizationRequestsByHourExecute(r ApiGetOrganizationRequestsByHourRequest) (*GetRequestsByHour200Response, *http.Response, error)
Execute executes the request
@return GetRequestsByHour200Response
func (*OrganizationRequestsByHourAPIService) GetRequestsByHour ¶
func (a *OrganizationRequestsByHourAPIService) GetRequestsByHour(ctx context.Context) ApiGetRequestsByHourRequest
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 ¶
func (a *OrganizationRequestsByHourAPIService) GetRequestsByHourExecute(r ApiGetRequestsByHourRequest) (*GetRequestsByHour200Response, *http.Response, error)
Execute executes the request
@return GetRequestsByHour200Response
type OrganizationRequestsByHourAndCategoryAPIService ¶
type OrganizationRequestsByHourAndCategoryAPIService service
OrganizationRequestsByHourAndCategoryAPIService OrganizationRequestsByHourAndCategoryAPI service
func (*OrganizationRequestsByHourAndCategoryAPIService) GetRequestsByHourAndCategory ¶
func (a *OrganizationRequestsByHourAndCategoryAPIService) GetRequestsByHourAndCategory(ctx context.Context) ApiGetRequestsByHourAndCategoryRequest
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 ¶
func (a *OrganizationRequestsByHourAndCategoryAPIService) GetRequestsByHourAndCategoryAndType(ctx context.Context, type_ string) ApiGetRequestsByHourAndCategoryAndTypeRequest
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 ¶
func (a *OrganizationRequestsByHourAndCategoryAPIService) GetRequestsByHourAndCategoryAndTypeExecute(r ApiGetRequestsByHourAndCategoryAndTypeRequest) (*GetRequestsByHourAndCategory200Response, *http.Response, error)
Execute executes the request
@return GetRequestsByHourAndCategory200Response
func (*OrganizationRequestsByHourAndCategoryAPIService) GetRequestsByHourAndCategoryExecute ¶
func (a *OrganizationRequestsByHourAndCategoryAPIService) GetRequestsByHourAndCategoryExecute(r ApiGetRequestsByHourAndCategoryRequest) (*GetRequestsByHourAndCategory200Response, *http.Response, error)
Execute executes the request
@return GetRequestsByHourAndCategory200Response
type OrganizationRequestsByTimerangeAPIService ¶
type OrganizationRequestsByTimerangeAPIService service
OrganizationRequestsByTimerangeAPIService OrganizationRequestsByTimerangeAPI service
func (*OrganizationRequestsByTimerangeAPIService) GetRequestsByTimerange ¶
func (a *OrganizationRequestsByTimerangeAPIService) GetRequestsByTimerange(ctx context.Context) ApiGetRequestsByTimerangeRequest
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 ¶
func (a *OrganizationRequestsByTimerangeAPIService) GetRequestsByTimerangeExecute(r ApiGetRequestsByTimerangeRequest) (*GetRequestsByTimerange200Response, *http.Response, error)
Execute executes the request
@return GetRequestsByTimerange200Response
func (*OrganizationRequestsByTimerangeAPIService) GetRequestsByTimerangeType ¶
func (a *OrganizationRequestsByTimerangeAPIService) GetRequestsByTimerangeType(ctx context.Context, type_ string) ApiGetRequestsByTimerangeTypeRequest
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 ¶
func (a *OrganizationRequestsByTimerangeAPIService) GetRequestsByTimerangeTypeExecute(r ApiGetRequestsByTimerangeTypeRequest) (*GetRequestsByHour200Response, *http.Response, error)
Execute executes the request
@return GetRequestsByHour200Response
type OrganizationRequestsByTimerangeAndCategoryAPIService ¶
type OrganizationRequestsByTimerangeAndCategoryAPIService service
OrganizationRequestsByTimerangeAndCategoryAPIService OrganizationRequestsByTimerangeAndCategoryAPI service
func (*OrganizationRequestsByTimerangeAndCategoryAPIService) GetRequestsByTimerangeAndCategory ¶
func (a *OrganizationRequestsByTimerangeAndCategoryAPIService) GetRequestsByTimerangeAndCategory(ctx context.Context) ApiGetRequestsByTimerangeAndCategoryRequest
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 ¶
func (a *OrganizationRequestsByTimerangeAndCategoryAPIService) GetRequestsByTimerangeAndCategoryExecute(r ApiGetRequestsByTimerangeAndCategoryRequest) (*GetRequestsByHourAndCategory200Response, *http.Response, error)
Execute executes the request
@return GetRequestsByHourAndCategory200Response
func (*OrganizationRequestsByTimerangeAndCategoryAPIService) GetRequestsByTimerangeAndCategoryType ¶
func (a *OrganizationRequestsByTimerangeAndCategoryAPIService) GetRequestsByTimerangeAndCategoryType(ctx context.Context, type_ string) ApiGetRequestsByTimerangeAndCategoryTypeRequest
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 ¶
func (a *OrganizationRequestsByTimerangeAndCategoryAPIService) GetRequestsByTimerangeAndCategoryTypeExecute(r ApiGetRequestsByTimerangeAndCategoryTypeRequest) (*GetRequestsByHourAndCategory200Response, *http.Response, error)
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 ¶
GetDestinationlistids returns the Destinationlistids field value
func (*Policy) GetDestinationlistidsOk ¶
GetDestinationlistidsOk returns a tuple with the Destinationlistids field value and a boolean to check if the value has been set.
func (*Policy) GetRuleid ¶
GetRuleid returns the Ruleid field value If the value is explicit nil, the zero value for int64 will be returned
func (*Policy) GetRuleidOk ¶
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 ¶
GetRulesetid returns the Rulesetid field value If the value is explicit nil, the zero value for int64 will be returned
func (*Policy) GetRulesetidOk ¶
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 ¶
GetTimebasedrule returns the Timebasedrule field value
func (*Policy) GetTimebasedruleOk ¶
GetTimebasedruleOk returns a tuple with the Timebasedrule field value and a boolean to check if the value has been set.
func (Policy) MarshalJSON ¶
func (*Policy) SetDestinationlistids ¶
SetDestinationlistids sets field value
func (*Policy) SetTimebasedrule ¶
SetTimebasedrule sets field value
func (*Policy) UnmarshalJSON ¶
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 ¶
func (a *PrivateResourceAPIService) GetPrivateResourceDetailedStatsIdentitiesExecute(r ApiGetPrivateResourceDetailedStatsIdentitiesRequest) (*GetPrivateResourceDetailedStatsIdentities200Response, *http.Response, error)
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 ¶
func (a *PrivateResourceAPIService) GetPrivateResourceDetailedStatsTimerangeExecute(r ApiGetPrivateResourceDetailedStatsTimerangeRequest) (*GetPrivateResourceDetailedStatsTimerange200Response, *http.Response, error)
Execute executes the request
@return GetPrivateResourceDetailedStatsTimerange200Response
func (*PrivateResourceAPIService) GetPrivateResourceStats ¶
func (a *PrivateResourceAPIService) GetPrivateResourceStats(ctx context.Context) ApiGetPrivateResourceStatsRequest
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 ¶
func (a *PrivateResourceAPIService) GetPrivateResourceStatsExecute(r ApiGetPrivateResourceStatsRequest) (*GetPrivateResourceStats200Response, *http.Response, error)
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 ¶
func (o *PrivateResourceDetailedStatsIdentities) GetIdentities() []IdentityWithStats
GetIdentities returns the Identities field value if set, zero value otherwise.
func (*PrivateResourceDetailedStatsIdentities) GetIdentitiesOk ¶
func (o *PrivateResourceDetailedStatsIdentities) GetIdentitiesOk() ([]IdentityWithStats, bool)
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 ¶
func (o *PrivateResourceDetailedStatsIdentities) SetIdentities(v []IdentityWithStats)
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 ¶
func (o *PrivateResourceDetailedStatsTimerange) GetTotalHitsCount() PrivateResourceDetailedStatsTimerangeTotalHitsCount
GetTotalHitsCount returns the TotalHitsCount field value if set, zero value otherwise.
func (*PrivateResourceDetailedStatsTimerange) GetTotalHitsCountOk ¶
func (o *PrivateResourceDetailedStatsTimerange) GetTotalHitsCountOk() (*PrivateResourceDetailedStatsTimerangeTotalHitsCount, bool)
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 ¶
func (o *PrivateResourceDetailedStatsTimerange) SetTotalHitsCount(v PrivateResourceDetailedStatsTimerangeTotalHitsCount)
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 ¶
func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetBlocked() int64
GetBlocked returns the Blocked field value if set, zero value otherwise.
func (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetBlockedOk ¶
func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) 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 (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetSuccess ¶
func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetSuccess() int64
GetSuccess returns the Success field value if set, zero value otherwise.
func (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetSuccessOk ¶
func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) 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 (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetTotal ¶
func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetTotal() int64
GetTotal returns the Total field value if set, zero value otherwise.
func (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetTotalOk ¶
func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) GetTotalOk() (*int64, bool)
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 ¶
func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) HasBlocked() bool
HasBlocked returns a boolean if a field has been set.
func (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) HasSuccess ¶
func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) HasTotal ¶
func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (PrivateResourceDetailedStatsTimerangeTotalHitsCount) MarshalJSON ¶
func (o PrivateResourceDetailedStatsTimerangeTotalHitsCount) MarshalJSON() ([]byte, error)
func (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) SetBlocked ¶
func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) SetBlocked(v int64)
SetBlocked gets a reference to the given int64 and assigns it to the Blocked field.
func (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) SetSuccess ¶
func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) SetSuccess(v int64)
SetSuccess gets a reference to the given int64 and assigns it to the Success field.
func (*PrivateResourceDetailedStatsTimerangeTotalHitsCount) SetTotal ¶
func (o *PrivateResourceDetailedStatsTimerangeTotalHitsCount) SetTotal(v int64)
SetTotal gets a reference to the given int64 and assigns it to the Total field.
func (PrivateResourceDetailedStatsTimerangeTotalHitsCount) ToMap ¶
func (o PrivateResourceDetailedStatsTimerangeTotalHitsCount) ToMap() (map[string]interface{}, error)
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 ¶
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) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Protocol) GetLabelOk ¶
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (Protocol) MarshalJSON ¶
func (*Protocol) UnmarshalJSON ¶
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 ¶
func (a *ProtocolsAPIService) GetProtocolExecute(r ApiGetProtocolRequest) (*ProtocolObject, *http.Response, error)
Execute executes the request
@return ProtocolObject
func (*ProtocolsAPIService) GetProtocols ¶
func (a *ProtocolsAPIService) GetProtocols(ctx context.Context) ApiGetProtocolsRequest
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 ¶
func (a *ProtocolsAPIService) GetProtocolsExecute(r ApiGetProtocolsRequest) (*ProtocolList, *http.Response, error)
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 ¶
func (a *RemoteAccessAPIService) GetRemoteAccessEvents(ctx context.Context) ApiGetRemoteAccessEventsRequest
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 ¶
func (a *RemoteAccessAPIService) GetRemoteAccessEventsExecute(r ApiGetRemoteAccessEventsRequest) (*GetRemoteAccessEvents200Response, *http.Response, error)
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 ¶
func (o *RemoteAccessIdentitiesInner) GetId() int64
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 ¶
func (o *RemoteAccessIdentitiesInner) GetType() RemoteAccessIdentitiesInnerType
GetType returns the Type field value if set, zero value otherwise.
func (*RemoteAccessIdentitiesInner) GetTypeOk ¶
func (o *RemoteAccessIdentitiesInner) GetTypeOk() (*RemoteAccessIdentitiesInnerType, 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 (*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 ¶
func (o *RemoteAccessIdentitiesInner) SetType(v RemoteAccessIdentitiesInnerType)
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 ¶
func (o *RemoteAccessIdentitiesInnerType) GetId() int64
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 ¶
func (o *RemoteAccessIdentitiesInnerType) GetLabel() string
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 ¶
func (o *RemoteAccessIdentitiesInnerType) GetType() string
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 ¶
func (o *RemoteAccessIdentitiesInnerType) HasId() bool
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 ¶
func (o *RemoteAccessIdentitiesInnerType) HasType() bool
HasType returns a boolean if a field has been set.
func (RemoteAccessIdentitiesInnerType) MarshalJSON ¶
func (o RemoteAccessIdentitiesInnerType) MarshalJSON() ([]byte, error)
func (*RemoteAccessIdentitiesInnerType) SetId ¶
func (o *RemoteAccessIdentitiesInnerType) SetId(v int64)
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 ¶
func (o *RemoteAccessIdentitiesInnerType) SetType(v string)
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) GetCountOk ¶
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*Requests) GetFromOk ¶
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) GetToOk ¶
GetToOk returns a tuple with the To field value and a boolean to check if the value has been set.
func (Requests) MarshalJSON ¶
func (*Requests) SetItems ¶
func (o *Requests) SetItems(v []RequestsInformationInner)
SetItems sets field value
func (*Requests) UnmarshalJSON ¶
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 ¶
func (o *RequestsByAppConnector) GetRequests() RequestSummaryAppConnector
GetRequests returns the Requests field value
func (*RequestsByAppConnector) GetRequestsOk ¶
func (o *RequestsByAppConnector) GetRequestsOk() (*RequestSummaryAppConnector, bool)
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 ¶
func (o *RequestsByAppConnector) SetRequests(v RequestSummaryAppConnector)
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 ¶
func (o *RequestsByAppConnectorGroup) GetId() int64
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 ¶
func (o *RequestsByAppConnectorGroup) GetRequests() RequestSummaryAppConnectorGroup
GetRequests returns the Requests field value
func (*RequestsByAppConnectorGroup) GetRequestsOk ¶
func (o *RequestsByAppConnectorGroup) GetRequestsOk() (*RequestSummaryAppConnectorGroup, bool)
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 ¶
func (o *RequestsByAppConnectorGroup) SetRequests(v RequestSummaryAppConnectorGroup)
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 ¶
func (o *RequestsInformationInner) GetRequests() []RequestDetailsListInner
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 ¶
func (o *RequestsInformationInner) SetRequests(v []RequestDetailsListInner)
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 ¶
func (a *RequestsResourceConnectorAPIService) GetTotalRequestsForAppConnector(ctx context.Context) ApiGetTotalRequestsForAppConnectorRequest
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 ¶
func (a *RequestsResourceConnectorAPIService) GetTotalRequestsForAppConnectorExecute(r ApiGetTotalRequestsForAppConnectorRequest) (*GetTotalRequestsForAppConnector200Response, *http.Response, error)
Execute executes the request
@return GetTotalRequestsForAppConnector200Response
func (*RequestsResourceConnectorAPIService) GetTotalRequestsForAppConnectorGroup ¶
func (a *RequestsResourceConnectorAPIService) GetTotalRequestsForAppConnectorGroup(ctx context.Context) ApiGetTotalRequestsForAppConnectorGroupRequest
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 ¶
func (a *RequestsResourceConnectorAPIService) GetTotalRequestsForAppConnectorGroupExecute(r ApiGetTotalRequestsForAppConnectorGroupRequest) (*GetTotalRequestsForAppConnectorGroup200Response, *http.Response, error)
Execute executes the request
@return GetTotalRequestsForAppConnectorGroup200Response
type RequestsSummaryResourceConnectorGroupsAPIService ¶
type RequestsSummaryResourceConnectorGroupsAPIService service
RequestsSummaryResourceConnectorGroupsAPIService RequestsSummaryResourceConnectorGroupsAPI service
func (*RequestsSummaryResourceConnectorGroupsAPIService) GetRequestsSummaryForAppConnectorGroups ¶
func (a *RequestsSummaryResourceConnectorGroupsAPIService) GetRequestsSummaryForAppConnectorGroups(ctx context.Context) ApiGetRequestsSummaryForAppConnectorGroupsRequest
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 ¶
func (a *RequestsSummaryResourceConnectorGroupsAPIService) GetRequestsSummaryForAppConnectorGroupsExecute(r ApiGetRequestsSummaryForAppConnectorGroupsRequest) (*GetRequestsSummaryForAppConnectorGroups200Response, *http.Response, error)
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 ¶
func (o *RequestsbyHour) GetCounts() RequestAndConnectionCounts
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 ¶
func (o *RequestsbyHour) SetCounts(v RequestAndConnectionCounts)
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 ¶
func (a *ResourceConnectorsAPIService) GetDetailedStatsForAppConnector(ctx context.Context) ApiGetDetailedStatsForAppConnectorRequest
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 ¶
func (a *ResourceConnectorsAPIService) GetDetailedStatsForAppConnectorExecute(r ApiGetDetailedStatsForAppConnectorRequest) (*GetDetailedStatsForAppConnector200Response, *http.Response, error)
Execute executes the request
@return GetDetailedStatsForAppConnector200Response
func (*ResourceConnectorsAPIService) GetDetailedStatsForAppConnectorGroups ¶
func (a *ResourceConnectorsAPIService) GetDetailedStatsForAppConnectorGroups(ctx context.Context) ApiGetDetailedStatsForAppConnectorGroupsRequest
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 ¶
func (a *ResourceConnectorsAPIService) GetDetailedStatsForAppConnectorGroupsExecute(r ApiGetDetailedStatsForAppConnectorGroupsRequest) (*GetDetailedStatsForAppConnectorGroups200Response, *http.Response, error)
Execute executes the request
@return GetDetailedStatsForAppConnectorGroups200Response
func (*ResourceConnectorsAPIService) GetOverloadedGroupsCount ¶
func (a *ResourceConnectorsAPIService) GetOverloadedGroupsCount(ctx context.Context) ApiGetOverloadedGroupsCountRequest
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 ¶
func (a *ResourceConnectorsAPIService) GetOverloadedGroupsCountExecute(r ApiGetOverloadedGroupsCountRequest) (*GetTotalRequests200Response, *http.Response, error)
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) GetMetaOk ¶
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) MarshalJSON ¶
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 ¶
SetMeta gets a reference to the given map[string]interface{} and assigns it to the Meta field.
func (*Response) UnmarshalJSON ¶
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) GetCountOk ¶
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*Responses) GetFromOk ¶
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) GetToOk ¶
GetToOk returns a tuple with the To field value and a boolean to check if the value has been set.
func (Responses) MarshalJSON ¶
func (*Responses) SetItems ¶
func (o *Responses) SetItems(v []ResponsesInformationInner)
SetItems sets field value
func (*Responses) UnmarshalJSON ¶
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 ¶
func (o *ResponsesInformationInner) GetRequests() []RequestDetailsListInner
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 ¶
func (o *ResponsesInformationInner) SetRequests(v []RequestDetailsListInner)
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 ¶
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) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Rule) GetLabelOk ¶
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 ¶
HasPrivateapplicationgroup returns a boolean if a field has been set.
func (Rule) MarshalJSON ¶
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) UnmarshalJSON ¶
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) 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 (RuleParam) MarshalJSON ¶
func (*RuleParam) SetId ¶
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*RuleParam) UnmarshalJSON ¶
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) 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 ¶
func (a *RulesActivityAPIService) RulesActivity(ctx context.Context) ApiRulesActivityRequest
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 ¶
func (a *RulesActivityAPIService) RulesActivityExecute(r ApiRulesActivityRequest) (*RulesActivity200Response, *http.Response, error)
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) 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 (*Ruleset) 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 (*Ruleset) GetRuleOk ¶
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) MarshalJSON ¶
func (*Ruleset) SetLabel ¶
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*Ruleset) SetRule ¶
SetRule gets a reference to the given Rule and assigns it to the Rule field.
func (*Ruleset) UnmarshalJSON ¶
type ServerConfiguration ¶
type ServerConfiguration struct {
URL string
Description string
Variables map[string]ServerVariable
}
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type 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 ¶
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) UnmarshalJSON ¶
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 ¶
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) GetCvesOk ¶
GetCvesOk returns a tuple with the Cves field value and a boolean to check if the value has been set.
func (*Signature) GetGeneratorid ¶
GetGeneratorid returns the Generatorid field value
func (*Signature) GetGeneratoridOk ¶
GetGeneratoridOk returns a tuple with the Generatorid field value and a boolean to check if the value has been set.
func (*Signature) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Signature) GetLabelOk ¶
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (Signature) MarshalJSON ¶
func (*Signature) SetGeneratorid ¶
SetGeneratorid sets field value
func (*Signature) UnmarshalJSON ¶
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) 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 ¶
func (o *SignatureListSummary) GetSignatures() []SignatureListSummarySignaturesInner
GetSignatures returns the Signatures field value if set, zero value otherwise.
func (*SignatureListSummary) GetSignaturesOk ¶
func (o *SignatureListSummary) GetSignaturesOk() ([]SignatureListSummarySignaturesInner, bool)
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 ¶
func (o *SignatureListSummary) SetSignatures(v []SignatureListSummarySignaturesInner)
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 ¶
func (o *SignatureListSummarySignaturesInner) GetCounts() SignatureListSummarySignaturesInnerCounts
GetCounts returns the Counts field value if set, zero value otherwise.
func (*SignatureListSummarySignaturesInner) GetCountsOk ¶
func (o *SignatureListSummarySignaturesInner) GetCountsOk() (*SignatureListSummarySignaturesInnerCounts, bool)
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 ¶
func (o *SignatureListSummarySignaturesInner) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*SignatureListSummarySignaturesInner) GetIdOk ¶
func (o *SignatureListSummarySignaturesInner) 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 (*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 ¶
func (o *SignatureListSummarySignaturesInner) HasCounts() bool
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 ¶
func (o *SignatureListSummarySignaturesInner) HasId() bool
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 ¶
func (o *SignatureListSummarySignaturesInner) SetCounts(v SignatureListSummarySignaturesInnerCounts)
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 ¶
func (o *SignatureListSummarySignaturesInner) SetId(v int64)
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 ¶
func (o *SignatureListSummarySignaturesInnerCounts) GetBlocked() int64
GetBlocked returns the Blocked field value
func (*SignatureListSummarySignaturesInnerCounts) GetBlockedOk ¶
func (o *SignatureListSummarySignaturesInnerCounts) GetBlockedOk() (*int64, bool)
GetBlockedOk returns a tuple with the Blocked field value and a boolean to check if the value has been set.
func (*SignatureListSummarySignaturesInnerCounts) GetDetected ¶
func (o *SignatureListSummarySignaturesInnerCounts) GetDetected() int64
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 ¶
func (o *SignatureListSummarySignaturesInnerCounts) GetWouldblock() int64
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 (o SignatureListSummarySignaturesInnerCounts) MarshalJSON() ([]byte, error)
func (*SignatureListSummarySignaturesInnerCounts) SetBlocked ¶
func (o *SignatureListSummarySignaturesInnerCounts) SetBlocked(v int64)
SetBlocked sets field value
func (*SignatureListSummarySignaturesInnerCounts) SetDetected ¶
func (o *SignatureListSummarySignaturesInnerCounts) SetDetected(v int64)
SetDetected sets field value
func (*SignatureListSummarySignaturesInnerCounts) SetWouldblock ¶
func (o *SignatureListSummarySignaturesInnerCounts) SetWouldblock(v int64)
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 ¶
func (a *SummariesByCategoryAPIService) GetSummariesByCategory(ctx context.Context) ApiGetSummariesByCategoryRequest
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 ¶
func (a *SummariesByCategoryAPIService) GetSummariesByCategoryExecute(r ApiGetSummariesByCategoryRequest) (*GetSummariesByCategory200Response, *http.Response, error)
Execute executes the request
@return GetSummariesByCategory200Response
func (*SummariesByCategoryAPIService) GetSummariesByCategoryType ¶
func (a *SummariesByCategoryAPIService) GetSummariesByCategoryType(ctx context.Context, type_ string) ApiGetSummariesByCategoryTypeRequest
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 ¶
func (a *SummariesByCategoryAPIService) GetSummariesByCategoryTypeExecute(r ApiGetSummariesByCategoryTypeRequest) (*GetSummariesByCategory200Response, *http.Response, error)
Execute executes the request
@return GetSummariesByCategory200Response
type SummariesByDestinationAPIService ¶
type SummariesByDestinationAPIService service
SummariesByDestinationAPIService SummariesByDestinationAPI service
func (*SummariesByDestinationAPIService) GetSummariesByDestination ¶
func (a *SummariesByDestinationAPIService) GetSummariesByDestination(ctx context.Context) ApiGetSummariesByDestinationRequest
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 ¶
func (a *SummariesByDestinationAPIService) GetSummariesByDestinationExecute(r ApiGetSummariesByDestinationRequest) (*GetSummariesByDestination200Response, *http.Response, error)
Execute executes the request
@return GetSummariesByDestination200Response
func (*SummariesByDestinationAPIService) GetSummariesByDestinationType ¶
func (a *SummariesByDestinationAPIService) GetSummariesByDestinationType(ctx context.Context, type_ string) ApiGetSummariesByDestinationTypeRequest
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 ¶
func (a *SummariesByDestinationAPIService) GetSummariesByDestinationTypeExecute(r ApiGetSummariesByDestinationTypeRequest) (*GetSummariesByDestination200Response, *http.Response, error)
Execute executes the request
@return GetSummariesByDestination200Response
type SummariesByRuleAPIService ¶
type SummariesByRuleAPIService service
SummariesByRuleAPIService SummariesByRuleAPI service
func (*SummariesByRuleAPIService) GetSummariesByRuleFirewallHitcount ¶
func (a *SummariesByRuleAPIService) GetSummariesByRuleFirewallHitcount(ctx context.Context) ApiGetSummariesByRuleFirewallHitcountRequest
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 ¶
func (a *SummariesByRuleAPIService) GetSummariesByRuleFirewallHitcountExecute(r ApiGetSummariesByRuleFirewallHitcountRequest) (*GetSummariesByRuleFirewallHitcount200Response, *http.Response, error)
Execute executes the request
@return GetSummariesByRuleFirewallHitcount200Response
func (*SummariesByRuleAPIService) GetSummariesByRuleHitcount ¶
func (a *SummariesByRuleAPIService) GetSummariesByRuleHitcount(ctx context.Context) ApiGetSummariesByRuleHitcountRequest
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 ¶
func (a *SummariesByRuleAPIService) GetSummariesByRuleHitcountExecute(r ApiGetSummariesByRuleHitcountRequest) (*GetSummariesByRuleHitcount200Response, *http.Response, error)
Execute executes the request
@return GetSummariesByRuleHitcount200Response
func (*SummariesByRuleAPIService) GetSummariesByRuleIntrusion ¶
func (a *SummariesByRuleAPIService) GetSummariesByRuleIntrusion(ctx context.Context) ApiGetSummariesByRuleIntrusionRequest
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 ¶
func (a *SummariesByRuleAPIService) GetSummariesByRuleIntrusionExecute(r ApiGetSummariesByRuleIntrusionRequest) (*GetSummariesByRuleIntrusion200Response, *http.Response, error)
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 (*Summary) UnmarshalJSON ¶
type SummaryAPIService ¶
type SummaryAPIService service
SummaryAPIService SummaryAPI service
func (*SummaryAPIService) GetSummary ¶
func (a *SummaryAPIService) GetSummary(ctx context.Context) ApiGetSummaryRequest
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 ¶
func (a *SummaryAPIService) GetSummaryByTypeExecute(r ApiGetSummaryByTypeRequest) (*GetSummary200Response, *http.Response, error)
Execute executes the request
@return GetSummary200Response
func (*SummaryAPIService) GetSummaryExecute ¶
func (a *SummaryAPIService) GetSummaryExecute(r ApiGetSummaryRequest) (*GetSummary200Response, *http.Response, error)
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) 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 ¶
GetBlockedBytesOut returns the BlockedBytesOut field value if set, zero value otherwise.
func (*SwgSource) GetBlockedBytesOutOk ¶
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 ¶
GetBytesIn returns the BytesIn field value if set, zero value otherwise.
func (*SwgSource) GetBytesInOk ¶
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 ¶
GetBytesOut returns the BytesOut field value if set, zero value otherwise.
func (*SwgSource) GetBytesOutOk ¶
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) 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 (*SwgSource) GetTotalTraffic ¶
GetTotalTraffic returns the TotalTraffic field value if set, zero value otherwise.
func (*SwgSource) GetTotalTrafficOk ¶
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 ¶
HasBlockedBytesOut returns a boolean if a field has been set.
func (*SwgSource) HasBytesIn ¶
HasBytesIn returns a boolean if a field has been set.
func (*SwgSource) HasBytesOut ¶
HasBytesOut returns a boolean if a field has been set.
func (*SwgSource) HasTotalTraffic ¶
HasTotalTraffic returns a boolean if a field has been set.
func (SwgSource) MarshalJSON ¶
func (*SwgSource) SetBlockedBytesOut ¶
SetBlockedBytesOut gets a reference to the given int64 and assigns it to the BlockedBytesOut field.
func (*SwgSource) SetBytesIn ¶
SetBytesIn gets a reference to the given int64 and assigns it to the BytesIn field.
func (*SwgSource) SetBytesOut ¶
SetBytesOut gets a reference to the given int64 and assigns it to the BytesOut field.
func (*SwgSource) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*SwgSource) SetTotalTraffic ¶
SetTotalTraffic gets a reference to the given int64 and assigns it to the TotalTraffic field.
func (*SwgSource) UnmarshalJSON ¶
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) 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 (*Threat) 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 (Threat) MarshalJSON ¶
func (*Threat) SetLabel ¶
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*Threat) SetType ¶
SetType gets a reference to the given string and assigns it to the Type field.
func (*Threat) UnmarshalJSON ¶
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) 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) 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 ¶
func (o *TimeSeriesAppConnectorAgentData) GetRequests() TotalRequest
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 ¶
func (o *TimeSeriesAppConnectorAgentData) SetRequests(v TotalRequest)
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 ¶
func (a *TopCategoriesAPIService) GetTopCategories(ctx context.Context) ApiGetTopCategoriesRequest
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 ¶
func (a *TopCategoriesAPIService) GetTopCategoriesExecute(r ApiGetTopCategoriesRequest) (*GetTopCategories200Response, *http.Response, error)
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 ¶
func (a *TopCategoriesAPIService) GetTopCategoriesTypeExecute(r ApiGetTopCategoriesTypeRequest) (*GetTopCategories200Response, *http.Response, error)
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) 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 ¶
func (a *TopDNSQueryTypesAPIService) GetTopDNSQueryTypes(ctx context.Context) ApiGetTopDNSQueryTypesRequest
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 ¶
func (a *TopDNSQueryTypesAPIService) GetTopDNSQueryTypesExecute(r ApiGetTopDNSQueryTypesRequest) (*GetTopDNSQueryTypes200Response, *http.Response, error)
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 ¶
func (a *TopDestinationsAPIService) GetTopDestinations(ctx context.Context) ApiGetTopDestinationsRequest
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 ¶
func (a *TopDestinationsAPIService) GetTopDestinationsExecute(r ApiGetTopDestinationsRequest) (*GetTopDestinations200Response, *http.Response, error)
Execute executes the request
@return GetTopDestinations200Response
func (*TopDestinationsAPIService) GetTopDestinationsType ¶
func (a *TopDestinationsAPIService) GetTopDestinationsType(ctx context.Context, type_ string) ApiGetTopDestinationsTypeRequest
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 ¶
func (a *TopDestinationsAPIService) GetTopDestinationsTypeExecute(r ApiGetTopDestinationsTypeRequest) (*GetTopDestinations200Response, *http.Response, error)
Execute executes the request
@return GetTopDestinations200Response
func (*TopDestinationsAPIService) GetTopUrls ¶
func (a *TopDestinationsAPIService) GetTopUrls(ctx context.Context) ApiGetTopUrlsRequest
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 ¶
func (a *TopDestinationsAPIService) GetTopUrlsExecute(r ApiGetTopUrlsRequest) (*GetTopUrls200Response, *http.Response, error)
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) 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 ¶
func (a *TopEventTypesAPIService) GetTopEventTypes(ctx context.Context) ApiGetTopEventTypesRequest
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 ¶
func (a *TopEventTypesAPIService) GetTopEventTypesExecute(r ApiGetTopEventTypesRequest) (*GetTopEventTypes200Response, *http.Response, error)
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 ¶
GetCategories returns the Categories field value
func (*TopFile) GetCategoriesOk ¶
GetCategoriesOk returns a tuple with the Categories field value and a boolean to check if the value has been set.
func (*TopFile) GetFilenames ¶
GetFilenames returns the Filenames field value
func (*TopFile) GetFilenamesOk ¶
GetFilenamesOk returns a tuple with the Filenames field value and a boolean to check if the value has been set.
func (*TopFile) GetFiletypes ¶
GetFiletypes returns the Filetypes field value
func (*TopFile) GetFiletypesOk ¶
GetFiletypesOk returns a tuple with the Filetypes field value and a boolean to check if the value has been set.
func (*TopFile) GetIdentitycount ¶
GetIdentitycount returns the Identitycount field value
func (*TopFile) GetIdentitycountOk ¶
GetIdentitycountOk returns a tuple with the Identitycount field value and a boolean to check if the value has been set.
func (*TopFile) GetRequests ¶
GetRequests returns the Requests field value
func (*TopFile) GetRequestsOk ¶
GetRequestsOk returns a tuple with the Requests field value and a boolean to check if the value has been set.
func (*TopFile) GetSha256Ok ¶
GetSha256Ok returns a tuple with the Sha256 field value and a boolean to check if the value has been set.
func (TopFile) MarshalJSON ¶
func (*TopFile) SetCategories ¶
SetCategories sets field value
func (*TopFile) SetFilenames ¶
SetFilenames sets field value
func (*TopFile) SetFiletypes ¶
SetFiletypes sets field value
func (*TopFile) SetIdentitycount ¶
SetIdentitycount sets field value
func (*TopFile) UnmarshalJSON ¶
type TopFilesAPIService ¶
type TopFilesAPIService service
TopFilesAPIService TopFilesAPI service
func (*TopFilesAPIService) GetTopFilesProxy ¶
func (a *TopFilesAPIService) GetTopFilesProxy(ctx context.Context) ApiGetTopFilesProxyRequest
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 ¶
func (a *TopFilesAPIService) GetTopFilesProxyExecute(r ApiGetTopFilesProxyRequest) (*GetTopFilesProxy200Response, *http.Response, error)
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 ¶
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) GetCountOk ¶
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*TopIP) GetIpOk ¶
GetIpOk returns a tuple with the Ip field value and a boolean to check if the value has been set.
func (TopIP) MarshalJSON ¶
func (*TopIP) UnmarshalJSON ¶
type TopIPsAPIService ¶
type TopIPsAPIService service
TopIPsAPIService TopIPsAPI service
func (*TopIPsAPIService) GetTopIps ¶
func (a *TopIPsAPIService) GetTopIps(ctx context.Context) ApiGetTopIpsRequest
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 ¶
func (a *TopIPsAPIService) GetTopIpsExecute(r ApiGetTopIpsRequest) (*GetTopIps200Response, *http.Response, error)
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 ¶
func (a *TopIPsAPIService) GetTopIpsInternalExecute(r ApiGetTopIpsInternalRequest) (*GetTopIps200Response, *http.Response, error)
Execute executes the request
@return GetTopIps200Response
type TopIdentitiesAPIService ¶
type TopIdentitiesAPIService service
TopIdentitiesAPIService TopIdentitiesAPI service
func (*TopIdentitiesAPIService) GetTopIdentities ¶
func (a *TopIdentitiesAPIService) GetTopIdentities(ctx context.Context) ApiGetTopIdentitiesRequest
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 ¶
func (a *TopIdentitiesAPIService) GetTopIdentitiesExecute(r ApiGetTopIdentitiesRequest) (*GetTopIdentities200Response, *http.Response, error)
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 ¶
func (a *TopIdentitiesAPIService) GetTopIdentitiesTypeExecute(r ApiGetTopIdentitiesTypeRequest) (*GetTopIdentities200Response, *http.Response, error)
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) 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 ¶
func (a *TopResourcesAPIService) GetTopResources(ctx context.Context) ApiGetTopResourcesRequest
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 ¶
func (a *TopResourcesAPIService) GetTopResourcesExecute(r ApiGetTopResourcesRequest) (*GetTopResources200Response, *http.Response, error)
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 ¶
func (a *TopResourcesAPIService) GetTopResourcesTypeExecute(r ApiGetTopResourcesTypeRequest) (*GetTopResources200Response, *http.Response, error)
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 ¶
func (a *TopThreatTypesAPIService) GetTopThreatTypes(ctx context.Context) ApiGetTopThreatTypesRequest
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 ¶
func (a *TopThreatTypesAPIService) GetTopThreatTypesByTypeExecute(r ApiGetTopThreatTypesByTypeRequest) (*GetTopThreatTypes200Response, *http.Response, error)
Execute executes the request
@return GetTopThreatTypes200Response
func (*TopThreatTypesAPIService) GetTopThreatTypesExecute ¶
func (a *TopThreatTypesAPIService) GetTopThreatTypesExecute(r ApiGetTopThreatTypesRequest) (*GetTopThreatTypes200Response, *http.Response, error)
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) 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 ¶
func (a *TopThreatsAPIService) GetTopThreats(ctx context.Context) ApiGetTopThreatsRequest
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 ¶
func (a *TopThreatsAPIService) GetTopThreatsByTypeExecute(r ApiGetTopThreatsByTypeRequest) (*GetTopThreats200Response, *http.Response, error)
Execute executes the request
@return GetTopThreats200Response
func (*TopThreatsAPIService) GetTopThreatsExecute ¶
func (a *TopThreatsAPIService) GetTopThreatsExecute(r ApiGetTopThreatsRequest) (*GetTopThreats200Response, *http.Response, error)
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 ¶
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 ¶
GetCategories returns the Categories field value
func (*TopURL) GetCategoriesOk ¶
GetCategoriesOk returns a tuple with the Categories field value and a boolean to check if the value has been set.
func (*TopURL) GetCountOk ¶
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*TopURL) GetPathOk ¶
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*TopURL) GetRankOk ¶
GetRankOk returns a tuple with the Rank field value and a boolean to check if the value has been set.
func (TopURL) MarshalJSON ¶
func (*TopURL) SetCategories ¶
SetCategories sets field value
func (*TopURL) UnmarshalJSON ¶
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) 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 ¶
func (a *TotalRequestsAPIService) GetTotalRequests(ctx context.Context) ApiGetTotalRequestsRequest
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 ¶
func (a *TotalRequestsAPIService) GetTotalRequestsByTypeExecute(r ApiGetTotalRequestsByTypeRequest) (*GetTotalRequests200Response, *http.Response, error)
Execute executes the request
@return GetTotalRequests200Response
func (*TotalRequestsAPIService) GetTotalRequestsExecute ¶
func (a *TotalRequestsAPIService) GetTotalRequestsExecute(r ApiGetTotalRequestsRequest) (*GetTotalRequests200Response, *http.Response, error)
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 ¶
func (a *UniqueResourcesAPIService) GetUniqueResources(ctx context.Context) ApiGetUniqueResourcesRequest
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 ¶
func (a *UniqueResourcesAPIService) GetUniqueResourcesExecute(r ApiGetUniqueResourcesRequest) (*GetUniqueResources200Response, *http.Response, error)
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 ¶
GetOrganizationId returns the OrganizationId field value
func (*Usage) GetOrganizationIdOk ¶
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*Usage) GetProduct ¶
GetProduct returns the Product field value
func (*Usage) GetProductOk ¶
GetProductOk returns a tuple with the Product field value and a boolean to check if the value has been set.
func (*Usage) GetRegisteredAt ¶
GetRegisteredAt returns the RegisteredAt field value
func (*Usage) GetRegisteredAtOk ¶
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 (*Usage) SetOrganizationId ¶
SetOrganizationId sets field value
func (*Usage) SetRegisteredAt ¶
SetRegisteredAt sets field value
func (*Usage) SetUsageMeterItems ¶
func (o *Usage) SetUsageMeterItems(v UsageMeterItem)
SetUsageMeterItems sets field value
func (*Usage) UnmarshalJSON ¶
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 ¶
func (a *UsageMetricsAPIService) GetUsageMetrics(ctx context.Context) ApiGetUsageMetricsRequest
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 ¶
func (a *UsageMetricsAPIService) GetUsageMetricsExecute(r ApiGetUsageMetricsRequest) (*GetUsageMetrics200Response, *http.Response, error)
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 ¶
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) UnmarshalJSON ¶
type UtilityAPIService ¶
type UtilityAPIService service
UtilityAPIService UtilityAPI service
func (*UtilityAPIService) GetCategories ¶
func (a *UtilityAPIService) GetCategories(ctx context.Context) ApiGetCategoriesRequest
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 ¶
func (a *UtilityAPIService) GetCategoriesExecute(r ApiGetCategoriesRequest) (*GetCategories200Response, *http.Response, error)
Execute executes the request
@return GetCategories200Response
func (*UtilityAPIService) GetIdentities ¶
func (a *UtilityAPIService) GetIdentities(ctx context.Context) ApiGetIdentitiesRequest
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 ¶
func (a *UtilityAPIService) GetIdentitiesExecute(r ApiGetIdentitiesRequest) (*GetIdentities200Response, *http.Response, error)
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 ¶
func (a *UtilityAPIService) GetIdentityExecute(r ApiGetIdentityRequest) (*GetIdentity200Response, *http.Response, error)
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 ¶
func (a *UtilityAPIService) GetThreatNameExecute(r ApiGetThreatNameRequest) (*GetThreatName200Response, *http.Response, error)
Execute executes the request
@return GetThreatName200Response
func (*UtilityAPIService) GetThreatNames ¶
func (a *UtilityAPIService) GetThreatNames(ctx context.Context) ApiGetThreatNamesRequest
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 ¶
func (a *UtilityAPIService) GetThreatNamesExecute(r ApiGetThreatNamesRequest) (*GetThreatNames200Response, *http.Response, error)
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 ¶
func (a *UtilityAPIService) GetThreatTypeExecute(r ApiGetThreatTypeRequest) (*GetThreatType200Response, *http.Response, error)
Execute executes the request
@return GetThreatType200Response
func (*UtilityAPIService) GetThreatTypes ¶
func (a *UtilityAPIService) GetThreatTypes(ctx context.Context) ApiGetThreatTypesRequest
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 ¶
func (a *UtilityAPIService) GetThreatTypesExecute(r ApiGetThreatTypesRequest) (*GetThreatTypes200Response, *http.Response, error)
Execute executes the request
@return GetThreatTypes200Response
func (*UtilityAPIService) PostIdentities ¶
func (a *UtilityAPIService) PostIdentities(ctx context.Context) ApiPostIdentitiesRequest
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 ¶
func (a *UtilityAPIService) PostIdentitiesExecute(r ApiPostIdentitiesRequest) (*GetIdentities200Response, *http.Response, error)
Execute executes the request
@return GetIdentities200Response
type Verdict ¶
type Verdict string
Verdict The verdict for the entry.
func NewVerdictFromValue ¶
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) UnmarshalJSON ¶
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 ¶
func (v VerdictDetected) Ptr() *VerdictDetected
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 ¶
func (o *ZtnaPolicyRuleset) GetRule() ZtnaPolicyRulesetRule
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 ¶
func (o *ZtnaPolicyRuleset) SetRule(v ZtnaPolicyRulesetRule)
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
¶
- api_activity.go
- api_api_usage_report.go
- api_application_categories.go
- api_applications.go
- api_bandwidth_by_hour.go
- api_bandwidth_by_timerange.go
- api_default.go
- api_deployment_status.go
- api_identities.go
- api_identity_distribution.go
- api_organization_requests_by_hour.go
- api_organization_requests_by_hour_and_category.go
- api_organization_requests_by_timerange.go
- api_organization_requests_by_timerange_and_category.go
- api_private_resource.go
- api_protocols.go
- api_remote_access.go
- api_requests_resource_connector.go
- api_requests_summary_resource_connector_groups.go
- api_resource_connectors.go
- api_rules_activity.go
- api_summaries_by_category.go
- api_summaries_by_destination.go
- api_summaries_by_rule.go
- api_summary.go
- api_top_categories.go
- api_top_destinations.go
- api_top_dns_query_types.go
- api_top_event_types.go
- api_top_files.go
- api_top_identities.go
- api_top_ips.go
- api_top_resources.go
- api_top_threat_types.go
- api_top_threats.go
- api_total_requests.go
- api_unique_resources.go
- api_usage_metrics.go
- api_utility.go
- client.go
- configuration.go
- model_activity_amp_retro.go
- model_activity_decryption.go
- model_activity_dns.go
- model_activity_firewall.go
- model_activity_intrusion.go
- model_activity_ip.go
- model_activity_proxy.go
- model_activity_ztna.go
- model_activity_ztna_allapplications_inner.go
- model_activity_ztna_allapplications_inner_category.go
- model_antivirus_threats.go
- model_app_connector_agent_detailed_stats_timerange.go
- model_app_connector_agent_summary_data.go
- model_app_connector_group_detailed_stats_timerange.go
- model_app_connector_group_summary_data.go
- model_app_type.go
- model_application.go
- model_application_attribute.go
- model_application_attribute_category.go
- model_application_attribute_category_list.go
- model_application_attribute_value.go
- model_application_categories.go
- model_application_category.go
- model_application_category_list.go
- model_application_identity.go
- model_application_identity_list.go
- model_application_in_list.go
- model_application_list.go
- model_application_object.go
- model_application_risk.go
- model_application_risk_vendor_compliance_inner.go
- model_applications_with_categories.go
- model_bandwidthby_hour.go
- model_bulk_label_applications.go
- model_business_risk.go
- model_category.go
- model_category_by_hour.go
- model_category_count.go
- model_category_with_legacy_id.go
- model_cdfw_source.go
- model_cisco_amp.go
- model_data_center.go
- model_data_loss_prevention_state.go
- model_data_storage.go
- model_deployment_status.go
- model_device.go
- model_dns_source.go
- model_egress.go
- model_error.go
- model_financial_viability.go
- model_firewall_application.go
- model_firewall_rule_hitcount_summary.go
- model_get_activities_200_response.go
- model_get_activities_200_response_data_inner.go
- model_get_activities_400_response.go
- model_get_activities_401_response.go
- model_get_activities_403_response.go
- model_get_activities_404_response.go
- model_get_activities_500_response.go
- model_get_activity_amp_retrospective_200_response.go
- model_get_activity_decryption_200_response.go
- model_get_activity_dns_200_response.go
- model_get_activity_firewall_200_response.go
- model_get_activity_intrusion_200_response.go
- model_get_activity_ip_200_response.go
- model_get_activity_proxy_200_response.go
- model_get_activity_ztna_200_response.go
- model_get_applications_200_response.go
- model_get_bandwidth_by_hour_200_response.go
- model_get_categories_200_response.go
- model_get_deployment_status_200_response.go
- model_get_detailed_stats_for_app_connector_200_response.go
- model_get_detailed_stats_for_app_connector_groups_200_response.go
- model_get_identities_200_response.go
- model_get_identity_200_response.go
- model_get_identity_distribution_200_response.go
- model_get_identity_distribution_type_200_response.go
- model_get_private_resource_detailed_stats_identities_200_response.go
- model_get_private_resource_detailed_stats_timerange_200_response.go
- model_get_private_resource_stats_200_response.go
- model_get_remote_access_events_200_response.go
- model_get_requests_by_hour_200_response.go
- model_get_requests_by_hour_and_category_200_response.go
- model_get_requests_by_timerange_200_response.go
- model_get_requests_summary_for_app_connector_groups_200_response.go
- model_get_summaries_by_category_200_response.go
- model_get_summaries_by_destination_200_response.go
- model_get_summaries_by_rule_firewall_hitcount_200_response.go
- model_get_summaries_by_rule_hitcount_200_response.go
- model_get_summaries_by_rule_intrusion_200_response.go
- model_get_summary_200_response.go
- model_get_threat_name_200_response.go
- model_get_threat_names_200_response.go
- model_get_threat_type_200_response.go
- model_get_threat_types_200_response.go
- model_get_top_categories_200_response.go
- model_get_top_destinations_200_response.go
- model_get_top_dns_query_types_200_response.go
- model_get_top_event_types_200_response.go
- model_get_top_files_proxy_200_response.go
- model_get_top_identities_200_response.go
- model_get_top_ips_200_response.go
- model_get_top_resources_200_response.go
- model_get_top_threat_types_200_response.go
- model_get_top_threats_200_response.go
- model_get_top_urls_200_response.go
- model_get_total_requests_200_response.go
- model_get_total_requests_for_app_connector_200_response.go
- model_get_total_requests_for_app_connector_group_200_response.go
- model_get_unique_resources_200_response.go
- model_get_usage_metrics_200_response.go
- model_get_usage_metrics_200_response_body.go
- model_http_error.go
- model_identity.go
- model_identity_distribution.go
- model_identity_type.go
- model_identity_with_stats.go
- model_isolated.go
- model_keys.go
- model_keys_information_inner.go
- model_label.go
- model_patch_applications_request.go
- model_policy.go
- model_policy_ztna.go
- model_post_identities_request.go
- model_private_application_group.go
- model_private_resource_detailed_stats_identities.go
- model_private_resource_detailed_stats_timerange.go
- model_private_resource_detailed_stats_timerange_total_hits_count.go
- model_private_resource_stats.go
- model_protocol.go
- model_protocol_identity.go
- model_protocol_identity_list.go
- model_protocol_list.go
- model_protocol_object.go
- model_protocol_object_in_list.go
- model_remote_access.go
- model_remote_access_identities_inner.go
- model_remote_access_identities_inner_type.go
- model_request_and_connection_counts.go
- model_request_counts.go
- model_request_details_list_inner.go
- model_request_summary_app_connector.go
- model_request_summary_app_connector_group.go
- model_requests.go
- model_requests_by_app_connector.go
- model_requests_by_app_connector_group.go
- model_requests_information_inner.go
- model_requestsby_hour.go
- model_response.go
- model_response_data.go
- model_responses.go
- model_responses_information_inner.go
- model_rule.go
- model_rule_hitcount_summary.go
- model_rule_param.go
- model_rules_activity.go
- model_rules_activity_200_response.go
- model_ruleset.go
- model_severity.go
- model_signature.go
- model_signature_list.go
- model_signature_list_summary.go
- model_signature_list_summary_signatures_inner.go
- model_signature_list_summary_signatures_inner_counts.go
- model_sources_inner.go
- model_status_code.go
- model_status_code_body.go
- model_summary.go
- model_summary_data.go
- model_summary_with_category.go
- model_summary_with_destination.go
- model_swg_source.go
- model_threat.go
- model_threat_name.go
- model_threat_type.go
- model_time_series_app_connector_agent_data.go
- model_time_series_app_connector_group_data.go
- model_time_series_hits_count.go
- model_top_category.go
- model_top_destination.go
- model_top_dns_query_type.go
- model_top_event_type.go
- model_top_file.go
- model_top_identity.go
- model_top_ip.go
- model_top_resource.go
- model_top_resource_application.go
- model_top_threat_types.go
- model_top_threats.go
- model_top_url.go
- model_total_request.go
- model_tunnel_status.go
- model_unique_resources.go
- model_update_application_request.go
- model_usage.go
- model_usage_meter_item.go
- model_usage_type.go
- model_verdict.go
- model_verdict_detected.go
- model_weighted_risk.go
- model_ztna_application.go
- model_ztna_application_category.go
- model_ztna_policy.go
- model_ztna_policy_ruleset.go
- model_ztna_policy_ruleset_rule.go
- model_ztna_summary.go
- response.go
- utils.go