Machineaccountsubtypeconfigdto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| SubtypeId | String | Unique identifier representing the specific subtype of the machine account, used to distinguish between different machine account categories. | [optional] |
| MachineAccountCreate | MachineaccountsubtypeconfigdtoMachineAccountCreate | [optional] | |
| MachineAccountDelete | MachineaccountsubtypeconfigdtoMachineAccountDelete | [optional] |
Examples
- Prepare the resource
$Machineaccountsubtypeconfigdto = Initialize-Machineaccountsubtypeconfigdto -SubtypeId 1419fc28-a8ed-4a07-9f5c-0cb5dfad6311 `
-MachineAccountCreate null `
-MachineAccountDelete null
- Convert the resource to JSON
$Machineaccountsubtypeconfigdto | ConvertTo-JSON