Skip to main content

Entitlementmetadatabulkupdateresponse

Properties

NameTypeDescriptionNotes
IdStringID of the task that is processing the bulk update.[optional]
TypeStringType of the object the bulk update applies to.[optional]
StatusEnum [ "CREATED", "PRE_PROCESS", "PRE_PROCESS_COMPLETED", "POST_PROCESS", "COMPLETED", "CHUNK_PENDING", "CHUNK_PROCESSING", "RE_PROCESSING", "PRE_PROCESS_FAILED", "FAILED" ]The status of the bulk update request.[optional]
CreatedSystem.DateTimeTime when the bulk update request was created[optional]

Examples

  • Prepare the resource
$Entitlementmetadatabulkupdateresponse = Initialize-Entitlementmetadatabulkupdateresponse -Id 2d82ac17-eb0d-4ba6-9918-dcad6ee0294d `
-Type ENTITLEMENT `
-Status CREATED `
-Created 2020-10-08T18:33:52.029Z
  • Convert the resource to JSON
$Entitlementmetadatabulkupdateresponse | ConvertTo-JSON

[Back to top]