Skip to main content

AccessProfileDocumentAllOfSource

Properties

NameTypeDescriptionNotes
IdStringSource's ID.[optional]
NameStringSource's name.[optional]

Examples

  • Prepare the resource
$AccessProfileDocumentAllOfSource = Initialize-PSSailpoint.V3AccessProfileDocumentAllOfSource  -Id ff8081815757d4fb0157588f3d9d008f `
-Name Employees
  • Convert the resource to JSON
$AccessProfileDocumentAllOfSource | ConvertTo-JSON

[Back to top]