Uses of Class
com.azure.resourcemanager.appcontainers.models.AzureActiveDirectory
-
Packages that use AzureActiveDirectory Package Description com.azure.resourcemanager.appcontainers.models 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 AzureActiveDirectory Modifier and Type Method Description AzureActiveDirectory
IdentityProviders. azureActiveDirectory()
Get the azureActiveDirectory property: The configuration settings of the Azure Active directory provider.AzureActiveDirectory
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
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
AzureActiveDirectory. withLogin(AzureActiveDirectoryLogin login)
Set the login property: The configuration settings of the Azure Active Directory login flow.AzureActiveDirectory
AzureActiveDirectory. withRegistration(AzureActiveDirectoryRegistration registration)
Set the registration property: The configuration settings of the Azure Active Directory app registration.AzureActiveDirectory
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 AzureActiveDirectory Modifier and Type Method Description IdentityProviders
IdentityProviders. withAzureActiveDirectory(AzureActiveDirectory azureActiveDirectory)
Set the azureActiveDirectory property: The configuration settings of the Azure Active directory provider.
-