microsoftgraph / microsoftgraph/msgraph-beta-sdk-java
Missing ConditionalAccessPolicy properties and endpoint methods
まだ誰も着手していません。
- 主要言語
- Java
- スター
- 32
- フォーク
- 14
- 平均マージ
- 1日 3時間
- マージ済み PR(30日)
- 6
説明
Is your feature request related to a problem? Please describe the problem.
Hi all,
While upgrading from 6.21.0 to 6.46.0 (I know, quite the upgrade), I noticed that the ConditionalAccessPolicy class doesn't follow the model documented by the official Microsoft Graph Documentation and is not "listable" anymore.
What used to be a simple request from
client.policies.conditionalAccessPolicies().get(...)
is now completely missing from the SDK.
Following the URL pattern described in the documentation, I was hoping I'll be able to find my conditional access policies under .identity().conditionalAccess().
Unfortunately, there's no .get() method under there...
Furthermore, the ConditionalAccessPolicy class (available under graph.beta.models.networkaccess namespace ?) is missing quite a few properties listed by documentation:
grantControls❌conditions❌id❌state❌sessionControls❌
Describe the solution you'd like.
- Conditional access policies can be listed under the
.identity().conditionalAccess().policies().get(...) ConditionalAccessPolicyclass has all the appropriate fields available
Additional context?
No response
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、ConditionalAccessPolicy モデルと SDK のエントリポイント identity().conditionalAccess() を見つけます。要求されているポリシープロパティと一覧エンドポイントを含め、リンク先の Microsoft Graph ドキュメントと両方を比較します。policies().get(...) を通じてポリシーを一覧表示でき、モデルが grantControls、conditions、id、state、sessionControls を公開していれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- api
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 38/100