publicclient(Optional[String[1]])
— Specifies whether this application is a public client (such as an installed application running on a mobile device). Default is false.
publisherdomain(Optional[String[1]])
— Reliable domain which can be used to identify an application.
allowguestssignin(Optional[String[1]])
— A property on the application to indicate if the application accepts other IDPs or not or partially accepts.
knownclientapplications(Optional[String[1]])
— 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).
orgrestrictions(Optional[String[1]])
— A list of tenants allowed to access application.
apppermissions(Optional[String[1]])
— The application permissions.
tenant_id(Optional[String[1]])
— The tenant ID.
identifieruris(Optional[String[1]])
— A collection of URIs for the application.
applogourl(Optional[String[1]])
— The url for the application logo image stored in a CDN.
passwordcredentials(Optional[String[1]])
— A collection of PasswordCredential objects
displayname(Optional[String[1]])
— The display name of the application.
preauthorizedapplications(Optional[String[1]])
— list of pre-authorized applications.
api_version(Optional[String[1]])
— Client API version.
wwwhomepage(Optional[String[1]])
— The primary Web page.
oauth2requirepostresponse(Optional[String[1]])
— 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.
errorurl(Optional[String[1]])
— A URL provided by the author of the application to report errors when using the application.
samlmetadataurl(Optional[String[1]])
— The URL to the SAML metadata for the application.
availabletoothertenants(Optional[String[1]])
— Whether the application is available to other tenants.
logouturl(Optional[String[1]])
— the url of the logout page
signinaudience(Optional[String[1]])
— Audience for signing in to the application (AzureADMyOrganization, AzureADAllOrganizations, AzureADAndMicrosoftAccounts).
approles(Optional[String[1]])
— The collection of application roles that an application may declare. These roles can be assigned to users, groups or service principals.
oauth2allowimplicitflow(Optional[String[1]])
— Whether to allow implicit grant flow for OAuth2
optionalclaims(Optional[String[1]])
—
oauth2permissions(Optional[String[1]])
— 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.
isdeviceonlyauthsupported(Optional[String[1]])
— Specifies whether this application supports device authentication without a user. The default is false.
requiredresourceaccess(Optional[String[1]])
— 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.
keycredentials(Optional[String[1]])
— A collection of KeyCredential objects.
allowpassthroughusers(Optional[String[1]])
— Indicates that the application supports pass through users who have no presence in the resource tenant.
homepage(Optional[String[1]])
— The home page of the application.
parameters(Optional[String[1]])
— The parameters for creating an application.
informationalurls(Optional[String[1]])
— URLs with more information about the application.
oauth2allowurlpathmatching(Optional[String[1]])
— 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.
groupmembershipclaims(Optional[String[1]])
— Configures the groups claim issued in a user or OAuth 2.0 access token that the app expects.
replyurls(Optional[String[1]])
— A collection of reply URLs for the application.