Class: DatadogAPIClient::V1::SharedDashboardInvitesDataObjectAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SharedDashboardInvitesDataObjectAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/shared_dashboard_invites_data_object_attributes.rb
Overview
Attributes of the shared dashboard invitation
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
When the invitation was sent.
-
#email ⇒ Object
An email address that an invitation has been (or if used in invitation request, will be) sent to.
-
#has_session ⇒ Object
Indicates whether an active session exists for the invitation (produced when a user clicks the link in the email).
-
#invitation_expiry ⇒ Object
When the invitation expires.
-
#session_expiry ⇒ Object
When the invited user's session expires.
-
#share_token ⇒ Object
The unique token of the shared dashboard that was (or is to be) shared.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_invites_data_object_attributes.rb', line 42 def additional_properties @additional_properties end |
#created_at ⇒ Object
When the invitation was sent.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_invites_data_object_attributes.rb', line 25 def created_at @created_at end |
#email ⇒ Object
An email address that an invitation has been (or if used in invitation request, will be) sent to.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_invites_data_object_attributes.rb', line 28 def email @email end |
#has_session ⇒ Object
Indicates whether an active session exists for the invitation (produced when a user clicks the link in the email).
31 32 33 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_invites_data_object_attributes.rb', line 31 def has_session @has_session end |
#invitation_expiry ⇒ Object
When the invitation expires.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_invites_data_object_attributes.rb', line 34 def invitation_expiry @invitation_expiry end |
#session_expiry ⇒ Object
When the invited user's session expires. null if the invitation has no associated session.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_invites_data_object_attributes.rb', line 37 def session_expiry @session_expiry end |
#share_token ⇒ Object
The unique token of the shared dashboard that was (or is to be) shared.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_invites_data_object_attributes.rb', line 40 def share_token @share_token end |