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-V2025MachineIdentityUserEntitlementResponse  -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]