名前空間: microsoft.graph
重要
Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
注:
2025 年 4 月 1 日より、Microsoft Entra Permissions Managementは購入できなくなります。2025 年 10 月 1 日に、この製品のサポートを廃止し、中止します。 詳細については、 こちらを参照してください。
1 つのアクセス許可に関する情報を含む AWS ステートメントを指定します。
メソッド
なし。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| actions | String collection | AWS アクション。 |
| condition | awsCondition | ステートメントに関連付けられている AWS 条件。 |
| 影響 | awsStatementEffect | AWS アクションの効果。許可するか拒否するか。 使用可能な値: allow、deny、unknownFutureValue。 |
| notActions | String collection | AWS Not Actions |
| notResources | String collection | AWS Not Resources |
| リソース | String collection | ステートメントに関連付けられている AWS リソース。 |
| statementId | String | AWS ステートメントの ID。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.awsStatement",
"statementId": "String (identifier)",
"actions": [
"String"
],
"notActions": [
"String"
],
"resources": [
"String"
],
"notResources": [
"String"
],
"effect": "String",
"condition": {
"@odata.type": "microsoft.graph.awsCondition"
}
}