43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: networksecurity v1alpha1 Source 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
|
|
ipBlocks:
|
|
description: |-
|
|
List of CIDR ranges to match based on source IP address. Single IP (e.g.,
|
|
"1.2.3.4") and CIDR (e.g., "1.2.3.0/24") are supported.
|
|
type: array
|
|
items:
|
|
type: string
|
|
principals:
|
|
description: |-
|
|
List of peer identities to match for authorization. Each peer can be
|
|
an exact match, or a prefix match (example, "namespace/*") or a suffix
|
|
match (example, */service-account") or a presence match "*".
|
|
type: array
|
|
items:
|
|
type: string
|