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]