[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [GetSecurityIsolationStatusRequest](./puppeteer.protocol.network.getsecurityisolationstatusrequest.md) > [frameId](./puppeteer.protocol.network.getsecurityisolationstatusrequest.frameid.md) ## Protocol.Network.GetSecurityIsolationStatusRequest.frameId property If no frameId is provided, the status of the target is provided. Signature: ```typescript frameId?: Page.FrameId; ```