Skip to content

Commit 1c9fa43

Browse files
Add generated code
1 parent e9ca833 commit 1c9fa43

2,079 files changed

Lines changed: 434916 additions & 29970 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: 7 additions & 13 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
7+
github.com/davecgh/go-spew v1.1.1 // indirect
88
github.com/jarcoal/httpmock v1.2.0
99
github.com/kelseyhightower/envconfig v1.4.0
1010
github.com/patrickmn/go-cache v0.0.0-20180815053127-5633e0862627
11-
github.com/stretchr/testify v1.7.1
11+
github.com/stretchr/testify v1.4.0
12+
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558
13+
gopkg.in/yaml.v3 v3.0.1
1214
gopkg.in/square/go-jose.v2 v2.6.0
13-
gopkg.in/yaml.v3 v3.0.0
14-
)
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-
)
15+
)

go.sum

Lines changed: 365 additions & 18 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 & 48 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 & 48 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)