Skip to main content

BeforeProvisioningRuleDto

Properties

NameTypeDescriptionNotes
TypeEnum [ "RULE" ]Before Provisioning Rule DTO type.[optional]
IdStringBefore Provisioning Rule ID.[optional]
NameStringRule display name.[optional]

Examples

  • Prepare the resource
$BeforeProvisioningRuleDto = Initialize-PSSailpoint.V2024BeforeProvisioningRuleDto  -Type RULE `
-Id 048eb3d55c5a4758bd07dccb87741c78 `
-Name Before Provisioning Airtable Rule
  • Convert the resource to JSON
$BeforeProvisioningRuleDto | ConvertTo-JSON

[Back to top]