windows10XCertificateProfile リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
認証証明書の基本プロファイルの種類 (SCEP または PFX の作成)
deviceManagementResourceAccessProfileBase から継承する
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| Windows10XCertificateProfiles の一覧 | windows10XCertificateProfile コレクション | windows10XCertificateProfileオブジェクトのプロパティとリレーションシップを一覧表示します。 |
| Windows10XCertificateProfile を取得する | windows10XCertificateProfile | windows10XCertificateProfile オブジェクトのプロパティとリレーションシップを読み取る。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | プロファイル識別子 deviceManagementResourceAccessProfileBase から継承 |
| version | Int32 | プロファイルのバージョンdeviceManagementResourceAccessProfileBaseから継承 |
| displayName | String | プロファイル表示名deviceManagementResourceAccessProfileBaseから継承 |
| description | String | プロファイルの説明deviceManagementResourceAccessProfileBaseから継承 |
| creationDateTime | DateTimeOffset | DateTime プロファイルが作成されましたdeviceManagementResourceAccessProfileBaseから継承 |
| lastModifiedDateTime | DateTimeOffset | DateTime プロファイルが最後に変更されたdeviceManagementResourceAccessProfileBaseから継承 |
| roleScopeTagIds | String collection | deviceManagementResourceAccessProfileBaseから継承されたスコープ タグ |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| assignments | deviceManagementResourceAccessProfileAssignment コレクション | デバイスの構成プロファイルの割り当てのリスト。 deviceManagementResourceAccessProfileBase から継承 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.windows10XCertificateProfile",
"id": "String (identifier)",
"version": 1024,
"displayName": "String",
"description": "String",
"creationDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"roleScopeTagIds": [
"String"
]
}
フィードバック
フィードバックの送信と表示