Uses of Class
com.azure.resourcemanager.appcontainers.models.AllowedPrincipals
-
Packages that use AllowedPrincipals Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of AllowedPrincipals in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AllowedPrincipals Modifier and Type Method Description AllowedPrincipals
DefaultAuthorizationPolicy. allowedPrincipals()
Get the allowedPrincipals property: The configuration settings of the Azure Active Directory allowed principals.AllowedPrincipals
AllowedPrincipals. withGroups(List<String> groups)
Set the groups property: The list of the allowed groups.AllowedPrincipals
AllowedPrincipals. withIdentities(List<String> identities)
Set the identities property: The list of the allowed identities.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type AllowedPrincipals Modifier and Type Method Description DefaultAuthorizationPolicy
DefaultAuthorizationPolicy. withAllowedPrincipals(AllowedPrincipals allowedPrincipals)
Set the allowedPrincipals property: The configuration settings of the Azure Active Directory allowed principals.
-