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-V2025ManagedClusterEncryptionConfig  -Format V3
  • Convert the resource to JSON
$ManagedClusterEncryptionConfig | ConvertTo-JSON

[Back to top]