Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/IdentityEntities.md
2025-01-28 13:29:29 -05:00

898 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-identity-entities IdentityEntities IdentityEntities IdentityEntities powershellsdk
powershell
PowerShell
sdk
IdentityEntities
BetaIdentityEntities
/tools/sdk/powershell/beta/models/identity-entities
SDK
Software Development Kit
IdentityEntities
BetaIdentityEntities

IdentityEntities

Properties

Name Type Description Notes
IdentityEntity Pointer to IdentityEntitiesIdentityEntity [optional]

Examples

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

[Back to top]