Skip to main content

SimIntegrationDetailsAllOfBeforeProvisioningRule

Properties

NameTypeDescriptionNotes
TypeDtoType[optional]
IdStringID of the rule[optional]
NameStringHuman-readable display name of the rule[optional]

Examples

  • Prepare the resource
$SimIntegrationDetailsAllOfBeforeProvisioningRule = Initialize-PSSailpoint.BetaSimIntegrationDetailsAllOfBeforeProvisioningRule  -Type null `
-Id 2c918085708c274401708c2a8a760001 `
-Name Example Rule
  • Convert the resource to JSON
$SimIntegrationDetailsAllOfBeforeProvisioningRule | ConvertTo-JSON

[Back to top]