Skip to main content

AccessProfileSourceRef

Properties

NameTypeDescriptionNotes
IdStringID of the source the access profile is associated with.[optional]
TypeEnum [ "SOURCE" ]Source's DTO type.[optional]
NameStringSource name.[optional]

Examples

  • Prepare the resource
$AccessProfileSourceRef = Initialize-PSSailpoint.V2025AccessProfileSourceRef  -Id 2c91809773dee3610173fdb0b6061ef4 `
-Type SOURCE `
-Name ODS-AD-SOURCE
  • Convert the resource to JSON
$AccessProfileSourceRef | ConvertTo-JSON

[Back to top]