Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 2.44 KB

File metadata and controls

41 lines (31 loc) · 2.44 KB
author title description ms.localizationpriority doc_type ms.subservice
swapnil1993
columnValidation resource type
Contains data for validating column values.
medium
resourcePageType
sharepoint

columnValidation resource type

Namespace: microsoft.graph [!INCLUDE beta-disclaimer] Contains metadata for validating the column.

Properties

Property Type Description
formula string The formula to validate column value. For examples, see Examples of common formulas in lists
descriptions Collection(microsoft.graph.displayNameLocalization) Localized messages that explain what is needed for this column's value to be considered valid. User will be prompted with this message if validation fails.
defaultLanguage string Default BCP 47 language tag for the description.

SharePoint formulas use a syntax similar to Excel formulas. See Examples of common formulas in SharePoint Lists for more information.

JSON representation

The following is a JSON representation of a columnValidation resource.

{
  "formula": "string",
  "descriptions": [{ "@type": "microsoft.graph.displayNameLocalization" }],
  "defaultLanguage": "string"
}