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-BetaConfigType -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