puppeteer/new-docs/puppeteer.protocol.network.securitydetails.sanlist.md

14 lines
551 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [SecurityDetails](./puppeteer.protocol.network.securitydetails.md) &gt; [sanList](./puppeteer.protocol.network.securitydetails.sanlist.md)
## Protocol.Network.SecurityDetails.sanList property
Subject Alternative Name (SAN) DNS names and IP addresses.
<b>Signature:</b>
```typescript
sanList: string[];
```