public class AndroidWorkProfileScepCertificateProfile extends AndroidWorkProfileCertificateProfileBase implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidWorkProfileScepCertificateProfile.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected CertificateStore |
certificateStore |
protected List<CustomSubjectAlternativeName> |
customSubjectAlternativeNames |
protected String |
customSubjectAlternativeNamesNextLink |
protected HashAlgorithms |
hashAlgorithm |
protected KeySize |
keySize |
protected KeyUsages |
keyUsage |
protected List<String> |
scepServerUrls |
protected String |
scepServerUrlsNextLink |
protected String |
subjectAlternativeNameFormatString |
protected String |
subjectNameFormatString |
certificateValidityPeriodScale, certificateValidityPeriodValue, extendedKeyUsages, extendedKeyUsagesNextLink, renewalThresholdPercentage, subjectAlternativeNameType, subjectNameFormatcreatedDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AndroidWorkProfileScepCertificateProfile() |
| Modifier and Type | Method and Description |
|---|---|
static AndroidWorkProfileScepCertificateProfile.Builder |
builderAndroidWorkProfileScepCertificateProfile()
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<CustomSubjectAlternativeName> |
getCustomSubjectAlternativeNames(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Custom Subject Alternative Name 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”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getScepServerUrls()
“SCEP Server Url(s)”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getScepServerUrls(com.github.davidmoten.odata.client.HttpRequestOptions options)
“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() |
AndroidWorkProfileScepCertificateProfile |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
AndroidWorkProfileScepCertificateProfile |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
AndroidWorkProfileScepCertificateProfile |
withCertificateStore(CertificateStore certificateStore)
Returns an immutable copy of
this with just the certificateStore
field changed. |
AndroidWorkProfileScepCertificateProfile |
withHashAlgorithm(HashAlgorithms hashAlgorithm)
Returns an immutable copy of
this with just the hashAlgorithm
field changed. |
AndroidWorkProfileScepCertificateProfile |
withKeySize(KeySize keySize)
Returns an immutable copy of
this with just the keySize field
changed. |
AndroidWorkProfileScepCertificateProfile |
withKeyUsage(KeyUsages keyUsage)
Returns an immutable copy of
this with just the keyUsage field
changed. |
AndroidWorkProfileScepCertificateProfile |
withSubjectAlternativeNameFormatString(String subjectAlternativeNameFormatString)
Returns an immutable copy of
this with just the subjectAlternativeNameFormatString field changed. |
AndroidWorkProfileScepCertificateProfile |
withSubjectNameFormatString(String subjectNameFormatString)
Returns an immutable copy of
this with just the subjectNameFormatString field changed. |
getCertificateValidityPeriodScale, getCertificateValidityPeriodValue, getExtendedKeyUsages, getExtendedKeyUsages, getRenewalThresholdPercentage, getRootCertificate, getSubjectAlternativeNameType, getSubjectNameFormat, withCertificateValidityPeriodScale, withCertificateValidityPeriodValue, withRenewalThresholdPercentage, withSubjectAlternativeNameType, withSubjectNameFormatassign, assignedAccessMultiModeProfiles, getAssignments, getCreatedDateTime, getDescription, getDeviceManagementApplicabilityRuleDeviceMode, getDeviceManagementApplicabilityRuleOsEdition, getDeviceManagementApplicabilityRuleOsVersion, getDeviceSettingStateSummaries, getDeviceStatuses, getDeviceStatusOverview, getDisplayName, getGroupAssignments, getLastModifiedDateTime, getRoleScopeTagIds, 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
protected List<CustomSubjectAlternativeName> customSubjectAlternativeNames
protected String customSubjectAlternativeNamesNextLink
protected AndroidWorkProfileScepCertificateProfile()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class AndroidWorkProfileCertificateProfileBasepublic static AndroidWorkProfileScepCertificateProfile.Builder builderAndroidWorkProfileScepCertificateProfile()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class AndroidWorkProfileCertificateProfileBasepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class AndroidWorkProfileCertificateProfileBasepublic com.github.davidmoten.odata.client.CollectionPage<String> getScepServerUrls()
public com.github.davidmoten.odata.client.CollectionPage<String> getScepServerUrls(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<String> getSubjectNameFormatString()
public AndroidWorkProfileScepCertificateProfile 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 AndroidWorkProfileScepCertificateProfile 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 AndroidWorkProfileScepCertificateProfile 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 AndroidWorkProfileScepCertificateProfile 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 AndroidWorkProfileScepCertificateProfile 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 AndroidWorkProfileScepCertificateProfile 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 com.github.davidmoten.odata.client.CollectionPage<CustomSubjectAlternativeName> getCustomSubjectAlternativeNames(com.github.davidmoten.odata.client.HttpRequestOptions options)
public ManagedDeviceCertificateStateCollectionRequest getManagedDeviceCertificateStates()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class AndroidWorkProfileCertificateProfileBasepublic AndroidWorkProfileScepCertificateProfile patch()
this with changed fields reset.patch in class AndroidWorkProfileCertificateProfileBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic AndroidWorkProfileScepCertificateProfile put()
this
with changed fields reset (they were ignored anyway).put in class AndroidWorkProfileCertificateProfileBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class AndroidWorkProfileCertificateProfileBaseCopyright © 2018–2020. All rights reserved.