Skip to content

Commit 1dd21d5

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 147067
1 parent a81d853 commit 1dd21d5

File tree

1,755 files changed

+34081
-10314
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,755 files changed

+34081
-10314
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
2222
dependencies {
2323
// Include the sdk as a dependency
24-
implementation 'com.microsoft.graph:microsoft-graph-beta:6.8.0'
24+
implementation 'com.microsoft.graph:microsoft-graph-beta:6.9.0'
2525
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
2626
implementation 'com.azure:azure-identity:1.11.0'
2727
}
@@ -36,7 +36,7 @@ Add the dependency in `dependencies` in pom.xml
3636
<!-- Include the sdk as a dependency -->
3737
<groupId>com.microsoft.graph</groupId>
3838
<artifactId>microsoft-graph-beta</artifactId>
39-
<version>6.8.0</version>
39+
<version>6.9.0</version>
4040
</dependency>
4141
<dependency>
4242
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ org.gradle.caching=true
2626
mavenGroupId = com.microsoft.graph
2727
mavenArtifactId = microsoft-graph-beta
2828
mavenMajorVersion = 6
29-
mavenMinorVersion = 8
29+
mavenMinorVersion = 9
3030
mavenPatchVersion = 0
3131
mavenArtifactSuffix =
3232

src/main/java/com/microsoft/graph/beta/generated/accessreviews/item/decisions/DecisionsRequestBuilder.java

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,21 @@ public DecisionsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
6060
super(requestAdapter, "{+baseurl}/accessReviews/{accessReview%2Did}/decisions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
6161
}
6262
/**
63-
* The collection of decisions for this access review.
63+
* In the Microsoft Entra access reviews feature, retrieve the decisions of an accessReview object. Note that a recurring access review will not have a decisions relationship. Instead, the caller must navigate the instance relationship to find an accessReview object for a current or past instance of the access review.
6464
* @return a {@link AccessReviewDecisionCollectionResponse}
6565
* @throws ODataError When receiving a 4XX or 5XX status code
66+
* @see <a href="https://learn.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-beta">Find more info here</a>
6667
*/
6768
@jakarta.annotation.Nullable
6869
public AccessReviewDecisionCollectionResponse get() {
6970
return get(null);
7071
}
7172
/**
72-
* The collection of decisions for this access review.
73+
* In the Microsoft Entra access reviews feature, retrieve the decisions of an accessReview object. Note that a recurring access review will not have a decisions relationship. Instead, the caller must navigate the instance relationship to find an accessReview object for a current or past instance of the access review.
7374
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7475
* @return a {@link AccessReviewDecisionCollectionResponse}
7576
* @throws ODataError When receiving a 4XX or 5XX status code
77+
* @see <a href="https://learn.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-beta">Find more info here</a>
7678
*/
7779
@jakarta.annotation.Nullable
7880
public AccessReviewDecisionCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -107,15 +109,15 @@ public AccessReviewDecision post(@jakarta.annotation.Nonnull final AccessReviewD
107109
return this.requestAdapter.send(requestInfo, errorMapping, AccessReviewDecision::createFromDiscriminatorValue);
108110
}
109111
/**
110-
* The collection of decisions for this access review.
112+
* In the Microsoft Entra access reviews feature, retrieve the decisions of an accessReview object. Note that a recurring access review will not have a decisions relationship. Instead, the caller must navigate the instance relationship to find an accessReview object for a current or past instance of the access review.
111113
* @return a {@link RequestInformation}
112114
*/
113115
@jakarta.annotation.Nonnull
114116
public RequestInformation toGetRequestInformation() {
115117
return toGetRequestInformation(null);
116118
}
117119
/**
118-
* The collection of decisions for this access review.
120+
* In the Microsoft Entra access reviews feature, retrieve the decisions of an accessReview object. Note that a recurring access review will not have a decisions relationship. Instead, the caller must navigate the instance relationship to find an accessReview object for a current or past instance of the access review.
119121
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
120122
* @return a {@link RequestInformation}
121123
*/
@@ -161,7 +163,7 @@ public DecisionsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
161163
return new DecisionsRequestBuilder(rawUrl, requestAdapter);
162164
}
163165
/**
164-
* The collection of decisions for this access review.
166+
* In the Microsoft Entra access reviews feature, retrieve the decisions of an accessReview object. Note that a recurring access review will not have a decisions relationship. Instead, the caller must navigate the instance relationship to find an accessReview object for a current or past instance of the access review.
165167
*/
166168
@jakarta.annotation.Generated("com.microsoft.kiota")
167169
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/beta/generated/accessreviews/item/instances/item/applydecisions/ApplyDecisionsRequestBuilder.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public ApplyDecisionsRequestBuilder(@jakarta.annotation.Nonnull final String raw
3737
/**
3838
* In the Microsoft Entra access reviews feature, apply the decisions of a completed accessReview. The target object can be either a one-time access review, or an instance of a recurring access review. After an access review is finished, either because it reached the end date or an administrator stopped it manually, and auto-apply wasn't configured for the review, you can call Apply to apply the changes. Until apply occurs, the decisions to remove access rights do not appear on the source resource, the users for instance retain their group memberships. By calling apply, the outcome of the review is implemented by updating the group or application. If a user's access was denied in the review, when an administrator calls this API, Microsoft Entra ID removes their membership or application assignment. After an access review is finished, and auto-apply was configured, then the status of the review will change from Completed through intermediate states and finally will change to state Applied. You should expect to see denied users, if any, being removed from the resource group membership or app assignment in a few minutes. A configured auto applying review, or selecting Apply doesn't have an effect on a group that originates in an on-premises directory or a dynamic group. If you want to change a group that originates on-premises, download the results and apply those changes to the representation of the group in that directory.
3939
* @throws ODataError When receiving a 4XX or 5XX status code
40-
* @see <a href="https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta">Find more info here</a>
4140
*/
4241
public void post() {
4342
post(null);
@@ -46,7 +45,6 @@ public void post() {
4645
* In the Microsoft Entra access reviews feature, apply the decisions of a completed accessReview. The target object can be either a one-time access review, or an instance of a recurring access review. After an access review is finished, either because it reached the end date or an administrator stopped it manually, and auto-apply wasn't configured for the review, you can call Apply to apply the changes. Until apply occurs, the decisions to remove access rights do not appear on the source resource, the users for instance retain their group memberships. By calling apply, the outcome of the review is implemented by updating the group or application. If a user's access was denied in the review, when an administrator calls this API, Microsoft Entra ID removes their membership or application assignment. After an access review is finished, and auto-apply was configured, then the status of the review will change from Completed through intermediate states and finally will change to state Applied. You should expect to see denied users, if any, being removed from the resource group membership or app assignment in a few minutes. A configured auto applying review, or selecting Apply doesn't have an effect on a group that originates in an on-premises directory or a dynamic group. If you want to change a group that originates on-premises, download the results and apply those changes to the representation of the group in that directory.
4746
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4847
* @throws ODataError When receiving a 4XX or 5XX status code
49-
* @see <a href="https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta">Find more info here</a>
5048
*/
5149
public void post(@jakarta.annotation.Nullable final java.util.function.Consumer<PostRequestConfiguration> requestConfiguration) {
5250
final RequestInformation requestInfo = toPostRequestInformation(requestConfiguration);

src/main/java/com/microsoft/graph/beta/generated/accessreviews/item/mydecisions/MyDecisionsRequestBuilder.java

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,21 @@ public MyDecisionsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl
6060
super(requestAdapter, "{+baseurl}/accessReviews/{accessReview%2Did}/myDecisions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
6161
}
6262
/**
63-
* The collection of decisions for the caller, if the caller is a reviewer.
63+
* In the Microsoft Entra access reviews feature, retrieve the decisions of an accessReview object for the calling user as reviewer.
6464
* @return a {@link AccessReviewDecisionCollectionResponse}
6565
* @throws ODataError When receiving a 4XX or 5XX status code
66+
* @see <a href="https://learn.microsoft.com/graph/api/accessreview-listmydecisions?view=graph-rest-beta">Find more info here</a>
6667
*/
6768
@jakarta.annotation.Nullable
6869
public AccessReviewDecisionCollectionResponse get() {
6970
return get(null);
7071
}
7172
/**
72-
* The collection of decisions for the caller, if the caller is a reviewer.
73+
* In the Microsoft Entra access reviews feature, retrieve the decisions of an accessReview object for the calling user as reviewer.
7374
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7475
* @return a {@link AccessReviewDecisionCollectionResponse}
7576
* @throws ODataError When receiving a 4XX or 5XX status code
77+
* @see <a href="https://learn.microsoft.com/graph/api/accessreview-listmydecisions?view=graph-rest-beta">Find more info here</a>
7678
*/
7779
@jakarta.annotation.Nullable
7880
public AccessReviewDecisionCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -107,15 +109,15 @@ public AccessReviewDecision post(@jakarta.annotation.Nonnull final AccessReviewD
107109
return this.requestAdapter.send(requestInfo, errorMapping, AccessReviewDecision::createFromDiscriminatorValue);
108110
}
109111
/**
110-
* The collection of decisions for the caller, if the caller is a reviewer.
112+
* In the Microsoft Entra access reviews feature, retrieve the decisions of an accessReview object for the calling user as reviewer.
111113
* @return a {@link RequestInformation}
112114
*/
113115
@jakarta.annotation.Nonnull
114116
public RequestInformation toGetRequestInformation() {
115117
return toGetRequestInformation(null);
116118
}
117119
/**
118-
* The collection of decisions for the caller, if the caller is a reviewer.
120+
* In the Microsoft Entra access reviews feature, retrieve the decisions of an accessReview object for the calling user as reviewer.
119121
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
120122
* @return a {@link RequestInformation}
121123
*/
@@ -161,7 +163,7 @@ public MyDecisionsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Strin
161163
return new MyDecisionsRequestBuilder(rawUrl, requestAdapter);
162164
}
163165
/**
164-
* The collection of decisions for the caller, if the caller is a reviewer.
166+
* In the Microsoft Entra access reviews feature, retrieve the decisions of an accessReview object for the calling user as reviewer.
165167
*/
166168
@jakarta.annotation.Generated("com.microsoft.kiota")
167169
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/beta/generated/accessreviews/item/reviewers/ReviewersRequestBuilder.java

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,21 @@ public ReviewersRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
6060
super(requestAdapter, "{+baseurl}/accessReviews/{accessReview%2Did}/reviewers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
6161
}
6262
/**
63-
* The collection of reviewers for an access review, if access review reviewerType is of type delegated.
63+
* In the Microsoft Entra access reviews feature, retrieve the reviewers of an accessReview object.
6464
* @return a {@link AccessReviewReviewerCollectionResponse}
6565
* @throws ODataError When receiving a 4XX or 5XX status code
66+
* @see <a href="https://learn.microsoft.com/graph/api/accessreview-listreviewers?view=graph-rest-beta">Find more info here</a>
6667
*/
6768
@jakarta.annotation.Nullable
6869
public AccessReviewReviewerCollectionResponse get() {
6970
return get(null);
7071
}
7172
/**
72-
* The collection of reviewers for an access review, if access review reviewerType is of type delegated.
73+
* In the Microsoft Entra access reviews feature, retrieve the reviewers of an accessReview object.
7374
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7475
* @return a {@link AccessReviewReviewerCollectionResponse}
7576
* @throws ODataError When receiving a 4XX or 5XX status code
77+
* @see <a href="https://learn.microsoft.com/graph/api/accessreview-listreviewers?view=graph-rest-beta">Find more info here</a>
7678
*/
7779
@jakarta.annotation.Nullable
7880
public AccessReviewReviewerCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -82,21 +84,23 @@ public AccessReviewReviewerCollectionResponse get(@jakarta.annotation.Nullable f
8284
return this.requestAdapter.send(requestInfo, errorMapping, AccessReviewReviewerCollectionResponse::createFromDiscriminatorValue);
8385
}
8486
/**
85-
* Create new navigation property to reviewers for accessReviews
87+
* In the Microsoft Entra access reviews feature, update an existing accessReview object to add another user as a reviewer. This operation is only permitted for an access review that isn't yet completed, and only for an access review where the reviewers are explicitly specified. This operation isn't permitted for an access review in which users review their own access, and not intended for an access review in which the group owners are assigned as the reviewers.
8688
* @param body The request body
8789
* @return a {@link AccessReviewReviewer}
8890
* @throws ODataError When receiving a 4XX or 5XX status code
91+
* @see <a href="https://learn.microsoft.com/graph/api/accessreview-addreviewer?view=graph-rest-beta">Find more info here</a>
8992
*/
9093
@jakarta.annotation.Nullable
9194
public AccessReviewReviewer post(@jakarta.annotation.Nonnull final AccessReviewReviewer body) {
9295
return post(body, null);
9396
}
9497
/**
95-
* Create new navigation property to reviewers for accessReviews
98+
* In the Microsoft Entra access reviews feature, update an existing accessReview object to add another user as a reviewer. This operation is only permitted for an access review that isn't yet completed, and only for an access review where the reviewers are explicitly specified. This operation isn't permitted for an access review in which users review their own access, and not intended for an access review in which the group owners are assigned as the reviewers.
9699
* @param body The request body
97100
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
98101
* @return a {@link AccessReviewReviewer}
99102
* @throws ODataError When receiving a 4XX or 5XX status code
103+
* @see <a href="https://learn.microsoft.com/graph/api/accessreview-addreviewer?view=graph-rest-beta">Find more info here</a>
100104
*/
101105
@jakarta.annotation.Nullable
102106
public AccessReviewReviewer post(@jakarta.annotation.Nonnull final AccessReviewReviewer body, @jakarta.annotation.Nullable final java.util.function.Consumer<PostRequestConfiguration> requestConfiguration) {
@@ -107,15 +111,15 @@ public AccessReviewReviewer post(@jakarta.annotation.Nonnull final AccessReviewR
107111
return this.requestAdapter.send(requestInfo, errorMapping, AccessReviewReviewer::createFromDiscriminatorValue);
108112
}
109113
/**
110-
* The collection of reviewers for an access review, if access review reviewerType is of type delegated.
114+
* In the Microsoft Entra access reviews feature, retrieve the reviewers of an accessReview object.
111115
* @return a {@link RequestInformation}
112116
*/
113117
@jakarta.annotation.Nonnull
114118
public RequestInformation toGetRequestInformation() {
115119
return toGetRequestInformation(null);
116120
}
117121
/**
118-
* The collection of reviewers for an access review, if access review reviewerType is of type delegated.
122+
* In the Microsoft Entra access reviews feature, retrieve the reviewers of an accessReview object.
119123
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
120124
* @return a {@link RequestInformation}
121125
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
127131
return requestInfo;
128132
}
129133
/**
130-
* Create new navigation property to reviewers for accessReviews
134+
* In the Microsoft Entra access reviews feature, update an existing accessReview object to add another user as a reviewer. This operation is only permitted for an access review that isn't yet completed, and only for an access review where the reviewers are explicitly specified. This operation isn't permitted for an access review in which users review their own access, and not intended for an access review in which the group owners are assigned as the reviewers.
131135
* @param body The request body
132136
* @return a {@link RequestInformation}
133137
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
136140
return toPostRequestInformation(body, null);
137141
}
138142
/**
139-
* Create new navigation property to reviewers for accessReviews
143+
* In the Microsoft Entra access reviews feature, update an existing accessReview object to add another user as a reviewer. This operation is only permitted for an access review that isn't yet completed, and only for an access review where the reviewers are explicitly specified. This operation isn't permitted for an access review in which users review their own access, and not intended for an access review in which the group owners are assigned as the reviewers.
140144
* @param body The request body
141145
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
142146
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public ReviewersRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
161165
return new ReviewersRequestBuilder(rawUrl, requestAdapter);
162166
}
163167
/**
164-
* The collection of reviewers for an access review, if access review reviewerType is of type delegated.
168+
* In the Microsoft Entra access reviews feature, retrieve the reviewers of an accessReview object.
165169
*/
166170
@jakarta.annotation.Generated("com.microsoft.kiota")
167171
public class GetQueryParameters implements QueryParameters {

0 commit comments

Comments
 (0)