Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/Identity1.md
2025-01-28 13:29:29 -05:00

884 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
beta-identity1 Identity1 Identity1 Identity1 powershellsdk
powershell
PowerShell
sdk
Identity1
BetaIdentity1
/tools/sdk/powershell/beta/models/identity1
SDK
Software Development Kit
Identity1
BetaIdentity1

Identity1

Properties

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

Examples

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

[Back to top]