Skip to content

Commit 4d5b8a4

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 113700
1 parent a394799 commit 4d5b8a4

40 files changed

+341
-69
lines changed

msgraph/generated/kiota-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"descriptionHash": "38704DFB319A85F3672831B2E1495F5A5B98174BD0C695D99CFF2925BD566D570729F3BA26D959263D23C96E3308E026C31ABDA46867B151A897D677B5C81324",
2+
"descriptionHash": "308940A1BB87E04C5DB57F2F7476CEC740635F1A52E6629F4EE7188617F1C573850508BDD2DF8241F4449667F666643EEC61698D5A2234AD6E9E89C17B221365",
33
"descriptionLocation": "/mnt/vss/_work/1/s/msgraph-metadata/clean_v10_openapi/openapi.yaml",
44
"lockFileVersion": "1.0.0",
55
"kiotaVersion": "1.1.3",

msgraph/generated/models/access_package_assignment_requestor_settings.py

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ def __init__(self,) -> None:
1313
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
1414
self._additional_data: Dict[str, Any] = {}
1515

16-
# If false, the requestor is not permitted to include a schedule in their request.
16+
# False indicates that the requestor is not permitted to include a schedule in their request.
1717
self._allow_custom_assignment_schedule: Optional[bool] = None
18-
# If true, allows on-behalf-of requestors to create a request to add access for another principal.
18+
# True allows on-behalf-of requestors to create a request to add access for another principal.
1919
self._enable_on_behalf_requestors_to_add_access: Optional[bool] = None
20-
# If true, allows on-behalf-of requestors to create a request to remove access for another principal.
20+
# True allows on-behalf-of requestors to create a request to remove access for another principal.
2121
self._enable_on_behalf_requestors_to_remove_access: Optional[bool] = None
22-
# If true, allows on-behalf-of requestors to create a request to update access for another principal.
22+
# True allows on-behalf-of requestors to create a request to update access for another principal.
2323
self._enable_on_behalf_requestors_to_update_access: Optional[bool] = None
24-
# If true, allows requestors to create a request to add access for themselves.
24+
# True allows requestors to create a request to add access for themselves.
2525
self._enable_targets_to_self_add_access: Optional[bool] = None
26-
# If true, allows requestors to create a request to remove their access.
26+
# True allows requestors to create a request to remove their access.
2727
self._enable_targets_to_self_remove_access: Optional[bool] = None
28-
# If true, allows requestors to create a request to update their access.
28+
# True allows requestors to create a request to update their access.
2929
self._enable_targets_to_self_update_access: Optional[bool] = None
3030
# The OdataType property
3131
self._odata_type: Optional[str] = None
@@ -52,15 +52,15 @@ def additional_data(self,value: Dict[str, Any]) -> None:
5252
@property
5353
def allow_custom_assignment_schedule(self,) -> Optional[bool]:
5454
"""
55-
Gets the allowCustomAssignmentSchedule property value. If false, the requestor is not permitted to include a schedule in their request.
55+
Gets the allowCustomAssignmentSchedule property value. False indicates that the requestor is not permitted to include a schedule in their request.
5656
Returns: Optional[bool]
5757
"""
5858
return self._allow_custom_assignment_schedule
5959

6060
@allow_custom_assignment_schedule.setter
6161
def allow_custom_assignment_schedule(self,value: Optional[bool] = None) -> None:
6262
"""
63-
Sets the allowCustomAssignmentSchedule property value. If false, the requestor is not permitted to include a schedule in their request.
63+
Sets the allowCustomAssignmentSchedule property value. False indicates that the requestor is not permitted to include a schedule in their request.
6464
Args:
6565
value: Value to set for the allow_custom_assignment_schedule property.
6666
"""
@@ -81,15 +81,15 @@ def create_from_discriminator_value(parse_node: Optional[ParseNode] = None) -> A
8181
@property
8282
def enable_on_behalf_requestors_to_add_access(self,) -> Optional[bool]:
8383
"""
84-
Gets the enableOnBehalfRequestorsToAddAccess property value. If true, allows on-behalf-of requestors to create a request to add access for another principal.
84+
Gets the enableOnBehalfRequestorsToAddAccess property value. True allows on-behalf-of requestors to create a request to add access for another principal.
8585
Returns: Optional[bool]
8686
"""
8787
return self._enable_on_behalf_requestors_to_add_access
8888

8989
@enable_on_behalf_requestors_to_add_access.setter
9090
def enable_on_behalf_requestors_to_add_access(self,value: Optional[bool] = None) -> None:
9191
"""
92-
Sets the enableOnBehalfRequestorsToAddAccess property value. If true, allows on-behalf-of requestors to create a request to add access for another principal.
92+
Sets the enableOnBehalfRequestorsToAddAccess property value. True allows on-behalf-of requestors to create a request to add access for another principal.
9393
Args:
9494
value: Value to set for the enable_on_behalf_requestors_to_add_access property.
9595
"""
@@ -98,15 +98,15 @@ def enable_on_behalf_requestors_to_add_access(self,value: Optional[bool] = None)
9898
@property
9999
def enable_on_behalf_requestors_to_remove_access(self,) -> Optional[bool]:
100100
"""
101-
Gets the enableOnBehalfRequestorsToRemoveAccess property value. If true, allows on-behalf-of requestors to create a request to remove access for another principal.
101+
Gets the enableOnBehalfRequestorsToRemoveAccess property value. True allows on-behalf-of requestors to create a request to remove access for another principal.
102102
Returns: Optional[bool]
103103
"""
104104
return self._enable_on_behalf_requestors_to_remove_access
105105

106106
@enable_on_behalf_requestors_to_remove_access.setter
107107
def enable_on_behalf_requestors_to_remove_access(self,value: Optional[bool] = None) -> None:
108108
"""
109-
Sets the enableOnBehalfRequestorsToRemoveAccess property value. If true, allows on-behalf-of requestors to create a request to remove access for another principal.
109+
Sets the enableOnBehalfRequestorsToRemoveAccess property value. True allows on-behalf-of requestors to create a request to remove access for another principal.
110110
Args:
111111
value: Value to set for the enable_on_behalf_requestors_to_remove_access property.
112112
"""
@@ -115,15 +115,15 @@ def enable_on_behalf_requestors_to_remove_access(self,value: Optional[bool] = No
115115
@property
116116
def enable_on_behalf_requestors_to_update_access(self,) -> Optional[bool]:
117117
"""
118-
Gets the enableOnBehalfRequestorsToUpdateAccess property value. If true, allows on-behalf-of requestors to create a request to update access for another principal.
118+
Gets the enableOnBehalfRequestorsToUpdateAccess property value. True allows on-behalf-of requestors to create a request to update access for another principal.
119119
Returns: Optional[bool]
120120
"""
121121
return self._enable_on_behalf_requestors_to_update_access
122122

123123
@enable_on_behalf_requestors_to_update_access.setter
124124
def enable_on_behalf_requestors_to_update_access(self,value: Optional[bool] = None) -> None:
125125
"""
126-
Sets the enableOnBehalfRequestorsToUpdateAccess property value. If true, allows on-behalf-of requestors to create a request to update access for another principal.
126+
Sets the enableOnBehalfRequestorsToUpdateAccess property value. True allows on-behalf-of requestors to create a request to update access for another principal.
127127
Args:
128128
value: Value to set for the enable_on_behalf_requestors_to_update_access property.
129129
"""
@@ -132,15 +132,15 @@ def enable_on_behalf_requestors_to_update_access(self,value: Optional[bool] = No
132132
@property
133133
def enable_targets_to_self_add_access(self,) -> Optional[bool]:
134134
"""
135-
Gets the enableTargetsToSelfAddAccess property value. If true, allows requestors to create a request to add access for themselves.
135+
Gets the enableTargetsToSelfAddAccess property value. True allows requestors to create a request to add access for themselves.
136136
Returns: Optional[bool]
137137
"""
138138
return self._enable_targets_to_self_add_access
139139

140140
@enable_targets_to_self_add_access.setter
141141
def enable_targets_to_self_add_access(self,value: Optional[bool] = None) -> None:
142142
"""
143-
Sets the enableTargetsToSelfAddAccess property value. If true, allows requestors to create a request to add access for themselves.
143+
Sets the enableTargetsToSelfAddAccess property value. True allows requestors to create a request to add access for themselves.
144144
Args:
145145
value: Value to set for the enable_targets_to_self_add_access property.
146146
"""
@@ -149,15 +149,15 @@ def enable_targets_to_self_add_access(self,value: Optional[bool] = None) -> None
149149
@property
150150
def enable_targets_to_self_remove_access(self,) -> Optional[bool]:
151151
"""
152-
Gets the enableTargetsToSelfRemoveAccess property value. If true, allows requestors to create a request to remove their access.
152+
Gets the enableTargetsToSelfRemoveAccess property value. True allows requestors to create a request to remove their access.
153153
Returns: Optional[bool]
154154
"""
155155
return self._enable_targets_to_self_remove_access
156156

157157
@enable_targets_to_self_remove_access.setter
158158
def enable_targets_to_self_remove_access(self,value: Optional[bool] = None) -> None:
159159
"""
160-
Sets the enableTargetsToSelfRemoveAccess property value. If true, allows requestors to create a request to remove their access.
160+
Sets the enableTargetsToSelfRemoveAccess property value. True allows requestors to create a request to remove their access.
161161
Args:
162162
value: Value to set for the enable_targets_to_self_remove_access property.
163163
"""
@@ -166,15 +166,15 @@ def enable_targets_to_self_remove_access(self,value: Optional[bool] = None) -> N
166166
@property
167167
def enable_targets_to_self_update_access(self,) -> Optional[bool]:
168168
"""
169-
Gets the enableTargetsToSelfUpdateAccess property value. If true, allows requestors to create a request to update their access.
169+
Gets the enableTargetsToSelfUpdateAccess property value. True allows requestors to create a request to update their access.
170170
Returns: Optional[bool]
171171
"""
172172
return self._enable_targets_to_self_update_access
173173

174174
@enable_targets_to_self_update_access.setter
175175
def enable_targets_to_self_update_access(self,value: Optional[bool] = None) -> None:
176176
"""
177-
Sets the enableTargetsToSelfUpdateAccess property value. If true, allows requestors to create a request to update their access.
177+
Sets the enableTargetsToSelfUpdateAccess property value. True allows requestors to create a request to update their access.
178178
Args:
179179
value: Value to set for the enable_targets_to_self_update_access property.
180180
"""

msgraph/generated/models/administrative_unit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class AdministrativeUnit(directory_object.DirectoryObject):
1111
def __init__(self,) -> None:
1212
"""
13-
Instantiates a new AdministrativeUnit and sets the default values.
13+
Instantiates a new administrativeUnit and sets the default values.
1414
"""
1515
super().__init__()
1616
self.odata_type = "#microsoft.graph.administrativeUnit"

msgraph/generated/models/allowed_value.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class AllowedValue(entity.Entity):
1111
def __init__(self,) -> None:
1212
"""
13-
Instantiates a new AllowedValue and sets the default values.
13+
Instantiates a new allowedValue and sets the default values.
1414
"""
1515
super().__init__()
1616
# The isActive property

msgraph/generated/models/attendee.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class Attendee(attendee_base.AttendeeBase):
1111
def __init__(self,) -> None:
1212
"""
13-
Instantiates a new Attendee and sets the default values.
13+
Instantiates a new attendee and sets the default values.
1414
"""
1515
super().__init__()
1616
self.odata_type = "#microsoft.graph.attendee"

msgraph/generated/models/attribute_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class AttributeSet(entity.Entity):
1111
def __init__(self,) -> None:
1212
"""
13-
Instantiates a new AttributeSet and sets the default values.
13+
Instantiates a new attributeSet and sets the default values.
1414
"""
1515
super().__init__()
1616
# The description property

msgraph/generated/models/audit_event.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@
1010
from . import entity
1111

1212
class AuditEvent(entity.Entity):
13+
"""
14+
A class containing the properties for Audit Event.
15+
"""
1316
def __init__(self,) -> None:
1417
"""
15-
Instantiates a new AuditEvent and sets the default values.
18+
Instantiates a new auditEvent and sets the default values.
1619
"""
1720
super().__init__()
1821
# Friendly name of the activity.

msgraph/generated/models/authentication_combination_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class AuthenticationCombinationConfiguration(entity.Entity):
1111
def __init__(self,) -> None:
1212
"""
13-
Instantiates a new AuthenticationCombinationConfiguration and sets the default values.
13+
Instantiates a new authenticationCombinationConfiguration and sets the default values.
1414
"""
1515
super().__init__()
1616
# Which authentication method combinations this configuration applies to. Must be an allowedCombinations object that's defined for the authenticationStrengthPolicy. The only possible value for fido2combinationConfigurations is 'fido2'.

msgraph/generated/models/authentication_method_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class AuthenticationMethodConfiguration(entity.Entity):
1111
def __init__(self,) -> None:
1212
"""
13-
Instantiates a new AuthenticationMethodConfiguration and sets the default values.
13+
Instantiates a new authenticationMethodConfiguration and sets the default values.
1414
"""
1515
super().__init__()
1616
# Groups of users that are excluded from a policy.

msgraph/generated/models/authentication_method_mode_detail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class AuthenticationMethodModeDetail(entity.Entity):
1111
def __init__(self,) -> None:
1212
"""
13-
Instantiates a new authenticationMethodModeDetail and sets the default values.
13+
Instantiates a new AuthenticationMethodModeDetail and sets the default values.
1414
"""
1515
super().__init__()
1616
# The authenticationMethod property

0 commit comments

Comments
 (0)