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.



25
26
27
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_totp_parameters.rb', line 25

def digits
  @digits
end

#refresh_intervalObject

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



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

def refresh_interval
  @refresh_interval
end