Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCertificateAuthority
Packages that use MicrosoftGraphCertificateAuthority
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphCertificateAuthority in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphCertificateAuthorityModifier and TypeMethodDescriptionMicrosoftGraphCertificateAuthority.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: certificateAuthority.MicrosoftGraphCertificateAuthority.withCertificate(byte[] certificate) Set the certificate property: Required.MicrosoftGraphCertificateAuthority.withCertificateRevocationListUrl(String certificateRevocationListUrl) Set the certificateRevocationListUrl property: The URL of the certificate revocation list.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.MicrosoftGraphCertificateAuthority.withIsRootAuthority(Boolean isRootAuthority) Set the isRootAuthority property: Required.MicrosoftGraphCertificateAuthority.withIssuer(String issuer) Set the issuer property: The issuer of the certificate, calculated from the certificate value.MicrosoftGraphCertificateAuthority.withIssuerSki(String issuerSki) Set the issuerSki property: The subject key identifier of the certificate, calculated from the certificate value.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphCertificateAuthorityModifier and TypeMethodDescriptionMicrosoftGraphCertificateBasedAuthConfiguration.certificateAuthorities()Get the certificateAuthorities property: Collection of certificate authorities which creates a trusted certificate chain.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphCertificateAuthorityModifier and TypeMethodDescriptionMicrosoftGraphCertificateBasedAuthConfiguration.withCertificateAuthorities(List<MicrosoftGraphCertificateAuthority> certificateAuthorities) Set the certificateAuthorities property: Collection of certificate authorities which creates a trusted certificate chain.