> Portal Navigation:
> 
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt

# Resource: Connection V1

# Type: Connection Object

# Link: https://dev.wix.com/docs/api-reference/business-management/seo/google-search-console/connection-v1/connection-object.md

## Description: A site's Google Search Console connection.

A read projection of the connection's status and a masked identity. It
carries no credentials and no raw personal data. Wix stores the connected
account's Google credentials server-side and never returns them.

## Schema:

```json
 Type: Connection Object | type: Connection
 Description: A site's Google Search Console connection.

A read projection of the connection's status and a masked identity. It
carries no credentials and no raw personal data. Wix stores the connected
account's Google credentials server-side and never returns them.
       - name: status  | type: string | description: Status of the site's Google Search Console connection.
           enum: UNKNOWN_CONNECTION_STATUS, NOT_CONNECTED, PENDING, VALID, INVALID
       - name: connectedEmailMasking  | type: string | description: Masked email address of the connected Google account. For example, `m*********@gmail.com`.  Only returned when `status` is `VALID` or `INVALID`.
       - name: ownedByCaller  | type: boolean | description: Whether the connection is owned by the calling Wix user, meaning the caller is the one who connected the Google account. Only meaningful when `status` is `VALID` or `INVALID`.

```