Skip to content

Commit 8333182

Browse files
committed
at_least_one_of
1 parent 5c8046e commit 8333182

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mmv1/products/compute/SslCertificate.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ properties:
8787
The certificate in PEM format.
8888
The certificate chain must be no greater than 5 certs long.
8989
The chain must include at least one intermediate cert.
90-
exactly_one_of:
90+
at_least_one_of:
9191
- 'certificate'
9292
- 'certificateWo'
9393
sensitive: true
@@ -96,7 +96,7 @@ properties:
9696
description: 'The write-only certificate in PEM format.'
9797
required_with:
9898
- 'certificateWoVersion'
99-
exactly_one_of:
99+
at_least_one_of:
100100
- 'certificate'
101101
- 'certificateWo'
102102
write_only: true
@@ -140,7 +140,7 @@ properties:
140140
- name: 'privateKey'
141141
type: String
142142
description: 'The private key in PEM format.'
143-
exactly_one_of:
143+
at_least_one_of:
144144
- 'privateKey'
145145
- 'privateKeyWo'
146146
immutable: true
@@ -153,7 +153,7 @@ properties:
153153
description: 'The write-only private key in PEM format.'
154154
required_with:
155155
- 'privateKeyWoVersion'
156-
exactly_one_of:
156+
at_least_one_of:
157157
- 'privateKey'
158158
- 'privateKeyWo'
159159
write_only: true

0 commit comments

Comments
 (0)