Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ManagedClusterEncryptionConfig.md
2025-08-21 15:39:27 +00:00

1.1 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-managed-cluster-encryption-config ManagedClusterEncryptionConfig ManagedClusterEncryptionConfig ManagedClusterEncryptionConfig powershellsdk
powershell
PowerShell
sdk
ManagedClusterEncryptionConfig
V2024ManagedClusterEncryptionConfig
/tools/sdk/powershell/v2024/models/managed-cluster-encryption-config
SDK
Software Development Kit
ManagedClusterEncryptionConfig
V2024ManagedClusterEncryptionConfig

ManagedClusterEncryptionConfig

Properties

Name Type Description Notes
Format Enum [ "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-V2024ManagedClusterEncryptionConfig  -Format V3
  • Convert the resource to JSON
$ManagedClusterEncryptionConfig | ConvertTo-JSON

[Back to top]