次の方法で共有


gcpServiceAccount リソースの種類

名前空間: microsoft.graph

重要

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

GCP サービス アカウントを表します。

gcpIdentity から継承します。

メソッド

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

プロパティ

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

リレーションシップ

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

JSON 表記

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

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