public class Windows81SCEPCertificateProfile extends Windows81CertificateProfileBase implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Windows81SCEPCertificateProfile.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected CertificateStore |
certificateStore |
protected HashAlgorithms |
hashAlgorithm |
protected KeySize |
keySize |
protected KeyUsages |
keyUsage |
protected List<String> |
scepServerUrls |
protected String |
scepServerUrlsNextLink |
protected String |
subjectAlternativeNameFormatString |
protected String |
subjectNameFormatString |
customSubjectAlternativeNames, customSubjectAlternativeNamesNextLink, extendedKeyUsages, extendedKeyUsagesNextLinkcertificateValidityPeriodScale, certificateValidityPeriodValue, keyStorageProvider, renewalThresholdPercentage, subjectAlternativeNameType, subjectNameFormatcreatedDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Windows81SCEPCertificateProfile() |
| Modifier and Type | Method and Description |
|---|---|
static Windows81SCEPCertificateProfile.Builder |
builderWindows81SCEPCertificateProfile()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<CertificateStore> |
getCertificateStore()
“Target store certificate”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<HashAlgorithms> |
getHashAlgorithm()
“SCEP Hash Algorithm.”
|
Optional<KeySize> |
getKeySize()
“SCEP Key Size.”
|
Optional<KeyUsages> |
getKeyUsage()
“SCEP Key Usage.”
|
ManagedDeviceCertificateStateCollectionRequest |
getManagedDeviceCertificateStates()
“Certificate state for devices”
|
Windows81TrustedRootCertificateRequest |
getRootCertificate()
“Trusted Root Certificate”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getScepServerUrls()
“SCEP Server Url(s).”
|
Optional<String> |
getSubjectAlternativeNameFormatString()
“Custom String that defines the AAD Attribute.”
|
Optional<String> |
getSubjectNameFormatString()
“Custom format to use with SubjectNameFormat = Custom.
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
Windows81SCEPCertificateProfile |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Windows81SCEPCertificateProfile |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Windows81SCEPCertificateProfile |
withCertificateStore(CertificateStore certificateStore)
Returns an immutable copy of
this with just the certificateStore
field changed. |
Windows81SCEPCertificateProfile |
withHashAlgorithm(HashAlgorithms hashAlgorithm)
Returns an immutable copy of
this with just the hashAlgorithm
field changed. |
Windows81SCEPCertificateProfile |
withKeySize(KeySize keySize)
Returns an immutable copy of
this with just the keySize field
changed. |
Windows81SCEPCertificateProfile |
withKeyUsage(KeyUsages keyUsage)
Returns an immutable copy of
this with just the keyUsage field
changed. |
Windows81SCEPCertificateProfile |
withSubjectAlternativeNameFormatString(String subjectAlternativeNameFormatString)
Returns an immutable copy of
this with just the subjectAlternativeNameFormatString field changed. |
Windows81SCEPCertificateProfile |
withSubjectNameFormatString(String subjectNameFormatString)
Returns an immutable copy of
this with just the subjectNameFormatString field changed. |
getCustomSubjectAlternativeNames, getExtendedKeyUsagesgetCertificateValidityPeriodScale, getCertificateValidityPeriodValue, getKeyStorageProvider, getRenewalThresholdPercentage, getSubjectAlternativeNameType, getSubjectNameFormat, withCertificateValidityPeriodScale, withCertificateValidityPeriodValue, withKeyStorageProvider, withRenewalThresholdPercentage, withSubjectAlternativeNameType, withSubjectNameFormatassign, assignedAccessMultiModeProfiles, getAssignments, getCreatedDateTime, getDescription, getDeviceManagementApplicabilityRuleDeviceMode, getDeviceManagementApplicabilityRuleOsEdition, getDeviceManagementApplicabilityRuleOsVersion, getDeviceSettingStateSummaries, getDeviceStatuses, getDeviceStatusOverview, getDisplayName, getGroupAssignments, getLastModifiedDateTime, getRoleScopeTagIds, getSupportsScopeTags, getUserStatuses, getUserStatusOverview, getVersion, windowsPrivacyAccessControls, withCreatedDateTime, withDescription, withDeviceManagementApplicabilityRuleDeviceMode, withDeviceManagementApplicabilityRuleOsEdition, withDeviceManagementApplicabilityRuleOsVersion, withDisplayName, withLastModifiedDateTime, withSupportsScopeTags, withVersionprotected String scepServerUrlsNextLink
protected String subjectNameFormatString
protected KeyUsages keyUsage
protected KeySize keySize
protected HashAlgorithms hashAlgorithm
protected String subjectAlternativeNameFormatString
protected CertificateStore certificateStore
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Windows81CertificateProfileBasepublic static Windows81SCEPCertificateProfile.Builder builderWindows81SCEPCertificateProfile()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Windows81CertificateProfileBasepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Windows81CertificateProfileBasepublic com.github.davidmoten.odata.client.CollectionPage<String> getScepServerUrls()
public Optional<String> getSubjectNameFormatString()
public Windows81SCEPCertificateProfile withSubjectNameFormatString(String subjectNameFormatString)
this with just the subjectNameFormatString field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress }},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA, C=US”
subjectNameFormatString - new value of subjectNameFormatString field (as defined in service metadata)this with just the subjectNameFormatString field changedpublic Windows81SCEPCertificateProfile withKeyUsage(KeyUsages keyUsage)
this with just the keyUsage field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“SCEP Key Usage.”
keyUsage - new value of keyUsage field (as defined in service metadata)this with just the keyUsage field changedpublic Windows81SCEPCertificateProfile withKeySize(KeySize keySize)
this with just the keySize field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“SCEP Key Size.”
keySize - new value of keySize field (as defined in service metadata)this with just the keySize field changedpublic Optional<HashAlgorithms> getHashAlgorithm()
public Windows81SCEPCertificateProfile withHashAlgorithm(HashAlgorithms hashAlgorithm)
this with just the hashAlgorithm
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“SCEP Hash Algorithm.”
hashAlgorithm - new value of hashAlgorithm field (as defined in service metadata)this with just the hashAlgorithm field changedpublic Optional<String> getSubjectAlternativeNameFormatString()
public Windows81SCEPCertificateProfile withSubjectAlternativeNameFormatString(String subjectAlternativeNameFormatString)
this with just the subjectAlternativeNameFormatString field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Custom String that defines the AAD Attribute.”
subjectAlternativeNameFormatString - new value of subjectAlternativeNameFormatString field (as defined in service metadata)this with just the subjectAlternativeNameFormatString field changedpublic Optional<CertificateStore> getCertificateStore()
public Windows81SCEPCertificateProfile withCertificateStore(CertificateStore certificateStore)
this with just the certificateStore
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Target store certificate”
certificateStore - new value of certificateStore field (as defined in service metadata)this with just the certificateStore field changedpublic Windows81TrustedRootCertificateRequest getRootCertificate()
public ManagedDeviceCertificateStateCollectionRequest getManagedDeviceCertificateStates()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Windows81CertificateProfileBasepublic Windows81SCEPCertificateProfile patch()
this with changed fields reset.patch in class Windows81CertificateProfileBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Windows81SCEPCertificateProfile put()
this
with changed fields reset (they were ignored anyway).put in class Windows81CertificateProfileBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class Windows81CertificateProfileBaseCopyright © 2018–2020. All rights reserved.