okta / okta-sdk-golang

A Golang SDK for interacting with the Okta management API, enabling server-side code to manage Okta users, groups, applications, and more.
https://github.com/okta/okta-sdk-golang
Other
173 stars 143 forks source link

update spec yaml dns record type #389

Closed duytiennguyen-okta closed 1 year ago

duytiennguyen-okta commented 1 year ago

Summary

Update the spec in accordance with the actual response from the API.
"dnsValidationRecords": [ { "recordType": "TXT", "fqdn": "_oktaverification.example.com", "verificationValue": "d2f6d99aa9ad4221a43bd2fab56d6d9c" }, { "recordType": "cname", "fqdn": "mail.example.com", "verificationValue": "u17769561.wl062.sendgrid.net" },

Fixes #

Type of PR

Test Information

Go Version: Os Version: OpenAPI Spec Version:

Signoff