Skip to content

Commit

Permalink
add rsaEncryptioKeyWo + rawKeyWo in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau committed Feb 5, 2025
1 parent 5d4f0b1 commit 2233c5a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions mmv1/products/compute/Disk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,33 @@ properties:
Specifies a 256-bit customer-supplied encryption key, encoded in
RFC 4648 base64 to either encrypt or decrypt this resource.
sensitive: true
conflicts:
- 'disk_encryption_key.0.rawKeyWo'
- name: 'rawKeyWo'
type: String
description: |
Specifies a 256-bit customer-supplied encryption key, encoded in
RFC 4648 base64 to either encrypt or decrypt this resource.
write_only: true
conflicts:
- 'disk_encryption_key.0.rawKey'
- name: 'rsaEncryptedKey'
type: String
description: |
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit
customer-supplied encryption key to either encrypt or decrypt
this resource. You can provide either the rawKey or the rsaEncryptedKey.
sensitive: true
conflicts:
- 'disk_encryption_key.0.rsaEncryptedKeyWo'
- name: 'rsaEncryptedKeyWo'
type: String
description: |
Specifies a 256-bit customer-supplied encryption key, encoded in
RFC 4648 base64 to either encrypt or decrypt this resource.
write_only: true
conflicts:
- 'disk_encryption_key.0.rsaEncryptedKey'
- name: 'sha256'
type: String
description: |
Expand Down

0 comments on commit 2233c5a

Please sign in to comment.