Skip to content

Commit

Permalink
Add optional api_token field to Access IdP configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin-Holmes committed Jul 1, 2021
1 parent 11172c5 commit a6a0533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions access_identity_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ type AccessIdentityProvider struct {
//
// API reference: https://developers.cloudflare.com/access/configuring-identity-providers/
type AccessIdentityProviderConfiguration struct {
APIToken string `json:"api_token,omitempty"`
AppsDomain string `json:"apps_domain,omitempty"`
Attributes []string `json:"attributes,omitempty"`
AuthURL string `json:"auth_url,omitempty"`
Expand Down

0 comments on commit a6a0533

Please sign in to comment.