You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -52,11 +52,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
52
52
}
53
53
54
54
/**
55
-
* Get a list of the federatedIdentityCredential objects and their properties.
55
+
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
56
56
* @param FederatedIdentityCredentialsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -72,7 +72,7 @@ public function get(?FederatedIdentityCredentialsRequestBuilderGetRequestConfigu
72
72
* @param FederatedIdentityCredentialsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -83,7 +83,7 @@ public function post(FederatedIdentityCredential $body, ?FederatedIdentityCreden
83
83
}
84
84
85
85
/**
86
-
* Get a list of the federatedIdentityCredential objects and their properties.
86
+
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
87
87
* @param FederatedIdentityCredentialsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardExpand all lines: src/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilderGetQueryParameters.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
useMicrosoft\Kiota\Abstractions\QueryParameter;
6
6
7
7
/**
8
-
* Get a list of the federatedIdentityCredential objects and their properties.
8
+
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
9
9
*/
10
10
class FederatedIdentityCredentialsRequestBuilderGetQueryParameters
Copy file name to clipboardExpand all lines: src/Generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public function delete(?FederatedIdentityCredentialItemRequestBuilderDeleteReque
46
46
}
47
47
48
48
/**
49
-
* Read the properties and relationships of a federatedIdentityCredential object.
49
+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
50
50
* @param FederatedIdentityCredentialItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -95,7 +95,7 @@ public function toDeleteRequestInformation(?FederatedIdentityCredentialItemReque
95
95
}
96
96
97
97
/**
98
-
* Read the properties and relationships of a federatedIdentityCredential object.
98
+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
99
99
* @param FederatedIdentityCredentialItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardExpand all lines: src/Generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilderGetQueryParameters.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
useMicrosoft\Kiota\Abstractions\QueryParameter;
6
6
7
7
/**
8
-
* Read the properties and relationships of a federatedIdentityCredential object.
8
+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
9
9
*/
10
10
class FederatedIdentityCredentialItemRequestBuilderGetQueryParameters
Copy file name to clipboardExpand all lines: src/Generated/Applications/Item/FederatedIdentityCredentialsWithName/FederatedIdentityCredentialsWithNameRequestBuilder.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public function delete(?FederatedIdentityCredentialsWithNameRequestBuilderDelete
49
49
}
50
50
51
51
/**
52
-
* Read the properties and relationships of a federatedIdentityCredential object.
52
+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
53
53
* @param FederatedIdentityCredentialsWithNameRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -98,7 +98,7 @@ public function toDeleteRequestInformation(?FederatedIdentityCredentialsWithName
98
98
}
99
99
100
100
/**
101
-
* Read the properties and relationships of a federatedIdentityCredential object.
101
+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
102
102
* @param FederatedIdentityCredentialsWithNameRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardExpand all lines: src/Generated/Applications/Item/FederatedIdentityCredentialsWithName/FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
useMicrosoft\Kiota\Abstractions\QueryParameter;
6
6
7
7
/**
8
-
* Read the properties and relationships of a federatedIdentityCredential object.
8
+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
9
9
*/
10
10
class FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters
Copy file name to clipboardExpand all lines: src/Generated/Models/AccessReviewHistoryDefinition.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ public function getCreatedDateTime(): ?DateTime {
51
51
}
52
52
53
53
/**
54
-
* 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.
54
+
* 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.
@@ -207,7 +207,7 @@ public function setCreatedDateTime(?DateTime $value): void {
207
207
}
208
208
209
209
/**
210
-
* 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.
210
+
* 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.
211
211
* @param array<AccessReviewHistoryDecisionFilter>|null $value Value to set for the decisions property.
Copy file name to clipboardExpand all lines: src/Generated/Models/Alert.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ public function getEventDateTime(): ?DateTime {
203
203
}
204
204
205
205
/**
206
-
* Gets the feedback property value. Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
206
+
* Gets the feedback property value. Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
207
207
* @return AlertFeedback|null
208
208
*/
209
209
publicfunctiongetFeedback(): ?AlertFeedback {
@@ -789,7 +789,7 @@ public function setEventDateTime(?DateTime $value): void {
789
789
}
790
790
791
791
/**
792
-
* Sets the feedback property value. Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
792
+
* Sets the feedback property value. Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
793
793
* @param AlertFeedback|null $value Value to set for the feedback property.
0 commit comments