Skip to content

Commit

Permalink
fix: Added omitempty to forward_control rule zpaTenantId attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Dec 8, 2023
1 parent c2fc80b commit d9cb6ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ type ZPAAppSegments struct {
ExternalID string `json:"externalId"`

// ID of the ZPA tenant where the Application Segment is configured.
ZPATenantId string `json:"zpaTenantId"`
ZPATenantId string `json:"zpaTenantId,omitempty"`
}

type ZPAApplicationSegments struct {
Expand Down

0 comments on commit d9cb6ab

Please sign in to comment.