Skip to main content

IdentityProfileAllOfAuthoritativeSource

Identity profile's authoritative source.

Properties

NameTypeDescriptionNotes
typeEnum [ 'SOURCE' ]Authoritative source's object type.[optional]
idstrAuthoritative source's ID.[optional]
namestrAuthoritative source's name.[optional]
}

Example

from sailpoint.beta.models.identity_profile_all_of_authoritative_source import IdentityProfileAllOfAuthoritativeSource

identity_profile_all_of_authoritative_source = IdentityProfileAllOfAuthoritativeSource(
type='SOURCE',
id='2c9180835d191a86015d28455b4b232a',
name='HR Active Directory'
)

[Back to top]