Skip to main content

MachineaccountcreateaccessdtoSubtypesInner

Properties

NameTypeDescriptionNotes
SubtypeIdStringSubtype ID.[optional]
EntitlementIdStringEntitlement ID.[optional]
SubtypeDisplayNameStringSubtype display name.[optional]
SubtypeTechnicalNameStringSubtype technical name.[optional]

Examples

  • Prepare the resource
$MachineaccountcreateaccessdtoSubtypesInner = Initialize-MachineaccountcreateaccessdtoSubtypesInner  -SubtypeId d7ae9ea3-507f-4d00-9d4f-b4464b344b88 `
-EntitlementId a03caa629a624cee90f94048252034cf `
-SubtypeDisplayName Subtype Display Name `
-SubtypeTechnicalName Subtype Technical Name
  • Convert the resource to JSON
$MachineaccountcreateaccessdtoSubtypesInner | ConvertTo-JSON

[Back to top]