Skip to main content

IdentityEntities

Properties

NameTypeDescriptionNotes
IdentityEntityIdentityEntitiesIdentityEntity[optional]

Examples

  • Prepare the resource
$IdentityEntities = Initialize-PSSailpoint.BetaIdentityEntities  -IdentityEntity null
  • Convert the resource to JSON
$IdentityEntities | ConvertTo-JSON

[Back to top]