SpConfigRules
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| TakeFromTargetRules | []SpConfigRule | [optional] | |
| DefaultRules | []SpConfigRule | [optional] | |
| Editable | Boolean | Indicates whether the object can be edited. | [optional] [default to $false] |
Examples
- Prepare the resource
$SpConfigRules = Initialize-V2025SpConfigRules -TakeFromTargetRules null `
-DefaultRules null `
-Editable true
- Convert the resource to JSON
$SpConfigRules | ConvertTo-JSON