INPUT_OBJECT
SyslogExportRuleFullInput
Description
Supported in v5.1+
link GraphQL Schema definition
- input SyslogExportRuleFullInput {
- # Supported in v5.2+
- # The ID corresponding to the imported certificate used by the syslog server.
- String :
- # Required. Supported in v5.1+
- SyslogFacility! :
- # Required. Supported in v5.1+
- TransportLayerProtocol! :
- # Required. Supported in v5.1+
- SyslogSeverity! :
- # Required. Supported in v5.1+
- # Specifies whether TLS should be used to communicate with the syslog server.
- Boolean! :
- # Required. Supported in v5.1+
- String! :
- # Required. Supported in v5.1+
- Int! :
- }