diff --git a/msgraph_beta/generated/device_management/virtual_endpoint/external_partners/external_partners_request_builder.py b/msgraph_beta/generated/device_management/virtual_endpoint/external_partners/external_partners_request_builder.py index c000397afa6..d6a3c4c4e74 100644 --- a/msgraph_beta/generated/device_management/virtual_endpoint/external_partners/external_partners_request_builder.py +++ b/msgraph_beta/generated/device_management/virtual_endpoint/external_partners/external_partners_request_builder.py @@ -49,9 +49,10 @@ def by_cloud_pc_external_partner_id(self,cloud_pc_external_partner_id: str) -> C async def get(self,request_configuration: Optional[RequestConfiguration[ExternalPartnersRequestBuilderGetQueryParameters]] = None) -> Optional[CloudPcExternalPartnerCollectionResponse]: """ - Get externalPartners from deviceManagement + Get a list of the cloudPcExternalPartner objects and their properties. param request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: Optional[CloudPcExternalPartnerCollectionResponse] + Find more info here: https://learn.microsoft.com/graph/api/virtualendpoint-list-externalpartners?view=graph-rest-beta """ request_info = self.to_get_request_information( request_configuration @@ -69,10 +70,11 @@ async def get(self,request_configuration: Optional[RequestConfiguration[External async def post(self,body: CloudPcExternalPartner, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[CloudPcExternalPartner]: """ - Create new navigation property to externalPartners for deviceManagement + Create a new cloudPcExternalPartner object. param body: The request body param request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: Optional[CloudPcExternalPartner] + Find more info here: https://learn.microsoft.com/graph/api/virtualendpoint-post-externalpartners?view=graph-rest-beta """ if body is None: raise TypeError("body cannot be null.") @@ -92,7 +94,7 @@ async def post(self,body: CloudPcExternalPartner, request_configuration: Optiona def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ExternalPartnersRequestBuilderGetQueryParameters]] = None) -> RequestInformation: """ - Get externalPartners from deviceManagement + Get a list of the cloudPcExternalPartner objects and their properties. param request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: RequestInformation """ @@ -103,7 +105,7 @@ def to_get_request_information(self,request_configuration: Optional[RequestConfi def to_post_request_information(self,body: CloudPcExternalPartner, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation: """ - Create new navigation property to externalPartners for deviceManagement + Create a new cloudPcExternalPartner object. param body: The request body param request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: RequestInformation @@ -138,7 +140,7 @@ def count(self) -> CountRequestBuilder: @dataclass class ExternalPartnersRequestBuilderGetQueryParameters(): """ - Get externalPartners from deviceManagement + Get a list of the cloudPcExternalPartner objects and their properties. """ def get_query_parameter(self,original_name: str) -> str: """ diff --git a/msgraph_beta/generated/device_management/virtual_endpoint/external_partners/item/cloud_pc_external_partner_item_request_builder.py b/msgraph_beta/generated/device_management/virtual_endpoint/external_partners/item/cloud_pc_external_partner_item_request_builder.py index 1a8b2c35b3e..e7229dcd1a9 100644 --- a/msgraph_beta/generated/device_management/virtual_endpoint/external_partners/item/cloud_pc_external_partner_item_request_builder.py +++ b/msgraph_beta/generated/device_management/virtual_endpoint/external_partners/item/cloud_pc_external_partner_item_request_builder.py @@ -50,9 +50,10 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query async def get(self,request_configuration: Optional[RequestConfiguration[CloudPcExternalPartnerItemRequestBuilderGetQueryParameters]] = None) -> Optional[CloudPcExternalPartner]: """ - Get externalPartners from deviceManagement + Read the properties and relationships of a cloudPcExternalPartner object. param request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: Optional[CloudPcExternalPartner] + Find more info here: https://learn.microsoft.com/graph/api/cloudpcexternalpartner-get?view=graph-rest-beta """ request_info = self.to_get_request_information( request_configuration @@ -70,10 +71,11 @@ async def get(self,request_configuration: Optional[RequestConfiguration[CloudPcE async def patch(self,body: CloudPcExternalPartner, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[CloudPcExternalPartner]: """ - Update the navigation property externalPartners in deviceManagement + Update the properties of a cloudPcExternalPartner object. param body: The request body param request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: Optional[CloudPcExternalPartner] + Find more info here: https://learn.microsoft.com/graph/api/cloudpcexternalpartner-update?view=graph-rest-beta """ if body is None: raise TypeError("body cannot be null.") @@ -104,7 +106,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CloudPcExternalPartnerItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation: """ - Get externalPartners from deviceManagement + Read the properties and relationships of a cloudPcExternalPartner object. param request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: RequestInformation """ @@ -115,7 +117,7 @@ def to_get_request_information(self,request_configuration: Optional[RequestConfi def to_patch_request_information(self,body: CloudPcExternalPartner, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation: """ - Update the navigation property externalPartners in deviceManagement + Update the properties of a cloudPcExternalPartner object. param body: The request body param request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: RequestInformation @@ -148,7 +150,7 @@ class CloudPcExternalPartnerItemRequestBuilderDeleteRequestConfiguration(Request @dataclass class CloudPcExternalPartnerItemRequestBuilderGetQueryParameters(): """ - Get externalPartners from deviceManagement + Read the properties and relationships of a cloudPcExternalPartner object. """ def get_query_parameter(self,original_name: str) -> str: """ diff --git a/msgraph_beta/generated/identity/risk_prevention/fraud_protection_providers/fraud_protection_providers_request_builder.py b/msgraph_beta/generated/identity/risk_prevention/fraud_protection_providers/fraud_protection_providers_request_builder.py index 4751b42e3cb..d7c6c81055b 100644 --- a/msgraph_beta/generated/identity/risk_prevention/fraud_protection_providers/fraud_protection_providers_request_builder.py +++ b/msgraph_beta/generated/identity/risk_prevention/fraud_protection_providers/fraud_protection_providers_request_builder.py @@ -49,7 +49,7 @@ def by_fraud_protection_provider_id(self,fraud_protection_provider_id: str) -> F async def get(self,request_configuration: Optional[RequestConfiguration[FraudProtectionProvidersRequestBuilderGetQueryParameters]] = None) -> Optional[FraudProtectionProviderCollectionResponse]: """ - Get fraudProtectionProviders from identity + Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants. param request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: Optional[FraudProtectionProviderCollectionResponse] """ @@ -69,10 +69,11 @@ async def get(self,request_configuration: Optional[RequestConfiguration[FraudPro async def post(self,body: FraudProtectionProvider, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[FraudProtectionProvider]: """ - 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 request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: Optional[FraudProtectionProvider] + Find more info here: https://learn.microsoft.com/graph/api/riskpreventioncontainer-post-fraudprotectionproviders?view=graph-rest-beta """ if body is None: raise TypeError("body cannot be null.") @@ -92,7 +93,7 @@ async def post(self,body: FraudProtectionProvider, request_configuration: Option def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[FraudProtectionProvidersRequestBuilderGetQueryParameters]] = None) -> RequestInformation: """ - Get fraudProtectionProviders from identity + Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants. param request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: RequestInformation """ @@ -103,7 +104,7 @@ def to_get_request_information(self,request_configuration: Optional[RequestConfi def to_post_request_information(self,body: FraudProtectionProvider, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> 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 request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: RequestInformation @@ -138,7 +139,7 @@ def count(self) -> CountRequestBuilder: @dataclass class FraudProtectionProvidersRequestBuilderGetQueryParameters(): """ - Get fraudProtectionProviders from identity + Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants. """ def get_query_parameter(self,original_name: str) -> str: """ diff --git a/msgraph_beta/generated/identity/risk_prevention/fraud_protection_providers/item/fraud_protection_provider_item_request_builder.py b/msgraph_beta/generated/identity/risk_prevention/fraud_protection_providers/item/fraud_protection_provider_item_request_builder.py index d34b1390185..8747613d67b 100644 --- a/msgraph_beta/generated/identity/risk_prevention/fraud_protection_providers/item/fraud_protection_provider_item_request_builder.py +++ b/msgraph_beta/generated/identity/risk_prevention/fraud_protection_providers/item/fraud_protection_provider_item_request_builder.py @@ -50,7 +50,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query async def get(self,request_configuration: Optional[RequestConfiguration[FraudProtectionProviderItemRequestBuilderGetQueryParameters]] = None) -> Optional[FraudProtectionProvider]: """ - Get fraudProtectionProviders from identity + Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants. param request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: Optional[FraudProtectionProvider] """ @@ -104,7 +104,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[FraudProtectionProviderItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation: """ - Get fraudProtectionProviders from identity + Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants. param request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: RequestInformation """ @@ -148,7 +148,7 @@ class FraudProtectionProviderItemRequestBuilderDeleteRequestConfiguration(Reques @dataclass class FraudProtectionProviderItemRequestBuilderGetQueryParameters(): """ - Get fraudProtectionProviders from identity + Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants. """ def get_query_parameter(self,original_name: str) -> str: """ diff --git a/msgraph_beta/generated/identity/risk_prevention/risk_prevention_request_builder.py b/msgraph_beta/generated/identity/risk_prevention/risk_prevention_request_builder.py index 6bf77b30c81..097369c66a6 100644 --- a/msgraph_beta/generated/identity/risk_prevention/risk_prevention_request_builder.py +++ b/msgraph_beta/generated/identity/risk_prevention/risk_prevention_request_builder.py @@ -51,7 +51,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query async def get(self,request_configuration: Optional[RequestConfiguration[RiskPreventionRequestBuilderGetQueryParameters]] = None) -> Optional[RiskPreventionContainer]: """ - 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 request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: Optional[RiskPreventionContainer] """ @@ -105,7 +105,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[RiskPreventionRequestBuilderGetQueryParameters]] = None) -> 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 request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: RequestInformation """ @@ -158,7 +158,7 @@ class RiskPreventionRequestBuilderDeleteRequestConfiguration(RequestConfiguratio @dataclass class RiskPreventionRequestBuilderGetQueryParameters(): """ - Get riskPrevention from identity + Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings. """ def get_query_parameter(self,original_name: str) -> str: """ diff --git a/msgraph_beta/generated/identity_governance/lifecycle_workflows/deleted_items/workflows/item/execution_scope/execution_scope_request_builder.py b/msgraph_beta/generated/identity_governance/lifecycle_workflows/deleted_items/workflows/item/execution_scope/execution_scope_request_builder.py index fab38a097b4..4f0825998e3 100644 --- a/msgraph_beta/generated/identity_governance/lifecycle_workflows/deleted_items/workflows/item/execution_scope/execution_scope_request_builder.py +++ b/msgraph_beta/generated/identity_governance/lifecycle_workflows/deleted_items/workflows/item/execution_scope/execution_scope_request_builder.py @@ -48,7 +48,7 @@ def by_user_processing_result_id(self,user_processing_result_id: str) -> UserPro async def get(self,request_configuration: Optional[RequestConfiguration[ExecutionScopeRequestBuilderGetQueryParameters]] = None) -> Optional[UserProcessingResultCollectionResponse]: """ - 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 request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: Optional[UserProcessingResultCollectionResponse] """ @@ -68,7 +68,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[Executio def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ExecutionScopeRequestBuilderGetQueryParameters]] = None) -> 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. param request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: RequestInformation """ @@ -99,7 +99,7 @@ def count(self) -> CountRequestBuilder: @dataclass class ExecutionScopeRequestBuilderGetQueryParameters(): """ - 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. """ def get_query_parameter(self,original_name: str) -> str: """ diff --git a/msgraph_beta/generated/identity_governance/lifecycle_workflows/deleted_items/workflows/item/execution_scope/item/user_processing_result_item_request_builder.py b/msgraph_beta/generated/identity_governance/lifecycle_workflows/deleted_items/workflows/item/execution_scope/item/user_processing_result_item_request_builder.py index 660701b1c38..5fb08bf609a 100644 --- a/msgraph_beta/generated/identity_governance/lifecycle_workflows/deleted_items/workflows/item/execution_scope/item/user_processing_result_item_request_builder.py +++ b/msgraph_beta/generated/identity_governance/lifecycle_workflows/deleted_items/workflows/item/execution_scope/item/user_processing_result_item_request_builder.py @@ -32,7 +32,7 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d async def get(self,request_configuration: Optional[RequestConfiguration[UserProcessingResultItemRequestBuilderGetQueryParameters]] = None) -> Optional[UserProcessingResult]: """ - 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 request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: Optional[UserProcessingResult] """ @@ -52,7 +52,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[UserProc def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[UserProcessingResultItemRequestBuilderGetQueryParameters]] = None) -> 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. param request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: RequestInformation """ @@ -74,7 +74,7 @@ def with_url(self,raw_url: str) -> UserProcessingResultItemRequestBuilder: @dataclass class UserProcessingResultItemRequestBuilderGetQueryParameters(): """ - 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. """ def get_query_parameter(self,original_name: str) -> str: """ diff --git a/msgraph_beta/generated/identity_governance/lifecycle_workflows/workflows/item/execution_scope/execution_scope_request_builder.py b/msgraph_beta/generated/identity_governance/lifecycle_workflows/workflows/item/execution_scope/execution_scope_request_builder.py index 687ca2eb41e..bbca640be3d 100644 --- a/msgraph_beta/generated/identity_governance/lifecycle_workflows/workflows/item/execution_scope/execution_scope_request_builder.py +++ b/msgraph_beta/generated/identity_governance/lifecycle_workflows/workflows/item/execution_scope/execution_scope_request_builder.py @@ -48,7 +48,7 @@ def by_user_processing_result_id(self,user_processing_result_id: str) -> UserPro async def get(self,request_configuration: Optional[RequestConfiguration[ExecutionScopeRequestBuilderGetQueryParameters]] = None) -> Optional[UserProcessingResultCollectionResponse]: """ - 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 request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: Optional[UserProcessingResultCollectionResponse] """ @@ -68,7 +68,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[Executio def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ExecutionScopeRequestBuilderGetQueryParameters]] = None) -> 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. param request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: RequestInformation """ @@ -99,7 +99,7 @@ def count(self) -> CountRequestBuilder: @dataclass class ExecutionScopeRequestBuilderGetQueryParameters(): """ - 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. """ def get_query_parameter(self,original_name: str) -> str: """ diff --git a/msgraph_beta/generated/identity_governance/lifecycle_workflows/workflows/item/execution_scope/item/user_processing_result_item_request_builder.py b/msgraph_beta/generated/identity_governance/lifecycle_workflows/workflows/item/execution_scope/item/user_processing_result_item_request_builder.py index 9146a125181..ecf40af13e4 100644 --- a/msgraph_beta/generated/identity_governance/lifecycle_workflows/workflows/item/execution_scope/item/user_processing_result_item_request_builder.py +++ b/msgraph_beta/generated/identity_governance/lifecycle_workflows/workflows/item/execution_scope/item/user_processing_result_item_request_builder.py @@ -32,7 +32,7 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d async def get(self,request_configuration: Optional[RequestConfiguration[UserProcessingResultItemRequestBuilderGetQueryParameters]] = None) -> Optional[UserProcessingResult]: """ - 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 request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: Optional[UserProcessingResult] """ @@ -52,7 +52,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[UserProc def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[UserProcessingResultItemRequestBuilderGetQueryParameters]] = None) -> 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. param request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: RequestInformation """ @@ -74,7 +74,7 @@ def with_url(self,raw_url: str) -> UserProcessingResultItemRequestBuilder: @dataclass class UserProcessingResultItemRequestBuilderGetQueryParameters(): """ - 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. """ def get_query_parameter(self,original_name: str) -> str: """ diff --git a/msgraph_beta/generated/kiota-lock.json b/msgraph_beta/generated/kiota-lock.json index e41992d542f..122bf94eec9 100644 --- a/msgraph_beta/generated/kiota-lock.json +++ b/msgraph_beta/generated/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/msgraph_beta/generated/models/arkose_fraud_protection_provider.py b/msgraph_beta/generated/models/arkose_fraud_protection_provider.py index 45c286703b9..d5ac89a4f15 100644 --- a/msgraph_beta/generated/models/arkose_fraud_protection_provider.py +++ b/msgraph_beta/generated/models/arkose_fraud_protection_provider.py @@ -13,13 +13,13 @@ class ArkoseFraudProtectionProvider(FraudProtectionProvider, Parsable): # The OdataType property odata_type: Optional[str] = "#microsoft.graph.arkoseFraudProtectionProvider" - # 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. client_sub_domain: Optional[str] = None - # The privateKey property + # The private key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys. private_key: Optional[str] = None - # The publicKey property + # The public key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys. public_key: Optional[str] = None - # 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. verify_sub_domain: Optional[str] = None @staticmethod diff --git a/msgraph_beta/generated/models/authentication_event_listener.py b/msgraph_beta/generated/models/authentication_event_listener.py index 564fd2f84f9..b05dc769d74 100644 --- a/msgraph_beta/generated/models/authentication_event_listener.py +++ b/msgraph_beta/generated/models/authentication_event_listener.py @@ -26,7 +26,7 @@ class AuthenticationEventListener(Entity, Parsable): authentication_events_flow_id: Optional[str] = None # The conditions on which this authenticationEventListener should trigger. conditions: Optional[AuthenticationConditions] = None - # The displayName property + # The display name of the listener. display_name: Optional[str] = None # The OdataType property odata_type: Optional[str] = None diff --git a/msgraph_beta/generated/models/cloud_pc_external_partner.py b/msgraph_beta/generated/models/cloud_pc_external_partner.py index 907faacdb69..272964f2ba6 100644 --- a/msgraph_beta/generated/models/cloud_pc_external_partner.py +++ b/msgraph_beta/generated/models/cloud_pc_external_partner.py @@ -15,15 +15,15 @@ class CloudPcExternalPartner(Entity, Parsable): # The connectionStatus property connection_status: Optional[CloudPcExternalPartnerStatus] = None - # 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). enable_connection: Optional[bool] = None - # 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'. last_sync_date_time: Optional[datetime.datetime] = None # The OdataType property odata_type: Optional[str] = None - # 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. partner_id: Optional[str] = None - # The statusDetails property + # Status details message. Read-only. status_details: Optional[str] = None @staticmethod diff --git a/msgraph_beta/generated/models/domain.py b/msgraph_beta/generated/models/domain.py index 0cdec60cf30..9c94890d9c5 100644 --- a/msgraph_beta/generated/models/domain.py +++ b/msgraph_beta/generated/models/domain.py @@ -16,7 +16,7 @@ @dataclass class Domain(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. authentication_type: Optional[str] = None # This property is always null except when the verify action is used. When the verify action is used, a domain entity is returned in the response. The availabilityStatus property of the domain entity in the response is either AvailableImmediately or EmailVerifiedDomainTakeoverScheduled. availability_status: Optional[str] = None diff --git a/msgraph_beta/generated/models/fraud_protection_provider.py b/msgraph_beta/generated/models/fraud_protection_provider.py index 5eebee3a3c2..1d635fcd9c2 100644 --- a/msgraph_beta/generated/models/fraud_protection_provider.py +++ b/msgraph_beta/generated/models/fraud_protection_provider.py @@ -13,7 +13,7 @@ @dataclass class FraudProtectionProvider(Entity, Parsable): - # The displayName property + # The display name of the fraud protection provider configuration. display_name: Optional[str] = None # The OdataType property odata_type: Optional[str] = None diff --git a/msgraph_beta/generated/models/human_security_fraud_protection_provider.py b/msgraph_beta/generated/models/human_security_fraud_protection_provider.py index 81e52d7094b..5a395a10743 100644 --- a/msgraph_beta/generated/models/human_security_fraud_protection_provider.py +++ b/msgraph_beta/generated/models/human_security_fraud_protection_provider.py @@ -13,9 +13,9 @@ class HumanSecurityFraudProtectionProvider(FraudProtectionProvider, Parsable): # The OdataType property odata_type: Optional[str] = "#microsoft.graph.humanSecurityFraudProtectionProvider" - # 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. app_id: Optional[str] = None - # 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. server_token: Optional[str] = None @staticmethod diff --git a/msgraph_beta/generated/models/identity_container.py b/msgraph_beta/generated/models/identity_container.py index f81c7ff1d0d..3b6917ba85e 100644 --- a/msgraph_beta/generated/models/identity_container.py +++ b/msgraph_beta/generated/models/identity_container.py @@ -46,7 +46,7 @@ class IdentityContainer(AdditionalDataHolder, BackedModel, Parsable): identity_providers: Optional[list[IdentityProviderBase]] = None # The OdataType property odata_type: Optional[str] = None - # The riskPrevention property + # Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings. risk_prevention: Optional[RiskPreventionContainer] = None # Represents entry point for identity userflow attributes. user_flow_attributes: Optional[list[IdentityUserFlowAttribute]] = None diff --git a/msgraph_beta/generated/models/identity_governance/workflow.py b/msgraph_beta/generated/models/identity_governance/workflow.py index bfa21b81404..c565a1d697c 100644 --- a/msgraph_beta/generated/models/identity_governance/workflow.py +++ b/msgraph_beta/generated/models/identity_governance/workflow.py @@ -20,7 +20,7 @@ class Workflow(WorkflowBase, Parsable): odata_type: Optional[str] = "#microsoft.graph.identityGovernance.workflow" # When the workflow was deleted.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. deleted_date_time: Optional[datetime.datetime] = None - # 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. execution_scope: Optional[list[UserProcessingResult]] = None # Identifier used for individually addressing a specific workflow.Supports $filter(eq, ne) and $orderby. id: Optional[str] = None diff --git a/msgraph_beta/generated/models/on_fraud_protection_load_start_external_users_auth_handler.py b/msgraph_beta/generated/models/on_fraud_protection_load_start_external_users_auth_handler.py index 8ed36c8c2a4..200138bd79a 100644 --- a/msgraph_beta/generated/models/on_fraud_protection_load_start_external_users_auth_handler.py +++ b/msgraph_beta/generated/models/on_fraud_protection_load_start_external_users_auth_handler.py @@ -14,7 +14,7 @@ class OnFraudProtectionLoadStartExternalUsersAuthHandler(OnFraudProtectionLoadStartHandler, Parsable): # The OdataType property odata_type: Optional[str] = "#microsoft.graph.onFraudProtectionLoadStartExternalUsersAuthHandler" - # The signUp property + # Specifies the configuration of the fraud protection configuration for sign-up events. sign_up: Optional[FraudProtectionConfiguration] = None @staticmethod diff --git a/msgraph_beta/generated/models/on_fraud_protection_load_start_listener.py b/msgraph_beta/generated/models/on_fraud_protection_load_start_listener.py index 74a2a67113e..d27bcf95623 100644 --- a/msgraph_beta/generated/models/on_fraud_protection_load_start_listener.py +++ b/msgraph_beta/generated/models/on_fraud_protection_load_start_listener.py @@ -14,7 +14,7 @@ class OnFraudProtectionLoadStartListener(AuthenticationEventListener, Parsable): # The OdataType property odata_type: Optional[str] = "#microsoft.graph.onFraudProtectionLoadStartListener" - # The handler property + # Configuration for what to invoke if the event resolves to this listener. handler: Optional[OnFraudProtectionLoadStartHandler] = None @staticmethod diff --git a/msgraph_beta/generated/models/risk_prevention_container.py b/msgraph_beta/generated/models/risk_prevention_container.py index cbe70858def..05a3d13a933 100644 --- a/msgraph_beta/generated/models/risk_prevention_container.py +++ b/msgraph_beta/generated/models/risk_prevention_container.py @@ -15,7 +15,7 @@ class RiskPreventionContainer(AdditionalDataHolder, BackedModel, Parsable): # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. additional_data: dict[str, Any] = field(default_factory=dict) - # The fraudProtectionProviders property + # Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants. fraud_protection_providers: Optional[list[FraudProtectionProvider]] = None # The OdataType property odata_type: Optional[str] = None diff --git a/msgraph_beta/generated/models/security/case_operation.py b/msgraph_beta/generated/models/security/case_operation.py index 5b0257cee6b..b139573402b 100644 --- a/msgraph_beta/generated/models/security/case_operation.py +++ b/msgraph_beta/generated/models/security/case_operation.py @@ -25,7 +25,7 @@ @dataclass class CaseOperation(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: Optional[CaseAction] = None # The date and time the operation was completed. completed_date_time: Optional[datetime.datetime] = None @@ -39,7 +39,7 @@ class CaseOperation(Entity, Parsable): percent_progress: Optional[int] = None # Contains success and failure-specific result information. result_info: Optional[ResultInfo] = None - # 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: Optional[CaseOperationStatus] = None @staticmethod diff --git a/msgraph_beta/generated/models/security/ediscovery_hold_policy_sync_operation.py b/msgraph_beta/generated/models/security/ediscovery_hold_policy_sync_operation.py index 9b97599991a..621f779d146 100644 --- a/msgraph_beta/generated/models/security/ediscovery_hold_policy_sync_operation.py +++ b/msgraph_beta/generated/models/security/ediscovery_hold_policy_sync_operation.py @@ -14,7 +14,7 @@ class EdiscoveryHoldPolicySyncOperation(CaseOperation, Parsable): # The OdataType property odata_type: Optional[str] = None - # The reportFileMetadata property + # Contains the properties for report file metadata, including downloadUrl, fileName, and size. report_file_metadata: Optional[list[ReportFileMetadata]] = None @staticmethod diff --git a/msgraph_beta/generated/models/virtual_endpoint.py b/msgraph_beta/generated/models/virtual_endpoint.py index 70d08b90fa2..5226e5906a6 100644 --- a/msgraph_beta/generated/models/virtual_endpoint.py +++ b/msgraph_beta/generated/models/virtual_endpoint.py @@ -43,7 +43,7 @@ class VirtualEndpoint(Entity, Parsable): device_images: Optional[list[CloudPcDeviceImage]] = None # The external partner settings on a Cloud PC. external_partner_settings: Optional[list[CloudPcExternalPartnerSetting]] = None - # The externalPartners property + # The external partners on a Cloud PC. external_partners: Optional[list[CloudPcExternalPartner]] = None # Front-line service plans for a Cloud PC. front_line_service_plans: Optional[list[CloudPcFrontLineServicePlan]] = None diff --git a/msgraph_beta/generated/places/graph_room/graph_room_request_builder.py b/msgraph_beta/generated/places/graph_room/graph_room_request_builder.py index 101c14efd42..8bf9d2952df 100644 --- a/msgraph_beta/generated/places/graph_room/graph_room_request_builder.py +++ b/msgraph_beta/generated/places/graph_room/graph_room_request_builder.py @@ -33,7 +33,7 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d async def get(self,request_configuration: Optional[RequestConfiguration[GraphRoomRequestBuilderGetQueryParameters]] = None) -> Optional[RoomCollectionResponse]: """ - 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 request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: Optional[RoomCollectionResponse] Find more info here: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta @@ -54,7 +54,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[GraphRoo def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphRoomRequestBuilderGetQueryParameters]] = None) -> 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. param request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: RequestInformation """ @@ -85,7 +85,7 @@ def count(self) -> CountRequestBuilder: @dataclass class GraphRoomRequestBuilderGetQueryParameters(): """ - 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. """ def get_query_parameter(self,original_name: str) -> str: """ diff --git a/msgraph_beta/generated/places/item/graph_room/graph_room_request_builder.py b/msgraph_beta/generated/places/item/graph_room/graph_room_request_builder.py index ee8410ab29d..609efbf183d 100644 --- a/msgraph_beta/generated/places/item/graph_room/graph_room_request_builder.py +++ b/msgraph_beta/generated/places/item/graph_room/graph_room_request_builder.py @@ -33,7 +33,7 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d async def get(self,request_configuration: Optional[RequestConfiguration[GraphRoomRequestBuilderGetQueryParameters]] = None) -> Optional[Room]: """ - 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 request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: Optional[Room] Find more info here: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta @@ -54,7 +54,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[GraphRoo def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphRoomRequestBuilderGetQueryParameters]] = None) -> 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. param request_configuration: Configuration for the request such as headers, query parameters, and middleware options. Returns: RequestInformation """ @@ -85,7 +85,7 @@ def check_ins(self) -> CheckInsRequestBuilder: @dataclass class GraphRoomRequestBuilderGetQueryParameters(): """ - 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. """ def get_query_parameter(self,original_name: str) -> str: """