MicrosoftGraphWebApplication Class

Definition

webApplication

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphWebApplicationTypeConverter))]
public class MicrosoftGraphWebApplication : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphWebApplicationTypeConverter))>]
type MicrosoftGraphWebApplication = class
    interface IMicrosoftGraphWebApplication
    interface IJsonSerializable
    interface IAssociativeArray<obj>
Public Class MicrosoftGraphWebApplication
Implements IAssociativeArray(Of Object), IMicrosoftGraphWebApplication
Inheritance
MicrosoftGraphWebApplication
Attributes
Implements

Constructors

MicrosoftGraphWebApplication()

Creates an new MicrosoftGraphWebApplication instance.

Fields

__additionalProperties

Properties

HomePageUrl

Home page or landing page of the application.

ImplicitGrantSetting

implicitGrantSettings

Item[String]
LogoutUrl

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.

RedirectUri

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

Add(String, Object)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MicrosoftGraphWebApplication.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MicrosoftGraphWebApplication.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication.

FromJsonString(String)

Creates a new instance of MicrosoftGraphWebApplication, deserializing the content from a json string.

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of MicrosoftGraphWebApplication into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, Object)

Operators

Implicit(MicrosoftGraphWebApplication to Dictionary<String,Object>)

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties

Applies to