39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: datastream v1 ServerVerification export schema
|
|
description: A gcloud export/import command YAML validation schema.
|
|
type: object
|
|
required:
|
|
- caCertificate
|
|
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
|
|
caCertificate:
|
|
description: Input only. PEM-encoded server root CA certificate.
|
|
type: string
|
|
serverCertificateHostname:
|
|
description: |-
|
|
The hostname mentioned in the Subject or SAN extension of the server
|
|
certificate. If this field is not provided, the hostname in the server
|
|
certificate is not validated.
|
|
type: string
|