adding powershell sdk docs back

This commit is contained in:
darrell-thobe-sp
2025-01-28 13:29:29 -05:00
parent 248e4afe6b
commit c69a78b807
2822 changed files with 201703 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
---
id: v2024-update-access-profiles-in-bulk412-response
title: UpdateAccessProfilesInBulk412Response
pagination_label: UpdateAccessProfilesInBulk412Response
sidebar_label: UpdateAccessProfilesInBulk412Response
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'UpdateAccessProfilesInBulk412Response', 'V2024UpdateAccessProfilesInBulk412Response']
slug: /tools/sdk/powershell/v2024/models/update-access-profiles-in-bulk412-response
tags: ['SDK', 'Software Development Kit', 'UpdateAccessProfilesInBulk412Response', 'V2024UpdateAccessProfilesInBulk412Response']
---
# UpdateAccessProfilesInBulk412Response
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Message** | Pointer to [**SystemCollectionsHashtable**]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | A message describing the error | [optional]
## Examples
- Prepare the resource
```powershell
$UpdateAccessProfilesInBulk412Response = Initialize-PSSailpoint.V2024UpdateAccessProfilesInBulk412Response -Message API/Feature not enabled for your organization.
```
- Convert the resource to JSON
```powershell
$UpdateAccessProfilesInBulk412Response | ConvertTo-JSON
```
[[Back to top]](#)