@microsoft/msgraph-sdk-applications 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/applications/count/index.d.ts +40 -0
- package/applications/count/index.d.ts.map +1 -0
- package/applications/count/index.js +35 -0
- package/applications/delta/index.d.ts +83 -0
- package/applications/delta/index.d.ts.map +1 -0
- package/applications/delta/index.js +67 -0
- package/applications/getAvailableExtensionProperties/index.d.ts +83 -0
- package/applications/getAvailableExtensionProperties/index.d.ts.map +1 -0
- package/applications/getAvailableExtensionProperties/index.js +86 -0
- package/applications/getByIds/index.d.ts +87 -0
- package/applications/getByIds/index.d.ts.map +1 -0
- package/applications/getByIds/index.js +88 -0
- package/applications/index.d.ts +117 -0
- package/applications/index.d.ts.map +1 -0
- package/applications/index.js +91 -0
- package/applications/item/addKey/index.d.ts +69 -0
- package/applications/item/addKey/index.d.ts.map +1 -0
- package/applications/item/addKey/index.js +64 -0
- package/applications/item/addPassword/index.d.ts +61 -0
- package/applications/item/addPassword/index.d.ts.map +1 -0
- package/applications/item/addPassword/index.js +60 -0
- package/applications/item/appManagementPolicies/count/index.d.ts +40 -0
- package/applications/item/appManagementPolicies/count/index.d.ts.map +1 -0
- package/applications/item/appManagementPolicies/count/index.js +35 -0
- package/applications/item/appManagementPolicies/index.d.ts +86 -0
- package/applications/item/appManagementPolicies/index.d.ts.map +1 -0
- package/applications/item/appManagementPolicies/index.js +63 -0
- package/applications/item/appManagementPolicies/item/index.d.ts +20 -0
- package/applications/item/appManagementPolicies/item/index.d.ts.map +1 -0
- package/applications/item/appManagementPolicies/item/index.js +22 -0
- package/applications/item/appManagementPolicies/item/ref/index.d.ts +36 -0
- package/applications/item/appManagementPolicies/item/ref/index.d.ts.map +1 -0
- package/applications/item/appManagementPolicies/item/ref/index.js +33 -0
- package/applications/item/appManagementPolicies/ref/index.d.ts +71 -0
- package/applications/item/appManagementPolicies/ref/index.d.ts.map +1 -0
- package/applications/item/appManagementPolicies/ref/index.js +51 -0
- package/applications/item/checkMemberGroups/index.d.ts +83 -0
- package/applications/item/checkMemberGroups/index.d.ts.map +1 -0
- package/applications/item/checkMemberGroups/index.js +86 -0
- package/applications/item/checkMemberObjects/index.d.ts +82 -0
- package/applications/item/checkMemberObjects/index.d.ts.map +1 -0
- package/applications/item/checkMemberObjects/index.js +86 -0
- package/applications/item/createdOnBehalfOf/index.d.ts +41 -0
- package/applications/item/createdOnBehalfOf/index.d.ts.map +1 -0
- package/applications/item/createdOnBehalfOf/index.js +36 -0
- package/applications/item/extensionProperties/count/index.d.ts +40 -0
- package/applications/item/extensionProperties/count/index.d.ts.map +1 -0
- package/applications/item/extensionProperties/count/index.js +35 -0
- package/applications/item/extensionProperties/index.d.ts +97 -0
- package/applications/item/extensionProperties/index.d.ts.map +1 -0
- package/applications/item/extensionProperties/index.js +70 -0
- package/applications/item/extensionProperties/item/index.d.ts +68 -0
- package/applications/item/extensionProperties/item/index.d.ts.map +1 -0
- package/applications/item/extensionProperties/item/index.js +56 -0
- package/applications/item/federatedIdentityCredentials/count/index.d.ts +40 -0
- package/applications/item/federatedIdentityCredentials/count/index.d.ts.map +1 -0
- package/applications/item/federatedIdentityCredentials/count/index.js +35 -0
- package/applications/item/federatedIdentityCredentials/index.d.ts +97 -0
- package/applications/item/federatedIdentityCredentials/index.d.ts.map +1 -0
- package/applications/item/federatedIdentityCredentials/index.js +70 -0
- package/applications/item/federatedIdentityCredentials/item/index.d.ts +69 -0
- package/applications/item/federatedIdentityCredentials/item/index.d.ts.map +1 -0
- package/applications/item/federatedIdentityCredentials/item/index.js +56 -0
- package/applications/item/getMemberGroups/index.d.ts +83 -0
- package/applications/item/getMemberGroups/index.d.ts.map +1 -0
- package/applications/item/getMemberGroups/index.js +86 -0
- package/applications/item/getMemberObjects/index.d.ts +83 -0
- package/applications/item/getMemberObjects/index.d.ts.map +1 -0
- package/applications/item/getMemberObjects/index.js +86 -0
- package/applications/item/homeRealmDiscoveryPolicies/count/index.d.ts +40 -0
- package/applications/item/homeRealmDiscoveryPolicies/count/index.d.ts.map +1 -0
- package/applications/item/homeRealmDiscoveryPolicies/count/index.js +35 -0
- package/applications/item/homeRealmDiscoveryPolicies/index.d.ts +81 -0
- package/applications/item/homeRealmDiscoveryPolicies/index.d.ts.map +1 -0
- package/applications/item/homeRealmDiscoveryPolicies/index.js +58 -0
- package/applications/item/homeRealmDiscoveryPolicies/item/index.d.ts +41 -0
- package/applications/item/homeRealmDiscoveryPolicies/item/index.d.ts.map +1 -0
- package/applications/item/homeRealmDiscoveryPolicies/item/index.js +36 -0
- package/applications/item/index.d.ts +178 -0
- package/applications/item/index.d.ts.map +1 -0
- package/applications/item/index.js +174 -0
- package/applications/item/logo/index.d.ts +41 -0
- package/applications/item/logo/index.d.ts.map +1 -0
- package/applications/item/logo/index.js +38 -0
- package/applications/item/owners/count/index.d.ts +40 -0
- package/applications/item/owners/count/index.d.ts.map +1 -0
- package/applications/item/owners/count/index.js +35 -0
- package/applications/item/owners/graphAppRoleAssignment/count/index.d.ts +40 -0
- package/applications/item/owners/graphAppRoleAssignment/count/index.d.ts.map +1 -0
- package/applications/item/owners/graphAppRoleAssignment/count/index.js +35 -0
- package/applications/item/owners/graphAppRoleAssignment/index.d.ts +74 -0
- package/applications/item/owners/graphAppRoleAssignment/index.d.ts.map +1 -0
- package/applications/item/owners/graphAppRoleAssignment/index.js +52 -0
- package/applications/item/owners/graphEndpoint/count/index.d.ts +40 -0
- package/applications/item/owners/graphEndpoint/count/index.d.ts.map +1 -0
- package/applications/item/owners/graphEndpoint/count/index.js +35 -0
- package/applications/item/owners/graphEndpoint/index.d.ts +74 -0
- package/applications/item/owners/graphEndpoint/index.d.ts.map +1 -0
- package/applications/item/owners/graphEndpoint/index.js +52 -0
- package/applications/item/owners/graphServicePrincipal/count/index.d.ts +40 -0
- package/applications/item/owners/graphServicePrincipal/count/index.d.ts.map +1 -0
- package/applications/item/owners/graphServicePrincipal/count/index.js +35 -0
- package/applications/item/owners/graphServicePrincipal/index.d.ts +74 -0
- package/applications/item/owners/graphServicePrincipal/index.d.ts.map +1 -0
- package/applications/item/owners/graphServicePrincipal/index.js +52 -0
- package/applications/item/owners/graphUser/count/index.d.ts +40 -0
- package/applications/item/owners/graphUser/count/index.d.ts.map +1 -0
- package/applications/item/owners/graphUser/count/index.js +35 -0
- package/applications/item/owners/graphUser/index.d.ts +74 -0
- package/applications/item/owners/graphUser/index.d.ts.map +1 -0
- package/applications/item/owners/graphUser/index.js +52 -0
- package/applications/item/owners/index.d.ts +107 -0
- package/applications/item/owners/index.d.ts.map +1 -0
- package/applications/item/owners/index.js +87 -0
- package/applications/item/owners/item/graphAppRoleAssignment/index.d.ts +41 -0
- package/applications/item/owners/item/graphAppRoleAssignment/index.d.ts.map +1 -0
- package/applications/item/owners/item/graphAppRoleAssignment/index.js +36 -0
- package/applications/item/owners/item/graphEndpoint/index.d.ts +41 -0
- package/applications/item/owners/item/graphEndpoint/index.d.ts.map +1 -0
- package/applications/item/owners/item/graphEndpoint/index.js +36 -0
- package/applications/item/owners/item/graphServicePrincipal/index.d.ts +41 -0
- package/applications/item/owners/item/graphServicePrincipal/index.d.ts.map +1 -0
- package/applications/item/owners/item/graphServicePrincipal/index.js +36 -0
- package/applications/item/owners/item/graphUser/index.d.ts +41 -0
- package/applications/item/owners/item/graphUser/index.d.ts.map +1 -0
- package/applications/item/owners/item/graphUser/index.js +36 -0
- package/applications/item/owners/item/index.d.ts +40 -0
- package/applications/item/owners/item/index.d.ts.map +1 -0
- package/applications/item/owners/item/index.js +42 -0
- package/applications/item/owners/item/ref/index.d.ts +36 -0
- package/applications/item/owners/item/ref/index.d.ts.map +1 -0
- package/applications/item/owners/item/ref/index.js +33 -0
- package/applications/item/owners/ref/index.d.ts +72 -0
- package/applications/item/owners/ref/index.d.ts.map +1 -0
- package/applications/item/owners/ref/index.js +51 -0
- package/applications/item/removeKey/index.d.ts +64 -0
- package/applications/item/removeKey/index.d.ts.map +1 -0
- package/applications/item/removeKey/index.js +60 -0
- package/applications/item/removePassword/index.d.ts +60 -0
- package/applications/item/removePassword/index.d.ts.map +1 -0
- package/applications/item/removePassword/index.js +58 -0
- package/applications/item/restore/index.d.ts +29 -0
- package/applications/item/restore/index.d.ts.map +1 -0
- package/applications/item/restore/index.js +28 -0
- package/applications/item/setVerifiedPublisher/index.d.ts +59 -0
- package/applications/item/setVerifiedPublisher/index.d.ts.map +1 -0
- package/applications/item/setVerifiedPublisher/index.js +58 -0
- package/applications/item/synchronization/acquireAccessToken/index.d.ts +60 -0
- package/applications/item/synchronization/acquireAccessToken/index.d.ts.map +1 -0
- package/applications/item/synchronization/acquireAccessToken/index.js +59 -0
- package/applications/item/synchronization/index.d.ts +90 -0
- package/applications/item/synchronization/index.d.ts.map +1 -0
- package/applications/item/synchronization/index.js +84 -0
- package/applications/item/synchronization/jobs/count/index.d.ts +40 -0
- package/applications/item/synchronization/jobs/count/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/count/index.js +35 -0
- package/applications/item/synchronization/jobs/index.d.ts +102 -0
- package/applications/item/synchronization/jobs/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/index.js +76 -0
- package/applications/item/synchronization/jobs/item/index.d.ts +102 -0
- package/applications/item/synchronization/jobs/item/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/index.js +92 -0
- package/applications/item/synchronization/jobs/item/pause/index.d.ts +27 -0
- package/applications/item/synchronization/jobs/item/pause/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/pause/index.js +26 -0
- package/applications/item/synchronization/jobs/item/provisionOnDemand/index.d.ts +61 -0
- package/applications/item/synchronization/jobs/item/provisionOnDemand/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/provisionOnDemand/index.js +60 -0
- package/applications/item/synchronization/jobs/item/restart/index.d.ts +60 -0
- package/applications/item/synchronization/jobs/item/restart/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/restart/index.js +59 -0
- package/applications/item/synchronization/jobs/item/schema/directories/count/index.d.ts +40 -0
- package/applications/item/synchronization/jobs/item/schema/directories/count/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/schema/directories/count/index.js +35 -0
- package/applications/item/synchronization/jobs/item/schema/directories/index.d.ts +95 -0
- package/applications/item/synchronization/jobs/item/schema/directories/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/schema/directories/index.js +71 -0
- package/applications/item/synchronization/jobs/item/schema/directories/item/discover/index.d.ts +29 -0
- package/applications/item/synchronization/jobs/item/schema/directories/item/discover/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/schema/directories/item/discover/index.js +28 -0
- package/applications/item/synchronization/jobs/item/schema/directories/item/index.d.ts +75 -0
- package/applications/item/synchronization/jobs/item/schema/directories/item/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/schema/directories/item/index.js +66 -0
- package/applications/item/synchronization/jobs/item/schema/filterOperators/index.d.ts +83 -0
- package/applications/item/synchronization/jobs/item/schema/filterOperators/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/schema/filterOperators/index.js +67 -0
- package/applications/item/synchronization/jobs/item/schema/functions/index.d.ts +83 -0
- package/applications/item/synchronization/jobs/item/schema/functions/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/schema/functions/index.js +67 -0
- package/applications/item/synchronization/jobs/item/schema/index.d.ts +92 -0
- package/applications/item/synchronization/jobs/item/schema/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/schema/index.js +82 -0
- package/applications/item/synchronization/jobs/item/schema/parseExpression/index.d.ts +69 -0
- package/applications/item/synchronization/jobs/item/schema/parseExpression/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/schema/parseExpression/index.js +64 -0
- package/applications/item/synchronization/jobs/item/start/index.d.ts +27 -0
- package/applications/item/synchronization/jobs/item/start/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/start/index.js +26 -0
- package/applications/item/synchronization/jobs/item/validateCredentials/index.d.ts +72 -0
- package/applications/item/synchronization/jobs/item/validateCredentials/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/validateCredentials/index.js +65 -0
- package/applications/item/synchronization/jobs/validateCredentials/index.d.ts +71 -0
- package/applications/item/synchronization/jobs/validateCredentials/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/validateCredentials/index.js +65 -0
- package/applications/item/synchronization/secrets/count/index.d.ts +40 -0
- package/applications/item/synchronization/secrets/count/index.d.ts.map +1 -0
- package/applications/item/synchronization/secrets/count/index.js +35 -0
- package/applications/item/synchronization/secrets/index.d.ts +39 -0
- package/applications/item/synchronization/secrets/index.d.ts.map +1 -0
- package/applications/item/synchronization/secrets/index.js +41 -0
- package/applications/item/synchronization/templates/count/index.d.ts +40 -0
- package/applications/item/synchronization/templates/count/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/count/index.js +35 -0
- package/applications/item/synchronization/templates/index.d.ts +96 -0
- package/applications/item/synchronization/templates/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/index.js +71 -0
- package/applications/item/synchronization/templates/item/index.d.ts +76 -0
- package/applications/item/synchronization/templates/item/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/item/index.js +67 -0
- package/applications/item/synchronization/templates/item/schema/directories/count/index.d.ts +40 -0
- package/applications/item/synchronization/templates/item/schema/directories/count/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/item/schema/directories/count/index.js +35 -0
- package/applications/item/synchronization/templates/item/schema/directories/index.d.ts +95 -0
- package/applications/item/synchronization/templates/item/schema/directories/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/item/schema/directories/index.js +71 -0
- package/applications/item/synchronization/templates/item/schema/directories/item/discover/index.d.ts +29 -0
- package/applications/item/synchronization/templates/item/schema/directories/item/discover/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/item/schema/directories/item/discover/index.js +28 -0
- package/applications/item/synchronization/templates/item/schema/directories/item/index.d.ts +75 -0
- package/applications/item/synchronization/templates/item/schema/directories/item/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/item/schema/directories/item/index.js +66 -0
- package/applications/item/synchronization/templates/item/schema/filterOperators/index.d.ts +83 -0
- package/applications/item/synchronization/templates/item/schema/filterOperators/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/item/schema/filterOperators/index.js +67 -0
- package/applications/item/synchronization/templates/item/schema/functions/index.d.ts +83 -0
- package/applications/item/synchronization/templates/item/schema/functions/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/item/schema/functions/index.js +67 -0
- package/applications/item/synchronization/templates/item/schema/index.d.ts +90 -0
- package/applications/item/synchronization/templates/item/schema/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/item/schema/index.js +82 -0
- package/applications/item/synchronization/templates/item/schema/parseExpression/index.d.ts +69 -0
- package/applications/item/synchronization/templates/item/schema/parseExpression/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/item/schema/parseExpression/index.js +64 -0
- package/applications/item/tokenIssuancePolicies/count/index.d.ts +40 -0
- package/applications/item/tokenIssuancePolicies/count/index.d.ts.map +1 -0
- package/applications/item/tokenIssuancePolicies/count/index.js +35 -0
- package/applications/item/tokenIssuancePolicies/index.d.ts +87 -0
- package/applications/item/tokenIssuancePolicies/index.d.ts.map +1 -0
- package/applications/item/tokenIssuancePolicies/index.js +63 -0
- package/applications/item/tokenIssuancePolicies/item/index.d.ts +20 -0
- package/applications/item/tokenIssuancePolicies/item/index.d.ts.map +1 -0
- package/applications/item/tokenIssuancePolicies/item/index.js +22 -0
- package/applications/item/tokenIssuancePolicies/item/ref/index.d.ts +36 -0
- package/applications/item/tokenIssuancePolicies/item/ref/index.d.ts.map +1 -0
- package/applications/item/tokenIssuancePolicies/item/ref/index.js +33 -0
- package/applications/item/tokenIssuancePolicies/ref/index.d.ts +72 -0
- package/applications/item/tokenIssuancePolicies/ref/index.d.ts.map +1 -0
- package/applications/item/tokenIssuancePolicies/ref/index.js +51 -0
- package/applications/item/tokenLifetimePolicies/count/index.d.ts +40 -0
- package/applications/item/tokenLifetimePolicies/count/index.d.ts.map +1 -0
- package/applications/item/tokenLifetimePolicies/count/index.js +35 -0
- package/applications/item/tokenLifetimePolicies/index.d.ts +87 -0
- package/applications/item/tokenLifetimePolicies/index.d.ts.map +1 -0
- package/applications/item/tokenLifetimePolicies/index.js +63 -0
- package/applications/item/tokenLifetimePolicies/item/index.d.ts +20 -0
- package/applications/item/tokenLifetimePolicies/item/index.d.ts.map +1 -0
- package/applications/item/tokenLifetimePolicies/item/index.js +22 -0
- package/applications/item/tokenLifetimePolicies/item/ref/index.d.ts +36 -0
- package/applications/item/tokenLifetimePolicies/item/ref/index.d.ts.map +1 -0
- package/applications/item/tokenLifetimePolicies/item/ref/index.js +33 -0
- package/applications/item/tokenLifetimePolicies/ref/index.d.ts +72 -0
- package/applications/item/tokenLifetimePolicies/ref/index.d.ts.map +1 -0
- package/applications/item/tokenLifetimePolicies/ref/index.js +51 -0
- package/applications/item/unsetVerifiedPublisher/index.d.ts +27 -0
- package/applications/item/unsetVerifiedPublisher/index.d.ts.map +1 -0
- package/applications/item/unsetVerifiedPublisher/index.js +26 -0
- package/applications/validateProperties/index.d.ts +72 -0
- package/applications/validateProperties/index.d.ts.map +1 -0
- package/applications/validateProperties/index.js +64 -0
- package/applicationsServiceClient.d.ts +25 -0
- package/applicationsServiceClient.d.ts.map +1 -0
- package/applicationsServiceClient.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,107 @@
|
|
|
1
|
+
import { type DirectoryObjectCollectionResponse } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type CountRequestBuilder } from './count/';
|
|
3
|
+
import { type GraphAppRoleAssignmentRequestBuilder } from './graphAppRoleAssignment/';
|
|
4
|
+
import { type GraphEndpointRequestBuilder } from './graphEndpoint/';
|
|
5
|
+
import { type GraphServicePrincipalRequestBuilder } from './graphServicePrincipal/';
|
|
6
|
+
import { type GraphUserRequestBuilder } from './graphUser/';
|
|
7
|
+
import { type DirectoryObjectItemRequestBuilder } from './item/';
|
|
8
|
+
import { type RefRequestBuilder } from './ref/';
|
|
9
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
10
|
+
/**
|
|
11
|
+
* Provides operations to manage the owners property of the microsoft.graph.application entity.
|
|
12
|
+
*/
|
|
13
|
+
export interface OwnersRequestBuilder extends BaseRequestBuilder<OwnersRequestBuilder> {
|
|
14
|
+
/**
|
|
15
|
+
* Provides operations to count the resources in the collection.
|
|
16
|
+
*/
|
|
17
|
+
get count(): CountRequestBuilder;
|
|
18
|
+
/**
|
|
19
|
+
* Casts the previous resource to appRoleAssignment.
|
|
20
|
+
*/
|
|
21
|
+
get graphAppRoleAssignment(): GraphAppRoleAssignmentRequestBuilder;
|
|
22
|
+
/**
|
|
23
|
+
* Casts the previous resource to endpoint.
|
|
24
|
+
*/
|
|
25
|
+
get graphEndpoint(): GraphEndpointRequestBuilder;
|
|
26
|
+
/**
|
|
27
|
+
* Casts the previous resource to servicePrincipal.
|
|
28
|
+
*/
|
|
29
|
+
get graphServicePrincipal(): GraphServicePrincipalRequestBuilder;
|
|
30
|
+
/**
|
|
31
|
+
* Casts the previous resource to user.
|
|
32
|
+
*/
|
|
33
|
+
get graphUser(): GraphUserRequestBuilder;
|
|
34
|
+
/**
|
|
35
|
+
* Provides operations to manage the collection of application entities.
|
|
36
|
+
*/
|
|
37
|
+
get ref(): RefRequestBuilder;
|
|
38
|
+
/**
|
|
39
|
+
* Gets an item from the github.com/microsoftgraph/msgraph-sdk-typescript/.applications.item.owners.item collection
|
|
40
|
+
* @param directoryObjectId The unique identifier of directoryObject
|
|
41
|
+
* @returns a DirectoryObjectItemRequestBuilder
|
|
42
|
+
*/
|
|
43
|
+
byDirectoryObjectId(directoryObjectId: string): DirectoryObjectItemRequestBuilder;
|
|
44
|
+
/**
|
|
45
|
+
* Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
|
|
46
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
47
|
+
* @returns a Promise of DirectoryObjectCollectionResponse
|
|
48
|
+
* @see {@link https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0|Find more info here}
|
|
49
|
+
*/
|
|
50
|
+
get(requestConfiguration?: RequestConfiguration<OwnersRequestBuilderGetQueryParameters> | undefined): Promise<DirectoryObjectCollectionResponse | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
|
|
53
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
54
|
+
* @returns a RequestInformation
|
|
55
|
+
*/
|
|
56
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<OwnersRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
|
|
60
|
+
*/
|
|
61
|
+
export interface OwnersRequestBuilderGetQueryParameters {
|
|
62
|
+
/**
|
|
63
|
+
* Include count of items
|
|
64
|
+
*/
|
|
65
|
+
count?: boolean;
|
|
66
|
+
/**
|
|
67
|
+
* Expand related entities
|
|
68
|
+
*/
|
|
69
|
+
expand?: string[];
|
|
70
|
+
/**
|
|
71
|
+
* Filter items by property values
|
|
72
|
+
*/
|
|
73
|
+
filter?: string;
|
|
74
|
+
/**
|
|
75
|
+
* Order items by property values
|
|
76
|
+
*/
|
|
77
|
+
orderby?: string[];
|
|
78
|
+
/**
|
|
79
|
+
* Search items by search phrases
|
|
80
|
+
*/
|
|
81
|
+
search?: string;
|
|
82
|
+
/**
|
|
83
|
+
* Select properties to be returned
|
|
84
|
+
*/
|
|
85
|
+
select?: string[];
|
|
86
|
+
/**
|
|
87
|
+
* Skip the first n items
|
|
88
|
+
*/
|
|
89
|
+
skip?: number;
|
|
90
|
+
/**
|
|
91
|
+
* Show only the first n items
|
|
92
|
+
*/
|
|
93
|
+
top?: number;
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* Metadata for all the navigation properties in the request builder.
|
|
97
|
+
*/
|
|
98
|
+
export declare const OwnersRequestBuilderNavigationMetadata: Record<Exclude<keyof OwnersRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
99
|
+
/**
|
|
100
|
+
* Metadata for all the requests in the request builder.
|
|
101
|
+
*/
|
|
102
|
+
export declare const OwnersRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
103
|
+
/**
|
|
104
|
+
* Uri template for the request builder.
|
|
105
|
+
*/
|
|
106
|
+
export declare const OwnersRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/owners{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
107
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAiE,KAAK,iCAAiC,EAAE,MAAM,gCAAgC,CAAC;AAEvJ,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAAiK,KAAK,oCAAoC,EAAE,MAAM,2BAA2B,CAAC;AACrP,OAAO,EAAsI,KAAK,2BAA2B,EAAE,MAAM,kBAAkB,CAAC;AACxM,OAAO,EAA8J,KAAK,mCAAmC,EAAE,MAAM,0BAA0B,CAAC;AAChP,OAAO,EAA0H,KAAK,uBAAuB,EAAE,MAAM,cAAc,CAAC;AACpL,OAAO,EAAqG,KAAK,iCAAiC,EAAE,MAAM,SAAS,CAAC;AACpK,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,oBAAqB,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC;IAClF;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;OAEG;IACH,IAAI,sBAAsB,IAAI,oCAAoC,CAAC;IACnE;;OAEG;IACH,IAAI,aAAa,IAAI,2BAA2B,CAAC;IACjD;;OAEG;IACH,IAAI,qBAAqB,IAAI,mCAAmC,CAAC;IACjE;;OAEG;IACH,IAAI,SAAS,IAAI,uBAAuB,CAAC;IACzC;;OAEG;IACH,IAAI,GAAG,IAAI,iBAAiB,CAAC;IAC7B;;;;OAIG;IACF,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,GAAI,iCAAiC,CAAC;IACpF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,iCAAiC,GAAG,SAAS,CAAC,CAAC;IAC/J;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAClJ;AACD;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACnD;;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,sCAAsC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,oBAAoB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAkCtJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,oCAAoC,EAAE,gBAWlD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,+BAA+B,mIAAmI,CAAC"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OwnersRequestBuilderUriTemplate = exports.OwnersRequestBuilderRequestsMetadata = exports.OwnersRequestBuilderNavigationMetadata = 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 graphAppRoleAssignment_1 = require("./graphAppRoleAssignment/");
|
|
11
|
+
const graphEndpoint_1 = require("./graphEndpoint/");
|
|
12
|
+
const graphServicePrincipal_1 = require("./graphServicePrincipal/");
|
|
13
|
+
const graphUser_1 = require("./graphUser/");
|
|
14
|
+
const item_1 = require("./item/");
|
|
15
|
+
const ref_1 = require("./ref/");
|
|
16
|
+
/**
|
|
17
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
18
|
+
*/
|
|
19
|
+
const OwnersRequestBuilderGetQueryParametersMapper = {
|
|
20
|
+
"count": "%24count",
|
|
21
|
+
"expand": "%24expand",
|
|
22
|
+
"filter": "%24filter",
|
|
23
|
+
"orderby": "%24orderby",
|
|
24
|
+
"search": "%24search",
|
|
25
|
+
"select": "%24select",
|
|
26
|
+
"skip": "%24skip",
|
|
27
|
+
"top": "%24top",
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Metadata for all the navigation properties in the request builder.
|
|
31
|
+
*/
|
|
32
|
+
exports.OwnersRequestBuilderNavigationMetadata = {
|
|
33
|
+
byDirectoryObjectId: {
|
|
34
|
+
uriTemplate: item_1.DirectoryObjectItemRequestBuilderUriTemplate,
|
|
35
|
+
navigationMetadata: item_1.DirectoryObjectItemRequestBuilderNavigationMetadata,
|
|
36
|
+
pathParametersMappings: ["directoryObject%2Did"],
|
|
37
|
+
},
|
|
38
|
+
count: {
|
|
39
|
+
uriTemplate: count_1.CountRequestBuilderUriTemplate,
|
|
40
|
+
requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
|
|
41
|
+
},
|
|
42
|
+
graphAppRoleAssignment: {
|
|
43
|
+
uriTemplate: graphAppRoleAssignment_1.GraphAppRoleAssignmentRequestBuilderUriTemplate,
|
|
44
|
+
requestsMetadata: graphAppRoleAssignment_1.GraphAppRoleAssignmentRequestBuilderRequestsMetadata,
|
|
45
|
+
navigationMetadata: graphAppRoleAssignment_1.GraphAppRoleAssignmentRequestBuilderNavigationMetadata,
|
|
46
|
+
},
|
|
47
|
+
graphEndpoint: {
|
|
48
|
+
uriTemplate: graphEndpoint_1.GraphEndpointRequestBuilderUriTemplate,
|
|
49
|
+
requestsMetadata: graphEndpoint_1.GraphEndpointRequestBuilderRequestsMetadata,
|
|
50
|
+
navigationMetadata: graphEndpoint_1.GraphEndpointRequestBuilderNavigationMetadata,
|
|
51
|
+
},
|
|
52
|
+
graphServicePrincipal: {
|
|
53
|
+
uriTemplate: graphServicePrincipal_1.GraphServicePrincipalRequestBuilderUriTemplate,
|
|
54
|
+
requestsMetadata: graphServicePrincipal_1.GraphServicePrincipalRequestBuilderRequestsMetadata,
|
|
55
|
+
navigationMetadata: graphServicePrincipal_1.GraphServicePrincipalRequestBuilderNavigationMetadata,
|
|
56
|
+
},
|
|
57
|
+
graphUser: {
|
|
58
|
+
uriTemplate: graphUser_1.GraphUserRequestBuilderUriTemplate,
|
|
59
|
+
requestsMetadata: graphUser_1.GraphUserRequestBuilderRequestsMetadata,
|
|
60
|
+
navigationMetadata: graphUser_1.GraphUserRequestBuilderNavigationMetadata,
|
|
61
|
+
},
|
|
62
|
+
ref: {
|
|
63
|
+
uriTemplate: ref_1.RefRequestBuilderUriTemplate,
|
|
64
|
+
requestsMetadata: ref_1.RefRequestBuilderRequestsMetadata,
|
|
65
|
+
},
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* Metadata for all the requests in the request builder.
|
|
69
|
+
*/
|
|
70
|
+
exports.OwnersRequestBuilderRequestsMetadata = {
|
|
71
|
+
get: {
|
|
72
|
+
responseBodyContentType: "application/json",
|
|
73
|
+
errorMappings: {
|
|
74
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
75
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
76
|
+
},
|
|
77
|
+
adapterMethodName: "sendAsync",
|
|
78
|
+
responseBodyFactory: models_1.createDirectoryObjectCollectionResponseFromDiscriminatorValue,
|
|
79
|
+
queryParametersMapper: OwnersRequestBuilderGetQueryParametersMapper,
|
|
80
|
+
},
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* Uri template for the request builder.
|
|
84
|
+
*/
|
|
85
|
+
exports.OwnersRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/owners{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
86
|
+
/* tslint:enable */
|
|
87
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { type AppRoleAssignment } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Casts the previous resource to appRoleAssignment.
|
|
5
|
+
*/
|
|
6
|
+
export interface GraphAppRoleAssignmentRequestBuilder extends BaseRequestBuilder<GraphAppRoleAssignmentRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
* @returns a Promise of AppRoleAssignment
|
|
11
|
+
*/
|
|
12
|
+
get(requestConfiguration?: RequestConfiguration<GraphAppRoleAssignmentRequestBuilderGetQueryParameters> | undefined): Promise<AppRoleAssignment | undefined>;
|
|
13
|
+
/**
|
|
14
|
+
* Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment
|
|
15
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
|
+
* @returns a RequestInformation
|
|
17
|
+
*/
|
|
18
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<GraphAppRoleAssignmentRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment
|
|
22
|
+
*/
|
|
23
|
+
export interface GraphAppRoleAssignmentRequestBuilderGetQueryParameters {
|
|
24
|
+
/**
|
|
25
|
+
* Expand related entities
|
|
26
|
+
*/
|
|
27
|
+
expand?: string[];
|
|
28
|
+
/**
|
|
29
|
+
* Select properties to be returned
|
|
30
|
+
*/
|
|
31
|
+
select?: string[];
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Metadata for all the requests in the request builder.
|
|
35
|
+
*/
|
|
36
|
+
export declare const GraphAppRoleAssignmentRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
37
|
+
/**
|
|
38
|
+
* Uri template for the request builder.
|
|
39
|
+
*/
|
|
40
|
+
export declare const GraphAppRoleAssignmentRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}/graph.appRoleAssignment{?%24select,%24expand}";
|
|
41
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAiD,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAEvH,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;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,iBAAiB,GAAG,SAAS,CAAC,CAAC;IAC/J;;;;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,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,oDAAoD,EAAE,gBAWlE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,+CAA+C,2HAA2H,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GraphAppRoleAssignmentRequestBuilderUriTemplate = exports.GraphAppRoleAssignmentRequestBuilderRequestsMetadata = 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 GraphAppRoleAssignmentRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"expand": "%24expand",
|
|
14
|
+
"select": "%24select",
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Metadata for all the requests in the request builder.
|
|
18
|
+
*/
|
|
19
|
+
exports.GraphAppRoleAssignmentRequestBuilderRequestsMetadata = {
|
|
20
|
+
get: {
|
|
21
|
+
responseBodyContentType: "application/json",
|
|
22
|
+
errorMappings: {
|
|
23
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
25
|
+
},
|
|
26
|
+
adapterMethodName: "sendAsync",
|
|
27
|
+
responseBodyFactory: models_1.createAppRoleAssignmentFromDiscriminatorValue,
|
|
28
|
+
queryParametersMapper: GraphAppRoleAssignmentRequestBuilderGetQueryParametersMapper,
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Uri template for the request builder.
|
|
33
|
+
*/
|
|
34
|
+
exports.GraphAppRoleAssignmentRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}/graph.appRoleAssignment{?%24select,%24expand}";
|
|
35
|
+
/* tslint:enable */
|
|
36
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { type Endpoint } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Casts the previous resource to endpoint.
|
|
5
|
+
*/
|
|
6
|
+
export interface GraphEndpointRequestBuilder extends BaseRequestBuilder<GraphEndpointRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
* @returns a Promise of Endpoint
|
|
11
|
+
*/
|
|
12
|
+
get(requestConfiguration?: RequestConfiguration<GraphEndpointRequestBuilderGetQueryParameters> | undefined): Promise<Endpoint | undefined>;
|
|
13
|
+
/**
|
|
14
|
+
* Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint
|
|
15
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
|
+
* @returns a RequestInformation
|
|
17
|
+
*/
|
|
18
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<GraphEndpointRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint
|
|
22
|
+
*/
|
|
23
|
+
export interface GraphEndpointRequestBuilderGetQueryParameters {
|
|
24
|
+
/**
|
|
25
|
+
* Expand related entities
|
|
26
|
+
*/
|
|
27
|
+
expand?: string[];
|
|
28
|
+
/**
|
|
29
|
+
* Select properties to be returned
|
|
30
|
+
*/
|
|
31
|
+
select?: string[];
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Metadata for all the requests in the request builder.
|
|
35
|
+
*/
|
|
36
|
+
export declare const GraphEndpointRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
37
|
+
/**
|
|
38
|
+
* Uri template for the request builder.
|
|
39
|
+
*/
|
|
40
|
+
export declare const GraphEndpointRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}/graph.endpoint{?%24select,%24expand}";
|
|
41
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAwC,KAAK,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAErG,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,2BAA4B,SAAQ,kBAAkB,CAAC,2BAA2B,CAAC;IAChG;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,6CAA6C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,QAAQ,GAAG,SAAS,CAAC,CAAC;IAC7I;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,6CAA6C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACzJ;AACD;;GAEG;AACH,MAAM,WAAW,6CAA6C;IAC1D;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,2CAA2C,EAAE,gBAWzD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,sCAAsC,kHAAkH,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GraphEndpointRequestBuilderUriTemplate = exports.GraphEndpointRequestBuilderRequestsMetadata = 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 GraphEndpointRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"expand": "%24expand",
|
|
14
|
+
"select": "%24select",
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Metadata for all the requests in the request builder.
|
|
18
|
+
*/
|
|
19
|
+
exports.GraphEndpointRequestBuilderRequestsMetadata = {
|
|
20
|
+
get: {
|
|
21
|
+
responseBodyContentType: "application/json",
|
|
22
|
+
errorMappings: {
|
|
23
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
25
|
+
},
|
|
26
|
+
adapterMethodName: "sendAsync",
|
|
27
|
+
responseBodyFactory: models_1.createEndpointFromDiscriminatorValue,
|
|
28
|
+
queryParametersMapper: GraphEndpointRequestBuilderGetQueryParametersMapper,
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Uri template for the request builder.
|
|
33
|
+
*/
|
|
34
|
+
exports.GraphEndpointRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}/graph.endpoint{?%24select,%24expand}";
|
|
35
|
+
/* tslint:enable */
|
|
36
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { type ServicePrincipal } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Casts the previous resource to servicePrincipal.
|
|
5
|
+
*/
|
|
6
|
+
export interface GraphServicePrincipalRequestBuilder extends BaseRequestBuilder<GraphServicePrincipalRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
* @returns a Promise of ServicePrincipal
|
|
11
|
+
*/
|
|
12
|
+
get(requestConfiguration?: RequestConfiguration<GraphServicePrincipalRequestBuilderGetQueryParameters> | undefined): Promise<ServicePrincipal | undefined>;
|
|
13
|
+
/**
|
|
14
|
+
* Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal
|
|
15
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
|
+
* @returns a RequestInformation
|
|
17
|
+
*/
|
|
18
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<GraphServicePrincipalRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal
|
|
22
|
+
*/
|
|
23
|
+
export interface GraphServicePrincipalRequestBuilderGetQueryParameters {
|
|
24
|
+
/**
|
|
25
|
+
* Expand related entities
|
|
26
|
+
*/
|
|
27
|
+
expand?: string[];
|
|
28
|
+
/**
|
|
29
|
+
* Select properties to be returned
|
|
30
|
+
*/
|
|
31
|
+
select?: string[];
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Metadata for all the requests in the request builder.
|
|
35
|
+
*/
|
|
36
|
+
export declare const GraphServicePrincipalRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
37
|
+
/**
|
|
38
|
+
* Uri template for the request builder.
|
|
39
|
+
*/
|
|
40
|
+
export declare const GraphServicePrincipalRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}/graph.servicePrincipal{?%24select,%24expand}";
|
|
41
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAgD,KAAK,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAErH,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,mCAAoC,SAAQ,kBAAkB,CAAC,mCAAmC,CAAC;IAChH;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qDAAqD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,gBAAgB,GAAG,SAAS,CAAC,CAAC;IAC7J;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qDAAqD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjK;AACD;;GAEG;AACH,MAAM,WAAW,qDAAqD;IAClE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,mDAAmD,EAAE,gBAWjE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8CAA8C,0HAA0H,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GraphServicePrincipalRequestBuilderUriTemplate = exports.GraphServicePrincipalRequestBuilderRequestsMetadata = 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 GraphServicePrincipalRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"expand": "%24expand",
|
|
14
|
+
"select": "%24select",
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Metadata for all the requests in the request builder.
|
|
18
|
+
*/
|
|
19
|
+
exports.GraphServicePrincipalRequestBuilderRequestsMetadata = {
|
|
20
|
+
get: {
|
|
21
|
+
responseBodyContentType: "application/json",
|
|
22
|
+
errorMappings: {
|
|
23
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
25
|
+
},
|
|
26
|
+
adapterMethodName: "sendAsync",
|
|
27
|
+
responseBodyFactory: models_1.createServicePrincipalFromDiscriminatorValue,
|
|
28
|
+
queryParametersMapper: GraphServicePrincipalRequestBuilderGetQueryParametersMapper,
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Uri template for the request builder.
|
|
33
|
+
*/
|
|
34
|
+
exports.GraphServicePrincipalRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}/graph.servicePrincipal{?%24select,%24expand}";
|
|
35
|
+
/* tslint:enable */
|
|
36
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { type User } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Casts the previous resource to user.
|
|
5
|
+
*/
|
|
6
|
+
export interface GraphUserRequestBuilder extends BaseRequestBuilder<GraphUserRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Get the item of type microsoft.graph.directoryObject as microsoft.graph.user
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
* @returns a Promise of User
|
|
11
|
+
*/
|
|
12
|
+
get(requestConfiguration?: RequestConfiguration<GraphUserRequestBuilderGetQueryParameters> | undefined): Promise<User | undefined>;
|
|
13
|
+
/**
|
|
14
|
+
* Get the item of type microsoft.graph.directoryObject as microsoft.graph.user
|
|
15
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
|
+
* @returns a RequestInformation
|
|
17
|
+
*/
|
|
18
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<GraphUserRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Get the item of type microsoft.graph.directoryObject as microsoft.graph.user
|
|
22
|
+
*/
|
|
23
|
+
export interface GraphUserRequestBuilderGetQueryParameters {
|
|
24
|
+
/**
|
|
25
|
+
* Expand related entities
|
|
26
|
+
*/
|
|
27
|
+
expand?: string[];
|
|
28
|
+
/**
|
|
29
|
+
* Select properties to be returned
|
|
30
|
+
*/
|
|
31
|
+
select?: string[];
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Metadata for all the requests in the request builder.
|
|
35
|
+
*/
|
|
36
|
+
export declare const GraphUserRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
37
|
+
/**
|
|
38
|
+
* Uri template for the request builder.
|
|
39
|
+
*/
|
|
40
|
+
export declare const GraphUserRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}/graph.user{?%24select,%24expand}";
|
|
41
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAoC,KAAK,IAAI,EAAE,MAAM,gCAAgC,CAAC;AAE7F,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,uBAAwB,SAAQ,kBAAkB,CAAC,uBAAuB,CAAC;IACxF;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yCAAyC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,GAAG,SAAS,CAAC,CAAC;IACrI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yCAAyC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACrJ;AACD;;GAEG;AACH,MAAM,WAAW,yCAAyC;IACtD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,uCAAuC,EAAE,gBAWrD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,kCAAkC,8GAA8G,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GraphUserRequestBuilderUriTemplate = exports.GraphUserRequestBuilderRequestsMetadata = 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 GraphUserRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"expand": "%24expand",
|
|
14
|
+
"select": "%24select",
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Metadata for all the requests in the request builder.
|
|
18
|
+
*/
|
|
19
|
+
exports.GraphUserRequestBuilderRequestsMetadata = {
|
|
20
|
+
get: {
|
|
21
|
+
responseBodyContentType: "application/json",
|
|
22
|
+
errorMappings: {
|
|
23
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
25
|
+
},
|
|
26
|
+
adapterMethodName: "sendAsync",
|
|
27
|
+
responseBodyFactory: models_1.createUserFromDiscriminatorValue,
|
|
28
|
+
queryParametersMapper: GraphUserRequestBuilderGetQueryParametersMapper,
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Uri template for the request builder.
|
|
33
|
+
*/
|
|
34
|
+
exports.GraphUserRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}/graph.user{?%24select,%24expand}";
|
|
35
|
+
/* tslint:enable */
|
|
36
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { type GraphAppRoleAssignmentRequestBuilder } from './graphAppRoleAssignment/';
|
|
2
|
+
import { type GraphEndpointRequestBuilder } from './graphEndpoint/';
|
|
3
|
+
import { type GraphServicePrincipalRequestBuilder } from './graphServicePrincipal/';
|
|
4
|
+
import { type GraphUserRequestBuilder } from './graphUser/';
|
|
5
|
+
import { type RefRequestBuilder } from './ref/';
|
|
6
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata } from '@microsoft/kiota-abstractions';
|
|
7
|
+
/**
|
|
8
|
+
* Builds and executes requests for operations under /applications/{application-id}/owners/{directoryObject-id}
|
|
9
|
+
*/
|
|
10
|
+
export interface DirectoryObjectItemRequestBuilder extends BaseRequestBuilder<DirectoryObjectItemRequestBuilder> {
|
|
11
|
+
/**
|
|
12
|
+
* Casts the previous resource to appRoleAssignment.
|
|
13
|
+
*/
|
|
14
|
+
get graphAppRoleAssignment(): GraphAppRoleAssignmentRequestBuilder;
|
|
15
|
+
/**
|
|
16
|
+
* Casts the previous resource to endpoint.
|
|
17
|
+
*/
|
|
18
|
+
get graphEndpoint(): GraphEndpointRequestBuilder;
|
|
19
|
+
/**
|
|
20
|
+
* Casts the previous resource to servicePrincipal.
|
|
21
|
+
*/
|
|
22
|
+
get graphServicePrincipal(): GraphServicePrincipalRequestBuilder;
|
|
23
|
+
/**
|
|
24
|
+
* Casts the previous resource to user.
|
|
25
|
+
*/
|
|
26
|
+
get graphUser(): GraphUserRequestBuilder;
|
|
27
|
+
/**
|
|
28
|
+
* Provides operations to manage the collection of application entities.
|
|
29
|
+
*/
|
|
30
|
+
get ref(): RefRequestBuilder;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Metadata for all the navigation properties in the request builder.
|
|
34
|
+
*/
|
|
35
|
+
export declare const DirectoryObjectItemRequestBuilderNavigationMetadata: Record<Exclude<keyof DirectoryObjectItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
36
|
+
/**
|
|
37
|
+
* Uri template for the request builder.
|
|
38
|
+
*/
|
|
39
|
+
export declare const DirectoryObjectItemRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}";
|
|
40
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAyG,KAAK,oCAAoC,EAAE,MAAM,2BAA2B,CAAC;AAC7L,OAAO,EAAuF,KAAK,2BAA2B,EAAE,MAAM,kBAAkB,CAAC;AACzJ,OAAO,EAAuG,KAAK,mCAAmC,EAAE,MAAM,0BAA0B,CAAC;AACzL,OAAO,EAA+E,KAAK,uBAAuB,EAAE,MAAM,cAAc,CAAC;AACzI,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,iCAAkC,SAAQ,kBAAkB,CAAC,iCAAiC,CAAC;IAC5G;;OAEG;IACH,IAAI,sBAAsB,IAAI,oCAAoC,CAAC;IACnE;;OAEG;IACH,IAAI,aAAa,IAAI,2BAA2B,CAAC;IACjD;;OAEG;IACH,IAAI,qBAAqB,IAAI,mCAAmC,CAAC;IACjE;;OAEG;IACH,IAAI,SAAS,IAAI,uBAAuB,CAAC;IACzC;;OAEG;IACH,IAAI,GAAG,IAAI,iBAAiB,CAAC;CAChC;AACD;;GAEG;AACH,eAAO,MAAM,mDAAmD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,iCAAiC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAqBhL,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,4CAA4C,6EAA6E,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DirectoryObjectItemRequestBuilderUriTemplate = exports.DirectoryObjectItemRequestBuilderNavigationMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const graphAppRoleAssignment_1 = require("./graphAppRoleAssignment/");
|
|
8
|
+
const graphEndpoint_1 = require("./graphEndpoint/");
|
|
9
|
+
const graphServicePrincipal_1 = require("./graphServicePrincipal/");
|
|
10
|
+
const graphUser_1 = require("./graphUser/");
|
|
11
|
+
const ref_1 = require("./ref/");
|
|
12
|
+
/**
|
|
13
|
+
* Metadata for all the navigation properties in the request builder.
|
|
14
|
+
*/
|
|
15
|
+
exports.DirectoryObjectItemRequestBuilderNavigationMetadata = {
|
|
16
|
+
graphAppRoleAssignment: {
|
|
17
|
+
uriTemplate: graphAppRoleAssignment_1.GraphAppRoleAssignmentRequestBuilderUriTemplate,
|
|
18
|
+
requestsMetadata: graphAppRoleAssignment_1.GraphAppRoleAssignmentRequestBuilderRequestsMetadata,
|
|
19
|
+
},
|
|
20
|
+
graphEndpoint: {
|
|
21
|
+
uriTemplate: graphEndpoint_1.GraphEndpointRequestBuilderUriTemplate,
|
|
22
|
+
requestsMetadata: graphEndpoint_1.GraphEndpointRequestBuilderRequestsMetadata,
|
|
23
|
+
},
|
|
24
|
+
graphServicePrincipal: {
|
|
25
|
+
uriTemplate: graphServicePrincipal_1.GraphServicePrincipalRequestBuilderUriTemplate,
|
|
26
|
+
requestsMetadata: graphServicePrincipal_1.GraphServicePrincipalRequestBuilderRequestsMetadata,
|
|
27
|
+
},
|
|
28
|
+
graphUser: {
|
|
29
|
+
uriTemplate: graphUser_1.GraphUserRequestBuilderUriTemplate,
|
|
30
|
+
requestsMetadata: graphUser_1.GraphUserRequestBuilderRequestsMetadata,
|
|
31
|
+
},
|
|
32
|
+
ref: {
|
|
33
|
+
uriTemplate: ref_1.RefRequestBuilderUriTemplate,
|
|
34
|
+
requestsMetadata: ref_1.RefRequestBuilderRequestsMetadata,
|
|
35
|
+
},
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* Uri template for the request builder.
|
|
39
|
+
*/
|
|
40
|
+
exports.DirectoryObjectItemRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}";
|
|
41
|
+
/* tslint:enable */
|
|
42
|
+
/* eslint-enable */
|