@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,75 @@
|
|
|
1
|
+
import { type BaseCollectionPaginationCountResponse } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
|
|
3
|
+
export interface AvailableProviderTypesGetResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
4
|
+
/**
|
|
5
|
+
* The value property
|
|
6
|
+
*/
|
|
7
|
+
value?: string[];
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to call the availableProviderTypes method.
|
|
11
|
+
*/
|
|
12
|
+
export interface AvailableProviderTypesRequestBuilder extends BaseRequestBuilder<AvailableProviderTypesRequestBuilder> {
|
|
13
|
+
/**
|
|
14
|
+
* Invoke function availableProviderTypes
|
|
15
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
|
+
* @returns a Promise of AvailableProviderTypesGetResponse
|
|
17
|
+
*/
|
|
18
|
+
get(requestConfiguration?: RequestConfiguration<AvailableProviderTypesRequestBuilderGetQueryParameters> | undefined): Promise<AvailableProviderTypesGetResponse | undefined>;
|
|
19
|
+
/**
|
|
20
|
+
* Invoke function availableProviderTypes
|
|
21
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
+
* @returns a RequestInformation
|
|
23
|
+
*/
|
|
24
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<AvailableProviderTypesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Invoke function availableProviderTypes
|
|
28
|
+
*/
|
|
29
|
+
export interface AvailableProviderTypesRequestBuilderGetQueryParameters {
|
|
30
|
+
/**
|
|
31
|
+
* Include count of items
|
|
32
|
+
*/
|
|
33
|
+
count?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Filter items by property values
|
|
36
|
+
*/
|
|
37
|
+
filter?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Search items by search phrases
|
|
40
|
+
*/
|
|
41
|
+
search?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Skip the first n items
|
|
44
|
+
*/
|
|
45
|
+
skip?: number;
|
|
46
|
+
/**
|
|
47
|
+
* Show only the first n items
|
|
48
|
+
*/
|
|
49
|
+
top?: number;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
53
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
54
|
+
* @returns a availableProviderTypesGetResponse
|
|
55
|
+
*/
|
|
56
|
+
export declare function createAvailableProviderTypesGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoAvailableProviderTypesGetResponse;
|
|
57
|
+
/**
|
|
58
|
+
* The deserialization information for the current model
|
|
59
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
60
|
+
*/
|
|
61
|
+
export declare function deserializeIntoAvailableProviderTypesGetResponse(availableProviderTypesGetResponse?: AvailableProviderTypesGetResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
62
|
+
/**
|
|
63
|
+
* Serializes information the current object
|
|
64
|
+
* @param writer Serialization writer to use to serialize this model
|
|
65
|
+
*/
|
|
66
|
+
export declare function serializeAvailableProviderTypesGetResponse(writer: SerializationWriter, availableProviderTypesGetResponse?: AvailableProviderTypesGetResponse | undefined): void;
|
|
67
|
+
/**
|
|
68
|
+
* Metadata for all the requests in the request builder.
|
|
69
|
+
*/
|
|
70
|
+
export declare const AvailableProviderTypesRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
71
|
+
/**
|
|
72
|
+
* Uri template for the request builder.
|
|
73
|
+
*/
|
|
74
|
+
export declare const AvailableProviderTypesRequestBuilderUriTemplate = "{+baseurl}/identity/identityProviders/availableProviderTypes(){?%24top,%24skip,%24search,%24filter,%24count}";
|
|
75
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAwG,KAAK,qCAAqC,EAAE,MAAM,gCAAgC,CAAC;AAElM,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElO,MAAM,WAAW,iCAAkC,SAAQ,qCAAqC,EAAE,QAAQ;IACtG;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AACD;;GAEG;AACH,MAAM,WAAW,oCAAqC,SAAQ,kBAAkB,CAAC,oCAAoC,CAAC;IAClH;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sDAAsD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,iCAAiC,GAAG,SAAS,CAAC,CAAC;IAC/K;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sDAAsD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAClK;AACD;;GAEG;AACH,MAAM,WAAW,sDAAsD;IACnE;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;;;GAIG;AACH,wBAAgB,6DAA6D,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,2DAE7G;AACD;;;GAGG;AACH,wBAAgB,gDAAgD,CAAC,iCAAiC,GAAE,iCAAiC,GAAG,SAAmD,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKvO;AACD;;;GAGG;AACH,wBAAgB,0CAA0C,CAAC,MAAM,EAAE,mBAAmB,EAAE,iCAAiC,GAAE,iCAAiC,GAAG,SAAmD,GAAI,IAAI,CAGzN;AAWD;;GAEG;AACH,eAAO,MAAM,oDAAoD,EAAE,gBAWlE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,+CAA+C,iHAAiH,CAAC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AvailableProviderTypesRequestBuilderUriTemplate = exports.AvailableProviderTypesRequestBuilderRequestsMetadata = exports.serializeAvailableProviderTypesGetResponse = exports.deserializeIntoAvailableProviderTypesGetResponse = exports.createAvailableProviderTypesGetResponseFromDiscriminatorValue = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
/**
|
|
10
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
+
* @returns a availableProviderTypesGetResponse
|
|
13
|
+
*/
|
|
14
|
+
function createAvailableProviderTypesGetResponseFromDiscriminatorValue(parseNode) {
|
|
15
|
+
return deserializeIntoAvailableProviderTypesGetResponse;
|
|
16
|
+
}
|
|
17
|
+
exports.createAvailableProviderTypesGetResponseFromDiscriminatorValue = createAvailableProviderTypesGetResponseFromDiscriminatorValue;
|
|
18
|
+
/**
|
|
19
|
+
* The deserialization information for the current model
|
|
20
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
21
|
+
*/
|
|
22
|
+
function deserializeIntoAvailableProviderTypesGetResponse(availableProviderTypesGetResponse = {}) {
|
|
23
|
+
return Object.assign(Object.assign({}, (0, models_1.deserializeIntoBaseCollectionPaginationCountResponse)(availableProviderTypesGetResponse)), { "value": n => { availableProviderTypesGetResponse.value = n.getCollectionOfPrimitiveValues(); } });
|
|
24
|
+
}
|
|
25
|
+
exports.deserializeIntoAvailableProviderTypesGetResponse = deserializeIntoAvailableProviderTypesGetResponse;
|
|
26
|
+
/**
|
|
27
|
+
* Serializes information the current object
|
|
28
|
+
* @param writer Serialization writer to use to serialize this model
|
|
29
|
+
*/
|
|
30
|
+
function serializeAvailableProviderTypesGetResponse(writer, availableProviderTypesGetResponse = {}) {
|
|
31
|
+
(0, models_1.serializeBaseCollectionPaginationCountResponse)(writer, availableProviderTypesGetResponse);
|
|
32
|
+
writer.writeCollectionOfPrimitiveValues("value", availableProviderTypesGetResponse.value);
|
|
33
|
+
}
|
|
34
|
+
exports.serializeAvailableProviderTypesGetResponse = serializeAvailableProviderTypesGetResponse;
|
|
35
|
+
/**
|
|
36
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
37
|
+
*/
|
|
38
|
+
const AvailableProviderTypesRequestBuilderGetQueryParametersMapper = {
|
|
39
|
+
"count": "%24count",
|
|
40
|
+
"filter": "%24filter",
|
|
41
|
+
"search": "%24search",
|
|
42
|
+
"skip": "%24skip",
|
|
43
|
+
"top": "%24top",
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* Metadata for all the requests in the request builder.
|
|
47
|
+
*/
|
|
48
|
+
exports.AvailableProviderTypesRequestBuilderRequestsMetadata = {
|
|
49
|
+
get: {
|
|
50
|
+
responseBodyContentType: "application/json",
|
|
51
|
+
errorMappings: {
|
|
52
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
53
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
54
|
+
},
|
|
55
|
+
adapterMethodName: "sendAsync",
|
|
56
|
+
responseBodyFactory: createAvailableProviderTypesGetResponseFromDiscriminatorValue,
|
|
57
|
+
queryParametersMapper: AvailableProviderTypesRequestBuilderGetQueryParametersMapper,
|
|
58
|
+
},
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* Uri template for the request builder.
|
|
62
|
+
*/
|
|
63
|
+
exports.AvailableProviderTypesRequestBuilderUriTemplate = "{+baseurl}/identity/identityProviders/availableProviderTypes(){?%24top,%24skip,%24search,%24filter,%24count}";
|
|
64
|
+
/* tslint:enable */
|
|
65
|
+
/* 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/identityProviders/$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,uEAAuE,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/identityProviders/$count{?%24search,%24filter}";
|
|
34
|
+
/* tslint:enable */
|
|
35
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { type IdentityProviderBase, type IdentityProviderBaseCollectionResponse } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type AvailableProviderTypesRequestBuilder } from './availableProviderTypes/';
|
|
3
|
+
import { type CountRequestBuilder } from './count/';
|
|
4
|
+
import { type IdentityProviderBaseItemRequestBuilder } from './item/';
|
|
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 identityProviders property of the microsoft.graph.identityContainer entity.
|
|
8
|
+
*/
|
|
9
|
+
export interface IdentityProvidersRequestBuilder extends BaseRequestBuilder<IdentityProvidersRequestBuilder> {
|
|
10
|
+
/**
|
|
11
|
+
* Provides operations to call the availableProviderTypes method.
|
|
12
|
+
*/
|
|
13
|
+
get availableProviderTypes(): AvailableProviderTypesRequestBuilder;
|
|
14
|
+
/**
|
|
15
|
+
* Provides operations to count the resources in the collection.
|
|
16
|
+
*/
|
|
17
|
+
get count(): CountRequestBuilder;
|
|
18
|
+
/**
|
|
19
|
+
* Provides operations to manage the identityProviders property of the microsoft.graph.identityContainer entity.
|
|
20
|
+
* @param identityProviderBaseId The unique identifier of identityProviderBase
|
|
21
|
+
* @returns a IdentityProviderBaseItemRequestBuilder
|
|
22
|
+
*/
|
|
23
|
+
byIdentityProviderBaseId(identityProviderBaseId: string): IdentityProviderBaseItemRequestBuilder;
|
|
24
|
+
/**
|
|
25
|
+
* Get a collection of identity provider resources that are configured for a tenant, and that are derived from identityProviderBase. For a Microsoft Entra tenant, the providers can be socialIdentityProviders or builtinIdentityProviders objects. For an Azure AD B2C, the providers can be socialIdentityProvider, or appleManagedIdentityProvider objects.
|
|
26
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
|
+
* @returns a Promise of IdentityProviderBaseCollectionResponse
|
|
28
|
+
* @see {@link https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0|Find more info here}
|
|
29
|
+
*/
|
|
30
|
+
get(requestConfiguration?: RequestConfiguration<IdentityProvidersRequestBuilderGetQueryParameters> | undefined): Promise<IdentityProviderBaseCollectionResponse | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* Create an identity provider object that is of the type specified in the request body. Among the types of providers derived from identityProviderBase, you can currently create a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently create a socialIdentityProvider, or an appleManagedIdentityProvider resource.
|
|
33
|
+
* @param body The request body
|
|
34
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
35
|
+
* @returns a Promise of IdentityProviderBase
|
|
36
|
+
* @see {@link https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-1.0|Find more info here}
|
|
37
|
+
*/
|
|
38
|
+
post(body: IdentityProviderBase, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<IdentityProviderBase | undefined>;
|
|
39
|
+
/**
|
|
40
|
+
* Get a collection of identity provider resources that are configured for a tenant, and that are derived from identityProviderBase. For a Microsoft Entra tenant, the providers can be socialIdentityProviders or builtinIdentityProviders objects. For an Azure AD B2C, the providers can be socialIdentityProvider, or appleManagedIdentityProvider objects.
|
|
41
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
|
+
* @returns a RequestInformation
|
|
43
|
+
*/
|
|
44
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<IdentityProvidersRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
45
|
+
/**
|
|
46
|
+
* Create an identity provider object that is of the type specified in the request body. Among the types of providers derived from identityProviderBase, you can currently create a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently create a socialIdentityProvider, or an appleManagedIdentityProvider resource.
|
|
47
|
+
* @param body The request body
|
|
48
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
49
|
+
* @returns a RequestInformation
|
|
50
|
+
*/
|
|
51
|
+
toPostRequestInformation(body: IdentityProviderBase, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Get a collection of identity provider resources that are configured for a tenant, and that are derived from identityProviderBase. For a Microsoft Entra tenant, the providers can be socialIdentityProviders or builtinIdentityProviders objects. For an Azure AD B2C, the providers can be socialIdentityProvider, or appleManagedIdentityProvider objects.
|
|
55
|
+
*/
|
|
56
|
+
export interface IdentityProvidersRequestBuilderGetQueryParameters {
|
|
57
|
+
/**
|
|
58
|
+
* Include count of items
|
|
59
|
+
*/
|
|
60
|
+
count?: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* Expand related entities
|
|
63
|
+
*/
|
|
64
|
+
expand?: string[];
|
|
65
|
+
/**
|
|
66
|
+
* Filter items by property values
|
|
67
|
+
*/
|
|
68
|
+
filter?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Order items by property values
|
|
71
|
+
*/
|
|
72
|
+
orderby?: string[];
|
|
73
|
+
/**
|
|
74
|
+
* Search items by search phrases
|
|
75
|
+
*/
|
|
76
|
+
search?: string;
|
|
77
|
+
/**
|
|
78
|
+
* Select properties to be returned
|
|
79
|
+
*/
|
|
80
|
+
select?: string[];
|
|
81
|
+
/**
|
|
82
|
+
* Skip the first n items
|
|
83
|
+
*/
|
|
84
|
+
skip?: number;
|
|
85
|
+
/**
|
|
86
|
+
* Show only the first n items
|
|
87
|
+
*/
|
|
88
|
+
top?: number;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* Metadata for all the navigation properties in the request builder.
|
|
92
|
+
*/
|
|
93
|
+
export declare const IdentityProvidersRequestBuilderNavigationMetadata: Record<Exclude<keyof IdentityProvidersRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
94
|
+
/**
|
|
95
|
+
* Metadata for all the requests in the request builder.
|
|
96
|
+
*/
|
|
97
|
+
export declare const IdentityProvidersRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
98
|
+
/**
|
|
99
|
+
* Uri template for the request builder.
|
|
100
|
+
*/
|
|
101
|
+
export declare const IdentityProvidersRequestBuilderUriTemplate = "{+baseurl}/identity/identityProviders{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
102
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAuJ,KAAK,oBAAoB,EAAE,KAAK,sCAAsC,EAAE,MAAM,gCAAgC,CAAC;AAE7Q,OAAO,EAAyG,KAAK,oCAAoC,EAAE,MAAM,2BAA2B,CAAC;AAC7L,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAA6G,KAAK,sCAAsC,EAAE,MAAM,SAAS,CAAC;AACjL,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,+BAAgC,SAAQ,kBAAkB,CAAC,+BAA+B,CAAC;IACxG;;OAEG;IACH,IAAI,sBAAsB,IAAI,oCAAoC,CAAC;IACnE;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,wBAAwB,CAAC,sBAAsB,EAAE,MAAM,GAAI,sCAAsC,CAAC;IACnG;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,iDAAiD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,sCAAsC,GAAG,SAAS,CAAC,CAAC;IAC/K;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,oBAAoB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oBAAoB,GAAG,SAAS,CAAC,CAAC;IAC/I;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,iDAAiD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC1J;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,oBAAoB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC/I;AACD;;GAEG;AACH,MAAM,WAAW,iDAAiD;IAC9D;;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,iDAAiD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,+BAA+B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAc5K,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,+CAA+C,EAAE,gBAuB7D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,0CAA0C,uHAAuH,CAAC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IdentityProvidersRequestBuilderUriTemplate = exports.IdentityProvidersRequestBuilderRequestsMetadata = exports.IdentityProvidersRequestBuilderNavigationMetadata = 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 availableProviderTypes_1 = require("./availableProviderTypes/");
|
|
10
|
+
const count_1 = require("./count/");
|
|
11
|
+
const item_1 = require("./item/");
|
|
12
|
+
/**
|
|
13
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
14
|
+
*/
|
|
15
|
+
const IdentityProvidersRequestBuilderGetQueryParametersMapper = {
|
|
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.IdentityProvidersRequestBuilderNavigationMetadata = {
|
|
29
|
+
byIdentityProviderBaseId: {
|
|
30
|
+
uriTemplate: item_1.IdentityProviderBaseItemRequestBuilderUriTemplate,
|
|
31
|
+
requestsMetadata: item_1.IdentityProviderBaseItemRequestBuilderRequestsMetadata,
|
|
32
|
+
pathParametersMappings: ["identityProviderBase%2Did"],
|
|
33
|
+
},
|
|
34
|
+
availableProviderTypes: {
|
|
35
|
+
uriTemplate: availableProviderTypes_1.AvailableProviderTypesRequestBuilderUriTemplate,
|
|
36
|
+
requestsMetadata: availableProviderTypes_1.AvailableProviderTypesRequestBuilderRequestsMetadata,
|
|
37
|
+
},
|
|
38
|
+
count: {
|
|
39
|
+
uriTemplate: count_1.CountRequestBuilderUriTemplate,
|
|
40
|
+
requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
|
|
41
|
+
},
|
|
42
|
+
};
|
|
43
|
+
/**
|
|
44
|
+
* Metadata for all the requests in the request builder.
|
|
45
|
+
*/
|
|
46
|
+
exports.IdentityProvidersRequestBuilderRequestsMetadata = {
|
|
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: IdentityProvidersRequestBuilderGetQueryParametersMapper,
|
|
56
|
+
},
|
|
57
|
+
post: {
|
|
58
|
+
responseBodyContentType: "application/json",
|
|
59
|
+
errorMappings: {
|
|
60
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
61
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
62
|
+
},
|
|
63
|
+
adapterMethodName: "sendAsync",
|
|
64
|
+
responseBodyFactory: models_1.createIdentityProviderBaseFromDiscriminatorValue,
|
|
65
|
+
requestBodyContentType: "application/json",
|
|
66
|
+
requestBodySerializer: models_1.serializeIdentityProviderBase,
|
|
67
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
68
|
+
},
|
|
69
|
+
};
|
|
70
|
+
/**
|
|
71
|
+
* Uri template for the request builder.
|
|
72
|
+
*/
|
|
73
|
+
exports.IdentityProvidersRequestBuilderUriTemplate = "{+baseurl}/identity/identityProviders{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
74
|
+
/* tslint:enable */
|
|
75
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { type IdentityProviderBase } 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 identityProviders property of the microsoft.graph.identityContainer entity.
|
|
5
|
+
*/
|
|
6
|
+
export interface IdentityProviderBaseItemRequestBuilder extends BaseRequestBuilder<IdentityProviderBaseItemRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Delete an identity provider resource that is of the type specified by the id in the request. Among the types of providers derived from identityProviderBase, you can currently delete a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently delete a socialIdentityProvider, or an appleManagedIdentityProvider resource.
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
* @see {@link https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-1.0|Find more info here}
|
|
11
|
+
*/
|
|
12
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
13
|
+
/**
|
|
14
|
+
* Get the properties and relationships of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently get a socialIdentityProvider or a builtinIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently get a socialIdentityProvider, or an appleManagedIdentityProvider resource.
|
|
15
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
|
+
* @returns a Promise of IdentityProviderBase
|
|
17
|
+
* @see {@link https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-1.0|Find more info here}
|
|
18
|
+
*/
|
|
19
|
+
get(requestConfiguration?: RequestConfiguration<IdentityProviderBaseItemRequestBuilderGetQueryParameters> | undefined): Promise<IdentityProviderBase | undefined>;
|
|
20
|
+
/**
|
|
21
|
+
* Update the properties of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently update a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently update a socialIdentityProvider, or an appleManagedIdentityProvider resource.
|
|
22
|
+
* @param body The request body
|
|
23
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
24
|
+
* @returns a Promise of IdentityProviderBase
|
|
25
|
+
* @see {@link https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-1.0|Find more info here}
|
|
26
|
+
*/
|
|
27
|
+
patch(body: IdentityProviderBase, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<IdentityProviderBase | undefined>;
|
|
28
|
+
/**
|
|
29
|
+
* Delete an identity provider resource that is of the type specified by the id in the request. Among the types of providers derived from identityProviderBase, you can currently delete a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently delete a socialIdentityProvider, or an appleManagedIdentityProvider resource.
|
|
30
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
31
|
+
* @returns a RequestInformation
|
|
32
|
+
*/
|
|
33
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
34
|
+
/**
|
|
35
|
+
* Get the properties and relationships of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently get a socialIdentityProvider or a builtinIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently get a socialIdentityProvider, or an appleManagedIdentityProvider resource.
|
|
36
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
|
+
* @returns a RequestInformation
|
|
38
|
+
*/
|
|
39
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<IdentityProviderBaseItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
40
|
+
/**
|
|
41
|
+
* Update the properties of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently update a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently update a socialIdentityProvider, or an appleManagedIdentityProvider resource.
|
|
42
|
+
* @param body The request body
|
|
43
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
|
+
* @returns a RequestInformation
|
|
45
|
+
*/
|
|
46
|
+
toPatchRequestInformation(body: IdentityProviderBase, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Get the properties and relationships of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently get a socialIdentityProvider or a builtinIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently get a socialIdentityProvider, or an appleManagedIdentityProvider resource.
|
|
50
|
+
*/
|
|
51
|
+
export interface IdentityProviderBaseItemRequestBuilderGetQueryParameters {
|
|
52
|
+
/**
|
|
53
|
+
* Expand related entities
|
|
54
|
+
*/
|
|
55
|
+
expand?: string[];
|
|
56
|
+
/**
|
|
57
|
+
* Select properties to be returned
|
|
58
|
+
*/
|
|
59
|
+
select?: string[];
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Metadata for all the requests in the request builder.
|
|
63
|
+
*/
|
|
64
|
+
export declare const IdentityProviderBaseItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
65
|
+
/**
|
|
66
|
+
* Uri template for the request builder.
|
|
67
|
+
*/
|
|
68
|
+
export declare const IdentityProviderBaseItemRequestBuilderUriTemplate = "{+baseurl}/identity/identityProviders/{identityProviderBase%2Did}{?%24select,%24expand}";
|
|
69
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAmF,KAAK,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAE5J,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,sCAAuC,SAAQ,kBAAkB,CAAC,sCAAsC,CAAC;IACtH;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wDAAwD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oBAAoB,GAAG,SAAS,CAAC,CAAC;IACpK;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,oBAAoB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oBAAoB,GAAG,SAAS,CAAC,CAAC;IAChJ;;;;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,wDAAwD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACjK;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,oBAAoB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAChJ;AACD;;GAEG;AACH,MAAM,WAAW,wDAAwD;IACrE;;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,gBA+BpE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,iDAAiD,4FAA4F,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IdentityProviderBaseItemRequestBuilderUriTemplate = exports.IdentityProviderBaseItemRequestBuilderRequestsMetadata = 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 IdentityProviderBaseItemRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"expand": "%24expand",
|
|
14
|
+
"select": "%24select",
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Metadata for all the requests in the request builder.
|
|
18
|
+
*/
|
|
19
|
+
exports.IdentityProviderBaseItemRequestBuilderRequestsMetadata = {
|
|
20
|
+
delete: {
|
|
21
|
+
responseBodyContentType: "application/json",
|
|
22
|
+
errorMappings: {
|
|
23
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
25
|
+
},
|
|
26
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
27
|
+
},
|
|
28
|
+
get: {
|
|
29
|
+
responseBodyContentType: "application/json",
|
|
30
|
+
errorMappings: {
|
|
31
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
32
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
33
|
+
},
|
|
34
|
+
adapterMethodName: "sendAsync",
|
|
35
|
+
responseBodyFactory: models_1.createIdentityProviderBaseFromDiscriminatorValue,
|
|
36
|
+
queryParametersMapper: IdentityProviderBaseItemRequestBuilderGetQueryParametersMapper,
|
|
37
|
+
},
|
|
38
|
+
patch: {
|
|
39
|
+
responseBodyContentType: "application/json",
|
|
40
|
+
errorMappings: {
|
|
41
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
42
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
43
|
+
},
|
|
44
|
+
adapterMethodName: "sendAsync",
|
|
45
|
+
responseBodyFactory: models_1.createIdentityProviderBaseFromDiscriminatorValue,
|
|
46
|
+
requestBodyContentType: "application/json",
|
|
47
|
+
requestBodySerializer: models_1.serializeIdentityProviderBase,
|
|
48
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Uri template for the request builder.
|
|
53
|
+
*/
|
|
54
|
+
exports.IdentityProviderBaseItemRequestBuilderUriTemplate = "{+baseurl}/identity/identityProviders/{identityProviderBase%2Did}{?%24select,%24expand}";
|
|
55
|
+
/* tslint:enable */
|
|
56
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { type IdentityContainer } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type ApiConnectorsRequestBuilder } from './apiConnectors/';
|
|
3
|
+
import { type B2xUserFlowsRequestBuilder } from './b2xUserFlows/';
|
|
4
|
+
import { type ConditionalAccessRequestBuilder } from './conditionalAccess/';
|
|
5
|
+
import { type IdentityProvidersRequestBuilder } from './identityProviders/';
|
|
6
|
+
import { type UserFlowAttributesRequestBuilder } from './userFlowAttributes/';
|
|
7
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
8
|
+
/**
|
|
9
|
+
* Provides operations to manage the identityContainer singleton.
|
|
10
|
+
*/
|
|
11
|
+
export interface IdentityRequestBuilder extends BaseRequestBuilder<IdentityRequestBuilder> {
|
|
12
|
+
/**
|
|
13
|
+
* Provides operations to manage the apiConnectors property of the microsoft.graph.identityContainer entity.
|
|
14
|
+
*/
|
|
15
|
+
get apiConnectors(): ApiConnectorsRequestBuilder;
|
|
16
|
+
/**
|
|
17
|
+
* Provides operations to manage the b2xUserFlows property of the microsoft.graph.identityContainer entity.
|
|
18
|
+
*/
|
|
19
|
+
get b2xUserFlows(): B2xUserFlowsRequestBuilder;
|
|
20
|
+
/**
|
|
21
|
+
* Provides operations to manage the conditionalAccess property of the microsoft.graph.identityContainer entity.
|
|
22
|
+
*/
|
|
23
|
+
get conditionalAccess(): ConditionalAccessRequestBuilder;
|
|
24
|
+
/**
|
|
25
|
+
* Provides operations to manage the identityProviders property of the microsoft.graph.identityContainer entity.
|
|
26
|
+
*/
|
|
27
|
+
get identityProviders(): IdentityProvidersRequestBuilder;
|
|
28
|
+
/**
|
|
29
|
+
* Provides operations to manage the userFlowAttributes property of the microsoft.graph.identityContainer entity.
|
|
30
|
+
*/
|
|
31
|
+
get userFlowAttributes(): UserFlowAttributesRequestBuilder;
|
|
32
|
+
/**
|
|
33
|
+
* Get identity
|
|
34
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
35
|
+
* @returns a Promise of IdentityContainer
|
|
36
|
+
*/
|
|
37
|
+
get(requestConfiguration?: RequestConfiguration<IdentityRequestBuilderGetQueryParameters> | undefined): Promise<IdentityContainer | undefined>;
|
|
38
|
+
/**
|
|
39
|
+
* Update 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 Promise of IdentityContainer
|
|
43
|
+
*/
|
|
44
|
+
patch(body: IdentityContainer, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<IdentityContainer | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* Get identity
|
|
47
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
48
|
+
* @returns a RequestInformation
|
|
49
|
+
*/
|
|
50
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<IdentityRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
51
|
+
/**
|
|
52
|
+
* Update identity
|
|
53
|
+
* @param body The request body
|
|
54
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
55
|
+
* @returns a RequestInformation
|
|
56
|
+
*/
|
|
57
|
+
toPatchRequestInformation(body: IdentityContainer, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Get identity
|
|
61
|
+
*/
|
|
62
|
+
export interface IdentityRequestBuilderGetQueryParameters {
|
|
63
|
+
/**
|
|
64
|
+
* Expand related entities
|
|
65
|
+
*/
|
|
66
|
+
expand?: string[];
|
|
67
|
+
/**
|
|
68
|
+
* Select properties to be returned
|
|
69
|
+
*/
|
|
70
|
+
select?: string[];
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Metadata for all the navigation properties in the request builder.
|
|
74
|
+
*/
|
|
75
|
+
export declare const IdentityRequestBuilderNavigationMetadata: Record<Exclude<keyof IdentityRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
76
|
+
/**
|
|
77
|
+
* Metadata for all the requests in the request builder.
|
|
78
|
+
*/
|
|
79
|
+
export declare const IdentityRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
80
|
+
/**
|
|
81
|
+
* Uri template for the request builder.
|
|
82
|
+
*/
|
|
83
|
+
export declare const IdentityRequestBuilderUriTemplate = "{+baseurl}/identity{?%24select,%24expand}";
|
|
84
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA6E,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAEnJ,OAAO,EAAsI,KAAK,2BAA2B,EAAE,MAAM,kBAAkB,CAAC;AACxM,OAAO,EAAmI,KAAK,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AACnM,OAAO,EAAkJ,KAAK,+BAA+B,EAAE,MAAM,sBAAsB,CAAC;AAC5N,OAAO,EAAkJ,KAAK,+BAA+B,EAAE,MAAM,sBAAsB,CAAC;AAC5N,OAAO,EAAE,KAAK,gCAAgC,EAAqJ,MAAM,uBAAuB,CAAC;AACjO,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,aAAa,IAAI,2BAA2B,CAAC;IACjD;;OAEG;IACH,IAAI,YAAY,IAAI,0BAA0B,CAAC;IAC/C;;OAEG;IACH,IAAI,iBAAiB,IAAI,+BAA+B,CAAC;IACzD;;OAEG;IACH,IAAI,iBAAiB,IAAI,+BAA+B,CAAC;IACzD;;OAEG;IACH,IAAI,kBAAkB,IAAI,gCAAgC,CAAC;IAC3D;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wCAAwC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAC;IACjJ;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,iBAAiB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAC;IAC1I;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wCAAwC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACjJ;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,iBAAiB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC7I;AACD;;GAEG;AACH,MAAM,WAAW,wCAAwC;IACrD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,wCAAwC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,sBAAsB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CA0B1J,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,gBAuBpD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,iCAAiC,8CAA8C,CAAC"}
|