Class: DatadogAPIClient::V1::SyntheticsGlobalVariableRequest

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

Overview

Details of the global variable to create.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



54
55
56
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_request.rb', line 54

def additional_properties
  @additional_properties
end

#attributesObject

Attributes of the global variable.



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

def attributes
  @attributes
end

#descriptionObject

Description of the global variable.



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

def description
  @description
end

#idObject

Unique identifier of the global variable.



31
32
33
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_request.rb', line 31

def id
  @id
end

#is_fidoObject

Determines if the global variable is a FIDO variable.



34
35
36
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_request.rb', line 34

def is_fido
  @is_fido
end

#is_totpObject

Determines if the global variable is a TOTP/MFA variable.



37
38
39
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_request.rb', line 37

def is_totp
  @is_totp
end

#nameObject

Name of the global variable. Unique across Synthetic global variables.



40
41
42
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_request.rb', line 40

def name
  @name
end

#parse_test_optionsObject

Parser options to use for retrieving a Synthetic global variable from a Synthetic test. Used in conjunction with ‘parse_test_public_id`.



43
44
45
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_request.rb', line 43

def parse_test_options
  @parse_test_options
end

#parse_test_public_idObject

A Synthetic test ID to use as a test to generate the variable value.



46
47
48
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_request.rb', line 46

def parse_test_public_id
  @parse_test_public_id
end

#tagsObject

Tags of the global variable.



49
50
51
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_request.rb', line 49

def tags
  @tags
end

#valueObject

Value of the global variable.



52
53
54
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_request.rb', line 52

def value
  @value
end