mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
Update to python SDK docs: 14212788787
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
---
|
||||
id: v2024-managed-cluster-update-preferences
|
||||
title: ManagedClusterUpdatePreferences
|
||||
pagination_label: ManagedClusterUpdatePreferences
|
||||
sidebar_label: ManagedClusterUpdatePreferences
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'ManagedClusterUpdatePreferences', 'V2024ManagedClusterUpdatePreferences']
|
||||
slug: /tools/sdk/python/v2024/models/managed-cluster-update-preferences
|
||||
tags: ['SDK', 'Software Development Kit', 'ManagedClusterUpdatePreferences', 'V2024ManagedClusterUpdatePreferences']
|
||||
---
|
||||
|
||||
# ManagedClusterUpdatePreferences
|
||||
|
||||
The preference for applying updates for the cluster
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**process_groups** | **str** | The processGroups for updatePreferences | [optional]
|
||||
**update_state** | **Enum** [ 'AUTO', 'DISABLED' ] | The current updateState for the cluster | [optional]
|
||||
**notification_email** | **str** | The mail id to which new releases will be notified | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v2024.models.managed_cluster_update_preferences import ManagedClusterUpdatePreferences
|
||||
|
||||
managed_cluster_update_preferences = ManagedClusterUpdatePreferences(
|
||||
process_groups='',
|
||||
update_state='DISABLED',
|
||||
notification_email='test@mail.com'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user