diff --git a/packages/kiota-lock.json b/packages/kiota-lock.json index cf248f0939..bb31545d4f 100644 --- a/packages/kiota-lock.json +++ b/packages/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "F2C5ED6C8B2FD4B16893049E6068C2C92DE33A33B457676A7B43C60DF09A4248608BD4D1929DAD9C69017AD4D6724FE0D1C5FBE9CE92271AFFDE28EB8DFBCDBB", + "descriptionHash": "96DE572AA9511C83B3F1C8B9E3AAA4EB220A39A3302075B70AB2DB8AF1AA3E6F8B2D64C3BA2CEC0615DAD94372C20B630586FD26B013F857011140F044592AA4", "descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.29.0", diff --git a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/externalPartners/index.ts b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/externalPartners/index.ts index b0749ab195..e16f0f1862 100644 --- a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/externalPartners/index.ts +++ b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/externalPartners/index.ts @@ -27,28 +27,30 @@ export interface ExternalPartnersRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/virtualendpoint-list-externalpartners?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Create new navigation property to externalPartners for deviceManagement + * Create a new cloudPcExternalPartner object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/virtualendpoint-post-externalpartners?view=graph-rest-beta|Find more info here} */ post(body: CloudPcExternalPartner, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get externalPartners from deviceManagement + * Get a list of the cloudPcExternalPartner objects and their properties. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Create new navigation property to externalPartners for deviceManagement + * Create a new cloudPcExternalPartner object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -56,7 +58,7 @@ export interface ExternalPartnersRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get externalPartners from deviceManagement + * Get a list of the cloudPcExternalPartner objects and their properties. */ export interface ExternalPartnersRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/externalPartners/item/index.ts b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/externalPartners/item/index.ts index 78a5517a43..9a258dcee6 100644 --- a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/externalPartners/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/externalPartners/item/index.ts @@ -19,18 +19,20 @@ export interface CloudPcExternalPartnerItemRequestBuilder extends BaseRequestBui */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get externalPartners from deviceManagement + * Read the properties and relationships of a cloudPcExternalPartner object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/cloudpcexternalpartner-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Update the navigation property externalPartners in deviceManagement + * Update the properties of a cloudPcExternalPartner object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/cloudpcexternalpartner-update?view=graph-rest-beta|Find more info here} */ patch(body: CloudPcExternalPartner, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -40,13 +42,13 @@ export interface CloudPcExternalPartnerItemRequestBuilder extends BaseRequestBui */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get externalPartners from deviceManagement + * Read the properties and relationships of a cloudPcExternalPartner object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Update the navigation property externalPartners in deviceManagement + * Update the properties of a cloudPcExternalPartner object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -54,7 +56,7 @@ export interface CloudPcExternalPartnerItemRequestBuilder extends BaseRequestBui toPatchRequestInformation(body: CloudPcExternalPartner, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get externalPartners from deviceManagement + * Read the properties and relationships of a cloudPcExternalPartner object. */ export interface CloudPcExternalPartnerItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-identity/identity/riskPrevention/fraudProtectionProviders/index.ts b/packages/msgraph-beta-sdk-identity/identity/riskPrevention/fraudProtectionProviders/index.ts index 70f769bc28..33b4c4c0c1 100644 --- a/packages/msgraph-beta-sdk-identity/identity/riskPrevention/fraudProtectionProviders/index.ts +++ b/packages/msgraph-beta-sdk-identity/identity/riskPrevention/fraudProtectionProviders/index.ts @@ -27,28 +27,29 @@ export interface FraudProtectionProvidersRequestBuilder extends BaseRequestBuild */ byFraudProtectionProviderId(fraudProtectionProviderId: string) : FraudProtectionProviderItemRequestBuilder; /** - * Get fraudProtectionProviders from identity + * Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Create new navigation property to fraudProtectionProviders for identity + * Create a new fraudProtectionProvider object. You can create one of the following subtypes that are derived from fraudProtectionProvider. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/riskpreventioncontainer-post-fraudprotectionproviders?view=graph-rest-beta|Find more info here} */ post(body: FraudProtectionProvider, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get fraudProtectionProviders from identity + * Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Create new navigation property to fraudProtectionProviders for identity + * Create a new fraudProtectionProvider object. You can create one of the following subtypes that are derived from fraudProtectionProvider. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -56,7 +57,7 @@ export interface FraudProtectionProvidersRequestBuilder extends BaseRequestBuild toPostRequestInformation(body: FraudProtectionProvider, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get fraudProtectionProviders from identity + * Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants. */ export interface FraudProtectionProvidersRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-identity/identity/riskPrevention/fraudProtectionProviders/item/index.ts b/packages/msgraph-beta-sdk-identity/identity/riskPrevention/fraudProtectionProviders/item/index.ts index cca35a3783..4ba3c9b9bb 100644 --- a/packages/msgraph-beta-sdk-identity/identity/riskPrevention/fraudProtectionProviders/item/index.ts +++ b/packages/msgraph-beta-sdk-identity/identity/riskPrevention/fraudProtectionProviders/item/index.ts @@ -19,7 +19,7 @@ export interface FraudProtectionProviderItemRequestBuilder extends BaseRequestBu */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get fraudProtectionProviders from identity + * Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -40,7 +40,7 @@ export interface FraudProtectionProviderItemRequestBuilder extends BaseRequestBu */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get fraudProtectionProviders from identity + * Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface FraudProtectionProviderItemRequestBuilder extends BaseRequestBu toPatchRequestInformation(body: FraudProtectionProvider, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get fraudProtectionProviders from identity + * Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants. */ export interface FraudProtectionProviderItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-identity/identity/riskPrevention/index.ts b/packages/msgraph-beta-sdk-identity/identity/riskPrevention/index.ts index 5f01bf7fb0..8b2173ecae 100644 --- a/packages/msgraph-beta-sdk-identity/identity/riskPrevention/index.ts +++ b/packages/msgraph-beta-sdk-identity/identity/riskPrevention/index.ts @@ -25,7 +25,7 @@ export interface RiskPreventionRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get riskPrevention from identity + * Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -46,7 +46,7 @@ export interface RiskPreventionRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Get riskPrevention from identity + * Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -60,7 +60,7 @@ export interface RiskPreventionRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get riskPrevention from identity + * Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings. */ export interface RiskPreventionRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/lifecycleWorkflows/deletedItems/workflows/item/executionScope/index.ts b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/lifecycleWorkflows/deletedItems/workflows/item/executionScope/index.ts index 0cb2ec37ad..f76d9900f4 100644 --- a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/lifecycleWorkflows/deletedItems/workflows/item/executionScope/index.ts +++ b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/lifecycleWorkflows/deletedItems/workflows/item/executionScope/index.ts @@ -27,21 +27,21 @@ export interface ExecutionScopeRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * The unique identifier of the Microsoft Entra identity that last modified the workflow object. + * The list of users that meet the workflowExecutionConditions of a workflow. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * The unique identifier of the Microsoft Entra identity that last modified the workflow object. + * The list of users that meet the workflowExecutionConditions of a workflow. */ export interface ExecutionScopeRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/lifecycleWorkflows/deletedItems/workflows/item/executionScope/item/index.ts b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/lifecycleWorkflows/deletedItems/workflows/item/executionScope/item/index.ts index 9bd95531f6..bb4ff72fa9 100644 --- a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/lifecycleWorkflows/deletedItems/workflows/item/executionScope/item/index.ts +++ b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/lifecycleWorkflows/deletedItems/workflows/item/executionScope/item/index.ts @@ -13,21 +13,21 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface UserProcessingResultItemRequestBuilder extends BaseRequestBuilder { /** - * The unique identifier of the Microsoft Entra identity that last modified the workflow object. + * The list of users that meet the workflowExecutionConditions of a workflow. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * The unique identifier of the Microsoft Entra identity that last modified the workflow object. + * The list of users that meet the workflowExecutionConditions of a workflow. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * The unique identifier of the Microsoft Entra identity that last modified the workflow object. + * The list of users that meet the workflowExecutionConditions of a workflow. */ export interface UserProcessingResultItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/lifecycleWorkflows/workflows/item/executionScope/index.ts b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/lifecycleWorkflows/workflows/item/executionScope/index.ts index 1f9f715daf..0b505e4c0d 100644 --- a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/lifecycleWorkflows/workflows/item/executionScope/index.ts +++ b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/lifecycleWorkflows/workflows/item/executionScope/index.ts @@ -27,21 +27,21 @@ export interface ExecutionScopeRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * The unique identifier of the Microsoft Entra identity that last modified the workflow object. + * The list of users that meet the workflowExecutionConditions of a workflow. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * The unique identifier of the Microsoft Entra identity that last modified the workflow object. + * The list of users that meet the workflowExecutionConditions of a workflow. */ export interface ExecutionScopeRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/lifecycleWorkflows/workflows/item/executionScope/item/index.ts b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/lifecycleWorkflows/workflows/item/executionScope/item/index.ts index 84d1e6a689..775d09c345 100644 --- a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/lifecycleWorkflows/workflows/item/executionScope/item/index.ts +++ b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/lifecycleWorkflows/workflows/item/executionScope/item/index.ts @@ -13,21 +13,21 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface UserProcessingResultItemRequestBuilder extends BaseRequestBuilder { /** - * The unique identifier of the Microsoft Entra identity that last modified the workflow object. + * The list of users that meet the workflowExecutionConditions of a workflow. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * The unique identifier of the Microsoft Entra identity that last modified the workflow object. + * The list of users that meet the workflowExecutionConditions of a workflow. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * The unique identifier of the Microsoft Entra identity that last modified the workflow object. + * The list of users that meet the workflowExecutionConditions of a workflow. */ export interface UserProcessingResultItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-places/places/graphRoom/index.ts b/packages/msgraph-beta-sdk-places/places/graphRoom/index.ts index 1cc8c0e8e1..ecd87304fb 100644 --- a/packages/msgraph-beta-sdk-places/places/graphRoom/index.ts +++ b/packages/msgraph-beta-sdk-places/places/graphRoom/index.ts @@ -19,7 +19,7 @@ export interface GraphRoomRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -27,14 +27,14 @@ export interface GraphRoomRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. By default, this operation returns up to 100 rooms, workspaces, and room lists per page, and 1,000 buildings, floors, sections, and desks per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. By default, this operation returns up to 100 rooms, workspaces, and room lists per page, and 1,000 buildings, floors, sections, and desks per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. */ export interface GraphRoomRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-places/places/item/graphRoom/index.ts b/packages/msgraph-beta-sdk-places/places/item/graphRoom/index.ts index c8d3b02777..75afc13fa5 100644 --- a/packages/msgraph-beta-sdk-places/places/item/graphRoom/index.ts +++ b/packages/msgraph-beta-sdk-places/places/item/graphRoom/index.ts @@ -19,7 +19,7 @@ export interface GraphRoomRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -27,14 +27,14 @@ export interface GraphRoomRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. By default, this operation returns up to 100 rooms, workspaces, and room lists per page, and 1,000 buildings, floors, sections, and desks per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. By default, this operation returns up to 100 rooms, workspaces, and room lists per page, and 1,000 buildings, floors, sections, and desks per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. */ export interface GraphRoomRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk/models/identityGovernance/index.ts b/packages/msgraph-beta-sdk/models/identityGovernance/index.ts index cac843943f..3f35cc715a 100644 --- a/packages/msgraph-beta-sdk/models/identityGovernance/index.ts +++ b/packages/msgraph-beta-sdk/models/identityGovernance/index.ts @@ -2821,7 +2821,7 @@ export interface Workflow extends Parsable, WorkflowBase { */ deletedDateTime?: Date | null; /** - * The unique identifier of the Microsoft Entra identity that last modified the workflow object. + * The list of users that meet the workflowExecutionConditions of a workflow. */ executionScope?: UserProcessingResult[] | null; /** diff --git a/packages/msgraph-beta-sdk/models/index.ts b/packages/msgraph-beta-sdk/models/index.ts index 8ce8e373ed..7a24d99180 100644 --- a/packages/msgraph-beta-sdk/models/index.ts +++ b/packages/msgraph-beta-sdk/models/index.ts @@ -10264,19 +10264,19 @@ export interface ArchivedPrintJob extends AdditionalDataHolder, BackedModel, Par } export interface ArkoseFraudProtectionProvider extends FraudProtectionProvider, Parsable { /** - * The clientSubDomain property + * Used to invoke the Arkose service from the client application. Request from your Arkose Customer Success Manager or use the default client-api value. */ clientSubDomain?: string | null; /** - * The privateKey property + * The private key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys. */ privateKey?: string | null; /** - * The publicKey property + * The public key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys. */ publicKey?: string | null; /** - * The verifySubDomain property + * Used to invoke the Arkose service from the Microsoft authentication server. Request from your Arkose Customer Success Manager or use the default verify-api value. */ verifySubDomain?: string | null; } @@ -12216,7 +12216,7 @@ export interface AuthenticationEventListener extends Entity, Parsable { */ conditions?: AuthenticationConditions | null; /** - * The displayName property + * The display name of the listener. */ displayName?: string | null; /** @@ -19346,19 +19346,19 @@ export interface CloudPcExternalPartner extends Entity, Parsable { */ connectionStatus?: CloudPcExternalPartnerStatus | null; /** - * The enableConnection property + * Enable or disable the connection to an external partner. If true, an external partner API accepts incoming calls from external partners. Required. Supports $filter (eq). */ enableConnection?: boolean | null; /** - * The lastSyncDateTime property + * Last data sync time for this external partner. The timeStamp type represents date and time information in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 looks like this: '2014-01-01T00:00:00Z'. */ lastSyncDateTime?: Date | null; /** - * The partnerId property + * The partner identifier used to identify the external partner. When the Cloud PC service is ready to integrate with a new external partner, it generates a GUID to represent this partner. The Cloud PC service provides this partner ID to the partner, which can then use it to call this Microsoft Graph API and external partner APIs. Read-only. */ partnerId?: string | null; /** - * The statusDetails property + * Status details message. Read-only. */ statusDetails?: string | null; } @@ -164297,7 +164297,7 @@ export interface DocumentSetVersionItem extends AdditionalDataHolder, BackedMode } export interface Domain extends Entity, Parsable { /** - * Indicates the configured authentication type for the domain. The value is either Managed or Federated. Managed indicates a cloud managed domain where Microsoft Entra ID performs user authentication. Federated indicates authentication is federated with an identity provider such as the tenant's on-premises Active Directory via Active Directory Federation Services. Not nullable. To update this property in delegated scenarios, the calling app must be assigned the Directory.AccessAsUser.All delegated permission. + * Indicates the configured authentication type for the domain. The value is either Managed or Federated. Managed indicates a cloud managed domain where Microsoft Entra ID performs user authentication. Federated indicates authentication is federated with an identity provider such as the tenant's on-premises Active Directory via Active Directory Federation Services. Not nullable. To update this property in delegated scenarios, the calling app must be assigned the Domain-InternalFederation.ReadWrite.All permission. */ authenticationType?: string | null; /** @@ -170523,7 +170523,7 @@ export interface FraudProtectionConfiguration extends AdditionalDataHolder, Back } export interface FraudProtectionProvider extends Entity, Parsable { /** - * The displayName property + * The display name of the fraud protection provider configuration. */ displayName?: string | null; } @@ -173353,11 +173353,11 @@ export interface HttpRequestEndpoint extends CustomExtensionEndpointConfiguratio } export interface HumanSecurityFraudProtectionProvider extends FraudProtectionProvider, Parsable { /** - * The appId property + * Unique identifier for an individual application. You can retrieve this from the HUMAN Security admin console or request it from your HUMAN Security Customer Success Manager. */ appId?: string | null; /** - * The serverToken property + * Unique identifier used to authenticate API calls between the Server side integration and the HUMAN platform. You can retrieve this from the HUMAN Security admin console or request it from your HUMAN Security Customer Success Manager. */ serverToken?: string | null; } @@ -173536,7 +173536,7 @@ export interface IdentityContainer extends AdditionalDataHolder, BackedModel, Pa */ odataType?: string | null; /** - * The riskPrevention property + * Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings. */ riskPrevention?: RiskPreventionContainer | null; /** @@ -190660,7 +190660,7 @@ export type OnenoteSourceService = (typeof OnenoteSourceServiceObject)[keyof typ export type OnenoteUserRole = (typeof OnenoteUserRoleObject)[keyof typeof OnenoteUserRoleObject]; export interface OnFraudProtectionLoadStartExternalUsersAuthHandler extends OnFraudProtectionLoadStartHandler, Parsable { /** - * The signUp property + * Specifies the configuration of the fraud protection configuration for sign-up events. */ signUp?: FraudProtectionConfiguration | null; } @@ -190676,7 +190676,7 @@ export interface OnFraudProtectionLoadStartHandler extends AdditionalDataHolder, } export interface OnFraudProtectionLoadStartListener extends AuthenticationEventListener, Parsable { /** - * The handler property + * Configuration for what to invoke if the event resolves to this listener. */ handler?: OnFraudProtectionLoadStartHandler | null; } @@ -203661,7 +203661,7 @@ export interface RiskPreventionContainer extends AdditionalDataHolder, BackedMod */ backingStoreEnabled?: boolean | null; /** - * The fraudProtectionProviders property + * Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants. */ fraudProtectionProviders?: FraudProtectionProvider[] | null; /** @@ -309704,7 +309704,7 @@ export interface VirtualEndpoint extends Entity, Parsable { */ deviceImages?: CloudPcDeviceImage[] | null; /** - * The externalPartners property + * The external partners on a Cloud PC. */ externalPartners?: CloudPcExternalPartner[] | null; /** diff --git a/packages/msgraph-beta-sdk/models/security/index.ts b/packages/msgraph-beta-sdk/models/security/index.ts index 2dbc8c423f..948d6fb284 100644 --- a/packages/msgraph-beta-sdk/models/security/index.ts +++ b/packages/msgraph-beta-sdk/models/security/index.ts @@ -1256,7 +1256,7 @@ export interface CaseInvestigation extends AuditData, Parsable { } export interface CaseOperation extends Entity, Parsable { /** - * The type of action the operation represents. Possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult. + * The type of action the operation represents. Possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult, holdPolicySync. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult, holdPolicySync. */ action?: CaseAction | null; /** @@ -1280,7 +1280,7 @@ export interface CaseOperation extends Entity, Parsable { */ resultInfo?: ResultInfo | null; /** - * The status of the case operation. Possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed. + * The status of the case operation. Possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed, unknownFutureValue. */ status?: CaseOperationStatus | null; } @@ -18277,7 +18277,7 @@ export interface EdiscoveryHoldPolicyCollectionResponse extends BaseCollectionPa } export interface EdiscoveryHoldPolicySyncOperation extends CaseOperation, Parsable { /** - * The reportFileMetadata property + * Contains the properties for report file metadata, including downloadUrl, fileName, and size. */ reportFileMetadata?: ReportFileMetadata[] | null; }