windows10XWifiConfiguration 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 WifiXml configuration profile

Inherits from deviceManagementResourceAccessProfileBase

Methods

Method Return Type Description
List windows10XWifiConfigurations windows10XWifiConfiguration collection List properties and relationships of the windows10XWifiConfiguration objects.
Get windows10XWifiConfiguration windows10XWifiConfiguration Read properties and relationships of the windows10XWifiConfiguration object.
Create windows10XWifiConfiguration windows10XWifiConfiguration Create a new windows10XWifiConfiguration object.
Delete windows10XWifiConfiguration None Deletes a windows10XWifiConfiguration.
Update windows10XWifiConfiguration windows10XWifiConfiguration Update the properties of a windows10XWifiConfiguration 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.windows10XWifiConfiguration",
  "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"
}