Skip to main content

Machineidentityuserentitlementresponse

Properties

NameTypeDescriptionNotes
IdStringSystem-generated unique ID of the Object[optional]
MachineIdentityIdStringSystem-generated unique ID of the Machine Identity[optional]
SourceMachineidentityuserentitlementresponseSource[optional]
EntitlementMachineidentityuserentitlementresponseEntitlement[optional]
CreatedSystem.DateTimeCreation date of the Object[optional] [readonly]

Examples

  • Prepare the resource
$Machineidentityuserentitlementresponse = Initialize-Machineidentityuserentitlementresponse  -Id 8886e5e3-63d0-462f-a195-d98da885b8dc `
-MachineIdentityId 8886e5e3-63d0-462f-a195-d98da885b8dc `
-Source null `
-Entitlement null `
-Created 2015-05-28T14:07:17Z
  • Convert the resource to JSON
$Machineidentityuserentitlementresponse | ConvertTo-JSON

[Back to top]