Skip to main content

VaclusterstatuschangeeventApplication

Details about the CLUSTER or SOURCE that initiated this event.

Properties

NameTypeDescriptionNotes
idstrThe GUID of the application[required]
namestrThe name of the application[required]
attributesmap[string]objectCustom 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.triggers.models.vaclusterstatuschangeevent_application import VaclusterstatuschangeeventApplication

vaclusterstatuschangeevent_application = VaclusterstatuschangeeventApplication(
id='2c9180866166b5b0016167c32ef31a66',
name='Production VA Cluster',
attributes={ }
)

[Back to top]