Akeyless::SignDataWithClassicKey
Name
Type
Description
Notes
data
String
Data
display_id
String
The name of the key to use in the sign data process
hashed
Boolean
Defines whether the data should be hashed as part of the signing. If true, the data will not be hashed
[optional][default to false]
hashing_method
String
HashingMethod
[optional][default to 'SHA256']
ignore_cache
String
Retrieve the Secret value without checking the Gateway's cache [true/false]. This flag is only relevant when using the RestAPI
[optional][default to 'false']
json
Boolean
Set output format to JSON
[optional][default to false]
name
String
ClassicKey name
token
String
Authentication token (see `/auth` and `/configure`)
[optional]
uid_token
String
The universal identity token, Required only for universal_identity authentication
[optional]
version
Integer
classic key version
require 'akeyless'
instance = Akeyless ::SignDataWithClassicKey . new (
data : null ,
display_id : null ,
hashed : null ,
hashing_method : null ,
ignore_cache : null ,
json : null ,
name : null ,
token : null ,
uid_token : null ,
version : null
)