Skip to main content

IdentityProfile1AllOfAuthoritativeSource

Properties

NameTypeDescriptionNotes
TypeEnum [ "SOURCE" ]Type of the object to which this reference applies[optional]
IdStringID of the object to which this reference applies[optional]
NameStringHuman-readable display name of the object to which this reference applies[optional]

Examples

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

[Back to top]