@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,86 @@
|
|
|
1
|
+
import { type IdentityProviderBaseCollectionResponse } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type CountRequestBuilder } from './count/';
|
|
3
|
+
import { type IdentityProviderBaseItemRequestBuilder } from './item/';
|
|
4
|
+
import { type RefRequestBuilder } from './ref/';
|
|
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 userFlowIdentityProviders property of the microsoft.graph.b2xIdentityUserFlow entity.
|
|
8
|
+
*/
|
|
9
|
+
export interface UserFlowIdentityProvidersRequestBuilder extends BaseRequestBuilder<UserFlowIdentityProvidersRequestBuilder> {
|
|
10
|
+
/**
|
|
11
|
+
* Provides operations to count the resources in the collection.
|
|
12
|
+
*/
|
|
13
|
+
get count(): CountRequestBuilder;
|
|
14
|
+
/**
|
|
15
|
+
* Provides operations to manage the collection of identityContainer entities.
|
|
16
|
+
*/
|
|
17
|
+
get ref(): RefRequestBuilder;
|
|
18
|
+
/**
|
|
19
|
+
* Gets an item from the github.com/microsoftgraph/msgraph-sdk-typescript/.identity.b2xUserFlows.item.userFlowIdentityProviders.item collection
|
|
20
|
+
* @param identityProviderBaseId The unique identifier of identityProviderBase
|
|
21
|
+
* @returns a IdentityProviderBaseItemRequestBuilder
|
|
22
|
+
*/
|
|
23
|
+
byIdentityProviderBaseId(identityProviderBaseId: string): IdentityProviderBaseItemRequestBuilder;
|
|
24
|
+
/**
|
|
25
|
+
* Get userFlowIdentityProviders from identity
|
|
26
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
|
+
* @returns a Promise of IdentityProviderBaseCollectionResponse
|
|
28
|
+
*/
|
|
29
|
+
get(requestConfiguration?: RequestConfiguration<UserFlowIdentityProvidersRequestBuilderGetQueryParameters> | undefined): Promise<IdentityProviderBaseCollectionResponse | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* Get userFlowIdentityProviders from identity
|
|
32
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
33
|
+
* @returns a RequestInformation
|
|
34
|
+
*/
|
|
35
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<UserFlowIdentityProvidersRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Get userFlowIdentityProviders from identity
|
|
39
|
+
*/
|
|
40
|
+
export interface UserFlowIdentityProvidersRequestBuilderGetQueryParameters {
|
|
41
|
+
/**
|
|
42
|
+
* Include count of items
|
|
43
|
+
*/
|
|
44
|
+
count?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Expand related entities
|
|
47
|
+
*/
|
|
48
|
+
expand?: string[];
|
|
49
|
+
/**
|
|
50
|
+
* Filter items by property values
|
|
51
|
+
*/
|
|
52
|
+
filter?: string;
|
|
53
|
+
/**
|
|
54
|
+
* Order items by property values
|
|
55
|
+
*/
|
|
56
|
+
orderby?: string[];
|
|
57
|
+
/**
|
|
58
|
+
* Search items by search phrases
|
|
59
|
+
*/
|
|
60
|
+
search?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Select properties to be returned
|
|
63
|
+
*/
|
|
64
|
+
select?: string[];
|
|
65
|
+
/**
|
|
66
|
+
* Skip the first n items
|
|
67
|
+
*/
|
|
68
|
+
skip?: number;
|
|
69
|
+
/**
|
|
70
|
+
* Show only the first n items
|
|
71
|
+
*/
|
|
72
|
+
top?: number;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Metadata for all the navigation properties in the request builder.
|
|
76
|
+
*/
|
|
77
|
+
export declare const UserFlowIdentityProvidersRequestBuilderNavigationMetadata: Record<Exclude<keyof UserFlowIdentityProvidersRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
78
|
+
/**
|
|
79
|
+
* Metadata for all the requests in the request builder.
|
|
80
|
+
*/
|
|
81
|
+
export declare const UserFlowIdentityProvidersRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
82
|
+
/**
|
|
83
|
+
* Uri template for the request builder.
|
|
84
|
+
*/
|
|
85
|
+
export declare const UserFlowIdentityProvidersRequestBuilderUriTemplate = "{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
86
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAsE,KAAK,sCAAsC,EAAE,MAAM,gCAAgC,CAAC;AAEjK,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAA+G,KAAK,sCAAsC,EAAE,MAAM,SAAS,CAAC;AACnL,OAAO,EAAmE,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AACjH,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;;OAEG;IACH,IAAI,GAAG,IAAI,iBAAiB,CAAC;IAC7B;;;;OAIG;IACF,wBAAwB,CAAC,sBAAsB,EAAE,MAAM,GAAI,sCAAsC,CAAC;IACnG;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yDAAyD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,sCAAsC,GAAG,SAAS,CAAC,CAAC;IACvL;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yDAAyD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACrK;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,CAc5L,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,uDAAuD,EAAE,gBAWrE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,kDAAkD,uKAAuK,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UserFlowIdentityProvidersRequestBuilderUriTemplate = exports.UserFlowIdentityProvidersRequestBuilderRequestsMetadata = exports.UserFlowIdentityProvidersRequestBuilderNavigationMetadata = 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
|
+
const ref_1 = require("./ref/");
|
|
12
|
+
/**
|
|
13
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
14
|
+
*/
|
|
15
|
+
const UserFlowIdentityProvidersRequestBuilderGetQueryParametersMapper = {
|
|
16
|
+
"count": "%24count",
|
|
17
|
+
"expand": "%24expand",
|
|
18
|
+
"filter": "%24filter",
|
|
19
|
+
"orderby": "%24orderby",
|
|
20
|
+
"search": "%24search",
|
|
21
|
+
"select": "%24select",
|
|
22
|
+
"skip": "%24skip",
|
|
23
|
+
"top": "%24top",
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* Metadata for all the navigation properties in the request builder.
|
|
27
|
+
*/
|
|
28
|
+
exports.UserFlowIdentityProvidersRequestBuilderNavigationMetadata = {
|
|
29
|
+
byIdentityProviderBaseId: {
|
|
30
|
+
uriTemplate: item_1.IdentityProviderBaseItemRequestBuilderUriTemplate,
|
|
31
|
+
navigationMetadata: item_1.IdentityProviderBaseItemRequestBuilderNavigationMetadata,
|
|
32
|
+
pathParametersMappings: ["identityProviderBase%2Did"],
|
|
33
|
+
},
|
|
34
|
+
count: {
|
|
35
|
+
uriTemplate: count_1.CountRequestBuilderUriTemplate,
|
|
36
|
+
requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
|
|
37
|
+
},
|
|
38
|
+
ref: {
|
|
39
|
+
uriTemplate: ref_1.RefRequestBuilderUriTemplate,
|
|
40
|
+
requestsMetadata: ref_1.RefRequestBuilderRequestsMetadata,
|
|
41
|
+
},
|
|
42
|
+
};
|
|
43
|
+
/**
|
|
44
|
+
* Metadata for all the requests in the request builder.
|
|
45
|
+
*/
|
|
46
|
+
exports.UserFlowIdentityProvidersRequestBuilderRequestsMetadata = {
|
|
47
|
+
get: {
|
|
48
|
+
responseBodyContentType: "application/json",
|
|
49
|
+
errorMappings: {
|
|
50
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
51
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
52
|
+
},
|
|
53
|
+
adapterMethodName: "sendAsync",
|
|
54
|
+
responseBodyFactory: models_1.createIdentityProviderBaseCollectionResponseFromDiscriminatorValue,
|
|
55
|
+
queryParametersMapper: UserFlowIdentityProvidersRequestBuilderGetQueryParametersMapper,
|
|
56
|
+
},
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* Uri template for the request builder.
|
|
60
|
+
*/
|
|
61
|
+
exports.UserFlowIdentityProvidersRequestBuilderUriTemplate = "{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
62
|
+
/* tslint:enable */
|
|
63
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { type RefRequestBuilder } from './ref/';
|
|
2
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Builds and executes requests for operations under /identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}
|
|
5
|
+
*/
|
|
6
|
+
export interface IdentityProviderBaseItemRequestBuilder extends BaseRequestBuilder<IdentityProviderBaseItemRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Provides operations to manage the collection of identityContainer entities.
|
|
9
|
+
*/
|
|
10
|
+
get ref(): RefRequestBuilder;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Metadata for all the navigation properties in the request builder.
|
|
14
|
+
*/
|
|
15
|
+
export declare const IdentityProviderBaseItemRequestBuilderNavigationMetadata: Record<Exclude<keyof IdentityProviderBaseItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
16
|
+
/**
|
|
17
|
+
* Uri template for the request builder.
|
|
18
|
+
*/
|
|
19
|
+
export declare const IdentityProviderBaseItemRequestBuilderUriTemplate = "{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders/{identityProviderBase%2Did}";
|
|
20
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAmE,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AACjH,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAE1I;;GAEG;AACH,MAAM,WAAW,sCAAuC,SAAQ,kBAAkB,CAAC,sCAAsC,CAAC;IACtH;;OAEG;IACH,IAAI,GAAG,IAAI,iBAAiB,CAAC;CAChC;AACD;;GAEG;AACH,eAAO,MAAM,wDAAwD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,sCAAsC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAK1L,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,iDAAiD,sHAAsH,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IdentityProviderBaseItemRequestBuilderUriTemplate = exports.IdentityProviderBaseItemRequestBuilderNavigationMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const ref_1 = require("./ref/");
|
|
8
|
+
/**
|
|
9
|
+
* Metadata for all the navigation properties in the request builder.
|
|
10
|
+
*/
|
|
11
|
+
exports.IdentityProviderBaseItemRequestBuilderNavigationMetadata = {
|
|
12
|
+
ref: {
|
|
13
|
+
uriTemplate: ref_1.RefRequestBuilderUriTemplate,
|
|
14
|
+
requestsMetadata: ref_1.RefRequestBuilderRequestsMetadata,
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Uri template for the request builder.
|
|
19
|
+
*/
|
|
20
|
+
exports.IdentityProviderBaseItemRequestBuilderUriTemplate = "{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders/{identityProviderBase%2Did}";
|
|
21
|
+
/* tslint:enable */
|
|
22
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
2
|
+
/**
|
|
3
|
+
* Provides operations to manage the collection of identityContainer entities.
|
|
4
|
+
*/
|
|
5
|
+
export interface RefRequestBuilder extends BaseRequestBuilder<RefRequestBuilder> {
|
|
6
|
+
/**
|
|
7
|
+
* Delete ref of navigation property userFlowIdentityProviders for identity
|
|
8
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9
|
+
*/
|
|
10
|
+
delete(requestConfiguration?: RequestConfiguration<RefRequestBuilderDeleteQueryParameters> | undefined): Promise<void>;
|
|
11
|
+
/**
|
|
12
|
+
* Delete ref of navigation property userFlowIdentityProviders for identity
|
|
13
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
14
|
+
* @returns a RequestInformation
|
|
15
|
+
*/
|
|
16
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<RefRequestBuilderDeleteQueryParameters> | undefined): RequestInformation;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Delete ref of navigation property userFlowIdentityProviders for identity
|
|
20
|
+
*/
|
|
21
|
+
export interface RefRequestBuilderDeleteQueryParameters {
|
|
22
|
+
/**
|
|
23
|
+
* Delete Uri
|
|
24
|
+
*/
|
|
25
|
+
id?: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Metadata for all the requests in the request builder.
|
|
29
|
+
*/
|
|
30
|
+
export declare const RefRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
31
|
+
/**
|
|
32
|
+
* Uri template for the request builder.
|
|
33
|
+
*/
|
|
34
|
+
export declare const RefRequestBuilderUriTemplate = "{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders/{identityProviderBase%2Did}/$ref{?%40id*}";
|
|
35
|
+
//# 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,iBAAkB,SAAQ,kBAAkB,CAAC,iBAAiB,CAAC;IAC5E;;;OAGG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzH;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACrJ;AACD;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACnD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAOD;;GAEG;AACH,eAAO,MAAM,iCAAiC,EAAE,gBAU/C,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,4BAA4B,oIAAoI,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RefRequestBuilderUriTemplate = exports.RefRequestBuilderRequestsMetadata = 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 RefRequestBuilderDeleteQueryParametersMapper = {
|
|
12
|
+
"id": "%40id",
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* Metadata for all the requests in the request builder.
|
|
16
|
+
*/
|
|
17
|
+
exports.RefRequestBuilderRequestsMetadata = {
|
|
18
|
+
delete: {
|
|
19
|
+
responseBodyContentType: "application/json",
|
|
20
|
+
errorMappings: {
|
|
21
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
22
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
23
|
+
},
|
|
24
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
25
|
+
queryParametersMapper: RefRequestBuilderDeleteQueryParametersMapper,
|
|
26
|
+
},
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Uri template for the request builder.
|
|
30
|
+
*/
|
|
31
|
+
exports.RefRequestBuilderUriTemplate = "{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders/{identityProviderBase%2Did}/$ref{?%40id*}";
|
|
32
|
+
/* tslint:enable */
|
|
33
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { type ReferenceCreate, type StringCollectionResponse } 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 collection of identityContainer entities.
|
|
5
|
+
*/
|
|
6
|
+
export interface RefRequestBuilder extends BaseRequestBuilder<RefRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Get ref of userFlowIdentityProviders from identity
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
* @returns a Promise of StringCollectionResponse
|
|
11
|
+
*/
|
|
12
|
+
get(requestConfiguration?: RequestConfiguration<RefRequestBuilderGetQueryParameters> | undefined): Promise<StringCollectionResponse | undefined>;
|
|
13
|
+
/**
|
|
14
|
+
* Create new navigation property ref to userFlowIdentityProviders for identity
|
|
15
|
+
* @param body The request body
|
|
16
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
17
|
+
*/
|
|
18
|
+
post(body: ReferenceCreate, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
19
|
+
/**
|
|
20
|
+
* Get ref of userFlowIdentityProviders from identity
|
|
21
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
+
* @returns a RequestInformation
|
|
23
|
+
*/
|
|
24
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<RefRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
25
|
+
/**
|
|
26
|
+
* Create new navigation property ref to userFlowIdentityProviders 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 RequestInformation
|
|
30
|
+
*/
|
|
31
|
+
toPostRequestInformation(body: ReferenceCreate, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Get ref of userFlowIdentityProviders from identity
|
|
35
|
+
*/
|
|
36
|
+
export interface RefRequestBuilderGetQueryParameters {
|
|
37
|
+
/**
|
|
38
|
+
* Include count of items
|
|
39
|
+
*/
|
|
40
|
+
count?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* Filter items by property values
|
|
43
|
+
*/
|
|
44
|
+
filter?: string;
|
|
45
|
+
/**
|
|
46
|
+
* Order items by property values
|
|
47
|
+
*/
|
|
48
|
+
orderby?: string[];
|
|
49
|
+
/**
|
|
50
|
+
* Search items by search phrases
|
|
51
|
+
*/
|
|
52
|
+
search?: string;
|
|
53
|
+
/**
|
|
54
|
+
* Skip the first n items
|
|
55
|
+
*/
|
|
56
|
+
skip?: number;
|
|
57
|
+
/**
|
|
58
|
+
* Show only the first n items
|
|
59
|
+
*/
|
|
60
|
+
top?: number;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Metadata for all the requests in the request builder.
|
|
64
|
+
*/
|
|
65
|
+
export declare const RefRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
66
|
+
/**
|
|
67
|
+
* Uri template for the request builder.
|
|
68
|
+
*/
|
|
69
|
+
export declare const RefRequestBuilderUriTemplate = "{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders/$ref{?%24top,%24skip,%24search,%24filter,%24count,%24orderby}";
|
|
70
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAkF,KAAK,eAAe,EAAE,KAAK,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAErL,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,kBAAkB,CAAC,iBAAiB,CAAC;IAC5E;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mCAAmC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wBAAwB,GAAG,SAAS,CAAC,CAAC;IACnJ;;;;OAIG;IACF,IAAI,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAC9G;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mCAAmC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC5I;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC1I;AACD;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAChD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AAYD;;GAEG;AACH,eAAO,MAAM,iCAAiC,EAAE,gBAsB/C,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,4BAA4B,wJAAwJ,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RefRequestBuilderUriTemplate = exports.RefRequestBuilderRequestsMetadata = 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 RefRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"count": "%24count",
|
|
14
|
+
"filter": "%24filter",
|
|
15
|
+
"orderby": "%24orderby",
|
|
16
|
+
"search": "%24search",
|
|
17
|
+
"skip": "%24skip",
|
|
18
|
+
"top": "%24top",
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* Metadata for all the requests in the request builder.
|
|
22
|
+
*/
|
|
23
|
+
exports.RefRequestBuilderRequestsMetadata = {
|
|
24
|
+
get: {
|
|
25
|
+
responseBodyContentType: "application/json",
|
|
26
|
+
errorMappings: {
|
|
27
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
28
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
29
|
+
},
|
|
30
|
+
adapterMethodName: "sendAsync",
|
|
31
|
+
responseBodyFactory: models_1.createStringCollectionResponseFromDiscriminatorValue,
|
|
32
|
+
queryParametersMapper: RefRequestBuilderGetQueryParametersMapper,
|
|
33
|
+
},
|
|
34
|
+
post: {
|
|
35
|
+
responseBodyContentType: "application/json",
|
|
36
|
+
errorMappings: {
|
|
37
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
38
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
39
|
+
},
|
|
40
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
41
|
+
requestBodyContentType: "application/json",
|
|
42
|
+
requestBodySerializer: models_1.serializeReferenceCreate,
|
|
43
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* Uri template for the request builder.
|
|
48
|
+
*/
|
|
49
|
+
exports.RefRequestBuilderUriTemplate = "{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders/$ref{?%24top,%24skip,%24search,%24filter,%24count,%24orderby}";
|
|
50
|
+
/* tslint:enable */
|
|
51
|
+
/* 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/authenticationContextClassReferences/$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,4GAA4G,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/authenticationContextClassReferences/$count{?%24search,%24filter}";
|
|
34
|
+
/* tslint:enable */
|
|
35
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { type AuthenticationContextClassReference, type AuthenticationContextClassReferenceCollectionResponse } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type CountRequestBuilder } from './count/';
|
|
3
|
+
import { type AuthenticationContextClassReferenceItemRequestBuilder } 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 authenticationContextClassReferences property of the microsoft.graph.conditionalAccessRoot entity.
|
|
7
|
+
*/
|
|
8
|
+
export interface AuthenticationContextClassReferencesRequestBuilder extends BaseRequestBuilder<AuthenticationContextClassReferencesRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to count the resources in the collection.
|
|
11
|
+
*/
|
|
12
|
+
get count(): CountRequestBuilder;
|
|
13
|
+
/**
|
|
14
|
+
* Provides operations to manage the authenticationContextClassReferences property of the microsoft.graph.conditionalAccessRoot entity.
|
|
15
|
+
* @param authenticationContextClassReferenceId The unique identifier of authenticationContextClassReference
|
|
16
|
+
* @returns a AuthenticationContextClassReferenceItemRequestBuilder
|
|
17
|
+
*/
|
|
18
|
+
byAuthenticationContextClassReferenceId(authenticationContextClassReferenceId: string): AuthenticationContextClassReferenceItemRequestBuilder;
|
|
19
|
+
/**
|
|
20
|
+
* Retrieve a list of authenticationContextClassReference objects.
|
|
21
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
+
* @returns a Promise of AuthenticationContextClassReferenceCollectionResponse
|
|
23
|
+
* @see {@link https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0|Find more info here}
|
|
24
|
+
*/
|
|
25
|
+
get(requestConfiguration?: RequestConfiguration<AuthenticationContextClassReferencesRequestBuilderGetQueryParameters> | undefined): Promise<AuthenticationContextClassReferenceCollectionResponse | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* Create new navigation property to authenticationContextClassReferences for identity
|
|
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 AuthenticationContextClassReference
|
|
31
|
+
*/
|
|
32
|
+
post(body: AuthenticationContextClassReference, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<AuthenticationContextClassReference | undefined>;
|
|
33
|
+
/**
|
|
34
|
+
* Retrieve a list of authenticationContextClassReference objects.
|
|
35
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
|
+
* @returns a RequestInformation
|
|
37
|
+
*/
|
|
38
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<AuthenticationContextClassReferencesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
39
|
+
/**
|
|
40
|
+
* Create new navigation property to authenticationContextClassReferences for identity
|
|
41
|
+
* @param body The request body
|
|
42
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
43
|
+
* @returns a RequestInformation
|
|
44
|
+
*/
|
|
45
|
+
toPostRequestInformation(body: AuthenticationContextClassReference, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Retrieve a list of authenticationContextClassReference objects.
|
|
49
|
+
*/
|
|
50
|
+
export interface AuthenticationContextClassReferencesRequestBuilderGetQueryParameters {
|
|
51
|
+
/**
|
|
52
|
+
* Include count of items
|
|
53
|
+
*/
|
|
54
|
+
count?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Expand related entities
|
|
57
|
+
*/
|
|
58
|
+
expand?: string[];
|
|
59
|
+
/**
|
|
60
|
+
* Filter items by property values
|
|
61
|
+
*/
|
|
62
|
+
filter?: string;
|
|
63
|
+
/**
|
|
64
|
+
* Order items by property values
|
|
65
|
+
*/
|
|
66
|
+
orderby?: string[];
|
|
67
|
+
/**
|
|
68
|
+
* Search items by search phrases
|
|
69
|
+
*/
|
|
70
|
+
search?: string;
|
|
71
|
+
/**
|
|
72
|
+
* Select properties to be returned
|
|
73
|
+
*/
|
|
74
|
+
select?: string[];
|
|
75
|
+
/**
|
|
76
|
+
* Skip the first n items
|
|
77
|
+
*/
|
|
78
|
+
skip?: number;
|
|
79
|
+
/**
|
|
80
|
+
* Show only the first n items
|
|
81
|
+
*/
|
|
82
|
+
top?: number;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Metadata for all the navigation properties in the request builder.
|
|
86
|
+
*/
|
|
87
|
+
export declare const AuthenticationContextClassReferencesRequestBuilderNavigationMetadata: Record<Exclude<keyof AuthenticationContextClassReferencesRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
88
|
+
/**
|
|
89
|
+
* Metadata for all the requests in the request builder.
|
|
90
|
+
*/
|
|
91
|
+
export declare const AuthenticationContextClassReferencesRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
92
|
+
/**
|
|
93
|
+
* Uri template for the request builder.
|
|
94
|
+
*/
|
|
95
|
+
export declare const AuthenticationContextClassReferencesRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/authenticationContextClassReferences{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
96
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAoM,KAAK,mCAAmC,EAAE,KAAK,qDAAqD,EAAE,MAAM,gCAAgC,CAAC;AAExV,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAA2I,KAAK,qDAAqD,EAAE,MAAM,SAAS,CAAC;AAC9N,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,kDAAmD,SAAQ,kBAAkB,CAAC,kDAAkD,CAAC;IAC9I;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,uCAAuC,CAAC,qCAAqC,EAAE,MAAM,GAAI,qDAAqD,CAAC;IAChJ;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,oEAAoE,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,qDAAqD,GAAG,SAAS,CAAC,CAAC;IACjN;;;;;OAKG;IACF,IAAI,CAAC,IAAI,EAAE,mCAAmC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,mCAAmC,GAAG,SAAS,CAAC,CAAC;IAC7K;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,oEAAoE,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC7K;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,mCAAmC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC9J;AACD;;GAEG;AACH,MAAM,WAAW,oEAAoE;IACjF;;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,oEAAoE,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,kDAAkD,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAUlN,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,kEAAkE,EAAE,gBAuBhF,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,6DAA6D,4JAA4J,CAAC"}
|