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]