Class: CheckoutSdk::Forward::CreateSecretRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/forward/create_secret_request.rb

Overview

Request body for POST /forward/secrets.

Instance Attribute Summary collapse

Instance Attribute Details

#entity_idString

Returns Optional entity scope.

Returns:

  • (String)

    Optional entity scope.



13
14
15
# File 'lib/checkout_sdk/forward/create_secret_request.rb', line 13

class CreateSecretRequest
  attr_accessor :name, :value, :entity_id
end

#nameString

Returns Secret name (1-64 alphanumeric chars).

Returns:

  • (String)

    Secret name (1-64 alphanumeric chars).



13
14
15
# File 'lib/checkout_sdk/forward/create_secret_request.rb', line 13

class CreateSecretRequest
  attr_accessor :name, :value, :entity_id
end

#valueString

Returns Plaintext secret value (max 8KB).

Returns:

  • (String)

    Plaintext secret value (max 8KB).



13
14
15
# File 'lib/checkout_sdk/forward/create_secret_request.rb', line 13

class CreateSecretRequest
  attr_accessor :name, :value, :entity_id
end