@microsoft/msgraph-sdk-identity 1.0.0-preview.10
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/LICENSE +21 -0
- package/README.md +11 -0
- package/identity/apiConnectors/count/index.d.ts +40 -0
- package/identity/apiConnectors/count/index.d.ts.map +1 -0
- package/identity/apiConnectors/count/index.js +35 -0
- package/identity/apiConnectors/index.d.ts +97 -0
- package/identity/apiConnectors/index.d.ts.map +1 -0
- package/identity/apiConnectors/index.js +71 -0
- package/identity/apiConnectors/item/index.d.ts +78 -0
- package/identity/apiConnectors/item/index.d.ts.map +1 -0
- package/identity/apiConnectors/item/index.js +66 -0
- package/identity/apiConnectors/item/uploadClientCertificate/index.d.ts +65 -0
- package/identity/apiConnectors/item/uploadClientCertificate/index.d.ts.map +1 -0
- package/identity/apiConnectors/item/uploadClientCertificate/index.js +62 -0
- package/identity/b2xUserFlows/count/index.d.ts +40 -0
- package/identity/b2xUserFlows/count/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/count/index.js +35 -0
- package/identity/b2xUserFlows/index.d.ts +97 -0
- package/identity/b2xUserFlows/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/index.js +71 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/index.d.ts +55 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/index.js +53 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/index.d.ts +80 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/index.js +71 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/ref/index.d.ts +52 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/ref/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/ref/index.js +47 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate/index.d.ts +65 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate/index.js +62 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/index.d.ts +80 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/index.js +71 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/ref/index.d.ts +52 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/ref/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/ref/index.js +47 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate/index.d.ts +65 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate/index.js +62 -0
- package/identity/b2xUserFlows/item/identityProviders/count/index.d.ts +42 -0
- package/identity/b2xUserFlows/item/identityProviders/count/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/identityProviders/count/index.js +35 -0
- package/identity/b2xUserFlows/item/identityProviders/index.d.ts +86 -0
- package/identity/b2xUserFlows/item/identityProviders/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/identityProviders/index.js +58 -0
- package/identity/b2xUserFlows/item/identityProviders/item/index.d.ts +57 -0
- package/identity/b2xUserFlows/item/identityProviders/item/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/identityProviders/item/index.js +44 -0
- package/identity/b2xUserFlows/item/index.d.ts +97 -0
- package/identity/b2xUserFlows/item/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/index.js +91 -0
- package/identity/b2xUserFlows/item/languages/count/index.d.ts +40 -0
- package/identity/b2xUserFlows/item/languages/count/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/count/index.js +35 -0
- package/identity/b2xUserFlows/item/languages/index.d.ts +96 -0
- package/identity/b2xUserFlows/item/languages/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/index.js +71 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/count/index.d.ts +40 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/count/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/count/index.js +35 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/index.d.ts +95 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/index.js +71 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/item/index.d.ts +75 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/item/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/item/index.js +66 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/item/value/index.d.ts +41 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/item/value/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/item/value/index.js +38 -0
- package/identity/b2xUserFlows/item/languages/item/index.d.ts +81 -0
- package/identity/b2xUserFlows/item/languages/item/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/item/index.js +73 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/count/index.d.ts +40 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/count/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/count/index.js +35 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/index.d.ts +96 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/index.js +71 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/item/index.d.ts +75 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/item/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/item/index.js +66 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/item/value/index.d.ts +42 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/item/value/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/item/value/index.js +38 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/count/index.d.ts +40 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/count/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/count/index.js +35 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/getOrder/index.d.ts +28 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/getOrder/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/getOrder/index.js +28 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/index.d.ts +107 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/index.js +81 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/item/index.d.ts +78 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/item/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/item/index.js +66 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/item/userAttribute/index.d.ts +41 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/item/userAttribute/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/item/userAttribute/index.js +36 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/setOrder/index.d.ts +60 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/setOrder/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/setOrder/index.js +59 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/count/index.d.ts +40 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/count/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/count/index.js +35 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/index.d.ts +86 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/index.js +63 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/item/index.d.ts +20 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/item/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/item/index.js +22 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/item/ref/index.d.ts +35 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/item/ref/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/item/ref/index.js +33 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/ref/index.d.ts +70 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/ref/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/ref/index.js +51 -0
- package/identity/conditionalAccess/authenticationContextClassReferences/count/index.d.ts +40 -0
- package/identity/conditionalAccess/authenticationContextClassReferences/count/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationContextClassReferences/count/index.js +35 -0
- package/identity/conditionalAccess/authenticationContextClassReferences/index.d.ts +96 -0
- package/identity/conditionalAccess/authenticationContextClassReferences/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationContextClassReferences/index.js +70 -0
- package/identity/conditionalAccess/authenticationContextClassReferences/item/index.d.ts +69 -0
- package/identity/conditionalAccess/authenticationContextClassReferences/item/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationContextClassReferences/item/index.js +56 -0
- package/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/count/index.d.ts +40 -0
- package/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/count/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/count/index.js +35 -0
- package/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/index.d.ts +96 -0
- package/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/index.js +70 -0
- package/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/item/index.d.ts +66 -0
- package/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/item/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/item/index.js +56 -0
- package/identity/conditionalAccess/authenticationStrength/index.d.ts +80 -0
- package/identity/conditionalAccess/authenticationStrength/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/index.js +73 -0
- package/identity/conditionalAccess/authenticationStrength/policies/count/index.d.ts +40 -0
- package/identity/conditionalAccess/authenticationStrength/policies/count/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/policies/count/index.js +35 -0
- package/identity/conditionalAccess/authenticationStrength/policies/index.d.ts +95 -0
- package/identity/conditionalAccess/authenticationStrength/policies/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/policies/index.js +71 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/combinationConfigurations/count/index.d.ts +40 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/combinationConfigurations/count/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/combinationConfigurations/count/index.js +35 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/combinationConfigurations/index.d.ts +97 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/combinationConfigurations/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/combinationConfigurations/index.js +70 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/combinationConfigurations/item/index.d.ts +69 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/combinationConfigurations/item/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/combinationConfigurations/item/index.js +56 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/index.d.ts +85 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/index.js +77 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/updateAllowedCombinations/index.d.ts +61 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/updateAllowedCombinations/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/updateAllowedCombinations/index.js +61 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/usage/index.d.ts +28 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/usage/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/usage/index.js +28 -0
- package/identity/conditionalAccess/index.d.ts +95 -0
- package/identity/conditionalAccess/index.d.ts.map +1 -0
- package/identity/conditionalAccess/index.js +91 -0
- package/identity/conditionalAccess/namedLocations/count/index.d.ts +40 -0
- package/identity/conditionalAccess/namedLocations/count/index.d.ts.map +1 -0
- package/identity/conditionalAccess/namedLocations/count/index.js +35 -0
- package/identity/conditionalAccess/namedLocations/index.d.ts +97 -0
- package/identity/conditionalAccess/namedLocations/index.d.ts.map +1 -0
- package/identity/conditionalAccess/namedLocations/index.js +70 -0
- package/identity/conditionalAccess/namedLocations/item/index.d.ts +69 -0
- package/identity/conditionalAccess/namedLocations/item/index.d.ts.map +1 -0
- package/identity/conditionalAccess/namedLocations/item/index.js +56 -0
- package/identity/conditionalAccess/policies/count/index.d.ts +40 -0
- package/identity/conditionalAccess/policies/count/index.d.ts.map +1 -0
- package/identity/conditionalAccess/policies/count/index.js +35 -0
- package/identity/conditionalAccess/policies/index.d.ts +97 -0
- package/identity/conditionalAccess/policies/index.d.ts.map +1 -0
- package/identity/conditionalAccess/policies/index.js +70 -0
- package/identity/conditionalAccess/policies/item/index.d.ts +69 -0
- package/identity/conditionalAccess/policies/item/index.d.ts.map +1 -0
- package/identity/conditionalAccess/policies/item/index.js +56 -0
- package/identity/conditionalAccess/templates/count/index.d.ts +40 -0
- package/identity/conditionalAccess/templates/count/index.d.ts.map +1 -0
- package/identity/conditionalAccess/templates/count/index.js +35 -0
- package/identity/conditionalAccess/templates/index.d.ts +82 -0
- package/identity/conditionalAccess/templates/index.d.ts.map +1 -0
- package/identity/conditionalAccess/templates/index.js +58 -0
- package/identity/conditionalAccess/templates/item/index.d.ts +42 -0
- package/identity/conditionalAccess/templates/item/index.d.ts.map +1 -0
- package/identity/conditionalAccess/templates/item/index.js +36 -0
- package/identity/identityProviders/availableProviderTypes/index.d.ts +75 -0
- package/identity/identityProviders/availableProviderTypes/index.d.ts.map +1 -0
- package/identity/identityProviders/availableProviderTypes/index.js +65 -0
- package/identity/identityProviders/count/index.d.ts +40 -0
- package/identity/identityProviders/count/index.d.ts.map +1 -0
- package/identity/identityProviders/count/index.js +35 -0
- package/identity/identityProviders/index.d.ts +102 -0
- package/identity/identityProviders/index.d.ts.map +1 -0
- package/identity/identityProviders/index.js +75 -0
- package/identity/identityProviders/item/index.d.ts +69 -0
- package/identity/identityProviders/item/index.d.ts.map +1 -0
- package/identity/identityProviders/item/index.js +56 -0
- package/identity/index.d.ts +84 -0
- package/identity/index.d.ts.map +1 -0
- package/identity/index.js +83 -0
- package/identity/userFlowAttributes/count/index.d.ts +40 -0
- package/identity/userFlowAttributes/count/index.d.ts.map +1 -0
- package/identity/userFlowAttributes/count/index.js +35 -0
- package/identity/userFlowAttributes/index.d.ts +97 -0
- package/identity/userFlowAttributes/index.d.ts.map +1 -0
- package/identity/userFlowAttributes/index.js +70 -0
- package/identity/userFlowAttributes/item/index.d.ts +69 -0
- package/identity/userFlowAttributes/item/index.d.ts.map +1 -0
- package/identity/userFlowAttributes/item/index.js +56 -0
- package/identityServiceClient.d.ts +25 -0
- package/identityServiceClient.d.ts.map +1 -0
- package/identityServiceClient.js +49 -0
- package/index.d.ts +11 -0
- package/index.d.ts.map +1 -0
- package/index.js +20 -0
- package/package.json +48 -0
- package/tsconfig.json +15 -0
- package/tsconfig.tsbuildinfo +1 -0
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CombinationConfigurationsRequestBuilderUriTemplate = exports.CombinationConfigurationsRequestBuilderRequestsMetadata = exports.CombinationConfigurationsRequestBuilderNavigationMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
const count_1 = require("./count/");
|
|
10
|
+
const item_1 = require("./item/");
|
|
11
|
+
/**
|
|
12
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
13
|
+
*/
|
|
14
|
+
const CombinationConfigurationsRequestBuilderGetQueryParametersMapper = {
|
|
15
|
+
"count": "%24count",
|
|
16
|
+
"expand": "%24expand",
|
|
17
|
+
"filter": "%24filter",
|
|
18
|
+
"orderby": "%24orderby",
|
|
19
|
+
"search": "%24search",
|
|
20
|
+
"select": "%24select",
|
|
21
|
+
"skip": "%24skip",
|
|
22
|
+
"top": "%24top",
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* Metadata for all the navigation properties in the request builder.
|
|
26
|
+
*/
|
|
27
|
+
exports.CombinationConfigurationsRequestBuilderNavigationMetadata = {
|
|
28
|
+
byAuthenticationCombinationConfigurationId: {
|
|
29
|
+
uriTemplate: item_1.AuthenticationCombinationConfigurationItemRequestBuilderUriTemplate,
|
|
30
|
+
requestsMetadata: item_1.AuthenticationCombinationConfigurationItemRequestBuilderRequestsMetadata,
|
|
31
|
+
pathParametersMappings: ["authenticationCombinationConfiguration%2Did"],
|
|
32
|
+
},
|
|
33
|
+
count: {
|
|
34
|
+
uriTemplate: count_1.CountRequestBuilderUriTemplate,
|
|
35
|
+
requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Metadata for all the requests in the request builder.
|
|
40
|
+
*/
|
|
41
|
+
exports.CombinationConfigurationsRequestBuilderRequestsMetadata = {
|
|
42
|
+
get: {
|
|
43
|
+
responseBodyContentType: "application/json",
|
|
44
|
+
errorMappings: {
|
|
45
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
46
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
47
|
+
},
|
|
48
|
+
adapterMethodName: "sendAsync",
|
|
49
|
+
responseBodyFactory: models_1.createAuthenticationCombinationConfigurationCollectionResponseFromDiscriminatorValue,
|
|
50
|
+
queryParametersMapper: CombinationConfigurationsRequestBuilderGetQueryParametersMapper,
|
|
51
|
+
},
|
|
52
|
+
post: {
|
|
53
|
+
responseBodyContentType: "application/json",
|
|
54
|
+
errorMappings: {
|
|
55
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
56
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
57
|
+
},
|
|
58
|
+
adapterMethodName: "sendAsync",
|
|
59
|
+
responseBodyFactory: models_1.createAuthenticationCombinationConfigurationFromDiscriminatorValue,
|
|
60
|
+
requestBodyContentType: "application/json",
|
|
61
|
+
requestBodySerializer: models_1.serializeAuthenticationCombinationConfiguration,
|
|
62
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
63
|
+
},
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Uri template for the request builder.
|
|
67
|
+
*/
|
|
68
|
+
exports.CombinationConfigurationsRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/combinationConfigurations{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
69
|
+
/* tslint:enable */
|
|
70
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { type AuthenticationCombinationConfiguration } 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 combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity.
|
|
5
|
+
*/
|
|
6
|
+
export interface AuthenticationCombinationConfigurationItemRequestBuilder extends BaseRequestBuilder<AuthenticationCombinationConfigurationItemRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object.
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
* @see {@link https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-delete-combinationconfigurations?view=graph-rest-1.0|Find more info here}
|
|
11
|
+
*/
|
|
12
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
13
|
+
/**
|
|
14
|
+
* Read the properties and relationships of an authenticationCombinationConfiguration object.
|
|
15
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
|
+
* @returns a Promise of AuthenticationCombinationConfiguration
|
|
17
|
+
* @see {@link https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-get?view=graph-rest-1.0|Find more info here}
|
|
18
|
+
*/
|
|
19
|
+
get(requestConfiguration?: RequestConfiguration<AuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters> | undefined): Promise<AuthenticationCombinationConfiguration | undefined>;
|
|
20
|
+
/**
|
|
21
|
+
* 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.
|
|
22
|
+
* @param body The request body
|
|
23
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
24
|
+
* @returns a Promise of AuthenticationCombinationConfiguration
|
|
25
|
+
* @see {@link https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-update?view=graph-rest-1.0|Find more info here}
|
|
26
|
+
*/
|
|
27
|
+
patch(body: AuthenticationCombinationConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<AuthenticationCombinationConfiguration | undefined>;
|
|
28
|
+
/**
|
|
29
|
+
* Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object.
|
|
30
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
31
|
+
* @returns a RequestInformation
|
|
32
|
+
*/
|
|
33
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
34
|
+
/**
|
|
35
|
+
* Read the properties and relationships of an authenticationCombinationConfiguration object.
|
|
36
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
|
+
* @returns a RequestInformation
|
|
38
|
+
*/
|
|
39
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<AuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
40
|
+
/**
|
|
41
|
+
* 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.
|
|
42
|
+
* @param body The request body
|
|
43
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
|
+
* @returns a RequestInformation
|
|
45
|
+
*/
|
|
46
|
+
toPatchRequestInformation(body: AuthenticationCombinationConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Read the properties and relationships of an authenticationCombinationConfiguration object.
|
|
50
|
+
*/
|
|
51
|
+
export interface AuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters {
|
|
52
|
+
/**
|
|
53
|
+
* Expand related entities
|
|
54
|
+
*/
|
|
55
|
+
expand?: string[];
|
|
56
|
+
/**
|
|
57
|
+
* Select properties to be returned
|
|
58
|
+
*/
|
|
59
|
+
select?: string[];
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Metadata for all the requests in the request builder.
|
|
63
|
+
*/
|
|
64
|
+
export declare const AuthenticationCombinationConfigurationItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
65
|
+
/**
|
|
66
|
+
* Uri template for the request builder.
|
|
67
|
+
*/
|
|
68
|
+
export declare const AuthenticationCombinationConfigurationItemRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/combinationConfigurations/{authenticationCombinationConfiguration%2Did}{?%24select,%24expand}";
|
|
69
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAuH,KAAK,sCAAsC,EAAE,MAAM,gCAAgC,CAAC;AAElN,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;AAQD;;GAEG;AACH,eAAO,MAAM,wEAAwE,EAAE,gBA+BtF,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,mEAAmE,4MAA4M,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AuthenticationCombinationConfigurationItemRequestBuilderUriTemplate = exports.AuthenticationCombinationConfigurationItemRequestBuilderRequestsMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
/**
|
|
10
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
11
|
+
*/
|
|
12
|
+
const AuthenticationCombinationConfigurationItemRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"expand": "%24expand",
|
|
14
|
+
"select": "%24select",
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Metadata for all the requests in the request builder.
|
|
18
|
+
*/
|
|
19
|
+
exports.AuthenticationCombinationConfigurationItemRequestBuilderRequestsMetadata = {
|
|
20
|
+
delete: {
|
|
21
|
+
responseBodyContentType: "application/json",
|
|
22
|
+
errorMappings: {
|
|
23
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
25
|
+
},
|
|
26
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
27
|
+
},
|
|
28
|
+
get: {
|
|
29
|
+
responseBodyContentType: "application/json",
|
|
30
|
+
errorMappings: {
|
|
31
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
32
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
33
|
+
},
|
|
34
|
+
adapterMethodName: "sendAsync",
|
|
35
|
+
responseBodyFactory: models_1.createAuthenticationCombinationConfigurationFromDiscriminatorValue,
|
|
36
|
+
queryParametersMapper: AuthenticationCombinationConfigurationItemRequestBuilderGetQueryParametersMapper,
|
|
37
|
+
},
|
|
38
|
+
patch: {
|
|
39
|
+
responseBodyContentType: "application/json",
|
|
40
|
+
errorMappings: {
|
|
41
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
42
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
43
|
+
},
|
|
44
|
+
adapterMethodName: "sendAsync",
|
|
45
|
+
responseBodyFactory: models_1.createAuthenticationCombinationConfigurationFromDiscriminatorValue,
|
|
46
|
+
requestBodyContentType: "application/json",
|
|
47
|
+
requestBodySerializer: models_1.serializeAuthenticationCombinationConfiguration,
|
|
48
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Uri template for the request builder.
|
|
53
|
+
*/
|
|
54
|
+
exports.AuthenticationCombinationConfigurationItemRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/combinationConfigurations/{authenticationCombinationConfiguration%2Did}{?%24select,%24expand}";
|
|
55
|
+
/* tslint:enable */
|
|
56
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { type AuthenticationStrengthPolicy } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type CombinationConfigurationsRequestBuilder } from './combinationConfigurations/';
|
|
3
|
+
import { type UpdateAllowedCombinationsRequestBuilder } from './updateAllowedCombinations/';
|
|
4
|
+
import { type UsageRequestBuilder } from './usage/';
|
|
5
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
6
|
+
/**
|
|
7
|
+
* Provides operations to manage the policies property of the microsoft.graph.authenticationStrengthRoot entity.
|
|
8
|
+
*/
|
|
9
|
+
export interface AuthenticationStrengthPolicyItemRequestBuilder extends BaseRequestBuilder<AuthenticationStrengthPolicyItemRequestBuilder> {
|
|
10
|
+
/**
|
|
11
|
+
* Provides operations to manage the combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity.
|
|
12
|
+
*/
|
|
13
|
+
get combinationConfigurations(): CombinationConfigurationsRequestBuilder;
|
|
14
|
+
/**
|
|
15
|
+
* Provides operations to call the updateAllowedCombinations method.
|
|
16
|
+
*/
|
|
17
|
+
get updateAllowedCombinations(): UpdateAllowedCombinationsRequestBuilder;
|
|
18
|
+
/**
|
|
19
|
+
* Provides operations to call the usage method.
|
|
20
|
+
*/
|
|
21
|
+
get usage(): UsageRequestBuilder;
|
|
22
|
+
/**
|
|
23
|
+
* Delete navigation property policies for identity
|
|
24
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
25
|
+
*/
|
|
26
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
27
|
+
/**
|
|
28
|
+
* A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.
|
|
29
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
|
+
* @returns a Promise of AuthenticationStrengthPolicy
|
|
31
|
+
*/
|
|
32
|
+
get(requestConfiguration?: RequestConfiguration<AuthenticationStrengthPolicyItemRequestBuilderGetQueryParameters> | undefined): Promise<AuthenticationStrengthPolicy | undefined>;
|
|
33
|
+
/**
|
|
34
|
+
* Update the navigation property policies in identity
|
|
35
|
+
* @param body The request body
|
|
36
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
|
+
* @returns a Promise of AuthenticationStrengthPolicy
|
|
38
|
+
*/
|
|
39
|
+
patch(body: AuthenticationStrengthPolicy, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<AuthenticationStrengthPolicy | undefined>;
|
|
40
|
+
/**
|
|
41
|
+
* Delete navigation property policies for identity
|
|
42
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
43
|
+
* @returns a RequestInformation
|
|
44
|
+
*/
|
|
45
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
46
|
+
/**
|
|
47
|
+
* A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.
|
|
48
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
49
|
+
* @returns a RequestInformation
|
|
50
|
+
*/
|
|
51
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<AuthenticationStrengthPolicyItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
52
|
+
/**
|
|
53
|
+
* Update the navigation property policies in identity
|
|
54
|
+
* @param body The request body
|
|
55
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
56
|
+
* @returns a RequestInformation
|
|
57
|
+
*/
|
|
58
|
+
toPatchRequestInformation(body: AuthenticationStrengthPolicy, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.
|
|
62
|
+
*/
|
|
63
|
+
export interface AuthenticationStrengthPolicyItemRequestBuilderGetQueryParameters {
|
|
64
|
+
/**
|
|
65
|
+
* Expand related entities
|
|
66
|
+
*/
|
|
67
|
+
expand?: string[];
|
|
68
|
+
/**
|
|
69
|
+
* Select properties to be returned
|
|
70
|
+
*/
|
|
71
|
+
select?: string[];
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Metadata for all the navigation properties in the request builder.
|
|
75
|
+
*/
|
|
76
|
+
export declare const AuthenticationStrengthPolicyItemRequestBuilderNavigationMetadata: Record<Exclude<keyof AuthenticationStrengthPolicyItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
77
|
+
/**
|
|
78
|
+
* Metadata for all the requests in the request builder.
|
|
79
|
+
*/
|
|
80
|
+
export declare const AuthenticationStrengthPolicyItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
81
|
+
/**
|
|
82
|
+
* Uri template for the request builder.
|
|
83
|
+
*/
|
|
84
|
+
export declare const AuthenticationStrengthPolicyItemRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}{?%24select,%24expand}";
|
|
85
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAmG,KAAK,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAEpL,OAAO,EAA0K,KAAK,uCAAuC,EAAE,MAAM,8BAA8B,CAAC;AACpQ,OAAO,EAAE,KAAK,uCAAuC,EAA+G,MAAM,8BAA8B,CAAC;AACzM,OAAO,EAAE,KAAK,mBAAmB,EAAuE,MAAM,UAAU,CAAC;AACzH,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,8CAA+C,SAAQ,kBAAkB,CAAC,8CAA8C,CAAC;IACtI;;OAEG;IACH,IAAI,yBAAyB,IAAI,uCAAuC,CAAC;IACzE;;OAEG;IACH,IAAI,yBAAyB,IAAI,uCAAuC,CAAC;IACzE;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;OAGG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,gEAAgE,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,4BAA4B,GAAG,SAAS,CAAC,CAAC;IACpL;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,4BAA4B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,4BAA4B,GAAG,SAAS,CAAC,CAAC;IAChK;;;;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,gEAAgE,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACzK;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,4BAA4B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACxJ;AACD;;GAEG;AACH,MAAM,WAAW,gEAAgE;IAC7E;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,gEAAgE,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,8CAA8C,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAc1M,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8DAA8D,EAAE,gBA+B5E,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,yDAAyD,oIAAoI,CAAC"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AuthenticationStrengthPolicyItemRequestBuilderUriTemplate = exports.AuthenticationStrengthPolicyItemRequestBuilderRequestsMetadata = exports.AuthenticationStrengthPolicyItemRequestBuilderNavigationMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
const combinationConfigurations_1 = require("./combinationConfigurations/");
|
|
10
|
+
const updateAllowedCombinations_1 = require("./updateAllowedCombinations/");
|
|
11
|
+
const usage_1 = require("./usage/");
|
|
12
|
+
/**
|
|
13
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
14
|
+
*/
|
|
15
|
+
const AuthenticationStrengthPolicyItemRequestBuilderGetQueryParametersMapper = {
|
|
16
|
+
"expand": "%24expand",
|
|
17
|
+
"select": "%24select",
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* Metadata for all the navigation properties in the request builder.
|
|
21
|
+
*/
|
|
22
|
+
exports.AuthenticationStrengthPolicyItemRequestBuilderNavigationMetadata = {
|
|
23
|
+
combinationConfigurations: {
|
|
24
|
+
uriTemplate: combinationConfigurations_1.CombinationConfigurationsRequestBuilderUriTemplate,
|
|
25
|
+
requestsMetadata: combinationConfigurations_1.CombinationConfigurationsRequestBuilderRequestsMetadata,
|
|
26
|
+
navigationMetadata: combinationConfigurations_1.CombinationConfigurationsRequestBuilderNavigationMetadata,
|
|
27
|
+
},
|
|
28
|
+
updateAllowedCombinations: {
|
|
29
|
+
uriTemplate: updateAllowedCombinations_1.UpdateAllowedCombinationsRequestBuilderUriTemplate,
|
|
30
|
+
requestsMetadata: updateAllowedCombinations_1.UpdateAllowedCombinationsRequestBuilderRequestsMetadata,
|
|
31
|
+
},
|
|
32
|
+
usage: {
|
|
33
|
+
uriTemplate: usage_1.UsageRequestBuilderUriTemplate,
|
|
34
|
+
requestsMetadata: usage_1.UsageRequestBuilderRequestsMetadata,
|
|
35
|
+
},
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* Metadata for all the requests in the request builder.
|
|
39
|
+
*/
|
|
40
|
+
exports.AuthenticationStrengthPolicyItemRequestBuilderRequestsMetadata = {
|
|
41
|
+
delete: {
|
|
42
|
+
responseBodyContentType: "application/json",
|
|
43
|
+
errorMappings: {
|
|
44
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
45
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
46
|
+
},
|
|
47
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
48
|
+
},
|
|
49
|
+
get: {
|
|
50
|
+
responseBodyContentType: "application/json",
|
|
51
|
+
errorMappings: {
|
|
52
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
53
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
54
|
+
},
|
|
55
|
+
adapterMethodName: "sendAsync",
|
|
56
|
+
responseBodyFactory: models_1.createAuthenticationStrengthPolicyFromDiscriminatorValue,
|
|
57
|
+
queryParametersMapper: AuthenticationStrengthPolicyItemRequestBuilderGetQueryParametersMapper,
|
|
58
|
+
},
|
|
59
|
+
patch: {
|
|
60
|
+
responseBodyContentType: "application/json",
|
|
61
|
+
errorMappings: {
|
|
62
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
63
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
64
|
+
},
|
|
65
|
+
adapterMethodName: "sendAsync",
|
|
66
|
+
responseBodyFactory: models_1.createAuthenticationStrengthPolicyFromDiscriminatorValue,
|
|
67
|
+
requestBodyContentType: "application/json",
|
|
68
|
+
requestBodySerializer: models_1.serializeAuthenticationStrengthPolicy,
|
|
69
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
70
|
+
},
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* Uri template for the request builder.
|
|
74
|
+
*/
|
|
75
|
+
exports.AuthenticationStrengthPolicyItemRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}{?%24select,%24expand}";
|
|
76
|
+
/* tslint:enable */
|
|
77
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { AuthenticationMethodModes, type UpdateAllowedCombinationsResult } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type AdditionalDataHolder, type BackedModel, type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
5
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
6
|
+
* @returns a updateAllowedCombinationsPostRequestBody
|
|
7
|
+
*/
|
|
8
|
+
export declare function createUpdateAllowedCombinationsPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoUpdateAllowedCombinationsPostRequestBody;
|
|
9
|
+
/**
|
|
10
|
+
* The deserialization information for the current model
|
|
11
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
12
|
+
*/
|
|
13
|
+
export declare function deserializeIntoUpdateAllowedCombinationsPostRequestBody(updateAllowedCombinationsPostRequestBody?: UpdateAllowedCombinationsPostRequestBody | undefined): Record<string, (node: ParseNode) => void>;
|
|
14
|
+
/**
|
|
15
|
+
* Serializes information the current object
|
|
16
|
+
* @param writer Serialization writer to use to serialize this model
|
|
17
|
+
*/
|
|
18
|
+
export declare function serializeUpdateAllowedCombinationsPostRequestBody(writer: SerializationWriter, updateAllowedCombinationsPostRequestBody?: UpdateAllowedCombinationsPostRequestBody | undefined): void;
|
|
19
|
+
export interface UpdateAllowedCombinationsPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
|
|
20
|
+
/**
|
|
21
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
22
|
+
*/
|
|
23
|
+
additionalData?: Record<string, unknown>;
|
|
24
|
+
/**
|
|
25
|
+
* The allowedCombinations property
|
|
26
|
+
*/
|
|
27
|
+
allowedCombinations?: AuthenticationMethodModes[];
|
|
28
|
+
/**
|
|
29
|
+
* Stores model information.
|
|
30
|
+
*/
|
|
31
|
+
backingStoreEnabled?: boolean;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Provides operations to call the updateAllowedCombinations method.
|
|
35
|
+
*/
|
|
36
|
+
export interface UpdateAllowedCombinationsRequestBuilder extends BaseRequestBuilder<UpdateAllowedCombinationsRequestBuilder> {
|
|
37
|
+
/**
|
|
38
|
+
* Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method.
|
|
39
|
+
* @param body The request body
|
|
40
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
41
|
+
* @returns a Promise of UpdateAllowedCombinationsResult
|
|
42
|
+
* @see {@link https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0|Find more info here}
|
|
43
|
+
*/
|
|
44
|
+
post(body: UpdateAllowedCombinationsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UpdateAllowedCombinationsResult | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method.
|
|
47
|
+
* @param body The request body
|
|
48
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
49
|
+
* @returns a RequestInformation
|
|
50
|
+
*/
|
|
51
|
+
toPostRequestInformation(body: UpdateAllowedCombinationsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Metadata for all the requests in the request builder.
|
|
55
|
+
*/
|
|
56
|
+
export declare const UpdateAllowedCombinationsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
57
|
+
/**
|
|
58
|
+
* Uri template for the request builder.
|
|
59
|
+
*/
|
|
60
|
+
export declare const UpdateAllowedCombinationsRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/updateAllowedCombinations";
|
|
61
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,yBAAyB,EAA0I,KAAK,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AAEzP,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;AACH,wBAAgB,oEAAoE,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,kEAEpH;AACD;;;GAGG;AACH,wBAAgB,uDAAuD,CAAC,wCAAwC,GAAE,wCAAwC,GAAG,SAA0D,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKnQ;AACD;;;GAGG;AACH,wBAAgB,iDAAiD,CAAC,MAAM,EAAE,mBAAmB,EAAE,wCAAwC,GAAE,wCAAwC,GAAG,SAA0D,GAAI,IAAI,CAIrP;AACD,MAAM,WAAW,wCAAyC,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IACzG;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,yBAAyB,EAAE,CAAC;IAClD;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AACD;;GAEG;AACH,MAAM,WAAW,uCAAwC,SAAQ,kBAAkB,CAAC,uCAAuC,CAAC;IACxH;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,wCAAwC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,+BAA+B,GAAG,SAAS,CAAC,CAAC;IAC9K;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,wCAAwC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACnK;AACD;;GAEG;AACH,eAAO,MAAM,uDAAuD,EAAE,gBAarE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,kDAAkD,wIAAwI,CAAC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateAllowedCombinationsRequestBuilderUriTemplate = exports.UpdateAllowedCombinationsRequestBuilderRequestsMetadata = exports.serializeUpdateAllowedCombinationsPostRequestBody = exports.deserializeIntoUpdateAllowedCombinationsPostRequestBody = exports.createUpdateAllowedCombinationsPostRequestBodyFromDiscriminatorValue = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
/**
|
|
10
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
+
* @returns a updateAllowedCombinationsPostRequestBody
|
|
13
|
+
*/
|
|
14
|
+
function createUpdateAllowedCombinationsPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
15
|
+
return deserializeIntoUpdateAllowedCombinationsPostRequestBody;
|
|
16
|
+
}
|
|
17
|
+
exports.createUpdateAllowedCombinationsPostRequestBodyFromDiscriminatorValue = createUpdateAllowedCombinationsPostRequestBodyFromDiscriminatorValue;
|
|
18
|
+
/**
|
|
19
|
+
* The deserialization information for the current model
|
|
20
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
21
|
+
*/
|
|
22
|
+
function deserializeIntoUpdateAllowedCombinationsPostRequestBody(updateAllowedCombinationsPostRequestBody = {}) {
|
|
23
|
+
return {
|
|
24
|
+
"allowedCombinations": n => { updateAllowedCombinationsPostRequestBody.allowedCombinations = n.getCollectionOfEnumValues(models_1.AuthenticationMethodModesObject); },
|
|
25
|
+
"backingStoreEnabled": n => { updateAllowedCombinationsPostRequestBody.backingStoreEnabled = true; },
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
exports.deserializeIntoUpdateAllowedCombinationsPostRequestBody = deserializeIntoUpdateAllowedCombinationsPostRequestBody;
|
|
29
|
+
/**
|
|
30
|
+
* Serializes information the current object
|
|
31
|
+
* @param writer Serialization writer to use to serialize this model
|
|
32
|
+
*/
|
|
33
|
+
function serializeUpdateAllowedCombinationsPostRequestBody(writer, updateAllowedCombinationsPostRequestBody = {}) {
|
|
34
|
+
if (updateAllowedCombinationsPostRequestBody.allowedCombinations)
|
|
35
|
+
writer.writeEnumValue("allowedCombinations", ...updateAllowedCombinationsPostRequestBody.allowedCombinations);
|
|
36
|
+
writer.writeAdditionalData(updateAllowedCombinationsPostRequestBody.additionalData);
|
|
37
|
+
}
|
|
38
|
+
exports.serializeUpdateAllowedCombinationsPostRequestBody = serializeUpdateAllowedCombinationsPostRequestBody;
|
|
39
|
+
/**
|
|
40
|
+
* Metadata for all the requests in the request builder.
|
|
41
|
+
*/
|
|
42
|
+
exports.UpdateAllowedCombinationsRequestBuilderRequestsMetadata = {
|
|
43
|
+
post: {
|
|
44
|
+
responseBodyContentType: "application/json",
|
|
45
|
+
errorMappings: {
|
|
46
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
47
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
48
|
+
},
|
|
49
|
+
adapterMethodName: "sendAsync",
|
|
50
|
+
responseBodyFactory: models_1.createUpdateAllowedCombinationsResultFromDiscriminatorValue,
|
|
51
|
+
requestBodyContentType: "application/json",
|
|
52
|
+
requestBodySerializer: serializeUpdateAllowedCombinationsPostRequestBody,
|
|
53
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
54
|
+
},
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* Uri template for the request builder.
|
|
58
|
+
*/
|
|
59
|
+
exports.UpdateAllowedCombinationsRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/updateAllowedCombinations";
|
|
60
|
+
/* tslint:enable */
|
|
61
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { type AuthenticationStrengthUsage } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Provides operations to call the usage method.
|
|
5
|
+
*/
|
|
6
|
+
export interface UsageRequestBuilder extends BaseRequestBuilder<UsageRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Invoke function usage
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
* @returns a Promise of AuthenticationStrengthUsage
|
|
11
|
+
*/
|
|
12
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<AuthenticationStrengthUsage | undefined>;
|
|
13
|
+
/**
|
|
14
|
+
* Invoke function usage
|
|
15
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
|
+
* @returns a RequestInformation
|
|
17
|
+
*/
|
|
18
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Metadata for all the requests in the request builder.
|
|
22
|
+
*/
|
|
23
|
+
export declare const UsageRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
24
|
+
/**
|
|
25
|
+
* Uri template for the request builder.
|
|
26
|
+
*/
|
|
27
|
+
export declare const UsageRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/usage()";
|
|
28
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA2D,KAAK,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAE3I,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;;;;OAIG;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,mCAAmC,EAAE,gBAUjD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8BAA8B,sHAAsH,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UsageRequestBuilderUriTemplate = exports.UsageRequestBuilderRequestsMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
/**
|
|
10
|
+
* Metadata for all the requests in the request builder.
|
|
11
|
+
*/
|
|
12
|
+
exports.UsageRequestBuilderRequestsMetadata = {
|
|
13
|
+
get: {
|
|
14
|
+
responseBodyContentType: "application/json",
|
|
15
|
+
errorMappings: {
|
|
16
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
17
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
18
|
+
},
|
|
19
|
+
adapterMethodName: "sendAsync",
|
|
20
|
+
responseBodyFactory: models_1.createAuthenticationStrengthUsageFromDiscriminatorValue,
|
|
21
|
+
},
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* Uri template for the request builder.
|
|
25
|
+
*/
|
|
26
|
+
exports.UsageRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/usage()";
|
|
27
|
+
/* tslint:enable */
|
|
28
|
+
/* eslint-enable */
|