Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPreAuthorizedApplication
-
Packages that use MicrosoftGraphPreAuthorizedApplication Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphPreAuthorizedApplication in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPreAuthorizedApplication Modifier and Type Method Description MicrosoftGraphPreAuthorizedApplicationMicrosoftGraphPreAuthorizedApplication. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: preAuthorizedApplication.MicrosoftGraphPreAuthorizedApplicationMicrosoftGraphPreAuthorizedApplication. withAppId(String appId)Set the appId property: The unique identifier for the application.MicrosoftGraphPreAuthorizedApplicationMicrosoftGraphPreAuthorizedApplication. withDelegatedPermissionIds(List<String> delegatedPermissionIds)Set the delegatedPermissionIds property: The unique identifier for the oauth2PermissionScopes the application requires.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphPreAuthorizedApplication Modifier and Type Method Description List<MicrosoftGraphPreAuthorizedApplication>MicrosoftGraphApiApplication. preAuthorizedApplications()Get the preAuthorizedApplications property: Lists the client applications that are pre-authorized with the specified delegated permissions to access this application's APIs.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphPreAuthorizedApplication Modifier and Type Method Description MicrosoftGraphApiApplicationMicrosoftGraphApiApplication. withPreAuthorizedApplications(List<MicrosoftGraphPreAuthorizedApplication> preAuthorizedApplications)Set the preAuthorizedApplications property: Lists the client applications that are pre-authorized with the specified delegated permissions to access this application's APIs.
-