From 993d3932b508ff71507a00c27142fc70f26eecc9 Mon Sep 17 00:00:00 2001 From: Einat Date: Wed, 2 Mar 2022 13:00:10 +0200 Subject: [PATCH] Test change --- .../CloudGuardCredentials/ApiCredentials.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dome9.CloudGuardOnboarding.Orchestrator/CloudGuardCredentials/ApiCredentials.cs b/Dome9.CloudGuardOnboarding.Orchestrator/CloudGuardCredentials/ApiCredentials.cs index 9d0e7fe..1903fc9 100644 --- a/Dome9.CloudGuardOnboarding.Orchestrator/CloudGuardCredentials/ApiCredentials.cs +++ b/Dome9.CloudGuardOnboarding.Orchestrator/CloudGuardCredentials/ApiCredentials.cs @@ -1,7 +1,7 @@ namespace Dome9.CloudGuardOnboarding.Orchestrator { public class ApiCredentials - { + { public string ApiKeyId { get; set; } public string ApiKeySecret { get; set; } }