Class: CheckoutSdk::Forward::UpdateSecretRequest
- Inherits:
-
Object
- Object
- CheckoutSdk::Forward::UpdateSecretRequest
- Defined in:
- lib/checkout_sdk/forward/update_secret_request.rb
Overview
Request body for PATCH /forward/secrets/name.
Instance Attribute Summary collapse
-
#entity_id ⇒ String
Update the entity scope.
-
#value ⇒ String
New plaintext secret value (max 8KB).
Instance Attribute Details
#entity_id ⇒ String
Returns Update the entity scope.
11 12 13 |
# File 'lib/checkout_sdk/forward/update_secret_request.rb', line 11 class UpdateSecretRequest attr_accessor :value, :entity_id end |
#value ⇒ String
Returns New plaintext secret value (max 8KB).
11 12 13 |
# File 'lib/checkout_sdk/forward/update_secret_request.rb', line 11 class UpdateSecretRequest attr_accessor :value, :entity_id end |