Skip to main content

AccessProfileSourceRef

Properties

NameTypeDescriptionNotes
IdStringThe ID of the Source with with which the Access Profile is associated[optional]
TypeEnum [ "SOURCE" ]The type of the Source, will always be SOURCE[optional]
NameStringThe display name of the associated Source[optional]

Examples

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

[Back to top]