File: //snap/google-cloud-cli/396/lib/googlecloudsdk/schemas/networksecurity/v1/Source.yaml
$schema: "http://json-schema.org/draft-06/schema#"
title: networksecurity v1 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. At least one IP
block should match. 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. At least one
principal should match. 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