Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/SourceBeforeProvisioningRule.md
2025-01-28 13:29:29 -05:00

1.2 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
source-before-provisioning-rule SourceBeforeProvisioningRule SourceBeforeProvisioningRule SourceBeforeProvisioningRule powershellsdk
powershell
PowerShell
sdk
SourceBeforeProvisioningRule
SourceBeforeProvisioningRule
/tools/sdk/powershell/v3/models/source-before-provisioning-rule
SDK
Software Development Kit
SourceBeforeProvisioningRule
SourceBeforeProvisioningRule

SourceBeforeProvisioningRule

Properties

Name Type Description Notes
Type Pointer to Enum [ "RULE" ] Type of object being referenced. [optional]
Id Pointer to String Rule ID. [optional]
Name Pointer to String Rule's human-readable display name. [optional]

Examples

  • Prepare the resource
$SourceBeforeProvisioningRule = Initialize-PSSailpoint.V3SourceBeforeProvisioningRule  -Type RULE `
 -Id 2c918085708c274401708c2a8a760001 `
 -Name Example Rule
  • Convert the resource to JSON
$SourceBeforeProvisioningRule | ConvertTo-JSON

[Back to top]