Uses of Class
io.apicurio.registry.rest.client.admin.rolemappings.item.WithPrincipalItemRequestBuilder.DeleteRequestConfiguration
Packages that use WithPrincipalItemRequestBuilder.DeleteRequestConfiguration
-
Uses of WithPrincipalItemRequestBuilder.DeleteRequestConfiguration in io.apicurio.registry.rest.client.admin.rolemappings.item
Method parameters in io.apicurio.registry.rest.client.admin.rolemappings.item with type arguments of type WithPrincipalItemRequestBuilder.DeleteRequestConfigurationModifier and TypeMethodDescriptionvoidWithPrincipalItemRequestBuilder.delete(Consumer<WithPrincipalItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Deletes a single role mapping, effectively denying access to a user/principal.This operation can fail for the following reasons:* No role mapping for the principalId exists (HTTP error `404`)* A server error occurred (HTTP error `500`)com.microsoft.kiota.RequestInformationWithPrincipalItemRequestBuilder.toDeleteRequestInformation(Consumer<WithPrincipalItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Deletes a single role mapping, effectively denying access to a user/principal.This operation can fail for the following reasons:* No role mapping for the principalId exists (HTTP error `404`)* A server error occurred (HTTP error `500`)