Microsoft.SystemCenter.UserActionManagerUser Action Manager

Microsoft.SystemCenter.UserActionManager (ClassType)

Element properties:

Base ClassSystem.Perspective
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1a9742b2-cf8d-5ddf-f6bd-0fbb1c5a5565
Commentthis class represents pending actions that require user interaction (i.e. approval, etc...)

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.UserActionManager:
TargetDevicePrincipalName  string  Target Device Principal Name Target Device Principal Name true 256  False     
TargetDeviceNetworkName  string  Target Device Network Name Target Device Network Name false 256  False     
ManagementServerName  string  Primary Management Server Primary Management Server false 256  False     
PendingStateType  int  Pending State Type Pending State Type false 256       
LastModified  datetime  Last Modified Time Last Modified Time false 256       
FailureType  string  Failure Type Failure Type false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.UserActionManager" Comment="this class represents pending actions that require user interaction (i.e. approval, etc...)" Accessibility="Public" Abstract="false" Base="System!System.Perspective" Hosted="true" Singleton="false">
<Property ID="TargetDevicePrincipalName" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="TargetDeviceNetworkName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="ManagementServerName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="PendingStateType" Type="int" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="LastModified" Type="datetime" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="FailureType" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>