mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.3 KiB
1.3 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-update-preferences | ManagedClusterUpdatePreferences | ManagedClusterUpdatePreferences | ManagedClusterUpdatePreferences | pythonsdk |
|
/tools/sdk/python/v2024/models/managed-cluster-update-preferences |
|
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
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'
)