Skip to main content

Machineaccountcreateaccessdto

Properties

NameTypeDescriptionNotes
SourceIdStringSource ID.[optional]
SourceNameStringSource name.[optional]
Subtypes[]MachineaccountcreateaccessdtoSubtypesInnerList of subtypes for which the user has an entitlement to request machine accounts.[optional]

Examples

  • Prepare the resource
$Machineaccountcreateaccessdto = Initialize-Machineaccountcreateaccessdto  -SourceId 1419fc28a8ed4a079f5c0cb5dfad6311 `
-SourceName Source name `
-Subtypes null
  • Convert the resource to JSON
$Machineaccountcreateaccessdto | ConvertTo-JSON

[Back to top]