DatadogAgreementProperties Class

Terms properties.

Inheritance
DatadogAgreementProperties

Constructor

DatadogAgreementProperties(*, publisher: Optional[str] = None, product: Optional[str] = None, plan: Optional[str] = None, license_text_link: Optional[str] = None, privacy_policy_link: Optional[str] = None, retrieve_datetime: Optional[datetime.datetime] = None, signature: Optional[str] = None, accepted: Optional[bool] = None, **kwargs)

Parameters

publisher
str
Required

Publisher identifier string.

product
str
Required

Product identifier string.

plan
str
Required

Plan identifier string.

license_text_link
str
Required

Link to HTML with Microsoft and Publisher terms.

privacy_policy_link
str
Required

Link to the privacy policy of the publisher.

retrieve_datetime
datetime
Required

Date and time in UTC of when the terms were accepted. This is empty if Accepted is false.

signature
str
Required

Terms signature.

accepted
bool
Required

If any version of the terms have been accepted, otherwise false.