personCertification リソースの種類
名前空間: microsoft.graph
ユーザーのプロファイルに関連付けられている認定または指定を表 します。
メソッド
| メソッド | 戻り値の種類 | 説明 |
|---|---|---|
| 認定資格の一覧 | personCertification コレクション | 認定ナビゲーション プロパティから personCertification リソースを取得します。 |
| personCertification を作成する | personCertification | 新しい personCertification オブジェクトを作成します。 |
| PersonCertification を取得する | personCertification | personCertification オブジェクトのプロパティとリレーションシップ を読み取 る。 |
| personCertification の更新 | personCertification | personCertification オブジェクトのプロパティを更新します。 |
| personCertification の削除 | None | personCertification オブジェクトを削除します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| allowedAudiences | String | エンティティ内に含まれる値を表示できる対象ユーザー。 itemFacet から継承されます。 可能な値は、me、family、contacts、groupMembers、organization、federatedOrganizations、everyone、unknownFutureValue です。 |
| certificationId | String | 認定の参照可能な識別子。 |
| createdBy | identitySet | エンティティを作成したユーザーまたはアプリケーションの識別子を提供します。 itemFacet から継承されます。 |
| createdDateTime | DateTimeOffset | エンティティが作成された日時の dateTimeOffset を提供します。 itemFacet から継承されます。 |
| 説明 | String | 認定の説明。 |
| displayName | String | 認定のタイトル。 |
| endDate | Date | 認定の有効期限が切れる日付。 |
| id | String | エンティティを個別にアドレス指定するために使用される識別子。 エンティティ から継承 |
| 推論 | inferenceData | エンティティが作成または変更アプリケーションによって推論される場合の推論の詳細を格納します。 itemFacet から継承されます。 |
| issuedDate | 日付 | 認定が発行された日付。 |
| issuingAuthority | String | 認定を付与した機関。 |
| issuingCompany | String | 認定を受け取った会社。 |
| lastModifiedBy | identitySet | エンティティを最後に変更したユーザーまたはアプリケーションの識別子を提供します。 itemFacet から継承されます。 |
| lastModifiedDateTime | DateTimeOffset | エンティティが作成された日時の dateTimeOffset を提供します。 itemFacet から継承されます。 |
| source | personDataSource | 別のサービスから同期された場合に値が発生した場所。 itemFacet から継承されます。 |
| startDate | Date | 認定が有効になった日付。 |
| thumbnailUrl | String | 認定のサムネイルを参照する URL。 |
| webUrl | String | 認定を参照する URL。 |
リレーションシップ
なし。
JSON 表記
リソースの JSON 表記を次に示します。
{
"@odata.type": "#microsoft.graph.personCertification",
"id": "String (identifier)",
"allowedAudiences": "String",
"inference": {
"@odata.type": "microsoft.graph.inferenceData"
},
"createdDateTime": "String (timestamp)",
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"lastModifiedDateTime": "String (timestamp)",
"lastModifiedBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"source": {
"@odata.type": "microsoft.graph.personDataSource"
},
"certificationId": "String",
"description": "String",
"displayName": "String",
"endDate": "Date",
"issuedDate": "Date",
"issuingAuthority": "String",
"issuingCompany": "String",
"startDate": "Date",
"thumbnailUrl": "String",
"webUrl": "String"
}
フィードバック
フィードバックの送信と表示