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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,21 @@ public FederatedIdentityCredentialsRequestBuilder(@jakarta.annotation.Nonnull fi
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/federatedIdentityCredentials{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
* Get a list of the federatedIdentityCredential objects and their properties.
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
* @return a {@link FederatedIdentityCredentialCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0">Find more info here</a>
* @see <a href="https://learn.microsoft.com/graph/api/federatedidentitycredential-list?view=graph-rest-1.0">Find more info here</a>
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredentialCollectionResponse get() {
return get(null);
}
/**
* 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 requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FederatedIdentityCredentialCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0">Find more info here</a>
* @see <a href="https://learn.microsoft.com/graph/api/federatedidentitycredential-list?view=graph-rest-1.0">Find more info here</a>
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredentialCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
Expand All @@ -88,7 +88,7 @@ public FederatedIdentityCredentialCollectionResponse get(@jakarta.annotation.Nul
* @param body The request body
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0">Find more info here</a>
* @see <a href="https://learn.microsoft.com/graph/api/federatedidentitycredential-post?view=graph-rest-1.0">Find more info here</a>
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredential post(@jakarta.annotation.Nonnull final FederatedIdentityCredential body) {
Expand All @@ -100,7 +100,7 @@ public FederatedIdentityCredential post(@jakarta.annotation.Nonnull final Federa
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0">Find more info here</a>
* @see <a href="https://learn.microsoft.com/graph/api/federatedidentitycredential-post?view=graph-rest-1.0">Find more info here</a>
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredential post(@jakarta.annotation.Nonnull final FederatedIdentityCredential body, @jakarta.annotation.Nullable final java.util.function.Consumer<PostRequestConfiguration> requestConfiguration) {
Expand All @@ -111,15 +111,15 @@ public FederatedIdentityCredential post(@jakarta.annotation.Nonnull final Federa
return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredential::createFromDiscriminatorValue);
}
/**
* Get a list of the federatedIdentityCredential objects and their properties.
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* 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 requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
Expand Down Expand Up @@ -165,7 +165,7 @@ public FederatedIdentityCredentialsRequestBuilder withUrl(@jakarta.annotation.No
return new FederatedIdentityCredentialsRequestBuilder(rawUrl, requestAdapter);
}
/**
* Get a list of the federatedIdentityCredential objects and their properties.
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
* Read the properties and relationships of a federatedIdentityCredential object.
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0">Find more info here</a>
Expand All @@ -67,7 +67,7 @@ public FederatedIdentityCredential get() {
return get(null);
}
/**
* Read the properties and relationships of a federatedIdentityCredential object.
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
Expand Down Expand Up @@ -128,15 +128,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
* Read the properties and relationships of a federatedIdentityCredential object.
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Read the properties and relationships of a federatedIdentityCredential object.
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
Expand Down Expand Up @@ -188,7 +188,7 @@ public FederatedIdentityCredentialItemRequestBuilder withUrl(@jakarta.annotation
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
* Read the properties and relationships of a federatedIdentityCredential object.
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
* Read the properties and relationships of a federatedIdentityCredential object.
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0">Find more info here</a>
Expand All @@ -69,7 +69,7 @@ public FederatedIdentityCredential get() {
return get(null);
}
/**
* Read the properties and relationships of a federatedIdentityCredential object.
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
Expand Down Expand Up @@ -130,15 +130,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
* Read the properties and relationships of a federatedIdentityCredential object.
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Read the properties and relationships of a federatedIdentityCredential object.
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
Expand Down Expand Up @@ -190,7 +190,7 @@ public FederatedIdentityCredentialsWithNameRequestBuilder withUrl(@jakarta.annot
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
* Read the properties and relationships of a federatedIdentityCredential object.
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
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 @@ -42,7 +42,7 @@ public OffsetDateTime getCreatedDateTime() {
return this.backingStore.get("createdDateTime");
}
/**
* 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 a {@link java.util.List<AccessReviewHistoryDecisionFilter>}
*/
@jakarta.annotation.Nullable
Expand Down Expand Up @@ -157,7 +157,7 @@ public void setCreatedDateTime(@jakarta.annotation.Nullable final OffsetDateTime
this.backingStore.set("createdDateTime", value);
}
/**
* 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 value Value to set for the decisions property.
*/
public void setDecisions(@jakarta.annotation.Nullable final java.util.List<AccessReviewHistoryDecisionFilter> value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
* 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 a {@link AccountTargetContentType}
*/
@jakarta.annotation.Nullable
Expand Down Expand Up @@ -123,7 +123,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
* 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 value Value to set for the type property.
*/
public void setType(@jakarta.annotation.Nullable final AccountTargetContentType value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public OffsetDateTime getRecordedDateTime() {
return this.backingStore.get("recordedDateTime");
}
/**
* 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 a {@link AgreementAcceptanceState}
*/
@jakarta.annotation.Nullable
Expand Down Expand Up @@ -229,7 +229,7 @@ public void setRecordedDateTime(@jakarta.annotation.Nullable final OffsetDateTim
this.backingStore.set("recordedDateTime", value);
}
/**
* 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 value Value to set for the state property.
*/
public void setState(@jakarta.annotation.Nullable final AgreementAcceptanceState value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public OffsetDateTime getEventDateTime() {
return this.backingStore.get("eventDateTime");
}
/**
* 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 a {@link AlertFeedback}
*/
@jakarta.annotation.Nullable
Expand Down Expand Up @@ -531,7 +531,7 @@ public void setEventDateTime(@jakarta.annotation.Nullable final OffsetDateTime v
this.backingStore.set("eventDateTime", value);
}
/**
* 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 value Value to set for the feedback property.
*/
public void setFeedback(@jakarta.annotation.Nullable final AlertFeedback value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public SearchAlteration getQueryAlteration() {
return this.backingStore.get("queryAlteration");
}
/**
* 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 a {@link SearchAlterationType}
*/
@jakarta.annotation.Nullable
Expand Down Expand Up @@ -149,7 +149,7 @@ public void setQueryAlteration(@jakarta.annotation.Nullable final SearchAlterati
this.backingStore.set("queryAlteration", value);
}
/**
* 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 value Value to set for the queryAlterationType property.
*/
public void setQueryAlterationType(@jakarta.annotation.Nullable final SearchAlterationType value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public String getDescription() {
return this.backingStore.get("description");
}
/**
* 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 a {@link String}
*/
@jakarta.annotation.Nullable
Expand Down Expand Up @@ -610,7 +610,7 @@ public void setDescription(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("description", value);
}
/**
* 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 value Value to set for the disabledByMicrosoftStatus property.
*/
public void setDisabledByMicrosoftStatus(@jakarta.annotation.Nullable final String value) {
Expand Down
Loading
Loading