pub async fn search_entity_grants_with_id(
configuration: &Configuration,
entity_grant_search_request: Option<EntityGrantSearchRequest>,
) -> Result<EntityGrantSearchResponse, Error<SearchEntityGrantsWithIdError>>
Expand description
Searches Entity Grants with the specified criteria and pagination.