Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/SimIntegrationDetailsAllOfBeforeProvisioningRule.md
2025-05-07 14:37:48 +00:00

1.4 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
beta-sim-integration-details-all-of-before-provisioning-rule SimIntegrationDetailsAllOfBeforeProvisioningRule SimIntegrationDetailsAllOfBeforeProvisioningRule SimIntegrationDetailsAllOfBeforeProvisioningRule powershellsdk
powershell
PowerShell
sdk
SimIntegrationDetailsAllOfBeforeProvisioningRule
BetaSimIntegrationDetailsAllOfBeforeProvisioningRule
/tools/sdk/powershell/beta/models/sim-integration-details-all-of-before-provisioning-rule
SDK
Software Development Kit
SimIntegrationDetailsAllOfBeforeProvisioningRule
BetaSimIntegrationDetailsAllOfBeforeProvisioningRule

SimIntegrationDetailsAllOfBeforeProvisioningRule

Properties

Name Type Description Notes
Type DtoType [optional]
Id String ID of the rule [optional]
Name String Human-readable display name of the rule [optional]

Examples

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

[Back to top]