Skip to main content

MultiHostSourcesBeforeProvisioningRule

Properties

NameTypeDescriptionNotes
TypeEnum [ "RULE" ]Type of object being referenced.[optional]
IdStringRule ID.[optional]
NameStringRule's human-readable display name.[optional]

Examples

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

[Back to top]