windows10XCertificateProfile 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.
Base Profile Type for Authentication Certificates (SCEP or PFX Create)
Inherits from deviceManagementResourceAccessProfileBase
Methods
Method | Return Type | Description |
---|---|---|
List windows10XCertificateProfiles | windows10XCertificateProfile collection | List properties and relationships of the windows10XCertificateProfile objects. |
Get windows10XCertificateProfile | windows10XCertificateProfile | Read properties and relationships of the windows10XCertificateProfile 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 |
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.windows10XCertificateProfile",
"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"
}
]
}