Skip to main content

IdentityEntitiesIdentityEntity

Properties

NameTypeDescriptionNotes
IdStringid of the resource to which the identity is associated[optional]
NameStringname of the resource to which the identity is associated[optional]
TypeStringtype 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]