public class MacOSScepCertificateProfile extends MacOSCertificateProfileBase implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
MacOSScepCertificateProfile.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected CertificateStore |
certificateStore |
protected List<CustomSubjectAlternativeName> |
customSubjectAlternativeNames |
protected String |
customSubjectAlternativeNamesNextLink |
protected List<ExtendedKeyUsage> |
extendedKeyUsages |
protected String |
extendedKeyUsagesNextLink |
protected HashAlgorithms |
hashAlgorithm |
protected KeySize |
keySize |
protected KeyUsages |
keyUsage |
protected List<String> |
scepServerUrls |
protected String |
scepServerUrlsNextLink |
protected String |
subjectAlternativeNameFormatString |
protected String |
subjectNameFormatString |
certificateValidityPeriodScale, certificateValidityPeriodValue, renewalThresholdPercentage, subjectAlternativeNameType, subjectNameFormatcreatedDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
MacOSScepCertificateProfile() |
| Modifier and Type | Method and Description |
|---|---|
static MacOSScepCertificateProfile.Builder |
builderMacOSScepCertificateProfile()
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() |
com.github.davidmoten.odata.client.CollectionPage<CustomSubjectAlternativeName> |
getCustomSubjectAlternativeNames()
“Custom Subject Alternative Name Settings.
|
com.github.davidmoten.odata.client.CollectionPage<ExtendedKeyUsage> |
getExtendedKeyUsages()
“Extended Key Usage (EKU) settings.
|
Optional<HashAlgorithms> |
getHashAlgorithm()
“SCEP Hash Algorithm.”
|
Optional<KeySize> |
getKeySize()
“SCEP Key Size.”
|
Optional<KeyUsages> |
getKeyUsage()
“SCEP Key Usage.”
|
ManagedDeviceCertificateStateCollectionRequest |
getManagedDeviceCertificateStates()
“Certificate state for devices”
|
MacOSTrustedRootCertificateRequest |
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() |
MacOSScepCertificateProfile |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
MacOSScepCertificateProfile |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
MacOSScepCertificateProfile |
withCertificateStore(CertificateStore certificateStore)
Returns an immutable copy of
this with just the certificateStore
field changed. |
MacOSScepCertificateProfile |
withHashAlgorithm(HashAlgorithms hashAlgorithm)
Returns an immutable copy of
this with just the hashAlgorithm
field changed. |
MacOSScepCertificateProfile |
withKeySize(KeySize keySize)
Returns an immutable copy of
this with just the keySize field
changed. |
MacOSScepCertificateProfile |
withKeyUsage(KeyUsages keyUsage)
Returns an immutable copy of
this with just the keyUsage field
changed. |
MacOSScepCertificateProfile |
withSubjectAlternativeNameFormatString(String subjectAlternativeNameFormatString)
Returns an immutable copy of
this with just the subjectAlternativeNameFormatString field changed. |
MacOSScepCertificateProfile |
withSubjectNameFormatString(String subjectNameFormatString)
Returns an immutable copy of
this with just the subjectNameFormatString field changed. |
getCertificateValidityPeriodScale, getCertificateValidityPeriodValue, getRenewalThresholdPercentage, getSubjectAlternativeNameType, getSubjectNameFormat, withCertificateValidityPeriodScale, withCertificateValidityPeriodValue, 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 List<ExtendedKeyUsage> extendedKeyUsages
protected String extendedKeyUsagesNextLink
protected String subjectAlternativeNameFormatString
protected CertificateStore certificateStore
protected List<CustomSubjectAlternativeName> customSubjectAlternativeNames
protected String customSubjectAlternativeNamesNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MacOSCertificateProfileBasepublic static MacOSScepCertificateProfile.Builder builderMacOSScepCertificateProfile()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class MacOSCertificateProfileBasepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class MacOSCertificateProfileBasepublic com.github.davidmoten.odata.client.CollectionPage<String> getScepServerUrls()
public Optional<String> getSubjectNameFormatString()
public MacOSScepCertificateProfile 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 MacOSScepCertificateProfile 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 MacOSScepCertificateProfile 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 MacOSScepCertificateProfile 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 com.github.davidmoten.odata.client.CollectionPage<ExtendedKeyUsage> getExtendedKeyUsages()
public Optional<String> getSubjectAlternativeNameFormatString()
public MacOSScepCertificateProfile 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 MacOSScepCertificateProfile 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 com.github.davidmoten.odata.client.CollectionPage<CustomSubjectAlternativeName> getCustomSubjectAlternativeNames()
public MacOSTrustedRootCertificateRequest getRootCertificate()
public ManagedDeviceCertificateStateCollectionRequest getManagedDeviceCertificateStates()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class MacOSCertificateProfileBasepublic MacOSScepCertificateProfile patch()
this with changed fields reset.patch in class MacOSCertificateProfileBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic MacOSScepCertificateProfile put()
this
with changed fields reset (they were ignored anyway).put in class MacOSCertificateProfileBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class MacOSCertificateProfileBaseCopyright © 2018–2020. All rights reserved.