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