Share via


2.2.197 WebApplicationInfo

Target namespace: http://schemas.microsoft.com/office/mailappversionoverrides/1.1

Referenced by: VersionOverridesV1_1

A parent node to specify information about the add-in’s associated Web application.

Child Elements:

Id: A UUID element that specifies the application identifier of your multi-tenant Web application as registered in the application directory.

Resource: A LongString element that specifies the Uniform Resource Identifier (URI) for your Web application’s application programming interface (API).

Scopes: A WebApplicationScopes element that specifies the scope claims that your Web application needs to external resources.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="WebApplicationInfo">
   <xs:sequence minOccurs="1" maxOccurs="1">
     <xs:element name="Id" type="bt:UUID" minOccurs="1" maxOccurs="1"/>
     <xs:element name="Resource" type="bt:LongString" minOccurs="1" maxOccurs="1"/>
     <xs:element name="Scopes" type="WebApplicationScopes" minOccurs="1" maxOccurs="1"/>
   </xs:sequence>
 </xs:complexType>

See section 5.5 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).