Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ def by_federated_identity_credential_id(self,federated_identity_credential_id: s

async def get(self,request_configuration: Optional[RequestConfiguration[FederatedIdentityCredentialsRequestBuilderGetQueryParameters]] = None) -> Optional[FederatedIdentityCredentialCollectionResponse]:
"""
Get a list of the federatedIdentityCredential objects and their properties.
Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[FederatedIdentityCredentialCollectionResponse]
Find more info here: https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0
Find more info here: https://learn.microsoft.com/graph/api/federatedidentitycredential-list?view=graph-rest-1.0
"""
request_info = self.to_get_request_information(
request_configuration
Expand All @@ -74,7 +74,7 @@ async def post(self,body: FederatedIdentityCredential, request_configuration: Op
param body: The request body
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[FederatedIdentityCredential]
Find more info here: https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0
Find more info here: https://learn.microsoft.com/graph/api/federatedidentitycredential-post?view=graph-rest-1.0
"""
if body is None:
raise TypeError("body cannot be null.")
Expand All @@ -94,7 +94,7 @@ async def post(self,body: FederatedIdentityCredential, request_configuration: Op

def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[FederatedIdentityCredentialsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
Get a list of the federatedIdentityCredential objects and their properties.
Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
Expand Down Expand Up @@ -140,7 +140,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class FederatedIdentityCredentialsRequestBuilderGetQueryParameters():
"""
Get a list of the federatedIdentityCredential objects and their properties.
Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query

async def get(self,request_configuration: Optional[RequestConfiguration[FederatedIdentityCredentialItemRequestBuilderGetQueryParameters]] = None) -> Optional[FederatedIdentityCredential]:
"""
Read the properties and relationships of a federatedIdentityCredential object.
Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[FederatedIdentityCredential]
Find more info here: https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0
Expand Down Expand Up @@ -107,7 +107,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo

def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[FederatedIdentityCredentialItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
Read the properties and relationships of a federatedIdentityCredential object.
Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
Expand Down Expand Up @@ -151,7 +151,7 @@ class FederatedIdentityCredentialItemRequestBuilderDeleteRequestConfiguration(Re
@dataclass
class FederatedIdentityCredentialItemRequestBuilderGetQueryParameters():
"""
Read the properties and relationships of a federatedIdentityCredential object.
Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query

async def get(self,request_configuration: Optional[RequestConfiguration[FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters]] = None) -> Optional[FederatedIdentityCredential]:
"""
Read the properties and relationships of a federatedIdentityCredential object.
Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[FederatedIdentityCredential]
Find more info here: https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0
Expand Down Expand Up @@ -110,7 +110,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo

def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
Read the properties and relationships of a federatedIdentityCredential object.
Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
Expand Down Expand Up @@ -154,7 +154,7 @@ class FederatedIdentityCredentialsWithNameRequestBuilderDeleteRequestConfigurati
@dataclass
class FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters():
"""
Read the properties and relationships of a federatedIdentityCredential object.
Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
Expand Down
2 changes: 1 addition & 1 deletion msgraph/generated/kiota-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"descriptionHash": "B243F90AAC3F548EAA1D4BB9C012663E5F123A401E193B25D219B7D016381FF78B94701C2AF3F0DBDF12C8E8952F4095F9956FF17DE3320747B1A1BB91287751",
"descriptionHash": "C00D26F092ED047E2B673F4D4AECAB01A3187818C66466C54F2F67BB43DC7762A57476FC6DB2C95F213034E60A57374E84B2B6A01F223BF7D23A0BB155BCA47D",
"descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.30.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AccessReviewHistoryDefinition(Entity, Parsable):
created_by: Optional[UserIdentity] = None
# Timestamp when the access review definition was created.
created_date_time: Optional[datetime.datetime] = None
# Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
# Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. The possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
decisions: Optional[list[AccessReviewHistoryDecisionFilter]] = None
# Name for the access review history data collection. Required.
display_name: Optional[str] = None
Expand Down
2 changes: 1 addition & 1 deletion msgraph/generated/models/account_target_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class AccountTargetContent(AdditionalDataHolder, BackedModel, Parsable):
additional_data: dict[str, Any] = field(default_factory=dict)
# The OdataType property
odata_type: Optional[str] = None
# The type of account target content. Possible values are: unknown, includeAll, addressBook, unknownFutureValue.
# The type of account target content. The possible values are: unknown, includeAll, addressBook, unknownFutureValue.
type: Optional[AccountTargetContentType] = None

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion msgraph/generated/models/agreement_acceptance.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class AgreementAcceptance(Entity, Parsable):
odata_type: Optional[str] = None
# The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
recorded_date_time: Optional[datetime.datetime] = None
# The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq).
# The state of the agreement acceptance. The possible values are: accepted, declined. Supports $filter (eq).
state: Optional[AgreementAcceptanceState] = None
# Display name of the user when the acceptance was recorded.
user_display_name: Optional[str] = None
Expand Down
2 changes: 1 addition & 1 deletion msgraph/generated/models/alert.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Alert(Entity, Parsable):
detection_ids: Optional[list[str]] = None
# Time at which the event or events that served as the trigger to generate the alert occurred. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Required.
event_date_time: Optional[datetime.datetime] = None
# Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
# Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
feedback: Optional[AlertFeedback] = None
# Security-related stateful information generated by the provider about the file(s) related to this alert.
file_states: Optional[list[FileSecurityState]] = None
Expand Down
2 changes: 1 addition & 1 deletion msgraph/generated/models/alteration_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AlterationResponse(AdditionalDataHolder, BackedModel, Parsable):
original_query_string: Optional[str] = None
# Defines the details of the alteration information for the spelling correction.
query_alteration: Optional[SearchAlteration] = None
# Defines the type of the spelling correction. Possible values are: suggestion, modification.
# Defines the type of the spelling correction. The possible values are: suggestion, modification.
query_alteration_type: Optional[SearchAlterationType] = None

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion msgraph/generated/models/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Application(DirectoryObject, Parsable):
default_redirect_uri: Optional[str] = None
# Free text field to provide a description of the application object to end users. The maximum allowed size is 1,024 characters. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.
description: Optional[str] = None
# Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
# Specifies whether Microsoft has disabled the registered application. The possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
disabled_by_microsoft_status: Optional[str] = None
# The display name for the application. Maximum length is 256 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.
display_name: Optional[str] = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class AppliedConditionalAccessPolicy(AdditionalDataHolder, BackedModel, Parsable
id: Optional[str] = None
# The OdataType property
odata_type: Optional[str] = None
# 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.
# Indicates the result of the CA policy that was triggered. The 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.
result: Optional[AppliedConditionalAccessPolicyResult] = None

@staticmethod
Expand Down
4 changes: 2 additions & 2 deletions msgraph/generated/models/assigned_place_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
class AssignedPlaceMode(PlaceMode, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.assignedPlaceMode"
# The assignedUserEmailAddress property
# The email address of the user to whom the desk is assigned.
assigned_user_email_address: Optional[str] = None
# The assignedUserId property
# The user ID of the user to whom the desk is assigned.
assigned_user_id: Optional[str] = None

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion msgraph/generated/models/attachment_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AttachmentItem(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 type of attachment. Possible values are: file, item, reference. Required.
# The type of attachment. The possible values are: file, item, reference. Required.
attachment_type: Optional[AttachmentType] = None
# The CID or Content-Id of the attachment for referencing for the in-line attachments using the <img src='cid:contentId'> tag in HTML messages. Optional.
content_id: Optional[str] = None
Expand Down
2 changes: 1 addition & 1 deletion msgraph/generated/models/attack_simulation_operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AttackSimulationOperation(LongRunningOperation, Parsable):
percentage_completed: Optional[int] = None
# Tenant identifier.
tenant_id: Optional[str] = None
# The attack simulation operation type. Possible values are: createSimulation, updateSimulation, unknownFutureValue.
# The attack simulation operation type. The possible values are: createSimulation, updateSimulation, unknownFutureValue.
type: Optional[AttackSimulationOperationType] = None

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion msgraph/generated/models/attendance_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AttendanceRecord(Entity, Parsable):
odata_type: Optional[str] = None
# Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar.
registration_id: Optional[str] = None
# Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer.
# Role of the attendee. The possible values are: None, Attendee, Presenter, and Organizer.
role: Optional[str] = None
# Total duration of the attendances in seconds.
total_attendance_in_seconds: Optional[int] = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AttributeDefinitionMetadataEntry(AdditionalDataHolder, BackedModel, Parsab

# 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)
# Possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.
# The possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.
key: Optional[AttributeDefinitionMetadata] = None
# The OdataType property
odata_type: Optional[str] = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class AuthenticationMethodConfiguration(Entity, Parsable):
exclude_targets: Optional[list[ExcludeTarget]] = None
# The OdataType property
odata_type: Optional[str] = None
# The state of the policy. Possible values are: enabled, disabled.
# The state of the policy. The possible values are: enabled, disabled.
state: Optional[AuthenticationMethodState] = None

@staticmethod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AuthenticationMethodFeatureConfiguration(AdditionalDataHolder, BackedModel
include_target: Optional[FeatureTarget] = None
# The OdataType property
odata_type: Optional[str] = None
# Enable or disable the feature. Possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled.
# Enable or disable the feature. The possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled.
state: Optional[AdvancedConfigState] = None

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion msgraph/generated/models/authorization_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class AuthorizationPolicy(PolicyBase, Parsable):
odata_type: Optional[str] = "#microsoft.graph.authorizationPolicy"
# Indicates whether a user can join the tenant by email validation.
allow_email_verified_users_to_join_organization: Optional[bool] = None
# Indicates who can invite guests to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values.
# Indicates who can invite guests to the organization. The possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values.
allow_invites_from: Optional[AllowInvitesFrom] = None
# Indicates whether user consent for risky apps is allowed. We recommend keeping allowUserConsentForRiskyApps as false. Default value is false.
allow_user_consent_for_risky_apps: Optional[bool] = None
Expand Down
2 changes: 1 addition & 1 deletion msgraph/generated/models/availability_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AvailabilityItem(AdditionalDataHolder, BackedModel, Parsable):
service_id: Optional[str] = None
# The startDateTime property
start_date_time: Optional[DateTimeTimeZone] = None
# The status of the staff member. Possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.
# The status of the staff member. The possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.
status: Optional[BookingsAvailabilityStatus] = None

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion msgraph/generated/models/base_map_feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class BaseMapFeature(Entity, Parsable):
# The OdataType property
odata_type: Optional[str] = None
# The properties property
# Concatenated key-value pair of all properties of a GeoJSON file for this baseMapFeature.
properties: Optional[str] = None

@staticmethod
Expand Down
Loading
Loading