mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.4 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-sim-integration-details-all-of-before-provisioning-rule | SimIntegrationDetailsAllOfBeforeProvisioningRule | SimIntegrationDetailsAllOfBeforeProvisioningRule | SimIntegrationDetailsAllOfBeforeProvisioningRule | powershellsdk |
|
/tools/sdk/powershell/v2025/models/sim-integration-details-all-of-before-provisioning-rule |
|
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-PSSailpoint.V2025SimIntegrationDetailsAllOfBeforeProvisioningRule -Type null `
-Id 2c918085708c274401708c2a8a760001 `
-Name Example Rule
- Convert the resource to JSON
$SimIntegrationDetailsAllOfBeforeProvisioningRule | ConvertTo-JSON