SecretManagement.1Password
SecretManagement.1Password copied to clipboard
Set-Secret does not handle a Secret that is of type String
$Secret.GetType().IsValueType is False when a string is passed as the parameter Secret in Set-Secret. The switch statement does not handle this case, and the logic fails.