Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 679 Bytes

File metadata and controls

30 lines (24 loc) · 679 Bytes

Akeyless::NetappStorage

Properties

Name Type Description Notes
access_key_id String [optional]
access_key_secret String [optional]
auth_type String [optional]
bucket String [optional]
endpoint_url String [optional]
prefix String [optional]
region String [optional]

Example

require 'akeyless'

instance = Akeyless::NetappStorage.new(
  access_key_id: null,
  access_key_secret: null,
  auth_type: null,
  bucket: null,
  endpoint_url: null,
  prefix: null,
  region: null
)