Uses of Class
com.azure.resourcemanager.appcontainers.models.AllowedPrincipals
Packages that use AllowedPrincipals
Package
Description
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 AllowedPrincipalsModifier and TypeMethodDescriptionDefaultAuthorizationPolicy.allowedPrincipals()
Get the allowedPrincipals property: The configuration settings of the Azure Active Directory allowed principals.static AllowedPrincipals
AllowedPrincipals.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AllowedPrincipals from the JsonReader.AllowedPrincipals.withGroups
(List<String> groups) Set the groups property: The list of the allowed groups.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 AllowedPrincipalsModifier and TypeMethodDescriptionDefaultAuthorizationPolicy.withAllowedPrincipals
(AllowedPrincipals allowedPrincipals) Set the allowedPrincipals property: The configuration settings of the Azure Active Directory allowed principals.