BeforeProvisioningRuleDto
Properties
Name | Type | Description | Notes |
---|---|---|---|
Type | Enum [ "RULE" ] | Before Provisioning Rule DTO type. | [optional] |
Id | String | Before Provisioning Rule ID. | [optional] |
Name | String | Rule display name. | [optional] |
Examples
- Prepare the resource
$BeforeProvisioningRuleDto = Initialize-PSSailpoint.V2024BeforeProvisioningRuleDto -Type RULE `
-Id 048eb3d55c5a4758bd07dccb87741c78 `
-Name Before Provisioning Airtable Rule
- Convert the resource to JSON
$BeforeProvisioningRuleDto | ConvertTo-JSON