共用方式為


ApplicationBase Class

Definition

Active Directive Application common properties shared among GET, POST and PATCH

public class ApplicationBase
type ApplicationBase = class
Public Class ApplicationBase
Inheritance
ApplicationBase
Derived

Constructors

ApplicationBase()

Initializes a new instance of the ApplicationBase class.

ApplicationBase(Nullable<Boolean>, Nullable<Boolean>, String, IList<AppRole>, IList<String>, Nullable<Boolean>, String, Object, 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 ApplicationBase class.

Properties

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.

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.

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.

Homepage

Gets or sets the home page of the application.

InformationalUrls

Gets or sets urls with more informations of 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.

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