@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,80 @@
|
|
|
1
|
+
import { type AuthenticationStrengthRoot } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type AuthenticationMethodModesRequestBuilder } from './authenticationMethodModes/';
|
|
3
|
+
import { type PoliciesRequestBuilder } from './policies/';
|
|
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 authenticationStrength property of the microsoft.graph.conditionalAccessRoot entity.
|
|
7
|
+
*/
|
|
8
|
+
export interface AuthenticationStrengthRequestBuilder extends BaseRequestBuilder<AuthenticationStrengthRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to manage the authenticationMethodModes property of the microsoft.graph.authenticationStrengthRoot entity.
|
|
11
|
+
*/
|
|
12
|
+
get authenticationMethodModes(): AuthenticationMethodModesRequestBuilder;
|
|
13
|
+
/**
|
|
14
|
+
* Provides operations to manage the policies property of the microsoft.graph.authenticationStrengthRoot entity.
|
|
15
|
+
*/
|
|
16
|
+
get policies(): PoliciesRequestBuilder;
|
|
17
|
+
/**
|
|
18
|
+
* Delete navigation property authenticationStrength for identity
|
|
19
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
20
|
+
*/
|
|
21
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
22
|
+
/**
|
|
23
|
+
* Get authenticationStrength from identity
|
|
24
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
25
|
+
* @returns a Promise of AuthenticationStrengthRoot
|
|
26
|
+
*/
|
|
27
|
+
get(requestConfiguration?: RequestConfiguration<AuthenticationStrengthRequestBuilderGetQueryParameters> | undefined): Promise<AuthenticationStrengthRoot | undefined>;
|
|
28
|
+
/**
|
|
29
|
+
* Update the navigation property authenticationStrength in identity
|
|
30
|
+
* @param body The request body
|
|
31
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
32
|
+
* @returns a Promise of AuthenticationStrengthRoot
|
|
33
|
+
*/
|
|
34
|
+
patch(body: AuthenticationStrengthRoot, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<AuthenticationStrengthRoot | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* Delete navigation property authenticationStrength for identity
|
|
37
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
38
|
+
* @returns a RequestInformation
|
|
39
|
+
*/
|
|
40
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
41
|
+
/**
|
|
42
|
+
* Get authenticationStrength from identity
|
|
43
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
|
+
* @returns a RequestInformation
|
|
45
|
+
*/
|
|
46
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<AuthenticationStrengthRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
47
|
+
/**
|
|
48
|
+
* Update the navigation property authenticationStrength in identity
|
|
49
|
+
* @param body The request body
|
|
50
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
51
|
+
* @returns a RequestInformation
|
|
52
|
+
*/
|
|
53
|
+
toPatchRequestInformation(body: AuthenticationStrengthRoot, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Get authenticationStrength from identity
|
|
57
|
+
*/
|
|
58
|
+
export interface AuthenticationStrengthRequestBuilderGetQueryParameters {
|
|
59
|
+
/**
|
|
60
|
+
* Expand related entities
|
|
61
|
+
*/
|
|
62
|
+
expand?: string[];
|
|
63
|
+
/**
|
|
64
|
+
* Select properties to be returned
|
|
65
|
+
*/
|
|
66
|
+
select?: string[];
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Metadata for all the navigation properties in the request builder.
|
|
70
|
+
*/
|
|
71
|
+
export declare const AuthenticationStrengthRequestBuilderNavigationMetadata: Record<Exclude<keyof AuthenticationStrengthRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
72
|
+
/**
|
|
73
|
+
* Metadata for all the requests in the request builder.
|
|
74
|
+
*/
|
|
75
|
+
export declare const AuthenticationStrengthRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
76
|
+
/**
|
|
77
|
+
* Uri template for the request builder.
|
|
78
|
+
*/
|
|
79
|
+
export declare const AuthenticationStrengthRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/authenticationStrength{?%24select,%24expand}";
|
|
80
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA+F,KAAK,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAE9K,OAAO,EAA0K,KAAK,uCAAuC,EAAE,MAAM,8BAA8B,CAAC;AACpQ,OAAO,EAAuH,KAAK,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAC/K,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,oCAAqC,SAAQ,kBAAkB,CAAC,oCAAoC,CAAC;IAClH;;OAEG;IACH,IAAI,yBAAyB,IAAI,uCAAuC,CAAC;IACzE;;OAEG;IACH,IAAI,QAAQ,IAAI,sBAAsB,CAAC;IACvC;;;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,sDAAsD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,0BAA0B,GAAG,SAAS,CAAC,CAAC;IACxK;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,0BAA0B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,0BAA0B,GAAG,SAAS,CAAC,CAAC;IAC5J;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sDAAsD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC/J;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,0BAA0B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACtJ;AACD;;GAEG;AACH,MAAM,WAAW,sDAAsD;IACnE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,sDAAsD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,oCAAoC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAWtL,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,oDAAoD,EAAE,gBA+BlE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,+CAA+C,uFAAuF,CAAC"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AuthenticationStrengthRequestBuilderUriTemplate = exports.AuthenticationStrengthRequestBuilderRequestsMetadata = exports.AuthenticationStrengthRequestBuilderNavigationMetadata = 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 authenticationMethodModes_1 = require("./authenticationMethodModes/");
|
|
10
|
+
const policies_1 = require("./policies/");
|
|
11
|
+
/**
|
|
12
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
13
|
+
*/
|
|
14
|
+
const AuthenticationStrengthRequestBuilderGetQueryParametersMapper = {
|
|
15
|
+
"expand": "%24expand",
|
|
16
|
+
"select": "%24select",
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* Metadata for all the navigation properties in the request builder.
|
|
20
|
+
*/
|
|
21
|
+
exports.AuthenticationStrengthRequestBuilderNavigationMetadata = {
|
|
22
|
+
authenticationMethodModes: {
|
|
23
|
+
uriTemplate: authenticationMethodModes_1.AuthenticationMethodModesRequestBuilderUriTemplate,
|
|
24
|
+
requestsMetadata: authenticationMethodModes_1.AuthenticationMethodModesRequestBuilderRequestsMetadata,
|
|
25
|
+
navigationMetadata: authenticationMethodModes_1.AuthenticationMethodModesRequestBuilderNavigationMetadata,
|
|
26
|
+
},
|
|
27
|
+
policies: {
|
|
28
|
+
uriTemplate: policies_1.PoliciesRequestBuilderUriTemplate,
|
|
29
|
+
requestsMetadata: policies_1.PoliciesRequestBuilderRequestsMetadata,
|
|
30
|
+
navigationMetadata: policies_1.PoliciesRequestBuilderNavigationMetadata,
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* Metadata for all the requests in the request builder.
|
|
35
|
+
*/
|
|
36
|
+
exports.AuthenticationStrengthRequestBuilderRequestsMetadata = {
|
|
37
|
+
delete: {
|
|
38
|
+
responseBodyContentType: "application/json",
|
|
39
|
+
errorMappings: {
|
|
40
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
41
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
42
|
+
},
|
|
43
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
44
|
+
},
|
|
45
|
+
get: {
|
|
46
|
+
responseBodyContentType: "application/json",
|
|
47
|
+
errorMappings: {
|
|
48
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
49
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
50
|
+
},
|
|
51
|
+
adapterMethodName: "sendAsync",
|
|
52
|
+
responseBodyFactory: models_1.createAuthenticationStrengthRootFromDiscriminatorValue,
|
|
53
|
+
queryParametersMapper: AuthenticationStrengthRequestBuilderGetQueryParametersMapper,
|
|
54
|
+
},
|
|
55
|
+
patch: {
|
|
56
|
+
responseBodyContentType: "application/json",
|
|
57
|
+
errorMappings: {
|
|
58
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
59
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
60
|
+
},
|
|
61
|
+
adapterMethodName: "sendAsync",
|
|
62
|
+
responseBodyFactory: models_1.createAuthenticationStrengthRootFromDiscriminatorValue,
|
|
63
|
+
requestBodyContentType: "application/json",
|
|
64
|
+
requestBodySerializer: models_1.serializeAuthenticationStrengthRoot,
|
|
65
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
66
|
+
},
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* Uri template for the request builder.
|
|
70
|
+
*/
|
|
71
|
+
exports.AuthenticationStrengthRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/authenticationStrength{?%24select,%24expand}";
|
|
72
|
+
/* tslint:enable */
|
|
73
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
2
|
+
/**
|
|
3
|
+
* Provides operations to count the resources in the collection.
|
|
4
|
+
*/
|
|
5
|
+
export interface CountRequestBuilder extends BaseRequestBuilder<CountRequestBuilder> {
|
|
6
|
+
/**
|
|
7
|
+
* Get the number of the resource
|
|
8
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9
|
+
* @returns a Promise of Integer
|
|
10
|
+
*/
|
|
11
|
+
get(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): Promise<number | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Get the number of the resource
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
* @returns a RequestInformation
|
|
16
|
+
*/
|
|
17
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Get the number of the resource
|
|
21
|
+
*/
|
|
22
|
+
export interface CountRequestBuilderGetQueryParameters {
|
|
23
|
+
/**
|
|
24
|
+
* Filter items by property values
|
|
25
|
+
*/
|
|
26
|
+
filter?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Search items by search phrases
|
|
29
|
+
*/
|
|
30
|
+
search?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Metadata for all the requests in the request builder.
|
|
34
|
+
*/
|
|
35
|
+
export declare const CountRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
36
|
+
/**
|
|
37
|
+
* Uri template for the request builder.
|
|
38
|
+
*/
|
|
39
|
+
export declare const CountRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/$count{?%24search,%24filter}";
|
|
40
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,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,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACnI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAQD;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAWjD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8BAA8B,uGAAuG,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CountRequestBuilderUriTemplate = exports.CountRequestBuilderRequestsMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
8
|
+
/**
|
|
9
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
10
|
+
*/
|
|
11
|
+
const CountRequestBuilderGetQueryParametersMapper = {
|
|
12
|
+
"filter": "%24filter",
|
|
13
|
+
"search": "%24search",
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* Metadata for all the requests in the request builder.
|
|
17
|
+
*/
|
|
18
|
+
exports.CountRequestBuilderRequestsMetadata = {
|
|
19
|
+
get: {
|
|
20
|
+
responseBodyContentType: "text/plain;q=0.9",
|
|
21
|
+
errorMappings: {
|
|
22
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
23
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
},
|
|
25
|
+
adapterMethodName: "sendPrimitiveAsync",
|
|
26
|
+
responseBodyFactory: "number",
|
|
27
|
+
queryParametersMapper: CountRequestBuilderGetQueryParametersMapper,
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Uri template for the request builder.
|
|
32
|
+
*/
|
|
33
|
+
exports.CountRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/$count{?%24search,%24filter}";
|
|
34
|
+
/* tslint:enable */
|
|
35
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { type AuthenticationStrengthPolicy, type AuthenticationStrengthPolicyCollectionResponse } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type CountRequestBuilder } from './count/';
|
|
3
|
+
import { type AuthenticationStrengthPolicyItemRequestBuilder } from './item/';
|
|
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 policies property of the microsoft.graph.authenticationStrengthRoot entity.
|
|
7
|
+
*/
|
|
8
|
+
export interface PoliciesRequestBuilder extends BaseRequestBuilder<PoliciesRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to count the resources in the collection.
|
|
11
|
+
*/
|
|
12
|
+
get count(): CountRequestBuilder;
|
|
13
|
+
/**
|
|
14
|
+
* Provides operations to manage the policies property of the microsoft.graph.authenticationStrengthRoot entity.
|
|
15
|
+
* @param authenticationStrengthPolicyId The unique identifier of authenticationStrengthPolicy
|
|
16
|
+
* @returns a AuthenticationStrengthPolicyItemRequestBuilder
|
|
17
|
+
*/
|
|
18
|
+
byAuthenticationStrengthPolicyId(authenticationStrengthPolicyId: string): AuthenticationStrengthPolicyItemRequestBuilder;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.
|
|
21
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
+
* @returns a Promise of AuthenticationStrengthPolicyCollectionResponse
|
|
23
|
+
*/
|
|
24
|
+
get(requestConfiguration?: RequestConfiguration<PoliciesRequestBuilderGetQueryParameters> | undefined): Promise<AuthenticationStrengthPolicyCollectionResponse | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Create new navigation property to policies for identity
|
|
27
|
+
* @param body The request body
|
|
28
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
29
|
+
* @returns a Promise of AuthenticationStrengthPolicy
|
|
30
|
+
*/
|
|
31
|
+
post(body: AuthenticationStrengthPolicy, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<AuthenticationStrengthPolicy | undefined>;
|
|
32
|
+
/**
|
|
33
|
+
* A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.
|
|
34
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
35
|
+
* @returns a RequestInformation
|
|
36
|
+
*/
|
|
37
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<PoliciesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
38
|
+
/**
|
|
39
|
+
* Create new navigation property to policies for identity
|
|
40
|
+
* @param body The request body
|
|
41
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
|
+
* @returns a RequestInformation
|
|
43
|
+
*/
|
|
44
|
+
toPostRequestInformation(body: AuthenticationStrengthPolicy, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.
|
|
48
|
+
*/
|
|
49
|
+
export interface PoliciesRequestBuilderGetQueryParameters {
|
|
50
|
+
/**
|
|
51
|
+
* Include count of items
|
|
52
|
+
*/
|
|
53
|
+
count?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* Expand related entities
|
|
56
|
+
*/
|
|
57
|
+
expand?: string[];
|
|
58
|
+
/**
|
|
59
|
+
* Filter items by property values
|
|
60
|
+
*/
|
|
61
|
+
filter?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Order items by property values
|
|
64
|
+
*/
|
|
65
|
+
orderby?: string[];
|
|
66
|
+
/**
|
|
67
|
+
* Search items by search phrases
|
|
68
|
+
*/
|
|
69
|
+
search?: string;
|
|
70
|
+
/**
|
|
71
|
+
* Select properties to be returned
|
|
72
|
+
*/
|
|
73
|
+
select?: string[];
|
|
74
|
+
/**
|
|
75
|
+
* Skip the first n items
|
|
76
|
+
*/
|
|
77
|
+
skip?: number;
|
|
78
|
+
/**
|
|
79
|
+
* Show only the first n items
|
|
80
|
+
*/
|
|
81
|
+
top?: number;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Metadata for all the navigation properties in the request builder.
|
|
85
|
+
*/
|
|
86
|
+
export declare const PoliciesRequestBuilderNavigationMetadata: Record<Exclude<keyof PoliciesRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
87
|
+
/**
|
|
88
|
+
* Metadata for all the requests in the request builder.
|
|
89
|
+
*/
|
|
90
|
+
export declare const PoliciesRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
91
|
+
/**
|
|
92
|
+
* Uri template for the request builder.
|
|
93
|
+
*/
|
|
94
|
+
export declare const PoliciesRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/authenticationStrength/policies{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
95
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA+K,KAAK,4BAA4B,EAAE,KAAK,8CAA8C,EAAE,MAAM,gCAAgC,CAAC;AAErT,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAA+L,KAAK,8CAA8C,EAAE,MAAM,SAAS,CAAC;AAC3Q,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,sBAAuB,SAAQ,kBAAkB,CAAC,sBAAsB,CAAC;IACtF;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,gCAAgC,CAAC,8BAA8B,EAAE,MAAM,GAAI,8CAA8C,CAAC;IAC3H;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wCAAwC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,8CAA8C,GAAG,SAAS,CAAC,CAAC;IAC9K;;;;;OAKG;IACF,IAAI,CAAC,IAAI,EAAE,4BAA4B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,4BAA4B,GAAG,SAAS,CAAC,CAAC;IAC/J;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wCAAwC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACjJ;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,4BAA4B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACvJ;AACD;;GAEG;AACH,MAAM,WAAW,wCAAwC;IACrD;;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,wCAAwC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,sBAAsB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAW1J,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,gBAuBpD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,iCAAiC,uJAAuJ,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PoliciesRequestBuilderUriTemplate = exports.PoliciesRequestBuilderRequestsMetadata = exports.PoliciesRequestBuilderNavigationMetadata = 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 PoliciesRequestBuilderGetQueryParametersMapper = {
|
|
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.PoliciesRequestBuilderNavigationMetadata = {
|
|
28
|
+
byAuthenticationStrengthPolicyId: {
|
|
29
|
+
uriTemplate: item_1.AuthenticationStrengthPolicyItemRequestBuilderUriTemplate,
|
|
30
|
+
requestsMetadata: item_1.AuthenticationStrengthPolicyItemRequestBuilderRequestsMetadata,
|
|
31
|
+
navigationMetadata: item_1.AuthenticationStrengthPolicyItemRequestBuilderNavigationMetadata,
|
|
32
|
+
pathParametersMappings: ["authenticationStrengthPolicy%2Did"],
|
|
33
|
+
},
|
|
34
|
+
count: {
|
|
35
|
+
uriTemplate: count_1.CountRequestBuilderUriTemplate,
|
|
36
|
+
requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Metadata for all the requests in the request builder.
|
|
41
|
+
*/
|
|
42
|
+
exports.PoliciesRequestBuilderRequestsMetadata = {
|
|
43
|
+
get: {
|
|
44
|
+
responseBodyContentType: "application/json",
|
|
45
|
+
errorMappings: {
|
|
46
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
47
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
48
|
+
},
|
|
49
|
+
adapterMethodName: "sendAsync",
|
|
50
|
+
responseBodyFactory: models_1.createAuthenticationStrengthPolicyCollectionResponseFromDiscriminatorValue,
|
|
51
|
+
queryParametersMapper: PoliciesRequestBuilderGetQueryParametersMapper,
|
|
52
|
+
},
|
|
53
|
+
post: {
|
|
54
|
+
responseBodyContentType: "application/json",
|
|
55
|
+
errorMappings: {
|
|
56
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
57
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
58
|
+
},
|
|
59
|
+
adapterMethodName: "sendAsync",
|
|
60
|
+
responseBodyFactory: models_1.createAuthenticationStrengthPolicyFromDiscriminatorValue,
|
|
61
|
+
requestBodyContentType: "application/json",
|
|
62
|
+
requestBodySerializer: models_1.serializeAuthenticationStrengthPolicy,
|
|
63
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
64
|
+
},
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* Uri template for the request builder.
|
|
68
|
+
*/
|
|
69
|
+
exports.PoliciesRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/authenticationStrength/policies{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
70
|
+
/* tslint:enable */
|
|
71
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
2
|
+
/**
|
|
3
|
+
* Provides operations to count the resources in the collection.
|
|
4
|
+
*/
|
|
5
|
+
export interface CountRequestBuilder extends BaseRequestBuilder<CountRequestBuilder> {
|
|
6
|
+
/**
|
|
7
|
+
* Get the number of the resource
|
|
8
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9
|
+
* @returns a Promise of Integer
|
|
10
|
+
*/
|
|
11
|
+
get(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): Promise<number | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Get the number of the resource
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
* @returns a RequestInformation
|
|
16
|
+
*/
|
|
17
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Get the number of the resource
|
|
21
|
+
*/
|
|
22
|
+
export interface CountRequestBuilderGetQueryParameters {
|
|
23
|
+
/**
|
|
24
|
+
* Filter items by property values
|
|
25
|
+
*/
|
|
26
|
+
filter?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Search items by search phrases
|
|
29
|
+
*/
|
|
30
|
+
search?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Metadata for all the requests in the request builder.
|
|
34
|
+
*/
|
|
35
|
+
export declare const CountRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
36
|
+
/**
|
|
37
|
+
* Uri template for the request builder.
|
|
38
|
+
*/
|
|
39
|
+
export declare const CountRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/combinationConfigurations/$count{?%24search,%24filter}";
|
|
40
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,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,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACnI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAQD;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAWjD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8BAA8B,qKAAqK,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CountRequestBuilderUriTemplate = exports.CountRequestBuilderRequestsMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
8
|
+
/**
|
|
9
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
10
|
+
*/
|
|
11
|
+
const CountRequestBuilderGetQueryParametersMapper = {
|
|
12
|
+
"filter": "%24filter",
|
|
13
|
+
"search": "%24search",
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* Metadata for all the requests in the request builder.
|
|
17
|
+
*/
|
|
18
|
+
exports.CountRequestBuilderRequestsMetadata = {
|
|
19
|
+
get: {
|
|
20
|
+
responseBodyContentType: "text/plain;q=0.9",
|
|
21
|
+
errorMappings: {
|
|
22
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
23
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
},
|
|
25
|
+
adapterMethodName: "sendPrimitiveAsync",
|
|
26
|
+
responseBodyFactory: "number",
|
|
27
|
+
queryParametersMapper: CountRequestBuilderGetQueryParametersMapper,
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Uri template for the request builder.
|
|
32
|
+
*/
|
|
33
|
+
exports.CountRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/combinationConfigurations/$count{?%24search,%24filter}";
|
|
34
|
+
/* tslint:enable */
|
|
35
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { type AuthenticationCombinationConfiguration, type AuthenticationCombinationConfigurationCollectionResponse } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type CountRequestBuilder } from './count/';
|
|
3
|
+
import { type AuthenticationCombinationConfigurationItemRequestBuilder } from './item/';
|
|
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 combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity.
|
|
7
|
+
*/
|
|
8
|
+
export interface CombinationConfigurationsRequestBuilder extends BaseRequestBuilder<CombinationConfigurationsRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to count the resources in the collection.
|
|
11
|
+
*/
|
|
12
|
+
get count(): CountRequestBuilder;
|
|
13
|
+
/**
|
|
14
|
+
* Provides operations to manage the combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity.
|
|
15
|
+
* @param authenticationCombinationConfigurationId The unique identifier of authenticationCombinationConfiguration
|
|
16
|
+
* @returns a AuthenticationCombinationConfigurationItemRequestBuilder
|
|
17
|
+
*/
|
|
18
|
+
byAuthenticationCombinationConfigurationId(authenticationCombinationConfigurationId: string): AuthenticationCombinationConfigurationItemRequestBuilder;
|
|
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.
|
|
21
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
+
* @returns a Promise of AuthenticationCombinationConfigurationCollectionResponse
|
|
23
|
+
* @see {@link https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0|Find more info here}
|
|
24
|
+
*/
|
|
25
|
+
get(requestConfiguration?: RequestConfiguration<CombinationConfigurationsRequestBuilderGetQueryParameters> | undefined): Promise<AuthenticationCombinationConfigurationCollectionResponse | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* Create a new authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies.
|
|
28
|
+
* @param body The request body
|
|
29
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
|
+
* @returns a Promise of AuthenticationCombinationConfiguration
|
|
31
|
+
* @see {@link https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0|Find more info here}
|
|
32
|
+
*/
|
|
33
|
+
post(body: AuthenticationCombinationConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<AuthenticationCombinationConfiguration | undefined>;
|
|
34
|
+
/**
|
|
35
|
+
* 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.
|
|
36
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
|
+
* @returns a RequestInformation
|
|
38
|
+
*/
|
|
39
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CombinationConfigurationsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
40
|
+
/**
|
|
41
|
+
* Create a new authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies.
|
|
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
|
+
toPostRequestInformation(body: AuthenticationCombinationConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* 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.
|
|
50
|
+
*/
|
|
51
|
+
export interface CombinationConfigurationsRequestBuilderGetQueryParameters {
|
|
52
|
+
/**
|
|
53
|
+
* Include count of items
|
|
54
|
+
*/
|
|
55
|
+
count?: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* Expand related entities
|
|
58
|
+
*/
|
|
59
|
+
expand?: string[];
|
|
60
|
+
/**
|
|
61
|
+
* Filter items by property values
|
|
62
|
+
*/
|
|
63
|
+
filter?: string;
|
|
64
|
+
/**
|
|
65
|
+
* Order items by property values
|
|
66
|
+
*/
|
|
67
|
+
orderby?: string[];
|
|
68
|
+
/**
|
|
69
|
+
* Search items by search phrases
|
|
70
|
+
*/
|
|
71
|
+
search?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Select properties to be returned
|
|
74
|
+
*/
|
|
75
|
+
select?: string[];
|
|
76
|
+
/**
|
|
77
|
+
* Skip the first n items
|
|
78
|
+
*/
|
|
79
|
+
skip?: number;
|
|
80
|
+
/**
|
|
81
|
+
* Show only the first n items
|
|
82
|
+
*/
|
|
83
|
+
top?: number;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Metadata for all the navigation properties in the request builder.
|
|
87
|
+
*/
|
|
88
|
+
export declare const CombinationConfigurationsRequestBuilderNavigationMetadata: Record<Exclude<keyof CombinationConfigurationsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
89
|
+
/**
|
|
90
|
+
* Metadata for all the requests in the request builder.
|
|
91
|
+
*/
|
|
92
|
+
export declare const CombinationConfigurationsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
93
|
+
/**
|
|
94
|
+
* Uri template for the request builder.
|
|
95
|
+
*/
|
|
96
|
+
export declare const CombinationConfigurationsRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/combinationConfigurations{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
97
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA6M,KAAK,sCAAsC,EAAE,KAAK,wDAAwD,EAAE,MAAM,gCAAgC,CAAC;AAEvW,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAAiJ,KAAK,wDAAwD,EAAE,MAAM,SAAS,CAAC;AACvO,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,yDAAyD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,uCAAuC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAU5L,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,uDAAuD,EAAE,gBAuBrE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,kDAAkD,qNAAqN,CAAC"}
|