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 fd2e094 commit df0d355Copy full SHA for df0d355
google-apis-core/lib/google/apis/core/http_command.rb
@@ -346,7 +346,9 @@ def allow_form_encoding?
346
private
347
348
UNSAFE_CLASS_NAMES = [
349
- "Google::Apis::CloudkmsV1::DecryptResponse"
+ "Google::Apis::CloudkmsV1::DecryptResponse",
350
+ "Google::Apis::SecretmanagerV1::SecretPayload",
351
+ "Google::Apis::SecretmanagerV1beta1::SecretPayload"
352
]
353
354
def safe_object_representation obj
0 commit comments