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

Entity that describes tenant level settings for derived credentials

Methods

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

Properties

Property Type Description
id String Unique identifier for the Derived Credential
helpUrl String The URL that will be accessible to end users as they retrieve a derived credential using the Company Portal.
displayName String The display name for the profile.
issuer deviceManagementDerivedCredentialIssuer The derived credential provider to use. Possible values are: intercede, entrustDatacard, purebred, xTec.
notificationType deviceManagementDerivedCredentialNotificationType The methods used to inform the end user to open Company Portal to deliver Wi-Fi, VPN, or email profiles that use certificates to the device. Possible values are: none, companyPortal, email.
renewalThresholdPercentage Int32 The nominal percentage of time before certificate renewal is initiated by the client.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceManagementDerivedCredentialSettings",
  "id": "String (identifier)",
  "helpUrl": "String",
  "displayName": "String",
  "issuer": "String",
  "notificationType": "String",
  "renewalThresholdPercentage": 1024
}