Microsoft.KnowledgeServices.Lync.OAuthConfigurationLync Open Authorization Configuration

Microsoft.KnowledgeServices.Lync.OAuthConfiguration (ClassType)

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdef038e3a-b343-756e-3db5-6008a94f9b27

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.KnowledgeServices.Lync.OAuthConfiguration:
Identity  string  Identity Identity true 256  False 
PartnerApplications  string  PartnerApplications PartnerApplications false 256  False 
OAuthServers  string  OAuthServers OAuthServers false 256  False 
Realm  string  Realm Realm false 256  False 
ServiceName  string  ServiceName ServiceName false 256  False 
ExchangeAutodiscoverUrl  string  ExchangeAutodiscoverUrl ExchangeAutodiscoverUrl false 256  False 
ExchangeAutodiscoverAllowedDomains  string  ExchangeAutodiscoverAllowedDomains ExchangeAutodiscoverAllowedDomains false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.KnowledgeServices.Lync.OAuthConfiguration" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="Identity" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PartnerApplications" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="OAuthServers" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Realm" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServiceName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ExchangeAutodiscoverUrl" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ExchangeAutodiscoverAllowedDomains" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>