CreateMachineAccountSubtypeV1Request
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| TechnicalName | String | Technical name of the subtype. | [required] |
| DisplayName | String | Display name of the subtype. | [required] |
| Description | String | Description of the subtype. | [required] |
| Type | String | Type of the subtype. | [optional] |
Examples
- Prepare the resource
$CreateMachineAccountSubtypeV1Request = Initialize-CreateMachineAccountSubtypeV1Request -TechnicalName foo `
-DisplayName Mr Foo `
-Description fighters `
-Type MACHINE
- Convert the resource to JSON
$CreateMachineAccountSubtypeV1Request | ConvertTo-JSON