personCertification リソースの種類
名前空間: microsoft.graph
ユーザーのプロファイルに関連付けられている認定または指定を表 します。
itemFacet から継承します。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
List | personCertification コレクション | 認定ナビゲーション プロパティから personCertification リソースを取得します。 |
Create | personCertification | 新しい personCertification オブジェクトを作成します。 |
Get | personCertification | personCertification オブジェクトのプロパティとリレーションシップを読み取ります。 |
Update | personCertification | personCertification オブジェクトのプロパティを更新します。 |
Delete | なし | 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 | Date | 認定が発行された日付。 |
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"
}