@microsoft/msgraph-sdk-directory 1.0.0-preview.61 → 1.0.0-preview.63
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.
- package/directory/administrativeUnits/delta/index.d.ts +4 -1
- package/directory/administrativeUnits/delta/index.d.ts.map +1 -1
- package/directory/administrativeUnits/delta/index.js +8 -4
- package/directory/administrativeUnits/delta/index.js.map +1 -1
- package/directory/administrativeUnits/item/index.d.ts +3 -3
- package/directory/deletedItems/getAvailableExtensionProperties/index.d.ts +10 -8
- package/directory/deletedItems/getAvailableExtensionProperties/index.d.ts.map +1 -1
- package/directory/deletedItems/getAvailableExtensionProperties/index.js +16 -8
- package/directory/deletedItems/getAvailableExtensionProperties/index.js.map +1 -1
- package/directory/deletedItems/getByIds/index.d.ts +8 -6
- package/directory/deletedItems/getByIds/index.d.ts.map +1 -1
- package/directory/deletedItems/getByIds/index.js +17 -9
- package/directory/deletedItems/getByIds/index.js.map +1 -1
- package/directory/deletedItems/graphGroup/index.d.ts +3 -3
- package/directory/deletedItems/index.d.ts +3 -3
- package/directory/deletedItems/item/checkMemberGroups/index.d.ts +8 -6
- package/directory/deletedItems/item/checkMemberGroups/index.d.ts.map +1 -1
- package/directory/deletedItems/item/checkMemberGroups/index.js +16 -8
- package/directory/deletedItems/item/checkMemberGroups/index.js.map +1 -1
- package/directory/deletedItems/item/checkMemberObjects/index.d.ts +8 -6
- package/directory/deletedItems/item/checkMemberObjects/index.d.ts.map +1 -1
- package/directory/deletedItems/item/checkMemberObjects/index.js +16 -8
- package/directory/deletedItems/item/checkMemberObjects/index.js.map +1 -1
- package/directory/deletedItems/item/getMemberGroups/index.d.ts +8 -6
- package/directory/deletedItems/item/getMemberGroups/index.d.ts.map +1 -1
- package/directory/deletedItems/item/getMemberGroups/index.js +16 -8
- package/directory/deletedItems/item/getMemberGroups/index.js.map +1 -1
- package/directory/deletedItems/item/getMemberObjects/index.d.ts +8 -6
- package/directory/deletedItems/item/getMemberObjects/index.d.ts.map +1 -1
- package/directory/deletedItems/item/getMemberObjects/index.js +16 -8
- package/directory/deletedItems/item/getMemberObjects/index.js.map +1 -1
- package/directory/deletedItems/item/graphGroup/index.d.ts +3 -3
- package/directory/deletedItems/item/index.d.ts +5 -5
- package/directory/deletedItems/item/restore/index.d.ts +2 -2
- package/directory/deletedItems/validateProperties/index.d.ts +4 -5
- package/directory/deletedItems/validateProperties/index.d.ts.map +1 -1
- package/directory/deletedItems/validateProperties/index.js +11 -7
- package/directory/deletedItems/validateProperties/index.js.map +1 -1
- package/directory/federationConfigurations/availableProviderTypes/index.d.ts +4 -1
- package/directory/federationConfigurations/availableProviderTypes/index.d.ts.map +1 -1
- package/directory/federationConfigurations/availableProviderTypes/index.js +8 -4
- package/directory/federationConfigurations/availableProviderTypes/index.js.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/index.d.ts +7 -5
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/index.d.ts.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/index.js.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/certificateAuthorities/index.d.ts +7 -5
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/certificateAuthorities/index.d.ts.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/certificateAuthorities/index.js.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/certificateAuthorities/item/index.d.ts +9 -7
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/certificateAuthorities/item/index.d.ts.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/certificateAuthorities/item/index.js.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/index.d.ts +10 -7
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/index.d.ts.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/index.js.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/upload/index.d.ts +7 -7
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/upload/index.d.ts.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/upload/index.js +9 -5
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/upload/index.js.map +1 -1
- package/directory/publicKeyInfrastructure/index.d.ts +3 -3
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -17,28 +17,30 @@ export interface CertificateBasedAuthConfigurationsRequestBuilder extends BaseRe
|
|
|
17
17
|
*/
|
|
18
18
|
byCertificateBasedAuthPkiId(certificateBasedAuthPkiId: string): CertificateBasedAuthPkiItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
* Get
|
|
20
|
+
* Get a list of the certificateBasedAuthPki objects and their properties.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<CertificateBasedAuthPkiCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/publickeyinfrastructureroot-list-certificatebasedauthconfigurations?view=graph-rest-1.0|Find more info here}
|
|
24
25
|
*/
|
|
25
26
|
get(requestConfiguration?: RequestConfiguration<CertificateBasedAuthConfigurationsRequestBuilderGetQueryParameters> | undefined): Promise<CertificateBasedAuthPkiCollectionResponse | undefined>;
|
|
26
27
|
/**
|
|
27
|
-
* Create new
|
|
28
|
+
* Create a new certificateBasedAuthPki object.
|
|
28
29
|
* @param body The request body
|
|
29
30
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
31
|
* @returns {Promise<CertificateBasedAuthPki>}
|
|
31
32
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
33
|
+
* @see {@link https://learn.microsoft.com/graph/api/publickeyinfrastructureroot-post-certificatebasedauthconfigurations?view=graph-rest-1.0|Find more info here}
|
|
32
34
|
*/
|
|
33
35
|
post(body: CertificateBasedAuthPki, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CertificateBasedAuthPki | undefined>;
|
|
34
36
|
/**
|
|
35
|
-
* Get
|
|
37
|
+
* Get a list of the certificateBasedAuthPki objects and their properties.
|
|
36
38
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
39
|
* @returns {RequestInformation}
|
|
38
40
|
*/
|
|
39
41
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CertificateBasedAuthConfigurationsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
40
42
|
/**
|
|
41
|
-
* Create new
|
|
43
|
+
* Create a new certificateBasedAuthPki object.
|
|
42
44
|
* @param body The request body
|
|
43
45
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
46
|
* @returns {RequestInformation}
|
|
@@ -46,7 +48,7 @@ export interface CertificateBasedAuthConfigurationsRequestBuilder extends BaseRe
|
|
|
46
48
|
toPostRequestInformation(body: CertificateBasedAuthPki, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
49
|
}
|
|
48
50
|
/**
|
|
49
|
-
* Get
|
|
51
|
+
* Get a list of the certificateBasedAuthPki objects and their properties.
|
|
50
52
|
*/
|
|
51
53
|
export interface CertificateBasedAuthConfigurationsRequestBuilderGetQueryParameters {
|
|
52
54
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAgK,KAAK,uBAAuB,EAAE,KAAK,yCAAyC,EAAE,MAAM,wCAAwC,CAAC;AAIpS,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEjG,OAAO,EAA0H,KAAK,yCAAyC,EAAE,MAAM,iBAAiB,CAAC;AAEzM,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,gDAAiD,SAAQ,kBAAkB,CAAC,gDAAgD,CAAC;IAC1I;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,2BAA2B,CAAC,yBAAyB,EAAE,MAAM,GAAI,yCAAyC,CAAC;IAC5G
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAgK,KAAK,uBAAuB,EAAE,KAAK,yCAAyC,EAAE,MAAM,wCAAwC,CAAC;AAIpS,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEjG,OAAO,EAA0H,KAAK,yCAAyC,EAAE,MAAM,iBAAiB,CAAC;AAEzM,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,gDAAiD,SAAQ,kBAAkB,CAAC,gDAAgD,CAAC;IAC1I;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,2BAA2B,CAAC,yBAAyB,EAAE,MAAM,GAAI,yCAAyC,CAAC;IAC5G;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,kEAAkE,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,yCAAyC,GAAG,SAAS,CAAC,CAAC;IACnM;;;;;;;OAOG;IACF,IAAI,CAAC,IAAI,EAAE,uBAAuB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,uBAAuB,GAAG,SAAS,CAAC,CAAC;IACrJ;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,kEAAkE,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC3K;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,uBAAuB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAClJ;AACD;;GAEG;AACH,MAAM,WAAW,kEAAkE;IAC/E;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,eAAO,MAAM,2DAA2D,iKAAiK,CAAC;AAc1O;;GAEG;AACH,eAAO,MAAM,kEAAkE,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,gDAAgD,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAS9M,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,gEAAgE,EAAE,gBAuB9E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,qEAAqE,EAAE,mDAAmD,EAAE,gCAAgC,EAAgF,MAAM,wCAAwC,CAAC;AACpS,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,mCAAmC,EAA4B,MAAM,kBAAkB,CAAC;AACjG,aAAa;AACb,OAAO,EAAE,2DAA2D,EAAE,yDAAyD,EAAkD,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,qEAAqE,EAAE,mDAAmD,EAAE,gCAAgC,EAAgF,MAAM,wCAAwC,CAAC;AACpS,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,mCAAmC,EAA4B,MAAM,kBAAkB,CAAC;AACjG,aAAa;AACb,OAAO,EAAE,2DAA2D,EAAE,yDAAyD,EAAkD,MAAM,iBAAiB,CAAC;AAsFzM;;GAEG;AACH,MAAM,CAAC,MAAM,2DAA2D,GAAG,8JAA8J,CAAC;AAC1O;;GAEG;AACH,MAAM,wEAAwE,GAA2B;IACrG,OAAO,EAAE,UAAU;IACnB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;IACjB,KAAK,EAAE,QAAQ;CAClB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,kEAAkE,GAAoI;IAC/M,2BAA2B,EAAE;QACzB,gBAAgB,EAAE,yDAAyD;QAC3E,kBAAkB,EAAE,2DAA2D;QAC/E,sBAAsB,EAAE,CAAC,8BAA8B,CAAC;KAC3D;IACD,KAAK,EAAE;QACH,gBAAgB,EAAE,mCAAmC;KACxD;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,gEAAgE,GAAqB;IAC9F,GAAG,EAAE;QACD,WAAW,EAAE,2DAA2D;QACxE,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,qEAAqE;QAC3F,qBAAqB,EAAE,wEAAwE;KAClG;IACD,IAAI,EAAE;QACF,WAAW,EAAE,2DAA2D;QACxE,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,mDAAmD;QACzE,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,gCAAgC;QACvD,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -17,28 +17,30 @@ export interface CertificateAuthoritiesRequestBuilder extends BaseRequestBuilder
|
|
|
17
17
|
*/
|
|
18
18
|
byCertificateAuthorityDetailId(certificateAuthorityDetailId: string): CertificateAuthorityDetailItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
* Get
|
|
20
|
+
* Get a list of the certificateAuthorityDetail objects and their properties.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<CertificateAuthorityDetailCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/certificatebasedauthpki-list-certificateauthorities?view=graph-rest-1.0|Find more info here}
|
|
24
25
|
*/
|
|
25
26
|
get(requestConfiguration?: RequestConfiguration<CertificateAuthoritiesRequestBuilderGetQueryParameters> | undefined): Promise<CertificateAuthorityDetailCollectionResponse | undefined>;
|
|
26
27
|
/**
|
|
27
|
-
* Create new
|
|
28
|
+
* Create a new certificateAuthorityDetail object.
|
|
28
29
|
* @param body The request body
|
|
29
30
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
31
|
* @returns {Promise<CertificateAuthorityDetail>}
|
|
31
32
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
33
|
+
* @see {@link https://learn.microsoft.com/graph/api/certificatebasedauthpki-post-certificateauthorities?view=graph-rest-1.0|Find more info here}
|
|
32
34
|
*/
|
|
33
35
|
post(body: CertificateAuthorityDetail, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CertificateAuthorityDetail | undefined>;
|
|
34
36
|
/**
|
|
35
|
-
* Get
|
|
37
|
+
* Get a list of the certificateAuthorityDetail objects and their properties.
|
|
36
38
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
39
|
* @returns {RequestInformation}
|
|
38
40
|
*/
|
|
39
41
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CertificateAuthoritiesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
40
42
|
/**
|
|
41
|
-
* Create new
|
|
43
|
+
* Create a new certificateAuthorityDetail object.
|
|
42
44
|
* @param body The request body
|
|
43
45
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
46
|
* @returns {RequestInformation}
|
|
@@ -46,7 +48,7 @@ export interface CertificateAuthoritiesRequestBuilder extends BaseRequestBuilder
|
|
|
46
48
|
toPostRequestInformation(body: CertificateAuthorityDetail, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
49
|
}
|
|
48
50
|
/**
|
|
49
|
-
* Get
|
|
51
|
+
* Get a list of the certificateAuthorityDetail objects and their properties.
|
|
50
52
|
*/
|
|
51
53
|
export interface CertificateAuthoritiesRequestBuilderGetQueryParameters {
|
|
52
54
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAyK,KAAK,0BAA0B,EAAE,KAAK,4CAA4C,EAAE,MAAM,wCAAwC,CAAC;AAInT,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEjG,OAAO,EAAgE,KAAK,4CAA4C,EAAE,MAAM,iBAAiB,CAAC;AAElJ,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,oCAAqC,SAAQ,kBAAkB,CAAC,oCAAoC,CAAC;IAClH;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,8BAA8B,CAAC,4BAA4B,EAAE,MAAM,GAAI,4CAA4C,CAAC;IACrH
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAyK,KAAK,0BAA0B,EAAE,KAAK,4CAA4C,EAAE,MAAM,wCAAwC,CAAC;AAInT,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEjG,OAAO,EAAgE,KAAK,4CAA4C,EAAE,MAAM,iBAAiB,CAAC;AAElJ,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,oCAAqC,SAAQ,kBAAkB,CAAC,oCAAoC,CAAC;IAClH;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,8BAA8B,CAAC,4BAA4B,EAAE,MAAM,GAAI,4CAA4C,CAAC;IACrH;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sDAAsD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,4CAA4C,GAAG,SAAS,CAAC,CAAC;IAC1L;;;;;;;OAOG;IACF,IAAI,CAAC,IAAI,EAAE,0BAA0B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,0BAA0B,GAAG,SAAS,CAAC,CAAC;IAC3J;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sDAAsD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC/J;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,0BAA0B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACrJ;AACD;;GAEG;AACH,MAAM,WAAW,sDAAsD;IACnE;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,eAAO,MAAM,+CAA+C,uNAAuN,CAAC;AAcpR;;GAEG;AACH,eAAO,MAAM,sDAAsD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,oCAAoC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAQtL,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,oDAAoD,EAAE,gBAuBlE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,wEAAwE,EAAE,sDAAsD,EAAE,mCAAmC,EAAsF,MAAM,wCAAwC,CAAC;AACnT,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,mCAAmC,EAA4B,MAAM,kBAAkB,CAAC;AACjG,aAAa;AACb,OAAO,EAAE,4DAA4D,EAAqD,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,wEAAwE,EAAE,sDAAsD,EAAE,mCAAmC,EAAsF,MAAM,wCAAwC,CAAC;AACnT,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,mCAAmC,EAA4B,MAAM,kBAAkB,CAAC;AACjG,aAAa;AACb,OAAO,EAAE,4DAA4D,EAAqD,MAAM,iBAAiB,CAAC;AAsFlJ;;GAEG;AACH,MAAM,CAAC,MAAM,+CAA+C,GAAG,oNAAoN,CAAC;AACpR;;GAEG;AACH,MAAM,4DAA4D,GAA2B;IACzF,OAAO,EAAE,UAAU;IACnB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;IACjB,KAAK,EAAE,QAAQ;CAClB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,sDAAsD,GAAwH;IACvL,8BAA8B,EAAE;QAC5B,gBAAgB,EAAE,4DAA4D;QAC9E,sBAAsB,EAAE,CAAC,iCAAiC,CAAC;KAC9D;IACD,KAAK,EAAE;QACH,gBAAgB,EAAE,mCAAmC;KACxD;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,oDAAoD,GAAqB;IAClF,GAAG,EAAE;QACD,WAAW,EAAE,+CAA+C;QAC5D,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,wEAAwE;QAC9F,qBAAqB,EAAE,4DAA4D;KACtF;IACD,IAAI,EAAE;QACF,WAAW,EAAE,+CAA+C;QAC5D,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,sDAAsD;QAC5E,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,mCAAmC;QAC1D,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -5,40 +5,42 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
|
|
|
5
5
|
*/
|
|
6
6
|
export interface CertificateAuthorityDetailItemRequestBuilder extends BaseRequestBuilder<CertificateAuthorityDetailItemRequestBuilder> {
|
|
7
7
|
/**
|
|
8
|
-
* Delete
|
|
8
|
+
* Delete a certificateAuthorityDetail object.
|
|
9
9
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
10
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
11
|
+
* @see {@link https://learn.microsoft.com/graph/api/certificatebasedauthpki-delete-certificateauthorities?view=graph-rest-1.0|Find more info here}
|
|
11
12
|
*/
|
|
12
13
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
13
14
|
/**
|
|
14
|
-
*
|
|
15
|
+
* The collection of certificate authorities contained in this public key infrastructure resource.
|
|
15
16
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
17
|
* @returns {Promise<CertificateAuthorityDetail>}
|
|
17
18
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
18
19
|
*/
|
|
19
20
|
get(requestConfiguration?: RequestConfiguration<CertificateAuthorityDetailItemRequestBuilderGetQueryParameters> | undefined): Promise<CertificateAuthorityDetail | undefined>;
|
|
20
21
|
/**
|
|
21
|
-
* Update
|
|
22
|
+
* Update certificateAuthorityDetail
|
|
22
23
|
* @param body The request body
|
|
23
24
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
24
25
|
* @returns {Promise<CertificateAuthorityDetail>}
|
|
25
26
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
27
|
+
* @see {@link https://learn.microsoft.com/graph/api/certificateauthoritydetail-update?view=graph-rest-1.0|Find more info here}
|
|
26
28
|
*/
|
|
27
29
|
patch(body: CertificateAuthorityDetail, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CertificateAuthorityDetail | undefined>;
|
|
28
30
|
/**
|
|
29
|
-
* Delete
|
|
31
|
+
* Delete a certificateAuthorityDetail object.
|
|
30
32
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
31
33
|
* @returns {RequestInformation}
|
|
32
34
|
*/
|
|
33
35
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
34
36
|
/**
|
|
35
|
-
*
|
|
37
|
+
* The collection of certificate authorities contained in this public key infrastructure resource.
|
|
36
38
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
39
|
* @returns {RequestInformation}
|
|
38
40
|
*/
|
|
39
41
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CertificateAuthorityDetailItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
40
42
|
/**
|
|
41
|
-
* Update
|
|
43
|
+
* Update certificateAuthorityDetail
|
|
42
44
|
* @param body The request body
|
|
43
45
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
46
|
* @returns {RequestInformation}
|
|
@@ -46,7 +48,7 @@ export interface CertificateAuthorityDetailItemRequestBuilder extends BaseReques
|
|
|
46
48
|
toPatchRequestInformation(body: CertificateAuthorityDetail, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
49
|
}
|
|
48
50
|
/**
|
|
49
|
-
*
|
|
51
|
+
* The collection of certificate authorities contained in this public key infrastructure resource.
|
|
50
52
|
*/
|
|
51
53
|
export interface CertificateAuthorityDetailItemRequestBuilderGetQueryParameters {
|
|
52
54
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA+F,KAAK,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AAItL,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,4CAA6C,SAAQ,kBAAkB,CAAC,4CAA4C,CAAC;IAClI
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA+F,KAAK,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AAItL,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,4CAA6C,SAAQ,kBAAkB,CAAC,4CAA4C,CAAC;IAClI;;;;;OAKG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,8DAA8D,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,0BAA0B,GAAG,SAAS,CAAC,CAAC;IAChL;;;;;;;OAOG;IACF,KAAK,CAAC,IAAI,EAAE,0BAA0B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,0BAA0B,GAAG,SAAS,CAAC,CAAC;IAC5J;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,8DAA8D,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACvK;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,0BAA0B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACtJ;AACD;;GAEG;AACH,MAAM,WAAW,8DAA8D;IAC3E;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,uDAAuD,kMAAkM,CAAC;AAQvQ;;GAEG;AACH,eAAO,MAAM,4DAA4D,EAAE,gBA+B1E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,sDAAsD,EAAE,mCAAmC,EAAmC,MAAM,wCAAwC,CAAC;AACtL,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,sDAAsD,EAAE,mCAAmC,EAAmC,MAAM,wCAAwC,CAAC;AACtL,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAgE7H;;GAEG;AACH,MAAM,CAAC,MAAM,uDAAuD,GAAG,+LAA+L,CAAC;AACvQ;;GAEG;AACH,MAAM,oEAAoE,GAA2B;IACjG,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;CACxB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,4DAA4D,GAAqB;IAC1F,MAAM,EAAE;QACJ,WAAW,EAAE,uDAAuD;QACpE,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;KAC7C;IACD,GAAG,EAAE;QACD,WAAW,EAAE,uDAAuD;QACpE,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,sDAAsD;QAC5E,qBAAqB,EAAE,oEAAoE;KAC9F;IACD,KAAK,EAAE;QACH,WAAW,EAAE,uDAAuD;QACpE,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,sDAAsD;QAC5E,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,mCAAmC;QAC1D,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/index.d.ts
CHANGED
|
@@ -15,40 +15,43 @@ export interface CertificateBasedAuthPkiItemRequestBuilder extends BaseRequestBu
|
|
|
15
15
|
*/
|
|
16
16
|
get upload(): UploadRequestBuilder;
|
|
17
17
|
/**
|
|
18
|
-
* Delete
|
|
18
|
+
* Delete a certificateBasedAuthPki object.
|
|
19
19
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
20
20
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
21
|
+
* @see {@link https://learn.microsoft.com/graph/api/publickeyinfrastructureroot-delete-certificatebasedauthconfigurations?view=graph-rest-1.0|Find more info here}
|
|
21
22
|
*/
|
|
22
23
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
23
24
|
/**
|
|
24
|
-
*
|
|
25
|
+
* Read the properties and relationships of a certificateBasedAuthPki object.
|
|
25
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
26
27
|
* @returns {Promise<CertificateBasedAuthPki>}
|
|
27
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
|
+
* @see {@link https://learn.microsoft.com/graph/api/certificatebasedauthpki-get?view=graph-rest-1.0|Find more info here}
|
|
28
30
|
*/
|
|
29
31
|
get(requestConfiguration?: RequestConfiguration<CertificateBasedAuthPkiItemRequestBuilderGetQueryParameters> | undefined): Promise<CertificateBasedAuthPki | undefined>;
|
|
30
32
|
/**
|
|
31
|
-
* Update the
|
|
33
|
+
* Update the properties of a certificateBasedAuthPki object.
|
|
32
34
|
* @param body The request body
|
|
33
35
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
36
|
* @returns {Promise<CertificateBasedAuthPki>}
|
|
35
37
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
38
|
+
* @see {@link https://learn.microsoft.com/graph/api/certificatebasedauthpki-update?view=graph-rest-1.0|Find more info here}
|
|
36
39
|
*/
|
|
37
40
|
patch(body: CertificateBasedAuthPki, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CertificateBasedAuthPki | undefined>;
|
|
38
41
|
/**
|
|
39
|
-
* Delete
|
|
42
|
+
* Delete a certificateBasedAuthPki object.
|
|
40
43
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
41
44
|
* @returns {RequestInformation}
|
|
42
45
|
*/
|
|
43
46
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
44
47
|
/**
|
|
45
|
-
*
|
|
48
|
+
* Read the properties and relationships of a certificateBasedAuthPki object.
|
|
46
49
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
47
50
|
* @returns {RequestInformation}
|
|
48
51
|
*/
|
|
49
52
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CertificateBasedAuthPkiItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
50
53
|
/**
|
|
51
|
-
* Update the
|
|
54
|
+
* Update the properties of a certificateBasedAuthPki object.
|
|
52
55
|
* @param body The request body
|
|
53
56
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
54
57
|
* @returns {RequestInformation}
|
|
@@ -56,7 +59,7 @@ export interface CertificateBasedAuthPkiItemRequestBuilder extends BaseRequestBu
|
|
|
56
59
|
toPatchRequestInformation(body: CertificateBasedAuthPki, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
57
60
|
}
|
|
58
61
|
/**
|
|
59
|
-
*
|
|
62
|
+
* Read the properties and relationships of a certificateBasedAuthPki object.
|
|
60
63
|
*/
|
|
61
64
|
export interface CertificateBasedAuthPkiItemRequestBuilderGetQueryParameters {
|
|
62
65
|
/**
|
package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAyF,KAAK,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AAI7K,OAAO,EAAgH,KAAK,oCAAoC,EAAE,MAAM,mCAAmC,CAAC;AAE5M,OAAO,EAAE,KAAK,oBAAoB,EAAwC,MAAM,mBAAmB,CAAC;AAEpG,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,yCAA0C,SAAQ,kBAAkB,CAAC,yCAAyC,CAAC;IAC5H;;OAEG;IACH,IAAI,sBAAsB,IAAI,oCAAoC,CAAC;IACnE;;OAEG;IACH,IAAI,MAAM,IAAI,oBAAoB,CAAC;IACnC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAyF,KAAK,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AAI7K,OAAO,EAAgH,KAAK,oCAAoC,EAAE,MAAM,mCAAmC,CAAC;AAE5M,OAAO,EAAE,KAAK,oBAAoB,EAAwC,MAAM,mBAAmB,CAAC;AAEpG,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,yCAA0C,SAAQ,kBAAkB,CAAC,yCAAyC,CAAC;IAC5H;;OAEG;IACH,IAAI,sBAAsB,IAAI,oCAAoC,CAAC;IACnE;;OAEG;IACH,IAAI,MAAM,IAAI,oBAAoB,CAAC;IACnC;;;;;OAKG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,2DAA2D,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,uBAAuB,GAAG,SAAS,CAAC,CAAC;IAC1K;;;;;;;OAOG;IACF,KAAK,CAAC,IAAI,EAAE,uBAAuB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,uBAAuB,GAAG,SAAS,CAAC,CAAC;IACtJ;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,2DAA2D,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACpK;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,uBAAuB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACnJ;AACD;;GAEG;AACH,MAAM,WAAW,2DAA2D;IACxE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,oDAAoD,yIAAyI,CAAC;AAQ3M;;GAEG;AACH,eAAO,MAAM,2DAA2D,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,yCAAyC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAQhM,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,yDAAyD,EAAE,gBA+BvE,CAAC"}
|
package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,mDAAmD,EAAE,gCAAgC,EAAgC,MAAM,wCAAwC,CAAC;AAC7K,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,sDAAsD,EAAE,oDAAoD,EAA6C,MAAM,mCAAmC,CAAC;AAC5M,aAAa;AACb,OAAO,EAA6B,oCAAoC,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,mDAAmD,EAAE,gCAAgC,EAAgC,MAAM,wCAAwC,CAAC;AAC7K,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,sDAAsD,EAAE,oDAAoD,EAA6C,MAAM,mCAAmC,CAAC;AAC5M,aAAa;AACb,OAAO,EAA6B,oCAAoC,EAAE,MAAM,mBAAmB,CAAC;AAyEpG;;GAEG;AACH,MAAM,CAAC,MAAM,oDAAoD,GAAG,sIAAsI,CAAC;AAC3M;;GAEG;AACH,MAAM,iEAAiE,GAA2B;IAC9F,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;CACxB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,2DAA2D,GAA6H;IACjM,sBAAsB,EAAE;QACpB,gBAAgB,EAAE,oDAAoD;QACtE,kBAAkB,EAAE,sDAAsD;KAC7E;IACD,MAAM,EAAE;QACJ,gBAAgB,EAAE,oCAAoC;KACzD;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,yDAAyD,GAAqB;IACvF,MAAM,EAAE;QACJ,WAAW,EAAE,oDAAoD;QACjE,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;KAC7C;IACD,GAAG,EAAE;QACD,WAAW,EAAE,oDAAoD;QACjE,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,mDAAmD;QACzE,qBAAqB,EAAE,iEAAiE;KAC3F;IACD,KAAK,EAAE;QACH,WAAW,EAAE,oDAAoD;QACjE,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,mDAAmD;QACzE,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,gCAAgC;QACvD,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/upload/index.d.ts
CHANGED
|
@@ -7,19 +7,18 @@ import { type AdditionalDataHolder, type BackedModel, type BaseRequestBuilder, t
|
|
|
7
7
|
export declare function createUploadPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
8
8
|
/**
|
|
9
9
|
* The deserialization information for the current model
|
|
10
|
+
* @param UploadPostRequestBody The instance to deserialize into.
|
|
10
11
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
11
12
|
*/
|
|
12
13
|
export declare function deserializeIntoUploadPostRequestBody(uploadPostRequestBody?: Partial<UploadPostRequestBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
13
14
|
/**
|
|
14
15
|
* Serializes information the current object
|
|
16
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
17
|
+
* @param UploadPostRequestBody The instance to serialize from.
|
|
15
18
|
* @param writer Serialization writer to use to serialize this model
|
|
16
19
|
*/
|
|
17
|
-
export declare function serializeUploadPostRequestBody(writer: SerializationWriter, uploadPostRequestBody?: Partial<UploadPostRequestBody> | undefined | null): void;
|
|
20
|
+
export declare function serializeUploadPostRequestBody(writer: SerializationWriter, uploadPostRequestBody?: Partial<UploadPostRequestBody> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
18
21
|
export interface UploadPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
|
|
19
|
-
/**
|
|
20
|
-
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
21
|
-
*/
|
|
22
|
-
additionalData?: Record<string, unknown>;
|
|
23
22
|
/**
|
|
24
23
|
* Stores model information.
|
|
25
24
|
*/
|
|
@@ -38,14 +37,15 @@ export interface UploadPostRequestBody extends AdditionalDataHolder, BackedModel
|
|
|
38
37
|
*/
|
|
39
38
|
export interface UploadRequestBuilder extends BaseRequestBuilder<UploadRequestBuilder> {
|
|
40
39
|
/**
|
|
41
|
-
*
|
|
40
|
+
* Append additional certificate authority details to a certificateBasedAuthPki resource. Only one operation can run at a time and this operation can take up to 30 minutes to complete. To know whether another upload is in progress, call the Get certificateBasedAuthPki. The status property will have the value running.
|
|
42
41
|
* @param body The request body
|
|
43
42
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
43
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
44
|
+
* @see {@link https://learn.microsoft.com/graph/api/certificatebasedauthpki-upload?view=graph-rest-1.0|Find more info here}
|
|
45
45
|
*/
|
|
46
46
|
post(body: UploadPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* Append additional certificate authority details to a certificateBasedAuthPki resource. Only one operation can run at a time and this operation can take up to 30 minutes to complete. To know whether another upload is in progress, call the Get certificateBasedAuthPki. The status property will have the value running.
|
|
49
49
|
* @param body The request body
|
|
50
50
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
51
51
|
* @returns {RequestInformation}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;AAEH,wBAAgB,iDAAiD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAEzK;AACD
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;AAEH,wBAAgB,iDAAiD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAEzK;AACD;;;;GAIG;AAEH,wBAAgB,oCAAoC,CAAC,qBAAqB,GAAE,OAAO,CAAC,qBAAqB,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAMvK;AACD;;;;;GAKG;AAEH,wBAAgB,8BAA8B,CAAC,MAAM,EAAE,mBAAmB,EAAE,qBAAqB,GAAE,OAAO,CAAC,qBAAqB,CAAC,GAAG,SAAS,GAAG,IAAS,EAAE,wBAAwB,GAAE,OAAe,GAAI,IAAI,CAK3M;AACD,MAAM,WAAW,qBAAsB,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IACtF;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACrC;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;AACD;;GAEG;AACH,MAAM,WAAW,oBAAqB,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC;IAClF;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,qBAAqB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACpH;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,qBAAqB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAChJ;AACD;;GAEG;AACH,eAAO,MAAM,+BAA+B,0HAA0H,CAAC;AACvK;;GAEG;AACH,eAAO,MAAM,oCAAoC,EAAE,gBAYlD,CAAC"}
|
package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/upload/index.js
CHANGED
|
@@ -14,6 +14,7 @@ export function createUploadPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
|
14
14
|
}
|
|
15
15
|
/**
|
|
16
16
|
* The deserialization information for the current model
|
|
17
|
+
* @param UploadPostRequestBody The instance to deserialize into.
|
|
17
18
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
18
19
|
*/
|
|
19
20
|
// @ts-ignore
|
|
@@ -26,15 +27,18 @@ export function deserializeIntoUploadPostRequestBody(uploadPostRequestBody = {})
|
|
|
26
27
|
}
|
|
27
28
|
/**
|
|
28
29
|
* Serializes information the current object
|
|
30
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
31
|
+
* @param UploadPostRequestBody The instance to serialize from.
|
|
29
32
|
* @param writer Serialization writer to use to serialize this model
|
|
30
33
|
*/
|
|
31
34
|
// @ts-ignore
|
|
32
|
-
export function serializeUploadPostRequestBody(writer, uploadPostRequestBody = {}) {
|
|
33
|
-
if (uploadPostRequestBody) {
|
|
34
|
-
|
|
35
|
-
writer.writeStringValue("uploadUrl", uploadPostRequestBody.uploadUrl);
|
|
36
|
-
writer.writeAdditionalData(uploadPostRequestBody.additionalData);
|
|
35
|
+
export function serializeUploadPostRequestBody(writer, uploadPostRequestBody = {}, isSerializingDerivedType = false) {
|
|
36
|
+
if (!uploadPostRequestBody || isSerializingDerivedType) {
|
|
37
|
+
return;
|
|
37
38
|
}
|
|
39
|
+
writer.writeStringValue("sha256FileHash", uploadPostRequestBody.sha256FileHash);
|
|
40
|
+
writer.writeStringValue("uploadUrl", uploadPostRequestBody.uploadUrl);
|
|
41
|
+
writer.writeAdditionalData(uploadPostRequestBody.additionalData);
|
|
38
42
|
}
|
|
39
43
|
/**
|
|
40
44
|
* Uri template for the request builder.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAI7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,iDAAiD,CAAC,SAAgC;IAC9F,OAAO,oCAAoC,CAAC;AAChD,CAAC;AACD
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAI7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,iDAAiD,CAAC,SAAgC;IAC9F,OAAO,oCAAoC,CAAC;AAChD,CAAC;AACD;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,oCAAoC,CAAC,wBAAoE,EAAE;IACvH,OAAO;QACH,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,qBAAqB,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC,CAAC;QACjF,gBAAgB,EAAE,CAAC,CAAC,EAAE,GAAG,qBAAqB,CAAC,cAAc,GAAG,CAAC,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;QACrF,WAAW,EAAE,CAAC,CAAC,EAAE,GAAG,qBAAqB,CAAC,SAAS,GAAG,CAAC,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;KAC9E,CAAA;AACL,CAAC;AACD;;;;;GAKG;AACH,aAAa;AACb,MAAM,UAAU,8BAA8B,CAAC,MAA2B,EAAE,wBAA2E,EAAE,EAAE,2BAAoC,KAAK;IAChM,IAAI,CAAC,qBAAqB,IAAI,wBAAwB,EAAE,CAAC;QAAC,OAAO;IAAC,CAAC;IACnE,MAAM,CAAC,gBAAgB,CAAC,gBAAgB,EAAE,qBAAqB,CAAC,cAAc,CAAC,CAAC;IAChF,MAAM,CAAC,gBAAgB,CAAC,WAAW,EAAE,qBAAqB,CAAC,SAAS,CAAC,CAAC;IACtE,MAAM,CAAC,mBAAmB,CAAC,qBAAqB,CAAC,cAAc,CAAC,CAAC;AACrE,CAAC;AAmCD;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG,uHAAuH,CAAC;AACvK;;GAEG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAAqB;IAClE,IAAI,EAAE;QACF,WAAW,EAAE,+BAA+B;QAC5C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;QAC1C,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,8BAA8B;QACrD,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -16,7 +16,7 @@ export interface PublicKeyInfrastructureRequestBuilder extends BaseRequestBuilde
|
|
|
16
16
|
*/
|
|
17
17
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* The collection of public key infrastructure instances for the certificate-based authentication feature for users in a Microsoft Entra tenant.
|
|
20
20
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
21
21
|
* @returns {Promise<PublicKeyInfrastructureRoot>}
|
|
22
22
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -37,7 +37,7 @@ export interface PublicKeyInfrastructureRequestBuilder extends BaseRequestBuilde
|
|
|
37
37
|
*/
|
|
38
38
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* The collection of public key infrastructure instances for the certificate-based authentication feature for users in a Microsoft Entra tenant.
|
|
41
41
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
42
|
* @returns {RequestInformation}
|
|
43
43
|
*/
|
|
@@ -51,7 +51,7 @@ export interface PublicKeyInfrastructureRequestBuilder extends BaseRequestBuilde
|
|
|
51
51
|
toPatchRequestInformation(body: PublicKeyInfrastructureRoot, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
52
52
|
}
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
54
|
+
* The collection of public key infrastructure instances for the certificate-based authentication feature for users in a Microsoft Entra tenant.
|
|
55
55
|
*/
|
|
56
56
|
export interface PublicKeyInfrastructureRequestBuilderGetQueryParameters {
|
|
57
57
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/msgraph-sdk-directory",
|
|
3
|
-
"version": "1.0.0-preview.
|
|
3
|
+
"version": "1.0.0-preview.63",
|
|
4
4
|
"description": "Directory fluent API for Microsoft Graph",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Microsoft",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"typescript": "^5.3.3"
|
|
38
38
|
},
|
|
39
39
|
"type": "module",
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "370d9b15fd2ff8fd8b6f42d7c80fa41ecbb83559"
|
|
41
41
|
}
|