Skip to main content

Source1

Properties

NameTypeDescriptionNotes
TypeStringAttribute mapping type.[optional]
Properties[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0Attribute mapping properties.[optional]

Examples

  • Prepare the resource
$Source1 = Initialize-PSSailpoint.V2024Source1  -Type rule `
-Properties {ruleType=IdentityAttribute, ruleName=Cloud Promote Identity Attribute}
  • Convert the resource to JSON
$Source1 | ConvertTo-JSON

[Back to top]