Skip to main content

Managedclusterencryptionconfig

Properties

NameTypeDescriptionNotes
FormatEnum [ "V2", "V3" ]Specifies the format used for encrypted data, such as secrets. The format determines how the encrypted data is structured and processed.[optional]

Examples

  • Prepare the resource
$Managedclusterencryptionconfig = Initialize-Managedclusterencryptionconfig  -Format V3
  • Convert the resource to JSON
$Managedclusterencryptionconfig | ConvertTo-JSON

[Back to top]