mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
removing beta docs
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
---
|
||||
id: identities-accounts-bulk-request
|
||||
title: IdentitiesAccountsBulkRequest
|
||||
pagination_label: IdentitiesAccountsBulkRequest
|
||||
sidebar_label: IdentitiesAccountsBulkRequest
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'IdentitiesAccountsBulkRequest']
|
||||
slug: /tools/sdk/powershell/beta/models/identities-accounts-bulk-request
|
||||
tags: ['SDK', 'Software Development Kit', 'IdentitiesAccountsBulkRequest']
|
||||
---
|
||||
|
||||
|
||||
# IdentitiesAccountsBulkRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**IdentityIds** | Pointer to **[]String** | The ids of the identities for which enable/disable accounts. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$IdentitiesAccountsBulkRequest = Initialize-PSSailpoint.BetaIdentitiesAccountsBulkRequest -IdentityIds [2c91808384203c2d018437e631158308, 2c9180858082150f0180893dbaf553fe]
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$IdentitiesAccountsBulkRequest | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user