Package odata.msgraph.client.beta.entity
Class Windows10XSCEPCertificateProfile.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Windows10XSCEPCertificateProfile.Builder
-
- Enclosing class:
- Windows10XSCEPCertificateProfile
public static final class Windows10XSCEPCertificateProfile.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public Windows10XSCEPCertificateProfile.Builder id(String id)
-
creationDateTime
public Windows10XSCEPCertificateProfile.Builder creationDateTime(OffsetDateTime creationDateTime)
-
description
public Windows10XSCEPCertificateProfile.Builder description(String description)
-
displayName
public Windows10XSCEPCertificateProfile.Builder displayName(String displayName)
-
lastModifiedDateTime
public Windows10XSCEPCertificateProfile.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
roleScopeTagIds
public Windows10XSCEPCertificateProfile.Builder roleScopeTagIds(List<String> roleScopeTagIds)
-
roleScopeTagIds
public Windows10XSCEPCertificateProfile.Builder roleScopeTagIds(String... roleScopeTagIds)
-
roleScopeTagIdsNextLink
public Windows10XSCEPCertificateProfile.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
-
version
public Windows10XSCEPCertificateProfile.Builder version(Integer version)
-
certificateStore
public Windows10XSCEPCertificateProfile.Builder certificateStore(CertificateStore certificateStore)
“Target store certificate”- Parameters:
certificateStore- value ofcertificateStoreproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
certificateValidityPeriodScale
public Windows10XSCEPCertificateProfile.Builder certificateValidityPeriodScale(CertificateValidityPeriodScale certificateValidityPeriodScale)
“Scale for the Certificate Validity Period”- Parameters:
certificateValidityPeriodScale- value ofcertificateValidityPeriodScaleproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
certificateValidityPeriodValue
public Windows10XSCEPCertificateProfile.Builder certificateValidityPeriodValue(Integer certificateValidityPeriodValue)
“Value for the Certificate Validity Period”- Parameters:
certificateValidityPeriodValue- value ofcertificateValidityPeriodValueproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
extendedKeyUsages
public Windows10XSCEPCertificateProfile.Builder extendedKeyUsages(List<ExtendedKeyUsage> extendedKeyUsages)
“Extended Key Usage (EKU) settings.”- Parameters:
extendedKeyUsages- value ofextendedKeyUsagesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
extendedKeyUsages
public Windows10XSCEPCertificateProfile.Builder extendedKeyUsages(ExtendedKeyUsage... extendedKeyUsages)
“Extended Key Usage (EKU) settings.”- Parameters:
extendedKeyUsages- value ofextendedKeyUsagesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
extendedKeyUsagesNextLink
public Windows10XSCEPCertificateProfile.Builder extendedKeyUsagesNextLink(String extendedKeyUsagesNextLink)
“Extended Key Usage (EKU) settings.”- Parameters:
extendedKeyUsagesNextLink- value ofextendedKeyUsages@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
hashAlgorithm
public Windows10XSCEPCertificateProfile.Builder hashAlgorithm(List<HashAlgorithms> hashAlgorithm)
“SCEP Hash Algorithm.”- Parameters:
hashAlgorithm- value ofhashAlgorithmproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
hashAlgorithm
public Windows10XSCEPCertificateProfile.Builder hashAlgorithm(HashAlgorithms... hashAlgorithm)
“SCEP Hash Algorithm.”- Parameters:
hashAlgorithm- value ofhashAlgorithmproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
hashAlgorithmNextLink
public Windows10XSCEPCertificateProfile.Builder hashAlgorithmNextLink(String hashAlgorithmNextLink)
“SCEP Hash Algorithm.”- Parameters:
hashAlgorithmNextLink- value ofhashAlgorithm@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
keySize
public Windows10XSCEPCertificateProfile.Builder keySize(KeySize keySize)
“SCEP Key Size.”- Parameters:
keySize- value ofkeySizeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
keyStorageProvider
public Windows10XSCEPCertificateProfile.Builder keyStorageProvider(KeyStorageProviderOption keyStorageProvider)
“Key Storage Provider (KSP)”- Parameters:
keyStorageProvider- value ofkeyStorageProviderproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
keyUsage
public Windows10XSCEPCertificateProfile.Builder keyUsage(KeyUsages keyUsage)
“SCEP Key Usage.”- Parameters:
keyUsage- value ofkeyUsageproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
renewalThresholdPercentage
public Windows10XSCEPCertificateProfile.Builder renewalThresholdPercentage(Integer renewalThresholdPercentage)
“Certificate renewal threshold percentage”- Parameters:
renewalThresholdPercentage- value ofrenewalThresholdPercentageproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
rootCertificateId
public Windows10XSCEPCertificateProfile.Builder rootCertificateId(UUID rootCertificateId)
“Trusted Root Certificate ID”- Parameters:
rootCertificateId- value ofrootCertificateIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
scepServerUrls
public Windows10XSCEPCertificateProfile.Builder scepServerUrls(List<String> scepServerUrls)
“SCEP Server Url(s).”- Parameters:
scepServerUrls- value ofscepServerUrlsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
scepServerUrls
public Windows10XSCEPCertificateProfile.Builder scepServerUrls(String... scepServerUrls)
“SCEP Server Url(s).”- Parameters:
scepServerUrls- value ofscepServerUrlsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
scepServerUrlsNextLink
public Windows10XSCEPCertificateProfile.Builder scepServerUrlsNextLink(String scepServerUrlsNextLink)
“SCEP Server Url(s).”- Parameters:
scepServerUrlsNextLink- value ofscepServerUrls@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
subjectAlternativeNameFormats
public Windows10XSCEPCertificateProfile.Builder subjectAlternativeNameFormats(List<Windows10XCustomSubjectAlternativeName> subjectAlternativeNameFormats)
“Custom AAD Attributes.”- Parameters:
subjectAlternativeNameFormats- value ofsubjectAlternativeNameFormatsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
subjectAlternativeNameFormats
public Windows10XSCEPCertificateProfile.Builder subjectAlternativeNameFormats(Windows10XCustomSubjectAlternativeName... subjectAlternativeNameFormats)
“Custom AAD Attributes.”- Parameters:
subjectAlternativeNameFormats- value ofsubjectAlternativeNameFormatsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
subjectAlternativeNameFormatsNextLink
public Windows10XSCEPCertificateProfile.Builder subjectAlternativeNameFormatsNextLink(String subjectAlternativeNameFormatsNextLink)
“Custom AAD Attributes.”- Parameters:
subjectAlternativeNameFormatsNextLink- value ofsubjectAlternativeNameFormats@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
subjectNameFormatString
public Windows10XSCEPCertificateProfile.Builder subjectNameFormatString(String subjectNameFormatString)
“Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress }},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA, C=US”- Parameters:
subjectNameFormatString- value ofsubjectNameFormatStringproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public Windows10XSCEPCertificateProfile build()
-
-