userSource リソースの種類
名前空間: microsoft.graph.security
ユーザーのメールボックスとOneDrive for Business サイトのコンテナー。
dataSource から継承します。
メソッド
なし。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
createdBy | identitySet | userSource を作成したユーザー。 |
createdDateTime | DateTimeOffset | userSource が作成された日付と時刻。 |
displayName | String | メールボックスとサイトに関連付けられている表示名。 |
メール | String | ユーザーのメールボックスのアドレスをEmailします。 |
holdStatus | microsoft.graph.security.dataSourceHoldStatus |
userSource の保留状態。 使用可能な値: notApplied 、applied 、applying 、removing 、partial 。 |
id | String | userSource の ID。 これは実際のグループの ID ではありません。 |
includedSources | microsoft.graph.security.sourceType | このグループに含めるソースを指定します。 可能な値は、mailbox 、site です。 |
siteWebUrl | String | ユーザーのOneDrive for Business サイトの URL。 読み取り専用。 |
userSourceHoldStatus 値
名前 | 説明 |
---|---|
notApplied | userSource が保留になっていません (その中のすべてのソースは保留されていません)。 |
適用 | userSource は保留です (すべてのソースが保留されています)。 |
適用 | userSource が保留状態を適用しています (applyHold 操作がトリガーされます)。 |
削除 | userSource が保留状態を削除しています (removeHold 操作がトリガーされます)。 |
部分 | userSource は、一部のソースが保留状態で、一部が保留状態またはエラー状態ではない混合状態です。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.security.userSource",
"id": "String (identifier)",
"displayName": "String",
"holdStatus": "String",
"createdDateTime": "String (timestamp)",
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"email": "String",
"includedSources": "String",
"siteWebUrl": "String"
}