Class: DatadogAPIClient::V1::SharedDashboardInvitesDataObjectAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#created_atObject

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

#emailObject

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_sessionObject

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_expiryObject

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_expiryObject

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_tokenObject

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