Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 909 Bytes

UIDTokenDetails.md

File metadata and controls

36 lines (30 loc) · 909 Bytes

Akeyless::UIDTokenDetails

Properties

Name Type Description Notes
children Hash<String, UIDTokenDetails> [optional]
comment String [optional]
deny_inheritance Boolean [optional]
deny_rotate Boolean [optional]
depth Integer [optional]
expired_date String [optional]
id String [optional]
last_rotate String [optional]
revoked Boolean [optional]
ttl Integer [optional]

Example

require 'akeyless'

instance = Akeyless::UIDTokenDetails.new(
  children: null,
  comment: null,
  deny_inheritance: null,
  deny_rotate: null,
  depth: null,
  expired_date: null,
  id: null,
  last_rotate: null,
  revoked: null,
  ttl: null
)