Skip to content

Commit 102b518

Browse files
Add generated code
1 parent ea70a7f commit 102b518

2,089 files changed

Lines changed: 436007 additions & 32268 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
1-
module github.com/okta/okta-sdk-golang/v2
1+
module github.com/okta/okta-sdk-golang/v3
22

3-
go 1.19
3+
go 1.13
44

55
require (
6-
github.com/BurntSushi/toml v1.1.0
76
github.com/cenkalti/backoff/v4 v4.1.3
87
github.com/go-jose/go-jose/v3 v3.0.0
8+
github.com/davecgh/go-spew v1.1.1 // indirect
99
github.com/jarcoal/httpmock v1.2.0
1010
github.com/kelseyhightower/envconfig v1.4.0
1111
github.com/patrickmn/go-cache v0.0.0-20180815053127-5633e0862627
12-
github.com/stretchr/testify v1.7.1
12+
github.com/stretchr/testify v1.4.0
13+
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558
1314
gopkg.in/yaml.v3 v3.0.1
1415
)
15-
16-
require (
17-
github.com/davecgh/go-spew v1.1.1 // indirect
18-
github.com/google/go-cmp v0.5.8 // indirect
19-
github.com/pmezard/go-difflib v1.0.0 // indirect
20-
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
21-
)

go.sum

Lines changed: 358 additions & 12 deletions
Large diffs are not rendered by default.

okta/README.md

Lines changed: 1436 additions & 0 deletions
Large diffs are not rendered by default.

okta/accessPolicy.go

Lines changed: 0 additions & 80 deletions
This file was deleted.

okta/accessPolicyConstraint.go

Lines changed: 0 additions & 33 deletions
This file was deleted.

okta/accessPolicyConstraints.go

Lines changed: 0 additions & 32 deletions
This file was deleted.

okta/accessPolicyRule.go

Lines changed: 0 additions & 80 deletions
This file was deleted.

okta/accessPolicyRuleActions.go

Lines changed: 0 additions & 37 deletions
This file was deleted.

okta/accessPolicyRuleApplicationSignOn.go

Lines changed: 0 additions & 32 deletions
This file was deleted.

okta/accessPolicyRuleConditions.go

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)