We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4c17d commit 22f480bCopy full SHA for 22f480b
Scripts/Utilities/Credentials.cs
@@ -89,7 +89,7 @@ public IamTokenData TokenData
89
/// <summary>
90
/// Gets and sets the option to disable ssl verification for getting an IAM token.
91
/// </summary>
92
- public bool DisableSslVerificationDisableSslVerification
+ public bool DisableSslVerification
93
{
94
get { return disableSslVerification; }
95
set { disableSslVerification = value; }
0 commit comments