mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.4 KiB
1.4 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-va-cluster-status-change-event-application | VAClusterStatusChangeEventApplication | VAClusterStatusChangeEventApplication | VAClusterStatusChangeEventApplication | pythonsdk |
|
/tools/sdk/python/v2025/models/va-cluster-status-change-event-application |
|
VAClusterStatusChangeEventApplication
Details about the CLUSTER or SOURCE that initiated this event.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | The GUID of the application | [required] |
| name | str | The name of the application | [required] |
| attributes | map[string]object | Custom map of attributes for a source. This will only be populated if type is SOURCE and the source has a proxy. |
[required] |
| } |
Example
from sailpoint.v2025.models.va_cluster_status_change_event_application import VAClusterStatusChangeEventApplication
va_cluster_status_change_event_application = VAClusterStatusChangeEventApplication(
id='2c9180866166b5b0016167c32ef31a66',
name='Production VA Cluster',
attributes={ }
)