[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [SecurityDetails](./puppeteer.protocol.network.securitydetails.md) > [signedCertificateTimestampList](./puppeteer.protocol.network.securitydetails.signedcertificatetimestamplist.md) ## Protocol.Network.SecurityDetails.signedCertificateTimestampList property List of signed certificate timestamps (SCTs). Signature: ```typescript signedCertificateTimestampList: SignedCertificateTimestamp[]; ```