Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWebApplication
Packages that use MicrosoftGraphWebApplication
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphWebApplication in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWebApplicationModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.web()Get the web property: webApplication.MicrosoftGraphWebApplication.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: webApplication.MicrosoftGraphWebApplication.withHomePageUrl(String homePageUrl) Set the homePageUrl property: Home page or landing page of the application.MicrosoftGraphWebApplication.withImplicitGrantSettings(MicrosoftGraphImplicitGrantSettings implicitGrantSettings) Set the implicitGrantSettings property: implicitGrantSettings.MicrosoftGraphWebApplication.withLogoutUrl(String logoutUrl) Set the logoutUrl property: Specifies the URL that will be used by Microsoft's authorization service to logout an user using front-channel, back-channel or SAML logout protocols.MicrosoftGraphWebApplication.withRedirectUris(List<String> redirectUris) Set the redirectUris property: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphWebApplicationModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.withWeb(MicrosoftGraphWebApplication web) Set the web property: webApplication.