Uses of Class
com.azure.resourcemanager.appcontainers.models.AzureActiveDirectory
Packages that use AzureActiveDirectory
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of AzureActiveDirectory in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AzureActiveDirectoryModifier and TypeMethodDescriptionIdentityProviders.azureActiveDirectory()Get the azureActiveDirectory property: The configuration settings of the Azure Active directory provider.static AzureActiveDirectoryAzureActiveDirectory.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureActiveDirectory from the JsonReader.AzureActiveDirectory.withEnabled(Boolean enabled) Set the enabled property: <code>false</code> if the Azure Active Directory provider should not be enabled despite the set registration; otherwise, <code>true</code>.AzureActiveDirectory.withIsAutoProvisioned(Boolean isAutoProvisioned) Set the isAutoProvisioned property: Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling.AzureActiveDirectory.withLogin(AzureActiveDirectoryLogin login) Set the login property: The configuration settings of the Azure Active Directory login flow.AzureActiveDirectory.withRegistration(AzureActiveDirectoryRegistration registration) Set the registration property: The configuration settings of the Azure Active Directory app registration.AzureActiveDirectory.withValidation(AzureActiveDirectoryValidation validation) Set the validation property: The configuration settings of the Azure Active Directory token validation flow.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type AzureActiveDirectoryModifier and TypeMethodDescriptionIdentityProviders.withAzureActiveDirectory(AzureActiveDirectory azureActiveDirectory) Set the azureActiveDirectory property: The configuration settings of the Azure Active directory provider.