Skip to content

Commit 5e0319d

Browse files
authored
Merge pull request #2283 from microsoftgraph/v1.0/pipelinebuild/178264
Generated models and request builders
2 parents 0666c50 + 5079bb6 commit 5e0319d

File tree

106 files changed

+3855
-456
lines changed

Some content is hidden

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

106 files changed

+3855
-456
lines changed

src/main/java/com/microsoft/graph/generated/BaseGraphServiceClient.java

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import com.microsoft.graph.applicationswithappid.ApplicationsWithAppIdRequestBuilder;
99
import com.microsoft.graph.applicationswithuniquename.ApplicationsWithUniqueNameRequestBuilder;
1010
import com.microsoft.graph.applicationtemplates.ApplicationTemplatesRequestBuilder;
11+
import com.microsoft.graph.approleassignments.AppRoleAssignmentsRequestBuilder;
1112
import com.microsoft.graph.auditlogs.AuditLogsRequestBuilder;
1213
import com.microsoft.graph.authenticationmethodconfigurations.AuthenticationMethodConfigurationsRequestBuilder;
1314
import com.microsoft.graph.authenticationmethodspolicy.AuthenticationMethodsPolicyRequestBuilder;
@@ -144,6 +145,14 @@ public ApplicationsRequestBuilder applications() {
144145
public ApplicationTemplatesRequestBuilder applicationTemplates() {
145146
return new ApplicationTemplatesRequestBuilder(pathParameters, requestAdapter);
146147
}
148+
/**
149+
* Provides operations to manage the collection of appRoleAssignment entities.
150+
* @return a {@link AppRoleAssignmentsRequestBuilder}
151+
*/
152+
@jakarta.annotation.Nonnull
153+
public AppRoleAssignmentsRequestBuilder appRoleAssignments() {
154+
return new AppRoleAssignmentsRequestBuilder(pathParameters, requestAdapter);
155+
}
147156
/**
148157
* Provides operations to manage the auditLogRoot singleton.
149158
* @return a {@link AuditLogsRequestBuilder}

src/main/java/com/microsoft/graph/generated/applications/item/checkmembergroups/CheckMemberGroupsRequestBuilder.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public CheckMemberGroupsRequestBuilder(@jakarta.annotation.Nonnull final String
3535
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/checkMemberGroups", rawUrl);
3636
}
3737
/**
38-
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
38+
* Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
3939
* @param body The request body
4040
* @return a {@link CheckMemberGroupsPostResponse}
4141
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -46,7 +46,7 @@ public CheckMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final Chec
4646
return post(body, null);
4747
}
4848
/**
49-
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
49+
* Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
5050
* @param body The request body
5151
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5252
* @return a {@link CheckMemberGroupsPostResponse}
@@ -62,7 +62,7 @@ public CheckMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final Chec
6262
return this.requestAdapter.send(requestInfo, errorMapping, CheckMemberGroupsPostResponse::createFromDiscriminatorValue);
6363
}
6464
/**
65-
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
65+
* Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
6666
* @param body The request body
6767
* @return a {@link RequestInformation}
6868
*/
@@ -71,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
7171
return toPostRequestInformation(body, null);
7272
}
7373
/**
74-
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
74+
* Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
7575
* @param body The request body
7676
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7777
* @return a {@link RequestInformation}

src/main/java/com/microsoft/graph/generated/applications/item/getmemberobjects/GetMemberObjectsRequestBuilder.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public GetMemberObjectsRequestBuilder(@jakarta.annotation.Nonnull final String r
3535
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/getMemberObjects", rawUrl);
3636
}
3737
/**
38-
* Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
38+
* Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles.
3939
* @param body The request body
4040
* @return a {@link GetMemberObjectsPostResponse}
4141
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -46,7 +46,7 @@ public GetMemberObjectsPostResponse post(@jakarta.annotation.Nonnull final GetMe
4646
return post(body, null);
4747
}
4848
/**
49-
* Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
49+
* Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles.
5050
* @param body The request body
5151
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5252
* @return a {@link GetMemberObjectsPostResponse}
@@ -62,7 +62,7 @@ public GetMemberObjectsPostResponse post(@jakarta.annotation.Nonnull final GetMe
6262
return this.requestAdapter.send(requestInfo, errorMapping, GetMemberObjectsPostResponse::createFromDiscriminatorValue);
6363
}
6464
/**
65-
* Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
65+
* Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles.
6666
* @param body The request body
6767
* @return a {@link RequestInformation}
6868
*/
@@ -71,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
7171
return toPostRequestInformation(body, null);
7272
}
7373
/**
74-
* Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
74+
* Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles.
7575
* @param body The request body
7676
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7777
* @return a {@link RequestInformation}

0 commit comments

Comments
 (0)