mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
1.2 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-source-before-provisioning-rule | SourceBeforeProvisioningRule | SourceBeforeProvisioningRule | SourceBeforeProvisioningRule | powershellsdk |
|
/tools/sdk/powershell/v2024/models/source-before-provisioning-rule |
|
SourceBeforeProvisioningRule
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "RULE" ] | Type of object being referenced. | [optional] |
| Id | String | Rule ID. | [optional] |
| Name | String | Rule's human-readable display name. | [optional] |
Examples
- Prepare the resource
$SourceBeforeProvisioningRule = Initialize-V2024SourceBeforeProvisioningRule -Type RULE `
-Id 2c918085708c274401708c2a8a760001 `
-Name Example Rule
- Convert the resource to JSON
$SourceBeforeProvisioningRule | ConvertTo-JSON