System.Userユーザー

System.User (ClassType)

ユーザーの基本プロパティを定義します。 これを使って、Active Directory ユーザーなどすべての他のカテゴリに渡るユーザーを対象にクエリを行ったり、ターゲットを設定したりできます。

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdfb757e7e-c0c6-9108-8afe-c7d64bd2e8de

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  オブジェクトの状態 オブジェクトの状態 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  資産の状態 資産の状態 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  メモ メモ false 4000       
System.User:
FirstName  string  false 256  False     
Initials  string  イニシャル イニシャル false 256  False     
LastName  string  false 256  False     
Company  string  会社 会社 false 256  False     
Department  string  部署 部署 false 256  False     
Office  string  事業所 事業所 false 256  False     
Title  string  タイトル タイトル false 256  False     
EmployeeId  string  社員識別子 社員識別子 false 256  False     
StreetAddress  string  番地 番地 false 1024  False     
City  string  市区町村 市区町村 false 256  False     
State  string  都道府県 都道府県 false 256  False     
Zip  string  郵便番号 郵便番号 false 256  False     
Country  string  false 256  False     
BusinessPhone  string  勤務先電話番号 勤務先電話番号 false 256  False     
BusinessPhone2  string  勤務先電話番号 2 勤務先電話番号 2 false 256  False     
HomePhone  string  自宅電話番号 自宅電話番号 false 256  False     
HomePhone2  string  自宅電話番号 2 自宅電話番号 2 false 256  False     
Fax  string  FAX FAX false 256  False     
Mobile  string  モバイル モバイル false 256  False     
Pager  string  ポケットベル ポケットベル false 256  False     

Health Model:

Source Code:

<ClassType ID="System.User" Base="System.LogicalEntity" Abstract="true" Accessibility="Public" Hosted="false">
<Property ID="FirstName" Type="string"/>
<Property ID="Initials" Type="string"/>
<Property ID="LastName" Type="string"/>
<Property ID="Company" Type="string"/>
<Property ID="Department" Type="string"/>
<Property ID="Office" Type="string"/>
<Property ID="Title" Type="string"/>
<!--<Property ID="SipAddress" Type="string" /> WI:137469-->
<!--<Property ID="Email" Type="string" /> WI:137469-->
<Property ID="EmployeeId" Type="string"/>
<Property ID="StreetAddress" Type="string" MaxLength="1024"/>
<Property ID="City" Type="string"/>
<Property ID="State" Type="string"/>
<Property ID="Zip" Type="string"/>
<Property ID="Country" Type="string"/>
<Property ID="BusinessPhone" Type="string"/>
<Property ID="BusinessPhone2" Type="string"/>
<Property ID="HomePhone" Type="string"/>
<Property ID="HomePhone2" Type="string"/>
<Property ID="Fax" Type="string"/>
<Property ID="Mobile" Type="string"/>
<Property ID="Pager" Type="string"/>
<!--<Property ID="Locale" Type="string" /> WI:137469-->
</ClassType>