Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/IdentityEntitiesIdentityEntity.md
2025-02-03 22:09:17 +00:00

1.3 KiB

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-identity-entity IdentityEntitiesIdentityEntity IdentityEntitiesIdentityEntity IdentityEntitiesIdentityEntity powershellsdk
powershell
PowerShell
sdk
IdentityEntitiesIdentityEntity
BetaIdentityEntitiesIdentityEntity
/tools/sdk/powershell/beta/models/identity-entities-identity-entity
SDK
Software Development Kit
IdentityEntitiesIdentityEntity
BetaIdentityEntitiesIdentityEntity

IdentityEntitiesIdentityEntity

Properties

Name Type Description Notes
Id String id of the resource to which the identity is associated [optional]
Name String name of the resource to which the identity is associated [optional]
Type String type of the resource to which the identity is associated [optional]

Examples

  • Prepare the resource
$IdentityEntitiesIdentityEntity = Initialize-PSSailpoint.BetaIdentityEntitiesIdentityEntity  -Id 031034e97f094a4096c1be53f75f6b91 `
 -Name Gaston.800ddf9640a `
 -Type CAMPAIGN_CAMPAIGNER
  • Convert the resource to JSON
$IdentityEntitiesIdentityEntity | ConvertTo-JSON

[Back to top]