[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Security](./puppeteer.protocol.security.md) > [SecurityStateExplanation](./puppeteer.protocol.security.securitystateexplanation.md) ## Protocol.Security.SecurityStateExplanation interface An explanation of an factor contributing to the security state. Signature: ```typescript export interface SecurityStateExplanation ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [certificate](./puppeteer.protocol.security.securitystateexplanation.certificate.md) | string\[\] | Page certificate. | | [description](./puppeteer.protocol.security.securitystateexplanation.description.md) | string | Full text explanation of the factor. | | [mixedContentType](./puppeteer.protocol.security.securitystateexplanation.mixedcontenttype.md) | [MixedContentType](./puppeteer.protocol.security.mixedcontenttype.md) | The type of mixed content described by the explanation. | | [recommendations](./puppeteer.protocol.security.securitystateexplanation.recommendations.md) | string\[\] | Recommendations to fix any issues. | | [securityState](./puppeteer.protocol.security.securitystateexplanation.securitystate.md) | [SecurityState](./puppeteer.protocol.security.securitystate.md) | Security state representing the severity of the factor being explained. | | [summary](./puppeteer.protocol.security.securitystateexplanation.summary.md) | string | Short phrase describing the type of factor. | | [title](./puppeteer.protocol.security.securitystateexplanation.title.md) | string | Title describing the type of factor. |