Class: DatadogAPIClient::V1::SyntheticsGlobalVariable
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsGlobalVariable
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_global_variable.rb
Overview
Synthetic global variable.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
Attributes of the global variable.
-
#description ⇒ Object
readonly
Description of the global variable.
-
#id ⇒ Object
Unique identifier of the global variable.
-
#is_fido ⇒ Object
Determines if the global variable is a FIDO variable.
-
#is_totp ⇒ Object
Determines if the global variable is a TOTP/MFA variable.
-
#name ⇒ Object
readonly
Name of the global variable.
-
#parse_test_options ⇒ Object
Parser options to use for retrieving a Synthetic global variable from a Synthetic test.
-
#parse_test_public_id ⇒ Object
A Synthetic test ID to use as a test to generate the variable value.
-
#tags ⇒ Object
readonly
Tags of the global variable.
-
#value ⇒ Object
readonly
Value of the global variable.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
54 55 56 |
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable.rb', line 54 def additional_properties @additional_properties end |
#attributes ⇒ Object
Attributes of the global variable.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable.rb', line 25 def attributes @attributes end |
#description ⇒ Object
Description of the global variable.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable.rb', line 28 def description @description end |
#id ⇒ Object
Unique identifier of the global variable.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable.rb', line 31 def id @id end |
#is_fido ⇒ Object
Determines if the global variable is a FIDO variable.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable.rb', line 34 def is_fido @is_fido end |
#is_totp ⇒ Object
Determines if the global variable is a TOTP/MFA variable.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable.rb', line 37 def is_totp @is_totp end |
#name ⇒ Object
Name of the global variable. Unique across Synthetic global variables.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable.rb', line 40 def name @name end |
#parse_test_options ⇒ Object
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.rb', line 43 def @parse_test_options end |
#parse_test_public_id ⇒ Object
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.rb', line 46 def parse_test_public_id @parse_test_public_id end |
#tags ⇒ Object
Tags of the global variable.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable.rb', line 49 def @tags end |
#value ⇒ Object
Value of the global variable.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable.rb', line 52 def value @value end |