Skip to content

Commit

Permalink
Added the policies to AccessApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
mabels committed Sep 24, 2023
1 parent 3f28780 commit c04ff16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,7 @@ BREAKING CHANGES:

ENHANCEMENTS:

* access_application: Add support for policies ([#1408](https://github.com/cloudflare/cloudflare-go/issues/1408))
* access_application: Add support for tags ([#1403](https://github.com/cloudflare/cloudflare-go/issues/1403))
* access_tag: Add support for tags ([#1403](https://github.com/cloudflare/cloudflare-go/issues/1403))
* observatory: add support for observatory API ([#1401](https://github.com/cloudflare/cloudflare-go/issues/1401))
Expand Down
1 change: 1 addition & 0 deletions access_application.go
Expand Up @@ -39,6 +39,7 @@ type AccessApplication struct {
CustomDenyURL string `json:"custom_deny_url,omitempty"`
CustomNonIdentityDenyURL string `json:"custom_non_identity_deny_url,omitempty"`
Name string `json:"name"`
Policies []AccessPolicy `json:"policies"`
ID string `json:"id,omitempty"`
PrivateAddress string `json:"private_address"`
CorsHeaders *AccessApplicationCorsHeaders `json:"cors_headers,omitempty"`
Expand Down

0 comments on commit c04ff16

Please sign in to comment.