Skip to main content

MultiHostIntegrationsOwner

Reference to identity object who owns the source.

Properties

NameTypeDescriptionNotes
typeEnum [ 'IDENTITY' ]Type of object being referenced.[optional]
idstrOwner identity's ID.[optional]
namestrOwner identity's human-readable display name.[optional]
}

Example

from sailpoint.beta.models.multi_host_integrations_owner import MultiHostIntegrationsOwner

multi_host_integrations_owner = MultiHostIntegrationsOwner(
type='IDENTITY',
id='2c91808568c529c60168cca6f90c1313',
name='MyName'
)

[Back to top]