Update to powershell SDK docs: 13953192134

This commit is contained in:
developer-relations-sp
2025-03-19 17:43:34 +00:00
parent 6ddef06f41
commit 531ebbf0b2
3 changed files with 12 additions and 6 deletions

View File

@@ -7529,6 +7529,8 @@
- lang: PowerShell
label: SDK_tools/sdk/powershell/v3/methods/search-attribute-configuration#get-search-attribute-config
source: |
$Limit = 250 # Int32 | Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 250)
$Offset = 0 # Int32 | Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 0)
# List Extended Search Attributes
@@ -7536,7 +7538,7 @@
Get-SearchAttributeConfig
# Below is a request that includes all optional parameters
# Get-SearchAttributeConfig
# Get-SearchAttributeConfig -Limit $Limit -Offset $Offset
} catch {
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Get-SearchAttributeConfig"
Write-Host $_.ErrorDetails