Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphApiApplication
Packages that use MicrosoftGraphApiApplication
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphApiApplication in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphApiApplicationModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.api()Get the api property: apiApplication.MicrosoftGraphApiApplication.withAcceptMappedClaims(Boolean acceptMappedClaims) Set the acceptMappedClaims property: When true, allows an application to use claims mapping without specifying a custom signing key.MicrosoftGraphApiApplication.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: apiApplication.MicrosoftGraphApiApplication.withKnownClientApplications(List<UUID> knownClientApplications) Set the knownClientApplications property: Used for bundling consent if you have a solution that contains two parts: a client app and a custom web API app.MicrosoftGraphApiApplication.withOauth2PermissionScopes(List<MicrosoftGraphPermissionScope> oauth2PermissionScopes) Set the oauth2PermissionScopes property: The definition of the delegated permissions exposed by the web API represented by this application registration.MicrosoftGraphApiApplication.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.MicrosoftGraphApiApplication.withRequestedAccessTokenVersion(Integer requestedAccessTokenVersion) Set the requestedAccessTokenVersion property: Specifies the access token version expected by this resource.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphApiApplicationModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.withApi(MicrosoftGraphApiApplication api) Set the api property: apiApplication.