Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/AccountAllOfIdentity.md
2025-04-01 09:23:12 -04:00

1.1 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
v2025-account-all-of-identity AccountAllOfIdentity AccountAllOfIdentity AccountAllOfIdentity powershellsdk
powershell
PowerShell
sdk
AccountAllOfIdentity
V2025AccountAllOfIdentity
/tools/sdk/powershell/v2025/models/account-all-of-identity
SDK
Software Development Kit
AccountAllOfIdentity
V2025AccountAllOfIdentity

AccountAllOfIdentity

Properties

Name Type Description Notes
Id String The ID of the identity [optional]
Type Enum [ "IDENTITY" ] The type of object being referenced [optional]
Name String display name of identity [optional]

Examples

  • Prepare the resource
$AccountAllOfIdentity = Initialize-PSSailpoint.V2025AccountAllOfIdentity  -Id 2c918084660f45d6016617daa9210584 `
 -Type IDENTITY `
 -Name John Doe
  • Convert the resource to JSON
$AccountAllOfIdentity | ConvertTo-JSON

[Back to top]