mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
adding docs back with new ids
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
id: dimension-bulk-delete-request
|
||||
title: DimensionBulkDeleteRequest
|
||||
pagination_label: DimensionBulkDeleteRequest
|
||||
sidebar_label: DimensionBulkDeleteRequest
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'DimensionBulkDeleteRequest']
|
||||
slug: /tools/sdk/powershell/v2024/models/dimension-bulk-delete-request
|
||||
tags: ['SDK', 'Software Development Kit', 'DimensionBulkDeleteRequest']
|
||||
---
|
||||
|
||||
|
||||
# DimensionBulkDeleteRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**DimensionIds** | **[]String** | List of IDs of Dimensions to be deleted. | [required]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$DimensionBulkDeleteRequest = Initialize-PSSailpoint.V2024DimensionBulkDeleteRequest -DimensionIds [2c9180847812e0b1017817051919ecca, 2c9180887812e0b201781e129f151816]
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$DimensionBulkDeleteRequest | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user