Skip to main content

Accessprofilebulkdeleteresponse

Properties

NameTypeDescriptionNotes
TaskIdStringID of the task which is executing the bulk deletion. This can be passed to the /task-status API to track status.[optional]
Pending[]StringList of IDs of Access Profiles which are pending deletion.[optional]
InUse[]AccessprofileusageList of usages of Access Profiles targeted for deletion.[optional]

Examples

  • Prepare the resource
$Accessprofilebulkdeleteresponse = Initialize-Accessprofilebulkdeleteresponse  -TaskId 2c9180867817ac4d017817c491119a20 `
-Pending ["2c91808876438bbb017668c21919ecca","2c91808876438bb201766e129f151816"] `
-InUse null
  • Convert the resource to JSON
$Accessprofilebulkdeleteresponse | ConvertTo-JSON

[Back to top]