| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
Windows10CertificateProfileBase
“Base class for Windows 10 certificate profile.”
|
class |
Windows10ImportedPFXCertificateProfile
“Windows 10 Desktop and Mobile PFX Import certificate profile”
|
class |
Windows10PkcsCertificateProfile
“Windows 10 Desktop and Mobile PKCS certificate profile”
|
class |
Windows81CertificateProfileBase
“Device Configuration.”
|
class |
Windows81SCEPCertificateProfile
“Windows 8.1+ SCEP certificate profile”
|
class |
WindowsPhone81ImportedPFXCertificateProfile
“Windows 8.1 Phone and Mobile PFX Import certificate profile”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsCertificateProfileBase |
WindowsCertificateProfileBase.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
WindowsCertificateProfileBase |
WindowsCertificateProfileBase.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
WindowsCertificateProfileBase |
WindowsCertificateProfileBase.withCertificateValidityPeriodScale(CertificateValidityPeriodScale certificateValidityPeriodScale)
Returns an immutable copy of
this with just the certificateValidityPeriodScale field changed. |
WindowsCertificateProfileBase |
WindowsCertificateProfileBase.withCertificateValidityPeriodValue(Integer certificateValidityPeriodValue)
Returns an immutable copy of
this with just the certificateValidityPeriodValue field changed. |
WindowsCertificateProfileBase |
WindowsCertificateProfileBase.withKeyStorageProvider(KeyStorageProviderOption keyStorageProvider)
Returns an immutable copy of
this with just the keyStorageProvider field changed. |
WindowsCertificateProfileBase |
WindowsCertificateProfileBase.withRenewalThresholdPercentage(Integer renewalThresholdPercentage)
Returns an immutable copy of
this with just the renewalThresholdPercentage field changed. |
WindowsCertificateProfileBase |
WindowsCertificateProfileBase.withSubjectAlternativeNameType(SubjectAlternativeNameType subjectAlternativeNameType)
Returns an immutable copy of
this with just the subjectAlternativeNameType field changed. |
WindowsCertificateProfileBase |
WindowsCertificateProfileBase.withSubjectNameFormat(SubjectNameFormat subjectNameFormat)
Returns an immutable copy of
this with just the subjectNameFormat
field changed. |
Copyright © 2018–2020. All rights reserved.