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 c0add11
Showing 1 changed file with 1 addition and 0 deletions.
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 c0add11

Please sign in to comment.