Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.14 KB

File metadata and controls

34 lines (28 loc) · 1.14 KB

Akeyless::FolderCreate

Properties

Name Type Description Notes
accessibility String for personal password manager [optional][default to 'regular']
delete_protection String Protection from accidental deletion of this object [true/false] [optional]
description String Description of the object [optional]
json Boolean Set output format to JSON [optional][default to false]
name String Folder name
tags Array<String> Add tags attached to this object [optional]
token String Authentication token (see `/auth` and `/configure`) [optional]
type String [optional]
uid_token String The universal identity token, Required only for universal_identity authentication [optional]

Example

require 'akeyless'

instance = Akeyless::FolderCreate.new(
  accessibility: null,
  delete_protection: null,
  description: null,
  json: null,
  name: null,
  tags: null,
  token: null,
  type: null,
  uid_token: null
)