Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 922 Bytes

File metadata and controls

22 lines (16 loc) · 922 Bytes

IntersightClient::AaaRetentionConfig

Properties

Name Type Description Notes
class_id String The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. [default to 'aaa.RetentionConfig']
object_type String The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to 'aaa.RetentionConfig']
retention_period Integer The default retention period in months for audit log retention for accounts without a retention policy. [optional]

Example

require 'intersight_client'

instance = IntersightClient::AaaRetentionConfig.new(
  class_id: null,
  object_type: null,
  retention_period: null
)