msgraph-sdk 1.17.0__py3-none-any.whl → 1.18.0__py3-none-any.whl

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.
Files changed (91) hide show
  1. msgraph/_version.py +1 -1
  2. msgraph/generated/chats/item/messages/messages_request_builder.py +3 -3
  3. msgraph/generated/device_app_management/device_app_management_request_builder.py +2 -2
  4. msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py +4 -4
  5. msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_request_builder.py +1 -1
  6. msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/target_apps/target_apps_request_builder.py +1 -1
  7. msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/target_apps/target_apps_request_builder.py +1 -1
  8. msgraph/generated/device_app_management/managed_app_registrations/item/managed_app_registration_item_request_builder.py +4 -4
  9. msgraph/generated/device_app_management/managed_app_registrations/managed_app_registrations_request_builder.py +4 -4
  10. msgraph/generated/device_app_management/managed_app_statuses/item/managed_app_status_item_request_builder.py +4 -4
  11. msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py +3 -3
  12. msgraph/generated/device_app_management/managed_e_books/managed_e_books_request_builder.py +4 -4
  13. msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py +10 -10
  14. msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py +3 -3
  15. msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py +4 -4
  16. msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +3 -3
  17. msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py +7 -7
  18. msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py +3 -3
  19. msgraph/generated/device_management/device_enrollment_configurations/device_enrollment_configurations_request_builder.py +7 -7
  20. msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py +10 -10
  21. msgraph/generated/device_management/device_management_request_builder.py +2 -2
  22. msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py +3 -3
  23. msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py +4 -4
  24. msgraph/generated/external/connections/item/items/item/external_item_item_request_builder.py +3 -3
  25. msgraph/generated/groups/groups_request_builder.py +3 -3
  26. msgraph/generated/groups/item/conversations/conversations_request_builder.py +3 -3
  27. msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py +1 -1
  28. msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +4 -4
  29. msgraph/generated/groups/item/threads/item/posts/posts_request_builder.py +4 -4
  30. msgraph/generated/identity/conditional_access/named_locations/item/named_location_item_request_builder.py +4 -4
  31. msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_package_item_request_builder.py +4 -4
  32. msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/item/custom_callout_extension_item_request_builder.py +3 -3
  33. msgraph/generated/kiota-dom-export.txt +126 -0
  34. msgraph/generated/kiota-lock.json +1 -1
  35. msgraph/generated/models/applied_conditional_access_policy.py +1 -1
  36. msgraph/generated/models/channel.py +1 -1
  37. msgraph/generated/models/chat.py +4 -0
  38. msgraph/generated/models/chat_message.py +1 -1
  39. msgraph/generated/models/chat_message_attachment.py +2 -2
  40. msgraph/generated/models/chat_message_mention.py +1 -1
  41. msgraph/generated/models/chat_message_mentioned_identity_set.py +1 -1
  42. msgraph/generated/models/chat_restrictions.py +54 -0
  43. msgraph/generated/models/cloud_pc_device_image.py +1 -1
  44. msgraph/generated/models/cloud_pc_domain_join_configuration.py +1 -1
  45. msgraph/generated/models/education_assignment.py +2 -2
  46. msgraph/generated/models/education_assignment_defaults.py +1 -1
  47. msgraph/generated/models/education_submission.py +1 -1
  48. msgraph/generated/models/external_connectors/property_.py +1 -1
  49. msgraph/generated/models/invited_user_message_info.py +1 -1
  50. msgraph/generated/models/online_meeting.py +4 -0
  51. msgraph/generated/models/online_meeting_base.py +15 -0
  52. msgraph/generated/models/payload.py +1 -1
  53. msgraph/generated/models/planner_plan_container.py +1 -1
  54. msgraph/generated/models/restore_session_base.py +1 -1
  55. msgraph/generated/models/risk_detection.py +1 -1
  56. msgraph/generated/models/risk_service_principal_activity.py +1 -1
  57. msgraph/generated/models/risky_service_principal.py +1 -1
  58. msgraph/generated/models/risky_user.py +1 -1
  59. msgraph/generated/models/search_request.py +1 -1
  60. msgraph/generated/models/security/alert.py +1 -1
  61. msgraph/generated/models/security/case_operation.py +1 -1
  62. msgraph/generated/models/service_principal_risk_detection.py +2 -2
  63. msgraph/generated/models/sign_in.py +1 -1
  64. msgraph/generated/models/simulation.py +1 -1
  65. msgraph/generated/models/subject_rights_request_history.py +1 -1
  66. msgraph/generated/models/subject_rights_request_stage_detail.py +1 -1
  67. msgraph/generated/models/virtual_event.py +7 -0
  68. msgraph/generated/models/virtual_event_external_information.py +58 -0
  69. msgraph/generated/models/virtual_event_external_registration_information.py +58 -0
  70. msgraph/generated/models/virtual_event_registration.py +7 -0
  71. msgraph/generated/models/workforce_integration.py +2 -2
  72. msgraph/generated/policies/cross_tenant_access_policy/partners/item/identity_synchronization/identity_synchronization_request_builder.py +3 -3
  73. msgraph/generated/sites/item/lists/item/list_item_request_builder.py +4 -4
  74. msgraph/generated/solutions/virtual_events/events/item/set_external_event_information/set_external_event_information_post_request_body.py +50 -0
  75. msgraph/generated/solutions/virtual_events/events/item/set_external_event_information/set_external_event_information_request_builder.py +86 -0
  76. msgraph/generated/solutions/virtual_events/events/item/virtual_event_item_request_builder.py +10 -0
  77. msgraph/generated/solutions/virtual_events/townhalls/get_by_user_id_and_role_with_user_id_with_role/get_by_user_id_and_role_with_user_id_with_role_get_response.py +58 -0
  78. msgraph/generated/solutions/virtual_events/townhalls/get_by_user_id_and_role_with_user_id_with_role/get_by_user_id_and_role_with_user_id_with_role_request_builder.py +143 -0
  79. msgraph/generated/solutions/virtual_events/townhalls/get_by_user_role_with_role/get_by_user_role_with_role_get_response.py +58 -0
  80. msgraph/generated/solutions/virtual_events/townhalls/get_by_user_role_with_role/get_by_user_role_with_role_request_builder.py +141 -0
  81. msgraph/generated/solutions/virtual_events/townhalls/townhalls_request_builder.py +29 -0
  82. msgraph/generated/teams/item/channels/item/members/members_request_builder.py +3 -3
  83. msgraph/generated/teams/item/channels/item/messages/messages_request_builder.py +3 -3
  84. msgraph/generated/tenant_relationships/multi_tenant_organization/multi_tenant_organization_request_builder.py +3 -3
  85. msgraph/generated/users/item/user_item_request_builder.py +8 -8
  86. msgraph/generated/users/users_request_builder.py +4 -4
  87. msgraph/generated/users_with_user_principal_name/users_with_user_principal_name_request_builder.py +8 -8
  88. {msgraph_sdk-1.17.0.dist-info → msgraph_sdk-1.18.0.dist-info}/METADATA +1 -1
  89. {msgraph_sdk-1.17.0.dist-info → msgraph_sdk-1.18.0.dist-info}/RECORD +91 -82
  90. {msgraph_sdk-1.17.0.dist-info → msgraph_sdk-1.18.0.dist-info}/LICENSE +0 -0
  91. {msgraph_sdk-1.17.0.dist-info → msgraph_sdk-1.18.0.dist-info}/WHEEL +0 -0
@@ -99191,6 +99191,8 @@ msgraph.generated.models.Chat::|public|created_date_time(value:datetime.datetime
99191
99191
  msgraph.generated.models.Chat::|public|get_field_deserializers():dict[str, Callable[[ParseNode], None]]
99192
99192
  msgraph.generated.models.Chat::|public|installed_apps():list[TeamsAppInstallation]
99193
99193
  msgraph.generated.models.Chat::|public|installed_apps(value:list[TeamsAppInstallation]):None
99194
+ msgraph.generated.models.Chat::|public|is_hidden_for_all_members():bool
99195
+ msgraph.generated.models.Chat::|public|is_hidden_for_all_members(value:bool):None
99194
99196
  msgraph.generated.models.Chat::|public|last_message_preview():ChatMessageInfo
99195
99197
  msgraph.generated.models.Chat::|public|last_message_preview(value:ChatMessageInfo):None
99196
99198
  msgraph.generated.models.Chat::|public|last_updated_date_time():datetime.datetime
@@ -99509,6 +99511,18 @@ msgraph.generated.models.ChatRenamedEventMessageDetail::|public|initiator(value:
99509
99511
  msgraph.generated.models.ChatRenamedEventMessageDetail::|public|odata_type:str
99510
99512
  msgraph.generated.models.ChatRenamedEventMessageDetail::|public|serialize(writer:SerializationWriter):None
99511
99513
  msgraph.generated.models.ChatRenamedEventMessageDetail::|static|public|create_from_discriminator_value(parse_node:ParseNode):ChatRenamedEventMessageDetail
99514
+ msgraph.generated.models.ChatRestrictions::|public|additional_data():dict[str, Any]
99515
+ msgraph.generated.models.ChatRestrictions::|public|additional_data(value:dict[str, Any]):None
99516
+ msgraph.generated.models.ChatRestrictions::|public|allow_text_only():bool
99517
+ msgraph.generated.models.ChatRestrictions::|public|allow_text_only(value:bool):None
99518
+ msgraph.generated.models.ChatRestrictions::|public|backing_store:BackingStore
99519
+ msgraph.generated.models.ChatRestrictions::|public|constructor():None
99520
+ msgraph.generated.models.ChatRestrictions::|public|get_field_deserializers():dict[str, Callable[[ParseNode], None]]
99521
+ msgraph.generated.models.ChatRestrictions::|public|odata_type():str
99522
+ msgraph.generated.models.ChatRestrictions::|public|odata_type(value:str):None
99523
+ msgraph.generated.models.ChatRestrictions::|public|serialize(writer:SerializationWriter):None
99524
+ msgraph.generated.models.ChatRestrictions::|static|public|create_from_discriminator_value(parse_node:ParseNode):ChatRestrictions
99525
+ msgraph.generated.models.ChatRestrictions~~>AdditionalDataHolder; BackedModel; Parsable
99512
99526
  msgraph.generated.models.ChatType::0000-OneOnOne
99513
99527
  msgraph.generated.models.ChatType::0001-Group
99514
99528
  msgraph.generated.models.ChatType::0002-Meeting
@@ -114780,6 +114794,8 @@ msgraph.generated.models.OnlineMeeting::|public|external_id(value:str):None
114780
114794
  msgraph.generated.models.OnlineMeeting::|public|get_field_deserializers():dict[str, Callable[[ParseNode], None]]
114781
114795
  msgraph.generated.models.OnlineMeeting::|public|is_broadcast():bool
114782
114796
  msgraph.generated.models.OnlineMeeting::|public|is_broadcast(value:bool):None
114797
+ msgraph.generated.models.OnlineMeeting::|public|meeting_template_id():str
114798
+ msgraph.generated.models.OnlineMeeting::|public|meeting_template_id(value:str):None
114783
114799
  msgraph.generated.models.OnlineMeeting::|public|odata_type:str
114784
114800
  msgraph.generated.models.OnlineMeeting::|public|participants():MeetingParticipants
114785
114801
  msgraph.generated.models.OnlineMeeting::|public|participants(value:MeetingParticipants):None
@@ -114802,14 +114818,20 @@ msgraph.generated.models.OnlineMeetingBase::|public|allow_meeting_chat():Meeting
114802
114818
  msgraph.generated.models.OnlineMeetingBase::|public|allow_meeting_chat(value:MeetingChatMode):None
114803
114819
  msgraph.generated.models.OnlineMeetingBase::|public|allow_participants_to_change_name():bool
114804
114820
  msgraph.generated.models.OnlineMeetingBase::|public|allow_participants_to_change_name(value:bool):None
114821
+ msgraph.generated.models.OnlineMeetingBase::|public|allow_recording():bool
114822
+ msgraph.generated.models.OnlineMeetingBase::|public|allow_recording(value:bool):None
114805
114823
  msgraph.generated.models.OnlineMeetingBase::|public|allow_teamwork_reactions():bool
114806
114824
  msgraph.generated.models.OnlineMeetingBase::|public|allow_teamwork_reactions(value:bool):None
114825
+ msgraph.generated.models.OnlineMeetingBase::|public|allow_transcription():bool
114826
+ msgraph.generated.models.OnlineMeetingBase::|public|allow_transcription(value:bool):None
114807
114827
  msgraph.generated.models.OnlineMeetingBase::|public|attendance_reports():list[MeetingAttendanceReport]
114808
114828
  msgraph.generated.models.OnlineMeetingBase::|public|attendance_reports(value:list[MeetingAttendanceReport]):None
114809
114829
  msgraph.generated.models.OnlineMeetingBase::|public|audio_conferencing():AudioConferencing
114810
114830
  msgraph.generated.models.OnlineMeetingBase::|public|audio_conferencing(value:AudioConferencing):None
114811
114831
  msgraph.generated.models.OnlineMeetingBase::|public|chat_info():ChatInfo
114812
114832
  msgraph.generated.models.OnlineMeetingBase::|public|chat_info(value:ChatInfo):None
114833
+ msgraph.generated.models.OnlineMeetingBase::|public|chat_restrictions():ChatRestrictions
114834
+ msgraph.generated.models.OnlineMeetingBase::|public|chat_restrictions(value:ChatRestrictions):None
114813
114835
  msgraph.generated.models.OnlineMeetingBase::|public|constructor():None
114814
114836
  msgraph.generated.models.OnlineMeetingBase::|public|get_field_deserializers():dict[str, Callable[[ParseNode], None]]
114815
114837
  msgraph.generated.models.OnlineMeetingBase::|public|is_entry_exit_announced():bool
@@ -132868,6 +132890,8 @@ msgraph.generated.models.VirtualEvent::|public|display_name():str
132868
132890
  msgraph.generated.models.VirtualEvent::|public|display_name(value:str):None
132869
132891
  msgraph.generated.models.VirtualEvent::|public|end_date_time():DateTimeTimeZone
132870
132892
  msgraph.generated.models.VirtualEvent::|public|end_date_time(value:DateTimeTimeZone):None
132893
+ msgraph.generated.models.VirtualEvent::|public|external_event_information():list[VirtualEventExternalInformation]
132894
+ msgraph.generated.models.VirtualEvent::|public|external_event_information(value:list[VirtualEventExternalInformation]):None
132871
132895
  msgraph.generated.models.VirtualEvent::|public|get_field_deserializers():dict[str, Callable[[ParseNode], None]]
132872
132896
  msgraph.generated.models.VirtualEvent::|public|odata_type:str
132873
132897
  msgraph.generated.models.VirtualEvent::|public|presenters():list[VirtualEventPresenter]
@@ -132895,6 +132919,34 @@ msgraph.generated.models.VirtualEventCollectionResponse::|public|serialize(write
132895
132919
  msgraph.generated.models.VirtualEventCollectionResponse::|public|value():list[VirtualEvent]
132896
132920
  msgraph.generated.models.VirtualEventCollectionResponse::|public|value(value:list[VirtualEvent]):None
132897
132921
  msgraph.generated.models.VirtualEventCollectionResponse::|static|public|create_from_discriminator_value(parse_node:ParseNode):VirtualEventCollectionResponse
132922
+ msgraph.generated.models.VirtualEventExternalInformation::|public|additional_data():dict[str, Any]
132923
+ msgraph.generated.models.VirtualEventExternalInformation::|public|additional_data(value:dict[str, Any]):None
132924
+ msgraph.generated.models.VirtualEventExternalInformation::|public|application_id():str
132925
+ msgraph.generated.models.VirtualEventExternalInformation::|public|application_id(value:str):None
132926
+ msgraph.generated.models.VirtualEventExternalInformation::|public|backing_store:BackingStore
132927
+ msgraph.generated.models.VirtualEventExternalInformation::|public|constructor():None
132928
+ msgraph.generated.models.VirtualEventExternalInformation::|public|external_event_id():str
132929
+ msgraph.generated.models.VirtualEventExternalInformation::|public|external_event_id(value:str):None
132930
+ msgraph.generated.models.VirtualEventExternalInformation::|public|get_field_deserializers():dict[str, Callable[[ParseNode], None]]
132931
+ msgraph.generated.models.VirtualEventExternalInformation::|public|odata_type():str
132932
+ msgraph.generated.models.VirtualEventExternalInformation::|public|odata_type(value:str):None
132933
+ msgraph.generated.models.VirtualEventExternalInformation::|public|serialize(writer:SerializationWriter):None
132934
+ msgraph.generated.models.VirtualEventExternalInformation::|static|public|create_from_discriminator_value(parse_node:ParseNode):VirtualEventExternalInformation
132935
+ msgraph.generated.models.VirtualEventExternalInformation~~>AdditionalDataHolder; BackedModel; Parsable
132936
+ msgraph.generated.models.VirtualEventExternalRegistrationInformation::|public|additional_data():dict[str, Any]
132937
+ msgraph.generated.models.VirtualEventExternalRegistrationInformation::|public|additional_data(value:dict[str, Any]):None
132938
+ msgraph.generated.models.VirtualEventExternalRegistrationInformation::|public|backing_store:BackingStore
132939
+ msgraph.generated.models.VirtualEventExternalRegistrationInformation::|public|constructor():None
132940
+ msgraph.generated.models.VirtualEventExternalRegistrationInformation::|public|get_field_deserializers():dict[str, Callable[[ParseNode], None]]
132941
+ msgraph.generated.models.VirtualEventExternalRegistrationInformation::|public|odata_type():str
132942
+ msgraph.generated.models.VirtualEventExternalRegistrationInformation::|public|odata_type(value:str):None
132943
+ msgraph.generated.models.VirtualEventExternalRegistrationInformation::|public|referrer():str
132944
+ msgraph.generated.models.VirtualEventExternalRegistrationInformation::|public|referrer(value:str):None
132945
+ msgraph.generated.models.VirtualEventExternalRegistrationInformation::|public|registration_id():str
132946
+ msgraph.generated.models.VirtualEventExternalRegistrationInformation::|public|registration_id(value:str):None
132947
+ msgraph.generated.models.VirtualEventExternalRegistrationInformation::|public|serialize(writer:SerializationWriter):None
132948
+ msgraph.generated.models.VirtualEventExternalRegistrationInformation::|static|public|create_from_discriminator_value(parse_node:ParseNode):VirtualEventExternalRegistrationInformation
132949
+ msgraph.generated.models.VirtualEventExternalRegistrationInformation~~>AdditionalDataHolder; BackedModel; Parsable
132898
132950
  msgraph.generated.models.VirtualEventPresenter-->Entity
132899
132951
  msgraph.generated.models.VirtualEventPresenter::|public|constructor():None
132900
132952
  msgraph.generated.models.VirtualEventPresenter::|public|email():str
@@ -132952,6 +133004,8 @@ msgraph.generated.models.VirtualEventRegistration::|public|cancelation_date_time
132952
133004
  msgraph.generated.models.VirtualEventRegistration::|public|constructor():None
132953
133005
  msgraph.generated.models.VirtualEventRegistration::|public|email():str
132954
133006
  msgraph.generated.models.VirtualEventRegistration::|public|email(value:str):None
133007
+ msgraph.generated.models.VirtualEventRegistration::|public|external_registration_information():VirtualEventExternalRegistrationInformation
133008
+ msgraph.generated.models.VirtualEventRegistration::|public|external_registration_information(value:VirtualEventExternalRegistrationInformation):None
132955
133009
  msgraph.generated.models.VirtualEventRegistration::|public|first_name():str
132956
133010
  msgraph.generated.models.VirtualEventRegistration::|public|first_name(value:str):None
132957
133011
  msgraph.generated.models.VirtualEventRegistration::|public|get_field_deserializers():dict[str, Callable[[ParseNode], None]]
@@ -169806,6 +169860,25 @@ msgraph.generated.solutions.virtualEvents.events.item.sessions.SessionsRequestBu
169806
169860
  msgraph.generated.solutions.virtualEvents.events.item.sessions.SessionsRequestBuilder::|public|to_post_request_information(body:VirtualEventSession; request_configuration?:RequestConfiguration[QueryParameters]):RequestInformation
169807
169861
  msgraph.generated.solutions.virtualEvents.events.item.sessions.SessionsRequestBuilder::|public|url_template:str
169808
169862
  msgraph.generated.solutions.virtualEvents.events.item.sessions.SessionsRequestBuilder::|public|with_url(raw_url:str):SessionsRequestBuilder
169863
+ msgraph.generated.solutions.virtualEvents.events.item.setExternalEventInformation.SetExternalEventInformationPostRequestBody::|public|additional_data():dict[str, Any]
169864
+ msgraph.generated.solutions.virtualEvents.events.item.setExternalEventInformation.SetExternalEventInformationPostRequestBody::|public|additional_data(value:dict[str, Any]):None
169865
+ msgraph.generated.solutions.virtualEvents.events.item.setExternalEventInformation.SetExternalEventInformationPostRequestBody::|public|backing_store:BackingStore
169866
+ msgraph.generated.solutions.virtualEvents.events.item.setExternalEventInformation.SetExternalEventInformationPostRequestBody::|public|constructor():None
169867
+ msgraph.generated.solutions.virtualEvents.events.item.setExternalEventInformation.SetExternalEventInformationPostRequestBody::|public|external_event_id():str
169868
+ msgraph.generated.solutions.virtualEvents.events.item.setExternalEventInformation.SetExternalEventInformationPostRequestBody::|public|external_event_id(value:str):None
169869
+ msgraph.generated.solutions.virtualEvents.events.item.setExternalEventInformation.SetExternalEventInformationPostRequestBody::|public|get_field_deserializers():dict[str, Callable[[ParseNode], None]]
169870
+ msgraph.generated.solutions.virtualEvents.events.item.setExternalEventInformation.SetExternalEventInformationPostRequestBody::|public|serialize(writer:SerializationWriter):None
169871
+ msgraph.generated.solutions.virtualEvents.events.item.setExternalEventInformation.SetExternalEventInformationPostRequestBody::|static|public|create_from_discriminator_value(parse_node:ParseNode):SetExternalEventInformationPostRequestBody
169872
+ msgraph.generated.solutions.virtualEvents.events.item.setExternalEventInformation.SetExternalEventInformationPostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable
169873
+ msgraph.generated.solutions.virtualEvents.events.item.setExternalEventInformation.SetExternalEventInformationRequestBuilder-->BaseRequestBuilder
169874
+ msgraph.generated.solutions.virtualEvents.events.item.setExternalEventInformation.SetExternalEventInformationRequestBuilder.SetExternalEventInformationRequestBuilderPostRequestConfiguration-->RequestConfiguration[QueryParameters]
169875
+ msgraph.generated.solutions.virtualEvents.events.item.setExternalEventInformation.SetExternalEventInformationRequestBuilder::|public|constructor(path_parameters:Union[str, dict[str, Any]]; request_adapter:RequestAdapter):None
169876
+ msgraph.generated.solutions.virtualEvents.events.item.setExternalEventInformation.SetExternalEventInformationRequestBuilder::|public|path_parameters:Union[str, dict[str, Any]]
169877
+ msgraph.generated.solutions.virtualEvents.events.item.setExternalEventInformation.SetExternalEventInformationRequestBuilder::|public|post(body:SetExternalEventInformationPostRequestBody; request_configuration?:RequestConfiguration[QueryParameters]):None
169878
+ msgraph.generated.solutions.virtualEvents.events.item.setExternalEventInformation.SetExternalEventInformationRequestBuilder::|public|request_adapter:RequestAdapter
169879
+ msgraph.generated.solutions.virtualEvents.events.item.setExternalEventInformation.SetExternalEventInformationRequestBuilder::|public|to_post_request_information(body:SetExternalEventInformationPostRequestBody; request_configuration?:RequestConfiguration[QueryParameters]):RequestInformation
169880
+ msgraph.generated.solutions.virtualEvents.events.item.setExternalEventInformation.SetExternalEventInformationRequestBuilder::|public|url_template:str
169881
+ msgraph.generated.solutions.virtualEvents.events.item.setExternalEventInformation.SetExternalEventInformationRequestBuilder::|public|with_url(raw_url:str):SetExternalEventInformationRequestBuilder
169809
169882
  msgraph.generated.solutions.virtualEvents.events.item.VirtualEventItemRequestBuilder-->BaseRequestBuilder
169810
169883
  msgraph.generated.solutions.virtualEvents.events.item.VirtualEventItemRequestBuilder.VirtualEventItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration[QueryParameters]
169811
169884
  msgraph.generated.solutions.virtualEvents.events.item.VirtualEventItemRequestBuilder.VirtualEventItemRequestBuilderGetQueryParameters::|public|expand:list[str]
@@ -169823,6 +169896,7 @@ msgraph.generated.solutions.virtualEvents.events.item.VirtualEventItemRequestBui
169823
169896
  msgraph.generated.solutions.virtualEvents.events.item.VirtualEventItemRequestBuilder::|public|publish:PublishRequestBuilder
169824
169897
  msgraph.generated.solutions.virtualEvents.events.item.VirtualEventItemRequestBuilder::|public|request_adapter:RequestAdapter
169825
169898
  msgraph.generated.solutions.virtualEvents.events.item.VirtualEventItemRequestBuilder::|public|sessions:SessionsRequestBuilder
169899
+ msgraph.generated.solutions.virtualEvents.events.item.VirtualEventItemRequestBuilder::|public|set_external_event_information:SetExternalEventInformationRequestBuilder
169826
169900
  msgraph.generated.solutions.virtualEvents.events.item.VirtualEventItemRequestBuilder::|public|to_delete_request_information(request_configuration?:RequestConfiguration[QueryParameters]):RequestInformation
169827
169901
  msgraph.generated.solutions.virtualEvents.events.item.VirtualEventItemRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[VirtualEventItemRequestBuilderGetQueryParameters]):RequestInformation
169828
169902
  msgraph.generated.solutions.virtualEvents.events.item.VirtualEventItemRequestBuilder::|public|to_patch_request_information(body:VirtualEvent; request_configuration?:RequestConfiguration[QueryParameters]):RequestInformation
@@ -169840,6 +169914,56 @@ msgraph.generated.solutions.virtualEvents.townhalls.count.CountRequestBuilder::|
169840
169914
  msgraph.generated.solutions.virtualEvents.townhalls.count.CountRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[CountRequestBuilderGetQueryParameters]):RequestInformation
169841
169915
  msgraph.generated.solutions.virtualEvents.townhalls.count.CountRequestBuilder::|public|url_template:str
169842
169916
  msgraph.generated.solutions.virtualEvents.townhalls.count.CountRequestBuilder::|public|with_url(raw_url:str):CountRequestBuilder
169917
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleGetResponse-->BaseCollectionPaginationCountResponse
169918
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleGetResponse::|public|constructor():None
169919
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleGetResponse::|public|get_field_deserializers():dict[str, Callable[[ParseNode], None]]
169920
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleGetResponse::|public|serialize(writer:SerializationWriter):None
169921
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleGetResponse::|public|value():list[VirtualEventTownhall]
169922
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleGetResponse::|public|value(value:list[VirtualEventTownhall]):None
169923
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleGetResponse::|static|public|create_from_discriminator_value(parse_node:ParseNode):GetByUserIdAndRoleWithUserIdWithRoleGetResponse
169924
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder-->BaseRequestBuilder
169925
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|count:bool
169926
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|expand:list[str]
169927
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|filter:str
169928
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|get_query_parameter(original_name:str):str
169929
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|orderby:list[str]
169930
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|search:str
169931
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|select:list[str]
169932
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|skip:int
169933
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|top:int
169934
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetRequestConfiguration-->RequestConfiguration[GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters]
169935
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder::|public|constructor(path_parameters:Union[str, dict[str, Any]]; request_adapter:RequestAdapter; role?:str; user_id?:str):None
169936
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder::|public|get(request_configuration?:RequestConfiguration[GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters]):GetByUserIdAndRoleWithUserIdWithRoleGetResponse
169937
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder::|public|path_parameters:Union[str, dict[str, Any]]
169938
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder::|public|request_adapter:RequestAdapter
169939
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters]):RequestInformation
169940
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder::|public|url_template:str
169941
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserIdAndRoleWithUserIdWithRole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder::|public|with_url(raw_url:str):GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder
169942
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleGetResponse-->BaseCollectionPaginationCountResponse
169943
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleGetResponse::|public|constructor():None
169944
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleGetResponse::|public|get_field_deserializers():dict[str, Callable[[ParseNode], None]]
169945
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleGetResponse::|public|serialize(writer:SerializationWriter):None
169946
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleGetResponse::|public|value():list[VirtualEventTownhall]
169947
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleGetResponse::|public|value(value:list[VirtualEventTownhall]):None
169948
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleGetResponse::|static|public|create_from_discriminator_value(parse_node:ParseNode):GetByUserRoleWithRoleGetResponse
169949
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleRequestBuilder-->BaseRequestBuilder
169950
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleRequestBuilder.GetByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|count:bool
169951
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleRequestBuilder.GetByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|expand:list[str]
169952
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleRequestBuilder.GetByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|filter:str
169953
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleRequestBuilder.GetByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|get_query_parameter(original_name:str):str
169954
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleRequestBuilder.GetByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|orderby:list[str]
169955
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleRequestBuilder.GetByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|search:str
169956
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleRequestBuilder.GetByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|select:list[str]
169957
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleRequestBuilder.GetByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|skip:int
169958
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleRequestBuilder.GetByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|top:int
169959
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleRequestBuilder.GetByUserRoleWithRoleRequestBuilderGetRequestConfiguration-->RequestConfiguration[GetByUserRoleWithRoleRequestBuilderGetQueryParameters]
169960
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleRequestBuilder::|public|constructor(path_parameters:Union[str, dict[str, Any]]; request_adapter:RequestAdapter; role?:str):None
169961
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleRequestBuilder::|public|get(request_configuration?:RequestConfiguration[GetByUserRoleWithRoleRequestBuilderGetQueryParameters]):GetByUserRoleWithRoleGetResponse
169962
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleRequestBuilder::|public|path_parameters:Union[str, dict[str, Any]]
169963
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleRequestBuilder::|public|request_adapter:RequestAdapter
169964
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[GetByUserRoleWithRoleRequestBuilderGetQueryParameters]):RequestInformation
169965
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleRequestBuilder::|public|url_template:str
169966
+ msgraph.generated.solutions.virtualEvents.townhalls.getByUserRoleWithRole.GetByUserRoleWithRoleRequestBuilder::|public|with_url(raw_url:str):GetByUserRoleWithRoleRequestBuilder
169843
169967
  msgraph.generated.solutions.virtualEvents.townhalls.item.presenters.count.CountRequestBuilder-->BaseRequestBuilder
169844
169968
  msgraph.generated.solutions.virtualEvents.townhalls.item.presenters.count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|filter:str
169845
169969
  msgraph.generated.solutions.virtualEvents.townhalls.item.presenters.count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|get_query_parameter(original_name:str):str
@@ -170090,6 +170214,8 @@ msgraph.generated.solutions.virtualEvents.townhalls.TownhallsRequestBuilder::|pu
170090
170214
  msgraph.generated.solutions.virtualEvents.townhalls.TownhallsRequestBuilder::|public|constructor(path_parameters:Union[str, dict[str, Any]]; request_adapter:RequestAdapter):None
170091
170215
  msgraph.generated.solutions.virtualEvents.townhalls.TownhallsRequestBuilder::|public|count:CountRequestBuilder
170092
170216
  msgraph.generated.solutions.virtualEvents.townhalls.TownhallsRequestBuilder::|public|get(request_configuration?:RequestConfiguration[TownhallsRequestBuilderGetQueryParameters]):VirtualEventTownhallCollectionResponse
170217
+ msgraph.generated.solutions.virtualEvents.townhalls.TownhallsRequestBuilder::|public|get_by_user_id_and_role_with_user_id_with_role(role:str; user_id:str):GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder
170218
+ msgraph.generated.solutions.virtualEvents.townhalls.TownhallsRequestBuilder::|public|get_by_user_role_with_role(role:str):GetByUserRoleWithRoleRequestBuilder
170093
170219
  msgraph.generated.solutions.virtualEvents.townhalls.TownhallsRequestBuilder::|public|path_parameters:Union[str, dict[str, Any]]
170094
170220
  msgraph.generated.solutions.virtualEvents.townhalls.TownhallsRequestBuilder::|public|post(body:VirtualEventTownhall; request_configuration?:RequestConfiguration[QueryParameters]):VirtualEventTownhall
170095
170221
  msgraph.generated.solutions.virtualEvents.townhalls.TownhallsRequestBuilder::|public|request_adapter:RequestAdapter
@@ -1,5 +1,5 @@
1
1
  {
2
- "descriptionHash": "17158047F4D29D7AC5B136FFEEB42159B62E1A1BF1D6F2C422B4E9A755575702C25F4CFC17F3A75133F961BA5DFF05F411B7410F629AA94B356D0320AB7BAD8C",
2
+ "descriptionHash": "2A266C83E5128F78435232C790DE0C41B134CF323FA2D5EB704DAAC3C39EEA634205F3ED6EC8DE64297752B981917408558A02E7A673FE2E0AB8C6AD140E860D",
3
3
  "descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
4
4
  "lockFileVersion": "1.0.0",
5
5
  "kiotaVersion": "1.23.0",
@@ -25,7 +25,7 @@ class AppliedConditionalAccessPolicy(AdditionalDataHolder, BackedModel, Parsable
25
25
  id: Optional[str] = None
26
26
  # The OdataType property
27
27
  odata_type: Optional[str] = None
28
- # Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted.
28
+ # Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted.
29
29
  result: Optional[AppliedConditionalAccessPolicyResult] = None
30
30
 
31
31
  @staticmethod
@@ -35,7 +35,7 @@ class Channel(Entity, Parsable):
35
35
  is_favorite_by_default: Optional[bool] = None
36
36
  # A collection of membership records associated with the channel.
37
37
  members: Optional[list[ConversationMember]] = None
38
- # The type of the channel. Can be set during creation and can't be changed. The possible values are: standard, private, unknownFutureValue, shared. The default value is standard. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: shared.
38
+ # The type of the channel. Can be set during creation and can't be changed. The possible values are: standard, private, unknownFutureValue, shared. The default value is standard. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: shared.
39
39
  membership_type: Optional[ChannelMembershipType] = None
40
40
  # A collection of all the messages in the channel. A navigation property. Nullable.
41
41
  messages: Optional[list[ChatMessage]] = None
@@ -28,6 +28,8 @@ class Chat(Entity, Parsable):
28
28
  created_date_time: Optional[datetime.datetime] = None
29
29
  # A collection of all the apps in the chat. Nullable.
30
30
  installed_apps: Optional[list[TeamsAppInstallation]] = None
31
+ # Indicates whether the chat is hidden for all its members. Read-only.
32
+ is_hidden_for_all_members: Optional[bool] = None
31
33
  # Preview of the last message sent in the chat. Null if no messages were sent in the chat. Currently, only the list chats operation supports this property.
32
34
  last_message_preview: Optional[ChatMessageInfo] = None
33
35
  # Date and time at which the chat was renamed or the list of members was last changed. Read-only.
@@ -99,6 +101,7 @@ class Chat(Entity, Parsable):
99
101
  "chatType": lambda n : setattr(self, 'chat_type', n.get_enum_value(ChatType)),
100
102
  "createdDateTime": lambda n : setattr(self, 'created_date_time', n.get_datetime_value()),
101
103
  "installedApps": lambda n : setattr(self, 'installed_apps', n.get_collection_of_object_values(TeamsAppInstallation)),
104
+ "isHiddenForAllMembers": lambda n : setattr(self, 'is_hidden_for_all_members', n.get_bool_value()),
102
105
  "lastMessagePreview": lambda n : setattr(self, 'last_message_preview', n.get_object_value(ChatMessageInfo)),
103
106
  "lastUpdatedDateTime": lambda n : setattr(self, 'last_updated_date_time', n.get_datetime_value()),
104
107
  "members": lambda n : setattr(self, 'members', n.get_collection_of_object_values(ConversationMember)),
@@ -128,6 +131,7 @@ class Chat(Entity, Parsable):
128
131
  writer.write_enum_value("chatType", self.chat_type)
129
132
  writer.write_datetime_value("createdDateTime", self.created_date_time)
130
133
  writer.write_collection_of_object_values("installedApps", self.installed_apps)
134
+ writer.write_bool_value("isHiddenForAllMembers", self.is_hidden_for_all_members)
131
135
  writer.write_object_value("lastMessagePreview", self.last_message_preview)
132
136
  writer.write_datetime_value("lastUpdatedDateTime", self.last_updated_date_time)
133
137
  writer.write_collection_of_object_values("members", self.members)
@@ -52,7 +52,7 @@ class ChatMessage(Entity, Parsable):
52
52
  last_modified_date_time: Optional[datetime.datetime] = None
53
53
  # Locale of the chat message set by the client. Always set to en-us.
54
54
  locale: Optional[str] = None
55
- # List of entities mentioned in the chat message. Supported entities are: user, bot, team, and channel.
55
+ # List of entities mentioned in the chat message. Supported entities are: user, bot, team, channel, chat, and tag.
56
56
  mentions: Optional[list[ChatMessageMention]] = None
57
57
  # List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message.
58
58
  message_history: Optional[list[ChatMessageHistoryItem]] = None
@@ -14,11 +14,11 @@ class ChatMessageAttachment(AdditionalDataHolder, BackedModel, Parsable):
14
14
  additional_data: dict[str, Any] = field(default_factory=dict)
15
15
  # The content of the attachment. If the attachment is a rich card, set the property to the rich card object. This property and contentUrl are mutually exclusive.
16
16
  content: Optional[str] = None
17
- # The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentType that is supported by the Bot Framework's Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.
17
+ # The media type of the content attachment. The possible values are: reference: The attachment is a link to another file. Populate the contentURL with the link to the object.forwardedMessageReference: The attachment is a reference to a forwarded message. Populate the content with the original message context.Any contentType that is supported by the Bot Framework's Attachment object.application/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.
18
18
  content_type: Optional[str] = None
19
19
  # The URL for the content of the attachment.
20
20
  content_url: Optional[str] = None
21
- # Read-only. The unique id of the attachment.
21
+ # Read-only. The unique ID of the attachment.
22
22
  id: Optional[str] = None
23
23
  # The name of the attachment.
24
24
  name: Optional[str] = None
@@ -19,7 +19,7 @@ class ChatMessageMention(AdditionalDataHolder, BackedModel, Parsable):
19
19
  id: Optional[int] = None
20
20
  # String used to represent the mention. For example, a user's display name, a team name.
21
21
  mention_text: Optional[str] = None
22
- # The entity (user, application, team, or channel) that was @mentioned.
22
+ # The entity (user, application, team, channel, or chat) that was @mentioned.
23
23
  mentioned: Optional[ChatMessageMentionedIdentitySet] = None
24
24
  # The OdataType property
25
25
  odata_type: Optional[str] = None
@@ -14,7 +14,7 @@ from .identity_set import IdentitySet
14
14
  class ChatMessageMentionedIdentitySet(IdentitySet, Parsable):
15
15
  # The OdataType property
16
16
  odata_type: Optional[str] = "#microsoft.graph.chatMessageMentionedIdentitySet"
17
- # If present, represents a conversation (for example, team or channel) @mentioned in a message.
17
+ # If present, represents a conversation (for example, team, channel, or chat) @mentioned in a message.
18
18
  conversation: Optional[TeamworkConversationIdentity] = None
19
19
 
20
20
  @staticmethod
@@ -0,0 +1,54 @@
1
+ from __future__ import annotations
2
+ from collections.abc import Callable
3
+ from dataclasses import dataclass, field
4
+ from kiota_abstractions.serialization import AdditionalDataHolder, Parsable, ParseNode, SerializationWriter
5
+ from kiota_abstractions.store import BackedModel, BackingStore, BackingStoreFactorySingleton
6
+ from typing import Any, Optional, TYPE_CHECKING, Union
7
+
8
+ @dataclass
9
+ class ChatRestrictions(AdditionalDataHolder, BackedModel, Parsable):
10
+ # Stores model information.
11
+ backing_store: BackingStore = field(default_factory=BackingStoreFactorySingleton(backing_store_factory=None).backing_store_factory.create_backing_store, repr=False)
12
+
13
+ # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
14
+ additional_data: dict[str, Any] = field(default_factory=dict)
15
+ # The allowTextOnly property
16
+ allow_text_only: Optional[bool] = None
17
+ # The OdataType property
18
+ odata_type: Optional[str] = None
19
+
20
+ @staticmethod
21
+ def create_from_discriminator_value(parse_node: ParseNode) -> ChatRestrictions:
22
+ """
23
+ Creates a new instance of the appropriate class based on discriminator value
24
+ param parse_node: The parse node to use to read the discriminator value and create the object
25
+ Returns: ChatRestrictions
26
+ """
27
+ if parse_node is None:
28
+ raise TypeError("parse_node cannot be null.")
29
+ return ChatRestrictions()
30
+
31
+ def get_field_deserializers(self,) -> dict[str, Callable[[ParseNode], None]]:
32
+ """
33
+ The deserialization information for the current model
34
+ Returns: dict[str, Callable[[ParseNode], None]]
35
+ """
36
+ fields: dict[str, Callable[[Any], None]] = {
37
+ "allowTextOnly": lambda n : setattr(self, 'allow_text_only', n.get_bool_value()),
38
+ "@odata.type": lambda n : setattr(self, 'odata_type', n.get_str_value()),
39
+ }
40
+ return fields
41
+
42
+ def serialize(self,writer: SerializationWriter) -> None:
43
+ """
44
+ Serializes information the current object
45
+ param writer: Serialization writer to use to serialize this model
46
+ Returns: None
47
+ """
48
+ if writer is None:
49
+ raise TypeError("writer cannot be null.")
50
+ writer.write_bool_value("allowTextOnly", self.allow_text_only)
51
+ writer.write_str_value("@odata.type", self.odata_type)
52
+ writer.write_additional_data_value(self.additional_data)
53
+
54
+
@@ -17,7 +17,7 @@ from .entity import Entity
17
17
  class CloudPcDeviceImage(Entity, Parsable):
18
18
  # The display name of the associated device image. The device image display name and the version are used to uniquely identify the Cloud PC device image. Read-only.
19
19
  display_name: Optional[str] = None
20
- # The error code of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.
20
+ # The error code of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.
21
21
  error_code: Optional[CloudPcDeviceImageErrorCode] = None
22
22
  # The date when the image became unavailable. Read-only.
23
23
  expiration_date: Optional[datetime.date] = None
@@ -22,7 +22,7 @@ class CloudPcDomainJoinConfiguration(AdditionalDataHolder, BackedModel, Parsable
22
22
  odata_type: Optional[str] = None
23
23
  # The Azure network connection ID that matches the virtual network IT admins want the provisioning policy to use when they create Cloud PCs. You can use this property in both domain join types: Azure AD joined or Hybrid Microsoft Entra joined. If you enter an onPremisesConnectionId, leave the regionName property empty.
24
24
  on_premises_connection_id: Optional[str] = None
25
- # The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only.
25
+ # The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only.
26
26
  region_group: Optional[CloudPcRegionGroup] = None
27
27
  # The supported Azure region where the IT admin wants the provisioning policy to create Cloud PCs. Within this region, the Windows 365 service creates and manages the underlying virtual network. This option is available only when the IT admin selects Microsoft Entra joined as the domain join type. If you enter a regionName, leave the onPremisesConnectionId property empty.
28
28
  region_name: Optional[str] = None
@@ -24,7 +24,7 @@ from .entity import Entity
24
24
 
25
25
  @dataclass
26
26
  class EducationAssignment(Entity, Parsable):
27
- # Optional field to control the assignment behavior for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: studentsOnly. The default value is none.
27
+ # Optional field to control the assignment behavior for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: studentsOnly. The default value is none.
28
28
  add_to_calendar_action: Optional[EducationAddToCalendarOptions] = None
29
29
  # Optional field to control the assignment behavior for students who are added after the assignment is published. If not specified, defaults to none. Supported values are: none, assignIfOpen. For example, a teacher can use assignIfOpen to indicate that an assignment should be assigned to any new student who joins the class while the assignment is still open, and none to indicate that an assignment shouldn't be assigned to new students.
30
30
  added_student_action: Optional[EducationAddedStudentAction] = None
@@ -76,7 +76,7 @@ class EducationAssignment(Entity, Parsable):
76
76
  resources_folder_url: Optional[str] = None
77
77
  # When set, the grading rubric attached to this assignment.
78
78
  rubric: Optional[EducationRubric] = None
79
- # Status of the assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: inactive.
79
+ # Status of the assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: inactive.
80
80
  status: Optional[EducationAssignmentStatus] = None
81
81
  # Once published, there's a submission object for each student representing their work and grade. Read-only. Nullable.
82
82
  submissions: Optional[list[EducationSubmission]] = None
@@ -14,7 +14,7 @@ from .entity import Entity
14
14
 
15
15
  @dataclass
16
16
  class EducationAssignmentDefaults(Entity, Parsable):
17
- # Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: studentsOnly. The default value is none.
17
+ # Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: studentsOnly. The default value is none.
18
18
  add_to_calendar_action: Optional[EducationAddToCalendarOptions] = None
19
19
  # Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen.
20
20
  added_student_action: Optional[EducationAddedStudentAction] = None
@@ -39,7 +39,7 @@ class EducationSubmission(Entity, Parsable):
39
39
  returned_by: Optional[IdentitySet] = None
40
40
  # Moment in time when the submission was returned. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
41
41
  returned_date_time: Optional[datetime.datetime] = None
42
- # Read-only. Possible values are: excused, reassigned, returned, submitted and working. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.
42
+ # Read-only. Possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.
43
43
  status: Optional[EducationSubmissionStatus] = None
44
44
  # User who moved the resource into the submitted state.
45
45
  submitted_by: Optional[IdentitySet] = None
@@ -26,7 +26,7 @@ class Property_(AdditionalDataHolder, BackedModel, Parsable):
26
26
  is_retrievable: Optional[bool] = None
27
27
  # Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Nonsearchable properties aren't added to the search index. Optional.
28
28
  is_searchable: Optional[bool] = None
29
- # Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: iconUrl.
29
+ # Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: iconUrl.
30
30
  labels: Optional[list[Label]] = None
31
31
  # The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Required.
32
32
  name: Optional[str] = None
@@ -17,7 +17,7 @@ class InvitedUserMessageInfo(AdditionalDataHolder, BackedModel, Parsable):
17
17
  additional_data: dict[str, Any] = field(default_factory=dict)
18
18
  # Additional recipients the invitation message should be sent to. Currently only one additional recipient is supported.
19
19
  cc_recipients: Optional[list[Recipient]] = None
20
- # Customized message body you want to send if you don't want the default message.
20
+ # Customized message body you want to send if you don't want the default message. Only plain text is allowed.
21
21
  customized_message_body: Optional[str] = None
22
22
  # The language you want to send the default message in. If the customizedMessageBody is specified, this property is ignored, and the message is sent using the customizedMessageBody. The language format should be in ISO 639. The default is en-US.
23
23
  message_language: Optional[str] = None
@@ -30,6 +30,8 @@ class OnlineMeeting(OnlineMeetingBase, Parsable):
30
30
  external_id: Optional[str] = None
31
31
  # Indicates whether this meeting is a Teams live event.
32
32
  is_broadcast: Optional[bool] = None
33
+ # The ID of the meeting template.
34
+ meeting_template_id: Optional[str] = None
33
35
  # The participants associated with the online meeting, including the organizer and the attendees.
34
36
  participants: Optional[MeetingParticipants] = None
35
37
  # The recordings of an online meeting. Read-only.
@@ -74,6 +76,7 @@ class OnlineMeeting(OnlineMeetingBase, Parsable):
74
76
  "endDateTime": lambda n : setattr(self, 'end_date_time', n.get_datetime_value()),
75
77
  "externalId": lambda n : setattr(self, 'external_id', n.get_str_value()),
76
78
  "isBroadcast": lambda n : setattr(self, 'is_broadcast', n.get_bool_value()),
79
+ "meetingTemplateId": lambda n : setattr(self, 'meeting_template_id', n.get_str_value()),
77
80
  "participants": lambda n : setattr(self, 'participants', n.get_object_value(MeetingParticipants)),
78
81
  "recordings": lambda n : setattr(self, 'recordings', n.get_collection_of_object_values(CallRecording)),
79
82
  "startDateTime": lambda n : setattr(self, 'start_date_time', n.get_datetime_value()),
@@ -98,6 +101,7 @@ class OnlineMeeting(OnlineMeetingBase, Parsable):
98
101
  writer.write_datetime_value("endDateTime", self.end_date_time)
99
102
  writer.write_str_value("externalId", self.external_id)
100
103
  writer.write_bool_value("isBroadcast", self.is_broadcast)
104
+ writer.write_str_value("meetingTemplateId", self.meeting_template_id)
101
105
  writer.write_object_value("participants", self.participants)
102
106
  writer.write_collection_of_object_values("recordings", self.recordings)
103
107
  writer.write_datetime_value("startDateTime", self.start_date_time)
@@ -7,6 +7,7 @@ from typing import Any, Optional, TYPE_CHECKING, Union
7
7
  if TYPE_CHECKING:
8
8
  from .audio_conferencing import AudioConferencing
9
9
  from .chat_info import ChatInfo
10
+ from .chat_restrictions import ChatRestrictions
10
11
  from .entity import Entity
11
12
  from .item_body import ItemBody
12
13
  from .join_meeting_id_settings import JoinMeetingIdSettings
@@ -31,8 +32,12 @@ class OnlineMeetingBase(Entity, Parsable):
31
32
  allow_meeting_chat: Optional[MeetingChatMode] = None
32
33
  # Specifies if participants are allowed to rename themselves in an instance of the meeting.
33
34
  allow_participants_to_change_name: Optional[bool] = None
35
+ # Indicates whether recording is enabled for the meeting.
36
+ allow_recording: Optional[bool] = None
34
37
  # Indicates if Teams reactions are enabled for the meeting.
35
38
  allow_teamwork_reactions: Optional[bool] = None
39
+ # Indicates whether transcription is enabled for the meeting.
40
+ allow_transcription: Optional[bool] = None
36
41
  # Specifies who can be a presenter in a meeting.
37
42
  allowed_presenters: Optional[OnlineMeetingPresenters] = None
38
43
  # The attendance reports of an online meeting. Read-only.
@@ -41,6 +46,8 @@ class OnlineMeetingBase(Entity, Parsable):
41
46
  audio_conferencing: Optional[AudioConferencing] = None
42
47
  # The chat information associated with this online meeting.
43
48
  chat_info: Optional[ChatInfo] = None
49
+ # The chatRestrictions property
50
+ chat_restrictions: Optional[ChatRestrictions] = None
44
51
  # Indicates whether to announce when callers join or leave.
45
52
  is_entry_exit_announced: Optional[bool] = None
46
53
  # The join information in the language and locale variant specified in 'Accept-Language' request HTTP header. Read-only.
@@ -95,6 +102,7 @@ class OnlineMeetingBase(Entity, Parsable):
95
102
  """
96
103
  from .audio_conferencing import AudioConferencing
97
104
  from .chat_info import ChatInfo
105
+ from .chat_restrictions import ChatRestrictions
98
106
  from .entity import Entity
99
107
  from .item_body import ItemBody
100
108
  from .join_meeting_id_settings import JoinMeetingIdSettings
@@ -109,6 +117,7 @@ class OnlineMeetingBase(Entity, Parsable):
109
117
 
110
118
  from .audio_conferencing import AudioConferencing
111
119
  from .chat_info import ChatInfo
120
+ from .chat_restrictions import ChatRestrictions
112
121
  from .entity import Entity
113
122
  from .item_body import ItemBody
114
123
  from .join_meeting_id_settings import JoinMeetingIdSettings
@@ -126,11 +135,14 @@ class OnlineMeetingBase(Entity, Parsable):
126
135
  "allowAttendeeToEnableMic": lambda n : setattr(self, 'allow_attendee_to_enable_mic', n.get_bool_value()),
127
136
  "allowMeetingChat": lambda n : setattr(self, 'allow_meeting_chat', n.get_enum_value(MeetingChatMode)),
128
137
  "allowParticipantsToChangeName": lambda n : setattr(self, 'allow_participants_to_change_name', n.get_bool_value()),
138
+ "allowRecording": lambda n : setattr(self, 'allow_recording', n.get_bool_value()),
129
139
  "allowTeamworkReactions": lambda n : setattr(self, 'allow_teamwork_reactions', n.get_bool_value()),
140
+ "allowTranscription": lambda n : setattr(self, 'allow_transcription', n.get_bool_value()),
130
141
  "allowedPresenters": lambda n : setattr(self, 'allowed_presenters', n.get_enum_value(OnlineMeetingPresenters)),
131
142
  "attendanceReports": lambda n : setattr(self, 'attendance_reports', n.get_collection_of_object_values(MeetingAttendanceReport)),
132
143
  "audioConferencing": lambda n : setattr(self, 'audio_conferencing', n.get_object_value(AudioConferencing)),
133
144
  "chatInfo": lambda n : setattr(self, 'chat_info', n.get_object_value(ChatInfo)),
145
+ "chatRestrictions": lambda n : setattr(self, 'chat_restrictions', n.get_object_value(ChatRestrictions)),
134
146
  "isEntryExitAnnounced": lambda n : setattr(self, 'is_entry_exit_announced', n.get_bool_value()),
135
147
  "joinInformation": lambda n : setattr(self, 'join_information', n.get_object_value(ItemBody)),
136
148
  "joinMeetingIdSettings": lambda n : setattr(self, 'join_meeting_id_settings', n.get_object_value(JoinMeetingIdSettings)),
@@ -159,11 +171,14 @@ class OnlineMeetingBase(Entity, Parsable):
159
171
  writer.write_bool_value("allowAttendeeToEnableMic", self.allow_attendee_to_enable_mic)
160
172
  writer.write_enum_value("allowMeetingChat", self.allow_meeting_chat)
161
173
  writer.write_bool_value("allowParticipantsToChangeName", self.allow_participants_to_change_name)
174
+ writer.write_bool_value("allowRecording", self.allow_recording)
162
175
  writer.write_bool_value("allowTeamworkReactions", self.allow_teamwork_reactions)
176
+ writer.write_bool_value("allowTranscription", self.allow_transcription)
163
177
  writer.write_enum_value("allowedPresenters", self.allowed_presenters)
164
178
  writer.write_collection_of_object_values("attendanceReports", self.attendance_reports)
165
179
  writer.write_object_value("audioConferencing", self.audio_conferencing)
166
180
  writer.write_object_value("chatInfo", self.chat_info)
181
+ writer.write_object_value("chatRestrictions", self.chat_restrictions)
167
182
  writer.write_bool_value("isEntryExitAnnounced", self.is_entry_exit_announced)
168
183
  writer.write_object_value("joinInformation", self.join_information)
169
184
  writer.write_object_value("joinMeetingIdSettings", self.join_meeting_id_settings)
@@ -65,7 +65,7 @@ class Payload(Entity, Parsable):
65
65
  source: Optional[SimulationContentSource] = None
66
66
  # Simulation content status. Supports $filter and $orderby. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
67
67
  status: Optional[SimulationContentStatus] = None
68
- # The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.
68
+ # The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.
69
69
  technique: Optional[SimulationAttackTechnique] = None
70
70
  # The theme of a payload. Possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue.
71
71
  theme: Optional[PayloadTheme] = None
@@ -19,7 +19,7 @@ class PlannerPlanContainer(AdditionalDataHolder, BackedModel, Parsable):
19
19
  container_id: Optional[str] = None
20
20
  # The OdataType property
21
21
  odata_type: Optional[str] = None
22
- # The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: roster. Optional.
22
+ # The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: roster. Optional.
23
23
  type: Optional[PlannerContainerType] = None
24
24
  # The full canonical URL of the container. Optional.
25
25
  url: Optional[str] = None