Configtype
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Priority | Int32 | [optional] | |
| InternalName | Configtypeenumcamel | [optional] | |
| InternalNameCamel | Configtypeenum | [optional] | |
| DisplayName | String | Human readable display name of the type to be shown on UI | [optional] |
| Description | String | Description of the type of work to be reassigned, displayed by the UI. | [optional] |
Examples
- Prepare the resource
$Configtype = Initialize-Configtype -Priority 1 `
-InternalName null `
-InternalNameCamel null `
-DisplayName Access Requests `
-Description Reassign Access Request Work Items for an identity
- Convert the resource to JSON
$Configtype | ConvertTo-JSON