38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: networksecurity v1alpha1 CertificateProvider 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
|
|
filepath:
|
|
description: |-
|
|
Obtain certificates and private key from a locally mounted filesystem
|
|
path. Used only when CertificateProviderType is FROM_FILE.
|
|
$ref: TlsCertificatePaths.yaml
|
|
grpcEndpoint:
|
|
description: |-
|
|
gRPC specific configuration to access the gRPC server to obtain the cert
|
|
and private key. Used only when CertificateProviderType is GRPC_ENDPOINT.
|
|
$ref: GrpcEndpoint.yaml
|