Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCertificateBasedAuthConfiguration
-
Packages that use MicrosoftGraphCertificateBasedAuthConfiguration Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphCertificateBasedAuthConfiguration in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphCertificateBasedAuthConfiguration Modifier and Type Method Description MicrosoftGraphCertificateBasedAuthConfigurationMicrosoftGraphCertificateBasedAuthConfiguration. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: certificateBasedAuthConfiguration.MicrosoftGraphCertificateBasedAuthConfigurationMicrosoftGraphCertificateBasedAuthConfiguration. withCertificateAuthorities(List<MicrosoftGraphCertificateAuthority> certificateAuthorities)Set the certificateAuthorities property: Collection of certificate authorities which creates a trusted certificate chain.MicrosoftGraphCertificateBasedAuthConfigurationMicrosoftGraphCertificateBasedAuthConfiguration. withId(String id)Set the id property: Read-only.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphCertificateBasedAuthConfiguration Modifier and Type Method Description List<MicrosoftGraphCertificateBasedAuthConfiguration>MicrosoftGraphOrganizationInner. certificateBasedAuthConfiguration()Get the certificateBasedAuthConfiguration property: Navigation property to manage certificate-based authentication configuration.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphCertificateBasedAuthConfiguration Modifier and Type Method Description MicrosoftGraphOrganizationInnerMicrosoftGraphOrganizationInner. withCertificateBasedAuthConfiguration(List<MicrosoftGraphCertificateBasedAuthConfiguration> certificateBasedAuthConfiguration)Set the certificateBasedAuthConfiguration property: Navigation property to manage certificate-based authentication configuration.
-