Skip to main content

MultiHostIntegrationsCluster

Reference to the source's associated cluster.

Properties

NameTypeDescriptionNotes
typeEnum [ 'CLUSTER' ]Type of object being referenced.[required]
idstrCluster ID.[required]
namestrCluster's human-readable display name.[required]
}

Example

from sailpoint.beta.models.multi_host_integrations_cluster import MultiHostIntegrationsCluster

multi_host_integrations_cluster = MultiHostIntegrationsCluster(
type='CLUSTER',
id='2c9180866166b5b0016167c32ef31a66',
name='Corporate Cluster'
)

[Back to top]