MicrosoftGraphApiApplication |
MicrosoftGraphApplicationInner.api() |
Get the api property: apiApplication.
|
MicrosoftGraphApiApplication |
MicrosoftGraphApiApplication.withAcceptMappedClaims(Boolean acceptMappedClaims) |
Set the acceptMappedClaims property: When true, allows an application to use claims mapping without specifying a
custom signing key.
|
MicrosoftGraphApiApplication |
MicrosoftGraphApiApplication.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: apiApplication.
|
MicrosoftGraphApiApplication |
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 |
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 |
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 |
MicrosoftGraphApiApplication.withRequestedAccessTokenVersion(Integer requestedAccessTokenVersion) |
Set the requestedAccessTokenVersion property: Specifies the access token version expected by this resource.
|