你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphCertificateAuthority Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphCertificateAuthority
- com.
Implements
public final class MicrosoftGraphCertificateAuthority
implements JsonSerializable<MicrosoftGraphCertificateAuthority>
certificateAuthority.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphCertificateAuthority() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
byte[] |
certificate()
Get the certificate property: Required. |
String |
certificateRevocationListUrl()
Get the certificate |
String |
deltaCertificateRevocationListUrl()
Get the delta |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Boolean |
isRootAuthority()
Get the is |
String |
issuer()
Get the issuer property: The issuer of the certificate, calculated from the certificate value. |
String |
issuerSki()
Get the issuer |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withCertificate(byte[] certificate)
Set the certificate property: Required. |
Microsoft |
withCertificateRevocationListUrl(String certificateRevocationListUrl)
Set the certificate |
Microsoft |
withDeltaCertificateRevocationListUrl(String deltaCertificateRevocationListUrl)
Set the delta |
Microsoft |
withIsRootAuthority(Boolean isRootAuthority)
Set the is |
Microsoft |
withIssuer(String issuer)
Set the issuer property: The issuer of the certificate, calculated from the certificate value. |
Microsoft |
withIssuerSki(String issuerSki)
Set the issuer |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphCertificateAuthority
public MicrosoftGraphCertificateAuthority()
Creates an instance of MicrosoftGraphCertificateAuthority class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: certificateAuthority.
Returns:
certificate
public byte[] certificate()
Get the certificate property: Required. The base64 encoded string representing the public certificate.
Returns:
certificateRevocationListUrl
public String certificateRevocationListUrl()
Get the certificateRevocationListUrl property: The URL of the certificate revocation list.
Returns:
deltaCertificateRevocationListUrl
public String deltaCertificateRevocationListUrl()
Get the deltaCertificateRevocationListUrl property: The URL contains the list of all revoked certificates since the last time a full certificate revocaton list was created.
Returns:
fromJson
public static MicrosoftGraphCertificateAuthority fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphCertificateAuthority from the JsonReader.
Parameters:
Returns:
Throws:
isRootAuthority
public Boolean isRootAuthority()
Get the isRootAuthority property: Required. true if the trusted certificate is a root authority, false if the trusted certificate is an intermediate authority.
Returns:
issuer
public String issuer()
Get the issuer property: The issuer of the certificate, calculated from the certificate value. Read-only.
Returns:
issuerSki
public String issuerSki()
Get the issuerSki property: The subject key identifier of the certificate, calculated from the certificate value. Read-only.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphCertificateAuthority withAdditionalProperties(Map
Set the additionalProperties property: certificateAuthority.
Parameters:
Returns:
withCertificate
public MicrosoftGraphCertificateAuthority withCertificate(byte[] certificate)
Set the certificate property: Required. The base64 encoded string representing the public certificate.
Parameters:
Returns:
withCertificateRevocationListUrl
public MicrosoftGraphCertificateAuthority withCertificateRevocationListUrl(String certificateRevocationListUrl)
Set the certificateRevocationListUrl property: The URL of the certificate revocation list.
Parameters:
Returns:
withDeltaCertificateRevocationListUrl
public MicrosoftGraphCertificateAuthority withDeltaCertificateRevocationListUrl(String deltaCertificateRevocationListUrl)
Set the deltaCertificateRevocationListUrl property: The URL contains the list of all revoked certificates since the last time a full certificate revocaton list was created.
Parameters:
Returns:
withIsRootAuthority
public MicrosoftGraphCertificateAuthority withIsRootAuthority(Boolean isRootAuthority)
Set the isRootAuthority property: Required. true if the trusted certificate is a root authority, false if the trusted certificate is an intermediate authority.
Parameters:
Returns:
withIssuer
public MicrosoftGraphCertificateAuthority withIssuer(String issuer)
Set the issuer property: The issuer of the certificate, calculated from the certificate value. Read-only.
Parameters:
Returns:
withIssuerSki
public MicrosoftGraphCertificateAuthority withIssuerSki(String issuerSki)
Set the issuerSki property: The subject key identifier of the certificate, calculated from the certificate value. Read-only.
Parameters:
Returns: