mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-before-provisioning-rule-dto | BeforeProvisioningRuleDto | BeforeProvisioningRuleDto | BeforeProvisioningRuleDto | powershellsdk |
|
/tools/sdk/powershell/beta/models/before-provisioning-rule-dto |
|
BeforeProvisioningRuleDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Pointer to Enum [ "RULE" ] | Before Provisioning Rule DTO type. | [optional] |
| Id | Pointer to String | Before Provisioning Rule ID. | [optional] |
| Name | Pointer to String | Rule display name. | [optional] |
Examples
- Prepare the resource
$BeforeProvisioningRuleDto = Initialize-PSSailpoint.BetaBeforeProvisioningRuleDto -Type RULE `
-Id 048eb3d55c5a4758bd07dccb87741c78 `
-Name Before Provisioning Airtable Rule
- Convert the resource to JSON
$BeforeProvisioningRuleDto | ConvertTo-JSON