Skip to main content

AccessModelMetadataBulkUpdateResponse

Properties

NameTypeDescriptionNotes
IdStringID of the task which is executing the bulk update.[optional]
TypeStringType of the bulk update object.[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, only list unfinished request's status.[optional]
CreatedSystem.DateTimeTime when the bulk update request was created[optional]

Examples

  • Prepare the resource
$AccessModelMetadataBulkUpdateResponse = Initialize-V2025AccessModelMetadataBulkUpdateResponse  -Id 2c9180867817ac4d017817c491119a20 `
-Type Role `
-Status CREATED `
-Created 2020-10-08T18:33:52.029Z
  • Convert the resource to JSON
$AccessModelMetadataBulkUpdateResponse | ConvertTo-JSON

[Back to top]