Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPreAuthorizedApplication
Packages that use MicrosoftGraphPreAuthorizedApplication
Package
Description
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 MicrosoftGraphPreAuthorizedApplicationModifier and TypeMethodDescriptionMicrosoftGraphPreAuthorizedApplication.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: preAuthorizedApplication.Set the appId property: The unique identifier for the application.MicrosoftGraphPreAuthorizedApplication.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 MicrosoftGraphPreAuthorizedApplicationModifier and TypeMethodDescriptionMicrosoftGraphApiApplication.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 MicrosoftGraphPreAuthorizedApplicationModifier and TypeMethodDescriptionMicrosoftGraphApiApplication.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.