Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/Source1.md
2025-05-07 14:37:48 +00:00

971 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-source1 Source1 Source1 Source1 powershellsdk
powershell
PowerShell
sdk
Source1
V2024Source1
/tools/sdk/powershell/v2024/models/source1
SDK
Software Development Kit
Source1
V2024Source1

Source1

Properties

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

Examples

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

[Back to top]