Skip to main content

IdentityDocumentAllOfIdentityProfile

Properties

NameTypeDescriptionNotes
IdStringIdentity profile's ID.[optional]
NameStringIdentity profile's name.[optional]

Examples

  • Prepare the resource
$IdentityDocumentAllOfIdentityProfile = Initialize-PSSailpoint.V2024IdentityDocumentAllOfIdentityProfile  -Id 3bc8ad26b8664945866b31339d1ff7d2 `
-Name HR Employees
  • Convert the resource to JSON
$IdentityDocumentAllOfIdentityProfile | ConvertTo-JSON

[Back to top]