Skip to content
Merged
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
}

/**
* 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 FederatedIdentityCredentialsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return Promise<FederatedIdentityCredentialCollectionResponse|null>
* @throws Exception
* @link https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0 Find more info here
* @link https://learn.microsoft.com/graph/api/federatedidentitycredential-list?view=graph-rest-1.0 Find more info here
*/
public function get(?FederatedIdentityCredentialsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise {
$requestInfo = $this->toGetRequestInformation($requestConfiguration);
Expand All @@ -72,7 +72,7 @@ public function get(?FederatedIdentityCredentialsRequestBuilderGetRequestConfigu
* @param FederatedIdentityCredentialsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return Promise<FederatedIdentityCredential|null>
* @throws Exception
* @link https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0 Find more info here
* @link https://learn.microsoft.com/graph/api/federatedidentitycredential-post?view=graph-rest-1.0 Find more info here
*/
public function post(FederatedIdentityCredential $body, ?FederatedIdentityCredentialsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise {
$requestInfo = $this->toPostRequestInformation($body, $requestConfiguration);
Expand All @@ -83,7 +83,7 @@ public function post(FederatedIdentityCredential $body, ?FederatedIdentityCreden
}

/**
* 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 FederatedIdentityCredentialsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return RequestInformation
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Microsoft\Kiota\Abstractions\QueryParameter;

/**
* Get a list of the federatedIdentityCredential objects and their properties.
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
*/
class FederatedIdentityCredentialsRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function delete(?FederatedIdentityCredentialItemRequestBuilderDeleteReque
}

/**
* Read the properties and relationships of a federatedIdentityCredential object.
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
* @param FederatedIdentityCredentialItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return Promise<FederatedIdentityCredential|null>
* @throws Exception
Expand Down Expand Up @@ -95,7 +95,7 @@ public function toDeleteRequestInformation(?FederatedIdentityCredentialItemReque
}

/**
* Read the properties and relationships of a federatedIdentityCredential object.
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
* @param FederatedIdentityCredentialItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return RequestInformation
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Microsoft\Kiota\Abstractions\QueryParameter;

/**
* Read the properties and relationships of a federatedIdentityCredential object.
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
*/
class FederatedIdentityCredentialItemRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function delete(?FederatedIdentityCredentialsWithNameRequestBuilderDelete
}

/**
* Read the properties and relationships of a federatedIdentityCredential object.
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
* @param FederatedIdentityCredentialsWithNameRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return Promise<FederatedIdentityCredential|null>
* @throws Exception
Expand Down Expand Up @@ -98,7 +98,7 @@ public function toDeleteRequestInformation(?FederatedIdentityCredentialsWithName
}

/**
* Read the properties and relationships of a federatedIdentityCredential object.
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
* @param FederatedIdentityCredentialsWithNameRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return RequestInformation
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Microsoft\Kiota\Abstractions\QueryParameter;

/**
* Read the properties and relationships of a federatedIdentityCredential object.
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
*/
class FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters
{
Expand Down
4 changes: 2 additions & 2 deletions src/Generated/Models/AccessReviewHistoryDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function getCreatedDateTime(): ?DateTime {
}

/**
* Gets the decisions property value. 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.
* Gets the decisions property value. 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.
* @return array<AccessReviewHistoryDecisionFilter>|null
*/
public function getDecisions(): ?array {
Expand Down Expand Up @@ -207,7 +207,7 @@ public function setCreatedDateTime(?DateTime $value): void {
}

/**
* Sets the decisions property value. 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.
* Sets the decisions property value. 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.
* @param array<AccessReviewHistoryDecisionFilter>|null $value Value to set for the decisions property.
*/
public function setDecisions(?array $value): void {
Expand Down
4 changes: 2 additions & 2 deletions src/Generated/Models/AccountTargetContent.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function getOdataType(): ?string {
}

/**
* Gets the type property value. The type of account target content. Possible values are: unknown, includeAll, addressBook, unknownFutureValue.
* Gets the type property value. The type of account target content. The possible values are: unknown, includeAll, addressBook, unknownFutureValue.
* @return AccountTargetContentType|null
*/
public function getType(): ?AccountTargetContentType {
Expand Down Expand Up @@ -134,7 +134,7 @@ public function setOdataType(?string $value): void {
}

/**
* Sets the type property value. The type of account target content. Possible values are: unknown, includeAll, addressBook, unknownFutureValue.
* Sets the type property value. The type of account target content. The possible values are: unknown, includeAll, addressBook, unknownFutureValue.
* @param AccountTargetContentType|null $value Value to set for the type property.
*/
public function setType(?AccountTargetContentType $value): void {
Expand Down
4 changes: 2 additions & 2 deletions src/Generated/Models/AgreementAcceptance.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function getRecordedDateTime(): ?DateTime {
}

/**
* Gets the state property value. The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq).
* Gets the state property value. The state of the agreement acceptance. The possible values are: accepted, declined. Supports $filter (eq).
* @return AgreementAcceptanceState|null
*/
public function getState(): ?AgreementAcceptanceState {
Expand Down Expand Up @@ -290,7 +290,7 @@ public function setRecordedDateTime(?DateTime $value): void {
}

/**
* Sets the state property value. The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq).
* Sets the state property value. The state of the agreement acceptance. The possible values are: accepted, declined. Supports $filter (eq).
* @param AgreementAcceptanceState|null $value Value to set for the state property.
*/
public function setState(?AgreementAcceptanceState $value): void {
Expand Down
4 changes: 2 additions & 2 deletions src/Generated/Models/Alert.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public function getEventDateTime(): ?DateTime {
}

/**
* Gets the feedback property value. Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
* Gets the feedback property value. Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
* @return AlertFeedback|null
*/
public function getFeedback(): ?AlertFeedback {
Expand Down Expand Up @@ -789,7 +789,7 @@ public function setEventDateTime(?DateTime $value): void {
}

/**
* Sets the feedback property value. Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
* Sets the feedback property value. Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
* @param AlertFeedback|null $value Value to set for the feedback property.
*/
public function setFeedback(?AlertFeedback $value): void {
Expand Down
4 changes: 2 additions & 2 deletions src/Generated/Models/AlterationResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function getQueryAlteration(): ?SearchAlteration {
}

/**
* Gets the queryAlterationType property value. Defines the type of the spelling correction. Possible values are: suggestion, modification.
* Gets the queryAlterationType property value. Defines the type of the spelling correction. The possible values are: suggestion, modification.
* @return SearchAlterationType|null
*/
public function getQueryAlterationType(): ?SearchAlterationType {
Expand Down Expand Up @@ -170,7 +170,7 @@ public function setQueryAlteration(?SearchAlteration $value): void {
}

/**
* Sets the queryAlterationType property value. Defines the type of the spelling correction. Possible values are: suggestion, modification.
* Sets the queryAlterationType property value. Defines the type of the spelling correction. The possible values are: suggestion, modification.
* @param SearchAlterationType|null $value Value to set for the queryAlterationType property.
*/
public function setQueryAlterationType(?SearchAlterationType $value): void {
Expand Down
4 changes: 2 additions & 2 deletions src/Generated/Models/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function getDescription(): ?string {
}

/**
* Gets the disabledByMicrosoftStatus property value. 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).
* Gets the disabledByMicrosoftStatus property value. 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).
* @return string|null
*/
public function getDisabledByMicrosoftStatus(): ?string {
Expand Down Expand Up @@ -857,7 +857,7 @@ public function setDescription(?string $value): void {
}

/**
* Sets the disabledByMicrosoftStatus property value. 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).
* Sets the disabledByMicrosoftStatus property value. 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).
* @param string|null $value Value to set for the disabledByMicrosoftStatus property.
*/
public function setDisabledByMicrosoftStatus(?string $value): void {
Expand Down
4 changes: 2 additions & 2 deletions src/Generated/Models/AppliedConditionalAccessPolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public function getOdataType(): ?string {
}

/**
* Gets the result property value. 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.
* Gets the result property value. 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.
* @return AppliedConditionalAccessPolicyResult|null
*/
public function getResult(): ?AppliedConditionalAccessPolicyResult {
Expand Down Expand Up @@ -233,7 +233,7 @@ public function setOdataType(?string $value): void {
}

/**
* Sets the result property value. 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.
* Sets the result property value. 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.
* @param AppliedConditionalAccessPolicyResult|null $value Value to set for the result property.
*/
public function setResult(?AppliedConditionalAccessPolicyResult $value): void {
Expand Down
8 changes: 4 additions & 4 deletions src/Generated/Models/AssignedPlaceMode.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assig
}

/**
* Gets the assignedUserEmailAddress property value. The assignedUserEmailAddress property
* Gets the assignedUserEmailAddress property value. The email address of the user to whom the desk is assigned.
* @return string|null
*/
public function getAssignedUserEmailAddress(): ?string {
Expand All @@ -38,7 +38,7 @@ public function getAssignedUserEmailAddress(): ?string {
}

/**
* Gets the assignedUserId property value. The assignedUserId property
* Gets the assignedUserId property value. The user ID of the user to whom the desk is assigned.
* @return string|null
*/
public function getAssignedUserId(): ?string {
Expand Down Expand Up @@ -72,15 +72,15 @@ public function serialize(SerializationWriter $writer): void {
}

/**
* Sets the assignedUserEmailAddress property value. The assignedUserEmailAddress property
* Sets the assignedUserEmailAddress property value. The email address of the user to whom the desk is assigned.
* @param string|null $value Value to set for the assignedUserEmailAddress property.
*/
public function setAssignedUserEmailAddress(?string $value): void {
$this->getBackingStore()->set('assignedUserEmailAddress', $value);
}

/**
* Sets the assignedUserId property value. The assignedUserId property
* Sets the assignedUserId property value. The user ID of the user to whom the desk is assigned.
* @param string|null $value Value to set for the assignedUserId property.
*/
public function setAssignedUserId(?string $value): void {
Expand Down
4 changes: 2 additions & 2 deletions src/Generated/Models/AttachmentItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array {
}

/**
* Gets the attachmentType property value. The type of attachment. Possible values are: file, item, reference. Required.
* Gets the attachmentType property value. The type of attachment. The possible values are: file, item, reference. Required.
* @return AttachmentType|null
*/
public function getAttachmentType(): ?AttachmentType {
Expand Down Expand Up @@ -180,7 +180,7 @@ public function setAdditionalData(?array $value): void {
}

/**
* Sets the attachmentType property value. The type of attachment. Possible values are: file, item, reference. Required.
* Sets the attachmentType property value. The type of attachment. The possible values are: file, item, reference. Required.
* @param AttachmentType|null $value Value to set for the attachmentType property.
*/
public function setAttachmentType(?AttachmentType $value): void {
Expand Down
Loading
Loading