Class: DatadogAPIClient::V1::SyntheticsGlobalVariableOptions

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

Overview

Options for the Global Variable for MFA.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#totp_parametersObject

Parameters for the TOTP/MFA variable



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

def totp_parameters
  @totp_parameters
end