signalfx / signalfx-go

Go client library and instrumentation bindings for SignalFx
https://www.signalfx.com
Apache License 2.0
14 stars 48 forks source link

Adding AuthScopes attribute to the org token struct #146

Closed dloucasfx closed 2 years ago

dloucasfx commented 2 years ago

This repo used to auto-generate the structs from https://github.com/signalfx/api-reference but our api specs repo has been archived and dated, hence the manual update.

For this PR, we need to add AuthScopes to the org token struct as this field is required when making changes to an existing token that has limits defined.

I also added .idea to the gitignore file

Signed-off-by: Dani Louca dlouca@splunk.com