deviceManagementConfigurationStringSettingValueDefinition resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

String constraints

Inherits from deviceManagementConfigurationSettingValueDefinition

Properties

Property Type Description
format deviceManagementConfigurationStringFormat Pre-defined format of the string. Possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub, bashScript, unknownFutureValue.
inputValidationSchema String Regular expression or any xml or json schema that the input string should match
maximumLength Int64 Maximum length of string. Valid values 0 to 87516
minimumLength Int64 Minimum length of string. Valid values 0 to 87516
isSecret Boolean Specifies whether the setting needs to be treated as a secret. Settings marked as yes will be encrypted in transit and at rest and will be displayed as asterisks when represented in the UX.
fileTypes String collection Supported file types for this setting.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceManagementConfigurationStringSettingValueDefinition",
  "format": "String",
  "inputValidationSchema": "String",
  "maximumLength": 1024,
  "minimumLength": 1024,
  "isSecret": true,
  "fileTypes": [
    "String"
  ]
}