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

1.2 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
non-employee-identity-reference-with-id NonEmployeeIdentityReferenceWithId NonEmployeeIdentityReferenceWithId NonEmployeeIdentityReferenceWithId powershellsdk
powershell
PowerShell
sdk
NonEmployeeIdentityReferenceWithId
NonEmployeeIdentityReferenceWithId
/tools/sdk/powershell/v3/models/non-employee-identity-reference-with-id
SDK
Software Development Kit
NonEmployeeIdentityReferenceWithId
NonEmployeeIdentityReferenceWithId

NonEmployeeIdentityReferenceWithId

Properties

Name Type Description Notes
Type Pointer to NonEmployeeIdentityDtoType [optional]
Id Pointer to String Identity id [optional]

Examples

  • Prepare the resource
$NonEmployeeIdentityReferenceWithId = Initialize-PSSailpoint.V3NonEmployeeIdentityReferenceWithId  -Type null `
 -Id 5168015d32f890ca15812c9180835d2e
  • Convert the resource to JSON
$NonEmployeeIdentityReferenceWithId | ConvertTo-JSON

[Back to top]