Conversation
1fd6fd7 to
79b7129
Compare
79b7129 to
cdfd00c
Compare
c11a684 to
6b235c5
Compare
laura-rodriguez
approved these changes
Oct 28, 2022
duytiennguyen-okta
approved these changes
Oct 28, 2022
'/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules'
'/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}'
6b235c5 to
49ed231
Compare
kodiakhq Bot
referenced
this pull request
in cloudquery/cloudquery
Dec 1, 2022
#5228) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/okta/okta-sdk-golang/v2](https://togithub.com/okta/okta-sdk-golang) | require | minor | `v2.13.0` -> `v2.16.0` | --- ### Release Notes <details> <summary>okta/okta-sdk-golang</summary> ### [`v2.16.0`](https://togithub.com/okta/okta-sdk-golang/blob/HEAD/CHANGELOG.md#v2160) [Compare Source](https://togithub.com/okta/okta-sdk-golang/compare/v2.15.0...v2.16.0) - All API integers, which previously had been typed as `int64`, are now typed `*int64` so that serialization of actual `0` values are not ignored when omitempty tags are present for serialization. ### [`v2.15.0`](https://togithub.com/okta/okta-sdk-golang/blob/HEAD/CHANGELOG.md#v2150) [Compare Source](https://togithub.com/okta/okta-sdk-golang/compare/v2.14.0...v2.15.0) ##### Additions - Added `POST /api/v1/authenticators` for `CreateAuthenticator` method to `AuthenticatorResource` model by [@​monde](https://togithub.com/monde) in [https://github.com/okta/okta-management-openapi-spec/pull/154](https://togithub.com/okta/okta-management-openapi-spec/pull/154) - Added `/api/v1/apps/${applicationId}/credentials/secrets` endpoints and `ClientSecret` model by [@​monde](https://togithub.com/monde) in [https://github.com/okta/okta-management-openapi-spec/pull/146](https://togithub.com/okta/okta-management-openapi-spec/pull/146) - Added property `pkce_required` to the `ApplicationCredentialsOAuthClient` model by [@​monde](https://togithub.com/monde) in [https://github.com/okta/okta-management-openapi-spec/pull/145](https://togithub.com/okta/okta-management-openapi-spec/pull/145) - Added `uiSchemaId` property to the `ProfileEnrollmentPolicyRuleAction` model by [@​emanor-okta](https://togithub.com/emanor-okta) in [https://github.com/okta/okta-management-openapi-spec/pull/144](https://togithub.com/okta/okta-management-openapi-spec/pull/144) ##### Bug fixes - Corrected parameters order - `/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules` - `/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}` - By [@​monde](https://togithub.com/monde) [https://github.com/okta/okta-management-openapi-spec/pull/131](https://togithub.com/okta/okta-management-openapi-spec/pull/131) ### [`v2.14.0`](https://togithub.com/okta/okta-sdk-golang/blob/HEAD/CHANGELOG.md#v2140) [Compare Source](https://togithub.com/okta/okta-sdk-golang/compare/v2.13.0...v2.14.0) ##### Updates - Added property `inactivityPeriod` to `VerificationMethod` model [openapi-2.14.0](https://togithub.com/okta/okta-management-openapi-spec/releases/tag/openapi-2.14.0) - OAuth tokens are cached regardless of what request cache manager is utilized on the client. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Corrected out of order parameters to URI variables on '/api/v1/authorizationServers/{authServerId}/policies/{policyId}' endpoint.
Inserted missing 2.14.0 release notes into changelog
Passing tests in okta-sdk-golang from this spec change:
okta/okta-sdk-golang#336