Method: SDM::Query#query_key

Defined in:
lib/models/porcelain.rb

#query_keyObject

The symmetric key used to encrypt the body of this Query and its replay if replayable. If the Query is encrypted, this field contains an encrypted symmetric key in base64 encoding. This key must be decrypted with the organization's private key to obtain the symmetric key needed to decrypt the body. If the Query is not encrypted, this field is empty.



7657
7658
7659
# File 'lib/models/porcelain.rb', line 7657

def query_key
  @query_key
end