DatadogAgreementProperties interface
字詞屬性。
屬性
accepted | 如果已接受任何版本的條款,則為 false。 |
license |
使用Microsoft和發行者字詞連結至 HTML。 |
plan | 計劃識別符字串。 |
privacy |
發行者的隱私策略連結。 |
product | 產品識別符字串。 |
publisher | 發行者標識符字串。 |
retrieve |
接受條款的 UTC 日期和時間。 如果 Accepted 為 false,則這是空的。 |
signature | 條款簽章。 |
屬性詳細資料
accepted
如果已接受任何版本的條款,則為 false。
accepted?: boolean
屬性值
boolean
licenseTextLink
使用Microsoft和發行者字詞連結至 HTML。
licenseTextLink?: string
屬性值
string
plan
計劃識別符字串。
plan?: string
屬性值
string
privacyPolicyLink
發行者的隱私策略連結。
privacyPolicyLink?: string
屬性值
string
product
產品識別符字串。
product?: string
屬性值
string
publisher
發行者標識符字串。
publisher?: string
屬性值
string
retrieveDatetime
接受條款的 UTC 日期和時間。 如果 Accepted 為 false,則這是空的。
retrieveDatetime?: Date
屬性值
Date
signature
條款簽章。
signature?: string
屬性值
string