iosEduCertificateSettings 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.
Trusted Root and PFX certificates for iOS EDU.
Properties
Property | Type | Description |
---|---|---|
trustedRootCertificate | Binary | Trusted Root Certificate. |
certFileName | String | File name to display in UI. |
certificationAuthority | String | PKCS Certification Authority. |
certificationAuthorityName | String | PKCS Certification Authority Name. |
certificateTemplateName | String | PKCS Certificate Template Name. |
renewalThresholdPercentage | Int32 | Certificate renewal threshold percentage. Valid values 1 to 99 |
certificateValidityPeriodValue | Int32 | Value for the Certificate Validity Period. |
certificateValidityPeriodScale | certificateValidityPeriodScale | Scale for the Certificate Validity Period. Possible values are: days , months , years . |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.iosEduCertificateSettings",
"trustedRootCertificate": "binary",
"certFileName": "String",
"certificationAuthority": "String",
"certificationAuthorityName": "String",
"certificateTemplateName": "String",
"renewalThresholdPercentage": 1024,
"certificateValidityPeriodValue": 1024,
"certificateValidityPeriodScale": "String"
}