SCALAR
Boolean
The Boolean
scalar type represents true
or false
.
link GraphQL Schema definition
- scalar Boolean
link Require by
- ActiveQueriesBlackoutFlagnull
- ActiveQueriesGlobalConfigsnull
- ActiveQuerynull
- ActiveQueryBasenull
- ActivityPolicyPolicy that involves activity
- AdProviderOptionsnull
- Assetnull
- AssetDiscoverynull
- AssetFunctionAn asset function for policies
- AssetGroupAn asset group for policies
- AssetGroupMemberAn asset group for policies
- AssetListAn asset list group for policies
- AssetPolicyPolicy that involves activity and doesn't have a dst.
- AssetTypeFamilyGroupAn asset type and family group for policies
- AttackVectorStepnull
- AuthProvidernull
- Backplanenull
- BaselineThe system's baseline asset map to alert on
- CanDownloadnull
- CanExecutenull
- CanUpdateDfenull
- CanUpdateNessusPluginSetnull
- CanUpdateSuricataRuleSetnull
- ConfigConfiguration settings
- CredentialsLimitExceededCredentials Limit Exceeded
- EmUserGroupnull
- Eventnull
- EventAggregationAggregation of similar events
- EventTypeDetailsMatching of event type to it's group
- FlagListContains a list of the flags in the system
- FortiGateServernull
- Groupnull
- IDSGeneralPolicyPolicy that involves an IDS event that the whole network is relevant
- IDSSrcDstPolicyPolicy that involves an IDS event where both source and destination are relevant
- IemActivityPolicyActivity policy from ICP
- IemAssetPolicyAsset policy from ICP, activity without destination
- IemEventnull
- IemIDSGeneralPolicyIDS event policy from ICP, that the whole network is relevant
- IemIDSSrcDstPolicyIDS event policy from ICP, that relates to both source and destination assets
- IemIntrusionPolicyIntrusion event detection policy from ICP
- IemNetworkPolicyNetwork event policy from ICP
- IemPolicynull
- IemPortPolicyPort events policy from ICP
- IemTagValuePolicyTag value changes policy from ICP
- InactiveProbingnull
- IntrusionPolicyPolicy that involves an Intrusion event detection
- IoServerTenable.io Server
- IpListAn IP list group for policies
- IPOpenPortsMap IP to OpenPorts
- IpRangeAn IP range for policies
- IpTrailnull
- isEmMachinenull
- LdapProviderOptionsnull
- LeanAssetMinimum Asset representation for Tenable.ot IEM
- LeanBackplaneMinimum Backplane representation for Tenable.ot IEM
- LeanEventMinimum Event representation for Tenable.ot IEM
- LeanPolicyMinimal Policy representation for Tenable.ot IEM
- LicenseActivationCodeClearResponsenull
- Mutationnull
- NetworkPolicyPolicy that involves network events
- OneServerTenable.one Server
- PacketCapturenull
- PageInfoInformation about pagination in a connection.
- PcapPlayernull
- PcapPlayerStatusPcap player status
- PlcClearDetailsDetails of a plc clear
- Pluginnull
- PluginDetailsnull
- Policynull
- PortGroupA port list group for policies
- PortPolicyPolicy that involves port events
- PortPolicyGroupnull
- PortScannull
- ProtocolDetailsnull
- ProtocolGroupA protocol list group for policies
- ProtocolPolicyGroupnull
- Querynull
- RecurringGroupA recurring time group for policies
- RevisionRevision of blocks on PLC
- RuleThreat detection rule
- RuleGroupA rule group for policies
- RulePolicyGroupnull
- SamlProviderOptionsnull
- ScheduleFunctionA time function for policies
- ScheduleGroupA schedule group for policies
- SchedulePolicyGroupnull
- ScServerTenable.sc Server
- SegmentGroupA segment group for policies
- SensorDetailsSensor details
- Sitenull
- SMTPServernull
- Snapshotnull
- Snmpnull
- SnmpOptionsParamsnull
- SyslogServernull
- TagGroupA tag group for policies
- TagPolicyGroupnull
- TagValuePolicyPolicy on tag values
- TimeIntervalA time interval group for policies
- Updatenull
- UpdateResultnull
- UsageInfoObject usage information to determine which actions are applicable
- UserGroupnull
- ValueGroupA value group for policies
- ValuePolicyGroupnull
- __DirectiveA Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document. In some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.
- __EnumValueOne possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.
- __FieldObject and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.
- __InputValueArguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.
- __TypeThe fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum. Depending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.