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

865 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
v2025-identity1 Identity1 Identity1 Identity1 powershellsdk
powershell
PowerShell
sdk
Identity1
V2025Identity1
/tools/sdk/powershell/v2025/models/identity1
SDK
Software Development Kit
Identity1
V2025Identity1

Identity1

Properties

Name Type Description Notes
Id String The ID of the object [optional]
Name String Human-readable display name of the object [optional]

Examples

  • Prepare the resource
$Identity1 = Initialize-PSSailpoint.V2025Identity1  -Id 2c91808380aa05580180aaaaf1940410 `
 -Name William Wilson
  • Convert the resource to JSON
$Identity1 | ConvertTo-JSON

[Back to top]