mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
Update python SDK docs: 17132312980
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
---
|
||||
id: managed-cluster-encryption-config
|
||||
title: ManagedClusterEncryptionConfig
|
||||
pagination_label: ManagedClusterEncryptionConfig
|
||||
sidebar_label: ManagedClusterEncryptionConfig
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'ManagedClusterEncryptionConfig', 'ManagedClusterEncryptionConfig']
|
||||
slug: /tools/sdk/python/v3/models/managed-cluster-encryption-config
|
||||
tags: ['SDK', 'Software Development Kit', 'ManagedClusterEncryptionConfig', 'ManagedClusterEncryptionConfig']
|
||||
---
|
||||
|
||||
# ManagedClusterEncryptionConfig
|
||||
|
||||
Defines the encryption settings for a managed cluster, including the format used for storing and processing encrypted data.
|
||||
|
||||
## 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]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v3.models.managed_cluster_encryption_config import ManagedClusterEncryptionConfig
|
||||
|
||||
managed_cluster_encryption_config = ManagedClusterEncryptionConfig(
|
||||
format='V3'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user