Skip to main content

IdentityProfileExportedObject

Identity profile exported object.

Properties

NameTypeDescriptionNotes
versionintVersion or object from the target service.[optional]
var_selfIdentityProfileExportedObjectSelf[optional]
objectIdentityProfile[optional]
}

Example

from sailpoint.v3.models.identity_profile_exported_object import IdentityProfileExportedObject

identity_profile_exported_object = IdentityProfileExportedObject(
version=1,
var_self=sailpoint.v3.models.identity_profile_exported_object_self.IdentityProfileExportedObject_self(
type = 'SOURCE',
id = '2c9180835d191a86015d28455b4b232a',
name = 'HR Active Directory', ),
object=
)

[Back to top]