Class: DatadogAPIClient::V1::SyntheticsGlobalVariableTOTPParameters
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsGlobalVariableTOTPParameters
- 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
-
#digits ⇒ Object
readonly
Number of digits for the OTP code.
-
#refresh_interval ⇒ Object
readonly
Interval for which to refresh the token (in seconds).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#digits ⇒ Object
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_interval ⇒ Object
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 |