ApplicationInner Class

Definition

Active Directory application information.

[Newtonsoft.Json.JsonObject("Application")]
public class ApplicationInner : Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DirectoryObject
[<Newtonsoft.Json.JsonObject("Application")>]
type ApplicationInner = class
    inherit DirectoryObject
Public Class ApplicationInner
Inherits DirectoryObject
Inheritance
ApplicationInner
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

ApplicationInner()

Initializes a new instance of the ApplicationInner class.

ApplicationInner(IDictionary<String,Object>, String, Nullable<DateTime>, String, Nullable<Boolean>, Nullable<Boolean>, String, IList<AppRole>, IList<String>, Nullable<Boolean>, String, String, GroupMembershipClaimTypes, String, IList<String>, InformationalUrl, Nullable<Boolean>, IList<KeyCredential>, IList<String>, String, Nullable<Boolean>, Nullable<Boolean>, IList<OAuth2Permission>, Nullable<Boolean>, IList<String>, OptionalClaims, IList<PasswordCredential>, IList<PreAuthorizedApplication>, Nullable<Boolean>, String, IList<String>, IList<RequiredResourceAccess>, String, String, String)

Initializes a new instance of the ApplicationInner class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from DirectoryObject)
AllowGuestsSignIn

Gets or sets a property on the application to indicate if the application accepts other IDPs or not or partially accepts.

AllowPassthroughUsers

Gets or sets indicates that the application supports pass through users who have no presence in the resource tenant.

AppId

Gets or sets the application ID.

AppLogoUrl

Gets or sets the url for the application logo image stored in a CDN.

AppPermissions

Gets or sets the application permissions.

AppRoles

Gets or sets the collection of application roles that an application may declare. These roles can be assigned to users, groups or service principals.

AvailableToOtherTenants

Gets or sets whether the application is available to other tenants.

DeletionTimestamp

Gets the time at which the directory object was deleted.

(Inherited from DirectoryObject)
DisplayName

Gets or sets the display name of the application.

ErrorUrl

Gets or sets a URL provided by the author of the application to report errors when using the application.

GroupMembershipClaims

Gets or sets configures the groups claim issued in a user or OAuth 2.0 access token that the app expects. Possible values include: 'None', 'SecurityGroup', 'All'

Homepage

Gets or sets the home page of the application.

IdentifierUris

Gets or sets a collection of URIs for the application.

InformationalUrls

Gets or sets uRLs with more information about the application.

IsDeviceOnlyAuthSupported

Gets or sets specifies whether this application supports device authentication without a user. The default is false.

KeyCredentials

Gets or sets a collection of KeyCredential objects.

KnownClientApplications

Gets or sets client applications that are tied to this resource application. Consent to any of the known client applications will result in implicit consent to the resource application through a combined consent dialog (showing the OAuth permission scopes required by the client and the resource).

LogoutUrl

Gets or sets the url of the logout page

Oauth2AllowImplicitFlow

Gets or sets whether to allow implicit grant flow for OAuth2

Oauth2AllowUrlPathMatching

Gets or sets specifies whether during a token Request Azure AD will allow path matching of the redirect URI against the applications collection of replyURLs. The default is false.

Oauth2Permissions

Gets or sets the collection of OAuth 2.0 permission scopes that the web API (resource) application exposes to client applications. These permission scopes may be granted to client applications during consent.

Oauth2RequirePostResponse

Gets or sets specifies whether, as part of OAuth 2.0 token requests, Azure AD will allow POST requests, as opposed to GET requests. The default is false, which specifies that only GET requests will be allowed.

ObjectId

Gets the object ID.

(Inherited from DirectoryObject)
OptionalClaims
OrgRestrictions

Gets or sets a list of tenants allowed to access application.

PasswordCredentials

Gets or sets a collection of PasswordCredential objects

PreAuthorizedApplications

Gets or sets list of pre-authorized applications.

PublicClient

Gets or sets specifies whether this application is a public client (such as an installed application running on a mobile device). Default is false.

PublisherDomain

Gets or sets reliable domain which can be used to identify an application.

ReplyUrls

Gets or sets a collection of reply URLs for the application.

RequiredResourceAccess

Gets or sets specifies resources that this application requires access to and the set of OAuth permission scopes and application roles that it needs under each of those resources. This pre-configuration of required resource access drives the consent experience.

SamlMetadataUrl

Gets or sets the URL to the SAML metadata for the application.

SignInAudience

Gets or sets audience for signing in to the application (AzureADMyOrganization, AzureADAllOrganizations, AzureADAndMicrosoftAccounts).

WwwHomepage

Gets or sets the primary Web page.

Applies to