次の方法で共有


gcpIdentity リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

GCP ID を表します。

authorizationSystemIdentity から継承します。

次のリソースは、このリソースの種類から継承されます。

メソッド

メソッド 戻り値の種類 説明
List gcpIdentity コレクション gcpIdentity オブジェクトとそのプロパティの一覧を取得します。
Get gcpIdentity gcpIdentity オブジェクトのプロパティとリレーションシップを読み取ります。

プロパティ

プロパティ 種類 説明
displayName String オブジェクトの名前。 サポート ($filtereq,contains)。 authorizationSystemIdentity から継承されます。
外部ID String GCP によって定義された ID の ID。 $filter (eq)をサポートしています。 authorizationSystemIdentity から継承されます。
id String Permissions Management の ID の ID。 エンティティから継承 されます。
source authorizationSystemIdentitySource 承認システム ID のソース。 authorizationSystemIdentity から継承されます。

リレーションシップ

リレーションシップ 説明
authorizationSystem authorizationSystem 承認システムを表します。 authorizationSystemIdentity から継承

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.gcpIdentity",
  "id": "String (identifier)",
  "displayName": "String",
  "source": {
    "@odata.type": "microsoft.graph.authorizationSystemIdentitySource"
  },
  "externalId": "String"
}