61 lines
1.7 KiB
YAML
61 lines
1.7 KiB
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: networksecurity v1alpha1 WildfireAnalysisProfile export schema
|
|
description: A gcloud export/import command YAML validation schema.
|
|
type: object
|
|
additionalProperties: false
|
|
properties:
|
|
COMMENT:
|
|
type: object
|
|
description: User specified info ignored by gcloud import.
|
|
additionalProperties: false
|
|
properties:
|
|
template-id:
|
|
type: string
|
|
region:
|
|
type: string
|
|
description:
|
|
type: string
|
|
date:
|
|
type: string
|
|
version:
|
|
type: string
|
|
UNKNOWN:
|
|
type: array
|
|
description: Unknown API fields that cannot be imported.
|
|
items:
|
|
type: string
|
|
wildfireInlineCloudAnalysisRules:
|
|
description: Configuration for WildFire inline cloud analysis.
|
|
type: array
|
|
items:
|
|
$ref: WildfireInlineCloudAnalysisRule.yaml
|
|
wildfireInlineMlOverrides:
|
|
description: |-
|
|
Configuration for overriding inline ML WildFire actions per protocol.
|
|
type: array
|
|
items:
|
|
$ref: WildfireInlineMlOverride.yaml
|
|
wildfireInlineMlSettings:
|
|
description: Settings for WildFire Inline ML analysis.
|
|
type: array
|
|
items:
|
|
$ref: WildfireInlineMlSettings.yaml
|
|
wildfireOverrides:
|
|
description: |-
|
|
Configuration for overriding WildFire actions per protocol.
|
|
type: array
|
|
items:
|
|
$ref: WildfireOverride.yaml
|
|
wildfireRealtimeLookup:
|
|
description: |-
|
|
Whether to hold the transfer of a file while the WildFire
|
|
real-time signature cloud performs a signature lookup.
|
|
Default value is false.
|
|
type: boolean
|
|
wildfireSubmissionRules:
|
|
description: Configurations for WildFire file submissions.
|
|
type: array
|
|
items:
|
|
$ref: WildfireSubmissionRule.yaml
|