@microsoft/msgraph-sdk-serviceprincipals 1.0.0-preview.83 → 1.0.0-preview.86
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/package.json +1 -1
- package/servicePrincipals/getAvailableExtensionProperties/index.js +3 -2
- package/servicePrincipals/getAvailableExtensionProperties/index.js.map +1 -1
- package/servicePrincipals/getByIds/index.js +2 -2
- package/servicePrincipals/getByIds/index.js.map +1 -1
- package/servicePrincipals/item/checkMemberGroups/index.js +2 -2
- package/servicePrincipals/item/checkMemberGroups/index.js.map +1 -1
- package/servicePrincipals/item/checkMemberObjects/index.js +2 -2
- package/servicePrincipals/item/checkMemberObjects/index.js.map +1 -1
- package/servicePrincipals/item/claimsMappingPolicies/ref/index.d.ts +1 -1
- package/servicePrincipals/item/claimsMappingPolicies/ref/index.d.ts.map +1 -1
- package/servicePrincipals/item/claimsMappingPolicies/ref/index.js +2 -2
- package/servicePrincipals/item/claimsMappingPolicies/ref/index.js.map +1 -1
- package/servicePrincipals/item/getMemberGroups/index.js +4 -3
- package/servicePrincipals/item/getMemberGroups/index.js.map +1 -1
- package/servicePrincipals/item/getMemberObjects/index.js +4 -3
- package/servicePrincipals/item/getMemberObjects/index.js.map +1 -1
- package/servicePrincipals/item/homeRealmDiscoveryPolicies/ref/index.d.ts +1 -1
- package/servicePrincipals/item/homeRealmDiscoveryPolicies/ref/index.d.ts.map +1 -1
- package/servicePrincipals/item/homeRealmDiscoveryPolicies/ref/index.js +2 -2
- package/servicePrincipals/item/homeRealmDiscoveryPolicies/ref/index.js.map +1 -1
- package/servicePrincipals/item/owners/ref/index.d.ts +1 -1
- package/servicePrincipals/item/owners/ref/index.d.ts.map +1 -1
- package/servicePrincipals/item/owners/ref/index.js +2 -2
- package/servicePrincipals/item/owners/ref/index.js.map +1 -1
- package/servicePrincipals/item/synchronization/acquireAccessToken/index.d.ts +2 -2
- package/servicePrincipals/item/synchronization/jobs/index.d.ts +5 -5
- package/servicePrincipals/item/synchronization/jobs/item/index.d.ts +5 -5
- package/servicePrincipals/item/synchronization/jobs/item/pause/index.d.ts +2 -2
- package/servicePrincipals/item/synchronization/jobs/item/provisionOnDemand/index.d.ts +2 -2
- package/servicePrincipals/item/synchronization/jobs/item/restart/index.d.ts +2 -2
- package/servicePrincipals/item/synchronization/jobs/item/schema/directories/item/discover/index.d.ts +2 -2
- package/servicePrincipals/item/synchronization/jobs/item/schema/filterOperators/index.d.ts +3 -3
- package/servicePrincipals/item/synchronization/jobs/item/schema/functions/index.d.ts +3 -3
- package/servicePrincipals/item/synchronization/jobs/item/schema/index.d.ts +5 -5
- package/servicePrincipals/item/synchronization/jobs/item/schema/parseExpression/index.d.ts +2 -2
- package/servicePrincipals/item/synchronization/jobs/item/start/index.d.ts +2 -2
- package/servicePrincipals/item/synchronization/jobs/item/validateCredentials/index.d.ts +2 -2
- package/servicePrincipals/item/synchronization/jobs/item/validateCredentials/index.js +3 -2
- package/servicePrincipals/item/synchronization/jobs/item/validateCredentials/index.js.map +1 -1
- package/servicePrincipals/item/synchronization/jobs/validateCredentials/index.js +3 -2
- package/servicePrincipals/item/synchronization/jobs/validateCredentials/index.js.map +1 -1
- package/servicePrincipals/item/synchronization/secrets/index.d.ts +2 -2
- package/servicePrincipals/item/synchronization/templates/index.d.ts +3 -3
- package/servicePrincipals/item/synchronization/templates/item/schema/directories/item/discover/index.d.ts +2 -2
- package/servicePrincipals/item/synchronization/templates/item/schema/filterOperators/index.d.ts +3 -3
- package/servicePrincipals/item/synchronization/templates/item/schema/functions/index.d.ts +3 -3
- package/servicePrincipals/item/synchronization/templates/item/schema/parseExpression/index.d.ts +2 -2
- package/servicePrincipals/item/tokenIssuancePolicies/ref/index.d.ts +1 -1
- package/servicePrincipals/item/tokenIssuancePolicies/ref/index.d.ts.map +1 -1
- package/servicePrincipals/item/tokenIssuancePolicies/ref/index.js +2 -2
- package/servicePrincipals/item/tokenIssuancePolicies/ref/index.js.map +1 -1
- package/servicePrincipals/item/tokenLifetimePolicies/ref/index.d.ts +1 -1
- package/servicePrincipals/item/tokenLifetimePolicies/ref/index.d.ts.map +1 -1
- package/servicePrincipals/item/tokenLifetimePolicies/ref/index.js +2 -2
- package/servicePrincipals/item/tokenLifetimePolicies/ref/index.js.map +1 -1
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -23,7 +23,7 @@ export interface FunctionsGetResponse extends BaseCollectionPaginationCountRespo
|
|
|
23
23
|
*/
|
|
24
24
|
export interface FunctionsRequestBuilder extends BaseRequestBuilder<FunctionsRequestBuilder> {
|
|
25
25
|
/**
|
|
26
|
-
* List all the functions currently supported in the attributeMappingSource.
|
|
26
|
+
* List all the functions currently supported in the attributeMappingSource for a synchronizationSchema.
|
|
27
27
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
28
28
|
* @returns {Promise<FunctionsGetResponse>}
|
|
29
29
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -31,14 +31,14 @@ export interface FunctionsRequestBuilder extends BaseRequestBuilder<FunctionsReq
|
|
|
31
31
|
*/
|
|
32
32
|
get(requestConfiguration?: RequestConfiguration<FunctionsRequestBuilderGetQueryParameters> | undefined): Promise<FunctionsGetResponse | undefined>;
|
|
33
33
|
/**
|
|
34
|
-
* List all the functions currently supported in the attributeMappingSource.
|
|
34
|
+
* List all the functions currently supported in the attributeMappingSource for a synchronizationSchema.
|
|
35
35
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
36
|
* @returns {RequestInformation}
|
|
37
37
|
*/
|
|
38
38
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<FunctionsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
|
-
* List all the functions currently supported in the attributeMappingSource.
|
|
41
|
+
* List all the functions currently supported in the attributeMappingSource for a synchronizationSchema.
|
|
42
42
|
*/
|
|
43
43
|
export interface FunctionsRequestBuilderGetQueryParameters {
|
|
44
44
|
/**
|
|
@@ -31,7 +31,7 @@ export interface SchemaRequestBuilder extends BaseRequestBuilder<SchemaRequestBu
|
|
|
31
31
|
*/
|
|
32
32
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
33
33
|
/**
|
|
34
|
-
* Retrieve the
|
|
34
|
+
* Retrieve the synchronizationSchema for a given synchronization job or template.
|
|
35
35
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
36
|
* @returns {Promise<SynchronizationSchema>}
|
|
37
37
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -39,7 +39,7 @@ export interface SchemaRequestBuilder extends BaseRequestBuilder<SchemaRequestBu
|
|
|
39
39
|
*/
|
|
40
40
|
get(requestConfiguration?: RequestConfiguration<SchemaRequestBuilderGetQueryParameters> | undefined): Promise<SynchronizationSchema | undefined>;
|
|
41
41
|
/**
|
|
42
|
-
* Update the
|
|
42
|
+
* Update the synchronizationSchema for a given job or template. This method fully replaces the current schema with the one provided in the request. To update the schema of a template, make the call on the application object. You must be the owner of the application.
|
|
43
43
|
* @param body The request body
|
|
44
44
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
45
45
|
* @returns {Promise<SynchronizationSchema>}
|
|
@@ -54,13 +54,13 @@ export interface SchemaRequestBuilder extends BaseRequestBuilder<SchemaRequestBu
|
|
|
54
54
|
*/
|
|
55
55
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
56
56
|
/**
|
|
57
|
-
* Retrieve the
|
|
57
|
+
* Retrieve the synchronizationSchema for a given synchronization job or template.
|
|
58
58
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
59
59
|
* @returns {RequestInformation}
|
|
60
60
|
*/
|
|
61
61
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<SchemaRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
62
62
|
/**
|
|
63
|
-
* Update the
|
|
63
|
+
* Update the synchronizationSchema for a given job or template. This method fully replaces the current schema with the one provided in the request. To update the schema of a template, make the call on the application object. You must be the owner of the application.
|
|
64
64
|
* @param body The request body
|
|
65
65
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
66
66
|
* @returns {RequestInformation}
|
|
@@ -68,7 +68,7 @@ export interface SchemaRequestBuilder extends BaseRequestBuilder<SchemaRequestBu
|
|
|
68
68
|
toPatchRequestInformation(body: SynchronizationSchema, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
69
69
|
}
|
|
70
70
|
/**
|
|
71
|
-
* Retrieve the
|
|
71
|
+
* Retrieve the synchronizationSchema for a given synchronization job or template.
|
|
72
72
|
*/
|
|
73
73
|
export interface SchemaRequestBuilderGetQueryParameters {
|
|
74
74
|
/**
|
|
@@ -35,7 +35,7 @@ export interface ParseExpressionPostRequestBody extends AdditionalDataHolder, Ba
|
|
|
35
35
|
*/
|
|
36
36
|
export interface ParseExpressionRequestBuilder extends BaseRequestBuilder<ParseExpressionRequestBuilder> {
|
|
37
37
|
/**
|
|
38
|
-
* Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.
|
|
38
|
+
* Parse a given string expression into an attributeMappingSource object for a synchronizationSchema. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.
|
|
39
39
|
* @param body The request body
|
|
40
40
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
41
41
|
* @returns {Promise<ParseExpressionResponse>}
|
|
@@ -44,7 +44,7 @@ export interface ParseExpressionRequestBuilder extends BaseRequestBuilder<ParseE
|
|
|
44
44
|
*/
|
|
45
45
|
post(body: ParseExpressionPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ParseExpressionResponse | undefined>;
|
|
46
46
|
/**
|
|
47
|
-
* Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.
|
|
47
|
+
* Parse a given string expression into an attributeMappingSource object for a synchronizationSchema. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.
|
|
48
48
|
* @param body The request body
|
|
49
49
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
50
50
|
* @returns {RequestInformation}
|
|
@@ -4,14 +4,14 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
|
|
|
4
4
|
*/
|
|
5
5
|
export interface StartRequestBuilder extends BaseRequestBuilder<StartRequestBuilder> {
|
|
6
6
|
/**
|
|
7
|
-
* Start an existing
|
|
7
|
+
* Start an existing synchronizationJob. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don't create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine.
|
|
8
8
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9
9
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
10
10
|
* @see {@link https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0|Find more info here}
|
|
11
11
|
*/
|
|
12
12
|
post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
13
13
|
/**
|
|
14
|
-
* Start an existing
|
|
14
|
+
* Start an existing synchronizationJob. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don't create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine.
|
|
15
15
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
16
|
* @returns {RequestInformation}
|
|
17
17
|
*/
|
|
@@ -46,7 +46,7 @@ export interface ValidateCredentialsPostRequestBody extends AdditionalDataHolder
|
|
|
46
46
|
*/
|
|
47
47
|
export interface ValidateCredentialsRequestBuilder extends BaseRequestBuilder<ValidateCredentialsRequestBuilder> {
|
|
48
48
|
/**
|
|
49
|
-
* Validate that the credentials are valid in the tenant.
|
|
49
|
+
* Validate that the credentials are valid in the tenant for a synchronizationJob.
|
|
50
50
|
* @param body The request body
|
|
51
51
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
52
52
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -54,7 +54,7 @@ export interface ValidateCredentialsRequestBuilder extends BaseRequestBuilder<Va
|
|
|
54
54
|
*/
|
|
55
55
|
post(body: ValidateCredentialsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
56
56
|
/**
|
|
57
|
-
* Validate that the credentials are valid in the tenant.
|
|
57
|
+
* Validate that the credentials are valid in the tenant for a synchronizationJob.
|
|
58
58
|
* @param body The request body
|
|
59
59
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
60
60
|
* @returns {RequestInformation}
|
|
@@ -26,7 +26,7 @@ export function deserializeIntoValidateCredentialsPostRequestBody(validateCreden
|
|
|
26
26
|
"backingStoreEnabled": n => { validateCredentialsPostRequestBody.backingStoreEnabled = true; },
|
|
27
27
|
"credentials": n => { validateCredentialsPostRequestBody.credentials = n.getCollectionOfObjectValues(createSynchronizationSecretKeyStringValuePairFromDiscriminatorValue); },
|
|
28
28
|
"templateId": n => { validateCredentialsPostRequestBody.templateId = n.getStringValue(); },
|
|
29
|
-
"useSavedCredentials": n => { validateCredentialsPostRequestBody.useSavedCredentials = n.getBooleanValue(); },
|
|
29
|
+
"useSavedCredentials": n => { var _a; validateCredentialsPostRequestBody.useSavedCredentials = (_a = n.getBooleanValue()) !== null && _a !== void 0 ? _a : false; },
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
32
|
/**
|
|
@@ -37,13 +37,14 @@ export function deserializeIntoValidateCredentialsPostRequestBody(validateCreden
|
|
|
37
37
|
*/
|
|
38
38
|
// @ts-ignore
|
|
39
39
|
export function serializeValidateCredentialsPostRequestBody(writer, validateCredentialsPostRequestBody = {}, isSerializingDerivedType = false) {
|
|
40
|
+
var _a;
|
|
40
41
|
if (!validateCredentialsPostRequestBody || isSerializingDerivedType) {
|
|
41
42
|
return;
|
|
42
43
|
}
|
|
43
44
|
writer.writeStringValue("applicationIdentifier", validateCredentialsPostRequestBody.applicationIdentifier);
|
|
44
45
|
writer.writeCollectionOfObjectValues("credentials", validateCredentialsPostRequestBody.credentials, serializeSynchronizationSecretKeyStringValuePair);
|
|
45
46
|
writer.writeStringValue("templateId", validateCredentialsPostRequestBody.templateId);
|
|
46
|
-
writer.writeBooleanValue("useSavedCredentials", validateCredentialsPostRequestBody.useSavedCredentials);
|
|
47
|
+
writer.writeBooleanValue("useSavedCredentials", (_a = validateCredentialsPostRequestBody.useSavedCredentials) !== null && _a !== void 0 ? _a : false);
|
|
47
48
|
writer.writeAdditionalData(validateCredentialsPostRequestBody.additionalData);
|
|
48
49
|
}
|
|
49
50
|
/**
|
|
@@ -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,mEAAmE,EAAE,gDAAgD,EAAgD,MAAM,wCAAwC,CAAC;AAC7N,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAI7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,8DAA8D,CAAC,SAAgC;IAC3G,OAAO,iDAAiD,CAAC;AAC7D,CAAC;AACD;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,iDAAiD,CAAC,qCAA8F,EAAE;IAC9J,OAAO;QACH,uBAAuB,EAAE,CAAC,CAAC,EAAE,GAAG,kCAAkC,CAAC,qBAAqB,GAAG,CAAC,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;QAChH,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,kCAAkC,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC,CAAC;QAC9F,aAAa,EAAE,CAAC,CAAC,EAAE,GAAG,kCAAkC,CAAC,WAAW,GAAG,CAAC,CAAC,2BAA2B,CAA0C,mEAAmE,CAAC,CAAC,CAAC,CAAC;QACrN,YAAY,EAAE,CAAC,CAAC,EAAE,GAAG,kCAAkC,CAAC,UAAU,GAAG,CAAC,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;QAC1F,qBAAqB,EAAE,CAAC,CAAC,EAAE,
|
|
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,mEAAmE,EAAE,gDAAgD,EAAgD,MAAM,wCAAwC,CAAC;AAC7N,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAI7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,8DAA8D,CAAC,SAAgC;IAC3G,OAAO,iDAAiD,CAAC;AAC7D,CAAC;AACD;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,iDAAiD,CAAC,qCAA8F,EAAE;IAC9J,OAAO;QACH,uBAAuB,EAAE,CAAC,CAAC,EAAE,GAAG,kCAAkC,CAAC,qBAAqB,GAAG,CAAC,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;QAChH,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,kCAAkC,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC,CAAC;QAC9F,aAAa,EAAE,CAAC,CAAC,EAAE,GAAG,kCAAkC,CAAC,WAAW,GAAG,CAAC,CAAC,2BAA2B,CAA0C,mEAAmE,CAAC,CAAC,CAAC,CAAC;QACrN,YAAY,EAAE,CAAC,CAAC,EAAE,GAAG,kCAAkC,CAAC,UAAU,GAAG,CAAC,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;QAC1F,qBAAqB,EAAE,CAAC,CAAC,EAAE,WAAG,kCAAkC,CAAC,mBAAmB,GAAG,MAAA,CAAC,CAAC,eAAe,EAAE,mCAAI,KAAK,CAAC,CAAC,CAAC;KACzH,CAAA;AACL,CAAC;AACD;;;;;GAKG;AACH,aAAa;AACb,MAAM,UAAU,2CAA2C,CAAC,MAA2B,EAAE,qCAAqG,EAAE,EAAE,2BAAoC,KAAK;;IACvO,IAAI,CAAC,kCAAkC,IAAI,wBAAwB,EAAE,CAAC;QAAC,OAAO;IAAC,CAAC;IAChF,MAAM,CAAC,gBAAgB,CAAC,uBAAuB,EAAE,kCAAkC,CAAC,qBAAqB,CAAC,CAAC;IAC3G,MAAM,CAAC,6BAA6B,CAA0C,aAAa,EAAE,kCAAkC,CAAC,WAAW,EAAE,gDAAgD,CAAC,CAAC;IAC/L,MAAM,CAAC,gBAAgB,CAAC,YAAY,EAAE,kCAAkC,CAAC,UAAU,CAAC,CAAC;IACrF,MAAM,CAAC,iBAAiB,CAAC,qBAAqB,EAAE,MAAA,kCAAkC,CAAC,mBAAmB,mCAAI,KAAK,CAAC,CAAC;IACjH,MAAM,CAAC,mBAAmB,CAAC,kCAAkC,CAAC,cAAc,CAAC,CAAC;AAClF,CAAC;AA2CD;;GAEG;AACH,MAAM,CAAC,MAAM,4CAA4C,GAAG,yHAAyH,CAAC;AACtL;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAqB;IAC/E,IAAI,EAAE;QACF,WAAW,EAAE,4CAA4C;QACzD,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;QAC1C,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,2CAA2C;QAClE,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -26,7 +26,7 @@ export function deserializeIntoValidateCredentialsPostRequestBody(validateCreden
|
|
|
26
26
|
"backingStoreEnabled": n => { validateCredentialsPostRequestBody.backingStoreEnabled = true; },
|
|
27
27
|
"credentials": n => { validateCredentialsPostRequestBody.credentials = n.getCollectionOfObjectValues(createSynchronizationSecretKeyStringValuePairFromDiscriminatorValue); },
|
|
28
28
|
"templateId": n => { validateCredentialsPostRequestBody.templateId = n.getStringValue(); },
|
|
29
|
-
"useSavedCredentials": n => { validateCredentialsPostRequestBody.useSavedCredentials = n.getBooleanValue(); },
|
|
29
|
+
"useSavedCredentials": n => { var _a; validateCredentialsPostRequestBody.useSavedCredentials = (_a = n.getBooleanValue()) !== null && _a !== void 0 ? _a : false; },
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
32
|
/**
|
|
@@ -37,13 +37,14 @@ export function deserializeIntoValidateCredentialsPostRequestBody(validateCreden
|
|
|
37
37
|
*/
|
|
38
38
|
// @ts-ignore
|
|
39
39
|
export function serializeValidateCredentialsPostRequestBody(writer, validateCredentialsPostRequestBody = {}, isSerializingDerivedType = false) {
|
|
40
|
+
var _a;
|
|
40
41
|
if (!validateCredentialsPostRequestBody || isSerializingDerivedType) {
|
|
41
42
|
return;
|
|
42
43
|
}
|
|
43
44
|
writer.writeStringValue("applicationIdentifier", validateCredentialsPostRequestBody.applicationIdentifier);
|
|
44
45
|
writer.writeCollectionOfObjectValues("credentials", validateCredentialsPostRequestBody.credentials, serializeSynchronizationSecretKeyStringValuePair);
|
|
45
46
|
writer.writeStringValue("templateId", validateCredentialsPostRequestBody.templateId);
|
|
46
|
-
writer.writeBooleanValue("useSavedCredentials", validateCredentialsPostRequestBody.useSavedCredentials);
|
|
47
|
+
writer.writeBooleanValue("useSavedCredentials", (_a = validateCredentialsPostRequestBody.useSavedCredentials) !== null && _a !== void 0 ? _a : false);
|
|
47
48
|
writer.writeAdditionalData(validateCredentialsPostRequestBody.additionalData);
|
|
48
49
|
}
|
|
49
50
|
/**
|
|
@@ -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,mEAAmE,EAAE,gDAAgD,EAAgD,MAAM,wCAAwC,CAAC;AAC7N,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAI7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,8DAA8D,CAAC,SAAgC;IAC3G,OAAO,iDAAiD,CAAC;AAC7D,CAAC;AACD;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,iDAAiD,CAAC,qCAA8F,EAAE;IAC9J,OAAO;QACH,uBAAuB,EAAE,CAAC,CAAC,EAAE,GAAG,kCAAkC,CAAC,qBAAqB,GAAG,CAAC,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;QAChH,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,kCAAkC,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC,CAAC;QAC9F,aAAa,EAAE,CAAC,CAAC,EAAE,GAAG,kCAAkC,CAAC,WAAW,GAAG,CAAC,CAAC,2BAA2B,CAA0C,mEAAmE,CAAC,CAAC,CAAC,CAAC;QACrN,YAAY,EAAE,CAAC,CAAC,EAAE,GAAG,kCAAkC,CAAC,UAAU,GAAG,CAAC,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;QAC1F,qBAAqB,EAAE,CAAC,CAAC,EAAE,
|
|
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,mEAAmE,EAAE,gDAAgD,EAAgD,MAAM,wCAAwC,CAAC;AAC7N,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAI7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,8DAA8D,CAAC,SAAgC;IAC3G,OAAO,iDAAiD,CAAC;AAC7D,CAAC;AACD;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,iDAAiD,CAAC,qCAA8F,EAAE;IAC9J,OAAO;QACH,uBAAuB,EAAE,CAAC,CAAC,EAAE,GAAG,kCAAkC,CAAC,qBAAqB,GAAG,CAAC,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;QAChH,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,kCAAkC,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC,CAAC;QAC9F,aAAa,EAAE,CAAC,CAAC,EAAE,GAAG,kCAAkC,CAAC,WAAW,GAAG,CAAC,CAAC,2BAA2B,CAA0C,mEAAmE,CAAC,CAAC,CAAC,CAAC;QACrN,YAAY,EAAE,CAAC,CAAC,EAAE,GAAG,kCAAkC,CAAC,UAAU,GAAG,CAAC,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;QAC1F,qBAAqB,EAAE,CAAC,CAAC,EAAE,WAAG,kCAAkC,CAAC,mBAAmB,GAAG,MAAA,CAAC,CAAC,eAAe,EAAE,mCAAI,KAAK,CAAC,CAAC,CAAC;KACzH,CAAA;AACL,CAAC;AACD;;;;;GAKG;AACH,aAAa;AACb,MAAM,UAAU,2CAA2C,CAAC,MAA2B,EAAE,qCAAqG,EAAE,EAAE,2BAAoC,KAAK;;IACvO,IAAI,CAAC,kCAAkC,IAAI,wBAAwB,EAAE,CAAC;QAAC,OAAO;IAAC,CAAC;IAChF,MAAM,CAAC,gBAAgB,CAAC,uBAAuB,EAAE,kCAAkC,CAAC,qBAAqB,CAAC,CAAC;IAC3G,MAAM,CAAC,6BAA6B,CAA0C,aAAa,EAAE,kCAAkC,CAAC,WAAW,EAAE,gDAAgD,CAAC,CAAC;IAC/L,MAAM,CAAC,gBAAgB,CAAC,YAAY,EAAE,kCAAkC,CAAC,UAAU,CAAC,CAAC;IACrF,MAAM,CAAC,iBAAiB,CAAC,qBAAqB,EAAE,MAAA,kCAAkC,CAAC,mBAAmB,mCAAI,KAAK,CAAC,CAAC;IACjH,MAAM,CAAC,mBAAmB,CAAC,kCAAkC,CAAC,cAAc,CAAC,CAAC;AAClF,CAAC;AA0CD;;GAEG;AACH,MAAM,CAAC,MAAM,4CAA4C,GAAG,+FAA+F,CAAC;AAC5J;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAqB;IAC/E,IAAI,EAAE;QACF,WAAW,EAAE,4CAA4C;QACzD,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;QAC1C,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,2CAA2C;QAClE,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -54,7 +54,7 @@ export interface SecretsRequestBuilder extends BaseRequestBuilder<SecretsRequest
|
|
|
54
54
|
*/
|
|
55
55
|
get count(): CountRequestBuilder;
|
|
56
56
|
/**
|
|
57
|
-
* Provide credentials for establishing connectivity with the target system.
|
|
57
|
+
* Provide credentials for establishing connectivity with the target system and store them in the synchronization resource.
|
|
58
58
|
* @param body The request body
|
|
59
59
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
60
60
|
* @returns {Promise<SecretsPutResponse>}
|
|
@@ -63,7 +63,7 @@ export interface SecretsRequestBuilder extends BaseRequestBuilder<SecretsRequest
|
|
|
63
63
|
*/
|
|
64
64
|
put(body: SecretsPutRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<SecretsPutResponse | undefined>;
|
|
65
65
|
/**
|
|
66
|
-
* Provide credentials for establishing connectivity with the target system.
|
|
66
|
+
* Provide credentials for establishing connectivity with the target system and store them in the synchronization resource.
|
|
67
67
|
* @param body The request body
|
|
68
68
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
69
69
|
* @returns {RequestInformation}
|
|
@@ -17,7 +17,7 @@ export interface TemplatesRequestBuilder extends BaseRequestBuilder<TemplatesReq
|
|
|
17
17
|
*/
|
|
18
18
|
bySynchronizationTemplateId(synchronizationTemplateId: string): SynchronizationTemplateItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
* List
|
|
20
|
+
* List synchronizationTemplate objects associated with a given application or service principal.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<SynchronizationTemplateCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -33,7 +33,7 @@ export interface TemplatesRequestBuilder extends BaseRequestBuilder<TemplatesReq
|
|
|
33
33
|
*/
|
|
34
34
|
post(body: SynchronizationTemplate, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<SynchronizationTemplate | undefined>;
|
|
35
35
|
/**
|
|
36
|
-
* List
|
|
36
|
+
* List synchronizationTemplate objects associated with a given application or service principal.
|
|
37
37
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
38
38
|
* @returns {RequestInformation}
|
|
39
39
|
*/
|
|
@@ -47,7 +47,7 @@ export interface TemplatesRequestBuilder extends BaseRequestBuilder<TemplatesReq
|
|
|
47
47
|
toPostRequestInformation(body: SynchronizationTemplate, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
|
-
* List
|
|
50
|
+
* List synchronizationTemplate objects associated with a given application or service principal.
|
|
51
51
|
*/
|
|
52
52
|
export interface TemplatesRequestBuilderGetQueryParameters {
|
|
53
53
|
/**
|
|
@@ -5,7 +5,7 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
|
|
|
5
5
|
*/
|
|
6
6
|
export interface DiscoverRequestBuilder extends BaseRequestBuilder<DiscoverRequestBuilder> {
|
|
7
7
|
/**
|
|
8
|
-
* Discover the latest schema definition for provisioning to an application.
|
|
8
|
+
* Discover the latest schema definition for provisioning to an application for the directoryDefinition.
|
|
9
9
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
10
|
* @returns {Promise<DirectoryDefinition>}
|
|
11
11
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -13,7 +13,7 @@ export interface DiscoverRequestBuilder extends BaseRequestBuilder<DiscoverReque
|
|
|
13
13
|
*/
|
|
14
14
|
post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DirectoryDefinition | undefined>;
|
|
15
15
|
/**
|
|
16
|
-
* Discover the latest schema definition for provisioning to an application.
|
|
16
|
+
* Discover the latest schema definition for provisioning to an application for the directoryDefinition.
|
|
17
17
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
18
18
|
* @returns {RequestInformation}
|
|
19
19
|
*/
|
package/servicePrincipals/item/synchronization/templates/item/schema/filterOperators/index.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export interface FilterOperatorsGetResponse extends BaseCollectionPaginationCoun
|
|
|
23
23
|
*/
|
|
24
24
|
export interface FilterOperatorsRequestBuilder extends BaseRequestBuilder<FilterOperatorsRequestBuilder> {
|
|
25
25
|
/**
|
|
26
|
-
* List all operators supported in the scoping filters.
|
|
26
|
+
* List all operators supported in the scoping filters for a synchronizationSchema.
|
|
27
27
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
28
28
|
* @returns {Promise<FilterOperatorsGetResponse>}
|
|
29
29
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -31,14 +31,14 @@ export interface FilterOperatorsRequestBuilder extends BaseRequestBuilder<Filter
|
|
|
31
31
|
*/
|
|
32
32
|
get(requestConfiguration?: RequestConfiguration<FilterOperatorsRequestBuilderGetQueryParameters> | undefined): Promise<FilterOperatorsGetResponse | undefined>;
|
|
33
33
|
/**
|
|
34
|
-
* List all operators supported in the scoping filters.
|
|
34
|
+
* List all operators supported in the scoping filters for a synchronizationSchema.
|
|
35
35
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
36
|
* @returns {RequestInformation}
|
|
37
37
|
*/
|
|
38
38
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<FilterOperatorsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
|
-
* List all operators supported in the scoping filters.
|
|
41
|
+
* List all operators supported in the scoping filters for a synchronizationSchema.
|
|
42
42
|
*/
|
|
43
43
|
export interface FilterOperatorsRequestBuilderGetQueryParameters {
|
|
44
44
|
/**
|
|
@@ -23,7 +23,7 @@ export interface FunctionsGetResponse extends BaseCollectionPaginationCountRespo
|
|
|
23
23
|
*/
|
|
24
24
|
export interface FunctionsRequestBuilder extends BaseRequestBuilder<FunctionsRequestBuilder> {
|
|
25
25
|
/**
|
|
26
|
-
* List all the functions currently supported in the attributeMappingSource.
|
|
26
|
+
* List all the functions currently supported in the attributeMappingSource for a synchronizationSchema.
|
|
27
27
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
28
28
|
* @returns {Promise<FunctionsGetResponse>}
|
|
29
29
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -31,14 +31,14 @@ export interface FunctionsRequestBuilder extends BaseRequestBuilder<FunctionsReq
|
|
|
31
31
|
*/
|
|
32
32
|
get(requestConfiguration?: RequestConfiguration<FunctionsRequestBuilderGetQueryParameters> | undefined): Promise<FunctionsGetResponse | undefined>;
|
|
33
33
|
/**
|
|
34
|
-
* List all the functions currently supported in the attributeMappingSource.
|
|
34
|
+
* List all the functions currently supported in the attributeMappingSource for a synchronizationSchema.
|
|
35
35
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
36
|
* @returns {RequestInformation}
|
|
37
37
|
*/
|
|
38
38
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<FunctionsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
|
-
* List all the functions currently supported in the attributeMappingSource.
|
|
41
|
+
* List all the functions currently supported in the attributeMappingSource for a synchronizationSchema.
|
|
42
42
|
*/
|
|
43
43
|
export interface FunctionsRequestBuilderGetQueryParameters {
|
|
44
44
|
/**
|
package/servicePrincipals/item/synchronization/templates/item/schema/parseExpression/index.d.ts
CHANGED
|
@@ -35,7 +35,7 @@ export interface ParseExpressionPostRequestBody extends AdditionalDataHolder, Ba
|
|
|
35
35
|
*/
|
|
36
36
|
export interface ParseExpressionRequestBuilder extends BaseRequestBuilder<ParseExpressionRequestBuilder> {
|
|
37
37
|
/**
|
|
38
|
-
* Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.
|
|
38
|
+
* Parse a given string expression into an attributeMappingSource object for a synchronizationSchema. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.
|
|
39
39
|
* @param body The request body
|
|
40
40
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
41
41
|
* @returns {Promise<ParseExpressionResponse>}
|
|
@@ -44,7 +44,7 @@ export interface ParseExpressionRequestBuilder extends BaseRequestBuilder<ParseE
|
|
|
44
44
|
*/
|
|
45
45
|
post(body: ParseExpressionPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ParseExpressionResponse | undefined>;
|
|
46
46
|
/**
|
|
47
|
-
* Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.
|
|
47
|
+
* Parse a given string expression into an attributeMappingSource object for a synchronizationSchema. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.
|
|
48
48
|
* @param body The request body
|
|
49
49
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
50
50
|
* @returns {RequestInformation}
|
|
@@ -85,7 +85,7 @@ export interface RefRequestBuilderGetQueryParameters {
|
|
|
85
85
|
/**
|
|
86
86
|
* Uri template for the request builder.
|
|
87
87
|
*/
|
|
88
|
-
export declare const RefRequestBuilderUriTemplate = "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/tokenIssuancePolicies/$ref
|
|
88
|
+
export declare const RefRequestBuilderUriTemplate = "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/tokenIssuancePolicies/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}";
|
|
89
89
|
/**
|
|
90
90
|
* Metadata for all the requests in the request builder.
|
|
91
91
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAkF,KAAK,eAAe,EAAE,KAAK,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAI7L,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,kBAAkB,CAAC,iBAAiB,CAAC;IAC5E;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzH;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mCAAmC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wBAAwB,GAAG,SAAS,CAAC,CAAC;IACnJ;;;;;OAKG;IACF,IAAI,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAC9G;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClJ;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mCAAmC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC5I;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC1I;AACD;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACnD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AACD;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAChD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;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,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,eAAO,MAAM,4BAA4B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAkF,KAAK,eAAe,EAAE,KAAK,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAI7L,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,kBAAkB,CAAC,iBAAiB,CAAC;IAC5E;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzH;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mCAAmC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wBAAwB,GAAG,SAAS,CAAC,CAAC;IACnJ;;;;;OAKG;IACF,IAAI,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAC9G;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClJ;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mCAAmC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC5I;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC1I;AACD;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACnD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AACD;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAChD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;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,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,eAAO,MAAM,4BAA4B,6IAA6I,CAAC;AAkBvL;;GAEG;AACH,eAAO,MAAM,iCAAiC,EAAE,gBA+B/C,CAAC"}
|
|
@@ -8,7 +8,7 @@ import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/m
|
|
|
8
8
|
/**
|
|
9
9
|
* Uri template for the request builder.
|
|
10
10
|
*/
|
|
11
|
-
export const RefRequestBuilderUriTemplate = "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/tokenIssuancePolicies/$ref
|
|
11
|
+
export const RefRequestBuilderUriTemplate = "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/tokenIssuancePolicies/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}";
|
|
12
12
|
/**
|
|
13
13
|
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
14
14
|
*/
|
|
@@ -31,7 +31,7 @@ const RefRequestBuilderGetQueryParametersMapper = {
|
|
|
31
31
|
*/
|
|
32
32
|
export const RefRequestBuilderRequestsMetadata = {
|
|
33
33
|
delete: {
|
|
34
|
-
uriTemplate:
|
|
34
|
+
uriTemplate: "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/tokenIssuancePolicies/$ref?@id={%40id}",
|
|
35
35
|
responseBodyContentType: "application/json",
|
|
36
36
|
errorMappings: {
|
|
37
37
|
XXX: createODataErrorFromDiscriminatorValue,
|
|
@@ -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,oDAAoD,EAAE,wBAAwB,EAAuD,MAAM,wCAAwC,CAAC;AAC7L,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAsF7H;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG,
|
|
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,oDAAoD,EAAE,wBAAwB,EAAuD,MAAM,wCAAwC,CAAC;AAC7L,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAsF7H;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG,0IAA0I,CAAC;AACvL;;GAEG;AACH,MAAM,4CAA4C,GAA2B;IACzE,IAAI,EAAE,OAAO;CAChB,CAAC;AACF;;GAEG;AACH,MAAM,yCAAyC,GAA2B;IACtE,OAAO,EAAE,UAAU;IACnB,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;IACjB,KAAK,EAAE,QAAQ;CAClB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAqB;IAC/D,MAAM,EAAE;QACJ,WAAW,EAAE,6FAA6F;QAC1G,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;QAC1C,qBAAqB,EAAE,4CAA4C;KACtE;IACD,GAAG,EAAE;QACD,WAAW,EAAE,4BAA4B;QACzC,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,oDAAoD;QAC1E,qBAAqB,EAAE,yCAAyC;KACnE;IACD,IAAI,EAAE;QACF,WAAW,EAAE,4BAA4B;QACzC,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;QAC1C,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,wBAAwB;QAC/C,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -88,7 +88,7 @@ export interface RefRequestBuilderGetQueryParameters {
|
|
|
88
88
|
/**
|
|
89
89
|
* Uri template for the request builder.
|
|
90
90
|
*/
|
|
91
|
-
export declare const RefRequestBuilderUriTemplate = "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/tokenLifetimePolicies/$ref
|
|
91
|
+
export declare const RefRequestBuilderUriTemplate = "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/tokenLifetimePolicies/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}";
|
|
92
92
|
/**
|
|
93
93
|
* Metadata for all the requests in the request builder.
|
|
94
94
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAkF,KAAK,eAAe,EAAE,KAAK,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAI7L,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,kBAAkB,CAAC,iBAAiB,CAAC;IAC5E;;;;;OAKG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzH;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mCAAmC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wBAAwB,GAAG,SAAS,CAAC,CAAC;IACnJ;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAC9G;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClJ;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mCAAmC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC5I;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC1I;AACD;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACnD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AACD;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAChD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;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,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,eAAO,MAAM,4BAA4B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAkF,KAAK,eAAe,EAAE,KAAK,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAI7L,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,kBAAkB,CAAC,iBAAiB,CAAC;IAC5E;;;;;OAKG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzH;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mCAAmC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wBAAwB,GAAG,SAAS,CAAC,CAAC;IACnJ;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAC9G;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClJ;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mCAAmC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC5I;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC1I;AACD;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACnD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AACD;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAChD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;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,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,eAAO,MAAM,4BAA4B,6IAA6I,CAAC;AAkBvL;;GAEG;AACH,eAAO,MAAM,iCAAiC,EAAE,gBA+B/C,CAAC"}
|
|
@@ -8,7 +8,7 @@ import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/m
|
|
|
8
8
|
/**
|
|
9
9
|
* Uri template for the request builder.
|
|
10
10
|
*/
|
|
11
|
-
export const RefRequestBuilderUriTemplate = "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/tokenLifetimePolicies/$ref
|
|
11
|
+
export const RefRequestBuilderUriTemplate = "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/tokenLifetimePolicies/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}";
|
|
12
12
|
/**
|
|
13
13
|
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
14
14
|
*/
|
|
@@ -31,7 +31,7 @@ const RefRequestBuilderGetQueryParametersMapper = {
|
|
|
31
31
|
*/
|
|
32
32
|
export const RefRequestBuilderRequestsMetadata = {
|
|
33
33
|
delete: {
|
|
34
|
-
uriTemplate:
|
|
34
|
+
uriTemplate: "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/tokenLifetimePolicies/$ref?@id={%40id}",
|
|
35
35
|
responseBodyContentType: "application/json",
|
|
36
36
|
errorMappings: {
|
|
37
37
|
XXX: createODataErrorFromDiscriminatorValue,
|
|
@@ -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,oDAAoD,EAAE,wBAAwB,EAAuD,MAAM,wCAAwC,CAAC;AAC7L,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAyF7H;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG,
|
|
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,oDAAoD,EAAE,wBAAwB,EAAuD,MAAM,wCAAwC,CAAC;AAC7L,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAyF7H;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG,0IAA0I,CAAC;AACvL;;GAEG;AACH,MAAM,4CAA4C,GAA2B;IACzE,IAAI,EAAE,OAAO;CAChB,CAAC;AACF;;GAEG;AACH,MAAM,yCAAyC,GAA2B;IACtE,OAAO,EAAE,UAAU;IACnB,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;IACjB,KAAK,EAAE,QAAQ;CAClB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAqB;IAC/D,MAAM,EAAE;QACJ,WAAW,EAAE,6FAA6F;QAC1G,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;QAC1C,qBAAqB,EAAE,4CAA4C;KACtE;IACD,GAAG,EAAE;QACD,WAAW,EAAE,4BAA4B;QACzC,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,oDAAoD;QAC1E,qBAAqB,EAAE,yCAAyC;KACnE;IACD,IAAI,EAAE;QACF,WAAW,EAAE,4BAA4B;QACzC,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;QAC1C,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,wBAAwB;QAC/C,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|