-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add missing fields from AdminSAMLSetting and AdminSAMLSettingsUpdateOptions structs #731
feat: add missing fields from AdminSAMLSetting and AdminSAMLSettingsUpdateOptions structs #731
Conversation
By the way, documentation is not up to date for: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thank you for your contribution @karvounis-form3 ! Whenever you are ready, go ahead merge this PR and close the GitHub issue.
@uturunku1 Unfortunately, I do not have proper permissions to merge this PR
|
Opps, my bad. I will merge this then! |
Reminder to the contributor that merged this PR: if your changes have added important functionality or fixed a relevant bug, open a follow-up PR to update CHANGELOG.md with a note on your changes. |
Description
This change is about adding missing fields to the
AdminSAMLSetting
andAdminSAMLSettingsUpdateOptions
structs.AdminSAMLSetting
Fields that appear in the JSON response of the TFE v202305-2 when calling the
GET /api/v2/admin/saml-settings
endpoint. Some of them were added to theAdminSAMLSetting
struct.AdminSAMLSettingsUpdateOptions
Fields are also missing from the
AdminSAMLSettingsUpdateOptions
struct. The API request body of thePATCH /api/v2/admin/saml-settings
request supports more fields.TFE Documentation is not up to date with the current TFE API.
Closes: #730
Testing plan
External links
Output from tests
Including output from tests may require access to a TFE instance. Ignore this section if you have no environment to test against.
Read SAML settings
Update SAML settings