File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
internal/services/zero_trust_gateway_settings Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ package zero_trust_gateway_settings
4
4
5
5
import (
6
6
"github.com/cloudflare/terraform-provider-cloudflare/internal/apijson"
7
- "github.com/cloudflare/terraform-provider-cloudflare/internal/customfield"
8
7
"github.com/hashicorp/terraform-plugin-framework-timetypes/timetypes"
9
8
"github.com/hashicorp/terraform-plugin-framework/types"
10
9
)
@@ -51,10 +50,10 @@ type ZeroTrustGatewaySettingsSettingsActivityLogModel struct {
51
50
}
52
51
53
52
type ZeroTrustGatewaySettingsSettingsAntivirusModel struct {
54
- EnabledDownloadPhase types.Bool `tfsdk:"enabled_download_phase" json:"enabled_download_phase,computed_optional"`
55
- EnabledUploadPhase types.Bool `tfsdk:"enabled_upload_phase" json:"enabled_upload_phase,computed_optional"`
56
- FailClosed types.Bool `tfsdk:"fail_closed" json:"fail_closed,computed_optional"`
57
- NotificationSettings customfield. NestedObject [ ZeroTrustGatewaySettingsSettingsAntivirusNotificationSettingsModel ] `tfsdk:"notification_settings" json:"notification_settings,computed_optional"`
53
+ EnabledDownloadPhase types.Bool `tfsdk:"enabled_download_phase" json:"enabled_download_phase,computed_optional"`
54
+ EnabledUploadPhase types.Bool `tfsdk:"enabled_upload_phase" json:"enabled_upload_phase,computed_optional"`
55
+ FailClosed types.Bool `tfsdk:"fail_closed" json:"fail_closed,computed_optional"`
56
+ NotificationSettings * ZeroTrustGatewaySettingsSettingsAntivirusNotificationSettingsModel `tfsdk:"notification_settings" json:"notification_settings,computed_optional"`
58
57
}
59
58
60
59
type ZeroTrustGatewaySettingsSettingsAntivirusNotificationSettingsModel struct {
You can’t perform that action at this time.
0 commit comments