windows10XTrustedRootCertificate 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 Trusted Root Certificate configuration profile
Inherits from deviceManagementResourceAccessProfileBase
Methods
Method | Return Type | Description |
---|---|---|
List windows10XTrustedRootCertificates | windows10XTrustedRootCertificate collection | List properties and relationships of the windows10XTrustedRootCertificate objects. |
Get windows10XTrustedRootCertificate | windows10XTrustedRootCertificate | Read properties and relationships of the windows10XTrustedRootCertificate object. |
Create windows10XTrustedRootCertificate | windows10XTrustedRootCertificate | Create a new windows10XTrustedRootCertificate object. |
Delete windows10XTrustedRootCertificate | None | Deletes a windows10XTrustedRootCertificate. |
Update windows10XTrustedRootCertificate | windows10XTrustedRootCertificate | Update the properties of a windows10XTrustedRootCertificate 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 |
trustedRootCertificate | Binary | Trusted Root Certificate |
certFileName | String | File name to display in UI. |
destinationStore | certificateDestinationStore | Destination store location for the Trusted Root Certificate. Possible values are: computerCertStoreRoot , computerCertStoreIntermediate , userCertStoreIntermediate . |
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.windows10XTrustedRootCertificate",
"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"
}
],
"trustedRootCertificate": "binary",
"certFileName": "String",
"destinationStore": "String"
}