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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_totp_parameters.rb', line 30 def additional_properties @additional_properties end |
#digits ⇒ Object
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_interval ⇒ Object
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 |