MicrosoftGraphWebApplication |
MicrosoftGraphApplicationInner.web() |
Get the web property: webApplication.
|
MicrosoftGraphWebApplication |
MicrosoftGraphWebApplication.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: webApplication.
|
MicrosoftGraphWebApplication |
MicrosoftGraphWebApplication.withHomePageUrl(String homePageUrl) |
Set the homePageUrl property: Home page or landing page of the application.
|
MicrosoftGraphWebApplication |
MicrosoftGraphWebApplication.withImplicitGrantSettings(MicrosoftGraphImplicitGrantSettings implicitGrantSettings) |
Set the implicitGrantSettings property: implicitGrantSettings.
|
MicrosoftGraphWebApplication |
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 |
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.
|