KeyRingConnection
Returns information about external service connections and authentication tokens managed through the WordPress Keyring framework.
Columns
| Name | Type | ReadOnly | References | Description |
| ID [KEY] | Int | False |
The unique identifier of the Keyring connection record. | |
| AdditionalExternalUsers | String | False |
The list of additional external users linked to the Keyring connection. | |
| IsExpires | Bool | False |
Indicates whether the Keyring connection or its authentication token has an expiration date. | |
| ExternalDisplay | String | False |
The display name of the connected external account. | |
| ExternalId | String | False |
The unique identifier of the connected external account or service. | |
| ExternalName | String | False |
The name of the external account connected through Keyring. | |
| ExternalProfilePicture | String | False |
The URL of the profile picture for the connected external account. | |
| Issued | Datetime | False |
The date and time when the Keyring connection or token was issued. | |
| Label | String | False |
A custom label used to identify the Keyring connection in WordPress. | |
| RefreshURL | String | False |
The URL used to refresh or renew the authentication token for the Keyring connection. | |
| Service | String | False |
The service associated with the Keyring connection. | |
| Sites | String | False |
The list of sites associated with the Keyring connection. | |
| Status | String | False |
The current status of the Keyring connection, such as active or expired. | |
| Type | String | False |
The type of authentication or connection used for the Keyring integration.. | |
| UserId | Int | False |
The unique identifier of the WordPress user associated with the Keyring connection. |