Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 730 Bytes

StaticSecretDetailsInfo.md

File metadata and controls

28 lines (22 loc) · 730 Bytes

Akeyless::StaticSecretDetailsInfo

Properties

Name Type Description Notes
format String StaticSecretFormat defines the format of static secret (e.g. Text) [optional]
max_versions Integer [optional]
notify_on_change_event Boolean [optional]
username String [optional]
website String deprecated [optional]
websites Array<String> [optional]

Example

require 'akeyless'

instance = Akeyless::StaticSecretDetailsInfo.new(
  format: null,
  max_versions: null,
  notify_on_change_event: null,
  username: null,
  website: null,
  websites: null
)