MicrosoftGraphWebApplication Class   
	- java.
lang. Object  - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWebApplication  
- com.
 
Implements
public final class MicrosoftGraphWebApplication
 implements JsonSerializable<MicrosoftGraphWebApplication>
webApplication.
Constructor Summary
| Constructor | Description | 
|---|---|
| MicrosoftGraphWebApplication() | 
								 Creates an instance of Microsoft  | 
					
Method Summary
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Object> | 
							additionalProperties()
								 Get the additional  | 
					
| 
								static
									Microsoft | 
						
							fromJson(JsonReader jsonReader)
								 Reads an instance of Microsoft  | 
					
| String | 
							homePageUrl()
								 Get the home  | 
					
| 
									Microsoft | 
						
							implicitGrantSettings()
								 Get the implicit  | 
					
| String | 
							logoutUrl()
								 Get the logout  | 
					
| List<String> | 
							redirectUris()
								 Get the redirect  | 
					
| 
									Json | 
						toJson(JsonWriter jsonWriter) | 
| void | 
							validate()
								 Validates the instance.  | 
					
| 
									Microsoft | 
						
							withAdditionalProperties(Map<String,Object> additionalProperties)
								 Set the additional  | 
					
| 
									Microsoft | 
						
							withHomePageUrl(String homePageUrl)
								 Set the home  | 
					
| 
									Microsoft | 
						
							withImplicitGrantSettings(MicrosoftGraphImplicitGrantSettings implicitGrantSettings)
								 Set the implicit  | 
					
| 
									Microsoft | 
						
							withLogoutUrl(String logoutUrl)
								 Set the logout  | 
					
| 
									Microsoft | 
						
							withRedirectUris(List<String> redirectUris)
								 Set the redirect  | 
					
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphWebApplication
public MicrosoftGraphWebApplication()
Creates an instance of MicrosoftGraphWebApplication class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: webApplication.
Returns:
fromJson
public static MicrosoftGraphWebApplication fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphWebApplication from the JsonReader.
Parameters:
Returns:
Throws:
homePageUrl
public String homePageUrl()
Get the homePageUrl property: Home page or landing page of the application.
Returns:
implicitGrantSettings
public MicrosoftGraphImplicitGrantSettings implicitGrantSettings()
Get the implicitGrantSettings property: implicitGrantSettings.
Returns:
logoutUrl
public String logoutUrl()
Get 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.
Returns:
redirectUris
public List<String> redirectUris()
Get 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.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphWebApplication withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: webApplication.
Parameters:
Returns:
withHomePageUrl
public MicrosoftGraphWebApplication withHomePageUrl(String homePageUrl)
Set the homePageUrl property: Home page or landing page of the application.
Parameters:
Returns:
withImplicitGrantSettings
public MicrosoftGraphWebApplication withImplicitGrantSettings(MicrosoftGraphImplicitGrantSettings implicitGrantSettings)
Set the implicitGrantSettings property: implicitGrantSettings.
Parameters:
Returns:
withLogoutUrl
public 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.
Parameters:
Returns:
withRedirectUris
public 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.
Parameters:
Returns: