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-SimintegrationdetailsAllOfBeforeProvisioningRule  -Type null `
-Id 2c918085708c274401708c2a8a760001 `
-Name Example Rule
  • Convert the resource to JSON
$SimintegrationdetailsAllOfBeforeProvisioningRule | ConvertTo-JSON

[Back to top]