serviceInformation リソースの種類serviceInformation resource type
名前空間: microsoft.graphNamespace: microsoft.graph
重要
/beta
Microsoft Graph のバージョンの api は変更される可能性があります。APIs under the /beta
version in Microsoft Graph are subject to change. 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。Use of these APIs in production applications is not supported. API が v2.0 で利用できるかどうかを確認するには、 バージョン セレクターを使用します。To determine whether an API is available in v1.0, use the Version selector.
ユーザーがアカウントから参照することを選択したクラウドサービスについての基本的な説明データを表します。Represents basic descriptive data about cloud services that a user has chosen to refer to from their account.
プロパティProperties
プロパティProperty | 型Type | 説明Description |
---|---|---|
namename | StringString | クラウドサービスの名前 (たとえば、Twitter、Instagram)。The name of the cloud service (for example, Twitter, Instagram). |
webUrlwebUrl | StringString | 参照されているサービスの URL が含まれています。Contains the URL for the service being referenced. |
JSON 表記JSON representation
リソースの JSON 表記を次に示します。The following is a JSON representation of the resource.
{
"name": "String",
"webUrl": "String"
}