mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 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 | powershellsdk |
|
/tools/sdk/powershell/v2024/models/managed-cluster-update-preferences |
|
ManagedClusterUpdatePreferences
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ProcessGroups | String | The processGroups for updatePreferences | [optional] |
| UpdateState | Enum [ "AUTO", "DISABLED" ] | The current updateState for the cluster | [optional] |
| NotificationEmail | String | The mail id to which new releases will be notified | [optional] |
Examples
- Prepare the resource
$ManagedClusterUpdatePreferences = Initialize-PSSailpoint.V2024ManagedClusterUpdatePreferences -ProcessGroups null `
-UpdateState DISABLED `
-NotificationEmail test@mail.com
- Convert the resource to JSON
$ManagedClusterUpdatePreferences | ConvertTo-JSON