Skip to content

Commit

Permalink
Automated build 'Automated commit 'moved description from response to…
Browse files Browse the repository at this point in the history
… description for the API itself (#1543)

* moved description from response to description for the API itself

* fixed operationId linting error' by github action: 7659792128' powershell sdk: 7659796762
  • Loading branch information
developer-relations-sp committed Jan 25, 2024
1 parent ab0aa26 commit 2576216
Show file tree
Hide file tree
Showing 17 changed files with 86 additions and 86 deletions.
24 changes: 12 additions & 12 deletions PSSailpoint/PSSailpoint.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Sailpoint Developer Relations
#
# Generated on: 01/24/2024
# Generated on: 01/25/2024
#

@{
Expand Down Expand Up @@ -131,7 +131,7 @@ FunctionsToExport = 'New-AccessProfile', 'Remove-AccessProfile',
'New-OauthClient', 'Remove-OauthClient', 'Get-OauthClient',
'Get-OauthClients', 'Update-OauthClient', 'New-PasswordOrgConfig',
'Get-PasswordOrgConfig', 'Send-PasswordOrgConfig',
'Get-PasswordDictionary', 'Update-PasswordDictionary',
'Get-PasswordDictionary', 'Send-PasswordDictionary',
'Get-PasswordChangeStatus', 'Search-PasswordInfo', 'Set-Password',
'New-PasswordSyncGroup', 'Remove-PasswordSyncGroup',
'Get-PasswordSyncGroup', 'Get-PasswordSyncGroups',
Expand Down Expand Up @@ -617,8 +617,11 @@ FunctionsToExport = 'New-AccessProfile', 'Remove-AccessProfile',
'Initialize-PublicIdentityAttributeConfig',
'ConvertFrom-JsonToPublicIdentityAttributeConfig',
'Initialize-PublicIdentityConfig',
'ConvertFrom-JsonToPublicIdentityConfig', 'Initialize-Query',
'ConvertFrom-JsonToQuery', 'Initialize-QueryResultFilter',
'ConvertFrom-JsonToPublicIdentityConfig',
'Initialize-PutPasswordDictionaryRequest',
'ConvertFrom-JsonToPutPasswordDictionaryRequest',
'Initialize-Query', 'ConvertFrom-JsonToQuery',
'Initialize-QueryResultFilter',
'ConvertFrom-JsonToQueryResultFilter',
'Initialize-QueuedCheckConfigDetails',
'ConvertFrom-JsonToQueuedCheckConfigDetails',
Expand Down Expand Up @@ -802,8 +805,6 @@ FunctionsToExport = 'New-AccessProfile', 'Remove-AccessProfile',
'Initialize-Trim', 'ConvertFrom-JsonToTrim',
'Initialize-TypeAheadQuery', 'ConvertFrom-JsonToTypeAheadQuery',
'Initialize-TypedReference', 'ConvertFrom-JsonToTypedReference',
'Initialize-UpdatePasswordDictionaryRequest',
'ConvertFrom-JsonToUpdatePasswordDictionaryRequest',
'Initialize-Upper', 'ConvertFrom-JsonToUpper',
'Initialize-UUIDGenerator', 'ConvertFrom-JsonToUUIDGenerator',
'Initialize-Value', 'ConvertFrom-JsonToValue',
Expand Down Expand Up @@ -990,7 +991,7 @@ FunctionsToExport = 'New-AccessProfile', 'Remove-AccessProfile',
'Get-BetaValidTimeZones', 'Update-BetaOrgConfig',
'New-BetaPasswordOrgConfig', 'Get-BetaPasswordOrgConfig',
'Send-BetaPasswordOrgConfig', 'Get-BetaPasswordDictionary',
'Update-BetaPasswordDictionary', 'New-BetaDigitToken',
'Send-BetaPasswordDictionary', 'New-BetaDigitToken',
'Get-BetaIdentityPasswordChangeStatus', 'Search-BetaPasswordInfo',
'Set-BetaIdentityPassword', 'New-BetaPasswordSyncGroup',
'Remove-BetaPasswordSyncGroup', 'Get-BetaPasswordSyncGroup',
Expand Down Expand Up @@ -1960,6 +1961,8 @@ FunctionsToExport = 'New-AccessProfile', 'Remove-AccessProfile',
'ConvertFrom-BetaJsonToPublicIdentityAttributeConfig',
'Initialize-BetaPublicIdentityConfig',
'ConvertFrom-BetaJsonToPublicIdentityConfig',
'Initialize-BetaPutPasswordDictionaryRequest',
'ConvertFrom-BetaJsonToPutPasswordDictionaryRequest',
'Initialize-BetaQueuedCheckConfigDetails',
'ConvertFrom-BetaJsonToQueuedCheckConfigDetails',
'Initialize-BetaRandomAlphaNumeric',
Expand Down Expand Up @@ -2307,11 +2310,8 @@ FunctionsToExport = 'New-AccessProfile', 'Remove-AccessProfile',
'Initialize-BetaTrigger', 'ConvertFrom-BetaJsonToTrigger',
'ConvertFrom-BetaJsonToTriggerExampleInput',
'ConvertFrom-BetaJsonToTriggerExampleOutput', 'Initialize-BetaTrim',
'ConvertFrom-BetaJsonToTrim',
'Initialize-BetaUpdatePasswordDictionaryRequest',
'ConvertFrom-BetaJsonToUpdatePasswordDictionaryRequest',
'Initialize-BetaUpper', 'ConvertFrom-BetaJsonToUpper',
'Initialize-BetaUUIDGenerator',
'ConvertFrom-BetaJsonToTrim', 'Initialize-BetaUpper',
'ConvertFrom-BetaJsonToUpper', 'Initialize-BetaUUIDGenerator',
'ConvertFrom-BetaJsonToUUIDGenerator',
'Initialize-BetaV3ConnectorDto',
'ConvertFrom-BetaJsonToV3ConnectorDto',
Expand Down
6 changes: 3 additions & 3 deletions PSSailpoint/beta/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ docs/ProvisioningPolicyDto.md
docs/ProvisioningState.md
docs/PublicIdentityAttributeConfig.md
docs/PublicIdentityConfig.md
docs/PutPasswordDictionaryRequest.md
docs/QueuedCheckConfigDetails.md
docs/RandomAlphaNumeric.md
docs/RandomNumeric.md
Expand Down Expand Up @@ -784,7 +785,6 @@ docs/TriggerExampleOutput.md
docs/TriggerType.md
docs/Trim.md
docs/UUIDGenerator.md
docs/UpdatePasswordDictionaryRequest.md
docs/Upper.md
docs/UsageType.md
docs/V3ConnectorDto.md
Expand Down Expand Up @@ -1392,6 +1392,7 @@ src/PSSailpointBeta/Model/ProvisioningPolicyDto.ps1
src/PSSailpointBeta/Model/ProvisioningState.ps1
src/PSSailpointBeta/Model/PublicIdentityAttributeConfig.ps1
src/PSSailpointBeta/Model/PublicIdentityConfig.ps1
src/PSSailpointBeta/Model/PutPasswordDictionaryRequest.ps1
src/PSSailpointBeta/Model/QueuedCheckConfigDetails.ps1
src/PSSailpointBeta/Model/RandomAlphaNumeric.ps1
src/PSSailpointBeta/Model/RandomNumeric.ps1
Expand Down Expand Up @@ -1612,7 +1613,6 @@ src/PSSailpointBeta/Model/TriggerExampleOutput.ps1
src/PSSailpointBeta/Model/TriggerType.ps1
src/PSSailpointBeta/Model/Trim.ps1
src/PSSailpointBeta/Model/UUIDGenerator.ps1
src/PSSailpointBeta/Model/UpdatePasswordDictionaryRequest.ps1
src/PSSailpointBeta/Model/Upper.ps1
src/PSSailpointBeta/Model/UsageType.ps1
src/PSSailpointBeta/Model/V3ConnectorDto.ps1
Expand Down Expand Up @@ -2226,6 +2226,7 @@ tests/Model/ProvisioningPolicyDto.Tests.ps1
tests/Model/ProvisioningState.Tests.ps1
tests/Model/PublicIdentityAttributeConfig.Tests.ps1
tests/Model/PublicIdentityConfig.Tests.ps1
tests/Model/PutPasswordDictionaryRequest.Tests.ps1
tests/Model/QueuedCheckConfigDetails.Tests.ps1
tests/Model/RandomAlphaNumeric.Tests.ps1
tests/Model/RandomNumeric.Tests.ps1
Expand Down Expand Up @@ -2446,7 +2447,6 @@ tests/Model/TriggerExampleOutput.Tests.ps1
tests/Model/TriggerType.Tests.ps1
tests/Model/Trim.Tests.ps1
tests/Model/UUIDGenerator.Tests.ps1
tests/Model/UpdatePasswordDictionaryRequest.Tests.ps1
tests/Model/Upper.Tests.ps1
tests/Model/UsageType.Tests.ps1
tests/Model/V3ConnectorDto.Tests.ps1
Expand Down
4 changes: 2 additions & 2 deletions PSSailpoint/beta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ Class | Method | HTTP request | Description
*BetaPasswordConfigurationApi* | [**Get-BetaPasswordOrgConfig**](docs/BetaPasswordConfigurationApi.md#Get-BetaPasswordOrgConfig) | **GET** /password-org-config | Get Password Org Config
*BetaPasswordConfigurationApi* | [**Send-BetaPasswordOrgConfig**](docs/BetaPasswordConfigurationApi.md#Send-BetaPasswordOrgConfig) | **PUT** /password-org-config | Update Password Org Config
*BetaPasswordDictionaryApi* | [**Get-BetaPasswordDictionary**](docs/BetaPasswordDictionaryApi.md#Get-BetaPasswordDictionary) | **GET** /password-dictionary | Get Password Dictionary
*BetaPasswordDictionaryApi* | [**Update-BetaPasswordDictionary**](docs/BetaPasswordDictionaryApi.md#Update-BetaPasswordDictionary) | **PUT** /password-dictionary | Update Password Dictionary
*BetaPasswordDictionaryApi* | [**Send-BetaPasswordDictionary**](docs/BetaPasswordDictionaryApi.md#Send-BetaPasswordDictionary) | **PUT** /password-dictionary | Update Password Dictionary
*BetaPasswordManagementApi* | [**New-BetaDigitToken**](docs/BetaPasswordManagementApi.md#New-BetaDigitToken) | **POST** /generate-password-reset-token/digit | Generate a digit token
*BetaPasswordManagementApi* | [**Get-BetaIdentityPasswordChangeStatus**](docs/BetaPasswordManagementApi.md#Get-BetaIdentityPasswordChangeStatus) | **GET** /password-change-status/{id} | Get Password Change Request Status
*BetaPasswordManagementApi* | [**Search-BetaPasswordInfo**](docs/BetaPasswordManagementApi.md#Search-BetaPasswordInfo) | **POST** /query-password-info | Query Password Info
Expand Down Expand Up @@ -1017,6 +1017,7 @@ Class | Method | HTTP request | Description
- [PSSailpointBeta\Model.ProvisioningState](docs/ProvisioningState.md)
- [PSSailpointBeta\Model.PublicIdentityAttributeConfig](docs/PublicIdentityAttributeConfig.md)
- [PSSailpointBeta\Model.PublicIdentityConfig](docs/PublicIdentityConfig.md)
- [PSSailpointBeta\Model.PutPasswordDictionaryRequest](docs/PutPasswordDictionaryRequest.md)
- [PSSailpointBeta\Model.QueuedCheckConfigDetails](docs/QueuedCheckConfigDetails.md)
- [PSSailpointBeta\Model.RandomAlphaNumeric](docs/RandomAlphaNumeric.md)
- [PSSailpointBeta\Model.RandomNumeric](docs/RandomNumeric.md)
Expand Down Expand Up @@ -1237,7 +1238,6 @@ Class | Method | HTTP request | Description
- [PSSailpointBeta\Model.TriggerType](docs/TriggerType.md)
- [PSSailpointBeta\Model.Trim](docs/Trim.md)
- [PSSailpointBeta\Model.UUIDGenerator](docs/UUIDGenerator.md)
- [PSSailpointBeta\Model.UpdatePasswordDictionaryRequest](docs/UpdatePasswordDictionaryRequest.md)
- [PSSailpointBeta\Model.Upper](docs/Upper.md)
- [PSSailpointBeta\Model.UsageType](docs/UsageType.md)
- [PSSailpointBeta\Model.V3ConnectorDto](docs/V3ConnectorDto.md)
Expand Down
16 changes: 8 additions & 8 deletions PSSailpoint/beta/docs/BetaPasswordDictionaryApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All URIs are relative to *https://sailpoint.api.identitynow.com/beta*
Method | HTTP request | Description
------------- | ------------- | -------------
[**Get-BetaPasswordDictionary**](BetaPasswordDictionaryApi.md#Get-BetaPasswordDictionary) | **GET** /password-dictionary | Get Password Dictionary
[**Update-BetaPasswordDictionary**](BetaPasswordDictionaryApi.md#Update-BetaPasswordDictionary) | **PUT** /password-dictionary | Update Password Dictionary
[**Send-BetaPasswordDictionary**](BetaPasswordDictionaryApi.md#Send-BetaPasswordDictionary) | **PUT** /password-dictionary | Update Password Dictionary


<a id="Get-BetaPasswordDictionary"></a>
Expand All @@ -14,7 +14,7 @@ Method | HTTP request | Description
Get Password Dictionary

This gets password dictionary for the organization. A token with ORG_ADMIN authority is required to call this API.
This gets password dictionary for the organization. A token with ORG_ADMIN authority is required to call this API. The password dictionary file can contain lines that are: 1. comment lines - the first character is '#', can be 128 Unicode codepoints in length, and are ignored during processing 2. empty lines 3. locale line - the first line that starts with ""locale="" is considered to be locale line, the rest are treated as normal content lines 4. line containing the password dictionary word - it must start with non-whitespace character and only non-whitespace characters are allowed; maximum length of the line is 128 Unicode codepoints Password dictionary file may not contain more than 2,500 lines (not counting whitespace lines, comment lines and locale line). Password dict file must contain UTF-8 characters only. # Sample password text file ``` # Password dictionary small test file locale=en_US # Password dictionary prohibited words qwerty abcd aaaaa password qazxsws ```

### Example
```powershell
Expand Down Expand Up @@ -54,14 +54,14 @@ This endpoint does not need any parameter.

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

<a id="Update-BetaPasswordDictionary"></a>
# **Update-BetaPasswordDictionary**
> void Update-BetaPasswordDictionary<br>
<a id="Send-BetaPasswordDictionary"></a>
# **Send-BetaPasswordDictionary**
> void Send-BetaPasswordDictionary<br>
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-File] <System.IO.FileInfo><br>
Update Password Dictionary

This updates password dictionary for the organization. A token with ORG_ADMIN authority is required to call this API.
This updates password dictionary for the organization. A token with ORG_ADMIN authority is required to call this API. The password dictionary file can contain lines that are: 1. comment lines - the first character is '#', can be 128 Unicode codepoints in length, and are ignored during processing 2. empty lines 3. locale line - the first line that starts with ""locale="" is considered to be locale line, the rest are treated as normal content lines 4. line containing the password dictionary word - it must start with non-whitespace character and only non-whitespace characters are allowed; maximum length of the line is 128 Unicode codepoints Password dictionary file may not contain more than 2,500 lines (not counting whitespace lines, comment lines and locale line). Password dict file must contain UTF-8 characters only. # Sample password text file ``` # Password dictionary small test file locale=en_US # Password dictionary prohibited words qwerty abcd aaaaa password qazxsws ```

### Example
```powershell
Expand All @@ -77,9 +77,9 @@ $File = # System.IO.FileInfo | (optional)
# Update Password Dictionary
try {
$Result = Update-BetaPasswordDictionary -File $File
$Result = Send-BetaPasswordDictionary -File $File
} catch {
Write-Host ("Exception occurred when calling Update-BetaPasswordDictionary: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Exception occurred when calling Send-BetaPasswordDictionary: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UpdatePasswordDictionaryRequest
# PutPasswordDictionaryRequest
## Properties

Name | Type | Description | Notes
Expand All @@ -9,12 +9,12 @@ Name | Type | Description | Notes

- Prepare the resource
```powershell
$UpdatePasswordDictionaryRequest = Initialize-PSSailpointUpdatePasswordDictionaryRequest -File null
$PutPasswordDictionaryRequest = Initialize-PSSailpointBetaPutPasswordDictionaryRequest -File null
```

- Convert the resource to JSON
```powershell
$UpdatePasswordDictionaryRequest | ConvertTo-JSON
$PutPasswordDictionaryRequest | ConvertTo-JSON
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Get Password Dictionary
.DESCRIPTION
This gets password dictionary for the organization. A token with ORG_ADMIN authority is required to call this API.
This gets password dictionary for the organization. A token with ORG_ADMIN authority is required to call this API. The password dictionary file can contain lines that are: 1. comment lines - the first character is '#', can be 128 Unicode codepoints in length, and are ignored during processing 2. empty lines 3. locale line - the first line that starts with ""locale="" is considered to be locale line, the rest are treated as normal content lines 4. line containing the password dictionary word - it must start with non-whitespace character and only non-whitespace characters are allowed; maximum length of the line is 128 Unicode codepoints Password dictionary file may not contain more than 2,500 lines (not counting whitespace lines, comment lines and locale line). Password dict file must contain UTF-8 characters only. # Sample password text file ``` # Password dictionary small test file locale=en_US # Password dictionary prohibited words qwerty abcd aaaaa password qazxsws ```
.PARAMETER ReturnType
Expand Down Expand Up @@ -88,7 +88,7 @@ Update Password Dictionary
.DESCRIPTION
This updates password dictionary for the organization. A token with ORG_ADMIN authority is required to call this API.
This updates password dictionary for the organization. A token with ORG_ADMIN authority is required to call this API. The password dictionary file can contain lines that are: 1. comment lines - the first character is '#', can be 128 Unicode codepoints in length, and are ignored during processing 2. empty lines 3. locale line - the first line that starts with ""locale="" is considered to be locale line, the rest are treated as normal content lines 4. line containing the password dictionary word - it must start with non-whitespace character and only non-whitespace characters are allowed; maximum length of the line is 128 Unicode codepoints Password dictionary file may not contain more than 2,500 lines (not counting whitespace lines, comment lines and locale line). Password dict file must contain UTF-8 characters only. # Sample password text file ``` # Password dictionary small test file locale=en_US # Password dictionary prohibited words qwerty abcd aaaaa password qazxsws ```
.PARAMETER File
No description available.
Expand All @@ -101,7 +101,7 @@ A switch when turned on will return a hash table of Response, StatusCode and Hea
None
#>
function Update-BetaPasswordDictionary {
function Send-BetaPasswordDictionary {
[CmdletBinding()]
Param (
[Parameter(Position = 0, ValueFromPipeline = $true, ValueFromPipelineByPropertyName = $true, Mandatory = $false)]
Expand All @@ -112,7 +112,7 @@ function Update-BetaPasswordDictionary {
)

Process {
'Calling method: Update-BetaPasswordDictionary' | Write-Debug
'Calling method: Send-BetaPasswordDictionary' | Write-Debug
$PSBoundParameters | Out-DebugParameter | Write-Debug

$LocalVarAccepts = @()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ No description available.
No description available.
.OUTPUTS
UpdatePasswordDictionaryRequest<PSCustomObject>
PutPasswordDictionaryRequest<PSCustomObject>
#>

function Initialize-BetaUpdatePasswordDictionaryRequest {
function Initialize-BetaPutPasswordDictionaryRequest {
[CmdletBinding()]
Param (
[Parameter(Position = 0, ValueFromPipelineByPropertyName = $true)]
Expand All @@ -30,7 +30,7 @@ function Initialize-BetaUpdatePasswordDictionaryRequest {
)

Process {
'Creating PSCustomObject: PSSailpointBeta => BetaUpdatePasswordDictionaryRequest' | Write-Debug
'Creating PSCustomObject: PSSailpointBeta => BetaPutPasswordDictionaryRequest' | Write-Debug
$PSBoundParameters | Out-DebugParameter | Write-Debug


Expand All @@ -46,33 +46,33 @@ function Initialize-BetaUpdatePasswordDictionaryRequest {
<#
.SYNOPSIS
Convert from JSON to UpdatePasswordDictionaryRequest<PSCustomObject>
Convert from JSON to PutPasswordDictionaryRequest<PSCustomObject>
.DESCRIPTION
Convert from JSON to UpdatePasswordDictionaryRequest<PSCustomObject>
Convert from JSON to PutPasswordDictionaryRequest<PSCustomObject>
.PARAMETER Json
Json object
.OUTPUTS
UpdatePasswordDictionaryRequest<PSCustomObject>
PutPasswordDictionaryRequest<PSCustomObject>
#>
function ConvertFrom-BetaJsonToUpdatePasswordDictionaryRequest {
function ConvertFrom-BetaJsonToPutPasswordDictionaryRequest {
Param(
[AllowEmptyString()]
[string]$Json
)

Process {
'Converting JSON to PSCustomObject: PSSailpointBeta => BetaUpdatePasswordDictionaryRequest' | Write-Debug
'Converting JSON to PSCustomObject: PSSailpointBeta => BetaPutPasswordDictionaryRequest' | Write-Debug
$PSBoundParameters | Out-DebugParameter | Write-Debug

$JsonParameters = ConvertFrom-Json -InputObject $Json

# check if Json contains properties not defined in BetaUpdatePasswordDictionaryRequest
# check if Json contains properties not defined in BetaPutPasswordDictionaryRequest
$AllProperties = ("file")
foreach ($name in $JsonParameters.PsObject.Properties.Name) {
if (!($AllProperties.Contains($name))) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Describe -tag 'PSSailpointBeta' -name 'BetaBetaPasswordDictionaryApi' {
}
}

Context 'Update-BetaPasswordDictionary' {
It 'Test Update-BetaPasswordDictionary' {
#$TestResult = Update-BetaPasswordDictionary -File "TEST_VALUE"
Context 'Send-BetaPasswordDictionary' {
It 'Test Send-BetaPasswordDictionary' {
#$TestResult = Send-BetaPasswordDictionary -File "TEST_VALUE"
#$TestResult | Should -BeOfType TODO
#$TestResult.property | Should -Be 0
}
Expand Down
Loading

0 comments on commit 2576216

Please sign in to comment.