deviceConfigurationUserOverview リソースの種類deviceConfigurationUserOverview resource type
名前空間: microsoft.graphNamespace: microsoft.graph
重要: ベータ版の Microsoft Graph Api は変更される可能性があります。運用環境での使用はサポートされていません。Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
まだ文書化されていませんNot yet documented
メソッドMethods
メソッドMethod | 戻り値の型Return Type | 説明Description |
---|---|---|
Get deviceConfigurationUserOverviewGet deviceConfigurationUserOverview | deviceConfigurationUserOverviewdeviceConfigurationUserOverview | deviceConfigurationUserOverview オブジェクトのプロパティとリレーションシップを読み取ります。Read properties and relationships of the deviceConfigurationUserOverview object. |
Update deviceConfigurationUserOverviewUpdate deviceConfigurationUserOverview | deviceConfigurationUserOverviewdeviceConfigurationUserOverview | deviceConfigurationUserOverview オブジェクトのプロパティを更新します。Update the properties of a deviceConfigurationUserOverview object. |
プロパティProperties
プロパティProperty | 型Type | 説明Description |
---|---|---|
idid | StringString | エンティティのキー。Key of the entity. |
pendingCountpendingCount | Int32Int32 | 保留中のユーザーの数Number of pending Users |
notApplicableCountnotApplicableCount | Int32Int32 | 該当しないユーザーの数Number of not applicable users |
successCountsuccessCount | Int32Int32 | 成功したユーザーの数Number of succeeded Users |
errorCounterrorCount | Int32Int32 | エラー ユーザーの数Number of error Users |
failedCountfailedCount | Int32Int32 | 失敗したユーザーの数Number of failed Users |
conflictCountconflictCount | Int32Int32 | 競合しているユーザーの数Number of users in conflict |
lastUpdateDateTimelastUpdateDateTime | DateTimeOffsetDateTimeOffset | 最終更新時刻Last update time |
configurationVersionconfigurationVersion | Int32Int32 | 対象の概要に関するポリシーのバージョンVersion of the policy for that overview |
リレーションシップRelationships
なしNone
JSON 表記JSON Representation
以下は、リソースの JSON 表記です。Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceConfigurationUserOverview",
"id": "String (identifier)",
"pendingCount": 1024,
"notApplicableCount": 1024,
"successCount": 1024,
"errorCount": 1024,
"failedCount": 1024,
"conflictCount": 1024,
"lastUpdateDateTime": "String (timestamp)",
"configurationVersion": 1024
}