Skip to main content

MachineAccountSubtypeConfigDto

Properties

NameTypeDescriptionNotes
SubtypeIdStringUnique identifier representing the specific subtype of the machine account, used to distinguish between different machine account categories.[optional]
MachineAccountCreateMachineAccountSubtypeConfigDtoMachineAccountCreate[optional]
MachineAccountDeleteMachineAccountSubtypeConfigDtoMachineAccountDelete[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

[Back to top]