@microsoft/msgraph-sdk-policies 1.0.0-preview.20 → 1.0.0-preview.22

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.
Files changed (34) hide show
  1. package/package.json +3 -3
  2. package/policies/authenticationStrengthPolicies/item/combinationConfigurations/index.d.ts +5 -7
  3. package/policies/authenticationStrengthPolicies/item/combinationConfigurations/index.d.ts.map +1 -1
  4. package/policies/authenticationStrengthPolicies/item/combinationConfigurations/item/index.d.ts +7 -10
  5. package/policies/authenticationStrengthPolicies/item/combinationConfigurations/item/index.d.ts.map +1 -1
  6. package/policies/authenticationStrengthPolicies/item/usage/index.d.ts +3 -2
  7. package/policies/authenticationStrengthPolicies/item/usage/index.d.ts.map +1 -1
  8. package/policies/claimsMappingPolicies/item/appliesTo/index.d.ts +4 -3
  9. package/policies/claimsMappingPolicies/item/appliesTo/index.d.ts.map +1 -1
  10. package/policies/crossTenantAccessPolicy/index.d.ts +5 -0
  11. package/policies/crossTenantAccessPolicy/index.d.ts.map +1 -1
  12. package/policies/crossTenantAccessPolicy/index.js +6 -0
  13. package/policies/crossTenantAccessPolicy/partners/item/identitySynchronization/index.d.ts +3 -2
  14. package/policies/crossTenantAccessPolicy/partners/item/identitySynchronization/index.d.ts.map +1 -1
  15. package/policies/crossTenantAccessPolicy/templates/index.d.ts +83 -0
  16. package/policies/crossTenantAccessPolicy/templates/index.d.ts.map +1 -0
  17. package/policies/crossTenantAccessPolicy/templates/index.js +73 -0
  18. package/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization/index.d.ts +71 -0
  19. package/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization/index.d.ts.map +1 -0
  20. package/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization/index.js +58 -0
  21. package/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration/index.d.ts +71 -0
  22. package/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration/index.d.ts.map +1 -0
  23. package/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration/index.js +58 -0
  24. package/policies/featureRolloutPolicies/item/appliesTo/index.d.ts +3 -3
  25. package/policies/featureRolloutPolicies/item/appliesTo/ref/index.d.ts +3 -3
  26. package/policies/homeRealmDiscoveryPolicies/item/appliesTo/index.d.ts +4 -3
  27. package/policies/homeRealmDiscoveryPolicies/item/appliesTo/index.d.ts.map +1 -1
  28. package/policies/permissionGrantPolicies/item/excludes/item/index.d.ts +3 -3
  29. package/policies/permissionGrantPolicies/item/includes/item/index.d.ts +3 -3
  30. package/policies/tokenIssuancePolicies/item/appliesTo/index.d.ts +4 -3
  31. package/policies/tokenIssuancePolicies/item/appliesTo/index.d.ts.map +1 -1
  32. package/policies/tokenLifetimePolicies/item/appliesTo/index.d.ts +4 -3
  33. package/policies/tokenLifetimePolicies/item/appliesTo/index.d.ts.map +1 -1
  34. package/tsconfig.tsbuildinfo +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/msgraph-sdk-policies",
3
- "version": "1.0.0-preview.20",
3
+ "version": "1.0.0-preview.22",
4
4
  "description": "Policies fluent API for Microsoft Graph",
5
5
  "keywords": [
6
6
  "Microsoft",
@@ -37,12 +37,12 @@
37
37
  "@microsoft/kiota-serialization-json": "^1.0.0-preview.39",
38
38
  "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.18",
39
39
  "@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
40
- "@microsoft/msgraph-sdk": "^1.0.0-preview.20",
40
+ "@microsoft/msgraph-sdk": "^1.0.0-preview.22",
41
41
  "guid-typescript": "^1.0.9",
42
42
  "tslib": "^2.6.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "typescript": "^5.3.3"
46
46
  },
47
- "gitHead": "e2bd6df39237b2ec731c26773cfd7bb25b978077"
47
+ "gitHead": "d41363478d26ba2bcde02901bb2983793b286bdf"
48
48
  }
@@ -17,30 +17,28 @@ export interface CombinationConfigurationsRequestBuilder extends BaseRequestBuil
17
17
  */
18
18
  byAuthenticationCombinationConfigurationId(authenticationCombinationConfigurationId: string): AuthenticationCombinationConfigurationItemRequestBuilder;
19
19
  /**
20
- * Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths.
20
+ * Settings that may be used to require specific types or instances of an authentication method to be used when authenticating with a specified combination of authentication methods.
21
21
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
22
  * @returns {Promise<AuthenticationCombinationConfigurationCollectionResponse>}
23
23
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
24
- * @see {@link https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0|Find more info here}
25
24
  */
26
25
  get(requestConfiguration?: RequestConfiguration<CombinationConfigurationsRequestBuilderGetQueryParameters> | undefined): Promise<AuthenticationCombinationConfigurationCollectionResponse | undefined>;
27
26
  /**
28
- * Create a new authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies.
27
+ * Create new navigation property to combinationConfigurations for policies
29
28
  * @param body The request body
30
29
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
31
30
  * @returns {Promise<AuthenticationCombinationConfiguration>}
32
31
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
33
- * @see {@link https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0|Find more info here}
34
32
  */
35
33
  post(body: AuthenticationCombinationConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<AuthenticationCombinationConfiguration | undefined>;
36
34
  /**
37
- * Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths.
35
+ * Settings that may be used to require specific types or instances of an authentication method to be used when authenticating with a specified combination of authentication methods.
38
36
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
39
37
  * @returns {RequestInformation}
40
38
  */
41
39
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<CombinationConfigurationsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
42
40
  /**
43
- * Create a new authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies.
41
+ * Create new navigation property to combinationConfigurations for policies
44
42
  * @param body The request body
45
43
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
46
44
  * @returns {RequestInformation}
@@ -48,7 +46,7 @@ export interface CombinationConfigurationsRequestBuilder extends BaseRequestBuil
48
46
  toPostRequestInformation(body: AuthenticationCombinationConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
49
47
  }
50
48
  /**
51
- * Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths.
49
+ * Settings that may be used to require specific types or instances of an authentication method to be used when authenticating with a specified combination of authentication methods.
52
50
  */
53
51
  export interface CombinationConfigurationsRequestBuilderGetQueryParameters {
54
52
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA6M,KAAK,sCAAsC,EAAE,KAAK,wDAAwD,EAAE,MAAM,gCAAgC,CAAC;AAIvW,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEzF,OAAO,EAA4E,KAAK,wDAAwD,EAAE,MAAM,SAAS,CAAC;AAElK,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,uCAAwC,SAAQ,kBAAkB,CAAC,uCAAuC,CAAC;IACxH;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,0CAA0C,CAAC,wCAAwC,EAAE,MAAM,GAAI,wDAAwD,CAAC;IACzJ;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yDAAyD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wDAAwD,GAAG,SAAS,CAAC,CAAC;IACzM;;;;;;;OAOG;IACF,IAAI,CAAC,IAAI,EAAE,sCAAsC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,sCAAsC,GAAG,SAAS,CAAC,CAAC;IACnL;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yDAAyD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClK;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,sCAAsC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjK;AACD;;GAEG;AACH,MAAM,WAAW,yDAAyD;IACtE;;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,kDAAkD,kMAAkM,CAAC;AAclQ;;GAEG;AACH,eAAO,MAAM,yDAAyD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,uCAAuC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAQ5L,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,uDAAuD,EAAE,gBAuBrE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA6M,KAAK,sCAAsC,EAAE,KAAK,wDAAwD,EAAE,MAAM,gCAAgC,CAAC;AAIvW,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEzF,OAAO,EAA4E,KAAK,wDAAwD,EAAE,MAAM,SAAS,CAAC;AAElK,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,uCAAwC,SAAQ,kBAAkB,CAAC,uCAAuC,CAAC;IACxH;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,0CAA0C,CAAC,wCAAwC,EAAE,MAAM,GAAI,wDAAwD,CAAC;IACzJ;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yDAAyD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wDAAwD,GAAG,SAAS,CAAC,CAAC;IACzM;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,sCAAsC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,sCAAsC,GAAG,SAAS,CAAC,CAAC;IACnL;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yDAAyD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClK;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,sCAAsC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjK;AACD;;GAEG;AACH,MAAM,WAAW,yDAAyD;IACtE;;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,kDAAkD,kMAAkM,CAAC;AAclQ;;GAEG;AACH,eAAO,MAAM,yDAAyD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,uCAAuC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAQ5L,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,uDAAuD,EAAE,gBAuBrE,CAAC"}
@@ -5,43 +5,40 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
5
5
  */
6
6
  export interface AuthenticationCombinationConfigurationItemRequestBuilder extends BaseRequestBuilder<AuthenticationCombinationConfigurationItemRequestBuilder> {
7
7
  /**
8
- * Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object.
8
+ * Delete navigation property combinationConfigurations for policies
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/authenticationstrengthpolicy-delete-combinationconfigurations?view=graph-rest-1.0|Find more info here}
12
11
  */
13
12
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
14
13
  /**
15
- * Read the properties and relationships of an authenticationCombinationConfiguration object.
14
+ * Settings that may be used to require specific types or instances of an authentication method to be used when authenticating with a specified combination of authentication methods.
16
15
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
17
16
  * @returns {Promise<AuthenticationCombinationConfiguration>}
18
17
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
19
- * @see {@link https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-get?view=graph-rest-1.0|Find more info here}
20
18
  */
21
19
  get(requestConfiguration?: RequestConfiguration<AuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters> | undefined): Promise<AuthenticationCombinationConfiguration | undefined>;
22
20
  /**
23
- * Update the properties of an authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be updated as they're the only type of authenticationCombinationConfiguration that may be created.
21
+ * Update the navigation property combinationConfigurations in policies
24
22
  * @param body The request body
25
23
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
26
24
  * @returns {Promise<AuthenticationCombinationConfiguration>}
27
25
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
28
- * @see {@link https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-update?view=graph-rest-1.0|Find more info here}
29
26
  */
30
27
  patch(body: AuthenticationCombinationConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<AuthenticationCombinationConfiguration | undefined>;
31
28
  /**
32
- * Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object.
29
+ * Delete navigation property combinationConfigurations for policies
33
30
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
34
31
  * @returns {RequestInformation}
35
32
  */
36
33
  toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
37
34
  /**
38
- * Read the properties and relationships of an authenticationCombinationConfiguration object.
35
+ * Settings that may be used to require specific types or instances of an authentication method to be used when authenticating with a specified combination of authentication methods.
39
36
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
40
37
  * @returns {RequestInformation}
41
38
  */
42
39
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<AuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
43
40
  /**
44
- * Update the properties of an authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be updated as they're the only type of authenticationCombinationConfiguration that may be created.
41
+ * Update the navigation property combinationConfigurations in policies
45
42
  * @param body The request body
46
43
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
47
44
  * @returns {RequestInformation}
@@ -49,7 +46,7 @@ export interface AuthenticationCombinationConfigurationItemRequestBuilder extend
49
46
  toPatchRequestInformation(body: AuthenticationCombinationConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
50
47
  }
51
48
  /**
52
- * Read the properties and relationships of an authenticationCombinationConfiguration object.
49
+ * Settings that may be used to require specific types or instances of an authentication method to be used when authenticating with a specified combination of authentication methods.
53
50
  */
54
51
  export interface AuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters {
55
52
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAuH,KAAK,sCAAsC,EAAE,MAAM,gCAAgC,CAAC;AAIlN,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,wDAAyD,SAAQ,kBAAkB,CAAC,wDAAwD,CAAC;IAC1J;;;;;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,0EAA0E,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,sCAAsC,GAAG,SAAS,CAAC,CAAC;IACxM;;;;;;;OAOG;IACF,KAAK,CAAC,IAAI,EAAE,sCAAsC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,sCAAsC,GAAG,SAAS,CAAC,CAAC;IACpL;;;;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,0EAA0E,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACnL;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,sCAAsC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAClK;AACD;;GAEG;AACH,MAAM,WAAW,0EAA0E;IACvF;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,mEAAmE,yLAAyL,CAAC;AAQ1Q;;GAEG;AACH,eAAO,MAAM,wEAAwE,EAAE,gBA+BtF,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAuH,KAAK,sCAAsC,EAAE,MAAM,gCAAgC,CAAC;AAIlN,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,wDAAyD,SAAQ,kBAAkB,CAAC,wDAAwD,CAAC;IAC1J;;;;OAIG;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,0EAA0E,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,sCAAsC,GAAG,SAAS,CAAC,CAAC;IACxM;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,sCAAsC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,sCAAsC,GAAG,SAAS,CAAC,CAAC;IACpL;;;;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,0EAA0E,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACnL;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,sCAAsC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAClK;AACD;;GAEG;AACH,MAAM,WAAW,0EAA0E;IACvF;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,mEAAmE,yLAAyL,CAAC;AAQ1Q;;GAEG;AACH,eAAO,MAAM,wEAAwE,EAAE,gBA+BtF,CAAC"}
@@ -5,14 +5,15 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
5
5
  */
6
6
  export interface UsageRequestBuilder extends BaseRequestBuilder<UsageRequestBuilder> {
7
7
  /**
8
- * Invoke function usage
8
+ * Allows the caller to see which Conditional Access policies reference a specified authentication strength policy. The policies are returned in two collections, one containing Conditional Access policies that require an MFA claim and the other containing Conditional Access policies that do not require such a claim. Policies in the former category are restricted in what kinds of changes may be made to them to prevent undermining the MFA requirement of those policies.
9
9
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10
10
  * @returns {Promise<AuthenticationStrengthUsage>}
11
11
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
12
+ * @see {@link https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0|Find more info here}
12
13
  */
13
14
  get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<AuthenticationStrengthUsage | undefined>;
14
15
  /**
15
- * Invoke function usage
16
+ * Allows the caller to see which Conditional Access policies reference a specified authentication strength policy. The policies are returned in two collections, one containing Conditional Access policies that require an MFA claim and the other containing Conditional Access policies that do not require such a claim. Policies in the former category are restricted in what kinds of changes may be made to them to prevent undermining the MFA requirement of those policies.
16
17
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
17
18
  * @returns {RequestInformation}
18
19
  */
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA2D,KAAK,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAI3I,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,2BAA2B,GAAG,SAAS,CAAC,CAAC;IACzH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAClH;AACD;;GAEG;AACH,eAAO,MAAM,8BAA8B,mGAAmG,CAAC;AAC/I;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAUjD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA2D,KAAK,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAI3I,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,2BAA2B,GAAG,SAAS,CAAC,CAAC;IACzH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAClH;AACD;;GAEG;AACH,eAAO,MAAM,8BAA8B,mGAAmG,CAAC;AAC/I;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAUjD,CAAC"}
@@ -17,21 +17,22 @@ export interface AppliesToRequestBuilder extends BaseRequestBuilder<AppliesToReq
17
17
  */
18
18
  byDirectoryObjectId(directoryObjectId: string): DirectoryObjectItemRequestBuilder;
19
19
  /**
20
- * Get appliesTo from policies
20
+ * Get a list of directoryObject objects that a claimsMappingPolicy object has been applied to. The claimsMappingPolicy can only be applied to application and servicePrincipal resources.
21
21
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
22
  * @returns {Promise<DirectoryObjectCollectionResponse>}
23
23
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
24
+ * @see {@link https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-1.0|Find more info here}
24
25
  */
25
26
  get(requestConfiguration?: RequestConfiguration<AppliesToRequestBuilderGetQueryParameters> | undefined): Promise<DirectoryObjectCollectionResponse | undefined>;
26
27
  /**
27
- * Get appliesTo from policies
28
+ * Get a list of directoryObject objects that a claimsMappingPolicy object has been applied to. The claimsMappingPolicy can only be applied to application and servicePrincipal resources.
28
29
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
29
30
  * @returns {RequestInformation}
30
31
  */
31
32
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<AppliesToRequestBuilderGetQueryParameters> | undefined): RequestInformation;
32
33
  }
33
34
  /**
34
- * Get appliesTo from policies
35
+ * Get a list of directoryObject objects that a claimsMappingPolicy object has been applied to. The claimsMappingPolicy can only be applied to application and servicePrincipal resources.
35
36
  */
36
37
  export interface AppliesToRequestBuilderGetQueryParameters {
37
38
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAiE,KAAK,iCAAiC,EAAE,MAAM,gCAAgC,CAAC;AAIvJ,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEzF,OAAO,EAAqD,KAAK,iCAAiC,EAAE,MAAM,SAAS,CAAC;AAEpH,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,uBAAwB,SAAQ,kBAAkB,CAAC,uBAAuB,CAAC;IACxF;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,GAAI,iCAAiC,CAAC;IACpF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yCAAyC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,iCAAiC,GAAG,SAAS,CAAC,CAAC;IAClK;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yCAAyC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACrJ;AACD;;GAEG;AACH,MAAM,WAAW,yCAAyC;IACtD;;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,kCAAkC,gKAAgK,CAAC;AAchN;;GAEG;AACH,eAAO,MAAM,yCAAyC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,uBAAuB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAQ5J,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,uCAAuC,EAAE,gBAWrD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAiE,KAAK,iCAAiC,EAAE,MAAM,gCAAgC,CAAC;AAIvJ,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEzF,OAAO,EAAqD,KAAK,iCAAiC,EAAE,MAAM,SAAS,CAAC;AAEpH,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,uBAAwB,SAAQ,kBAAkB,CAAC,uBAAuB,CAAC;IACxF;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,GAAI,iCAAiC,CAAC;IACpF;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yCAAyC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,iCAAiC,GAAG,SAAS,CAAC,CAAC;IAClK;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yCAAyC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACrJ;AACD;;GAEG;AACH,MAAM,WAAW,yCAAyC;IACtD;;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,kCAAkC,gKAAgK,CAAC;AAchN;;GAEG;AACH,eAAO,MAAM,yCAAyC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,uBAAuB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAQ5J,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,uCAAuC,EAAE,gBAWrD,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { type CrossTenantAccessPolicy } from '@microsoft/msgraph-sdk/models/';
2
2
  import { type DefaultRequestBuilder } from './defaultEscaped/';
3
3
  import { type PartnersRequestBuilder } from './partners/';
4
+ import { type TemplatesRequestBuilder } from './templates/';
4
5
  import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
5
6
  /**
6
7
  * Provides operations to manage the crossTenantAccessPolicy property of the microsoft.graph.policyRoot entity.
@@ -14,6 +15,10 @@ export interface CrossTenantAccessPolicyRequestBuilder extends BaseRequestBuilde
14
15
  * Provides operations to manage the partners property of the microsoft.graph.crossTenantAccessPolicy entity.
15
16
  */
16
17
  get partners(): PartnersRequestBuilder;
18
+ /**
19
+ * Provides operations to manage the templates property of the microsoft.graph.crossTenantAccessPolicy entity.
20
+ */
21
+ get templates(): TemplatesRequestBuilder;
17
22
  /**
18
23
  * Delete navigation property crossTenantAccessPolicy for policies
19
24
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAyF,KAAK,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAIrK,OAAO,EAAkF,KAAK,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAE/I,OAAO,EAAoF,KAAK,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAE5I,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,qCAAsC,SAAQ,kBAAkB,CAAC,qCAAqC,CAAC;IACpH;;OAEG;IACH,IAAI,cAAc,IAAI,qBAAqB,CAAC;IAC5C;;OAEG;IACH,IAAI,QAAQ,IAAI,sBAAsB,CAAC;IACvC;;;;OAIG;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,uDAAuD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,uBAAuB,GAAG,SAAS,CAAC,CAAC;IACtK;;;;;;;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,uDAAuD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAChK;;;;;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,uDAAuD;IACpE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,gDAAgD,sEAAsE,CAAC;AAQpI;;GAEG;AACH,eAAO,MAAM,uDAAuD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,qCAAqC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CASxL,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,qDAAqD,EAAE,gBA+BnE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAyF,KAAK,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAIrK,OAAO,EAAkF,KAAK,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAE/I,OAAO,EAAoF,KAAK,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAE5I,OAAO,EAAsF,KAAK,uBAAuB,EAAE,MAAM,cAAc,CAAC;AAEhJ,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,qCAAsC,SAAQ,kBAAkB,CAAC,qCAAqC,CAAC;IACpH;;OAEG;IACH,IAAI,cAAc,IAAI,qBAAqB,CAAC;IAC5C;;OAEG;IACH,IAAI,QAAQ,IAAI,sBAAsB,CAAC;IACvC;;OAEG;IACH,IAAI,SAAS,IAAI,uBAAuB,CAAC;IACzC;;;;OAIG;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,uDAAuD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,uBAAuB,GAAG,SAAS,CAAC,CAAC;IACtK;;;;;;;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,uDAAuD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAChK;;;;;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,uDAAuD;IACpE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,gDAAgD,sEAAsE,CAAC;AAQpI;;GAEG;AACH,eAAO,MAAM,uDAAuD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,qCAAqC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAaxL,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,qDAAqD,EAAE,gBA+BnE,CAAC"}
@@ -12,6 +12,8 @@ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
12
12
  const defaultEscaped_1 = require("./defaultEscaped/");
13
13
  // @ts-ignore
14
14
  const partners_1 = require("./partners/");
15
+ // @ts-ignore
16
+ const templates_1 = require("./templates/");
15
17
  /**
16
18
  * Uri template for the request builder.
17
19
  */
@@ -35,6 +37,10 @@ exports.CrossTenantAccessPolicyRequestBuilderNavigationMetadata = {
35
37
  requestsMetadata: partners_1.PartnersRequestBuilderRequestsMetadata,
36
38
  navigationMetadata: partners_1.PartnersRequestBuilderNavigationMetadata,
37
39
  },
40
+ templates: {
41
+ requestsMetadata: templates_1.TemplatesRequestBuilderRequestsMetadata,
42
+ navigationMetadata: templates_1.TemplatesRequestBuilderNavigationMetadata,
43
+ },
38
44
  };
39
45
  /**
40
46
  * Metadata for all the requests in the request builder.
@@ -20,11 +20,12 @@ export interface IdentitySynchronizationRequestBuilder extends BaseRequestBuilde
20
20
  */
21
21
  get(requestConfiguration?: RequestConfiguration<IdentitySynchronizationRequestBuilderGetQueryParameters> | undefined): Promise<CrossTenantIdentitySyncPolicyPartner | undefined>;
22
22
  /**
23
- * Update the navigation property identitySynchronization in policies
23
+ * Update the user synchronization policy of a partner-specific configuration.
24
24
  * @param body The request body
25
25
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
26
26
  * @returns {Promise<CrossTenantIdentitySyncPolicyPartner>}
27
27
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
28
+ * @see {@link https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-1.0|Find more info here}
28
29
  */
29
30
  put(body: CrossTenantIdentitySyncPolicyPartner, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CrossTenantIdentitySyncPolicyPartner | undefined>;
30
31
  /**
@@ -40,7 +41,7 @@ export interface IdentitySynchronizationRequestBuilder extends BaseRequestBuilde
40
41
  */
41
42
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<IdentitySynchronizationRequestBuilderGetQueryParameters> | undefined): RequestInformation;
42
43
  /**
43
- * Update the navigation property identitySynchronization in policies
44
+ * Update the user synchronization policy of a partner-specific configuration.
44
45
  * @param body The request body
45
46
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
46
47
  * @returns {RequestInformation}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAmH,KAAK,oCAAoC,EAAE,MAAM,gCAAgC,CAAC;AAI5M,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,qCAAsC,SAAQ,kBAAkB,CAAC,qCAAqC,CAAC;IACpH;;;;;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,uDAAuD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oCAAoC,GAAG,SAAS,CAAC,CAAC;IACnL;;;;;;OAMG;IACF,GAAG,CAAC,IAAI,EAAE,oCAAoC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oCAAoC,GAAG,SAAS,CAAC,CAAC;IAC9K;;;;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,uDAAuD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAChK;;;;;OAKG;IACF,uBAAuB,CAAC,IAAI,EAAE,oCAAoC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC9J;AACD;;GAEG;AACH,MAAM,WAAW,uDAAuD;IACpE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,gDAAgD,gKAAgK,CAAC;AAQ9N;;GAEG;AACH,eAAO,MAAM,qDAAqD,EAAE,gBA+BnE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAmH,KAAK,oCAAoC,EAAE,MAAM,gCAAgC,CAAC;AAI5M,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,qCAAsC,SAAQ,kBAAkB,CAAC,qCAAqC,CAAC;IACpH;;;;;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,uDAAuD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oCAAoC,GAAG,SAAS,CAAC,CAAC;IACnL;;;;;;;OAOG;IACF,GAAG,CAAC,IAAI,EAAE,oCAAoC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oCAAoC,GAAG,SAAS,CAAC,CAAC;IAC9K;;;;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,uDAAuD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAChK;;;;;OAKG;IACF,uBAAuB,CAAC,IAAI,EAAE,oCAAoC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC9J;AACD;;GAEG;AACH,MAAM,WAAW,uDAAuD;IACpE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,gDAAgD,gKAAgK,CAAC;AAQ9N;;GAEG;AACH,eAAO,MAAM,qDAAqD,EAAE,gBA+BnE,CAAC"}
@@ -0,0 +1,83 @@
1
+ import { type PolicyTemplate } from '@microsoft/msgraph-sdk/models/';
2
+ import { type MultiTenantOrganizationIdentitySynchronizationRequestBuilder } from './multiTenantOrganizationIdentitySynchronization/';
3
+ import { type MultiTenantOrganizationPartnerConfigurationRequestBuilder } from './multiTenantOrganizationPartnerConfiguration/';
4
+ import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
5
+ /**
6
+ * Provides operations to manage the templates property of the microsoft.graph.crossTenantAccessPolicy entity.
7
+ */
8
+ export interface TemplatesRequestBuilder extends BaseRequestBuilder<TemplatesRequestBuilder> {
9
+ /**
10
+ * Provides operations to manage the multiTenantOrganizationIdentitySynchronization property of the microsoft.graph.policyTemplate entity.
11
+ */
12
+ get multiTenantOrganizationIdentitySynchronization(): MultiTenantOrganizationIdentitySynchronizationRequestBuilder;
13
+ /**
14
+ * Provides operations to manage the multiTenantOrganizationPartnerConfiguration property of the microsoft.graph.policyTemplate entity.
15
+ */
16
+ get multiTenantOrganizationPartnerConfiguration(): MultiTenantOrganizationPartnerConfigurationRequestBuilder;
17
+ /**
18
+ * Delete navigation property templates for policies
19
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
20
+ * @throws {ODataError} error when the service returns a 4XX or 5XX status code
21
+ */
22
+ delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
23
+ /**
24
+ * Represents the base policy in the directory for multitenant organization settings.
25
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
26
+ * @returns {Promise<PolicyTemplate>}
27
+ * @throws {ODataError} error when the service returns a 4XX or 5XX status code
28
+ */
29
+ get(requestConfiguration?: RequestConfiguration<TemplatesRequestBuilderGetQueryParameters> | undefined): Promise<PolicyTemplate | undefined>;
30
+ /**
31
+ * Update the navigation property templates in policies
32
+ * @param body The request body
33
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
34
+ * @returns {Promise<PolicyTemplate>}
35
+ * @throws {ODataError} error when the service returns a 4XX or 5XX status code
36
+ */
37
+ patch(body: PolicyTemplate, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<PolicyTemplate | undefined>;
38
+ /**
39
+ * Delete navigation property templates for policies
40
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
41
+ * @returns {RequestInformation}
42
+ */
43
+ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
44
+ /**
45
+ * Represents the base policy in the directory for multitenant organization settings.
46
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
47
+ * @returns {RequestInformation}
48
+ */
49
+ toGetRequestInformation(requestConfiguration?: RequestConfiguration<TemplatesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
50
+ /**
51
+ * Update the navigation property templates in policies
52
+ * @param body The request body
53
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
54
+ * @returns {RequestInformation}
55
+ */
56
+ toPatchRequestInformation(body: PolicyTemplate, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
57
+ }
58
+ /**
59
+ * Represents the base policy in the directory for multitenant organization settings.
60
+ */
61
+ export interface TemplatesRequestBuilderGetQueryParameters {
62
+ /**
63
+ * Expand related entities
64
+ */
65
+ expand?: string[];
66
+ /**
67
+ * Select properties to be returned
68
+ */
69
+ select?: string[];
70
+ }
71
+ /**
72
+ * Uri template for the request builder.
73
+ */
74
+ export declare const TemplatesRequestBuilderUriTemplate = "{+baseurl}/policies/crossTenantAccessPolicy/templates{?%24expand,%24select}";
75
+ /**
76
+ * Metadata for all the navigation properties in the request builder.
77
+ */
78
+ export declare const TemplatesRequestBuilderNavigationMetadata: Record<Exclude<keyof TemplatesRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
79
+ /**
80
+ * Metadata for all the requests in the request builder.
81
+ */
82
+ export declare const TemplatesRequestBuilderRequestsMetadata: RequestsMetadata;
83
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAuE,KAAK,cAAc,EAAE,MAAM,gCAAgC,CAAC;AAI1I,OAAO,EAAgF,KAAK,4DAA4D,EAAE,MAAM,mDAAmD,CAAC;AAEpN,OAAO,EAA6E,KAAK,yDAAyD,EAAE,MAAM,gDAAgD,CAAC;AAE3M,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,uBAAwB,SAAQ,kBAAkB,CAAC,uBAAuB,CAAC;IACxF;;OAEG;IACH,IAAI,8CAA8C,IAAI,4DAA4D,CAAC;IACnH;;OAEG;IACH,IAAI,2CAA2C,IAAI,yDAAyD,CAAC;IAC7G;;;;OAIG;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,yCAAyC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC,CAAC;IAC/I;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,cAAc,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC,CAAC;IACpI;;;;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,yCAAyC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClJ;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,cAAc,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC1I;AACD;;GAEG;AACH,MAAM,WAAW,yCAAyC;IACtD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,kCAAkC,gFAAgF,CAAC;AAQhI;;GAEG;AACH,eAAO,MAAM,yCAAyC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,uBAAuB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAO5J,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,uCAAuC,EAAE,gBA+BrD,CAAC"}
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TemplatesRequestBuilderRequestsMetadata = exports.TemplatesRequestBuilderNavigationMetadata = exports.TemplatesRequestBuilderUriTemplate = void 0;
4
+ /* tslint:disable */
5
+ /* eslint-disable */
6
+ // Generated by Microsoft Kiota
7
+ // @ts-ignore
8
+ const models_1 = require("@microsoft/msgraph-sdk/models/");
9
+ // @ts-ignore
10
+ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
11
+ // @ts-ignore
12
+ const multiTenantOrganizationIdentitySynchronization_1 = require("./multiTenantOrganizationIdentitySynchronization/");
13
+ // @ts-ignore
14
+ const multiTenantOrganizationPartnerConfiguration_1 = require("./multiTenantOrganizationPartnerConfiguration/");
15
+ /**
16
+ * Uri template for the request builder.
17
+ */
18
+ exports.TemplatesRequestBuilderUriTemplate = "{+baseurl}/policies/crossTenantAccessPolicy/templates{?%24expand,%24select}";
19
+ /**
20
+ * Mapper for query parameters from symbol name to serialization name represented as a constant.
21
+ */
22
+ const TemplatesRequestBuilderGetQueryParametersMapper = {
23
+ "expand": "%24expand",
24
+ "select": "%24select",
25
+ };
26
+ /**
27
+ * Metadata for all the navigation properties in the request builder.
28
+ */
29
+ exports.TemplatesRequestBuilderNavigationMetadata = {
30
+ multiTenantOrganizationIdentitySynchronization: {
31
+ requestsMetadata: multiTenantOrganizationIdentitySynchronization_1.MultiTenantOrganizationIdentitySynchronizationRequestBuilderRequestsMetadata,
32
+ },
33
+ multiTenantOrganizationPartnerConfiguration: {
34
+ requestsMetadata: multiTenantOrganizationPartnerConfiguration_1.MultiTenantOrganizationPartnerConfigurationRequestBuilderRequestsMetadata,
35
+ },
36
+ };
37
+ /**
38
+ * Metadata for all the requests in the request builder.
39
+ */
40
+ exports.TemplatesRequestBuilderRequestsMetadata = {
41
+ delete: {
42
+ uriTemplate: exports.TemplatesRequestBuilderUriTemplate,
43
+ responseBodyContentType: "application/json",
44
+ errorMappings: {
45
+ XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
46
+ },
47
+ adapterMethodName: "sendNoResponseContent",
48
+ },
49
+ get: {
50
+ uriTemplate: exports.TemplatesRequestBuilderUriTemplate,
51
+ responseBodyContentType: "application/json",
52
+ errorMappings: {
53
+ XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
54
+ },
55
+ adapterMethodName: "send",
56
+ responseBodyFactory: models_1.createPolicyTemplateFromDiscriminatorValue,
57
+ queryParametersMapper: TemplatesRequestBuilderGetQueryParametersMapper,
58
+ },
59
+ patch: {
60
+ uriTemplate: exports.TemplatesRequestBuilderUriTemplate,
61
+ responseBodyContentType: "application/json",
62
+ errorMappings: {
63
+ XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
64
+ },
65
+ adapterMethodName: "send",
66
+ responseBodyFactory: models_1.createPolicyTemplateFromDiscriminatorValue,
67
+ requestBodyContentType: "application/json",
68
+ requestBodySerializer: models_1.serializePolicyTemplate,
69
+ requestInformationContentSetMethod: "setContentFromParsable",
70
+ },
71
+ };
72
+ /* tslint:enable */
73
+ /* eslint-enable */
@@ -0,0 +1,71 @@
1
+ import { type MultiTenantOrganizationIdentitySyncPolicyTemplate } from '@microsoft/msgraph-sdk/models/';
2
+ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
3
+ /**
4
+ * Provides operations to manage the multiTenantOrganizationIdentitySynchronization property of the microsoft.graph.policyTemplate entity.
5
+ */
6
+ export interface MultiTenantOrganizationIdentitySynchronizationRequestBuilder extends BaseRequestBuilder<MultiTenantOrganizationIdentitySynchronizationRequestBuilder> {
7
+ /**
8
+ * Delete navigation property multiTenantOrganizationIdentitySynchronization for policies
9
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10
+ * @throws {ODataError} error when the service returns a 4XX or 5XX status code
11
+ */
12
+ delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
13
+ /**
14
+ * Get the cross-tenant access policy template with user synchronization settings for a multitenant organization.
15
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
16
+ * @returns {Promise<MultiTenantOrganizationIdentitySyncPolicyTemplate>}
17
+ * @throws {ODataError} error when the service returns a 4XX or 5XX status code
18
+ * @see {@link https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-1.0|Find more info here}
19
+ */
20
+ get(requestConfiguration?: RequestConfiguration<MultiTenantOrganizationIdentitySynchronizationRequestBuilderGetQueryParameters> | undefined): Promise<MultiTenantOrganizationIdentitySyncPolicyTemplate | undefined>;
21
+ /**
22
+ * Update the cross-tenant access policy template with user synchronization settings for a multitenant organization.
23
+ * @param body The request body
24
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
25
+ * @returns {Promise<MultiTenantOrganizationIdentitySyncPolicyTemplate>}
26
+ * @throws {ODataError} error when the service returns a 4XX or 5XX status code
27
+ * @see {@link https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-1.0|Find more info here}
28
+ */
29
+ patch(body: MultiTenantOrganizationIdentitySyncPolicyTemplate, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<MultiTenantOrganizationIdentitySyncPolicyTemplate | undefined>;
30
+ /**
31
+ * Delete navigation property multiTenantOrganizationIdentitySynchronization for policies
32
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
33
+ * @returns {RequestInformation}
34
+ */
35
+ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
36
+ /**
37
+ * Get the cross-tenant access policy template with user synchronization settings for a multitenant organization.
38
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
39
+ * @returns {RequestInformation}
40
+ */
41
+ toGetRequestInformation(requestConfiguration?: RequestConfiguration<MultiTenantOrganizationIdentitySynchronizationRequestBuilderGetQueryParameters> | undefined): RequestInformation;
42
+ /**
43
+ * Update the cross-tenant access policy template with user synchronization settings for a multitenant organization.
44
+ * @param body The request body
45
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
46
+ * @returns {RequestInformation}
47
+ */
48
+ toPatchRequestInformation(body: MultiTenantOrganizationIdentitySyncPolicyTemplate, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
49
+ }
50
+ /**
51
+ * Get the cross-tenant access policy template with user synchronization settings for a multitenant organization.
52
+ */
53
+ export interface MultiTenantOrganizationIdentitySynchronizationRequestBuilderGetQueryParameters {
54
+ /**
55
+ * Expand related entities
56
+ */
57
+ expand?: string[];
58
+ /**
59
+ * Select properties to be returned
60
+ */
61
+ select?: string[];
62
+ }
63
+ /**
64
+ * Uri template for the request builder.
65
+ */
66
+ export declare const MultiTenantOrganizationIdentitySynchronizationRequestBuilderUriTemplate = "{+baseurl}/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization{?%24expand,%24select}";
67
+ /**
68
+ * Metadata for all the requests in the request builder.
69
+ */
70
+ export declare const MultiTenantOrganizationIdentitySynchronizationRequestBuilderRequestsMetadata: RequestsMetadata;
71
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA6I,KAAK,iDAAiD,EAAE,MAAM,gCAAgC,CAAC;AAInP,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,4DAA6D,SAAQ,kBAAkB,CAAC,4DAA4D,CAAC;IAClK;;;;OAIG;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,8EAA8E,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,iDAAiD,GAAG,SAAS,CAAC,CAAC;IACvN;;;;;;;OAOG;IACF,KAAK,CAAC,IAAI,EAAE,iDAAiD,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,iDAAiD,GAAG,SAAS,CAAC,CAAC;IAC1M;;;;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,8EAA8E,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACvL;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,iDAAiD,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC7K;AACD;;GAEG;AACH,MAAM,WAAW,8EAA8E;IAC3F;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,uEAAuE,+HAA+H,CAAC;AAQpN;;GAEG;AACH,eAAO,MAAM,4EAA4E,EAAE,gBA+B1F,CAAC"}
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MultiTenantOrganizationIdentitySynchronizationRequestBuilderRequestsMetadata = exports.MultiTenantOrganizationIdentitySynchronizationRequestBuilderUriTemplate = void 0;
4
+ /* tslint:disable */
5
+ /* eslint-disable */
6
+ // Generated by Microsoft Kiota
7
+ // @ts-ignore
8
+ const models_1 = require("@microsoft/msgraph-sdk/models/");
9
+ // @ts-ignore
10
+ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
11
+ /**
12
+ * Uri template for the request builder.
13
+ */
14
+ exports.MultiTenantOrganizationIdentitySynchronizationRequestBuilderUriTemplate = "{+baseurl}/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization{?%24expand,%24select}";
15
+ /**
16
+ * Mapper for query parameters from symbol name to serialization name represented as a constant.
17
+ */
18
+ const MultiTenantOrganizationIdentitySynchronizationRequestBuilderGetQueryParametersMapper = {
19
+ "expand": "%24expand",
20
+ "select": "%24select",
21
+ };
22
+ /**
23
+ * Metadata for all the requests in the request builder.
24
+ */
25
+ exports.MultiTenantOrganizationIdentitySynchronizationRequestBuilderRequestsMetadata = {
26
+ delete: {
27
+ uriTemplate: exports.MultiTenantOrganizationIdentitySynchronizationRequestBuilderUriTemplate,
28
+ responseBodyContentType: "application/json",
29
+ errorMappings: {
30
+ XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
31
+ },
32
+ adapterMethodName: "sendNoResponseContent",
33
+ },
34
+ get: {
35
+ uriTemplate: exports.MultiTenantOrganizationIdentitySynchronizationRequestBuilderUriTemplate,
36
+ responseBodyContentType: "application/json",
37
+ errorMappings: {
38
+ XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
39
+ },
40
+ adapterMethodName: "send",
41
+ responseBodyFactory: models_1.createMultiTenantOrganizationIdentitySyncPolicyTemplateFromDiscriminatorValue,
42
+ queryParametersMapper: MultiTenantOrganizationIdentitySynchronizationRequestBuilderGetQueryParametersMapper,
43
+ },
44
+ patch: {
45
+ uriTemplate: exports.MultiTenantOrganizationIdentitySynchronizationRequestBuilderUriTemplate,
46
+ responseBodyContentType: "application/json",
47
+ errorMappings: {
48
+ XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
49
+ },
50
+ adapterMethodName: "send",
51
+ responseBodyFactory: models_1.createMultiTenantOrganizationIdentitySyncPolicyTemplateFromDiscriminatorValue,
52
+ requestBodyContentType: "application/json",
53
+ requestBodySerializer: models_1.serializeMultiTenantOrganizationIdentitySyncPolicyTemplate,
54
+ requestInformationContentSetMethod: "setContentFromParsable",
55
+ },
56
+ };
57
+ /* tslint:enable */
58
+ /* eslint-enable */