Microsoft.SystemCenter.M365.SubscriptionMicrosoft 365 Subscription Class

Microsoft.SystemCenter.M365.Subscription (ClassType)

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc33a1b17-42b6-ebdc-e91a-765ebf046a7f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.SystemCenter.M365.Subscription:
SubscriptionId  string  Microsoft 365 Subscription ID Unique ID of the particular Microsoft 365 Subscription. true 256  False     
AuthenticationType  string  Authentication Type Authentication Type for Microsoft 365 Subscription. false 256  False     
ApplicationType  string  Application Type Application Type for Microsoft 365 Subscription. false 256  False     
TenantId  string  Microsoft 365 Tenant ID Unique Tenant ID of the particular Microsoft 365 Subscription. false 256  False     
ApplicationClientId  string  Microsoft 365 Application Client ID Unique Application Client ID of the particular Microsoft 365 Subscription. false 256  False     
CertificateThumbprint  string  Certificate Thumbprint Certificate Thumbprint for Microsoft 365 Subscription. false 256  False     
AuthorityUri  string  Microsoft 365 Authority URL Authority URL for Microsoft 365 Subscription API. false 256  False     
ManagementServiceUri  string  Microsoft Graph API URL Microsoft Graph API URL for Microsoft 365 Subscription API. false 256  False     
OfficeResourceUri  string  Microsoft 365 Resource Uri Microsoft 365 API Resource Uri for Microsoft 365 Subscription. false 256  False     
GraphResourceUri  string  Azure AD Graph API URL Azure AD Graph API URL for Microsoft 365 Subscription. false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.M365.Subscription" Base="Windows!Microsoft.Windows.ApplicationComponent" Accessibility="Public" Abstract="false" Hosted="false" Singleton="false">
<Property ID="SubscriptionId" Key="true" Type="string" Required="true"/>
<Property ID="AuthenticationType" Key="false" Type="string"/>
<Property ID="ApplicationType" Key="false" Type="string"/>
<Property ID="TenantId" Key="false" Type="string"/>
<Property ID="ApplicationClientId" Key="false" Type="string"/>
<Property ID="CertificateThumbprint" Key="false" Type="string"/>
<Property ID="AuthorityUri" Key="false" Type="string"/>
<Property ID="ManagementServiceUri" Key="false" Type="string"/>
<Property ID="OfficeResourceUri" Key="false" Type="string"/>
<Property ID="GraphResourceUri" Key="false" Type="string"/>
</ClassType>