Class: DatadogAPIClient::V2::SecureEmbedCreateResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecureEmbedCreateResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/secure_embed_create_response_attributes.rb
Overview
Attributes of a newly created secure embed shared dashboard.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
Creation timestamp.
-
#credential ⇒ Object
The secret credential used for HMAC signing.
-
#dashboard_id ⇒ Object
The source dashboard ID.
-
#global_time ⇒ Object
Default time range configuration for the secure embed.
-
#global_time_selectable ⇒ Object
Whether time range is viewer-selectable.
-
#id ⇒ Object
Internal share ID.
-
#selectable_template_vars ⇒ Object
Template variables with their configuration.
-
#share_type ⇒ Object
The type of share.
-
#status ⇒ Object
The status of the secure embed share.
-
#title ⇒ Object
Display title.
-
#token ⇒ Object
Public share token.
-
#url ⇒ Object
CDN URL for the shared dashboard.
-
#viewing_preferences ⇒ Object
Display settings for the secure embed shared dashboard.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
63 64 65 |
# File 'lib/datadog_api_client/v2/models/secure_embed_create_response_attributes.rb', line 63 def additional_properties @additional_properties end |
#created_at ⇒ Object
Creation timestamp.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/secure_embed_create_response_attributes.rb', line 25 def created_at @created_at end |
#credential ⇒ Object
The secret credential used for HMAC signing. Returned only on creation. Store securely — it cannot be retrieved again.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/secure_embed_create_response_attributes.rb', line 28 def credential @credential end |
#dashboard_id ⇒ Object
The source dashboard ID.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/secure_embed_create_response_attributes.rb', line 31 def dashboard_id @dashboard_id end |
#global_time ⇒ Object
Default time range configuration for the secure embed.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/secure_embed_create_response_attributes.rb', line 34 def global_time @global_time end |
#global_time_selectable ⇒ Object
Whether time range is viewer-selectable.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/secure_embed_create_response_attributes.rb', line 37 def global_time_selectable @global_time_selectable end |
#id ⇒ Object
Internal share ID.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/secure_embed_create_response_attributes.rb', line 40 def id @id end |
#selectable_template_vars ⇒ Object
Template variables with their configuration.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/secure_embed_create_response_attributes.rb', line 43 def selectable_template_vars @selectable_template_vars end |
#share_type ⇒ Object
The type of share. Always secure_embed.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/secure_embed_create_response_attributes.rb', line 46 def share_type @share_type end |
#status ⇒ Object
The status of the secure embed share. Active means the shared dashboard is available. Paused means it is not.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/secure_embed_create_response_attributes.rb', line 49 def status @status end |
#title ⇒ Object
Display title.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/secure_embed_create_response_attributes.rb', line 52 def title @title end |
#token ⇒ Object
Public share token.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/secure_embed_create_response_attributes.rb', line 55 def token @token end |
#url ⇒ Object
CDN URL for the shared dashboard.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/secure_embed_create_response_attributes.rb', line 58 def url @url end |
#viewing_preferences ⇒ Object
Display settings for the secure embed shared dashboard.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/secure_embed_create_response_attributes.rb', line 61 def viewing_preferences @viewing_preferences end |