@microsoft/msgraph-sdk-groups 1.0.0-preview.77 → 1.0.0-preview.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10,7 +10,7 @@ export interface GraphGroupRequestBuilder extends BaseRequestBuilder<GraphGroupR
|
|
|
10
10
|
*/
|
|
11
11
|
get count(): CountRequestBuilder;
|
|
12
12
|
/**
|
|
13
|
-
* Get groups that the group is a direct member of
|
|
13
|
+
* Get security groups, administrative units, and admin roles that the security group is a direct member of, or administrative units and admin roles that the Microsoft 365 group is a direct member of. This operation is not transitive.
|
|
14
14
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
15
|
* @returns {Promise<GroupCollectionResponse>}
|
|
16
16
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -18,14 +18,14 @@ export interface GraphGroupRequestBuilder extends BaseRequestBuilder<GraphGroupR
|
|
|
18
18
|
*/
|
|
19
19
|
get(requestConfiguration?: RequestConfiguration<GraphGroupRequestBuilderGetQueryParameters> | undefined): Promise<GroupCollectionResponse | undefined>;
|
|
20
20
|
/**
|
|
21
|
-
* Get groups that the group is a direct member of
|
|
21
|
+
* Get security groups, administrative units, and admin roles that the security group is a direct member of, or administrative units and admin roles that the Microsoft 365 group is a direct member of. This operation is not transitive.
|
|
22
22
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
23
23
|
* @returns {RequestInformation}
|
|
24
24
|
*/
|
|
25
25
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<GraphGroupRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
26
26
|
}
|
|
27
27
|
/**
|
|
28
|
-
* Get groups that the group is a direct member of
|
|
28
|
+
* Get security groups, administrative units, and admin roles that the security group is a direct member of, or administrative units and admin roles that the Microsoft 365 group is a direct member of. This operation is not transitive.
|
|
29
29
|
*/
|
|
30
30
|
export interface GraphGroupRequestBuilderGetQueryParameters {
|
|
31
31
|
/**
|
|
@@ -27,7 +27,7 @@ export interface MemberOfRequestBuilder extends BaseRequestBuilder<MemberOfReque
|
|
|
27
27
|
*/
|
|
28
28
|
byDirectoryObjectId(directoryObjectId: string): DirectoryObjectItemRequestBuilder;
|
|
29
29
|
/**
|
|
30
|
-
* Get groups that the group is a direct member of
|
|
30
|
+
* Get security groups, administrative units, and admin roles that the security group is a direct member of, or administrative units and admin roles that the Microsoft 365 group is a direct member of. This operation is not transitive.
|
|
31
31
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
32
32
|
* @returns {Promise<DirectoryObjectCollectionResponse>}
|
|
33
33
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -35,14 +35,14 @@ export interface MemberOfRequestBuilder extends BaseRequestBuilder<MemberOfReque
|
|
|
35
35
|
*/
|
|
36
36
|
get(requestConfiguration?: RequestConfiguration<MemberOfRequestBuilderGetQueryParameters> | undefined): Promise<DirectoryObjectCollectionResponse | undefined>;
|
|
37
37
|
/**
|
|
38
|
-
* Get groups that the group is a direct member of
|
|
38
|
+
* Get security groups, administrative units, and admin roles that the security group is a direct member of, or administrative units and admin roles that the Microsoft 365 group is a direct member of. This operation is not transitive.
|
|
39
39
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
40
40
|
* @returns {RequestInformation}
|
|
41
41
|
*/
|
|
42
42
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<MemberOfRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
|
-
* Get groups that the group is a direct member of
|
|
45
|
+
* Get security groups, administrative units, and admin roles that the security group is a direct member of, or administrative units and admin roles that the Microsoft 365 group is a direct member of. This operation is not transitive.
|
|
46
46
|
*/
|
|
47
47
|
export interface MemberOfRequestBuilderGetQueryParameters {
|
|
48
48
|
/**
|
|
@@ -5,7 +5,7 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
|
|
|
5
5
|
*/
|
|
6
6
|
export interface GraphGroupRequestBuilder extends BaseRequestBuilder<GraphGroupRequestBuilder> {
|
|
7
7
|
/**
|
|
8
|
-
* Get groups that the group is a direct member of
|
|
8
|
+
* Get security groups, administrative units, and admin roles that the security group is a direct member of, or administrative units and admin roles that the Microsoft 365 group is a direct member of. This operation is not transitive.
|
|
9
9
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
10
|
* @returns {Promise<Group>}
|
|
11
11
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -13,14 +13,14 @@ export interface GraphGroupRequestBuilder extends BaseRequestBuilder<GraphGroupR
|
|
|
13
13
|
*/
|
|
14
14
|
get(requestConfiguration?: RequestConfiguration<GraphGroupRequestBuilderGetQueryParameters> | undefined): Promise<Group | undefined>;
|
|
15
15
|
/**
|
|
16
|
-
* Get groups that the group is a direct member of
|
|
16
|
+
* Get security groups, administrative units, and admin roles that the security group is a direct member of, or administrative units and admin roles that the Microsoft 365 group is a direct member of. This operation is not transitive.
|
|
17
17
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
18
18
|
* @returns {RequestInformation}
|
|
19
19
|
*/
|
|
20
20
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<GraphGroupRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
-
* Get groups that the group is a direct member of
|
|
23
|
+
* Get security groups, administrative units, and admin roles that the security group is a direct member of, or administrative units and admin roles that the Microsoft 365 group is a direct member of. This operation is not transitive.
|
|
24
24
|
*/
|
|
25
25
|
export interface GraphGroupRequestBuilderGetQueryParameters {
|
|
26
26
|
/**
|