windows10XVpnConfiguration 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.

Windows X VPN configuration profile

Inherits from deviceManagementResourceAccessProfileBase

Methods

Method Return Type Description
List windows10XVpnConfigurations windows10XVpnConfiguration collection List properties and relationships of the windows10XVpnConfiguration objects.
Get windows10XVpnConfiguration windows10XVpnConfiguration Read properties and relationships of the windows10XVpnConfiguration object.
Create windows10XVpnConfiguration windows10XVpnConfiguration Create a new windows10XVpnConfiguration object.
Delete windows10XVpnConfiguration None Deletes a windows10XVpnConfiguration.
Update windows10XVpnConfiguration windows10XVpnConfiguration Update the properties of a windows10XVpnConfiguration object.

Properties

Property Type Description
id String Profile identifier Inherited from deviceManagementResourceAccessProfileBase
version Int32 Version of the profile Inherited from deviceManagementResourceAccessProfileBase
displayName String Profile display name Inherited from deviceManagementResourceAccessProfileBase
description String Profile description Inherited from deviceManagementResourceAccessProfileBase
creationDateTime DateTimeOffset DateTime profile was created Inherited from deviceManagementResourceAccessProfileBase
lastModifiedDateTime DateTimeOffset DateTime profile was last modified Inherited from deviceManagementResourceAccessProfileBase
roleScopeTagIds String collection Scope Tags Inherited from deviceManagementResourceAccessProfileBase
serverApplicabilityRules applicabilityRule collection The list of Applicability Rules for a Device Configuration Profile Inherited from deviceManagementResourceAccessProfileBase
authenticationCertificateId Guid ID to the Authentication Certificate
customXmlFileName String Custom Xml file name.
customXml Binary Custom XML commands that configures the VPN connection. (UTF8 byte encoding)

Relationships

Relationship Type Description
assignments deviceManagementResourceAccessProfileAssignment collection The list of assignments for the device configuration profile. Inherited from deviceManagementResourceAccessProfileBase

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windows10XVpnConfiguration",
  "id": "String (identifier)",
  "version": 1024,
  "displayName": "String",
  "description": "String",
  "creationDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "roleScopeTagIds": [
    "String"
  ],
  "serverApplicabilityRules": [
    {
      "@odata.type": "microsoft.graph.applicabilityRule",
      "filterType": "String"
    }
  ],
  "authenticationCertificateId": "Guid",
  "customXmlFileName": "String",
  "customXml": "binary"
}