pub async fn get_resource_permissions_handler(
configuration: &Configuration,
resource_type: &str,
resource_id: &str,
limit: i32,
offset: i32,
) -> Result<Vec<PermissionListing>, Error<GetResourcePermissionsHandlerError>>pub async fn get_resource_permissions_handler(
configuration: &Configuration,
resource_type: &str,
resource_id: &str,
limit: i32,
offset: i32,
) -> Result<Vec<PermissionListing>, Error<GetResourcePermissionsHandlerError>>