次の方法で共有


gcpAuthorizationSystem リソースの種類

名前空間: microsoft.graph

重要

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

Permissions Management にオンボードされている GCP 承認システムを表します。

authorizationSystem から継承します。

メソッド

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

プロパティ

プロパティ 種類 説明
associatedIdentities gcpAssociatedIdentities 承認システム内の ID。*
authorizationSystemId String 顧客クラウド環境から取得された承認システムの ID。(、contains) と を$orderByサポートします$filtereq authorizationSystem から継承されます。
authorizationSystemName String オンボード後に検出された承認システムの名前。 (,contains) と を$orderByサポートします$filtereq authorizationSystem から継承されます。
authorizationSystemType String この承認システムの種類。 サポート ($filtereq)。 authorizationSystem から継承されます。
id String Permissions Management の承認システムの一意の ID。 エンティティから継承 されます。

リレーションシップ

リレーションシップ 説明
actions gcpAuthorizationSystemTypeAction コレクション 承認システムでのサービスのアクションの一覧。
dataCollectionInfo dataCollectionInfo この authorizationSystem のデータ収集状態を公開するために使用されます。 microsoft.graph.authorizationSystem から継承されました
リソース gcpAuthorizationSystemResource コレクション 承認システムの種類に関連付けられているリソース。
roles gcpRole コレクション 承認システムの種類に関連付けられているロール。
services authorizationSystemTypeService コレクション 承認システムの種類に関連付けられているサービス。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.gcpAuthorizationSystem",
  "id": "String (identifier)",
  "authorizationSystemId": "String",
  "authorizationSystemName": "String",
  "authorizationSystemType": "String"
}