[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [GetSecurityIsolationStatusRequest](./puppeteer.protocol.network.getsecurityisolationstatusrequest.md) ## Protocol.Network.GetSecurityIsolationStatusRequest interface Signature: ```typescript export interface GetSecurityIsolationStatusRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [frameId](./puppeteer.protocol.network.getsecurityisolationstatusrequest.frameid.md) | [Page.FrameId](./puppeteer.protocol.page.frameid.md) | If no frameId is provided, the status of the target is provided. |