microsoftgraph / microsoftgraph/msgraph-beta-sdk-java
Missing ConditionalAccessPolicy properties and endpoint methods
Chưa có ai nhận issue này.
- Ngôn ngữ chính
- Java
- Star
- 32
- Fork
- 14
- Merge trung bình
- 1 ngày 3 giờ
- Pull request đã merge (30 ngày)
- 6
Mô tả
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
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Hướng nghiên cứu
Bắt đầu bằng việc xác định model ConditionalAccessPolicy và entry point của SDK identity().conditionalAccess(). So sánh cả hai với tài liệu Microsoft Graph được liên kết, bao gồm các thuộc tính policy được yêu cầu và endpoint liệt kê. Được xem là hoàn thành khi có thể liệt kê các policy thông qua policies().get(...) và model cung cấp grantControls, conditions, id, state và sessionControls.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- java
- Lĩnh vực
- api
- Loại issue
- Tính năng
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 38/100