Class: DatadogAPIClient::V1::SyntheticsGlobalVariableTOTPParameters

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/synthetics_global_variable_totp_parameters.rb

Overview

Parameters for the TOTP/MFA variable

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#digitsObject

Number of digits for the OTP code.



29
30
31
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_totp_parameters.rb', line 29

def digits
  @digits
end

#refresh_intervalObject

Interval for which to refresh the token (in seconds).



32
33
34
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_totp_parameters.rb', line 32

def refresh_interval
  @refresh_interval
end