Skip to main content

IdentityProfileAllOfAuthoritativeSource

Properties

NameTypeDescriptionNotes
TypeEnum [ "SOURCE" ]Authoritative source's object type.[optional]
IdStringAuthoritative source's ID.[optional]
NameStringAuthoritative source's name.[optional]

Examples

  • Prepare the resource
$IdentityProfileAllOfAuthoritativeSource = Initialize-PSSailpoint.V3IdentityProfileAllOfAuthoritativeSource  -Type SOURCE `
-Id 2c9180835d191a86015d28455b4b232a `
-Name HR Active Directory
  • Convert the resource to JSON
$IdentityProfileAllOfAuthoritativeSource | ConvertTo-JSON

[Back to top]