Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCertificateAuthority
-
Packages that use MicrosoftGraphCertificateAuthority Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphCertificateAuthority Modifier and Type Method Description MicrosoftGraphCertificateAuthorityMicrosoftGraphCertificateAuthority. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: certificateAuthority.MicrosoftGraphCertificateAuthorityMicrosoftGraphCertificateAuthority. withCertificate(byte[] certificate)Set the certificate property: Required.MicrosoftGraphCertificateAuthorityMicrosoftGraphCertificateAuthority. withCertificateRevocationListUrl(String certificateRevocationListUrl)Set the certificateRevocationListUrl property: The URL of the certificate revocation list.MicrosoftGraphCertificateAuthorityMicrosoftGraphCertificateAuthority. 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.MicrosoftGraphCertificateAuthorityMicrosoftGraphCertificateAuthority. withIsRootAuthority(Boolean isRootAuthority)Set the isRootAuthority property: Required.MicrosoftGraphCertificateAuthorityMicrosoftGraphCertificateAuthority. withIssuer(String issuer)Set the issuer property: The issuer of the certificate, calculated from the certificate value.MicrosoftGraphCertificateAuthorityMicrosoftGraphCertificateAuthority. 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 MicrosoftGraphCertificateAuthority Modifier and Type Method Description List<MicrosoftGraphCertificateAuthority>MicrosoftGraphCertificateBasedAuthConfiguration. 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 MicrosoftGraphCertificateAuthority Modifier and Type Method Description MicrosoftGraphCertificateBasedAuthConfigurationMicrosoftGraphCertificateBasedAuthConfiguration. withCertificateAuthorities(List<MicrosoftGraphCertificateAuthority> certificateAuthorities)Set the certificateAuthorities property: Collection of certificate authorities which creates a trusted certificate chain.
-