Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.VerifiedCapability

If a comment has this capability, users with permission can mark it as verified or unverified.

Subclass of ConnectApi.FeedElementCapability.

Property Name Type Description Available Version
isVerifiableByMe Boolean Specifies whether the context user has permission to mark comments as verified or unverified (true) or not (false). 41.0
isVerified Boolean Specifies whether the comment is marked as verified (true) or not (false). 41.0
isVerifiedBy​Anonymized Boolean Specifies whether the comment is marked as verified by an anonymous user (true) or not (false). If the comment has never been marked as verified or unverified, null. Also null if the context user doesn’t have permission to mark comments as verified or unverified. 43.0
lastVerifiedByUser ConnectApi.UserSummary User who last marked the comment as verified or unverified, otherwise null. Also null if the context user doesn’t have permission to mark comments as verified or unverified. 41.0
lastVerifiedDate Datetime Date when the comment was last marked as verified or unverified, otherwise null. Also null if the context user doesn’t have permission to mark comments as verified or unverified. 41.0