Skip to main content

IdentityEntitlementDetailsAccountTarget

Properties

NameTypeDescriptionNotes
AccountIdStringThe id of account[optional]
AccountNameStringThe name of account[optional]
AccountUUIDStringThe UUID representation of the account if available[optional]
SourceIdStringThe id of Source[optional]
SourceNameStringThe name of Source[optional]
RemoveDateStringThe removal date scheduled for the entitlement on the Identity[optional]
AssignmentIdStringThe assignmentId of the entitlement on the Identity[optional]
RevocableBooleanIf the entitlement can be revoked[optional] [default to $false]

Examples

  • Prepare the resource
$IdentityEntitlementDetailsAccountTarget = Initialize-PSSailpoint.V2025IdentityEntitlementDetailsAccountTarget  -AccountId c5ef070e-92c6-4276-a006-98490f132dec `
-AccountName Adalberto.XYZ `
-AccountUUID 2236c29e-68a6-494d-a469-d072172f46cf `
-SourceId 9269d764-8358-4ab9-9748-d4b7418548ca `
-SourceName JDBC XYZ Source `
-RemoveDate 2035-01-01T12:00:00.000Z `
-AssignmentId 77a5b7b4-262f-4b6a-a2aa-87f84f45f96f `
-Revocable true
  • Convert the resource to JSON
$IdentityEntitlementDetailsAccountTarget | ConvertTo-JSON

[Back to top]